:export{desktop:1440px;tablet:1024px;mobile:768px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--primary-white: #fff;--primary-black: #000;--primary-gray200: #f7f6f6;--primary-gray400: #c7c7c7;--primary-gray600: #8e8e8e;--primary-gray800: #4f4f4f;--secondary-white: #f1f4fa;--secondary-blue-gray: #e0e8f3;--secondary-green: #3bb43a;--secondary-gold: #ceac5e;--secondary-blue: #3980eb;--secondary-red: #db5337;--primary-text-color: var(--primary-black);background-color:var(--primary-white);color:var(--primary-black);font-family:Gotham Pro,sans-serif;font-size:16px}@media screen and (min-width: 1440px){:root{font-size:max(.85vw,16px)}}@media screen and (max-width: 1440px){:root{font-size:min(1.1vw,16px)}}@media screen and (max-width: 1024px){:root{font-size:1.563vw}}@media screen and (max-width: 767px){:root{font-size:4.45vw}}@media screen and (orientation: landscape) and (max-width: 768px){:root{font-size:5.1vh}}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html,body{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;background:#fff;-ms-scroll-chaining:none;overscroll-behavior:none}main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}button,*[role=button]{padding:0;margin:0;border:none;background-color:transparent}input,textarea,button,*[role=button],select,a{-webkit-tap-highlight-color:transparent}button{color:var(--primary-black)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:var(--primary-text-color)!important;-webkit-background-clip:text}.input-black:-webkit-autofill,.input-black:-webkit-autofill:hover,.input-black:-webkit-autofill:focus,.input-black:-webkit-autofill:active{-webkit-text-fill-color:var(--primary-black)!important;-webkit-background-clip:text}input{border-radius:0}ul{padding:0;margin:0;list-style:none}a{color:var(--primary-text-color);text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}fieldset{margin:0;padding:0;border:none}.pin-spacer{pointer-events:none}.pin-spacer>*{pointer-events:all}img{overflow-clip-margin:unset}@font-face{font-family:Gotham Pro;src:url(../fonts/GothamPro.woff2) format("woff2"),url(../fonts/GothamPro.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham Pro;src:url(../fonts/GothamPro-Medium.woff2) format("woff2"),url(../fonts/GothamPro-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham Pro;src:url(../fonts/GothamPro-Bold.woff2) format("woff2"),url(../fonts/GothamPro-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}.primary-button{padding:1.25rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.5rem;background-color:var(--primary-black);font-size:.75rem;font-weight:700;letter-spacing:.0075rem;text-transform:uppercase;color:var(--primary-white);line-height:100%;-webkit-transition:background-color .2s ease,opacity .2s ease;transition:background-color .2s ease,opacity .2s ease;cursor:pointer}@media (hover: hover) and (pointer: fine){.primary-button:hover{background-color:var(--primary-gray800)}}.primary-button:focus-visible{background-color:var(--primary-gray800);outline:1px solid var(--primary-gray800);outline-offset:.25rem}.primary-button:active{background-color:#333}.primary-button:disabled{cursor:auto;background-color:var(--primary-black);opacity:.5}@media (max-width: 767px){.primary-button{width:100%}}.secondary-button{padding:1.25rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.5rem;background-color:var(--secondary-white);font-size:.75rem;font-weight:700;letter-spacing:.0075rem;text-transform:uppercase;color:var(--primary-black);line-height:100%;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;cursor:pointer}@media (hover: hover) and (pointer: fine){.secondary-button:hover{background-color:var(--secondary-blue-gray)}}.secondary-button:focus-visible{background-color:var(--secondary-blue-gray);outline:1px solid var(--primary-gray800);outline-offset:.25rem}.secondary-button:active{background-color:#f4f6fb}.secondary-button:disabled{cursor:auto;background-color:var(--primary-black);opacity:.5}@media (max-width: 767px){.secondary-button{width:100%}}.circleButton{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.875rem;background-color:var(--primary-black);color:var(--primary-white);border-radius:50%;border:2px solid var(--primary-gray800);cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;pointer-events:auto}.circleButton svg{width:1.25rem;height:1.25rem}@media (hover: hover) and (pointer: fine){.circleButton:hover{background-color:var(--primary-gray800)}}.circleButton:active{background-color:#333}.circleButton:focus-visible{outline:1px solid var(--primary-gray800);outline-offset:.1875rem}.circleButton:disabled{opacity:.5;background-color:var(--primary-gray800);cursor:auto}@media (max-width: 1024px){.circleButton{padding:.625rem}}.promocode{margin-top:1.25rem;width:100%;padding:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--secondary-white);border-radius:.75rem;font-weight:500;font-size:1.25rem;line-height:135%;letter-spacing:-.025rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;cursor:pointer}@media (max-width: 1024px){.promocode{font-size:1rem;letter-spacing:-.02rem}}@media (hover: hover) and (pointer: fine){.promocode:hover{background-color:var(--secondary-blue-gray)}}.promocode:active{background-color:#f4f6fb}.promocode:focus-visible{outline:1px solid var(--primary-gray800);outline-offset:.25rem}.promocode svg{width:1.25rem;height:1.25rem}.promocode .endSlot{display:grid;justify-items:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-rows:1fr;grid-template-columns:1fr;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.promocode .copy{grid-row:1/1;grid-column:1/1;font-size:.75rem;font-weight:700;letter-spacing:-.0075rem;text-transform:uppercase;color:var(--secondary-blue);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.promocode .copy_hide{opacity:0}.promocode .icon{grid-row:1/1;grid-column:1/1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.promocode .icon_hide{opacity:0}.input{margin-bottom:.75rem}.input .label,.input .error{display:none}.input .error{margin-top:.25rem;font-size:.875rem;font-weight:400;line-height:140%;letter-spacing:-.0175rem;color:var(--secondary-red)}.input input{width:100%;padding:.75rem .9375rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;border:1px solid var(--primary-gray400);border-radius:.5rem;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.input input::-webkit-input-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.input input::-moz-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.input input:-ms-input-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.input input::-ms-input-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.input input::placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}@media (hover: hover) and (pointer: fine){.input input:hover{border-color:var(--primary-black)}}.input input:active{border-color:var(--primary-black)}.input input:focus-visible{outline:none;border-color:var(--primary-black)}.input_error input{border-color:var(--secondary-red)}.input_error .error{display:block}.checkbox{position:relative;margin-block:.5rem 1rem;padding-left:1.875rem;cursor:pointer;font-size:.875rem;font-weight:400;line-height:140%;letter-spacing:-.0175rem}.checkbox__input{position:absolute;-moz-appearance:none;-webkit-appearance:none;appearance:none}.checkbox__input:checked+.checkbox__checkbox{background-color:var(--primary-black)}.checkbox__input:checked+.checkbox__checkbox:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../icons/check.svg);background-size:1rem;background-position:center;background-repeat:no-repeat}.checkbox__input:focus-visible+.checkbox__checkbox{outline:1px solid var(--primary-gray800);outline-offset:.125rem}@media (hover: hover) and (pointer: fine){.checkbox__input:hover+.checkbox__checkbox{background-color:var(--primary-gray200)}.checkbox__input:checked:hover+.checkbox__checkbox{background-color:var(--primary-gray800)}}.checkbox__checkbox{position:absolute;left:0;width:1.25rem;height:1.25rem;background-color:var(--primary-white);border:1px solid var(--primary-gray600);border-radius:.375rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.checkbox .link{color:var(--secondary-blue);text-decoration:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media (hover: hover) and (pointer: fine){.checkbox .link:hover{opacity:.8;text-decoration:underline}}.checkbox .link:active{opacity:1;text-decoration:none}.checkbox .link:focus-visible{outline:1px solid var(--primary-gray800);outline-offset:.25rem;text-decoration:underline}.header{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:5rem;padding:1rem 4rem;z-index:2;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .2s ease,-webkit-backdrop-filter .2s ease;transition:background-color .2s ease-out,-webkit-box-shadow .2s ease,-webkit-backdrop-filter .2s ease;transition:background-color .2s ease-out,box-shadow .2s ease,backdrop-filter .2s ease;transition:background-color .2s ease-out,box-shadow .2s ease,backdrop-filter .2s ease,-webkit-box-shadow .2s ease,-webkit-backdrop-filter .2s ease;will-change:auto}@media (max-width: 1024px){.header{height:4rem;padding:.75rem 2rem}}@media (max-width: 767px){.header{padding:.75rem 1rem}}.header_transparent{background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}.header_opaque{-webkit-transition:background-color 0s;transition:background-color 0s;background-color:var(--primary-white)}.header .backdrop{position:fixed;width:100%;height:100%;top:5rem;left:0;z-index:-1;pointer-events:none;background-color:#0009}@media (max-width: 1024px){.header .backdrop{top:4rem}}.header .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;z-index:1;font-size:.875rem;font-weight:700;line-height:140%;letter-spacing:-.0175rem}.header .nav.navOpened{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width: 1024px){.header .nav{display:none;position:fixed;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:4rem;left:0;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:1.375rem;padding-bottom:2.5rem;border-radius:0 0 .75rem .75rem;background-color:var(--primary-white)}}.header .toggleNavButton{width:1.5rem;height:1.5rem;display:none;background-image:url(../icons/menu.svg);cursor:pointer}.header .toggleNavButton.navOpened{background-image:url(../icons/cross.svg)}@media (max-width: 1024px){.header .toggleNavButton{display:block}}.header .navItem{margin-right:1.25rem;cursor:pointer;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.header .navItem:nth-child(3){margin-right:0rem}.header .navItem:last-of-type{margin-right:0rem}.header .navItem:hover{opacity:.8}.header .navItem:focus-within{opacity:.8}.header .navItem:active{opacity:1}@media (max-width: 1024px){.header .navItem{margin-right:0;margin-bottom:1.25rem}.header .navItem:nth-child(3){margin-bottom:0rem}.header .navItem:last-of-type{margin-bottom:0rem}}.header .raffleLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .raffleLink:before{width:1.25rem;height:1.25rem;content:url(../icons/star.svg);margin-right:.25rem}.header .navSeparator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1px;height:.75rem;margin-inline:.75rem;opacity:.4;background-color:var(--primary-gray600)}@media (max-width: 1024px){.header .navSeparator{width:7.5rem;height:1px;margin-block:1.25rem}}.header .getPresents{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.1875rem 1.4375rem;font-size:.75rem;font-weight:700;line-height:100%;letter-spacing:.12;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;text-transform:uppercase;cursor:pointer;border-radius:.5rem;border:1px solid var(--primary-gray600)}@media (hover: hover) and (pointer: fine){.header .getPresents:hover{background-color:var(--primary-gray200)}}.header .getPresents:focus-visible{outline:1px solid var(--primary-gray800);outline-offset:.25rem}.header .getPresents:active{background-color:var(--secondary-white)}.header .getPresents:disabled{cursor:auto;opacity:.5}@media (max-width: 1024px){.header .getPresents{padding:.625rem .75rem}}.header .hideElement{display:none}.introduction{width:100%;max-width:90rem;margin:0 auto;padding:0 4rem;position:relative;margin-top:5rem}@media (max-width: 1024px){.introduction{padding:0 2rem}}@media (max-width: 767px){.introduction{padding:0 1rem}}@media (max-width: 1024px){.introduction{margin-top:4rem}}.introduction .main{position:relative;width:40.25rem;margin-top:5.3125rem;margin-bottom:4rem;z-index:1}@media (max-width: 1024px){.introduction .main{width:25rem;margin-bottom:3rem}}@media (max-width: 767px){.introduction .main{width:100%;margin-top:16.875rem;margin-bottom:1.75rem}}.introduction .hideElement{display:none}.introduction .title{font-size:4rem;letter-spacing:-.16rem;margin-bottom:1.25rem;line-height:100%;background:linear-gradient(70deg,#b67c33 4.39%,#ceb58b 69.48%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){.introduction .title{font-size:2.5rem;margin-bottom:.75rem;line-height:115%;letter-spacing:-.1rem}}@media (max-width: 767px){.introduction .title{font-size:1.75rem;line-height:115%;letter-spacing:-.07rem}}.introduction .description{font-size:1.25rem;line-height:135%;letter-spacing:-.025rem;margin-bottom:.75rem;color:var(--primary-gray800)}.introduction .description:last-of-type{margin-bottom:4rem}@media (max-width: 1024px){.introduction .description:last-of-type{margin-bottom:2.5rem}}@media (max-width: 767px){.introduction .description:last-of-type{margin-bottom:1.5rem}}@media (max-width: 1024px){.introduction .description{font-size:1rem;line-height:135%;letter-spacing:-.02rem}}.introduction .imageWrapper{position:absolute;top:-5rem;right:-12.5rem;width:64.625rem}@media (max-width: 1024px){.introduction .imageWrapper{top:-4rem;right:-33.125rem;width:62.5rem}}@media (max-width: 767px){.introduction .imageWrapper{top:-4rem;right:-20.3125rem;width:43.75rem}}.introduction .image{width:100%;height:100%}.introduction .countdownWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-bottom:2.5rem}.introduction .countdown{width:19.5rem;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 1.5rem;border:2px solid var(--primary-gray200);background-color:var(--primary-white);-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212;border-radius:1rem}.introduction .countdown_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;line-height:140%;letter-spacing:-.00875rem;color:var(--primary-text-color);margin-bottom:1rem}.introduction .newYearCongrats{width:19.5rem;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 1.5rem;border:2px solid var(--primary-gray200);background:var(--background-gold, radial-gradient(194.64% 113.18% at 33.7% -2.48%, rgba(255, 249, 229, .62) 0%, rgba(238, 210, 161, .62) 60.32%, rgba(208, 170, 112, .22) 100%), linear-gradient(41deg, #c89e4b 8.49%, #f1dbb6 63.23%));-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212;border-radius:1rem}.introduction .newYearCongrats_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;line-height:140%;font-weight:700;letter-spacing:-.0175rem;color:var(--primary-text-color)}.introduction .newYearCongrats_subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem;color:var(--primary-text-color);margin-bottom:2.5rem}.introduction .balloons{position:absolute;top:4.0625rem;left:3.75rem;z-index:2;width:12rem;height:5.8125rem}.introduction .time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.introduction .timeBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.introduction .timeValue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5rem;font-size:2rem;color:var(--primary-text-color);font-weight:700;line-height:100%;letter-spacing:-.08rem;margin-bottom:.25rem}@media (max-width: 1024px){.introduction .timeValue{font-size:1.5rem;letter-spacing:-.06rem}}.introduction .timePeriod{font-size:.875rem;line-height:140%;letter-spacing:-.00875rem;color:var(--primary-gray600)}.introduction .bell{position:absolute;top:-1.5625rem;left:-.3125rem;width:4.3125rem;height:4.3125rem;-webkit-transform:rotate(13deg);transform:rotate(13deg)}.introduction .timeSeparator{background-image:url(../icons/timeSeparator.svg);margin-top:.5rem;width:1.25rem;height:1.25rem;-ms-flex-negative:0;flex-shrink:0}@media (max-width: 1024px){.introduction .timeSeparator{margin-top:.1875rem}}@property --start-point-color{syntax: "<color>"; initial-value: #fff; inherits: true;}@property --end-point-color{syntax: "<color>"; initial-value: #fff; inherits: true;}.presents{width:100%;max-width:90rem;margin:0 auto;padding:0 4rem;padding-block:6rem}@media (max-width: 1024px){.presents{padding:0 2rem}}@media (max-width: 767px){.presents{padding:0 1rem}}@media (max-width: 1024px){.presents{padding-block:1.5rem}}.presents .wrap{display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;gap:4.3125rem;border-radius:1rem;background:radial-gradient(194.64% 113.18% at 33.7% -2.48%,rgba(255,249,229,.62) 0%,rgba(238,210,161,.62) 60.32%,rgba(208,170,112,.22) 100%),linear-gradient(41deg,#c89e4b 8.49%,#f1dbb6 63.23%)}@media (max-width: 1024px){.presents .wrap{gap:3.375rem}}@media (max-width: 767px){.presents .wrap{grid-template-columns:1fr;grid-template-rows:12.875rem -webkit-min-content;grid-template-rows:12.875rem min-content;gap:1.875rem}}.presents .imagesWrap{position:relative}.presents .imagesWrap .card{position:absolute;background-size:cover;background-position:center}.presents .imagesWrap .card_1{top:4.875rem;left:22.1875rem;width:10.5rem;height:12.9375rem;opacity:.2;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%);border-radius:1.25rem}@media (max-width: 1024px){.presents .imagesWrap .card_1{display:none}}@media (max-width: 767px){.presents .imagesWrap .card_1{display:block;top:2.375rem;left:10.875rem;width:5.125rem;height:6.375rem}}.presents .imagesWrap .card_2{top:14.375rem;left:3.3125rem;width:10.375rem;height:10.375rem;opacity:.2;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%);border-radius:.875rem}@media (max-width: 1024px){.presents .imagesWrap .card_2{display:none}}@media (max-width: 767px){.presents .imagesWrap .card_2{display:block;top:8.875rem;left:-1.1875rem;width:5.0625rem;height:5.0625rem}}.presents .imagesWrap .card_3{top:14rem;left:25rem;width:12rem;height:12rem;opacity:.24;background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(128.91%,rgba(255,255,255,0)));background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 128.91%);border-radius:.75rem}@media (max-width: 1024px){.presents .imagesWrap .card_3{display:none}}@media (max-width: 767px){.presents .imagesWrap .card_3{display:block;top:9.5rem;left:7.9375rem;width:5.875rem;height:5.875rem}}.presents .imagesWrap .card_4{top:-2.5rem;left:1.875rem;width:13.75rem;height:13.75rem;background-image:url(../images/present_1.webp);-webkit-box-shadow:0px 3.26536px 2.21381px 0px rgba(96,58,26,.02),0px 7.84712px 5.32008px 0px rgba(96,58,26,.03),0px 14.77543px 10.01724px 0px rgba(96,58,26,.04),0px 26.35684px 17.86905px 0px rgba(96,58,26,.04),0px 49.29758px 33.42209px 0px rgba(96,58,26,.05),0px 118px 80px 0px rgba(96,58,26,.07);box-shadow:0 3.26536px 2.21381px #603a1a05,0 7.84712px 5.32008px #603a1a08,0 14.77543px 10.01724px #603a1a0a,0 26.35684px 17.86905px #603a1a0a,0 49.29758px 33.42209px #603a1a0d,0 118px 80px #603a1a12;border-radius:.8125rem}@media (max-width: 1024px){.presents .imagesWrap .card_4{top:1.25rem;left:2.4375rem;width:9.3125rem;height:9.3125rem}}@media (max-width: 767px){.presents .imagesWrap .card_4{top:-1rem;left:1.375rem;width:5.75rem;height:5.75rem;border-radius:.25rem}}.presents .imagesWrap .card_5{top:-4.25rem;left:24.3125rem;width:15.5625rem;height:15.5625rem;background-image:url(../images/present_2.webp);-webkit-box-shadow:0px 3.94697px 2.67591px 0px rgba(96,58,26,.02),0px 9.48511px 6.43058px 0px rgba(96,58,26,.03),0px 17.85962px 12.10822px 0px rgba(96,58,26,.04),0px 31.85851px 21.59899px 0px rgba(96,58,26,.04),0px 59.58785px 40.39854px 0px rgba(96,58,26,.05),0px 142.63107px 96.69903px 0px rgba(96,58,26,.07);box-shadow:0 3.94697px 2.67591px #603a1a05,0 9.48511px 6.43058px #603a1a08,0 17.85962px 12.10822px #603a1a0a,0 31.85851px 21.59899px #603a1a0a,0 59.58785px 40.39854px #603a1a0d,0 142.63107px 96.69903px #603a1a12;border-radius:.75rem}@media (max-width: 1024px){.presents .imagesWrap .card_5{top:0rem;left:18.625rem;width:8.75rem;height:8.75rem}}@media (max-width: 767px){.presents .imagesWrap .card_5{top:-2rem;left:13.0625rem;width:6rem;height:6rem;border-radius:.375rem}}.presents .imagesWrap .card_6{top:22.8125rem;left:3.875rem;width:15rem;height:15rem;background-image:url(../images/present_3.webp);background-position:center bottom;-webkit-box-shadow:0px 3.09167px 2.09605px 0px rgba(96,58,26,.02),0px 7.42972px 5.0371px 0px rgba(96,58,26,.03),0px 13.9895px 9.48441px 0px rgba(96,58,26,.04),0px 24.95488px 16.91857px 0px rgba(96,58,26,.04),0px 46.67537px 31.64432px 0px rgba(96,58,26,.05),0px 111.7234px 75.74468px 0px rgba(96,58,26,.07);box-shadow:0 3.09167px 2.09605px #603a1a05,0 7.42972px 5.0371px #603a1a08,0 13.9895px 9.48441px #603a1a0a,0 24.95488px 16.91857px #603a1a0a,0 46.67537px 31.64432px #603a1a0d,0 111.7234px 75.74468px #603a1a12;border-radius:.875rem}@media (max-width: 1024px){.presents .imagesWrap .card_6{top:18.125rem;left:3.1875rem;width:10.125rem;height:10.125rem}}@media (max-width: 767px){.presents .imagesWrap .card_6{top:8.25rem;left:1.5625rem;width:4.375rem;height:4.5625rem;border-radius:.3125rem}}.presents .imagesWrap .card_7{top:24.375rem;left:28.1875rem;width:9rem;height:9.125rem;background-image:url(../images/present_4.webp);-webkit-box-shadow:0px 2.3238px 1.57546px 0px rgba(96,58,26,.02),0px 5.58441px 3.78604px 0px rgba(96,58,26,.03),0px 10.51495px 7.12878px 0px rgba(96,58,26,.04),0px 18.75687px 12.71652px 0px rgba(96,58,26,.04),0px 35.08266px 23.78486px 0px rgba(96,58,26,.05),0px 83.9748px 56.93207px 0px rgba(96,58,26,.07);box-shadow:0 2.3238px 1.57546px #603a1a05,0 5.58441px 3.78604px #603a1a08,0 10.51495px 7.12878px #603a1a0a,0 18.75687px 12.71652px #603a1a0a,0 35.08266px 23.78486px #603a1a0d,0 83.9748px 56.93207px #603a1a12;border-radius:1rem}@media (max-width: 1024px){.presents .imagesWrap .card_7{top:19.125rem;left:20rem;width:5.9375rem;height:6.1875rem}}@media (max-width: 767px){.presents .imagesWrap .card_7{top:5.5625rem;left:14.25rem;width:5rem;height:5rem;border-radius:.3125rem}}.presents .imagesWrap .card_8{top:6.0625rem;left:10.25rem;width:21.25rem;height:21.25rem;background-image:url(../images/present_5.webp);-webkit-box-shadow:0px 1.41584px .95989px 0px rgba(96,58,26,.02),0px 3.40247px 2.30676px 0px rgba(96,58,26,.03),0px 6.40655px 4.34342px 0px rgba(96,58,26,.04),0px 11.42818px 7.74792px 0px rgba(96,58,26,.04),0px 21.37517px 14.49164px 0px rgba(96,58,26,.05),0px 51.16417px 34.68757px 0px rgba(96,58,26,.07);box-shadow:0 1.41584px .95989px #603a1a05,0 3.40247px 2.30676px #603a1a08,0 6.40655px 4.34342px #603a1a0a,0 11.42818px 7.74792px #603a1a0a,0 21.37517px 14.49164px #603a1a0d,0 51.16417px 34.68757px #603a1a12;border-radius:1.5rem;overflow:hidden}.presents .imagesWrap .card_8:after{content:"";position:absolute;top:.625rem;left:.625rem;width:2.875rem;height:2.875rem;background-image:url(../icons/roundCheck.svg);background-size:cover;-webkit-filter:drop-shadow(0px .9857738018px 2.3897545338px rgba(0,0,0,.04)) drop-shadow(0px 2.3689513206px 5.7429127693px rgba(0,0,0,.06)) drop-shadow(0px 4.4605250359px 10.8133945465px rgba(0,0,0,.07)) drop-shadow(0px 7.9568147659px 19.2892475128px rgba(0,0,0,.08)) drop-shadow(0px 14.8823471069px 36.078414917px rgba(0,0,0,.1)) drop-shadow(0px 35.6227798462px 86.3582611084px rgba(0,0,0,.14));filter:drop-shadow(0px .9857738018px 2.3897545338px rgba(0,0,0,.04)) drop-shadow(0px 2.3689513206px 5.7429127693px rgba(0,0,0,.06)) drop-shadow(0px 4.4605250359px 10.8133945465px rgba(0,0,0,.07)) drop-shadow(0px 7.9568147659px 19.2892475128px rgba(0,0,0,.08)) drop-shadow(0px 14.8823471069px 36.078414917px rgba(0,0,0,.1)) drop-shadow(0px 35.6227798462px 86.3582611084px rgba(0,0,0,.14))}@media (max-width: 1024px){.presents .imagesWrap .card_8:after{top:.375rem;left:.375rem;width:1.9375rem;height:1.9375rem}}@media (max-width: 1024px){.presents .imagesWrap .card_8:after{top:.25rem;left:.25rem;width:1.375rem;height:1.375rem}}@media (max-width: 1024px){.presents .imagesWrap .card_8{top:7.0625rem;left:7.8125rem;width:14.375rem;height:14.375rem}}@media (max-width: 767px){.presents .imagesWrap .card_8{top:1.5rem;left:5.3125rem;width:9.9375rem;height:9.9375rem;border-radius:.6875rem}}.presents .infoWrap{width:32.5rem;margin:7.4375rem 5.3125rem 7.4375rem 0}@media (max-width: 1024px){.presents .infoWrap{width:26.5rem;margin:4.8125rem 2.75rem 4.8125rem 0}}@media (max-width: 767px){.presents .infoWrap{width:100%;margin:0;padding:0 1.25rem 1.25rem}}.presents .infoWrap .title{font-size:3rem;font-weight:700;line-height:105%;letter-spacing:-.12rem}@media (max-width: 1024px){.presents .infoWrap .title{font-size:1.75rem;line-height:120%;letter-spacing:-.07rem}}@media (max-width: 767px){.presents .infoWrap .title{font-size:1.25rem;letter-spacing:-.05rem}}.presents .infoWrap .subtitle{margin-top:.5rem;font-size:1rem;line-height:135%;letter-spacing:-.01rem;text-wrap:balance}@media (max-width: 1024px){.presents .infoWrap .subtitle{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.presents .infoWrap .promoButton{--end-point-color: rgba(255, 255, 255, .11);--start-point-color: rgba(255, 255, 255, .29);margin-top:1rem;padding:.5rem 1.25rem .5rem .75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;font-size:.875rem;font-weight:700;line-height:140%;letter-spacing:-.0175rem;border-radius:.75rem;background:-webkit-gradient(linear,left top,left bottom,color-stop(-28.57%,var(--start-point-color)),to(var(--end-point-color)));background:linear-gradient(180deg,var(--start-point-color) -28.57%,var(--end-point-color) 100%);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);will-change:transform;transition:--end-point-color .2s ease,--start-point-color .2s ease,transform .2s ease;cursor:pointer}.presents .infoWrap .promoButton svg{width:2.5rem;height:2.5rem;margin-right:1rem}@media (hover: hover) and (pointer: fine){.presents .infoWrap .promoButton:hover{--start-point-color: rgba(255, 255, 255, .46);--end-point-color: rgba(255, 255, 255, .17)}}.presents .infoWrap .promoButton:active{-webkit-transform:scale(.95);transform:scale(.95)}.presents .infoWrap .promoButton:focus-visible{--start-point-color: rgba(255, 255, 255, .46);--end-point-color: rgba(255, 255, 255, .17);outline:1px solid var(--primary-gray800);outline-offset:.25rem}.presents .infoWrap .getPresentsButton{margin-top:3rem}@media (max-width: 1024px){.presents .infoWrap .getPresentsButton{margin-top:2rem}}.presents .modalWrap{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100vh;height:100svh;display:none}.presents .modalWrap_open{display:block}.presents .modalWrap .modal{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.presents .modalWrap .modalContent{position:relative;grid-column:1/1;grid-row:1/1;width:25.625rem;background:var(--background-gold, radial-gradient(194.64% 113.18% at 33.7% -2.48%, rgba(255, 249, 229, .62) 0%, rgba(238, 210, 161, .62) 60.32%, rgba(208, 170, 112, .22) 100%), linear-gradient(41deg, #c89e4b 8.49%, #f1dbb6 63.23%));background-size:100% 10.5625rem;background-repeat:no-repeat;border-radius:1rem}@media (max-width: 1024px){.presents .modalWrap .modalContent{width:21.375rem}}@media (max-width: 767px){.presents .modalWrap .modalContent{-ms-flex-item-align:end;align-self:end;width:calc(100% - 2rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;margin:1.125rem 1rem}}.presents .modalWrap .modalContent .closeButton{position:absolute;top:-1rem;right:-1rem;-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}.presents .modalWrap .modalContent .imageWrap{position:absolute;top:-2.75rem;left:1.5rem;width:19.1875rem;height:10.8125rem}@media (max-width: 1024px){.presents .modalWrap .modalContent .imageWrap{left:1.75rem;top:-1.0625rem;width:16.125rem;height:9.125rem}}.presents .modalWrap .modalContent .imageWrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.presents .modalWrap .modalContent .contentWrap{margin-top:8.0625rem;padding:2rem;background-color:var(--primary-white);border-radius:1rem}@media (max-width: 1024px){.presents .modalWrap .modalContent .contentWrap{padding:1.5rem 1.25rem 1.25rem}}.presents .modalWrap .modalContent .contentWrap .title{font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem}@media (max-width: 1024px){.presents .modalWrap .modalContent .contentWrap .title{font-size:1.125rem;letter-spacing:-.045rem}}.presents .modalWrap .modalContent .contentWrap .subtitle{margin-top:.75rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.presents .modalWrap .modalContent .contentWrap .subtitle{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.presents .modalWrap .modalContent .contentWrap .endButton{margin-top:2rem;width:100%}@media (max-width: 1024px){.presents .modalWrap .modalContent .contentWrap .endButton{margin-top:1.5rem}}.presents .modalWrap .modalContent .contentWrap .ligal{margin-top:.625rem;font-size:.625rem;font-weight:400;line-height:110%;letter-spacing:-.0175rem;color:var(--primary-gray600)}.presents .modalWrap .modalContent .contentWrap .ligal a{color:inherit;text-decoration:underline}.presents .modalWrap .backdrop{width:100%;height:100%;grid-column:1/1;grid-row:1/1;background-color:#0009}.filmSlider{position:relative;padding-top:6rem;padding-bottom:4.5rem;scroll-margin-top:5rem}@media (max-width: 1024px){.filmSlider{padding-block:1.5rem;margin-top:2.3125rem;scroll-margin-top:4rem}}@media (max-width: 767px){.filmSlider{margin-top:2rem}}.filmSlider .container{width:100%;max-width:90rem;margin:0 auto;padding:0 4rem}@media (max-width: 1024px){.filmSlider .container{padding:0 2rem}}@media (max-width: 767px){.filmSlider .container{padding:0 1rem}}.filmSlider .decor{position:absolute;background-position-y:center;background-size:contain;background-repeat:no-repeat}.filmSlider .decor_left{top:4.1875rem;left:-1.4375rem;width:14.875rem;height:12.1875rem;background-image:url(../images/pine-left.webp);background-position-x:left}@media (max-width: 1024px){.filmSlider .decor_left{top:.875rem;left:-3.3125rem;width:11.25rem;height:9.25rem}}@media (max-width: 767px){.filmSlider .decor_left{top:8.1875rem;left:-4.3125rem;width:8.875rem;height:7.25rem}}.filmSlider .decor_right{top:1.125rem;right:-4.6875rem;width:16.1875rem;height:14.875rem;background-image:url(../images/pine-right.webp);background-position-x:right}@media (max-width: 1024px){.filmSlider .decor_right{top:-2.375rem;right:-2.9375rem;width:12.5rem;height:11.5rem}}@media (max-width: 767px){.filmSlider .decor_right{top:-7.125rem;right:-6rem;width:9.9375rem;height:9.125rem}}.filmSlider .filmHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filmSlider .filmHeader .title{width:50%;font-size:3.5rem;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-.14rem;background:linear-gradient(60deg,#d0a269 37.05%,#e4b86f 71.33%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-wrap:balance;text-align:center}@media (max-width: 1024px){.filmSlider .filmHeader .title{font-size:2rem;letter-spacing:-.08rem}}@media (max-width: 767px){.filmSlider .filmHeader .title{width:100%;font-size:1.5rem;letter-spacing:-.06rem}}.filmSlider .filmHeader .subtitle{width:50%;margin-top:1.25rem;text-wrap:balance;text-align:center;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.filmSlider .filmHeader .subtitle{margin-top:.5rem;font-size:.875rem;font-weight:400;line-height:140%;letter-spacing:-.0175rem}}@media (max-width: 767px){.filmSlider .filmHeader .subtitle{width:100%;margin-top:.75rem}}.filmSlider .swiperWrap{margin-top:3.25rem}@media (max-width: 1024px){.filmSlider .swiperWrap{margin-top:2.75rem}}@media (max-width: 767px){.filmSlider .swiperWrap{margin-top:3.25rem}}.filmSlider .swiperWrap .filmSwiper{position:relative;overflow:initial}.filmSlider .swiperWrap .filmSwiper__buttonsWrap{width:calc(100% + 3rem);top:50%;left:-1.5rem;position:absolute;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}@media (max-width: 1024px){.filmSlider .swiperWrap .filmSwiper__buttonsWrap{display:none}}.filmSlider .swiperWrap .swiper-slide{width:-webkit-min-content;width:-moz-min-content;width:min-content}.filmSlider .swiperWrap .filmCard{position:relative;width:19.375rem;height:28.625rem;border-radius:.75rem;overflow:hidden;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}@media (hover: hover) and (pointer: fine){.filmSlider .swiperWrap .filmCard:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.filmSlider .swiperWrap .filmCard:hover .infoWrap{opacity:1}}.filmSlider .swiperWrap .filmCard:focus-visible{outline:none;-webkit-transform:scale(1.1);transform:scale(1.1)}.filmSlider .swiperWrap .filmCard:active{-webkit-transform:scale(.95);transform:scale(.95)}@media (max-width: 1024px){.filmSlider .swiperWrap .filmCard{width:14.25rem;height:21.125rem}}@media (max-width: 767px){.filmSlider .swiperWrap .filmCard{width:14rem;height:20.75rem}}.filmSlider .swiperWrap .filmCard .poster{position:absolute;inset:0}.filmSlider .swiperWrap .filmCard .poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.filmSlider .swiperWrap .filmCard .fg{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filmSlider .swiperWrap .filmCard .infoWrap{width:100%;height:15.8125rem;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);padding:1.4375rem 1.375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--primary-white);text-align:left;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media (max-width: 1024px){.filmSlider .swiperWrap .filmCard .infoWrap{height:12.25rem;padding:1rem;opacity:1}}@media (max-width: 767px){.filmSlider .swiperWrap .filmCard .infoWrap{height:12rem}}.filmSlider .swiperWrap .filmCard .infoWrap .title{font-size:1.375rem;font-weight:400;line-height:135%}@media (max-width: 1024px){.filmSlider .swiperWrap .filmCard .infoWrap .title{font-size:1rem;letter-spacing:-.02rem}}.filmSlider .swiperWrap .filmCard .infoWrap .info{margin-top:.25rem;font-size:.9375rem;font-weight:400;line-height:140%;letter-spacing:-.009625rem}@media (max-width: 1024px){.filmSlider .swiperWrap .filmCard .infoWrap .info{font-size:.875rem;letter-spacing:-.0175rem}}.filmSlider .swiperWrap .filmCard .badgeWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem}.filmSlider .swiperWrap .filmCard .badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:.5rem;font-size:.875rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.00875rem;color:var(--primary-white);border-radius:.5rem}@media (max-width: 1024px){.filmSlider .swiperWrap .filmCard .badge{padding:.375rem;border-radius:.375rem}}.filmSlider .swiperWrap .filmCard .badge svg{width:1rem;height:1rem;margin-right:.25rem}@media (max-width: 1024px){.filmSlider .swiperWrap .filmCard .badge svg{width:.75rem;height:.75rem}}.filmSlider .swiperWrap .filmCard .badge__rating{background-color:var(--secondary-green)}.filmSlider .swiperWrap .filmCard .badge__advice{background-color:var(--secondary-gold)}.filmSlider .modalWrap{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100vh;height:100dvh;display:none}.filmSlider .modalWrap_open{display:block}.filmSlider .modalWrap .modal{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.filmSlider .modalWrap .modalContent{position:relative;grid-column:1/1;grid-row:1/1;display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;gap:3rem;width:54.125rem;padding:2rem 2rem 2.5rem 2.5rem;background-color:var(--primary-white);border-radius:1rem}@media (max-width: 1024px){.filmSlider .modalWrap .modalContent{width:49.875rem;padding:2.5rem;gap:2.625rem}}@media (max-width: 767px){.filmSlider .modalWrap .modalContent{width:100%;height:100%;padding:2rem 1rem 1rem;grid-template-columns:1fr;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr;gap:2rem;border-radius:0;overflow:auto}}.filmSlider .modalWrap .modalContent .closeButton{position:absolute;top:-1rem;right:-1rem}@media (max-width: 767px){.filmSlider .modalWrap .modalContent .closeButton{-ms-scroll-chaining:none;overscroll-behavior:none;position:fixed;top:.5rem;right:.5rem}}.filmSlider .modalWrap .modalContent .infoWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media (max-width: 767px){.filmSlider .modalWrap .modalContent .infoWrap{grid-row:2/3}}.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap{display:-webkit-box;display:-ms-flexbox;display:flex}.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap .badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:.5rem;font-size:.875rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.00875rem;color:var(--primary-white);border-radius:.5rem}@media (max-width: 1024px){.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap .badge{padding:.375rem;border-radius:.375rem}}.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap .badge svg{width:1rem;height:1rem;margin-right:.25rem}@media (max-width: 1024px){.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap .badge svg{width:.75rem;height:.75rem}}.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap .badge__rating{background-color:var(--secondary-green)}.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap .badge__duration{margin-left:.5rem;color:var(--primary-gray800);background-color:var(--secondary-white)}.filmSlider .modalWrap .modalContent .infoWrap .badgesWrap .badge__advice{margin-left:auto;background-color:var(--secondary-gold)}.filmSlider .modalWrap .modalContent .infoWrap .title{margin-top:1rem;font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem}@media (max-width: 1024px){.filmSlider .modalWrap .modalContent .infoWrap .title{margin-top:.75rem;font-size:1.125rem;letter-spacing:-.045rem}}@media (max-width: 767px){.filmSlider .modalWrap .modalContent .infoWrap .title{margin-top:1rem}}.filmSlider .modalWrap .modalContent .infoWrap .subtitle{margin-top:.5rem;font-size:.875rem;font-weight:400;line-height:140%;letter-spacing:-.0175rem;color:var(--primary-gray800)}@media (max-width: 767px){.filmSlider .modalWrap .modalContent .infoWrap .subtitle{margin-top:.25rem}}.filmSlider .modalWrap .modalContent .infoWrap .info{margin-top:1.25rem;font-size:.875rem;font-weight:400;line-height:140%;letter-spacing:-.0175rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.filmSlider .modalWrap .modalContent .infoWrap .kpLink{margin-top:2.125rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width: 767px){.filmSlider .modalWrap .modalContent .infoWrap .kpLink{width:100%}}.filmSlider .modalWrap .modalContent .poster{width:16.875rem;height:25rem;border:2px solid var(--primary-gray200);border-radius:.25rem;overflow:hidden;-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}@media (max-width: 767px){.filmSlider .modalWrap .modalContent .poster{width:14.5rem;height:22rem;justify-self:center}}.filmSlider .modalWrap .modalContent .poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.filmSlider .modalWrap .backdrop{width:100%;height:100%;grid-column:1/1;grid-row:1/1;background-color:#0009}.playlist{position:relative;margin:2.5rem 1.5rem 0;background-color:var(--secondary-white);border-radius:1.5rem;scroll-margin-top:6.375rem}@media (max-width: 1024px){.playlist{scroll-margin-top:5.5rem}}@media (max-width: 767px){.playlist{margin:1.5rem 1rem;border-radius:.75rem}}.playlist .decor{position:absolute;top:-.9375rem;left:50%;width:7.5rem;height:7.5rem;background-image:url(../images/playlist-decor.webp);background-size:cover;background-position:center;-webkit-transform:translateX(-50%);transform:translate(-50%)}.playlist .container{width:100%;max-width:90rem;margin:0 auto;padding:0 4rem;padding:7.0625rem 9.5rem 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 1024px){.playlist .container{padding:0 2rem}}@media (max-width: 767px){.playlist .container{padding:0 1rem}}@media (max-width: 1024px){.playlist .container{padding:7.0625rem 5.5625rem 3rem}}@media (max-width: 767px){.playlist .container{padding:6.75rem .5rem .375rem}}.playlist .container .title{font-size:3.5rem;font-weight:700;line-height:110%;letter-spacing:-.14rem;background:linear-gradient(70deg,#b67c33 4.39%,#ceb58b 69.48%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){.playlist .container .title{font-size:2rem;letter-spacing:-.08rem}}@media (max-width: 767px){.playlist .container .title{font-size:1.5rem;letter-spacing:-.06rem}}.playlist .container .subtitle{margin-top:1rem;width:36.25rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;text-wrap:balance;text-align:center}@media (max-width: 1024px){.playlist .container .subtitle{margin-top:.5rem;width:32.6875rem;font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}@media (max-width: 767px){.playlist .container .subtitle{margin-top:.75rem;width:calc(100% - 1.5rem);font-size:.875rem;letter-spacing:-.0175rem}}.playlist .container .playlistWrap{margin-top:3rem;width:100%;height:41.25rem;border-radius:1rem;overflow:hidden}@media (max-width: 1024px){.playlist .container .playlistWrap{margin-top:2.5rem;border-radius:.75rem;height:30.25rem}}@media (max-width: 767px){.playlist .container .playlistWrap{margin-top:1rem;border-radius:.75rem}}.playlist .container .playlistWrap iframe{width:100%;height:100%;border:none}.test .modalWrap{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100vh;height:100dvh;display:none}.test .modalWrap_open{display:block}.test .modalWrap .modal{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}.test .modalWrap .modalContent{position:relative;grid-column:1/1;grid-row:1/1;background-color:var(--primary-white);border-radius:1rem}.test .modalWrap .closeButton{position:absolute;top:-1rem;right:-1rem}@media (max-width: 1024px){.test .modalWrap .closeButton{-ms-scroll-chaining:none;overscroll-behavior:none;position:fixed;top:.5rem;right:.5rem}}.test .modalWrap .backdrop{width:100%;height:100%;grid-column:1/1;grid-row:1/1;background-color:#0009}.test .testModal .modalContent{margin-block:3rem;width:82rem}@media (max-width: 1024px){.test .testModal .modalContent{width:100%;height:100%;border-radius:0;overflow-y:auto;margin-block:0}}.test .testModal .modalContentWrap{padding:2.5rem 3rem}@media (max-width: 1024px){.test .testModal .modalContentWrap{padding:2.5rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;border-radius:0;overflow:auto}}@media (max-width: 767px){.test .testModal .modalContentWrap{padding:1.25rem 1rem 1rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.test .testModal .badge{padding:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:.875rem;font-weight:700;line-height:100%;letter-spacing:-.00875rem;color:var(--primary-gray800);background-color:var(--secondary-white);border-radius:.5rem}@media (max-width: 1024px){.test .testModal .badge{padding:.375rem;border-radius:.375rem}}.test .testModal .title{margin-top:.75rem;font-size:3rem;font-weight:700;line-height:105%;letter-spacing:-.12rem}@media (max-width: 1024px){.test .testModal .title{font-size:1.75rem;line-height:120%;letter-spacing:-.07rem}}@media (max-width: 767px){.test .testModal .title{margin-top:1.5rem;font-size:1.25rem;letter-spacing:-.05rem}}.test .testModal .questionWrap{margin-top:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width: 767px){.test .testModal .questionWrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.test .testModal .questionCard{width:100%;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--primary-white);border-radius:.875rem;border:2px solid var(--primary-white);-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212;-webkit-transition:border-color .2s ease,scale .2s ease,opacity .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,scale .2s ease,opacity .2s ease,-webkit-box-shadow .2s ease;transition:box-shadow .2s ease,border-color .2s ease,scale .2s ease,opacity .2s ease;transition:box-shadow .2s ease,border-color .2s ease,scale .2s ease,opacity .2s ease,-webkit-box-shadow .2s ease;cursor:pointer}@media (max-width: 767px){.test .testModal .questionCard{display:grid;grid-template-columns:1fr 5rem;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;row-gap:.875rem;padding:.75rem}}@media (hover: hover) and (pointer: fine){.test .testModal .questionCard:hover{-webkit-box-shadow:0px .66414px 2.21381px 0px rgba(66,72,102,.07),0px 1.59602px 5.32008px 0px rgba(66,72,102,.05),0px 3.00517px 10.01724px 0px rgba(66,72,102,.04),0px 5.36071px 17.86905px 0px rgba(66,72,102,.04),0px 10.02663px 33.42209px 0px rgba(66,72,102,.03),0px 24px 80px 0px rgba(66,72,102,.02);box-shadow:0 .66414px 2.21381px #42486612,0 1.59602px 5.32008px #4248660d,0 3.00517px 10.01724px #4248660a,0 5.36071px 17.86905px #4248660a,0 10.02663px 33.42209px #42486608,0 24px 80px #42486605}}@media (max-width: 1024px){.test .testModal .questionCard:active{scale:.95}}.test .testModal .questionCard:focus-visible{outline:1px solid var(--primary-gray800);outline-offset:.5rem;-webkit-box-shadow:0px .66414px 2.21381px 0px rgba(66,72,102,.07),0px 1.59602px 5.32008px 0px rgba(66,72,102,.05),0px 3.00517px 10.01724px 0px rgba(66,72,102,.04),0px 5.36071px 17.86905px 0px rgba(66,72,102,.04),0px 10.02663px 33.42209px 0px rgba(66,72,102,.03),0px 24px 80px 0px rgba(66,72,102,.02);box-shadow:0 .66414px 2.21381px #42486612,0 1.59602px 5.32008px #4248660d,0 3.00517px 10.01724px #4248660a,0 5.36071px 17.86905px #4248660a,0 10.02663px 33.42209px #42486608,0 24px 80px #42486605}.test .testModal .questionCard:disabled{opacity:.5;pointer-events:none}.test .testModal .questionCard:not(:last-child){margin-right:1rem}@media (max-width: 767px){.test .testModal .questionCard:not(:last-child){margin-right:0;margin-bottom:1rem}}.test .testModal .questionCard .imgWrap{width:100%;height:12.75rem;border-radius:.5rem;overflow:hidden}@media (max-width: 767px){.test .testModal .questionCard .imgWrap{grid-row:1/3;grid-column:2/3;width:5rem;height:5rem}}.test .testModal .questionCard .imgWrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.test .testModal .questionCard .imgWrap .nextStepImage{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.test .testModal .questionCard .text{margin:1.25rem .5rem 0;text-align:left;font-size:1rem;font-weight:700;line-height:135%;letter-spacing:-.01rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width: 1024px){.test .testModal .questionCard .text{font-size:.875rem;line-height:140%;letter-spacing:-.00875rem}}@media (max-width: 767px){.test .testModal .questionCard .text{margin:0;grid-row:1/2;grid-column:1/2}}.test .testModal .questionCard .checkMark{margin:3.75rem 0 0 .5rem;width:2rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--secondary-white);border-radius:50%;text-align:left;font-size:.875rem;font-weight:700;line-height:140%;letter-spacing:-.0175rem}@media (max-width: 1024px){.test .testModal .questionCard .checkMark{margin:2.5625rem 0 0 .5rem}}@media (max-width: 767px){.test .testModal .questionCard .checkMark{width:1.75rem;height:1.75rem;align-self:end;margin:0;grid-row:2/3;grid-column:1/2;font-size:.75rem;letter-spacing:-.015rem}}.test .testModal .questionCard_active{border-color:var(--primary-gray800)}.test .testModal .questionCard_active .checkMark{position:relative;background-color:var(--primary-black)}.test .testModal .questionCard_active .checkMark:after{content:"";position:absolute;inset:0;background-image:url(../icons/check.svg);background-size:1.25rem;background-position:center;background-repeat:no-repeat}.test .testModal .nextButton{margin:5.5rem auto 0}@media (max-width: 1024px){.test .testModal .nextButton{margin:7.5rem auto 0}}@media (max-width: 767px){.test .testModal .nextButton{margin:1rem auto 0}}.test .resultModal .modalContent{margin-block:3rem;width:81.875rem}@media (max-width: 1024px){.test .resultModal .modalContent{width:100%;height:100%;border-radius:0;overflow-y:auto;margin-block:0}}.test .resultModal .modalContentWrap{min-height:100%;padding:3.5rem 3rem 3rem}@media (max-width: 1024px){.test .resultModal .modalContentWrap{padding:3.5rem 2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}}@media (max-width: 767px){.test .resultModal .modalContentWrap{padding:1.25rem 1rem 1.6875rem}}.test .resultModal .resultWrap{display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;gap:14.125rem}@media (max-width: 1024px){.test .resultModal .resultWrap{width:100%;gap:6.0625rem}}@media (max-width: 767px){.test .resultModal .resultWrap{grid-template-columns:1fr;gap:1.5rem}}.test .resultModal .result{padding-bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.test .resultModal .result .badge{padding:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;font-weight:700;line-height:100%;letter-spacing:-.00875rem;color:var(--primary-white);background-color:var(--secondary-gold);border-radius:.5rem}@media (max-width: 1024px){.test .resultModal .result .badge{padding:.375rem;border-radius:.375rem}}.test .resultModal .result .badge svg{width:.75rem;height:.75rem;margin-right:.25rem}.test .resultModal .result .title{margin-top:1.25rem;font-size:3.5rem;font-weight:700;line-height:110%;letter-spacing:-.14rem}@media (max-width: 1024px){.test .resultModal .result .title{font-size:2rem;line-height:110%;letter-spacing:-.08rem}}@media (max-width: 767px){.test .resultModal .result .title{font-size:1.5rem;letter-spacing:-.06rem}}.test .resultModal .result .subtitle{margin-top:.5rem;font-size:1rem;font-weight:700;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.test .resultModal .result .subtitle{font-size:.875rem;line-height:140%;letter-spacing:-.00875rem}}@media (max-width: 767px){.test .resultModal .result .subtitle{font-size:.875rem;letter-spacing:-.00875rem}}.test .resultModal .result .replayTest{margin-top:.5rem;margin-bottom:1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width: 767px){.test .resultModal .result .replayTest{margin-bottom:0}}.test .resultModal .result .promoTitle{font-size:1.25rem;font-weight:700;line-height:135%;letter-spacing:-.025rem}@media (max-width: 1024px){.test .resultModal .result .promoTitle{font-size:1rem;line-height:135%;letter-spacing:-.02rem}}@media (max-width: 767px){.test .resultModal .result .promoTitle{margin-top:1.5rem;font-size:1rem;letter-spacing:-.02rem}}.test .resultModal .result .promoButton{margin-top:1.25rem;width:21.625rem}@media (max-width: 1024px){.test .resultModal .result .promoButton{margin-top:1rem}}@media (max-width: 767px){.test .resultModal .result .promoButton{margin-top:1rem;margin-bottom:0;width:100%}}.test .resultModal .result .ligal{margin-top:.625rem;font-size:.625rem;font-weight:400;line-height:110%;letter-spacing:-.0175rem;color:var(--primary-gray600)}.test .resultModal .result .ligal a{color:inherit;text-decoration:underline}.test .resultModal .share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:26.75rem;padding:1.5rem;border-radius:1rem;border:2px solid var(--primary-gray200);background:var(--primary-white);-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}@media (max-width: 1024px){.test .resultModal .share{width:24.4375rem;margin-top:.5rem}}@media (max-width: 1024px){.test .resultModal .share{width:100%;margin-top:.5rem;padding:1.25rem}}.test .resultModal .share .title{font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem;color:#333}@media (max-width: 1024px){.test .resultModal .share .title{font-size:1.125rem;line-height:120%;letter-spacing:-.045rem}}@media (max-width: 767px){.test .resultModal .share .title{font-size:1.125rem;letter-spacing:-.045rem}}.test .resultModal .share .subtitle{margin-top:.5rem;font-size:.875rem;font-weight:500;line-height:140%;letter-spacing:-.0175rem;color:#333}.test .resultModal .share .shareButton{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:2rem;padding:.875rem 1rem}.test .resultModal .share .shareButton span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.test .resultModal .share .shareButton svg{width:1.25rem;height:1.25rem;margin-right:.5rem}.test .resultModal .share .spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.test .resultModal .share .divider{margin:1.5rem 0 1.25rem;width:100%;height:1px;background-color:var(--primary-gray400)}@media (max-width: 1024px){.test .resultModal .share .divider{margin:1.5rem 0 1rem}}.test .resultModal .share .captionWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.test .resultModal .share .captionWrap .caption{font-size:.875rem;font-weight:700;line-height:140%;letter-spacing:-.00875rem;color:var(--primary-gray800)}@media (max-width: 1024px){.test .resultModal .share .captionWrap .caption{width:13.125rem}}@media (max-width: 767px){.test .resultModal .share .captionWrap .caption{width:10.1875rem}}.test .resultModal .share .captionWrap .logo{width:9.375rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0}@media (max-width: 1024px){.test .resultModal .share .captionWrap .logo{width:7.75rem;height:1.25rem}}.test .resultModal .share .captionWrap .logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.test .resultModal .collectionWrap{margin-top:4.625rem}@media (max-width: 1024px){.test .resultModal .collectionWrap{margin-top:2.5rem;width:100vw}}@media (max-width: 767px){.test .resultModal .collectionWrap{margin-top:3rem;width:100vw}}.test .resultModal .collectionWrap .title{font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem}@media (max-width: 1024px){.test .resultModal .collectionWrap .title{padding-inline:2rem;font-size:1.125rem;line-height:120%;letter-spacing:-.045rem}}@media (max-width: 767px){.test .resultModal .collectionWrap .title{padding-inline:1rem;font-size:1.25rem;letter-spacing:-.05rem}}.test .resultModal .collectionWrap .swiperWrap{margin-top:1.25rem;position:relative}@media (max-width: 1024px){.test .resultModal .collectionWrap .swiperWrap{margin-top:1rem}}@media (max-width: 1024px){.test .resultModal .collectionWrap .collectionSwiper{padding-right:2rem}}@media (max-width: 767px){.test .resultModal .collectionWrap .collectionSwiper{padding-right:1rem}}.test .resultModal .collectionWrap .collectionSwiper__buttonsWrap{width:calc(100% + 3rem);top:8.8125rem;left:-1.5rem;position:absolute;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}@media (max-width: 1024px){.test .resultModal .collectionWrap .collectionSwiper__buttonsWrap{display:none}}.test .resultModal .collectionWrap .collectionSwiper .swiper-slide{width:-webkit-min-content;width:-moz-min-content;width:min-content;height:initial}.test .resultModal .collectionWrap .collectionCard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.test .resultModal .collectionWrap .collectionCard .imgWrap{width:18.125rem;height:18.125rem;border-radius:.5rem;overflow:hidden}@media (max-width: 1024px){.test .resultModal .collectionWrap .collectionCard .imgWrap{width:13.75rem;height:13.25rem}}@media (max-width: 767px){.test .resultModal .collectionWrap .collectionCard .imgWrap{width:8.875rem;height:8.875rem}}.test .resultModal .collectionWrap .collectionCard .imgWrap .objectContain{-o-object-fit:contain;object-fit:contain;-o-object-position:initial;object-position:initial}.test .resultModal .collectionWrap .collectionCard .imgWrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}.test .resultModal .collectionWrap .collectionCard .name{margin-top:1.25rem;font-size:1rem;font-weight:700;line-height:135%;letter-spacing:-.01rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width: 1024px){.test .resultModal .collectionWrap .collectionCard .name{font-size:.875rem;line-height:140%;font-weight:500;letter-spacing:-.00875rem}}@media (max-width: 767px){.test .resultModal .collectionWrap .collectionCard .name{margin-top:1rem;font-size:.75rem;letter-spacing:-.0075rem}}.test .resultModal .collectionWrap .collectionCard .link{margin-top:1rem;padding:.5rem 1rem .5rem .5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.test .resultModal .collectionWrap .collectionCard .link{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.test .resultModal .collectionWrap .collectionCard .link img,.test .resultModal .collectionWrap .collectionCard .link svg{width:1.25rem;height:1.25rem;margin-right:.5rem}@media (max-width: 767px){.test .resultModal .collectionWrap .collectionCard .link_desktop{display:none}}.test .resultModal .contestWrap{position:relative;margin-top:1.9375rem;z-index:10}@media (max-width: 1024px){.test .resultModal .contestWrap{width:100%;margin-top:3.9375rem}}@media (max-width: 767px){.test .resultModal .contestWrap{margin-top:3rem}}.test .resultModal .contestWrap .decor{position:absolute;background-size:cover;background-position:center;background-image:url(../images/gift.webp)}@media (max-width: 767px){.test .resultModal .contestWrap .decor{z-index:5}}.test .resultModal .contestWrap .decor_1{width:17.125rem;height:17.125rem;top:.375rem;left:-8.5rem;-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media (max-width: 767px){.test .resultModal .contestWrap .decor_1{width:8.3125rem;height:8.3125rem;top:4rem;left:-5.75rem;-webkit-transform:none;transform:none}}.test .resultModal .contestWrap .decor_2{width:14.375rem;height:14.375rem;top:-5.4375rem;right:-6.5625rem}@media (max-width: 767px){.test .resultModal .contestWrap .decor_2{width:8.3125rem;height:8.3125rem;top:-1.6875rem;right:-3.625rem;-webkit-transform:scaleX(-1);transform:scaleX(-1)}}.test .resultModal .contestWrap .formWrap{position:relative;display:grid;grid-template-columns:1fr -webkit-min-content;grid-template-columns:1fr min-content;-webkit-column-gap:12rem;-moz-column-gap:12rem;column-gap:12rem;padding:2rem;border-radius:1rem;border:2px solid var(--primary-gray200);background:var(--primary-white);-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}@media (max-width: 1024px){.test .resultModal .contestWrap .formWrap{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}}@media (max-width: 767px){.test .resultModal .contestWrap .formWrap{grid-template-columns:1fr;padding:1.25rem}}.test .resultModal .contestWrap .descriptionWrap{grid-column:1/2;grid-row:1/2;width:30rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width: 1024px){.test .resultModal .contestWrap .descriptionWrap{width:27.4375rem}}@media (max-width: 767px){.test .resultModal .contestWrap .descriptionWrap{width:100%}}.test .resultModal .contestWrap .descriptionWrap .title{font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem}@media (max-width: 1024px){.test .resultModal .contestWrap .descriptionWrap .title{font-size:1.125rem;line-height:120%;letter-spacing:-.045rem}}@media (max-width: 767px){.test .resultModal .contestWrap .descriptionWrap .title{font-size:1.125rem;letter-spacing:-.05rem}}.test .resultModal .contestWrap .descriptionWrap .subtitle{margin-top:.75rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width: 1024px){.test .resultModal .contestWrap .descriptionWrap .subtitle{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}@media (max-width: 767px){.test .resultModal .contestWrap .descriptionWrap .subtitle{margin-top:.75rem}}.test .resultModal .contestWrap .captionWrap{grid-column:1/2;grid-row:2/3;align-self:end}@media (max-width: 767px){.test .resultModal .contestWrap .captionWrap{margin-top:2rem;grid-row:3/4}}.test .resultModal .contestWrap .captionWrap .divider{width:100%;height:1px;background-color:var(--primary-gray400)}.test .resultModal .contestWrap .captionWrap .captionContent{margin-top:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 767px){.test .resultModal .contestWrap .captionWrap .captionContent{margin-top:.75rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.test .resultModal .contestWrap .captionWrap .caption{max-width:20.875rem;font-size:1rem;font-weight:700;line-height:135%;letter-spacing:-.01rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width: 1024px){.test .resultModal .contestWrap .captionWrap .caption{font-size:.875rem;line-height:140%;letter-spacing:-.00875rem}}.test .resultModal .contestWrap .captionWrap .shareButton{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-min-content;height:-moz-min-content;height:min-content;padding:.5rem}@media (max-width: 767px){.test .resultModal .contestWrap .captionWrap .shareButton{margin-top:.5rem;width:100%}}.test .resultModal .contestWrap .captionWrap .shareButton span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.test .resultModal .contestWrap .captionWrap .shareButton svg{width:1.25rem;height:1.25rem;margin-right:.5rem}.test .resultModal .contestWrap .form{grid-column:2/3;grid-row:1/3;width:28.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width: 1024px){.test .resultModal .contestWrap .form{width:24.5625rem}}@media (max-width: 767px){.test .resultModal .contestWrap .form{margin-top:1.5rem;width:100%;grid-column:1/2;grid-row:2/3}}.test .resultModal .contestWrap .formCard_hide{display:none}.test .resultModal .contestWrap .participantCard{position:relative;grid-column:2/3;grid-row:1/3;width:28.5rem;height:18.375rem;padding:2rem;border-radius:16px;background:var(--background-gold, radial-gradient(194.64% 113.18% at 33.7% -2.48%, rgba(255, 249, 229, .62) 0%, rgba(238, 210, 161, .62) 60.32%, rgba(208, 170, 112, .22) 100%), linear-gradient(41deg, #c89e4b 8.49%, #f1dbb6 63.23%))}@media (max-width: 1024px){.test .resultModal .contestWrap .participantCard{width:24.5625rem;height:18rem;padding:1.5rem 1.25rem}}@media (max-width: 767px){.test .resultModal .contestWrap .participantCard{padding:1.25rem 1rem;margin-top:1.5rem;width:100%;height:18.75rem;grid-column:1/2;grid-row:2/3}}.test .resultModal .contestWrap .participantCard_hide{display:none}.test .resultModal .contestWrap .participantCard .title{font-size:1.25rem;font-weight:700;line-height:135%;letter-spacing:-.025rem}@media (max-width: 1024px){.test .resultModal .contestWrap .participantCard .title{font-size:1rem;letter-spacing:-.02rem}}.test .resultModal .contestWrap .participantCard .description{margin-top:.75rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.test .resultModal .contestWrap .participantCard .description{margin-top:.5rem;font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.test .resultModal .contestWrap .participantCard .description_bold{display:block;margin-bottom:-.625rem;font-weight:700}.test .resultModal .contestWrap .participantCard .decor{width:21.125rem;height:8.1875rem;position:absolute;left:0;bottom:0;background-image:url(../images/contest-decor_2.webp);background-size:cover;background-position:top left;background-repeat:no-repeat}@media (max-width: 767px){.test .resultModal .contestWrap .participantCard .decor{width:13.6875rem;height:6.25rem}}.test .resultModal .contestWrap .resultCard{overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-column:2/3;grid-row:1/3;width:28.5rem;height:18.375rem;padding:2rem;border-radius:16px;background:var(--background-gold, radial-gradient(194.64% 113.18% at 33.7% -2.48%, rgba(255, 249, 229, .62) 0%, rgba(238, 210, 161, .62) 60.32%, rgba(208, 170, 112, .22) 100%), linear-gradient(41deg, #c89e4b 8.49%, #f1dbb6 63.23%))}@media (max-width: 1024px){.test .resultModal .contestWrap .resultCard{width:24.5625rem;height:18rem;padding:1.5rem 1.25rem}}@media (max-width: 767px){.test .resultModal .contestWrap .resultCard{padding:1.25rem 1rem;margin-top:1.5rem;width:100%;height:18.75rem;grid-column:1/2;grid-row:2/3}}.test .resultModal .contestWrap .resultCard .title{font-size:1.25rem;font-weight:700;line-height:135%;letter-spacing:-.025rem}@media (max-width: 1024px){.test .resultModal .contestWrap .resultCard .title{font-size:1rem;letter-spacing:-.02rem}}.test .resultModal .contestWrap .resultCard .description{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:.75rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.test .resultModal .contestWrap .resultCard .description{margin-top:.5rem;font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.test .resultModal .contestWrap .resultCard .watchResult{position:relative;z-index:10}.test .resultModal .contestWrap .resultCard .decor{position:absolute;background-size:cover;background-position:center;background-repeat:no-repeat}.test .resultModal .contestWrap .resultCard .decor_1{width:10.9375rem;height:14.9375rem;left:-1.25rem;top:-10rem;background-image:url(../images/background/leftConfetti.png);rotate:260deg}@media (max-width: 1024px){.test .resultModal .contestWrap .resultCard .decor_1{display:none}}.test .resultModal .contestWrap .resultCard .decor_2{width:11.4375rem;height:15.625rem;right:-5rem;top:8.75rem;background-image:url(../images/background/leftConfetti.png);rotate:349deg}@media (max-width: 1024px){.test .resultModal .contestWrap .resultCard .decor_2{width:7.6875rem;height:10.4375rem;right:-2.8125rem;top:9.375rem;rotate:338deg}}.contest{width:100%;max-width:90rem;margin:0 auto;padding:0 4rem;padding-block:3rem 6rem;display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;scroll-margin-top:5rem}@media (max-width: 1024px){.contest{padding:0 2rem}}@media (max-width: 767px){.contest{padding:0 1rem}}@media (max-width: 1024px){.contest{padding-block:4rem;gap:1rem;scroll-margin-top:4rem}}@media (max-width: 767px){.contest{padding-block:3.5rem;grid-template-columns:1fr}}.contest .card{border:1px solid var(--primary-gray200);background:var(--primary-white);-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212;border-radius:1rem}.contest .infoCard{position:relative;grid-column:1/8;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width: 1024px){.contest .infoCard{padding:2rem 4.625rem 2rem 2rem}}@media (max-width: 767px){.contest .infoCard{grid-column:1/2;grid-row:1/2;padding:5.1875rem 1.25rem 1.5rem}}.contest .infoCard .title{font-size:3rem;font-weight:700;line-height:105%;letter-spacing:-.12rem}@media (max-width: 1024px){.contest .infoCard .title{font-size:1.75rem;line-height:120%;letter-spacing:-.07rem}}@media (max-width: 767px){.contest .infoCard .title{font-size:1.25rem;letter-spacing:-.05rem}}.contest .infoCard .decription{margin-top:.75rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width: 1024px){.contest .infoCard .decription{margin-top:.5rem;font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.contest .infoCard .testButton{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:2rem}@media (max-width: 1024px){.contest .infoCard .testButton{margin-top:3rem}}@media (max-width: 767px){.contest .infoCard .testButton{margin-top:1.5rem}}.contest .infoCard .contact{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.contest .infoCard .contact{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}@media (max-width: 767px){.contest .infoCard .contact{margin-top:2rem}}.contest .infoCard .link{margin-top:.5rem;font-size:1.25rem;font-weight:500;line-height:135%;letter-spacing:-.025rem;color:var(--secondary-blue);text-decoration:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media (hover: hover) and (pointer: fine){.contest .infoCard .link:hover{opacity:.8;text-decoration:underline}}.contest .infoCard .link:active{opacity:1;text-decoration:none}.contest .infoCard .link:focus-visible{outline:1px solid var(--primary-gray800);outline-offset:.25rem;text-decoration:underline}@media (max-width: 1024px){.contest .infoCard .link{font-size:1rem;letter-spacing:-.02rem}}@media (max-width: 767px){.contest .infoCard .link{margin-top:.25rem}}.contest .infoCard .decor{width:19rem;height:19rem;position:absolute;right:2rem;bottom:-3rem;background-image:url(../images/contest-decor.webp);background-size:cover;background-position:center}@media (max-width: 1024px){.contest .infoCard .decor{width:11.9375rem;height:11.9375rem;right:1.625rem;bottom:-.9375rem}}@media (max-width: 767px){.contest .infoCard .decor{width:7rem;height:7rem;right:initial;bottom:initial;top:-2.5625rem;left:1.25rem}}.contest .participantCard{position:relative;grid-column:8/13;grid-row:1/2;min-height:34.0625rem;padding:3rem 2.5rem;background:radial-gradient(194.64% 113.18% at 33.7% -2.48%,rgba(255,249,229,.62) 0%,rgba(238,210,161,.62) 60.32%,rgba(208,170,112,.22) 100%),linear-gradient(41deg,#c89e4b 8.49%,#f1dbb6 63.23%)}@media (max-width: 1024px){.contest .participantCard{min-height:31.25rem}}@media (max-width: 767px){.contest .participantCard{grid-column:1/2;grid-row:2/3;z-index:1;min-height:21.875rem;padding:1.5rem 1.25rem}}.contest .participantCard_hide{display:none}.contest .participantCard .title{font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem}@media (max-width: 1024px){.contest .participantCard .title{font-size:1.125rem;letter-spacing:-.045rem}}.contest .participantCard .description{margin-top:1rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;max-width:26.1875rem}@media (max-width: 1024px){.contest .participantCard .description{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.contest .participantCard .description_bold{display:block;margin-bottom:-.625rem;font-weight:700}.contest .participantCard .decor{width:100%;height:17rem;position:absolute;left:0;bottom:0;background-image:url(../images/contest-decor_2.webp);background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 1024px){.contest .participantCard .decor{height:12.5rem}}@media (max-width: 767px){.contest .participantCard .decor{height:10.375rem}}.contest .resultCard{overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-column:8/13;grid-row:1/2;min-height:34.0625rem;padding:3rem 2.5rem 2.5rem;background:radial-gradient(194.64% 113.18% at 33.7% -2.48%,rgba(255,249,229,.62) 0%,rgba(238,210,161,.62) 60.32%,rgba(208,170,112,.22) 100%),linear-gradient(41deg,#c89e4b 8.49%,#f1dbb6 63.23%)}@media (max-width: 1024px){.contest .resultCard{min-height:25rem;padding:2rem}}@media (max-width: 767px){.contest .resultCard{grid-column:1/2;grid-row:2/3;z-index:1;min-height:21.875rem;padding:1.5rem 1.25rem}}.contest .resultCard .title{font-size:3rem;font-weight:700;line-height:105%;letter-spacing:-.12rem}@media (max-width: 1024px){.contest .resultCard .title{font-size:1.75rem;line-height:120%;letter-spacing:-.07rem}}@media (max-width: 767px){.contest .resultCard .title{font-size:1.25rem;letter-spacing:-.05rem}}.contest .resultCard .description{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:1rem;font-size:2rem;font-weight:400;line-height:105%;letter-spacing:-.01rem}@media (max-width: 1024px){.contest .resultCard .description{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.contest .resultCard .watchResult{position:relative}.contest .resultCard .decor{position:absolute;background-size:cover;background-position:center;background-repeat:no-repeat}.contest .resultCard .decor_1{width:14.625rem;height:19.9375rem;left:-4.0625rem;top:-11.875rem;background-image:url(../images/background/leftConfetti.png);rotate:260deg}@media (max-width: 1024px){.contest .resultCard .decor_1{width:10.9375rem;height:14.9375rem;left:-3rem;top:-9.375rem}}@media (max-width: 767px){.contest .resultCard .decor_1{display:none}}.contest .resultCard .decor_2{width:15.3125rem;height:20.875rem;right:-6.875rem;top:6.25rem;background-image:url(../images/background/leftConfetti.png);rotate:349deg}@media (max-width: 1024px){.contest .resultCard .decor_2{width:11.4375rem;height:15.625rem;right:-5rem;top:8.75rem}}@media (max-width: 767px){.contest .resultCard .decor_2{width:7.6875rem;height:10.4375rem;right:-2.8125rem;top:9.375rem;rotate:338deg}}.contest .formCard{grid-column:8/13;grid-row:1/2;padding:2.5rem}.contest .formCard_hide{display:none}@media (max-width: 1024px){.contest .formCard{padding:2rem}}@media (max-width: 767px){.contest .formCard{grid-column:1/2;grid-row:2/3;z-index:1;padding:1.5rem 1.25rem}}.contest .formCard .formTitle{font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem}@media (max-width: 1024px){.contest .formCard .formTitle{font-size:1.125rem;letter-spacing:-.045rem}}.contest .formCard .subtitle{margin-top:1rem;font-size:1rem;font-weight:700;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.contest .formCard .subtitle{font-size:.875rem;line-height:140%;letter-spacing:-.00875rem}}.contest .formCard .list{margin-top:.25rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray800)}@media (max-width: 1024px){.contest .formCard .list{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.contest .formCard .form{margin-top:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width: 1024px){.contest .formCard .form{margin-top:1.5rem}}.contest .formCard .input{margin-bottom:.75rem}.contest .formCard .input .label,.contest .formCard .input .error{display:none}.contest .formCard .input .error{margin-top:.25rem;font-size:.875rem;font-weight:400;line-height:140%;letter-spacing:-.0175rem;color:var(--secondary-red)}.contest .formCard .input input{width:100%;padding:.75rem .9375rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;border:1px solid var(--primary-gray400);border-radius:.5rem;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.contest .formCard .input input::-webkit-input-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.contest .formCard .input input::-moz-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.contest .formCard .input input:-ms-input-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.contest .formCard .input input::-ms-input-placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}.contest .formCard .input input::placeholder{font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;color:var(--primary-gray600)}@media (hover: hover) and (pointer: fine){.contest .formCard .input input:hover{border-color:var(--primary-black)}}.contest .formCard .input input:active{border-color:var(--primary-black)}.contest .formCard .input input:focus-visible{outline:none;border-color:var(--primary-black)}.contest .formCard .input_error input{border-color:var(--secondary-red)}.contest .formCard .input_error .error{display:block}.contest .formCard .checkbox{position:relative;margin-block:.5rem 1rem;padding-left:1.875rem;cursor:pointer;font-size:.875rem;font-weight:400;line-height:140%;letter-spacing:-.0175rem}.contest .formCard .checkbox__input{position:absolute;-moz-appearance:none;-webkit-appearance:none;appearance:none}.contest .formCard .checkbox__input:checked+.checkbox__checkbox{background-color:var(--primary-black)}.contest .formCard .checkbox__input:checked+.checkbox__checkbox:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../icons/check.svg);background-size:1rem;background-position:center;background-repeat:no-repeat}.contest .formCard .checkbox__input:focus-visible+.checkbox__checkbox{outline:1px solid var(--primary-gray800);outline-offset:.125rem}@media (hover: hover) and (pointer: fine){.contest .formCard .checkbox__input:hover+.checkbox__checkbox{background-color:var(--primary-gray200)}.contest .formCard .checkbox__input:checked:hover+.checkbox__checkbox{background-color:var(--primary-gray800)}}.contest .formCard .checkbox__checkbox{position:absolute;left:0;width:1.25rem;height:1.25rem;background-color:var(--primary-white);border:1px solid var(--primary-gray600);border-radius:.375rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.contest .formCard .checkbox .link{color:var(--secondary-blue);text-decoration:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media (hover: hover) and (pointer: fine){.contest .formCard .checkbox .link:hover{opacity:.8;text-decoration:underline}}.contest .formCard .checkbox .link:active{opacity:1;text-decoration:none}.contest .formCard .checkbox .link:focus-visible{outline:1px solid var(--primary-gray800);outline-offset:.25rem;text-decoration:underline}.contest .modalWrap{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100vh;height:100svh;display:none}.contest .modalWrap_open{display:block}.contest .modalWrap .modal{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.contest .modalWrap .modalContent{position:relative;grid-column:1/1;grid-row:1/1;width:25.625rem;background:var(--background-gold, radial-gradient(194.64% 113.18% at 33.7% -2.48%, rgba(255, 249, 229, .62) 0%, rgba(238, 210, 161, .62) 60.32%, rgba(208, 170, 112, .22) 100%), linear-gradient(41deg, #c89e4b 8.49%, #f1dbb6 63.23%));background-size:100% 10.5625rem;background-repeat:no-repeat;border-radius:1rem}@media (max-width: 1024px){.contest .modalWrap .modalContent{width:21.375rem}}@media (max-width: 767px){.contest .modalWrap .modalContent{-ms-flex-item-align:end;align-self:end;width:calc(100% - 2rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;margin:1.125rem 1rem}}.contest .modalWrap .modalContent .closeButton{position:absolute;top:-1rem;right:-1rem;-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}.contest .modalWrap .modalContent .imageWrap{position:absolute;top:-2.75rem;left:1.5rem;width:19.1875rem;height:10.8125rem}@media (max-width: 1024px){.contest .modalWrap .modalContent .imageWrap{left:1.75rem;top:-1.0625rem;width:16.125rem;height:9.125rem}}.contest .modalWrap .modalContent .imageWrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contest .modalWrap .modalContent .contentWrap{margin-top:8.0625rem;padding:2rem;background-color:var(--primary-white);border-radius:1rem}@media (max-width: 1024px){.contest .modalWrap .modalContent .contentWrap{padding:1.5rem 1.25rem 1.25rem}}.contest .modalWrap .modalContent .contentWrap .title{font-size:1.75rem;font-weight:700;line-height:120%;letter-spacing:-.07rem}@media (max-width: 1024px){.contest .modalWrap .modalContent .contentWrap .title{font-size:1.125rem;letter-spacing:-.045rem}}.contest .modalWrap .modalContent .contentWrap .subtitle{margin-top:.75rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem}@media (max-width: 1024px){.contest .modalWrap .modalContent .contentWrap .subtitle{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem}}.contest .modalWrap .modalContent .contentWrap .subtitle_bold{display:block;margin-bottom:-.625rem;font-weight:700}.contest .modalWrap .modalContent .contentWrap .endButton{margin-top:2rem;width:100%}@media (max-width: 1024px){.contest .modalWrap .modalContent .contentWrap .endButton{margin-top:1.5rem}}.contest .modalWrap .backdrop{width:100%;height:100%;grid-column:1/1;grid-row:1/1;background-color:#0009}*{-webkit-tap-highlight-color:transparent}.contentWrapper{position:relative;scroll-margin-top:5rem}@media (max-width: 1024px){.contentWrapper{scroll-margin-top:4rem}}@media (max-width: 767px){.contentWrapper{margin-top:2rem}}.contentWrapper .mainWrapper{width:100%;max-width:90rem;margin:0 auto;padding:0 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-block:6rem}@media (max-width: 1024px){.contentWrapper .mainWrapper{padding:0 2rem}}@media (max-width: 767px){.contentWrapper .mainWrapper{padding:0 1rem}}@media (max-width: 1024px){.contentWrapper .mainWrapper{padding-block:4.5rem}}@media (max-width: 767px){.contentWrapper .mainWrapper{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;padding-block:1.5rem}}.contentWrapper .title{background-image:-webkit-gradient(linear,left top,right top,from(#b67c33),to(#ceb58b));background-image:linear-gradient(90deg,#b67c33,#ceb58b);color:transparent;-webkit-background-clip:text;background-clip:text;text-align:center;width:61rem;font-size:3.5rem;font-weight:700;line-height:110%;letter-spacing:-.14rem;-webkit-margin-after:1rem;margin-block-end:1rem}@media (max-width: 1024px){.contentWrapper .title{width:33.625rem;font-size:2rem;letter-spacing:-.08rem;-webkit-margin-after:.5rem;margin-block-end:.5rem}}@media (max-width: 767px){.contentWrapper .title{width:100%;font-size:1.5rem;letter-spacing:-.06rem;-webkit-margin-after:.75rem;margin-block-end:.75rem}}.contentWrapper .description{color:var(--primary-black);text-align:center;text-wrap:balance;max-width:36.25rem;font-size:1rem;font-weight:400;line-height:135%;letter-spacing:-.01rem;-webkit-margin-after:3.5rem;margin-block-end:3.5rem}@media (max-width: 1024px){.contentWrapper .description{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem;-webkit-margin-after:1.75rem;margin-block-end:1.75rem}}@media (max-width: 767px){.contentWrapper .description{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem;-webkit-margin-after:1.25rem;margin-block-end:1.25rem}}.contentWrapper .models{-webkit-margin-after:1.40625rem;margin-block-end:1.40625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 1024px){.contentWrapper .models{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}}@media (max-width: 767px){.contentWrapper .models{-webkit-margin-after:1.75rem;margin-block-end:1.75rem;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}}.contentWrapper .models li:last-child{-webkit-margin-end:0!important;margin-inline-end:0!important}.contentWrapper .imgWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:50%;cursor:pointer}.contentWrapper .imgWrapper img{border-radius:50%;height:3.5rem;width:3.5rem;-o-object-fit:cover;object-fit:cover}@media (max-width: 767px){.contentWrapper .imgWrapper img{height:3rem;width:3rem}}.contentWrapper .imgTransparent{position:absolute;height:3.5rem;width:3.5rem;border-radius:50%;opacity:.4;background-color:#d3d3d3}@media (max-width: 767px){.contentWrapper .imgTransparent{height:3rem;width:3rem}}.contentWrapper .mainContent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:1rem;border:.125rem solid var(--primary-gray200);background:var(--primary-white);-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}@media (max-width: 767px){.contentWrapper .mainContent{width:20.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none;-webkit-box-shadow:none;box-shadow:none}}.contentWrapper .selectedModelWrapper{padding:2rem;-webkit-padding-end:2.15625rem;padding-inline-end:2.15625rem}.contentWrapper .selectedModelWrapper img{border-radius:8px;height:29.5rem;width:29.3125rem}@media (max-width: 1024px){.contentWrapper .selectedModelWrapper{padding:1.25rem;-webkit-padding-end:1.46875rem;padding-inline-end:1.46875rem}.contentWrapper .selectedModelWrapper img{width:26.75rem;height:27.125rem}}@media (max-width: 767px){.contentWrapper .selectedModelWrapper{padding:0;-webkit-margin-after:1.5625rem;margin-block-end:1.5625rem}.contentWrapper .selectedModelWrapper img{-o-object-fit:cover;object-fit:cover;width:20.5rem;height:16.0625rem}}.contentWrapper .goodsWrapper{padding-inline:2rem;padding-block:2.5rem}@media (max-width: 1024px){.contentWrapper .goodsWrapper{padding-inline:1.25rem 2rem;padding-block:1.25rem}}@media (max-width: 767px){.contentWrapper .goodsWrapper{padding:0}}.contentWrapper .good{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}@media (max-width: 767px){.contentWrapper .good{-webkit-margin-after:0;margin-block-end:0}}.contentWrapper ul .good:last-child{-webkit-margin-after:0;margin-block-end:0}.contentWrapper .goodImageWrapper{height:6rem;width:6rem;border-radius:8px;-webkit-margin-end:1.25rem;margin-inline-end:1.25rem;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.contentWrapper .goodImageWrapper img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.contentWrapper .goodImageWrapper_bgContain img{-o-object-fit:contain;object-fit:contain}@media (max-width: 1024px){.contentWrapper .goodImageWrapper,.contentWrapper .goodImageWrapper img{height:5rem;width:5rem}}@media (max-width: 767px){.contentWrapper .goodImageWrapper{height:3.5rem;width:3.5rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem}.contentWrapper .goodImageWrapper img{height:3.5rem;width:3.5rem}}.contentWrapper .separator{margin-inline:.5rem;width:.0625rem;height:27.75rem;background:var(--secondary-white)}@media (max-width: 767px){.contentWrapper .separator{display:none}}.contentWrapper .mobileSeparator{display:none}@media (max-width: 767px){.contentWrapper .mobileSeparator{display:block;height:.0625rem;width:16.25rem;opacity:.4;background:var(--primary-gray400);margin-block:.75rem}}.contentWrapper .purchaseBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22.0625rem}@media (max-width: 1024px){.contentWrapper .purchaseBlock{width:20rem}}@media (max-width: 767px){.contentWrapper .purchaseBlock{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:16.25rem}}.contentWrapper .goodInfo{display:-webkit-box;display:-ms-flexbox;display:flex}.contentWrapper .goodName{-webkit-margin-after:1rem;margin-block-end:1rem;color:var(--primary-text-color);font-size:1rem;font-weight:600;line-height:135%;letter-spacing:-.01rem;min-height:2.75rem}@media (max-width: 1024px){.contentWrapper .goodName{font-size:.875rem;line-height:140%;letter-spacing:-.0175rem;min-height:2.5rem}}@media (max-width: 767px){.contentWrapper .goodName{font-size:.75rem;line-height:135%;letter-spacing:-.0075rem;min-width:9.1875rem;min-height:3.5rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;margin-block:0}}.contentWrapper .buyText{color:var(--primary-text-color);font-size:.75rem;font-weight:600;line-height:100%;letter-spacing:.0075rem;text-transform:uppercase}@media (max-width: 767px){.contentWrapper .buyText_desktop{display:none}}.contentWrapper .buyButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5rem;-webkit-padding-end:1rem;padding-inline-end:1rem;border-radius:.5rem;background:var(--secondary-white);cursor:pointer}.contentWrapper .buyButton img{height:1.25rem;width:1.25rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}@media (hover: hover) and (pointer: fine){.contentWrapper .buyButton:hover{background:#e0e8f3}}.contentWrapper .buyButton:active{background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.2)),to(rgba(255,255,255,.2))),var(--secondary-white);background:linear-gradient(0deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 100%),var(--secondary-white)}.contentWrapper .buyButton:focus-visible{background:#e0e8f3;outline-offset:.25rem;outline:1px solid var(--primary-gray800)}@media (max-width: 767px){.contentWrapper .buyButton{padding:.5rem;-webkit-padding-end:.75rem;padding-inline-end:.75rem}}.contentWrapper .arrowButton{position:absolute;z-index:2;top:calc((100% - 3rem)/2);width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;border:.125rem solid var(---primary-gray800);background:var(--primary-black);cursor:pointer;-webkit-box-shadow:0px 3.93385px 3.14708px 0px rgba(180,187,210,.02),0px 9.45358px 7.56286px 0px rgba(180,187,210,.03),0px 17.80025px 14.2402px 0px rgba(180,187,210,.04),0px 31.7526px 25.40208px 0px rgba(180,187,210,.04),0px 59.38974px 47.51179px 0px rgba(180,187,210,.05),0px 142.15686px 113.72549px 0px rgba(180,187,210,.07);box-shadow:0 3.93385px 3.14708px #b4bbd205,0 9.45358px 7.56286px #b4bbd208,0 17.80025px 14.2402px #b4bbd20a,0 31.7526px 25.40208px #b4bbd20a,0 59.38974px 47.51179px #b4bbd20d,0 142.15686px 113.72549px #b4bbd212}@media (hover: hover) and (pointer: fine){.contentWrapper .arrowButton:hover{background:var(--primary-gray800)}}.contentWrapper .arrowButton:active{background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.2)),to(rgba(255,255,255,.2))),var(--primary-black);background:linear-gradient(0deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 100%),var(--primary-black)}.contentWrapper .arrowButton:focus-visible{outline-offset:.25rem;outline:1px solid var(--primary-gray800)}.contentWrapper .arrowButton:disabled{background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.5))),var(--primary-black);background:linear-gradient(0deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 100%),var(--primary-black);cursor:default}.contentWrapper .arrowButton:disabled img{opacity:.5}@media (max-width: 1024px){.contentWrapper .arrowButton{display:none}}.contentWrapper .rightArrow{right:-1.5rem}.contentWrapper .leftArrow{left:-1.5rem}.contentWrapper .leftConfetti{position:absolute;top:16.0625rem;left:-8.4375rem;width:14.625rem;height:19.953125rem;-webkit-transform:rotate(150.4deg);transform:rotate(150.4deg)}@media (max-width: 1024px){.contentWrapper .leftConfetti{top:1.0625rem;left:-6.875rem;width:11.6875rem;height:15.93125rem}}@media (max-width: 767px){.contentWrapper .leftConfetti{top:1.5625rem;left:-2.5rem;width:5.32875rem;height:7.26875rem}}.contentWrapper .rightConfetti{position:absolute;top:6rem;right:-7.375rem;width:15.35rem;height:20.909375rem;-webkit-transform:rotate(-29.5deg);transform:rotate(-29.5deg)}@media (max-width: 1024px){.contentWrapper .rightConfetti{top:3.0625rem;right:-1.875rem;width:8.75rem;height:11.93125rem}}@media (max-width: 767px){.contentWrapper .rightConfetti{top:-1.625rem;right:-3.125rem;width:6.0125rem;height:8.1875rem}}.contentWrapper .modelSwiper{position:relative;width:68rem}@media (max-width: 1024px){.contentWrapper .modelSwiper{max-width:60rem}}@media (max-width: 767px){.contentWrapper .modelSwiper{max-width:20.5rem}}.contentWrapper .swiper-pagination-bullet-active{position:relative;width:3.5rem;height:3.5rem}.contentWrapper .swiper-pagination-bullet-active:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:3.875rem;height:3.875rem;border:1px solid var(--primary-gray800);border-radius:50%}@media (max-width: 767px){.contentWrapper .swiper-pagination-bullet-active{width:3rem;height:3rem}.contentWrapper .swiper-pagination-bullet-active:after{width:3.32125rem;height:3.32125rem}}.contentWrapper .flexCenter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.contentWrapper .models .swiper-slide{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.cookie{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:fixed;left:1.25rem;bottom:1.25rem;padding:.375rem .375rem .375rem 1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--primary-white);border-radius:1rem;border:2px solid var(--primary-gray200);-webkit-box-shadow:0px .66414px 2.21381px 0px rgba(66,72,102,.07),0px 1.59602px 5.32008px 0px rgba(66,72,102,.05),0px 3.00517px 10.01724px 0px rgba(66,72,102,.04),0px 5.36071px 17.86905px 0px rgba(66,72,102,.04),0px 10.02663px 33.42209px 0px rgba(66,72,102,.03),0px 24px 80px 0px rgba(66,72,102,.02);box-shadow:0 .66414px 2.21381px #42486612,0 1.59602px 5.32008px #4248660d,0 3.00517px 10.01724px #4248660a,0 5.36071px 17.86905px #4248660a,0 10.02663px 33.42209px #42486608,0 24px 80px #42486605;z-index:1000}@media (max-width: 767px){.cookie{width:auto;left:.5rem;bottom:.5rem;right:.5rem}}.cookie .text{margin-right:3.625rem;font-size:.875rem;font-weight:700;line-height:140%;letter-spacing:-.0175rem}@media (max-width: 767px){.cookie .text{margin-right:0rem}}.cookie .acceptCookie{width:-webkit-min-content;width:-moz-min-content;width:min-content;padding:.875rem .75rem}@-webkit-keyframes previewHide{0%{opacity:1}to{opacity:0}}@keyframes previewHide{0%{opacity:1}to{opacity:0}}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.preview{position:fixed;z-index:1000;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none}.preview_hiding{-webkit-animation:1s 2.5s forwards previewHide;animation:1s 2.5s forwards previewHide}.preview__loader{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview .spinner{width:1.5rem;height:1.5rem;border-radius:50%;display:block;background:#8e8e8e;-webkit-box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #8e8e8e;box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #8e8e8e;-webkit-box-sizing:border-box;box-sizing:border-box;animation:shadowPulse 3s linear infinite alternate-reverse}@-webkit-keyframes shadowPulse{33%{background:#8e8e8e;-webkit-box-shadow:-2.25rem 0 #ceac5e,2.25rem 0 #8e8e8e;box-shadow:-2.25rem 0 #ceac5e,2.25rem 0 #8e8e8e}66%{background:#ceac5e;-webkit-box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #8e8e8e;box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #8e8e8e}to{background:#8e8e8e;-webkit-box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #ceac5e;box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #ceac5e}}@keyframes shadowPulse{33%{background:#8e8e8e;-webkit-box-shadow:-2.25rem 0 #ceac5e,2.25rem 0 #8e8e8e;box-shadow:-2.25rem 0 #ceac5e,2.25rem 0 #8e8e8e}66%{background:#ceac5e;-webkit-box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #8e8e8e;box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #8e8e8e}to{background:#8e8e8e;-webkit-box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #ceac5e;box-shadow:-2.25rem 0 #8e8e8e,2.25rem 0 #ceac5e}}.errorPage{width:100%;height:100%;padding-inline:24.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width: 1024px){.errorPage{padding-inline:20%}}@media (max-width: 767px){.errorPage{padding-inline:10%}}.errorPage .code{font-size:1.75rem;font-weight:500;line-height:120%;letter-spacing:-.07rem;text-align:center}@media (max-width: 1024px){.errorPage .code{font-size:1.125rem;letter-spacing:-.045375rem}}.errorPage .title{margin-top:1rem;font-size:4rem;font-weight:700;line-height:100%;letter-spacing:-.16rem;background:linear-gradient(70deg,#b67c33 4.39%,#ceb58b 69.48%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}@media (max-width: 1024px){.errorPage .title{font-size:2.5rem;line-height:115%;letter-spacing:-.1rem}}@media (max-width: 767px){.errorPage .title{font-size:1.75rem;letter-spacing:-.07rem}}.errorPage .subtitle{margin-top:1.5rem;font-size:1rem;font-weight:700;line-height:135%;letter-spacing:-.01rem;text-align:center}@media (max-width: 1024px){.errorPage .subtitle{font-size:.875rem;line-height:140%;letter-spacing:-.00875rem}}
