/*======================*/
/*  Reset               */
/*======================*/
@media (prefers-reduced-motion: no-preference) {
@view-transition {navigation: auto;}
}
html {height: auto;box-sizing: border-box;font-synthesis: none;-webkit-font-smoothing: antialiased;scroll-behavior: smooth;scroll-padding-top: calc(var(--h-height, 0) + 1rem);interpolate-size: allow-keywords;}
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;}
html:not(.touch-screen)::-webkit-scrollbar-thumb:active {background: #8d8d8d;}
body {height: auto;overflow-y: scroll;background-color: var(--clr-white);}
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;}
:where(body.touch-screen *::-webkit-scrollbar) {display: none;}
* {border: 0;margin: 0;padding: 0;min-width: 0;font: inherit;font-size: 100%;line-height: inherit;vertical-align: baseline;-webkit-locale: auto;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: transparent;}
:is(*, *:before, *:after) {box-sizing: inherit;}
:is(:focus, :hover, :active, :visited) {outline: none;}
::-moz-selection {color: #FFF;background: #000;}
::selection {color: #FFF;background: #000;}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;transition: var(--transition-1);}
a:hover {text-decoration: none;}
:is(ul, ol) {list-style: none;}
:is(sub, sup) {font-size: 75%;line-height: 0;position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
picture {font-size: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
:is(img, svg, iframe) {width: auto;height: auto;max-width: 100%;-webkit-user-select: none;-moz-user-select: none;user-select: none;vertical-align: middle;}
img {position: relative;}
img::before {content: "";position: absolute;inset: 0;z-index: -1;background: no-repeat center/min(5rem, 50%) min(5rem, 50%) #F9F9F9 url(../img/placeholder.svg);}
.ios img::before {content: none;}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 1rem;font-weight: 400;color: var(--clr-black);}
::-moz-placeholder {display: none;}
::placeholder {display: none;}
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;}
:is(input, textarea, select) {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;}
button {background: none;}
/*======================*/
/*  Global Settings     */
/*======================*/
:root {--root-scale: 1rem;--container-width: 100%;--ff-1: "Raleway";--ff-1-italic: "Raleway Italic";--ff-2: "Bounded";--h0: 4.375rem;--h1: 4rem;--h2: 3.375rem;--h3: 3rem;--h4: 1.5rem;--h5: 1.5rem;--h6: 1.25rem;--text: 1.25rem;--sp-xxl: 10rem;--sp-xl: 6.25rem;--sp-lg: 5rem;--sp-md: 3.5rem;--sp-sm: 2.5rem;--sp-xs: 1.5rem;--clr-title: #2D2525;--clr-text: #5B5454;--clr-white: #FFFFFF;--clr-border: #F4ECEB;--clr-primary: #AD1A2D;--clr-secondary: #EF4623;--clr-thirdy: #491111;--bg-light: #F4ECEB;--bg-grad: radial-gradient(273.25% 232.11% at 100% 81.62%, #EF4623 0%, #491111 45.13%, #AD1A2D 100%);--blur: 5px;--bg-overlay: rgba(0, 0, 0, 0.5);--box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.03),0 0 0.5rem 0 rgba(0, 0, 0, 0.06);--transition-1: .3s ease;--transition-2: .5s cubic-bezier(0.4, 0, 0.2, 1);--cubic-1: .5s cubic-bezier(0.65, 0, 0.35, 1);--cubic-2: cubic-bezier(0.33, 1, 0.68, 1);}
html {font-size: var(--root-scale);}
html.keyboard-focus:focus {outline: auto;}
html.overflow-menu,
html.overflow-hidden {overflow: clip;}
html.overflow-menu body,
html.overflow-hidden body {overflow: clip;}
.overflow-overlay {opacity: 0;visibility: hidden;position: fixed;z-index: 90;inset: 0;background-color: var(--bg-overlay);backdrop-filter: blur(var(--blur));transition: var(--cubic-1);}
#content-block {position: relative;min-height: 100svh;overflow: clip;display: flex;flex-direction: column;}
header {position: relative;opacity: 0;}
main {display: flex;flex-direction: column;}
main .seo-section {order: 1;}
footer {margin-top: auto;}
:where(.section + .section) {margin-top: var(--sp-xxl);}
:where(.section:first-child),
:where(.seo-section + .section) {margin-top: var(--sp-lg);}
:where(.section:last-child) {margin-bottom: var(--sp-xl);}
:where(.section:is(.bg-light, .bg-orange, .bg-grad):last-child) {margin-bottom: 0;}
:where(.seo-section + :is(.bg-light, .bg-orange, .bg-grad)) {margin-top: 0;}
:where(:is(.bg-light, .bg-orange, .bg-grad) + :is(.bg-light, .bg-orange, .bg-grad)) {margin-top: 0;}
body:has(:is(.bg-light, .bg-orange, .bg-grad):last-child):has(.seo-section:first-child) .seo-section {margin-block: var(--sp-xl);}
.bg-light.banner-section:not(:has(.banner-entry)):has(+ :is(.bg-light, .bg-orange, .bg-grad)) {padding-block: var(--sp-lg) var(--sp-xxl);}
.bg-light.banner-section:has(.banner-slider):has(+ :is(.bg-light, .bg-orange, .bg-grad)) {padding-block: var(--sp-lg) var(--sp-xxl);}
.section {position: relative;}
.bg-light,
.bg-orange,
.bg-grad {padding-block: var(--sp-xxl);}
.bg-light:first-child,
.bg-orange:first-child,
.bg-grad:first-child {margin-top: 0;}
.bg-light.banner-section,
.bg-orange.banner-section,
.bg-grad.banner-section {padding-block: var(--sp-lg) 0;}
.bg-light {background-color: var(--bg-light);}
.bg-orange {background-color: var(--clr-secondary);}
.bg-grad {background: var(--bg-grad);}
body:has(.seo-section + .bg-light, .bg-light:first-child) header {background-color: var(--bg-light);}
body:has(.banner-section.bg-light + :is(.benefit-section.bg-light)) .banner-section.bg-light {padding-bottom: var(--sp-lg);}
.container,
.container-fluid {--bs-gutter-x: 1.5rem;width: 100%;margin-inline: auto;padding-inline: calc(var(--bs-gutter-x) * 0.5);}
.swiper-container {will-change: opacity;opacity: 0;}
.swiper-container.swiper-initialized {opacity: 1;transition: 0.15s linear opacity;}
.informer-overlay,
.cookies-informer,
.popup-wrapper {display: none;}
.product-block{opacity: 0;transition: 0.15s linear;transition-delay:0.45s;}
@media (min-width: 1200px) {
:root {--container-width: 86.667vw;--container-width-1: 92.292vw;--pd-cont: calc((100vw - var(--container-width)) / 2);--pd-cont-1: calc((100vw - var(--container-width-1)) / 2);}
.container {width: var(--container-width);}
header .container,
.banner-section .container {width: var(--container-width-1);}
}
@media (min-width: 1200px) and (max-width: 1380px) {
:root {--root-scale: 0.8rem;}
}
@media (min-width: 1381px) and (max-width: 1680px) {
:root {--root-scale: 0.9rem;}
}
@media (min-width: 2100px) {
html {font-size: 1.375rem;}
}
@media (min-width: 2600px) {
html {font-size: 2rem;}
}
@media (max-width: 1199px) {
:root {--h0: 3.125rem;--h1: 3.125rem;--h2: 2.625rem;--h3: 2.25rem;--h4: 1.25rem;--h5: 1.225rem;--h6: 1rem;--text: 1rem;--sp-xxl: 6.25rem;--sp-xl: 4rem;--sp-lg: 3.5rem;--sp-md: 2.5rem;--sp-sm: 1.5rem;--sp-xs: 1rem;}
}
@media (max-width: 767px) {
:root {--h0: 2.25rem;--h1: 1.875rem;--h2: 1.75rem;--h3: 1.75rem;--sp-xxl: 4rem;--sp-lg: 2.5rem;}
}
/*======================*/
/*  Social              */
/*======================*/
.social {--size: 3.25rem;--icon-size: 1.5rem;--gap: 1rem;}
.social ul {gap: var(--gap);display: flex;align-items: center;flex-wrap: wrap;}
.social li {line-height: 0;flex-shrink: 0;}
.social a {position: relative;display: block;width: var(--size);height: var(--size);border-radius: 100%;background-color: #FFE5DF;color: var(--clr-secondary);}
.social a :is(svg, img) {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: var(--icon-size);height: auto;}
.social a :is(img) {transition: var(--transition-1);}
.social a .img-hover {opacity: 0; visibility: hidden;}
@media (min-width: 1200px) {
.social a:hover {background-color: var(--clr-secondary);color: var(--clr-white);}
.social a:hover .img-main {opacity: 0; visibility: hidden;}
.social a:hover .img-hover {opacity: 1; visibility: visible;}
}
@media (max-width: 1199px) {
.social {--size: 2.5rem;--icon-size: 1.25rem;}
}
/*======================*/
/*  Header              */
/*======================*/
:root {--h-height: 6.75rem;--h-logo-width: 7.25rem;--h-gap-top: 1.25rem;}
header {position: relative;z-index: 100;height: var(--h-height);}
.h-wrap {position: fixed;z-index: 100;top: 0;left: 0;width: 100%;}
.h-inner {position: relative;transition: box-shadow 0.3s ease;gap: 1rem;display: flex;align-items: center;justify-content: space-between;width: 100%;height: calc(var(--h-height) - var(--h-gap-top));border-radius: 1rem;padding-inline: 2rem;padding-block: 0.5rem;margin-top: var(--h-gap-top);}
.h-blur {position: absolute;z-index: -1;inset: 0;pointer-events: none;border-radius: inherit;background-color: rgba(255, 255, 255, 0.9);backdrop-filter: blur(var(--blur));}
.h-logo {display: block;width: var(--h-logo-width);flex-shrink: 0;}
.h-logo img {display: block;width: 100%;}
.h-menu {gap: var(--sp-md);display: flex;align-items: center;flex-grow: 1;}
.h-links {margin-inline: auto;}
.h-links ul {gap: 2.5rem;display: flex;align-items: center;flex-wrap: wrap;}
.h-links a {position: relative;border-radius: 4.125rem;font-size: 1rem;line-height: 1.4em;font-weight: 400;color: var(--clr-title);padding: 0.375em 0.875em;}
.h-links a.active {background-color: #FFE5DF;color: var(--clr-secondary);}
.h-btn {position: relative;z-index: 1;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;overflow: clip;text-decoration: none;transition: var(--transition-1);gap: 0.75rem;display: inline-flex;align-items: center;justify-content: center;flex-shrink: 0;border-radius: 1rem;background-color: var(--clr-primary);font-size: 1rem;line-height: 1.4em;font-weight: 600;color: var(--clr-white);padding: 0.875em 1.5em;}
.h-btn img,
.h-btn svg {display: inline-block;width: 1.5em;height: 1.5em;flex-shrink: 0;}
.h-drop-list,
.h-menu-overlay,
.h-burger {display: none;}
.h-drop-link {position: relative;cursor: pointer;transition: var(--transition-1);gap: 0.5rem;display: flex;align-items: center;width: -moz-fit-content;width: fit-content;margin-inline: auto;font-size: 1rem;line-height: 1.4em;font-weight: 400;color: var(--clr-title);}
.h-drop-btn {position: relative;transition: var(--transition-1);display: inline-block;width: 1.5em;height: 1.5em;border-radius: 100%;background-color: #FFE5DF;color: var(--clr-secondary);}
.h-drop-btn svg {position: absolute;top: calc(50% + 1px);left: 50%;transform: translate(-50%, -50%);display: inline-block;aspect-ratio: 19/7;width: 80%;flex-shrink: 0;}
.h-drop-list {--gap: 1.25rem;line-height: 0;margin-top: 1.25rem;}
.h-drop-list > * + * {margin-top: var(--gap);}
.h-drop-list a {position: relative;display: block;width: 100%;font-family: var(--ff-2);font-weight: 600;text-align: center;}
.h-drop-list a.active {background-color: transparent;}
.h-drop-list a svg {display: none;}
.h-drop.is-active .h-drop-link {color: var(--clr-secondary);}
.h-drop.is-active .h-drop-btn {background-color: var(--clr-secondary);color: var(--clr-white);transform: rotateX(180deg);}
@media (min-width: 1200px) {
a.h-logo:hover {opacity: 0.75;}
.h-links a:hover {background-color: #FFE5DF;color: var(--clr-secondary);}
.h-btn:hover {background-color: var(--clr-secondary);color: var(--clr-white);}
.h-drop-list {--gap: 2rem;position: absolute;z-index: 1;transition: var(--transition-1);bottom: 0;transform: translate(-2.5rem, calc(100% + 0.75rem));margin-top: 0;opacity: 0;visibility: hidden;content-visibility: auto;border-radius: 1rem;background-color: var(--clr-white);box-shadow: 0 0 4.75rem 0 rgba(73, 17, 17, 0.17);width: 15.25rem;padding: 2rem;display: block;}
.h-drop-list > * + * {margin-top: var(--gap);}
.h-drop-list a {gap: 0.5rem;display: flex;align-items: center;justify-content: space-between;border-radius: 0;padding: 0;}
.h-drop-list a svg {display: block;}
.h-drop-list a:not(:first-child)::before {content: "";position: absolute;top: calc(var(--gap) * -0.5);left: 0;width: 100%;height: 1px;background-color: #6D6565;}
.h-drop-list a:hover {background-color: transparent;color: var(--clr-secondary);}
.h-drop.is-active .h-drop-link::after {content: "";position: absolute;left: -40%;bottom: 0;width: 200%;height: calc(var(--h-height) / 2);transform: translateY(100%);}
.h-drop.is-active .h-drop-list {opacity: 1;visibility: visible;}
}
@media (min-width: 1200px) and (max-width: 1440px) {
.h-menu {gap: var(--sp-xs);}
.h-links ul {gap: 1.5rem;}
}
@media (max-width: 1199px) {
:root {--h-height: 5rem;--h-logo-width: 6rem;--h-gap-top: 0.5rem;}
.h-inner {padding-inline: 1rem;}
.h-burger {position: relative;display: block;width: 2.5rem;height: 2.5rem;flex-shrink: 0;border-radius: 1rem;background-color: var(--bg-light);}
.h-burger i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: var(--transition-1);display: inline-block;width: 60%;height: 0.125rem;background-color: var(--clr-primary);}
.h-burger i:before,
.h-burger i:after {content: "";position: absolute;top: -0.375rem;left: 0;transition: var(--transition-1);width: 100%;height: 100%;background-color: var(--clr-primary);}
.h-burger i:after {top: 0.375rem;}
.h-menu {position: fixed;z-index: -1;inset: var(--h-gap-top);transform: translateX(-100%);transition: var(--transition-1);overflow-y: auto;overflow-x: hidden;width: calc(min(100%, 26.25rem) - var(--h-gap-top) * 2);height: calc(100% - var(--h-gap-top) * 2);gap: 1rem;display: flex;flex-direction: column;align-items: center;justify-content: space-between;background-color: var(--clr-white);border-radius: 1rem;opacity: 0;padding: 1rem;padding-top: calc(var(--h-height) + 1rem);}
.h-menu-overlay {position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;transition: var(--transition-1);backdrop-filter: blur(var(--blur));background-color: var(--bg-overlay);display: block;}
.h-links {margin-block: auto;}
.h-links ul {gap: 1.25rem;flex-direction: column;}
.open-menu .h-burger i {background-color: transparent;}
.open-menu .h-burger i:before,
.open-menu .h-burger i:after {top: 0;transform-origin: center;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;}
}
@media (max-width: 575px) {
.h-menu {width: calc(100% - var(--h-gap-top) * 2);}
}
header {opacity: 1;transition: 0.15s linear opacity;}
/*======================*/
/*  Typography          */
/*======================*/
body {font-family: var(--ff-1);font-size: var(--text);line-height: 1.4em;font-weight: 400;color: var(--clr-text);}
.text {--text-space: 1rem;--text-rd: 1rem;--text-li-padding: 1.5rem;--text-th-height: 4rem;--text-th-padding: 1.25rem;font-size: var(--text);line-height: 1.4em;font-weight: 400;color: var(--clr-text);}
.text * + :where(*) {margin-top: calc(var(--text-space) * 2.5);}
.text :is(p, ul, ol) + :is(ul, ol, p) {margin-top: calc(var(--text-space) * 1.5);}
.text :is(li) + :is(li) {margin-top: calc(var(--text-space) * 0.5);}
.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry) + *:not(figcaption) {margin-top: calc(var(--text-space) * 2);}
.text .swiper-entry > * *:not(.swiper-controls-wrap) {margin-top: 0;}
.text strong,
.text b {font-weight: 700;color: var(--clr-title);}
.text span {color: var(--clr-secondary);}
.text i {font-family: var(--ff-1-italic);}
.text a:not(.btn) {display: inline;font-weight: 700;color: var(--clr-secondary);text-decoration: underline;text-decoration-color: currentColor;}
.text ul li {position: relative;padding-left: 2em;}
.text ol li {position: relative;padding-left: var(--text-li-padding);}
.text ul li:before {content: "";position: absolute;left: 0;top: -0.1em;width: 1.6em;height: 1.6em;background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../img/icon-list.svg);}
.text ol {counter-reset: number;}
.text ol li:before {counter-increment: number;content: counter(number) ".";display: inline-block;position: absolute;left: 0;font-family: var(--ff-2);font-size: 75%;line-height: inherit;font-weight: 600;color: var(--clr-primary);}
.text img {display: block;width: 100%;border-radius: var(--text-rd);}
.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: 1rem;font-weight: 500;line-height: 1.4em;color: var(--clr-text);margin: 0.25rem;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;border-radius: var(--text-rd);}
.text blockquote {position: relative;background: radial-gradient(273.25% 232.11% at 100% 81.62%, #EF4623 0%, #491111 45.13%, #AD1A2D 100%);border-radius: var(--text-rd);font-family: var(--ff-1-italic);font-size: 2rem;line-height: 1.4em;font-weight: 400;color: var(--clr-white);text-align: center;padding-block: 3.125em;padding-inline: 4.375em;}
.text blockquote::before {content: "";position: absolute;top: 1rem;left: 1rem;width: 3.5625em;aspect-ratio: 114/84;background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../img/icons/icon-quote.svg);transform: rotate(180deg);}
.text blockquote::after {content: "";position: absolute;bottom: 1rem;right: 1rem;width: 3.5625em;aspect-ratio: 114/84;background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../img/icons/icon-quote.svg);}
.text .table-wrap {overflow: auto;}
.text table {border-spacing: 0;width: 100%;min-width: 45rem;}
.text tbody tr {text-align: left;}
.text thead tr {border: none;}
.text thead th,
.text thead td {--text-rd: 4rem;height: var(--text-th-height);font-family: var(--ff-2);font-size: var(--h6);font-weight: 600;color: var(--clr-white);background-color: #491111;border: none;}
.text thead th:first-child,
.text thead td:first-child {border-radius: var(--text-rd) 0 0 var(--text-rd);}
.text thead th:last-child,
.text thead td:last-child {border-radius: 0 var(--text-rd) var(--text-rd) 0;}
.text td,
.text th {vertical-align: middle;height: calc(var(--text-th-height) * 1.1875);padding: calc(var(--text-th-padding) / 2);font-size: inherit;line-height: inherit;font-weight: inherit;color: var(--clr-text);border-bottom: 2px solid rgba(244, 236, 235, 0.8);}
.text td:first-child,
.text th:first-child {padding-left: calc(var(--text-th-padding) * 2);}
.text td:last-child,
.text th:last-child {padding-right: calc(var(--text-th-padding) * 2);}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-family: var(--ff-2);font-weight: 700;color: var(--clr-title);}
.h0 {font-size: var(--h0);line-height: 1.1em;}
h1,
.h1 {font-size: var(--h1);line-height: 1.1em;font-weight: 600;}
h2,
.h2 {font-size: var(--h2);line-height: 1.1em;font-weight: 600;}
h3,
.h3 {font-size: var(--h3);line-height: 1.1em;}
h4,
.h4 {font-size: var(--h4);line-height: 1.4em;}
h5,
.h5 {font-size: var(--h5);line-height: 1.4em;}
h6,
.h6 {font-size: var(--h6);line-height: 1.4em;}
.title img {aspect-ratio: 1/1;margin-block: -0.375rem 0;}
.title span {gap: 1rem;display: inline-flex;width: -moz-fit-content;width: fit-content;transform: rotate(-2deg);transition: 0.8s;transition-delay: 0.25s;border-radius: 0.25rem;background-color: transparent;color: var(--clr-white);padding-inline: 0.5em;padding-block: 0.125em;margin-block: -0.125em 0;}
.title span.pos-right {margin-left: auto;}
.title:is(.text-center) {margin-inline: auto;}
.bg-orange .title span {color: var(--clr-primary);}
.bg-orange .text {color: #F5EBE4;}
.text-balance {text-wrap: balance;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.clr-white {color: var(--clr-white);}
.clr-title {color: var(--clr-title);}
@media (min-width: 1200px) {
.text a:not(.btn):hover {text-decoration-color: transparent;}
}
@media (max-width: 1199px) {
.text blockquote {font-size: 1.25rem;}
}
@media (max-width: 991px) {
.text {--text-space: 0.875rem;--text-th-height: 3.5rem;--text-th-padding: 1rem;}
}
@media (max-width: 767px) {
.text blockquote {padding-block: 3em;padding-inline: 2em;}
.text blockquote::before,
.text blockquote::after {width: 3em;}
}
/*======================*/
/*  Buttons             */
/*======================*/
.btn {--icon-size: 4.75em;position: relative;cursor: pointer;z-index: 1;-webkit-user-select: none;-moz-user-select: none;user-select: none;overflow: clip;text-decoration: none;transition: var(--transition-2);gap: 0.75em;flex-shrink: 0;display: inline-flex;align-items: center;font-size: 1rem;line-height: 1.4em;font-weight: 700;}
.btn-icon {position: relative;overflow: hidden;display: inline-block;width: var(--icon-size);height: var(--icon-size);flex-shrink: 0;border-radius: 50%;}
.btn-icon::before {content: "";position: absolute;z-index: -1;top: 0;left: 0;width: 100%;height: 100%;border-radius: inherit;background-color: var(--clr-secondary);transition: var(--transition-2);will-change: transform;transform: translateY(102%);}
.btn svg {display: inline-block;width: 100%;height: 100%;flex-shrink: 0;}
.btn svg .circle {animation: spin 8s linear infinite;will-change: transform;}
.btn svg path {transition: var(--transition-2);transform-origin: center center;}
.btn-primary {color: var(--clr-primary);}
.btn-primary .btn-icon::before {background-color: var(--clr-secondary);}
.btn-secondary {color: var(--clr-white);}
.btn-secondary .circle {fill: var(--clr-thirdy);}
.btn-secondary .btn-icon::before {background-color: #FFE5DF;}
.btn-thirdy {color: var(--clr-secondary);}
.btn-thirdy .circle {fill: var(--clr-secondary);}
.btn-thirdy .btn-icon::before {background-color: var(--clr-primary);}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;opacity: 0.5;}
@keyframes spin {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
.btn-close {--size: 2rem;position: relative;cursor: pointer;transition: var(--transition-1);display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;color: var(--clr-primary);}
.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);}
@media (min-width: 1200px) {
.btn:hover .btn-icon::before {transform: translateY(0);}
.btn-primary:hover {color: var(--clr-secondary);}
.btn-secondary:hover {color: #FFE5DF;}
.btn-secondary:hover .circle {fill: currentColor;}
.btn-secondary:hover .arrow {stroke: var(--clr-title);}
.btn-thirdy:hover {color: var(--clr-primary);}
.btn-thirdy:hover .circle {fill: currentColor;}
.btn-thirdy:hover .arrow {stroke: var(--clr-white);}
.btn-close:hover {color: var(--clr-title);}
}
@media (max-width: 991px) {
.btn {font-size: 0.875rem;}
}
/*======================*/
/*  Breadcrumbs         */
/*======================*/
.breadcrumbs {--br-fz: clamp(0.875rem, 0.77rem + 0.22vw, 1rem);--br-space: 1rem;width: 100%;margin-block: 1.25rem;overflow-y: hidden;overflow-x: auto;scroll-snap-type: x mandatory;}
.breadcrumbs::-webkit-scrollbar {display: none;}
.breadcrumbs ul {min-width: -moz-max-content;min-width: max-content;line-height: 0;padding-right: var(--br-space);}
.breadcrumbs li {position: relative;display: inline-block;font-size: var(--br-fz);line-height: 1.4em;font-weight: 400;color: var(--clr-title);scroll-snap-align: start;scroll-margin-left: var(--br-space);}
.breadcrumbs li:after {content: "/";position: relative;display: inline-block;margin: 0 0.125rem;font-size: 100%;}
.breadcrumbs li:last-child:after {content: none;}
.breadcrumbs li.active {font-weight: 700;}
@media (min-width: 1200px) {
.breadcrumbs li a:hover {color: var(--clr-secondary);}
}
/*======================*/
/*  Banner              */
/*======================*/
.banner-section:has(.banner-entry) {padding-block: 0;}
.banner-slider .swiper-container {overflow: visible;}
.banner-slider .swiper-pagination:not(.swiper-pagination-relative) {position: relative;bottom: 0;margin-top: var(--sp-sm);}
.banner-slider .swiper-pagination-bullet {background: var(--clr-white);}
.banner-slider .swiper-pagination-bullet-active {background: var(--clr-primary);}
.banner-block {display: grid;border-radius: 1rem;background-color: var(--clr-white);}
.banner-content {position: relative;z-index: 2;gap: var(--sp-sm);display: flex;flex-direction: column;order: 1;padding-inline: 1rem;padding-block: 1rem;}
.banner-content .btn {margin-top: auto;width: -moz-fit-content;width: fit-content;}
.banner-content .title span {font-size: 80%;}
.banner-media {position: relative;z-index: 1;overflow: hidden;width: 100%;aspect-ratio: 1000/665;border-radius: 1rem;}
.banner-media img,
.banner-media video {z-index: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.video-block {position: relative;display: block;width: 100%;height: 100%;}
.video {position: absolute;z-index: 1;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;clip: rect(auto, auto, auto, auto);}
.video.video-present {display: block;overflow: hidden;}
.video video {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;min-width: calc(100% + 8px);min-height: calc(100% + 8px);}
.banner-decors {top: -7%;left: 37.7917%;width: 5.75rem;display: none;}
.banner-entry {position: relative;gap: var(--sp-xs);display: grid;padding-inline: var(--pd-cont, 1rem);padding-block: var(--sp-sm);}
.banner-entry-content {align-content: center;}
.banner-entry-content > * + * {margin-top: var(--sp-sm);}
.banner-entry-img {position: relative;width: 100%;aspect-ratio: 1087/742;}
.banner-entry-img img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.banner-entry_right-bottom .banner-entry-img {transform: translateX(1rem);align-self: self-end;margin-bottom: calc(var(--sp-sm) * -1);}
@media (min-width: 992px) {
.banner-content .title span {display: flex;}
.banner-entry {grid-template-columns: auto 50%;padding-inline: var(--pd-cont, 1rem) 0;}
}
@media (min-width: 1200px) {
.banner-block {grid-template-columns: auto 57.2083%;}
.banner-content {order: -1;padding-inline: var(--sp-lg);padding-block: var(--sp-lg) var(--sp-sm);}
.banner-content .title {font-size: 3.5rem;}
.banner-content .title span {font-size: 80%;}
.banner-media {aspect-ratio: initial;}
.banner-decors {width: 10%;display: inline-block;}
.banner-entry {grid-template-columns: auto 60.931%;padding-block: 0;}
.banner-entry-content > * + .btn {margin-top: var(--sp-lg);}
.banner-entry_right-bottom .banner-entry-img {margin-bottom: 0;}
}
/* @media(min-width:1200px) and(max-width:1440px) {
.banner-content .title span {font-size: 78%;}
} */
.banner-section {opacity: 1;}
/*======================*/
/*  Animations          */
/*======================*/
.text-animate {opacity: 0;}
.text-animate__word > i {display: inline-block;transform: translateY(100%);opacity: 0;transition: 1.5s;transform-origin: left top;}
.text-animate__word.animated > i {opacity: 1;transform: translateY(0%);}
.text-animated {opacity: 1;}
.text-animated span {background-color: var(--clr-secondary);}
.bg-orange .text-animated span {border-color: #FFE5DF;background-color: #FFE5DF;}
.slideUp {--time: 1.5s;--delay: calc(.11s * var(--animate-index));opacity: 0;will-change: transform,opacity;transform: translateY(3rem);}
.slideUp.animated {animation: var(--time) var(--cubic-2) var(--delay) slideUp forwards;}
.slideUpCard {--time: 1.5s;--delay: calc(.11s * var(--animate-index));opacity: 0;will-change: transform,opacity;transform: translateY(3rem);}
.slideUpCard.animated {animation: var(--time) var(--cubic-2) var(--delay) slideUp forwards;}
.slideUpBenefits {--rotate: 0deg;--time: 1.5s;--delay: calc(.2s * var(--animate-index));opacity: 0;will-change: opacity,width;transform: rotate(var(--rotate));}
.slideUpBenefits.animated {animation: var(--time) var(--cubic-2) var(--delay) slideUpBenefits forwards;}
@keyframes slideUp {
to {opacity: 1;transform: translateY(0%);}
}
@keyframes slideUpBenefits {
to {opacity: 1;width: -moz-fit-content;width: fit-content;}
}