:root{--radius-small:.4rem;--radius-medium:.8rem;--radius-large:1.6rem;--transition:.35s;--transition-hover:.1s;--duration:4s;--black:#16161d;--black-a:rgba(22,22,29,.15);--gray:#909099;--blue:#0071e0;--blue-a:rgba(30,144,255,.1);--blue-dark:#005cb8;--blue-light:#52c3fb;--purple:#a029de;--purple-dark:#5f267d;--purple-muted:#a377d2;--white:#fff;--bg-white:#eeeeee30;--offwhite:#ccc;--sky-100:#3b2f4a;--sky-150:#302944;--sky-200:#1f1f3a;--sky-300:#16161d;--background-gradient:radial-gradient(circle at center bottom,var(--sky-200),var(--sky-300));--background:var(--bg-white);--toggle-background:var(--white);--text-color:var(--black);--text-color-a:var(--gray);--text-color-header: #000;--link-color:var(--blue);--link-color-hover:var(--blue-dark);--link-color-visited:var(--purple);--link-color-visited-hover:var(--purple-dark);--black-blue: #1f2029;--red: #da2c4d;--grey: #ecedf3;--yellow: #f8ab37;--transform-origin-start: left;--transform-origin-end: right;--transform-rotate-rtl: 5deg;--text-align-start: left;--text-align-end: right;--margin-inline-start: 0;--margin-inline-end: 2.4rem;--padding-inline-start: 2.4rem;--padding-inline-end: 0;--left: left;--right: right;--border-start-start-radius: var(--radius-small) 0 0 var(--radius-small);--border-start-end-radius: 0 var(--radius-small) var(--radius-small) 0;--container-xs: 35.2rem;--container-sm: 56rem;--container-md: 67.2rem;--container-lg: 72rem;--container-xl: 80rem;--container-xxl: 96rem}[dir=rtl]{--transform-origin-start: right;--transform-origin-end: left;--transform-rotate-rtl: -5deg;--text-align-start: right;--text-align-end: left;--margin-inline-start: 2.4rem;--margin-inline-end: 0;--padding-inline-start: 0;--padding-inline-end: 2.4rem;--left: right;--right: left;--border-start-start-radius: 0 var(--radius-small) var(--radius-small) 0;--border-start-end-radius: var(--radius-small) 0 0 var(--radius-small)}.g-dark{--toggle-background:var(--sky-300);--text-color:var(--offwhite);--text-color-header: #fff;--link-color:var(--blue);--link-color-hover:var(--blue);--link-color-visited:var(--purple-muted);--link-color-visited-hover:var(--purple-muted) }html{height:unset;font-size:10px;line-height:1.15;-webkit-text-size-adjust:100%}body{height:unset;position:relative;font-size:1.6rem;line-height:1.5;color:var(--text-color);background:var(--background);transition:background .6s ease-in-out;overflow-x:hidden}.copyright,.dark-toggle,h2,img,ul{-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-wrapper{max-width:var(--container-sm);margin:0 auto;text-align:center;padding-top:2.4rem}@media (min-width: 40em){.header-wrapper{max-width:var(--container-md);padding-top:4.8rem}}@media (min-width: 60em){.header-wrapper{max-width:var(--container-lg)}}@media (min-width: 75em){.header-wrapper{max-width:var(--container-xl)}}@media (min-width: 90em){.header-wrapper{max-width:var(--container-xxl)}}.main-wrapper{margin:2.4rem auto 0}@media (min-width: 40em){.main-wrapper{margin:0 auto;padding:4rem 0}.main-wrapper .container{max-width:var(--container-xs);margin:2.4rem auto}}@media (min-width: 75em){.main-wrapper .container{max-width:40rem}}.container{position:relative;margin:2.4rem}.footer-wrapper .container,.header-wrapper .container{padding:2.4rem 0;margin:0 2.4rem}h1{font-weight:500;font-size:2.4rem;line-height:2}[lang=ja] h1{font-size:2.2rem!important}h1+p,h2{font-weight:500}h1+p{color:#727272}h1 a{display:inline-block;position:relative;line-height:5rem;margin:0 auto;text-wrap-style:balance}h1 a:before{content:"";position:absolute;left:51%;right:51%;bottom:0;background:linear-gradient(to right,#4285f4 25%,#ea4335 25% 50%,#fbbc04 50% 75%,#34a853 75%);height:3px;transition-property:left,right;transition-duration:.3s;transition-timing-function:ease-out}[dir=rtl] h1 a:before{background:linear-gradient(to left,#4285f4 25%,#ea4335 25% 50%,#fbbc04 50% 75%,#34a853 75%)}h1 a:hover:before{left:0;right:0}.rotating-border--google{--border-radius: 4.8rem;--border-size: .24rem;--border-bg: conic-gradient( #ea4335 0turn .125turn, #4285f4 .125turn .25turn, #fbbc05 .25turn .375turn, #34a853 .375turn .5turn, #ea4335 .5turn .625turn, #4285f4 .625turn .75turn, #fbbc05 .75turn .875turn, #34a853 .875turn 1turn );position:relative;z-index:0;overflow:hidden;padding:.8rem 2.4rem;border-radius:var(--border-radius);text-align:center}.rotating-border--google:before{content:"";display:block;background:var(--border-bg);width:calc(100% * 1.41421356237);padding-bottom:calc(100% * 1.41421356237);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;z-index:-1;-webkit-animation:spin-rotating-border 5s linear infinite;animation:spin-rotating-border 5s linear infinite}.rotating-border--google:after{content:"";position:absolute;top:var(--border-size);right:var(--border-size);bottom:var(--border-size);left:var(--border-size);background:var(--toggle-background);z-index:0;border-radius:calc(var(--border-radius) - var(--border-size))}@-webkit-keyframes spin-rotating-border{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin-rotating-border{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}[dir="rtl"] @keyframes spin-rotating-border{from{transform:translate(-50%,-50%) rotate(360deg)}to{transform:translate(-50%,-50%) rotate(0)}}.rotating-border--google span{position:relative;z-index:1;--span-scale: 1;font-size:calc(1.3rem * var(--span-scale))}.rotating-border--google span:before{content:"- "}h2{position:relative;z-index:1;display:block;cursor:default;--h2-scale: 1;font-size:calc(1.6rem * var(--h2-scale));opacity:.85;text-align:center;margin:0 -1rem}@media (min-width: 25em){h1{font-size:2.6rem}.rotating-border--google span{font-size:1.6rem}h2{font-size:2rem}}@media (min-width: 40em){.rotating-border--google span{font-size:calc(1.6rem * var(--span-scale))}h2{font-size:calc(2rem * var(--h2-scale))}}@media (min-width: 75em){h1{font-size:2.6rem}h2{font-size:calc(2.2rem * var(--h2-scale))}}@media (min-width: 90em){h1{font-size:2.8rem}h2{font-size:calc(2.4rem * var(--h2-scale))}}[lang=fi] h2,[lang^=pt] h2,[lang=ro] h2,[lang=ru] h2,[lang=nl] h2{--h2-scale: .9}[lang=tr] h2,[lang=es] h2,[lang=vi] h2,[lang=el] h2,[lang=pl] h2,[lang=fr] h2{--h2-scale: .8}[lang=vi] .rotating-border--google span,[lang=el] .rotating-border--google span,[lang=es] .rotating-border--google span,[lang=fi] .rotating-border--google span,[lang=fr] .rotating-border--google span,[lang=pl] .rotating-border--google span,[lang^=pt] .rotating-border--google span,[lang=ro] .rotating-border--google span,[lang=ru] .rotating-border--google span,[lang=tr] .rotating-border--google span,[lang=nl] .rotating-border--google span{--span-scale: .95}h2 #faq_img img{vertical-align:top}.outline,a{color:var(--text-color)}.outline{display:inline-block;border:thin solid hsla(0,0%,50%,.4);padding:.6rem 1.3rem;border-radius:var(--radius-large)}h2 .outline{color:var(--text-color-header)}header .container{text-align:center}@media (min-width: 40em){header .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-align:var(--text-align-start)}}@media (min-width: 40em){header h1{-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center}}@media (max-width:40em){header br{display:none}}.logo{width:9.6rem;height:9.6rem;margin:0 0 .8rem;transform:scale(1);transition:transform .5s ease-in-out}.header-wrapper .container a{perspective:30rem}.header-wrapper .container:hover .logo{transform:scale(1.1)}@media (min-width: 40em){.logo{width:11.2rem;height:11.2rem;margin:0 2.4rem 0 0}[dir=rtl] .logo{margin:0 0 0 2.4rem}}@media (min-width: 60em){.logo{width:12.8rem;height:12.8rem}}@media (min-width: 75em){.logo{width:14.4rem;height:14.4rem}}@media (min-width: 90em){.logo{width:16rem;height:16rem}}.about-wrapper{max-width:var(--container-lg);margin:3.2rem auto 0}@media (min-width: 75em){.about-wrapper{max-width:var(--container-xl)}}@media (min-width: 90em){.about-wrapper{max-width:var(--container-xxl)}}.about-wrapper .outline{margin:0 2.4rem;border-radius:var(--radius-large);padding:2.4rem 0;border-color:#8080804d}.about-wrapper p{font-size:1.6rem;margin-top:1.6rem}.about-wrapper p:first-letter{font-size:2rem}@media (min-width: 75em){.about-wrapper p{font-size:1.8rem}.about-wrapper p:first-letter{font-size:2.2rem}}@media (min-width: 90em){.about-wrapper p{font-size:2rem}.about-wrapper p:first-letter{font-size:2.4rem}}.about-wrapper a,.footer-wrapper a{display:inline-block;font-weight:500;color:var(--link-color);border-radius:var(--radius-medium);transition:background var(--transition-hover),color var(--transition-hover)}.about-wrapper a:hover,.footer-wrapper a:hover{background:var(--blue-a);color:var(--link-color-hover)}ul{font-size:1.76rem}li{position:relative;list-style:none}.works{margin:1.6rem 0}@media (min-width: 40em){ul{font-size:1.92rem}.works{margin-bottom:6rem}}@media (min-width: 75em){ul{font-size:2rem}}@media (min-width: 90em){ul{font-size:2.08rem}}.project-link{display:block;position:relative;cursor:pointer;padding:2.4rem 0;transition:all .6s ease-in-out}.contact-link strong,.project-link strong{font-weight:500;color:var(--link-color);transition:color var(--transition)}.contact-link:hover strong,.project-link:hover strong{color:var(--link-color-hover)}.contact-link:visited strong,.project-link:visited strong{color:var(--link-color-visited)}.contact-link:visited:hover strong,.project-link:visited:hover strong{color:var(--link-color-visited-hover)}.project-link .caption:before{content:"("counter(counter_item)") "}.project{counter-increment:counter_item}@media (min-width: 40em){.project-link{border-radius:var(--radius-medium);margin:1.6rem 0;padding:2.4rem}.project-link:hover{background:var(--blue-a);transition-duration:var(--transition-hover)}}.project-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.project:nth-child(odd) .project-link{-ms-flex-direction:row-reverse;flex-direction:row-reverse}[dir=rtl] .project:nth-child(odd) .project-link{-ms-flex-direction:row;flex-direction:row}.screenshot-wrapper{min-width:50%;max-width:50%;height:auto;margin:0 2.4rem 0 0;transition:transform var(--transition),width var(--transition),height var(--transition),position var(--transition),margin var(--transition);transform:scale(.9)}[dir=rtl] .screenshot-wrapper{margin:0 0 0 2.4rem}.project:nth-child(odd) .screenshot-wrapper{margin:0 0 0 2.4rem}[dir=rtl] .project:nth-child(odd) .screenshot-wrapper{margin:0 2.4rem 0 0}.project-link:hover .screenshot-wrapper{transform:scale(1);transition-duration:var(--transition-hover)}@media (min-width: 40em){.screenshot-wrapper{position:absolute;z-index:1;width:16rem;height:12rem}}@media (min-width: 60em){.screenshot-wrapper{width:19.2rem;height:14.4rem}}@media (min-width: 75em){.screenshot-wrapper{width:22.4rem;height:16.8rem}}@media (min-width: 90em){.screenshot-wrapper{width:25.6rem;height:19.2rem}}.screenshot{width:100%;height:auto;border-radius:var(--border-start-start-radius);box-shadow:0 .8rem 2.4rem var(--black-a)}@media (min-width: 40em){.screenshot{display:block;width:100%;height:auto;transition:box-shadow var(--transition)}}.project-link:hover .screenshot{box-shadow:0 .8rem 4.8rem var(--gray)}.g-dark .project-link:hover .screenshot{box-shadow:0 .8rem 4.8rem var(--sky-100)}@media (min-width: 40em){.line{position:absolute;content:"";width:16rem;height:.1rem;background:var(--text-color);opacity:.25;pointer-events:none;top:50%;transition:opacity var(--transition),width var(--transition)}.project-link:hover .line{opacity:1}}@media (min-width: 75em){.line{width:20rem}}@media (min-width: 90em){.line{width:24rem}}.project:nth-child(odd) .line{right:calc(100% + .8rem);transform-origin:right center}[dir=rtl] .project:nth-child(odd) .line{right:auto;left:calc(100% + .8rem);transform-origin:left center}@media (min-width: 40em){.project:nth-child(odd) .screenshot-wrapper{right:calc(100% + 1rem)}[dir=rtl] .project:nth-child(odd) .screenshot-wrapper{right:auto;left:calc(100% + 1rem)}}@media (min-width:60em){.project:nth-child(odd) .screenshot-wrapper{right:calc(100% + 4rem)}[dir=rtl] .project:nth-child(odd) .screenshot-wrapper{right:auto;left:calc(100% + 4rem)}}@media (min-width: 75em){.project:nth-child(odd) .screenshot-wrapper{right:calc(100% + 8rem)}[dir=rtl] .project:nth-child(odd) .screenshot-wrapper{right:auto;left:calc(100% + 8rem)}}@media (min-width: 90em){.project:nth-child(odd) .screenshot-wrapper{right:calc(100% + 12rem)}[dir=rtl] .project:nth-child(odd) .screenshot-wrapper{right:auto;left:calc(100% + 12rem)}}.project:nth-child(odd) .screenshot-wrapper .screenshot{transform:rotate(var(--transform-rotate-rtl))}@media (min-width: 40em){.project:first-child .line{transform:rotate(6deg)}.project:first-child .screenshot-wrapper{top:-40%}.project:first-child .screenshot-wrapper .screenshot{transform:rotate(4deg)}.project:nth-child(3) .line{transform:rotate(14deg)}.project:nth-child(3) .screenshot-wrapper{top:-45%}.project:nth-child(3) .screenshot-wrapper .screenshot{transform:rotate(-2deg)}.project:nth-child(5) .line{transform:rotate(-5deg)}.project:nth-child(5) .screenshot-wrapper{top:-35%}.project:nth-child(5) .screenshot-wrapper .screenshot{transform:rotate(8deg)}.project:nth-child(7) .line{transform:rotate(5deg)}.project:nth-child(7) .screenshot-wrapper{top:-20%}.project:nth-child(7) .screenshot-wrapper .screenshot{transform:rotate(-8deg)}[dir=rtl] .project:first-child .line{transform:rotate(-6deg)}[dir=rtl] .project:first-child .screenshot-wrapper .screenshot{transform:rotate(-4deg)}[dir=rtl] .project:nth-child(3) .line{transform:rotate(-14deg)}[dir=rtl] .project:nth-child(3) .screenshot-wrapper .screenshot{transform:rotate(2deg)}[dir=rtl] .project:nth-child(5) .line{transform:rotate(5deg)}[dir=rtl] .project:nth-child(5) .screenshot-wrapper .screenshot{transform:rotate(-8deg)}[dir=rtl] .project:nth-child(7) .line{transform:rotate(-5deg)}[dir=rtl] .project:nth-child(7) .screenshot-wrapper .screenshot{transform:rotate(8deg)}}.project:nth-child(2n) .line{left:calc(100% + .8rem);transform-origin:left center}[dir=rtl] .project:nth-child(2n) .line{left:auto;right:calc(100% + .8rem);transform-origin:right center}@media (min-width: 40em){.project:nth-child(2n) .screenshot-wrapper{left:calc(100% + 1rem)}[dir=rtl] .project:nth-child(2n) .screenshot-wrapper{left:auto;right:calc(100% + 1rem)}}@media (min-width: 60em){.project:nth-child(2n) .screenshot-wrapper{left:calc(100% + 4rem)}[dir=rtl] .project:nth-child(2n) .screenshot-wrapper{left:auto;right:calc(100% + 4rem)}}@media (min-width: 75em){.project:nth-child(2n) .screenshot-wrapper{left:calc(100% + 8rem)}[dir=rtl] .project:nth-child(2n) .screenshot-wrapper{left:auto;right:calc(100% + 8rem)}}@media (min-width: 90em){.project:nth-child(2n) .screenshot-wrapper{left:calc(100% + 12rem)}[dir=rtl] .project:nth-child(2n) .screenshot-wrapper{left:auto;right:calc(100% + 12rem)}}.project:nth-child(2n) .screenshot-wrapper .screenshot{transform:rotate(var(--transform-rotate-rtl))}[dir=rtl] .project:nth-child(2n) .screenshot-wrapper .screenshot{transform:rotate(calc(-1 * var(--transform-rotate-rtl)))}@media (min-width: 40em){.project:nth-child(2n) .screenshot img{transform:rotate(-5deg)}.project:nth-child(2) .line{transform:rotate(-25deg)}.project:nth-child(2) .screenshot-wrapper{top:-80%}.project:nth-child(2) .screenshot-wrapper .screenshot{transform:rotate(-8deg)}.project:nth-child(4) .line{transform:rotate(-25deg)}.project:nth-child(4) .screenshot-wrapper{top:-60%}.project:nth-child(4) .screenshot-wrapper .screenshot{transform:rotate(2deg)}.project:nth-child(6) .line{transform:rotate(-18deg)}.project:nth-child(6) .screenshot-wrapper{top:-70%}.project:nth-child(6) .screenshot-wrapper .screenshot{transform:rotate(8deg)}[dir=rtl] .project:nth-child(2) .line{transform:rotate(25deg)}[dir=rtl] .project:nth-child(2) .screenshot-wrapper .screenshot{transform:rotate(8deg)}[dir=rtl] .project:nth-child(4) .line{transform:rotate(25deg)}[dir=rtl] .project:nth-child(4) .screenshot-wrapper .screenshot{transform:rotate(-2deg)}[dir=rtl] .project:nth-child(6) .line{transform:rotate(18deg)}[dir=rtl] .project:nth-child(6) .screenshot-wrapper .screenshot{transform:rotate(-8deg)}}.footer-wrapper{font-size:1.4rem;text-align:center;line-height:2}.copyright{cursor:default;margin:0 0 2.4rem}.footer-love{display:inline-block}.love-heart{font-size:1.8rem;color:#ea4335;vertical-align:middle}.dark-toggle{margin-top:1rem;cursor:pointer;background:var(--toggle-background);transition:opacity var(--transition),background var(--transition)}.dark-toggle strong{color:var(--blue)}.footer-wrapper:hover .dark-toggle{box-shadow:0 .8rem 1.6rem var(--black-a);color:var(--offwhite);opacity:1;background:var(--sky-100)}.g-dark .footer-wrapper:hover .dark-toggle{color:var(--black);background:var(--offwhite)}.progress-wrap{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px #0003;z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all .2s linear;transition:all .2s linear}[dir=rtl] .progress-wrap{right:auto;left:50px}@media (min-width: 60em){.progress-wrap.active-progress{font-family:Arial,sans-serif;opacity:1;visibility:visible;transform:translateY(0)}.progress-wrap:after{position:absolute;content:"⇪";text-align:center;line-height:46px;font-size:24px;color:var(--black-blue);left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:1;-webkit-transition:all .2s linear;transition:all .2s linear}[dir=rtl] .progress-wrap:after{left:auto;right:0}.progress-wrap:hover:after{opacity:0}.progress-wrap:before{position:absolute;content:"⇪";text-align:center;line-height:46px;font-size:24px;opacity:0;left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:2;-webkit-transition:all .2s linear;transition:all .2s linear}[dir=rtl] .progress-wrap:before{left:auto;right:0}.progress-wrap:hover:before{opacity:1;color:#ea4335}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{stroke:var(--black-blue);stroke-width:4;box-sizing:border-box;-webkit-transition:all .2s linear;transition:all .2s linear}html.g-dark .progress-wrap{box-shadow:inset 0 0 0 2px #fff3}html.g-dark .progress-wrap:after{color:var(--grey)}html.g-dark .progress-wrap svg.progress-circle path{stroke:var(--grey)}}.dark-toggle:focus{outline:0}.stars,.stars-wrapper{height:0;position:absolute;inset:0;overflow:hidden}.g-dark .stars,.g-dark .stars-wrapper{height:100%}.stars-wrapper{background:var(--background-gradient);z-index:-2;transition:all .6s ease-in-out}.g-dark .stars{animation:a var(--duration) ease-in-out infinite}.stars:nth-child(2){animation-delay:calc(var(--duration) * -.33)}.stars:nth-child(3){animation-delay:calc(var(--duration) * -.66)}@keyframes a{25%{opacity:0}}.star{fill:#fff}.star:nth-child(3n){opacity:.8}.star:nth-child(7n){opacity:.6}.star:nth-child(13n){opacity:.4}.star:nth-child(19n){opacity:.2}.comet{position:absolute;left:calc(50% - 7.5rem)}[dir=rtl] .comet{left:auto;right:calc(50% - 7.5rem)}.g-dark .comet{animation:10s linear infinite both}.comet.comet-a{top:50vh;animation-name:b;animation-delay:1s}.comet.comet-b{top:50%;animation-name:c;animation-delay:6.6s}.comet.comet-c{top:calc(100% - 50vh);animation-name:d;animation-delay:7.6s}@keyframes b{0%{transform:rotate(-135deg) translate3d(50vmax,0,0);opacity:0}20%{opacity:1}40%,to{transform:rotate(-135deg) translate3d(-50vmax,0,0);opacity:0}}[dir="rtl"] @keyframes b{0%{transform:rotate(135deg) translate3d(-50vmax,0,0);opacity:0}20%{opacity:1}40%,to{transform:rotate(135deg) translate3d(50vmax,0,0);opacity:0}}@keyframes c{0%{transform:rotate(35deg) translate3d(50vmax,0,0);opacity:0}20%{opacity:1}40%,to{transform:rotate(35deg) translate3d(-50vmax,0,0);opacity:0}}[dir="rtl"] @keyframes c{0%{transform:rotate(-35deg) translate3d(-50vmax,0,0);opacity:0}20%{opacity:1}40%,to{transform:rotate(-35deg) translate3d(50vmax,0,0);opacity:0}}@keyframes d{0%{transform:rotate(120deg) translate3d(50vmax,0,0);opacity:0}20%{opacity:1}40%,to{transform:rotate(120deg) translate3d(-50vmax,0,0);opacity:0}}[dir="rtl"] @keyframes d{0%{transform:rotate(-120deg) translate3d(-50vmax,0,0);opacity:0}20%{opacity:1}40%,to{transform:rotate(-120deg) translate3d(50vmax,0,0);opacity:0}}#taboola-below-article-thumbnails-2x1,#tr_slot468x2x2,.vli_slot{margin:0 auto;width:80%;max-width:800px;min-width:320px}.vli_slot{max-width:970px;display:none}@media screen and (max-width: 60em){.vli_slot.w336{display:block}}@media (min-width: 60em){.vli_slot.w970{display:block}}@media (max-width: 40em){#taboola-below-article-thumbnails-2x1,#tr_slot468x2x2,.vli_slot{width:100%}}#rbox-t2m{border-radius:0!important;box-shadow:none!important}.trc_rbox_outer{padding-inline:4px!important}.trc_elastic_thumbnails-2x1.tr_2nd .videoCube,.trc_elastic_thumbnails-rr.tr_2nd .videoCube{width:39.5%!important}.trc_elastic_thumbnails-2x1.tr_2nd .videoCube:not(:first-child),.trc_elastic_thumbnails-rr.tr_2nd .videoCube:not(:first-child){float:right!important}[dir=rtl] .trc_elastic_thumbnails-2x1.tr_2nd .videoCube:not(:first-child),[dir=rtl] .trc_elastic_thumbnails-rr.tr_2nd .videoCube:not(:first-child){float:left!important}
