.infosys-logo{display:flex;justify-content:center;align-items:center;gap:10px}.infosys-logo-text{font-family:RG Text;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:var(--rg-black-color)}.infosys-logo svg{fill:var(--rg-black-color)}#footer{background:var(--rg-white-color);border-top:1px solid var(--rg-header-border)}#footer .footer{max-width:var(--rg-container-outside-width);margin:0 auto;display:flex;justify-content:space-between;height:70px;align-items:center;font-family:RG Text}#footer .footer-left{padding-left:10px}#footer .footer-right{padding-right:10px;color:var(--rg-black-color)}@media (max-width: 960px){#footer .footer{height:100px;flex-direction:column;justify-content:center;gap:15px}#footer .footer-left{padding-left:0}#footer .footer-right{padding-right:0}}.hamburger-icon-menu{position:relative;height:45px;width:45px}.hamburger-icon-menu .hamburger-icon{position:absolute;height:45px;width:45px;top:0;left:0;z-index:1000;cursor:pointer;border-radius:50%;transition:all .2s ease-in-out;background:tranparent}.hamburger-icon-menu .hamburger-icon .icon-1,.hamburger-icon-menu .hamburger-icon .icon-2,.hamburger-icon-menu .hamburger-icon .icon-3{position:absolute;left:25%;top:50%;width:24px;height:3px;background-color:var(--rg-black-color);transition:all .4s cubic-bezier(.84,.06,.52,1.8)}.hamburger-icon-menu .hamburger-icon .icon-1{transform:translateY(-8px);animation-delay:.1s}.hamburger-icon-menu .hamburger-icon .icon-3{transform:translateY(8px);animation-delay:.25s}.hamburger-icon-menu .hamburger-icon:hover{transform:scale(1);box-shadow:0 0 30px #0000001a}.hamburger-icon-menu .hamburger-icon .icon-1.a{transform:rotate(40deg);background:var(--rg-black-color)}.hamburger-icon-menu .hamburger-icon .icon-3.b{transform:rotate(-40deg);background:var(--rg-black-color)}.hamburger-icon-menu .hamburger-icon .icon-2.c{opacity:0}.hamburger-icon-menu .hamburger-icon .clear{clear:both}.change-language{background-color:var(--RG-White);width:fit-content;width:100%}.change-language .change-language-title{font-family:RG Text;margin-bottom:16px}.change-language .change-language-body{display:flex}.change-language .change-language-item{margin-right:8px;display:flex;padding:2px 8px 2px 9px;border-radius:21px;border:1px solid var(--rg-sidebar-input-radio-border);cursor:pointer;align-items:center}.change-language .change-language-item.choosed{border-color:var(--rg-orange-color)}.change-language .change-language-item.choosed input{accent-color:var(--rg-orange-color);margin:0 8px 8px 0}.change-language .change-language-item-label{font-weight:700;font-family:RG Text;font-size:16px}.switcher-container{width:46px;height:26px;border-radius:15px;background-color:#ccc;display:flex;align-items:center;padding:0 5px;cursor:pointer;transition:background-color .3s}.switcher-container .switcher-ball{width:20px;height:20px;border-radius:50%;background-color:#fff;transition:transform .3s}.switcher-container.checked{background-color:var(--rg-sidebar-swticher-bg-color)}.switcher-container.checked .switcher-ball{transform:translate(27px)}.dark-mode-switcher{display:flex;justify-content:space-between;align-items:center;width:100%}.dark-mode-switcher .dark-mode-switcher-description{display:flex;width:100%;font-family:RG Text;font-size:13px;font-weight:600;line-height:17.7px;text-align:left}.full-screen-overlay{background:#000c;position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:10;opacity:0;transition:all .4s cubic-bezier(.62,.04,.3,1.56);transition-delay:10ms;cursor:default}.full-screen-overlay.show{opacity:1}#sidebar{background:var(--rg-white-color);position:fixed;top:0;right:0;height:100%;width:50%;z-index:10;opacity:0;transform:translate(100%);transition:all .6s cubic-bezier(.62,.04,.3,1.56);transition-delay:.1s}#sidebar ul{margin:10% 0 0;max-width:548px}#sidebar ul li{cursor:pointer;list-style:none;padding:24px 0;border-bottom:1px solid var(--rg-sidebar-line)}#sidebar ul li .sidebar-item{color:var(--rg-sidebar-text-color);font-family:RG Text;font-size:24px;font-style:normal;font-weight:700;line-height:28px;display:flex;justify-content:space-between}#sidebar ul li .sidebar-item .sidebar-icon{fill:var(--rg-orange-color);transform:rotate(90deg);width:30px;height:30px}#sidebar ul li:last-child{border-bottom:none}#sidebar.show{opacity:1;transform:translate(0)}@media (max-width: 575.98px){#sidebar.show{width:100%}}@media (min-width: 576px) and (max-width: 767.98px){#sidebar.show{width:100%}}@media (min-width: 768px) and (max-width: 991.98px){#sidebar.show{width:50%}}@media (min-width: 992px) and (max-width: 1199.98px){#sidebar.show{width:50%}}@media (min-width: 1200px){#sidebar.show{width:50%}}@media (max-width: 1200px){#sidebar ul{padding:0 40px}}#menu{max-width:var(--rg-container-outside-width);margin:0 auto;display:flex;justify-content:space-between;height:70px;align-items:center}#menu .menu-left{padding-left:10px}#menu .menu-left .logo{cursor:pointer;max-width:230px}#menu .menu-right{padding-right:10px}#menu .menu-right-content{display:flex;align-items:center;gap:26px}#menu .menu-right-content .item{color:var(--rg-grey-light-color);text-align:center;font-family:RG Text;font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.36px;text-transform:uppercase;cursor:pointer;padding:8px 0;border-bottom:4px solid transparent;transition:all .3s}#menu .menu-right-content .item.active{color:var(--rg-orange-color);border-bottom:4px solid var(--rg-orange-color)}@media (max-width: 960px){#menu .menu-left .logo{max-width:128px}#menu .menu-right-content .hide-mobile{display:none}}#header{background:var(--rg-white-color);position:relative;z-index:1;border-bottom:1px solid var(--rg-header-border)}.modal-image-viewer-overlay{left:0;top:0;z-index:100000;position:fixed;width:100%;height:calc(var(--screen-height, 1vh) * 100)}.modal-image-viewer-overlay-img{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width: 768px){.modal-image-viewer-overlay-img{width:90%}}.poster-card{position:relative;width:100%;height:100%;max-width:352px;max-height:526px}.poster-card.pointer{cursor:pointer}.poster-card-img{width:-webkit-fill-available;height:-webkit-fill-available;max-width:100%;max-height:100%;display:block;-webkit-user-select:none;user-select:none}.poster-card-body{max-height:490px;margin:18px 20px;position:absolute;z-index:1;width:-webkit-fill-available;height:-webkit-fill-available;top:0;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transition:opacity .2s;z-index:0}.poster-card-body .poster-card-panel{display:flex;justify-content:space-between}.poster-card-body .poster-card-panel .poster-card-item{position:relative;background:var(--rg-poster-bg-option);padding:15px;border-radius:4.152px;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:6px;overflow:hidden;color:var(--rg-white-always-color);text-overflow:ellipsis;font-family:RG Text;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.32px;-webkit-user-select:none;user-select:none;transition:all .4s}.poster-card-body .poster-card-panel .poster-card-item .poster-card-text{padding-top:2px}.poster-card-body .poster-card-panel .poster-card-item:active{transform:scale(.8)}.poster-card-body .poster-card-panel .poster-card-id{background:var(--rg-poster-bg-option);padding:3.114px 10.379px;gap:10.379px;color:var(--rg-white-always-color);text-overflow:ellipsis;font-family:RG Text;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.32px;height:fit-content;text-align:left;cursor:default}.poster-card-body.hovering{opacity:1;z-index:2}.poster-card-body.hovering .poster-card-item{z-index:10}.rg-select{position:relative;width:fit-content;display:inline-block}.rg-select:after{content:url(/images/icons/arrow-down.svg);position:absolute;top:56%;right:10px;transform:translateY(-50%);pointer-events:none}.rg-select select{background-color:var(--rg-white-color);padding:12px 55px 12px 24px;border-radius:100px;color:var(--rg--text-placeholder-color);font-family:RG Text;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.32px;-webkit-appearance:none;border:none;outline:none;cursor:pointer;border:1px solid transparent}.rg-select select.active{border:1px solid var(--rg-orange-color);color:var(--rg-black-color)}.filter-panel{max-width:var(--rg-container-inside-width);margin:42px auto 0;gap:12px;display:flex;flex-wrap:wrap}.filter-panel input{background-color:var(--rg-white-color);padding:10px 12px;font-family:RG Text;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.32px;border-radius:100px;border:none;outline:none;border:1px solid transparent}.filter-panel input.active{border:1px solid var(--rg-orange-color);color:var(--rg-black-color)}@media (max-width: 1120px){.filter-panel{max-width:736px}}@media (max-width: 736px){.filter-panel{max-width:600px}}@media (max-width: 600px){.filter-panel{padding:0 10px;gap:6px;max-width:415px}}#gallery-desktop{width:100%;max-width:var(--rg-container-outside-width);margin:0 auto;padding-bottom:40px;display:flex;flex-direction:column;flex:1}#gallery-desktop .rg-text{text-align:center;margin-top:45px}#gallery-desktop .rg-title{font-size:44px;text-align:center;margin-top:85px}#gallery-desktop .gallery-desktop-body{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin:45px auto 0;max-width:var(--rg-container-inside-width);width:100%}#gallery-desktop .gallery-desktop-loading{display:flex;justify-content:center}#gallery-desktop .gallery-desktop-infinite-scroll-loading{line-height:40px;text-align:center;font-family:RG Text;color:var(--rg-orange-color)}#my-posters{width:100%;max-width:var(--rg-container-outside-width);margin:0 auto;padding-bottom:40px;display:flex;flex-direction:column;flex:1}#my-posters .rg-text{text-align:center;margin-top:45px}#my-posters .rg-title{font-size:44px;text-align:center;margin-top:85px}#my-posters .gallery-desktop-body{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin:45px auto 0;max-width:var(--rg-container-inside-width);width:100%}#temp-panel{display:grid;grid-template-columns:1fr 1fr;flex:1}#temp-panel .left{padding:10px}#temp-panel .left .temp-panel-panel{margin-bottom:10px}#temp-panel .left .temp-panel-panel .title{margin-bottom:6px;text-transform:capitalize}#temp-panel .left .temp-panel-panel .options{display:flex;gap:10px}#temp-panel .left .temp-panel-panel .options .option{background:#ddd;color:#333;border-radius:5px;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none}#temp-panel .left .temp-panel-panel .options .option.active{background:#aaa;color:#ddd}#temp-panel .left .input{margin-top:10px}#temp-panel .left .input input{padding:10px;width:-webkit-fill-available}#temp-panel .left button{margin-top:10px}#temp-panel .right{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}#coming-soon{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100vh}#coming-soon .coming-soon{margin-top:160px;text-align:center}#coming-soon .coming-soon .rg-text{margin-top:24px}#coming-soon img{position:fixed;bottom:0;width:100%;max-width:1440px;display:block}@media (max-width: 960px){#coming-soon{justify-content:center}#coming-soon .coming-soon{margin-top:0}}@font-face{font-family:RG Text;src:url("/RGFonts/rg_text_regular%20(6).otf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:RG Title;src:url("/RGFonts/rg_title_bold%20(7).otf") format("opentype");font-weight:700;font-style:normal}:root{--rg-white-always-color: #FFF;--rg-white-color: #FFF;--rg-black-color: #000;--rg-orange-color: #CC4E0E;--rg-green-color: #00503C;--rg-orange-light-color: #FFF8F3;--rg-grey-light-color: #6E6E6E;--rg-grey-lighter-color: #F4F4F4;--rg-text-color-dark: #000;--rg-arrow-default-color: #D9D9D9;--rg-sidebar-text-color: #151515;--rg-sidebar-line: #828282;--rg-sidebar-input-radio-border: #CCC;--rg-sidebar-swticher-bg-color: #4CAF50;--rg-header-border: #ADADAD;--rg-green-element-border: #1CB589;--rg-descriptionbox-border-grey-color: #E1E1E1;--rg-descriptionbox-bg-grey-color: #F5F5F5;--rg-grey-border-color: #CBCBCB;--rg-green-light-color: #CAFFEF;--rg-gold-light-color: #FFFBCE;--rg-white-color: #FFFFFF;--rg-black-color: #000000;--rg-primary-hover: #e75811;--rg-secondary-hover: #e7e4e4;--rg-poster-bg-option: #000000b3;--rg--text-placeholder-color: #ADADAD;--rg-color-generate-bg-right: #F2F2F2;--rg-button-primary-disabled: #F0CAB7;--rg-button-primary--text-disabled: #FFF;--height-screen: 100vh;--width-screen: 100vw;--rg-container-outside-width: 1440px;--rg-container-inside-width: 1120px;--rg-bg: url(/images/bg.jpg) no-repeat center center fixed}html,body,#root{height:-webkit-fill-available;margin:0;padding:0;background:var(--rg-bg);background-size:cover}:root[data-theme=dark]{--rg-white-always-color: #FFF;--rg-bg: #000;--rg-white-color: #333;--rg-black-color: #FFF;--rg-orange-color: #CC4E0E;--rg-green-color: #00503C;--rg-orange-light-color: #1A1A1A;--rg-grey-light-color: #D8D8D8;--rg-grey-lighter-color: #313131;--rg-text-color-dark: #FFF;--rg-arrow-default-color: #828282;--rg-sidebar-text-color: #FFF;--rg-sidebar-line: #4F4F4F;--rg-sidebar-input-radio-border: #D8D8D8;--rg-sidebar-swticher-bg-color: #4CAF50;--rg-header-border: #4F4F4F;--rg-green-element-border: #00503C;--rg-descriptionbox-grey-color: #333333;--rg-grey-border-color: #CBCBCB;--rg-poster-bg-option: #000000b3;--rg--text-placeholder-color: #CDCDCD;--rg-color-generate-bg-right: #232323}#app{height:100vh;display:flex;flex-direction:column;justify-content:space-between}#app .app-body{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.rg-label{color:var(--rg-green-color);font-family:RG Title;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.16px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.rg-label.for-slides{font-size:16px;line-height:100%;letter-spacing:-1%;text-align:center;vertical-align:middle;padding-top:10px}.rg-title{color:var(--rg-orange-color);font-family:RG Title;font-size:80px;font-style:normal;font-weight:700;line-height:92.5%;text-transform:uppercase;-webkit-user-select:none;user-select:none}.rg-title.for-slides{padding-top:20px;font-size:80px;line-height:74px;letter-spacing:0%;text-align:center;vertical-align:middle;white-space:pre-wrap}.rg-text{color:var(--rg-text-color-dark);font-family:RG Text;font-size:28px;font-style:normal;font-weight:400;line-height:121.429%;-webkit-user-select:none;user-select:none}.rg-text.for-description{padding-top:20px;font-size:28px;line-height:34px;letter-spacing:0%;text-align:center;vertical-align:middle}@media (max-width: 960px){.rg-label{font-size:16px}.rg-title{font-size:50px}.rg-text{font-size:18px}}.preload{display:flex;justify-content:center;align-items:center;height:90vh}
