#nav-bar-landing-page{position:fixed;z-index:10;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;background:linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5));transition:background-color .3s ease}#nav-bar-landing-page.scrolled{border-radius:0 0 16px 16px;background:var(--dawn)}#nav-bar-landing-page img{shape-rendering:geometricPrecision;image-rendering:optimizeQuality;-webkit-backface-visibility:hidden;backface-visibility:hidden}#nav-bar-landing-page .trigger{display:none}#nav-bar-landing-page .logo-container{display:flex;align-items:center;gap:8px}#nav-bar-landing-page .logo-container:hover{cursor:pointer}#nav-bar-landing-page .logo-container h1{margin:0;font-family:Roboto Bold;font-size:24px}#nav-bar-landing-page .logo-container h1 sup{font-size:12px}#nav-bar-landing-page .button-container-nav-bar{display:flex;align-items:center;gap:16px}#nav-bar-landing-page .button-container-nav-bar #language-code{margin:0}#nav-bar-landing-page .button-container-nav-bar ul.nav{display:flex;padding:0;list-style:none;gap:0;transition:transform .3s ease-in-out}#nav-bar-landing-page .button-container-nav-bar ul.nav li{display:flex;justify-content:center;align-items:center}#nav-bar-landing-page .button-container-nav-bar ul.nav a{width:100%;display:block;padding:12px 24px;color:var(--white);font-family:Montserrat Variable;font-weight:600;font-size:10px;letter-spacing:1px;text-decoration:none;text-transform:uppercase;text-align:center;white-space:nowrap}#nav-bar-landing-page .button-container-nav-bar ul.nav a:hover{color:var(--pink-hot)}#nav-bar-landing-page .button-container-nav-bar.open ul.nav{transform:translateX(0)}@media only screen and (max-width:50em){#nav-bar-landing-page.open .trigger:before{top:50%;left:25%;transform:rotate(45deg)}#nav-bar-landing-page.open .trigger:after{top:50%;left:25%;transform:rotate(-45deg)}#nav-bar-landing-page.open .button-container-nav-bar{position:absolute;top:0;right:0;width:320px;height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:80px;gap:16px;background:var(--dawn);transform:translateX(0);transition:transform .3s ease-in-out}#nav-bar-landing-page.open .button-container-nav-bar #button{margin:0 auto;max-width:calc(100% - 48px)}#nav-bar-landing-page.open .button-container-nav-bar ul.nav{margin-top:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:transform .3s ease-in-out;transform:translateX(0)}#nav-bar-landing-page .trigger{position:relative;z-index:10;width:40px;height:40px;display:inline-block}#nav-bar-landing-page .trigger:hover{cursor:pointer}#nav-bar-landing-page .trigger:after,#nav-bar-landing-page .trigger:before{position:absolute;width:16px;height:2px;content:"";transform:translate(-50%,-50%);background:var(--white);transition:.3s ease}#nav-bar-landing-page .trigger:before{top:16px;left:50%}#nav-bar-landing-page .trigger:after{top:24px;left:50%}#nav-bar-landing-page .button-container-nav-bar{display:none}}#explicit-content_modal{border-radius:var(--radius-mi);width:100%;background-color:var(--bg-tertiary);overflow-y:scroll;max-width:30rem}#explicit-content_modal .explicit-content_modal__content{height:100%;display:flex;flex-direction:column;justify-content:center;gap:1rem;justify-self:center;align-self:center;overflow-y:auto;text-wrap:wrap}#explicit-content_modal .explicit-content_modal__content.explicit-content_modal-inner{padding:1.5rem}#explicit-content_modal .explicit-content_modal__content .content__texts{display:flex;flex-direction:column;gap:1rem}#explicit-content_modal .explicit-content_modal__content .content__texts .texts__header{display:flex;flex-direction:column;align-items:center;gap:1.5rem}#explicit-content_modal .explicit-content_modal__content .content__texts .texts__header .header__icon{width:1.5rem;height:1.5rem}#explicit-content_modal .explicit-content_modal__content .content__texts .texts__header .explicit-content__title{margin:0;font-size:1.5rem;text-align:center}#explicit-content_modal .explicit-content_modal__content .content__texts .texts__descriptions-wrapper{border:.0625rem solid var(--gray-dark);border-radius:var(--radius-mi);display:flex;flex-direction:column;padding:1.5rem;gap:1rem}#explicit-content_modal .explicit-content_modal__content .content__texts .texts__descriptions-wrapper .descriptions-wrapper__description{color:var(--gray);font-size:.875rem}#explicit-content_modal .explicit-content_modal__content .content__buttons-container{margin:0 auto;display:flex;flex-direction:column;gap:.5rem}#explicit-content_modal .explicit-content_modal__content .content__buttons-container #button.primary{display:flex;justify-content:center;align-items:center}@media only screen and (min-width:48rem){#explicit-content_modal{height:calc(100dvh - 3rem);max-height:-moz-fit-content;max-height:fit-content}#explicit-content_modal .explicit-content_modal__content{height:-moz-fit-content;height:fit-content}}.button{position:relative;border:none;border-radius:1.5rem;width:100%;height:3rem;padding:16px 40px;color:var(--white);font-family:Montserrat Variable;font-weight:600;font-size:.625rem;text-transform:uppercase;line-height:1.4;letter-spacing:.0625rem;text-wrap:nowrap;outline:none;overflow:hidden;transition:all .3s ease;align-self:flex-end}.button p{margin:0}.button[status=disabled]{opacity:.75;cursor:not-allowed}.button:first-child{margin-left:0}.button:last-child{margin-right:0}.button:after{position:absolute;top:0;left:50%;width:0;height:100%;display:block;content:"";background:rgba(255,0,122,.1);opacity:1;transition:all .3s ease}.button:not([status=disabled]):hover{cursor:pointer}.button.btn-auto{width:auto}.button.primary{color:var(--white);background:var(--pink-light)}.button.primary:hover{background:var(--pink-light-hover)}.button.primary:active{background:var(--pink-light-active)}.button.primary p{color:var(--white)}.button.secondary{position:relative;background:var(--pink-light);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.button.secondary:before{position:absolute;z-index:1;border-radius:1.5rem;padding:.0625rem;content:"";inset:0;background:var(--pink-light);-webkit-mask:linear-gradient(var(--bg-primary) 0 0) content-box,linear-gradient(var(--bg-primary) 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.button.secondary:hover{opacity:.85}.button.secondary:hover:before{background:var(--pink-light-hover)}.button.secondary:active{opacity:.65}.button.secondary:active:before{background:var(--pink-light-active)}.button.tertiary{background-color:var(--neutral-white-10);color:var(--text-primary-75);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.button.tertiary:hover{color:var(--white);opacity:.85}.button.tertiary:active{opacity:.65}.button.iconButton{background-color:var(--bg-secondary);padding:.75rem 1.875rem}.button.iconButton:hover{cursor:pointer;opacity:.85}.button.iconButton:active{opacity:.65}.button.iconButton img{width:1.5rem;height:1.5rem;padding:.125rem}.button.quaternary{position:relative;color:var(--gray);background:none}.button.quaternary:hover{color:var(--white)}.button.quaternary:after{display:none}.button.quintenary{color:var(--text-primary)}.button.quintenary,.button.sexternary{font-weight:600;letter-spacing:5%;cursor:pointer}.button.sexternary{border:none;background-color:var(--dawn)}.button.septenary{background-color:var(--charcoal);color:var(--white)}.button.septenary:hover{color:var(--white);opacity:.85}.button.septenary:active{opacity:.65}.button.octonary{background-color:var(--gold);color:var(--charcoal)}.button.octonary:hover{opacity:.85}.button.octonary:active{opacity:.65}.button.golden{background-color:var(--color-gold);color:var(--charcoal)}footer{width:100%}footer .inner{padding:24px 0}@media only screen and (min-width:48rem){footer .inner{padding:40px 24px}}footer .inner .footer-links{margin:0;display:flex;padding:0;font-size:12px;line-height:1.5;gap:0;list-style:none}footer .inner .footer-links li a{color:var(--text-primary);font-size:14px;text-decoration:none}footer .inner .footer-links li:not(:first-child):before{margin:0 4px;color:var(--text-secondary);content:"|"}footer .inner .footer-links.--pink li a{color:var(--theme-accent);font-size:12px}@media only screen and (min-width:48rem){footer .inner .footer-links.--pink li a{font-size:14px}}footer .inner .footer-logo-wrapper{position:relative;margin-bottom:40px;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;min-height:280px}footer .inner .footer-logo-wrapper:before{position:absolute;z-index:-2;top:100%;left:50%;width:1224px;height:495px;content:"";transform:translate(-50%,-50%);pointer-events:none;opacity:.24;background:var(--theme-page-radial-background);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}footer .inner .footer-logo-wrapper .social{display:flex;flex-direction:column;align-items:center;padding-bottom:24px;gap:24px;max-width:300px}footer .inner .footer-logo-wrapper .social .logos-wrapper{display:flex;flex-direction:row;justify-content:center;align-self:center;gap:24px}footer .inner .footer-logo-wrapper .social .logos-wrapper a{padding:0}footer .inner .footer-logo-wrapper .social .anchor-social{padding:0 0 8px;font-size:16px}footer .inner .footer-logo-wrapper .social .anchor-social span{color:var(--text-secondary);font-size:14px}footer .inner .footer-logo-wrapper .footer-hr{margin:24px 0;width:100%}footer .inner .footer-hr{margin:0 0 40px}footer .inner .footer-info-wrapper{display:flex;flex-direction:column;align-items:center;padding:0 16px;gap:24px}@media only screen and (min-width:48rem){footer .inner .footer-info-wrapper{padding:0}}footer .inner .footer-info-wrapper .social-wrapper{display:flex;flex-direction:row;gap:16px}footer .inner .footer-info-wrapper .social-wrapper .footer-logo{padding:3px}footer .inner .footer-info-wrapper .company-info-wrapper{text-align:center}footer .inner .footer-info-wrapper p{font-size:12px}