@keyframes fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-300px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(300px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(300px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-down{0%{opacity:0;transform:translateY(-150px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:translate(-50%) scale(0);transform-origin:center}to{opacity:1;transform:translate(-50%) scale(1);transform-origin:center}}@keyframes scale-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1);transform-origin:center}to{opacity:0;transform:translate(-50%,-50%) scale(0);transform-origin:center}}.scale-in{animation:scale-in .5s forwards}.scale-out{animation:scale-out .5s forwards}.agegate{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:center;background-color:#fffdfb;color:#34303d;width:100%;height:100vh}@media only screen and (max-width: 768px){.agegate{min-height:810px}}.agegate .content-container{width:100%;background-color:#fffdfb;margin:0 auto;padding-bottom:40px;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.agegate .content-container .forbiden-access{font-weight:700;margin-top:90px;font-size:28px}@media only screen and (max-width: 768px){.agegate .content-container .forbiden-access{text-align:center;padding:0 20px}}.agegate .content-container .agegate-disclaimer{margin-top:160px;color:#34303d;text-align:center;max-width:1021px;width:95%;padding:0 20px;font-size:16px}@media only screen and (max-width: 768px){.agegate .content-container .agegate-disclaimer{margin-top:60px}}.agegate .content-container .agegate-disclaimer-title{font-style:normal;font-weight:700;line-height:normal;font-size:20px}.agegate .content-container .agegate-disclaimer-text{font-style:normal;font-weight:400;line-height:normal;padding:0 12px}.agegate .content-container .agegate-title{margin-top:81px;font-size:28px;font-style:normal;font-weight:400;line-height:normal;text-align:center;max-width:1021px;width:95%;margin-bottom:40px}@media only screen and (max-width: 768px){.agegate .content-container .agegate-title{font-size:18px;line-height:24px;margin-top:50px}}.agegate .content-container .agegate-select{display:grid;place-items:center;grid-template-columns:200px 200px;gap:30px;margin-bottom:40px}@media only screen and (max-width: 768px){.agegate .content-container .agegate-select{grid-template-columns:auto;gap:15px}}.agegate .content-container .agegate-custom-select .select-age{width:200px;height:48px;border:1px solid #e7e6e6;background-color:#fffdfb;padding-left:10px;padding-right:15px;color:#34303d;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow_drop_down'%3e%3cmask%20id='mask0_115_19'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='-1'%20width='24'%20height='25'%3e%3crect%20id='Bounding%20box'%20y='-0.000366211'%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_115_19)'%3e%3cpath%20id='arrow_drop_down_2'%20d='M12%2014.9996L7%209.99963H17L12%2014.9996Z'%20fill='%2334303D'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:20px;background-repeat:no-repeat;background-position-x:97%;background-position-y:12px;font-family:IQOS}.agegate .content-container .agegate-custom-select .select-age.selected{background-image:url("data:image/svg+xml,%3csvg%20width='35'%20height='35'%20viewBox='0%200%2035%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='17.5'%20cy='17.5'%20r='17.5'%20fill='%2300D2C3'/%3e%3cpath%20d='M10%2018.054L14.524%2022.789L26%2011'%20stroke='%23FFFDFB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:24px;background-position-y:12px}.agegate .content-container .agegate-custom-select .select-age:after{border:2px solid green}@media only screen and (max-width: 768px){.agegate .content-container .agegate-custom-select .select-age{max-width:200px}}.agegate .agegate-footer{position:sticky;padding:23px 34px;background-color:#34303d;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 768px){.agegate .agegate-footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:10px 5px 16px}}.agegate .agegate-footer-text{width:60%;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-align:left;color:#fff}@media only screen and (max-width: 768px){.agegate .agegate-footer-text{width:90%;margin:0 auto}}.agegate .agegate-footer-text a{text-decoration-line:underline;font-weight:700;color:#fff}.agegate .agegate-footer-text a:link,.agegate .agegate-footer-text a:visited{text-decoration:none}.agegate .agegate-footer-buttons{margin-left:15px;width:40%;max-width:500px;min-width:470px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 1024px){.agegate .agegate-footer-buttons{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;min-width:328px;width:328px}}@media only screen and (max-width: 768px){.agegate .agegate-footer-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:20px auto 0;min-width:90%;width:90%}}@media only screen and (max-width: 540px){.agegate .agegate-footer-buttons{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-width:90%;width:90%}}.agegate .agegate-footer-buttons .button-white{margin:0}@media only screen and (max-width: 1024px){.agegate .agegate-footer-buttons .button-white{width:328px}}@media only screen and (max-width: 768px){.agegate .agegate-footer-buttons .button-white{width:30%}}@media only screen and (max-width: 540px){.agegate .agegate-footer-buttons .button-white{margin:0 auto;min-width:95%;width:95%}}#onetrust-pc-sdk #ot-pc-title{font-size:1em!important}#onetrust-banner-sdk #onetrust-button-group button{min-width:100px!important}#onetrust-group-container #onetrust-policy-text{font-size:14px!important;max-height:95px;overflow:auto!important}#onetrust-consent-sdk #onetrust-banner-sdk a:hover{text-decoration:#00d1d2 underline}#onetrust-banner-sdk .ot-sdk-container{padding:20px!important;width:100%!important}#onetrust-group-container .ot-sdk-container{width:100%!important}@media (min-width: 1400px){#onetrust-banner-sdk .ot-sdk-row{display:flex!important;justify-content:space-between;max-width:90rem!important;margin:0 auto!important;align-items:center!important}#onetrust-group-container{text-align:left!important}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{width:unset!important}#onetrust-consent-sdk #onetrust-pc-btn-handler,#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,#onetrust-consent-sdk #onetrust-accept-btn-handler,#onetrust-consent-sdk #onetrust-reject-all-handler{width:unset!important}}@media (min-width: 1600px){#onetrust-banner-sdk .ot-sdk-container{padding-bottom:20px!important}}#onetrust-banner-sdk #onetrust-pc-btn-handler{position:relative!important;overflow:hidden;padding:12px 32px!important;border-radius:1.6rem!important;font-size:16px!important;font-weight:400!important;line-height:1.5!important;outline:none!important;box-shadow:inset 0 0 0 2px #fffdfb!important;border-left:solid .2px #34303c!important;opacity:.999999;text-decoration:none}#onetrust-banner-sdk #onetrust-pc-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#onetrust-banner-sdk #onetrust-pc-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-banner-sdk #onetrust-accept-btn-handler{position:relative!important;overflow:hidden;padding:12px 32px!important;border-radius:1.6rem!important;font-size:16px!important;font-weight:400!important;line-height:1.5!important;outline:none!important;color:#34303d!important;box-shadow:inset 0 0 0 2px #fffdfb!important;border-left:solid .2px #34303c!important;opacity:.999999;text-decoration:none}#onetrust-banner-sdk #onetrust-accept-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#onetrust-banner-sdk #onetrust-accept-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-consent-sdk #onetrust-accept-btn-handler,#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link{border:0!important}@media (min-width: 426px) and (max-width: 896px){#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{text-align:center!important}}#onetrust-banner-sdk #onetrust-reject-all-handler{position:relative!important;overflow:hidden;padding:12px 32px!important;border-radius:1.6rem!important;font-size:16px!important;font-weight:400!important;line-height:1.5!important;outline:none!important;color:#34303d!important;box-shadow:inset 0 0 0 2px #fffdfb!important;border-left:solid .2px #34303c!important;opacity:.999999;text-decoration:none}#onetrust-banner-sdk #onetrust-reject-all-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#onetrust-banner-sdk #onetrust-reject-all-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-consent-sdk #onetrust-reject-all-handler,#onetrust-consent-sdk #onetrust-reject-all-handler.cookie-setting-link{border:0!important}#onetrust-pc-sdk .ot-pc-lst{margin-bottom:20px}@media (max-width: 600px){#onetrust-pc-sdk .ot-btn-container{display:flex;flex-direction:column!important;margin-left:0!important}}#onetrust-pc-sdk .ot-btn-container{display:flex;flex-direction:row;margin-left:20px;margin-right:34px}#onetrust-pc-sdk #ot-host-lst{margin-bottom:30px;padding-bottom:30px}#accept-recommended-btn-handler{position:relative!important;overflow:hidden!important;padding:12px 32px!important;border-radius:1.6rem!important;outline:none!important;color:#fcfcfc!important;opacity:.999999}#accept-recommended-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}#accept-recommended-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}.onetrust-close-btn-handler{position:relative!important;overflow:hidden!important;padding:12px 32px!important;border-radius:1.6rem!important;outline:none!important;color:#fcfcfc!important;opacity:.999999;width:100%!important;margin:auto 10px!important}@media (max-width: 600px){#onetrust-pc-sdk .onetrust-close-btn-handler{margin:10px!important}}.onetrust-close-btn-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}.onetrust-close-btn-handler:hover{color:#34303d!important}.onetrust-close-btn-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}.ot-pc-refuse-all-handler{background-color:#34303d!important;border-color:#34303d!important;position:relative!important;overflow:hidden!important;padding:12px 32px!important;border-radius:1.6rem!important;outline:none!important;color:#fcfcfc!important;opacity:.999999;font-size:16px!important;font-weight:400!important;line-height:1.5!important;width:100%!important;margin:auto 10px!important}@media (max-width: 600px){#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin:10px!important}}.ot-pc-refuse-all-handler:after{content:" ";position:absolute;top:50%;left:0;background:#00d1d2;width:120%;height:120%;z-index:-1;transition:left .3s,transform .3s,width .3s;transform:translate(-101%,-50%) skew(0);opacity:1}.ot-pc-refuse-all-handler:hover{color:#34303d!important;border-color:#00d1d2!important;opacity:.999!important}.ot-pc-refuse-all-handler:hover:after{transform:translate(-10%,-50%) skew(-30deg)}#onetrust-pc-sdk button.ot-pc-refuse-all-handler{border:none!important}#onetrust-button-group button{display:inline-block!important;width:45%!important;margin:5px 15px!important}#onetrust-button-group{margin-top:0!important}#onetrust-banner-sdk #onetrust-button-group{display:flex!important;flex-flow:column-reverse!important;width:100%!important;margin:0!important}@media (min-width: 992px){#onetrust-banner-sdk #onetrust-button-group{flex-flow:row!important;text-decoration:none!important}#onetrust-button-group button{width:100%!important}}@media (max-width: 1200px){#onetrust-button-group-parent{padding:0!important}}@media (max-width: 992px){#onetrust-button-group button{display:block!important;width:calc(100% - 30px)!important}#onetrust-banner-sdk #onetrust-button-group{margin:auto}}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#e9e8e8!important;border:1px solid #34303c!important}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{background-color:#34303c!important}label.ot-switch{outline:none!important}#onetrust-pc-sdk .ot-cat-grp .ot-always-active{color:#34303c!important}@media (max-width: 1024px){#onetrust-banner-sdk #onetrust-pc-btn-handler{z-index:2}}@media (max-width: 991px){#onetrust-group-container #onetrust-policy-text{margin-bottom:0!important}}.ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler{color:#34303c!important;text-decoration:none!important;background-color:#fefcfa!important}#onetrust-close-btn-container .ot-close-icon{border:none!important}#onetrust-close-btn-container .ot-close-icon:after{display:none!important}@media (max-width: 430px){#onetrust-close-btn-container .ot-close-icon{right:-15px!important;top:-15px!important}}#onetrust-banner-sdk .ot-close-icon{background-image:url(https://d1sgjabyqzb9dz.cloudfront.net/NBW-IQOS/close/close.svg)!important}#onetrust-pc-sdk .ot-close-icon{background-size:20px!important;top:5px!important}#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-hdr .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#00d1d2!important}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#00d1d2!important}#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before,#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{border-color:#00d1d2!important}#onetrust-pc-sdk .ot-acc-hdr .ot-tgl input+.ot-switch .ot-switch-nob{background-color:#e1e0e2}#onetrust-pc-sdk .ot-switch .ot-switch-nob:before{background-color:#34303c!important}#onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler,#onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler{width:fit-content;z-index:0;transition:left .3s,transform .3s,width .3s;border:none;color:#fff!important;background-color:#34303d!important;text-decoration:none!important;display:inline-block;font-weight:400;line-height:1.5;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.75rem 2rem!important;font-size:1rem;border-radius:1.6rem!important;opacity:1!important}#onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler:hover,#onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler:hover{color:#34303d!important;opacity:1!important}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-banner-sdk .ot-b-addl-desc{line-height:1.6!important}@media (max-width: 445px){#onetrust-banner-sdk #onetrust-policy{padding:0 16px!important;margin-left:0!important}}@media (min-width: 897px){#onetrust-banner-sdk #onetrust-button-group-parent{position:unset!important;top:unset!important;left:unset!important;transform:unset!important;width:100%!important;margin-left:0!important}}@media (min-width: 897px) and (max-width: 1400px){#onetrust-banner-sdk #onetrust-policy{margin-left:1rem!important;margin-right:1rem!important}}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:100%!important}@media (min-width: 1400px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{display:flex;flex:1}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{display:flex!important;align-items:center;justify-content:center;position:relative!important;height:60px!important;margin-bottom:20px}#onetrust-banner-sdk #onetrust-button-group button{position:relative!important;top:inherit!important}#onetrust-banner-sdk #onetrust-policy{margin-left:2.75rem!important;margin-right:2.75rem!important}}@media (min-width: 1024px) and (max-width: 1439px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{padding-left:0rem!important;padding-right:0rem!important}}@media (max-width: 1399px){#onetrust-banner-sdk #onetrust-policy{margin-top:0!important}}.nbw-footer .footer-info .footer-info-item .ot-sdk-show-settings{cursor:pointer}@media (min-width: 992px){#onetrust-banner-sdk #onetrust-button-group{flex-flow:row-reverse!important;text-decoration:none!important}}@media (min-width: 1400px){#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row{max-width:1620px!important}}#onetrust-consent-sdk #onetrust-group-container #onetrust-policy-text{max-height:none!important}.ot-pc-footer .save-preference-btn-handler{font-size:16px!important;max-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important}#onetrust-pc-sdk .ot-btn-container{margin-top:10px!important;margin-bottom:10px!important}#accept-recommended-btn-handler:after{width:120%!important;height:100%!important}#onetrust-consent-sdk #onetrust-pc-sdk button#accept-recommended-btn-handler{font-size:16px!important}#onetrust-pc-sdk .ot-btn-container{font-size:22px!important}@media (max-width: 480px){#onetrust-pc-sdk .ot-cat-grp{margin-bottom:50px!important}}@media (min-width: 480px){#onetrust-pc-sdk .ot-cat-grp{margin-bottom:20px!important}}@media (max-width: 480px){#onetrust-pc-sdk .ot-pc-footer{bottom:25px!important;background-color:#fff!important}}.ot-sdk-show-settings{background:none!important;border:none!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-decoration:none!important;font-size:16px!important;color:#fff}@media only screen and (max-width: 768px){.ot-sdk-show-settings{color:#99979e;font-size:14px!important}}.main-page{position:relative;width:100%;height:100%}.top-section{width:100%;height:441px;position:relative;background-image:url(/assets/header-bg-DjIgNufZ.webp);background-repeat:no-repeat;background-position:top center;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}@media only screen and (max-width: 768px){.top-section{height:530px;background-position:top center;background-image:url(/assets/header-bg-mobile-C2LNVBcN.webp)}}.top-section .header .form-icon-container{width:54px;height:54px;background-color:#34303d;border-radius:50px;filter:drop-shadow(0px 3px 6px rgba(0,0,0,.24));position:fixed;top:28px;right:30px;z-index:10;transition:all .4s ease-in-out;overflow:hidden;cursor:pointer}.top-section .header .form-icon-container:hover{width:166px;gap:8px;transition:all .4s ease-in-out}@media only screen and (max-width: 768px){.top-section .header .form-icon-container:hover{width:128px}}.top-section .header .form-icon-container:hover p{font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#fff;display:block;overflow:hidden;white-space:nowrap;width:70%;animation:fadeIn .2s forwards;opacity:0;animation-delay:.15s}@media only screen and (max-width: 768px){.top-section .header .form-icon-container:hover p{font-size:12px}}@media only screen and (max-width: 768px){.top-section .header .form-icon-container{right:20px;width:40px;height:40px;border-radius:40px}}.top-section .header .form-icon-container .form-icon{width:28px;height:28px;position:absolute;top:14px;right:14px;background-color:#34303d}@media only screen and (max-width: 768px){.top-section .header .form-icon-container .form-icon{width:20px;height:20px;top:11px;right:10px}}.top-section .header .form-icon-container p{position:absolute;top:0;left:14px;display:none}@media only screen and (max-width: 768px){.top-section .header .expanded{width:166px;gap:8px;transition:all .4s ease-in-out}}@media only screen and (max-width: 768px) and (max-width: 768px){.top-section .header .expanded{width:128px}}@media only screen and (max-width: 768px){.top-section .header .expanded p{font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#fff;display:block;overflow:hidden;white-space:nowrap;width:70%;animation:fadeIn .2s forwards;opacity:0;animation-delay:.15s}}@media only screen and (max-width: 768px) and (max-width: 768px){.top-section .header .expanded p{font-size:12px}}.top-section .title{width:max-content;margin:100px auto 0 41%;z-index:1;position:relative}@media only screen and (max-width: 768px){.top-section .title{font-size:32.489px;line-height:51.952px;margin:150px auto 0}}@media only screen and (max-width: 350px){.top-section .title{font-size:26.489px}}.top-section .title p{margin:0}.top-section .title .prednosti{font-size:38.483px;font-style:normal;font-weight:700;line-height:61.538px}@media only screen and (max-width: 768px){.top-section .title .prednosti{font-size:32.489px;line-height:51.952px;margin:150px auto 0}}@media only screen and (max-width: 350px){.top-section .title .prednosti{font-size:26.489px}}.top-section .title .iqos{font-size:65.629px;font-style:normal;font-weight:700;line-height:70.538px}@media only screen and (max-width: 768px){.top-section .title .iqos{font-size:55.489px;line-height:60.952px}}@media only screen and (max-width: 350px){.top-section .title .iqos{font-size:45.489px}}.iqos-iluma{position:absolute;top:80px;left:8%;z-index:0;opacity:0;animation:slide-in-up .7s ease-in 0s forwards;width:350px}@media only screen and (max-width: 1440px){.iqos-iluma{left:5%;top:18%}}@media only screen and (max-width: 1180px){.iqos-iluma{left:5%}}@media only screen and (max-width: 960px){.iqos-iluma{left:5%}}@media only screen and (max-width: 768px){.iqos-iluma{left:2%;top:52%;width:250px}}@media only screen and (max-width: 560px){.iqos-iluma{left:90px;top:0%;width:435px}}@media only screen and (max-width: 420px){.iqos-iluma{left:90px;top:0%;width:435px}}.iqos-lil{position:absolute;top:0%;left:65%;z-index:0;opacity:0;animation:slide-in-down .7s ease-in 0s forwards;transform:rotate(-30deg);width:355px}@media only screen and (max-width: 1440px){.iqos-lil{left:70%}}@media only screen and (max-width: 1180px){.iqos-lil{left:70%}}@media only screen and (max-width: 960px){.iqos-lil{left:70%}}@media only screen and (max-width: 768px){.iqos-lil{left:62%;width:250px}}@media only screen and (max-width: 560px){.iqos-lil{left:-30px;top:265px;width:385px}}@media only screen and (max-width: 420px){.iqos-lil{left:-70px;top:265px;width:385px}}.orange-section{width:100%;background:#e3813b;display:flex;flex-direction:column;justify-content:center;align-items:center}.orange-section .orange-section-text{text-align:left;width:60%;margin:40px 0 0;font-size:16px;font-weight:400;line-height:24.51px}@media only screen and (max-width: 560px){.orange-section .orange-section-text{width:90%}}.orange-section .orange-section-text .title{font-weight:700;font-size:32px;line-height:41px;text-align:left}@media only screen and (max-width: 560px){.orange-section .orange-section-text .title{text-align:center;font-size:27px;width:100%}}.orange-section .orange-section-text p{text-align:left;width:95%;margin:40px 0 0;font-size:16px;font-weight:400;line-height:24.51px}.orange-section .orange-section-iqos-device{position:relative;top:12px}@media only screen and (max-width: 1400px){.orange-section .orange-section-iqos-device{top:6px}}@media only screen and (max-width: 1300px){.orange-section .orange-section-iqos-device{top:6px}}.orange-section img{max-width:189px;margin:-110px 0 0}.form-section{width:100%;padding:50px 0;background-color:#00d1d2}.form-section .form{max-width:527px;margin:0 auto;color:#34303d}@media only screen and (max-width: 768px){.form-section .form{width:95%}}.form-section .form .upform-message{text-align:center}.form-section .form .upform-message .form-title{font-size:35px;font-weight:700;margin:0}@media only screen and (max-width: 768px){.form-section .form .upform-message .form-title{font-size:28px}}.form-section .form .upform-message .form-subtitle{font-size:16px;font-weight:400;margin:16px auto;max-width:486px;width:94%;display:block}.form-section .form form{width:100%}.form-section .form form .error-message{color:red;font-size:14px;text-align:left;margin-top:3px;font-family:IQOS;margin-bottom:10px;margin-left:14px}.form-section .form form .error-message.agree{margin-top:-5px;margin-left:4px}.form-section .form .input-section input{font-family:IQOS;display:block;width:100%;line-height:46px;font-size:16px;border:0;border-radius:9px;margin-top:10px;outline:none;padding:0 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form-section .form .input-section input::-webkit-outer-spin-button,.form-section .form .input-section input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-section .form .text-section{margin-top:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:start;gap:20px}.form-section .form .text-section .form-info1{font-size:14px;text-align:left;width:100%}.form-section .form .text-section .form-info2{font-size:12px;text-align:left;text-align:justify;text-justify:inter-word}.form-section .form .text-section .form-info2 a{font-weight:700;color:#34303d;text-decoration:underline}.form-section .form .text-section .form-checkbox{display:flex;flex-direction:row;justify-content:left;align-items:center;width:100%;margin:0;padding:0}.form-section .form .text-section .form-checkbox input{width:24px;height:24px;margin-left:0;accent-color:#4386fd}@media only screen and (max-width: 768px){.form-section .form .text-section .form-checkbox input{width:28px;height:28px}}.form-section .form .text-section .form-checkbox p{text-align:left;font-size:14px;line-height:normal;margin-left:8px}.form-section .form .spinner-container{text-align:center;margin:50px auto}.api-success-message,.api-error-message{width:476px;margin:0 auto;text-align:center;color:#34303d;animation:custom-cursor 1s linear forwards 0s}@media only screen and (max-width: 768px){.api-success-message,.api-error-message{width:90%}}.api-success-message .title,.api-error-message .title{font-size:32px;font-weight:700;line-height:normal;margin:0}@media only screen and (max-width: 768px){.api-success-message .title,.api-error-message .title{font-size:28px}}.api-success-message .subtitle,.api-error-message .subtitle{font-size:16px;font-weight:400;line-height:normal;margin:10px 0 0}.api-success-message .subtitle a,.api-error-message .subtitle a{color:#34303d}.footer{position:relative;width:100%;background-color:#34303d;color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.footer a{text-decoration:none;color:#fff}.footer-disclaimer{max-width:900px;margin:0 auto;border:2px solid #fff;font-size:14px;font-weight:400;text-align:center;padding:15px}.footer-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:30px}.footer-info-left{font-size:16px;text-align:left}.footer-info-left img{margin-bottom:20px}.footer-info-right{text-align:right;font-size:16px;margin:0 0 20px}.footer-info-right a{text-decoration:underline}.footer-info-right-title{color:#99979e;margin-bottom:12px}.footer-navigation{text-align:right;margin-left:auto}.footer-navigation a{line-height:38px;text-decoration:none;color:#fff;padding-left:50px;transition:all .2s ease-in-out;cursor:pointer}.footer-navigation a:hover{color:#99979e}@media only screen and (max-width: 960px){.footer-info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.footer-info-left{font-size:14px;margin-left:8px}.footer-info-right{text-align:left;font-size:14px;line-height:28px;margin:30px 0 10px 8px}.footer-navigation{border-top:1px solid rgba(255,255,255,.2);text-align:center;width:100%;margin:20px 0 0;padding:20px 0 0}.footer-navigation a{display:block;font-size:14px;padding-left:0;color:#99979e}}.not-found-page .iqos-iluma{animation:none;opacity:1}.not-found-page .title,.not-found-page .form-icon-container{display:none}@media only screen and (max-width: 760px){.not-found-page .logo{left:calc(50% - 57px)!important}}.not-found-page .not-found-container{text-align:center;color:#34303d;background-color:#f9f7f4;padding:20px 0 80px}@media only screen and (max-width: 768px){.not-found-page .not-found-container{padding:20px 0 50px}}.not-found-page .not-found-container .not-found-title{font-size:32px;font-style:normal;font-weight:700;line-height:41px}@media only screen and (max-width: 768px){.not-found-page .not-found-container .not-found-title{font-size:28px}}.not-found-page .not-found-container .not-found-subtitle{max-width:472px;width:90%;margin:23px auto 0;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.not-found-page .not-found-container .button-black-wide{text-decoration:none;justify-content:center;align-items:center;width:151px;height:48px;margin:50px auto 0;font-size:16px;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#34303d;color:#fffdfb;outline:none;transition:.4s all;font-family:IQOS;background-image:linear-gradient(#34303d,#34303d 50%,#00d2c3 50%,#00d2c3);background-size:100% 200%;transition:background-position .3s;display:flex;width:177px;height:44px}.not-found-page .not-found-container .button-black-wide:hover{background-position:0 100%;color:#fffdfb}.not-found-page .not-found-container .button-black-wide:disabled,.not-found-page .not-found-container .button-black-wide[disabled]{cursor:not-allowed}.not-found-page .not-found-container .button-black-wide:focus{outline:0!important}.not-found-page .not-found-container .button-black-wide:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.not-found-page .not-found-big-div{height:600px;background-color:#f9f7f4;display:flex;flex-direction:column;justify-content:center}.podatki-page .iqos-iluma{animation:none;opacity:1}.podatki-page .title,.podatki-page .form-icon-container{display:none}@media only screen and (max-width: 760px){.podatki-page .logo{left:calc(50% - 57px)!important}}.podatki-page .podatki-container{text-align:center;color:#34303d;background-color:#f9f7f4;padding:0 0 30px}@media only screen and (max-width: 768px){.podatki-page .podatki-container{padding:5px 0 30px}}.podatki-page .podatki-container .podatki-title{font-size:32px;font-style:normal;font-weight:700;line-height:41px}@media only screen and (max-width: 768px){.podatki-page .podatki-container .podatki-title{font-size:28px;margin:0}}.podatki-page .podatki-container .podatki-container{max-width:472px;width:90%;margin:0 auto;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.podatki-page .podatki-container .podatki-container p{margin-bottom:30px}.podatki-page .podatki-big-div{height:700px;background-color:#f9f7f4;display:flex;flex-direction:column;justify-content:center}.pogoji-uporabe{text-align:center;color:#34303d;background-color:#f9f7f4}.pogoji-uporabe .logo{margin-top:43px}.pogoji-uporabe .pogoji-container{max-width:886px;width:90%;margin:80px auto 90px;font-style:normal;line-height:normal;text-align:left;color:#34303d}.pogoji-uporabe .pogoji-container .title{font-size:20px;font-style:normal;font-weight:700}.pogoji-uporabe .pogoji-container .subtitle{font-size:18px;font-weight:700}.pogoji-uporabe .pogoji-container p{font-weight:400}.pogoji-uporabe .pogoji-container p a{color:#34303d}.pogoji-uporabe .pogoji-container p ul{margin-left:35px;list-style-position:outside}@media only screen and (max-width: 768px){.pogoji-uporabe .pogoji-container p ul{margin-left:20px}}.pogoji-uporabe .pogoji-uporabe-big-div{height:100%;background-color:#f9f7f4;display:flex;flex-direction:column;justify-content:center}.white-section{width:100%;height:100%;background-color:#fff;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}.white-section .white-section-text{text-align:center;width:486px;margin:60px 0 0;font-size:16px;font-weight:400;line-height:24.51px}@media only screen and (max-width: 560px){.white-section .white-section-text{width:331px}}.white-section .white-image-section{margin:30px 0 60px;display:flex;flex-direction:row}.white-section .white-image-section .image-div{margin:0 30px}.white-section .white-image-section .image-div .pepel{margin:0 0 0 -5px}.white-section .white-image-section .image-div p{margin:0}.white-section .white-image-section .image-div img{width:75px}@media only screen and (max-width: 560px){.white-section .white-image-section .image-div{margin:0 15px 0 30px}}.blue-section{width:100%;background:#1253a1;display:flex;flex-direction:column;justify-content:center;align-items:center}.blue-section .blue-section-text{text-align:left;width:60%;margin:40px 0 0;font-size:16px;font-weight:400;line-height:24.51px}@media only screen and (max-width: 560px){.blue-section .blue-section-text{width:90%}}.blue-section .blue-section-text .title{font-weight:700;font-size:32px;line-height:41px;text-align:left}@media only screen and (max-width: 560px){.blue-section .blue-section-text .title{text-align:center}}.blue-section .blue-section-text p{text-align:left;width:95%;margin:40px 0 20px;font-size:16px;font-weight:400;line-height:24.51px}.blue-section .blue-section-lil-device{position:relative;top:6px}@media only screen and (max-width: 1400px){.blue-section .blue-section-lil-device{top:11px}}@media only screen and (max-width: 1300px){.blue-section .blue-section-lil-device{max-width:212px;top:7px}}@media only screen and (max-width: 560px){.blue-section .blue-section-lil-device{top:6px}}.blue-section .blue-section-lil-device img{max-width:195px}@media only screen and (max-width: 1300px){.blue-section .blue-section-lil-device img{max-width:212px}}@media only screen and (max-width: 560px){.blue-section .blue-section-lil-device img{max-width:195px}}.orange-blue-section{width:100%;display:flex;flex-direction:row;align-items:stretch}@media only screen and (max-width: 1000px){.orange-blue-section{flex-direction:column}}.black-section{width:100%;height:100%;background-image:url(/assets/black-bg-Dhw78iO-.webp);background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.black-section a{color:#fff}.black-section .black-section-text-one{text-align:center;width:456px;margin:80px 0 0;font-size:23px;font-weight:700;line-height:35px}@media only screen and (max-width: 560px){.black-section .black-section-text-one{width:65%;font-weight:700;font-size:16px;line-height:25px}}.black-section .black-section-text-bordered{text-align:center;width:30%;margin:40px 0 0;padding:10px 55px;font-size:18px;font-weight:400;line-height:27px;border:1px solid white}.black-section .black-section-text-bordered span{font-weight:700;font-size:18;line-height:27.5px;margin:0 0 5px}@media only screen and (max-width: 560px){.black-section .black-section-text-bordered{width:60%;font-size:13px;line-height:20px}}.black-section .black-section-text-two{text-align:center;width:529px;margin:40px 0 80px;font-size:15px;font-weight:400;line-height:23.5px}@media only screen and (max-width: 560px){.black-section .black-section-text-two{width:70%;font-size:11px;line-height:17px;font-weight:400}}@font-face{font-family:IQOS;font-weight:300;src:url(/assets/IQOS-Light-Dd7a9er_.woff) format("woff")}@font-face{font-family:IQOS;font-weight:400;src:url(/assets/IQOS-Regular-CJzbHtXW.woff) format("woff")}@font-face{font-family:IQOS;font-weight:700;src:url(/assets/IQOS-Bold-BtcADu6N.woff) format("woff")}#root{width:100%;margin:0 auto;background-color:#00d1d2;color:#fffdfb}body{width:100%;height:100%;background-color:#99979e;margin:0;place-items:center;min-width:320px;font-family:IQOS}body::-webkit-scrollbar{display:none}.button-black-white{justify-content:center;align-items:center;display:flex;width:151px;height:48px;margin:0 auto;font-size:16px;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#34303d;color:#fffdfb;outline:none;transition:.4s all;font-family:IQOS;background-image:linear-gradient(#34303d,#34303d 50%,#fffdfb 50%,#fffdfb);background-size:100% 200%;transition:background-position .3s}.button-black-white:hover{background-position:0 100%;color:#34303d}.button-black-white:disabled,.button-black-white[disabled]{cursor:not-allowed}.button-black-white:focus{outline:0!important}.button-black-white:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.button-black-blue{justify-content:center;align-items:center;display:flex;width:151px;height:48px;margin:0 auto;font-size:16px;font-style:normal;font-weight:400;border:0;flex-shrink:0;border-radius:24px;cursor:pointer;background-color:#34303d;color:#fffdfb;outline:none;transition:.4s all;font-family:IQOS;background-image:linear-gradient(#34303d,#34303d 50%,#00d2c3 50%,#00d2c3);background-size:100% 200%;transition:background-position .3s}.button-black-blue:hover{background-position:0 100%;color:#fffdfb}.button-black-blue:disabled,.button-black-blue[disabled]{cursor:not-allowed}.button-black-blue:focus{outline:0!important}.button-black-blue:active{scale:.9;box-shadow:3px 2px 22px 1px #0000003d}.animate{opacity:0;transform:translateY(-10px)}.animate:nth-child(1){animation:fadeInUp .3s ease-in-out .11s both}.animate:nth-child(2){animation:fadeInUp .3s ease-in-out .22s both}.animate:nth-child(3){animation:fadeInUp .3s ease-in-out .33s both}.animate:nth-child(4){animation:fadeInUp .3s ease-in-out .44s both}.animate:nth-child(5){animation:fadeInUp .3s ease-in-out .55s both}.animate:nth-child(6){animation:fadeInUp .3s ease-in-out .66s both}.animate:nth-child(7){animation:fadeInUp .3s ease-in-out .77s both}.animate:nth-child(8){animation:fadeInUp .3s ease-in-out .88s both}.animate:nth-child(9){animation:fadeInUp .3s ease-in-out .99s both}.animate:nth-child(10){animation:fadeInUp .3s ease-in-out 1.1s both}.animate:nth-child(11){animation:fadeInUp .3s ease-in-out 1.21s both}.animate:nth-child(12){animation:fadeInUp .3s ease-in-out 1.32s both}.animate:nth-child(13){animation:fadeInUp .3s ease-in-out 1.43s both}.animate:nth-child(14){animation:fadeInUp .3s ease-in-out 1.54s both}.animate:nth-child(15){animation:fadeInUp .3s ease-in-out 1.65s both}.animate:nth-child(16){animation:fadeInUp .3s ease-in-out 1.76s both}.animate:nth-child(17){animation:fadeInUp .3s ease-in-out 1.87s both}.animate:nth-child(18){animation:fadeInUp .3s ease-in-out 1.98s both}.animate:nth-child(19){animation:fadeInUp .3s ease-in-out 2.09s both}.animate:nth-child(20){animation:fadeInUp .3s ease-in-out 2.2s both}.animate:nth-child(21){animation:fadeInUp .3s ease-in-out 2.31s both}.animate:nth-child(22){animation:fadeInUp .3s ease-in-out 2.42s both}.animate:nth-child(23){animation:fadeInUp .3s ease-in-out 2.53s both}.animate:nth-child(24){animation:fadeInUp .3s ease-in-out 2.64s both}.animate:nth-child(25){animation:fadeInUp .3s ease-in-out 2.75s both}.animate:nth-child(26){animation:fadeInUp .3s ease-in-out 2.86s both}.animate:nth-child(27){animation:fadeInUp .3s ease-in-out 2.97s both}.animate:nth-child(28){animation:fadeInUp .3s ease-in-out 3.08s both}.animate:nth-child(29){animation:fadeInUp .3s ease-in-out 3.19s both}.animate:nth-child(30){animation:fadeInUp .3s ease-in-out 3.3s both}.animate:nth-child(31){animation:fadeInUp .3s ease-in-out 3.41s both}.animate:nth-child(32){animation:fadeInUp .3s ease-in-out 3.52s both}.animate:nth-child(33){animation:fadeInUp .3s ease-in-out 3.63s both}.animate:nth-child(34){animation:fadeInUp .3s ease-in-out 3.74s both}.animate:nth-child(35){animation:fadeInUp .3s ease-in-out 3.85s both}.animate:nth-child(36){animation:fadeInUp .3s ease-in-out 3.96s both}.animate:nth-child(37){animation:fadeInUp .3s ease-in-out 4.07s both}.animate:nth-child(38){animation:fadeInUp .3s ease-in-out 4.18s both}.animate:nth-child(39){animation:fadeInUp .3s ease-in-out 4.29s both}.animate:nth-child(40){animation:fadeInUp .3s ease-in-out 4.4s both}.animate:nth-child(41){animation:fadeInUp .3s ease-in-out 4.51s both}.animate:nth-child(42){animation:fadeInUp .3s ease-in-out 4.62s both}.animate:nth-child(43){animation:fadeInUp .3s ease-in-out 4.73s both}.animate:nth-child(44){animation:fadeInUp .3s ease-in-out 4.84s both}.animate:nth-child(45){animation:fadeInUp .3s ease-in-out 4.95s both}.animate:nth-child(46){animation:fadeInUp .3s ease-in-out 5.06s both}.animate:nth-child(47){animation:fadeInUp .3s ease-in-out 5.17s both}.animate:nth-child(48){animation:fadeInUp .3s ease-in-out 5.28s both}.animate:nth-child(49){animation:fadeInUp .3s ease-in-out 5.39s both}.animate:nth-child(50){animation:fadeInUp .3s ease-in-out 5.5s both}.animate:nth-child(51){animation:fadeInUp .3s ease-in-out 5.61s both}.animate:nth-child(52){animation:fadeInUp .3s ease-in-out 5.72s both}.animate:nth-child(53){animation:fadeInUp .3s ease-in-out 5.83s both}.animate:nth-child(54){animation:fadeInUp .3s ease-in-out 5.94s both}.animate:nth-child(55){animation:fadeInUp .3s ease-in-out 6.05s both}.animate:nth-child(56){animation:fadeInUp .3s ease-in-out 6.16s both}.animate:nth-child(57){animation:fadeInUp .3s ease-in-out 6.27s both}.animate:nth-child(58){animation:fadeInUp .3s ease-in-out 6.38s both}.animate:nth-child(59){animation:fadeInUp .3s ease-in-out 6.49s both}.animate:nth-child(60){animation:fadeInUp .3s ease-in-out 6.6s both}.slide-in-left{opacity:0;transform:translate(-100%)}.slide-in-left:nth-child(1){animation:slide-in-left .6s linear .3s both}.slide-in-left:nth-child(2){animation:slide-in-left .6s linear .6s both}.slide-in-left:nth-child(3){animation:slide-in-left .6s linear .9s both}.slide-in-left:nth-child(4){animation:slide-in-left .6s linear 1.2s both}.slide-in-left:nth-child(5){animation:slide-in-left .6s linear 1.5s both}.slide-in-left:nth-child(6){animation:slide-in-left .6s linear 1.8s both}.slide-in-left:nth-child(7){animation:slide-in-left .6s linear 2.1s both}.slide-in-left:nth-child(8){animation:slide-in-left .6s linear 2.4s both}.slide-in-left:nth-child(9){animation:slide-in-left .6s linear 2.7s both}.slide-in-left:nth-child(10){animation:slide-in-left .6s linear 3s both}.slide-in-right{opacity:0;transform:translate(300px)}.slide-in-right:nth-child(1){animation:slide-in-right .6s linear .3s both}.slide-in-right:nth-child(2){animation:slide-in-right .6s linear .6s both}.slide-in-right:nth-child(3){animation:slide-in-right .6s linear .9s both}.slide-in-right:nth-child(4){animation:slide-in-right .6s linear 1.2s both}.slide-in-right:nth-child(5){animation:slide-in-right .6s linear 1.5s both}.slide-in-right:nth-child(6){animation:slide-in-right .6s linear 1.8s both}.slide-in-right:nth-child(7){animation:slide-in-right .6s linear 2.1s both}.slide-in-right:nth-child(8){animation:slide-in-right .6s linear 2.4s both}.slide-in-right:nth-child(9){animation:slide-in-right .6s linear 2.7s both}.slide-in-right:nth-child(10){animation:slide-in-right .6s linear 3s both}.slide-in-up{opacity:0;transform:translateY(300px);animation:slide-in-up 1s linear 1s forwards}.slide-in-up:nth-child(1){animation:slide-in-up .6s linear .3s both}.slide-in-up:nth-child(2){animation:slide-in-up .6s linear .6s both}.slide-in-up:nth-child(3){animation:slide-in-up .6s linear .9s both}.slide-in-up:nth-child(4){animation:slide-in-up .6s linear 1.2s both}.slide-in-up:nth-child(5){animation:slide-in-up .6s linear 1.5s both}.slide-in-up:nth-child(6){animation:slide-in-up .6s linear 1.8s both}.slide-in-up:nth-child(7){animation:slide-in-up .6s linear 2.1s both}.slide-in-up:nth-child(8){animation:slide-in-up .6s linear 2.4s both}.slide-in-up:nth-child(9){animation:slide-in-up .6s linear 2.7s both}.slide-in-up:nth-child(10){animation:slide-in-up .6s linear 3s both}.slide-in-down{opacity:0;transform:translateY(300px);animation:slide-in-down 1s linear 1s forwards}.slide-in-down:nth-child(1){animation:slide-in-down .6s linear .3s both}.slide-in-down:nth-child(2){animation:slide-in-down .6s linear .6s both}.slide-in-down:nth-child(3){animation:slide-in-down .6s linear .9s both}.slide-in-down:nth-child(4){animation:slide-in-down .6s linear 1.2s both}.slide-in-down:nth-child(5){animation:slide-in-down .6s linear 1.5s both}.slide-in-down:nth-child(6){animation:slide-in-down .6s linear 1.8s both}.slide-in-down:nth-child(7){animation:slide-in-down .6s linear 2.1s both}.slide-in-down:nth-child(8){animation:slide-in-down .6s linear 2.4s both}.slide-in-down:nth-child(9){animation:slide-in-down .6s linear 2.7s both}.slide-in-down:nth-child(10){animation:slide-in-down .6s linear 3s both}.fade-out{animation:fadeOut .5s forwards}.fade-in{animation:fadeIn .5s forwards}.hidden{opacity:0;filter:blur(5px);transform:translate(-300px);transition:all 1s ease-in-out}.show-from-left{opacity:1;filter:blur(0);transform:translate(0)}.scale-down{transform:scale(.8);transform-origin:bottom center;transition:all .8s ease-in-out}.scale-up{transform:scale(1)}
