:root{--fcc-flip-duration:.7s;--fcc-spacing:8px;--fcc-digit-block-width:46px;--fcc-digit-block-height:80px;--fcc-digit-block-radius:4px;--fcc-digit-block-spacing:4px;--fcc-digit-font-size:50px;--fcc-label-font-size:16px;--fcc-label-color:inherit;--fcc-background:#0f181a;--fcc-digit-color:#fff;--fcc-divider-color:#fff6;--fcc-divider-height:1px;--fcc-shadow:0 0 2px 1px #0000001a;--fcc-separator-size:5px;--fcc-separator-color:currentColor}._qWTcH{-webkit-user-select:none;user-select:none;cursor:default;align-items:center;gap:var(--fcc-spacing);font-family:inherit;display:flex}._1tbqx ._3cpN7{margin-bottom:calc(var(--fcc-label-font-size)*2)}._3cpN7 ._2EBbg:not(:last-child){margin-right:var(--fcc-digit-block-spacing)}._3cpN7{align-items:center;display:flex;position:relative}._2aOn7{color:var(--fcc-label-color);font-weight:400;line-height:1;font-size:var(--fcc-label-font-size);position:absolute;bottom:0;left:50%;transform:translate(-50%,150%)}._2EBbg{perspective:200px;font-size:var(--fcc-digit-font-size);color:var(--fcc-digit-color);width:var(--fcc-digit-block-width);height:var(--fcc-digit-block-height);box-shadow:var(--fcc-shadow);border-radius:var(--fcc-digit-block-radius);font-weight:500;line-height:0;position:relative}._106d2,._SKh-V{background:var(--fcc-background);justify-content:center;width:100%;height:50%;display:flex;position:absolute;overflow:hidden}._SKh-V{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color);align-items:flex-end;top:0}._106d2{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;align-items:flex-start;bottom:0}._3luxx{z-index:2;width:100%;height:50%;transform-style:preserve-3d;transform-origin:bottom;border-radius:inherit;position:relative;transform:rotateX(0)}._3luxx._2kgZC{transition:transform var(--fcc-flip-duration) ease-in-out;transform:rotateX(-180deg)}._2v-d4{backface-visibility:hidden;background:var(--fcc-background);justify-content:center;width:100%;height:100%;display:flex;position:absolute;overflow:hidden}._1GZQ7{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color);align-items:flex-end}._3AVXa{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;align-items:flex-start;transform:rotateX(-180deg)}._2hRXr{height:var(--fcc-digit-block-height);flex-direction:column;justify-content:center;align-items:center;display:flex}._1tbqx ._2hRXr{margin-bottom:calc(var(--fcc-label-font-size)*2)}._2hRXr:after,._2hRXr:before{content:"";width:var(--fcc-separator-size);height:var(--fcc-separator-size);background-color:var(--fcc-separator-color);border-radius:50%}._2hRXr:before{margin-bottom:var(--fcc-separator-size)}
.form{--main-color:var(--aux-color,#5d9bfb);--opacity:.4;max-width:1024px;margin:0 auto}.form .form-disabled{margin:1.5rem}.form .form-disabled a{text-decoration:underline}.form .guests-form{text-align:initial}.form .guests-form.form-disabled{opacity:.5;pointer-events:none}.form .guests-form .person-form{border-bottom:1px solid #69727d;flex-wrap:wrap;padding:2rem 0;display:flex}.form .guests-form .person-form:last-child{border:none}.form .guests-form .person-form .form-field{width:100%;margin-bottom:1.5rem;padding:0 1rem}@media only screen and (min-width:768px){.form .guests-form .person-form .form-field{width:50%;padding:0 2rem}}@media only screen and (min-width:768px){.form .guests-form .person-form .form-field.full-width{width:100%}}.form .guests-form .person-form .form-field.disabled label,.form .guests-form .person-form .form-field.disabled legend,.form .guests-form .person-form .form-field.disabled .input,.form .guests-form .person-form .form-field.disabled .radio,.form .guests-form .person-form .form-field.disabled .select,.form .guests-form .person-form .form-field.disabled .notes{cursor:not-allowed}:is(.form .guests-form .person-form .form-field .input,.form .guests-form .person-form .form-field .select,.form .guests-form .person-form .form-field .notes):focus,:is(.form .guests-form .person-form .form-field .input,.form .guests-form .person-form .form-field .select,.form .guests-form .person-form .form-field .notes):focus-visible{border-color:var(--main-color);--tw-ring-color:var(--main-color)}.form .guests-form .person-form .form-field label,.form .guests-form .person-form .form-field legend{cursor:pointer;font-size:18px;display:block}.form .guests-form .person-form .form-field .input{color:#1f2124;vertical-align:middle;background-color:#0000;border:1px solid #69727d;border-radius:5px;flex-grow:1;width:100%;max-width:100%;padding:5px 10px}.form .guests-form .person-form .form-field .input:disabled{cursor:not-allowed;opacity:var(--opacity)}.form .guests-form .person-form .form-field .radio{--radioSize:20px;flex-wrap:wrap;gap:10px;display:flex}.form .guests-form .person-form .form-field .radio .radio-input{cursor:pointer;display:block}.form .guests-form .person-form .form-field .radio .radio-input input{display:none}.form .guests-form .person-form .form-field .radio .radio-input input+span{line-height:var(--radioSize);height:var(--radioSize);padding-left:var(--radioSize);display:inline-block;position:relative}.form .guests-form .person-form .form-field .radio .radio-input input+span:not(:empty){padding-left:28px}.form .guests-form .person-form .form-field .radio .radio-input input+span:before,.form .guests-form .person-form .form-field .radio .radio-input input+span:after{content:"";width:var(--radioSize);height:var(--radioSize);border-radius:50%;display:inline-block;position:absolute;top:0;left:0}.form .guests-form .person-form .form-field .radio .radio-input input+span:before{background:#d1d7e3;transition:background .2s,transform .4s cubic-bezier(.175,.885,.32,2)}.form .guests-form .person-form .form-field .radio .radio-input input+span:after{background:#fff;transition:transform .6s cubic-bezier(.175,.885,.32,1.4);transform:scale(.78)}.form .guests-form .person-form .form-field .radio .radio-input input:checked+span:before{background:var(--main-color);transform:scale(1.04)}.form .guests-form .person-form .form-field .radio .radio-input input:checked+span:after{transition:transform .3s;transform:scale(.4)}.form .guests-form .person-form .form-field .radio .radio-input:hover input+span:before{transform:scale(.92)}.form .guests-form .person-form .form-field .radio .radio-input:hover input+span:after{transform:scale(.74)}.form .guests-form .person-form .form-field .radio .radio-input:hover input:checked+span:after{transform:scale(.4)}.form .guests-form .person-form .form-field .select{color:#1f2124;vertical-align:middle;background-color:#0000;border:1px solid #69727d;border-radius:5px;flex-grow:1;width:100%;max-width:100%;padding:10px}.form .guests-form .person-form .form-field .select:hover{cursor:pointer}.form .guests-form .person-form .form-field .notes{color:#1f2124;vertical-align:middle;background-color:#0000;border:1px solid #69727d;border-radius:5px;flex-grow:1;width:100%;max-width:100%;padding:5px 10px}.form .guests-form .person-form .form-field .notes:disabled{cursor:not-allowed;opacity:var(--opacity)}.form .guests-form .person-form .form-field .error{color:red;margin-top:5px;font-size:12px}.form .guests-form .person-form .form-field .bold{font-weight:700}.form .music-form{max-width:768px;margin:0 auto;padding:0 1rem}.form .music-form.disabled{pointer-events:none}.form .music-form .music-form-title.disabled{opacity:.5}.form .music-form .music-form-title h2{text-align:center;font-size:2rem}.form .music-form .music-form-title .music-text{text-align:center}.form .music-form .music-form-title .music-text.small{font-size:.9rem}.form .music-form .music-list{margin-top:1.5rem}.form .music-form .music-list .song{border:1px solid #69727d;border-radius:5px;width:100%;height:45px;margin-bottom:.5rem;padding-left:10px;display:flex}.form .music-form .music-list .song.disabled{cursor:not-allowed;opacity:var(--opacity)}.form .music-form .music-list .song:focus-within{border-color:var(--main-color);--tw-ring-color:var(--main-color);outline:2px solid var(--main-color);outline-offset:2px}.form .music-form .music-list .song input{background-color:#0000;border:none;outline:none;width:100%;height:100%}.form .music-form .music-list .song input:focus,.form .music-form .music-list .song input:focus-visible{outline:none}.form .music-form .music-list .song input:disabled{cursor:not-allowed}.form .music-form .music-list .song button{justify-content:center;align-items:center;width:45px;height:45px;display:flex}.form .music-form .music-list .song button:hover{cursor:pointer}.form .music-form .music-list .song button:disabled{cursor:not-allowed}.form .music-form .music-list .song button svg{width:20px;height:auto}.form .music-form .music-list .error{color:red;margin-bottom:5px;font-size:12px}.form .music-form .add-music{text-align:center;width:100%;height:45px;text-align:-webkit-center;border:1px solid #69727d;border-radius:5px}.form .music-form .add-music:hover{cursor:pointer}.form .music-form .add-music:disabled{cursor:not-allowed;opacity:var(--opacity)}.form .music-form .add-music svg{width:auto;height:40px}.form .actions{margin:2rem 1rem 1.5rem}@media only screen and (min-width:1024px){.form .actions{margin-left:2rem;margin-right:2rem}}.form .actions.disabled{pointer-events:none}.form .actions .custom-button{background-color:#0000;border:1px solid #000;border-radius:5px;justify-content:center;align-items:center;gap:5px;width:100%;height:50px;display:flex}.form .actions .custom-button:hover{cursor:pointer}.form .actions .custom-button:disabled{cursor:progress;opacity:.5}.form .actions .custom-button .icon-container{border-radius:7px;justify-content:center;width:40px;height:40px;margin:5px;padding:5px;display:flex}.form .actions .custom-button .icon-container img{width:25px;height:auto}.form .actions .custom-button p{color:#000}.form .feedback,.form .feedback-error{margin:0 1rem 1.5rem;transition:display .7ms ease-in-out;display:none}:is(.form .feedback,.form .feedback-error).show{display:block}@media only screen and (min-width:768px){.form .feedback,.form .feedback-error{margin-left:2rem;margin-right:2rem}}:is(.form .feedback,.form .feedback-error) h3 svg{width:20px;display:inline}:is(.form .feedback,.form .feedback-error) h3 svg.valid{color:green}:is(.form .feedback,.form .feedback-error) h3 svg.error{color:red}:is(.form .feedback,.form .feedback-error) h3 span{font-size:.9rem;font-weight:700;display:inline}:is(.form .feedback,.form .feedback-error) p{font-size:.8rem}
@font-face{font-family:revicons;fallback:fallback;src:url(../media/revicons.0..pvb1q~5e1d.woff)format("woff"),url(../media/revicons.014dop33xc2p3.ttf)format("ttf"),url(../media/revicons.11pud~zpz6jrf.eot)format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;position:relative;overflow:hidden}.react-multi-carousel-track{transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition;flex-direction:row;margin:0;padding:0;list-style:none;display:flex;position:relative}.react-multiple-carousel__arrow{z-index:1000;opacity:1;cursor:pointer;background:#00000080;border:0;border-radius:35px;outline:0;min-width:43px;min-height:43px;transition:all .5s;position:absolute}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{color:#fff;text-align:center;z-index:2;font-family:revicons;font-size:20px;display:block;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{text-align:center;justify-content:center;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:0;left:0;right:0}.react-multi-carousel-dot button{opacity:1;width:12px;height:12px;box-shadow:none;cursor:pointer;border:2px solid gray;border-radius:50%;outline:0;margin:0 6px 0 0;padding:0;transition:background .5s;display:inline-block}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}
.footer{--footer-fs:.8rem;--footer-fs-1024:.9rem;--footer-fs-1440:1.15rem;--footer-fs-h:.9rem;--footer-fs-h-375:1rem;--footer-fs-h-425:1.1rem;--footer-fs-h-768:1.3rem;--footer-fs-h-1024:1.5rem;text-align:center;flex-direction:column;justify-content:space-evenly;align-items:center;min-height:250px;padding:2rem 1rem;display:flex}.footer a{font-weight:700}.footer .top-text{font-size:var(--footer-fs)}@media only screen and (min-width:1024px){.footer .top-text{font-size:var(--footer-fs-1024)}}@media only screen and (min-width:1440px){.footer .top-text{font-size:var(--footer-fs-1440)}}.footer .top-text .title-text{font-weight:700;font-size:var(--footer-fs-h);margin-bottom:.5rem}@media only screen and (min-width:375px){.footer .top-text .title-text{font-size:var(--footer-fs-h-375)}}@media only screen and (min-width:425px){.footer .top-text .title-text{font-size:var(--footer-fs-h-425)}}@media only screen and (min-width:768px){.footer .top-text .title-text{font-size:var(--footer-fs-h-768)}}@media only screen and (min-width:1024px){.footer .top-text .title-text{font-size:var(--footer-fs-h-1024)}}.footer .bottom-text{margin-top:1rem;font-size:.7rem}@media only screen and (min-width:1440px){.footer .bottom-text{font-size:.9rem}}
body{--main-bg-color:#f4efe7;--aux-color:#40bbff;--margin-section:3rem .5rem 0 .5rem;--fs-425:1.2rem;--fs-1024:1.5rem;--fs-h-768:1.4rem;--fs-h-1024:1.7rem;--fs-small:.9rem;--fs-small-375:1rem;--fs-small-425:1.2rem;--fs-small-1440:1.3rem;text-align:center;background-image:url(../media/background.0gd~czq_xur__.png)}@media only screen and (min-width:1024px){body{background-image:url(../media/backgroundH.0xj0tb65by_dq.png)}}body .plain-background{background-color:var(--main-bg-color)}body a,body .text-underline{cursor:pointer;text-decoration:underline}@media only screen and (min-width:768px){body a,body .text-underline{text-decoration:none}:is(body a,body .text-underline):hover{text-decoration:underline}}body .poster{width:fit-content;height:60px}@media only screen and (min-width:768px){body .poster{height:80px}}body .cloud{max-width:425px;position:relative}body .cloud img{opacity:.7}body .cloud .cloud-text{flex-direction:column;justify-content:space-evenly;width:100%;height:100%;padding:30px;display:flex;position:absolute;top:0}@media only screen and (min-width:425px){body .cloud .cloud-text{font-size:var(--fs-425);padding:50px}}body .cloud .cloud-text .cloud-title{font-weight:700}body .custom-button{background-color:#000;border-radius:11px;align-items:center;gap:5px;width:150px;height:50px;margin:10px auto 0;display:flex}body .custom-button .icon-container{background-color:var(--aux-color);border-radius:7px;justify-content:center;width:40px;height:40px;margin:5px;padding:5px;display:flex}body .custom-button .icon-container img{width:25px;height:auto}body .custom-button p{color:#fff}body .cover img{object-fit:cover;max-height:99vh}body .cover .cover-desktop{display:none}@media only screen and (min-width:768px){body .cover .cover-desktop{display:block}}body .cover .cover-mobile{display:block}@media only screen and (min-width:768px){body .cover .cover-mobile{display:none}}body .title-section{margin:var(--margin-section);position:relative}body .title-section img{width:auto;margin:0 auto}body .title-section .title-text{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;font-size:2rem;font-weight:700;line-height:.5;display:flex;position:absolute;top:0}@media only screen and (min-width:768px){body .title-section .title-text{font-size:2.5rem;line-height:.7}}body .message-section{margin:var(--margin-section);max-width:1024px;margin-left:auto;margin-right:auto}body .message-section img{width:100%;height:auto}@media only screen and (min-width:768px){body .message-section .mobile-view{display:none}}body .message-section .mobile-view .top-mobile{position:relative}body .message-section .mobile-view .top-mobile .custom-message{flex-direction:initial;justify-content:space-evenly;align-items:center;width:100%;height:50%;padding:0 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}@media only screen and (min-width:425px){body .message-section .mobile-view .top-mobile .custom-message{font-size:var(--fs-425)}}body .message-section .mobile-view .message-body{text-align:justify;background-color:var(--main-bg-color);padding:20px 15px}body .message-section .mobile-view .message-body .header{text-align:center;margin-bottom:1rem;font-weight:700}@media only screen and (min-width:425px){body .message-section .mobile-view .message-body .header{font-size:var(--fs-425)}}body .message-section .mobile-view .message-body p{margin-bottom:.5rem}body .message-section .mobile-view .message-body p:last-child{text-align:center}@media only screen and (min-width:425px){body .message-section .mobile-view .message-body p{font-size:var(--fs-425)}}body .message-section .desktop-view{display:none}@media only screen and (min-width:768px){body .message-section .desktop-view{display:block;position:relative}}body .message-section .desktop-view .message-text{height:50%;font-size:var(--fs-425);text-align:justify;flex-direction:column;justify-content:space-evenly;align-items:center;padding:0 3rem;display:flex;position:absolute;top:50%}@media only screen and (min-width:1024px){body .message-section .desktop-view .message-text{font-size:var(--fs-1024)}}body .message-section .desktop-view .message-text .custom-message{text-align:center}body .message-section .desktop-view .message-text .message-body .header{text-align:center;font-weight:700;font-size:var(--fs-h-768);margin-bottom:1rem}@media only screen and (min-width:1024px){body .message-section .desktop-view .message-text .message-body .header{font-size:var(--fs-h-1024)}}body .message-section .desktop-view .message-text .message-body p{margin-bottom:.5rem}body .message-section .desktop-view .message-text .message-body p:last-child{text-align:center}body .countdown-section{margin:var(--margin-section);flex-direction:column;align-items:center;display:flex}@media only screen and (max-width:430px){body .countdown-section .flip-clock{--fcc-spacing:5px;--fcc-digit-block-width:25px;--fcc-digit-block-height:40px;--fcc-digit-block-radius:5px;--fcc-digit-block-spacing:3px;--fcc-digit-font-size:25px;--fcc-label-font-size:8px;--fcc-divider-height:.5px;--fcc-separator-size:3px}}body .location-section{margin:var(--margin-section);flex-direction:column;align-items:center;display:flex}@media only screen and (min-width:1440px){body .location-section .panel{width:1024px;height:auto}}body .location-section .container{margin:var(--margin-section);flex-direction:column;align-items:center;gap:1rem;display:flex}@media only screen and (min-width:1024px){body .location-section .container{flex-direction:initial;justify-content:space-evenly;align-items:start;display:flex}}body .location-section .container .subcontainer{min-width:fit-content}body .location-section .container .subcontainer .subposter{display:flex}body .location-section .container .subcontainer .subposter .info{width:50%}body .location-section .container .info{flex-direction:column;justify-items:center;margin:40px 0 0;display:flex}body .location-section .container .info .icon{width:auto;height:70px}body .location-section .container .info .icon-label{margin-top:15px;font-size:1.7rem}body .parking-section{margin:var(--margin-section);flex-direction:column;align-items:center;display:flex}@media only screen and (min-width:1024px){body .parking-section .container{justify-content:space-evenly;display:flex}}body .parking-section .container .subcontainer{flex-direction:column;justify-content:flex-end;align-items:center;margin:50px 0 20px;display:flex}body .parking-section .container .subcontainer .icon{width:auto;height:80px}body .parking-section .container .subcontainer .label{margin-bottom:20px;font-size:1.7rem}body .parking-section .container .subcontainer .label span{display:inline-block}body .parking-section .container .subcontainer .map{border:0;width:300px;height:250px;margin-top:30px}@media only screen and (min-width:768px){body .parking-section .container .subcontainer .map{width:600px;height:450px}}@media only screen and (min-width:1024px){body .parking-section .container .subcontainer .map{width:450px;height:300px}}@media only screen and (min-width:1440px){body .parking-section .container .subcontainer .map{width:600px;height:450px}}body .form-section{padding:var(--margin-section);background-color:#fffc;flex-direction:column;align-items:center;display:flex}body .form-section .form .form-field .input{border-radius:7px!important}:is(body .form-section .form .form-field .input,body .form-section .form .form-field .select,body .form-section .form .form-field .notes):focus,:is(body .form-section .form .form-field .input,body .form-section .form .form-field .select,body .form-section .form .form-field .notes):focus-visible{border-color:var(--aux-color)!important;--tw-ring-color:var(--aux-color)!important}body .form-section .form .form-field .radio .radio-input input:checked+span:before{background-color:var(--aux-color)!important}body .form-section .form .music-form .music-list .song input:focus,body .form-section .form .music-form .music-list .song input:focus-visible{border-color:var(--aux-color);--tw-ring-color:var(--aux-color)}body .form-section .form .music-form .add-music{border-color:var(--aux-color)}body .form-section .form .music-form .add-music svg{color:var(--aux-color)}body .form-section .form .actions .custom-button{background-color:#000;border-radius:11px;justify-content:start;height:50px}@media only screen and (min-width:768px){body .form-section .form .actions .custom-button{width:300px}}body .form-section .form .actions .custom-button p{color:#fff}body .payment-section,body .contact-section{margin:var(--margin-section);max-width:1440px;margin-left:auto;margin-right:auto}:is(body .payment-section,body .contact-section) img{opacity:.7;width:100%;height:auto}@media only screen and (min-width:768px){:is(body .payment-section,body .contact-section) .mobile-view{display:none}}:is(body .payment-section,body .contact-section) .mobile-view .top-mobile{position:relative}:is(body .payment-section,body .contact-section) .mobile-view .top-mobile .payment-title,:is(body .payment-section,body .contact-section) .mobile-view .top-mobile .contact-title{flex-direction:initial;width:100%;height:100%;font-weight:700;font-size:var(--fs-small);justify-content:space-evenly;align-items:center;padding:0 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}@media only screen and (min-width:375px){:is(body .payment-section,body .contact-section) .mobile-view .top-mobile .payment-title,:is(body .payment-section,body .contact-section) .mobile-view .top-mobile .contact-title{font-size:var(--fs-small-375)}}@media only screen and (min-width:425px){:is(body .payment-section,body .contact-section) .mobile-view .top-mobile .payment-title,:is(body .payment-section,body .contact-section) .mobile-view .top-mobile .contact-title{font-size:var(--fs-small-425)}}:is(body .payment-section,body .contact-section) .mobile-view .message-body{background-color:var(--main-bg-color);margin-top:1rem;padding:15px 10px}:is(body .payment-section,body .contact-section) .mobile-view .message-body .bank-data,:is(body .payment-section,body .contact-section) .mobile-view .message-body .contact-data{font-weight:700;font-size:var(--fs-small);flex-direction:column;margin-top:15px;display:flex}:is(body .payment-section,body .contact-section) .desktop-view{display:none}@media only screen and (min-width:768px){:is(body .payment-section,body .contact-section) .desktop-view{display:block;position:relative}}:is(body .payment-section,body .contact-section) .desktop-view .message-text{flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100%;margin:0 auto;padding:0 3rem;display:flex;position:absolute;top:0}@media only screen and (min-width:1024px){:is(body .payment-section,body .contact-section) .desktop-view .message-text{font-size:var(--fs-small-425);padding:2rem 3rem}}@media only screen and (min-width:1440px){:is(body .payment-section,body .contact-section) .desktop-view .message-text{font-size:var(--fs-small-1440)}}:is(body .payment-section,body .contact-section) .desktop-view .message-text .payment-title,:is(body .payment-section,body .contact-section) .desktop-view .message-text .contact-title{font-size:var(--fs-h-768);text-align:center;font-weight:700}@media only screen and (min-width:1024px){:is(body .payment-section,body .contact-section) .desktop-view .message-text .payment-title,:is(body .payment-section,body .contact-section) .desktop-view .message-text .contact-title{font-size:var(--fs-h-1024)}}:is(body .payment-section,body .contact-section) .desktop-view .message-text .bank-data,:is(body .payment-section,body .contact-section) .desktop-view .message-text .contact-data{flex-direction:column;margin-top:1rem;font-weight:700;display:flex}@media only screen and (min-width:1440px){:is(body .payment-section,body .contact-section) .desktop-view .message-text .bank-data,:is(body .payment-section,body .contact-section) .desktop-view .message-text .contact-data{margin-top:2rem}}body .info-section{margin:var(--margin-section);flex-direction:column;align-items:center;display:flex;position:relative}@media only screen and (min-width:1024px){body .info-section{margin-top:50px}}body .info-section .clouds-container{z-index:1;flex-direction:column;align-items:center;display:flex}@media only screen and (min-width:1024px){body .info-section .clouds-container{grid-gap:130px;grid-template-columns:repeat(2,1fr);display:grid}}@media only screen and (min-width:1440px){body .info-section .clouds-container{grid-gap:150px;grid-template-columns:repeat(2,1fr);display:grid}}body .info-section .clouds-container .horizontal-plane.rotate{transform:scaleX(-1)}@media only screen and (min-width:1024px){body .info-section .clouds-container .horizontal-plane.mobile{display:none}}@media only screen and (min-width:1024px){body .info-section .clouds-container .vertical-plane.mobile{width:auto;display:none}}body .info-section .plane-desktop{display:none}@media only screen and (min-width:1024px){body .info-section .plane-desktop{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}body .info-section .plane-desktop img{width:auto}}body .spotify-section{margin:var(--margin-section);max-width:768px;margin-left:auto;margin-right:auto}body .spotify-section iframe{border-radius:12px;width:100%;height:500px}body .carousel-section{margin:var(--margin-section);margin-left:0;margin-right:0}body .footer{background-color:var(--main-bg-color);border-top:1px solid var(--aux-color)}@media only screen and (min-width:768px){body .footer{margin-top:2rem}}body button:focus-visible,body a:focus-visible{outline-offset:2px;outline:2px solid #0ea5e9}body button:focus:not(:focus-visible),body a:focus:not(:focus-visible){outline:none}body a[role=button]{cursor:pointer}
