﻿@keyframes beatHeart{0%{transform:scale(1);}12%{transform:scale(1.1);}20%{transform:scale(1);}30%{transform:scale(1.1);}50%{transform:scale(1);}100%{transform:scale(1);}}.firm{padding:0;}.pageimg{overflow:hidden;}iframe{border:none;}.pageimg__bg{background-image:url("../images/sites/ceginfo/cegunkrol-b.jpg");background-position:50% 28%;background-repeat:no-repeat;background-size:cover;height:200px;}@media(min-width:992px){.pageimg__bg{height:400px;}}.firm__section{padding:30px 0;}.firm__section:not(.firm__section--grey):nth-child(2n+1){background:#fff;}@media(min-width:992px){.firm__section{padding:60px 0;}}.firm__section#ceginfo-media{padding-bottom:15px;}@media(min-width:992px){.firm__section#ceginfo-media{padding-bottom:50px;}}.firm__section#ceginfo-media .video-row.with-gap{gap:12px;}.firm__section#ceginfo-media .video-row .video__h2{margin-bottom:30px;margin-top:0;}.firm__section#ceginfo-media .video-row .video__h2--media{margin-bottom:0;margin-top:6px;font-size:15px;line-height:18px;}@media(min-width:992px){.firm__section#ceginfo-media .video-row .video__h2--media{font-size:18px;}}.firm__section#ceginfo-media .video-row .video__p{margin-bottom:30px;font-size:14px;}.firm__section#ceginfo-media .video-row .divider{width:100%;height:1px;background-color:var(--light-grey3);margin-left:15px;margin-right:15px;margin-bottom:30px;}@media(min-width:992px){.firm__section#ceginfo-media .video-row .divider{margin-bottom:60px;}}.firm__h2{font-size:22px;font-weight:300;line-height:26px;color:var(--grey7);margin-bottom:30px;}@media(min-width:576px){.firm__h2{font-size:32px;line-height:normal;}}@media(min-width:992px){.firm__h2{font-size:46px;font-weight:300;line-height:54px;margin-bottom:60px;}}.firm__h2 a,.firm__h2 a:hover,.firm__h2 a:active{text-decoration:none;color:inherit;}.firm__year{margin-bottom:30px;}@media(min-width:992px){.firm__year{margin-bottom:60px;}}.firm__date{font-family:'Roboto';text-align:center;color:var(--grey7);padding-top:15px;margin:0;font-size:24px;font-weight:100;line-height:26px;position:sticky;top:50px;}@media(min-width:576px){.firm__date{font-size:48px;}}@media(min-width:992px){.firm__date{font-size:76px;line-height:1;padding-top:30px;top:40px;}}.firm__border{border-left:1px solid var(--grey5);}.firm__content{color:var(--grey7);padding:15px 0;max-width:705px;}.firm__content--right{margin-left:auto;}@media(min-width:992px){.firm__content{padding:30px 15px;}}.firm__h3{font-size:14px;font-weight:700;line-height:16px;margin-bottom:0;}@media(min-width:992px){.firm__h3{font-size:28px;line-height:33px;}}.firm__img{margin:20px 0;width:100%;}.firm__p{font-size:12px;font-weight:400;line-height:18px;}@media(min-width:992px){.firm__p{font-size:20px;line-height:30px;}}.firm__ul{font-size:12px;font-weight:400;line-height:18px;}@media(min-width:992px){.firm__ul{font-size:20px;line-height:30px;}}.sidenav{position:fixed;top:50%;transform:translateY(-50%);right:30px;list-style-type:none;margin:0;padding:0;z-index:1;}.sidenav__li{background-color:transparent;position:relative;display:block;width:20px;height:20px;line-height:20px;cursor:pointer;margin-bottom:10px;}.sidenav__li:before{position:absolute;content:'';top:50%;left:50%;width:20px;height:20px;border:1px solid var(--grey5);border-radius:50%;background-color:var(--white);transform:translate(-50%,-50%);transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidenav__li:hover:before{transform:translate(-50%,-50%);transition:all cubic-bezier(.38,.04,.35,.96) 400ms;background-color:transparent;}.sidenav__li:hover .sidenav__dot{opacity:1;transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidenav__li:hover .sidebar__text{opacity:1;transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidenav__li:first-of-type{border-top-left-radius:50%;border-top-right-radius:50%;}.sidenav__li:last-of-type{border-bottom-left-radius:50%;border-bottom-right-radius:50%;}.sidenav__li--active:before{transform:translate(-50%,-50%);background-color:var(--blue5);transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidenav__dot{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:var(--blue5);transition:all cubic-bezier(.38,.04,.35,.96) 400ms;}.sidebar__text{opacity:0;color:var(--grey9);position:absolute;top:50%;right:160%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);width:max-content;margin:0;font-size:12px;line-height:14px;transition:all cubic-bezier(.38,.04,.35,.96) 400ms;background-color:var(--white);padding:12px;border-radius:6px;box-shadow:var(--tooltip-shadow);}.sidebar__text::after{content:"";width:0;height:0;border-style:solid;border-width:7.5px 0 7.5px 7.5px;border-color:transparent transparent transparent var(--white);position:absolute;left:100%;}.sidebar__text span{background-color:var(--blue5);height:1px;margin:5px;width:25px;display:inline-block;}.acknowledgementboxes{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:15px;grid-row-gap:15px;}@media screen and (min-width:992px){.acknowledgementboxes{grid-template-columns:repeat(4,1fr);}}@media screen and (min-width:1200px){.acknowledgementboxes{grid-template-columns:repeat(5,1fr);}}.acknowledgement__box{display:block;text-decoration:none;padding:0;transition:all .3s ease-in-out;padding:0;}.acknowledgement__box:hover{text-decoration:none;color:inherit;background-color:var(--grey-transparent10);transition:all .3s ease-in-out;}@media screen and (min-width:992px){.acknowledgement__box{padding:20px;}}@media screen and (min-width:1480px){.acknowledgement__box{padding:40px 20px;}}.acknowledgement__ribbon{background-color:var(--red5);font-size:12px;font-weight:700;line-height:14px;color:var(--white);display:inline-block;padding:9px;position:relative;margin-bottom:20px;}.acknowledgement__ribbon:before{content:"";position:absolute;top:0;border:16px solid var(--red5);left:-26px;border-left-color:transparent;border-left-width:10px;}.acknowledgement__ribbon:after{content:"";position:absolute;top:0;border:16px solid var(--red5);right:-26px;border-right-color:transparent;border-right-width:10px;}@media screen and (min-width:992px){.acknowledgement__ribbon{font-size:14px;line-height:16px;padding:8px;}}.acknowledgement__image{min-height:93px;padding-bottom:5px;margin-bottom:0;display:grid;align-items:center;justify-content:center;text-align:center;}@media(min-width:992px) and (max-width:1199px){.acknowledgement__image--custom{min-height:121px;}}.acknowledgement__img{mix-blend-mode:multiply;display:block;margin:auto;}.acknowledgement__title{font-size:14px;font-weight:700;line-height:16px;color:var(--grey7);}@media screen and (min-width:992px){.acknowledgement__title{font-size:18px;line-height:21px;color:var(--black);height:42px;}}@media(min-width:1480px) and (max-width:1650px){.acknowledgement__title--three-rows{height:50px;}}@media(min-width:1200px){.acknowledgement__title--custom{height:unset;}}.acknowledgement__text{font-size:14px;font-weight:400;line-height:16px;color:var(--grey9);}.acknowledgement__text span{font-weight:700;color:var(--blue5);}.about{text-decoration:none;color:var(--grey7);display:block;margin:0;transition:all .3s ease-in-out;padding:20px;}.about__img{max-width:180px;mix-blend-mode:multiply;}.about__text{font-size:16px;font-weight:700;line-height:19px;margin:10px 0 20px;}@media screen and (min-width:992px){.about__text{font-size:18px;line-height:21px;}}.about__author{font-size:12px;font-weight:400;line-height:14px;margin-bottom:0;}@media screen and (min-width:992px){.about__author{font-size:14px;line-height:16px;}}.about:hover{text-decoration:none;background-color:var(--grey-transparent10);transition:all .3s ease-in-out;color:var(--grey7);}.cegunkrol{padding:30px 0;}@media screen and (min-width:992px){.cegunkrol{padding:120px 0;}}.cegunkrol__h1{font-size:28px;font-weight:700;line-height:33px;color:var(--black1);margin-bottom:10px;}@media screen and (min-width:992px){.cegunkrol__h1{font-size:86px;line-height:101px;margin-bottom:30px;}}.cegunkrol__h2{font-size:18px;font-weight:700;line-height:21px;color:var(--grey7);margin-bottom:30px;}@media screen and (min-width:992px){.cegunkrol__h2{font-size:36px;line-height:42px;margin-bottom:60px;}}.cegunkrol__img{mix-blend-mode:multiply;margin-bottom:30px;}@media screen and (min-width:992px){.cegunkrol__img{margin-bottom:0;}}.rolunk-irtak-kep-container{background:var(--light-grey1);}@media screen and (min-width:992px){.cegunkrol__content{padding:0 0 0 90px;border-left:1px solid var(--grey5);}}.cegunkrol__p{font-size:12px;line-height:18px;color:var(--grey7);margin-bottom:15px;}@media screen and (min-width:992px){.cegunkrol__p{font-size:16px;line-height:24px;}}.cegunkrol__back{text-align:center;}@media screen and (min-width:992px){.cegunkrol__back{text-align:left;}}.cegunkrol__button{margin-top:10px;position:relative;height:50px;padding:0 45px;}@media screen and (min-width:992px){.cegunkrol__button{margin-top:40px;}}.cegunkrol__button--new{margin-top:10px;}.cegunkrol__arrow{width:22px;margin-right:10px;}.button--light-grey:hover{background-color:var(--blue4);}.pagetitles-alt{font-size:16px;line-height:1.5;}@media(min-width:992px){.pagetitles-alt{font-size:20px;}}.fancybox-active{overflow:hidden;}.fancybox-thumbs__list a{background-size:contain;}.fancybox-navigation .fancybox-button{top:50%;transform:translateY(-50%);}.fancybox-slide--image{padding-left:6px;padding-right:6px;}.max-width-410{width:100%;max-width:410px;}.company-img-size{height:350px;width:auto;}@media(max-width:992px){#ceginfo-rolunk .about-no-padding-top{padding-top:0;}}#etikai-kodex .firm__h2{margin-bottom:30px;}@media(min-width:992px){#etikai-kodex .firm__h2{margin-bottom:60px;}}@media(max-width:767px){.media-intro-video-row{gap:12px;}}.media-intro-video-row h3{margin:0 0 1rem;}.media-intro-video-row .video__desc{font-size:12px;}@media(min-width:992px){.media-intro-video-row .video__desc{font-size:16px;line-height:20px;}}.media-intro-video-row .video__p{margin:0 !important;}@media(max-width:767px){.rolunk-irtak-intro-row{gap:12px;}}.rolunk-irtak-intro-row h3{margin:0 0 1rem;margin-top:6px;font-size:15px;line-height:18px;}@media(min-width:992px){.rolunk-irtak-intro-row h3{font-size:18px;}}.rolunk-irtak-intro-row img{max-height:180px;}.rolunk-irtak-intro-row .idezet{font-size:12px;}@media(min-width:992px){.rolunk-irtak-intro-row .idezet{font-size:16px;line-height:20px;}}.rolunk-irtak-intro-row,.media-intro-video-row{margin-top:30px;margin-bottom:30px;}@media(min-width:992px){.rolunk-irtak-intro-row,.media-intro-video-row{margin-top:60px;margin-bottom:60px;}}@media(min-width:992px){.video-margin{margin-bottom:60px;}}.webtart-html-content ol{position:relative;z-index:1;--list-marker-size:25px;}.webtart-html-content ol li{position:relative;list-style:none;}.webtart-html-content ol li:nth-child(1)::before{content:"1";}.webtart-html-content ol li:nth-child(2)::before{content:"2";}.webtart-html-content ol li:nth-child(3)::before{content:"3";}.webtart-html-content ol li:nth-child(4)::before{content:"4";}.webtart-html-content ol li:nth-child(5)::before{content:"5";}.webtart-html-content ol li:nth-child(6)::before{content:"6";}.webtart-html-content ol li:nth-child(7)::before{content:"7";}.webtart-html-content ol li:nth-child(8)::before{content:"8";}.webtart-html-content ol li:nth-child(9)::before{content:"9";}.webtart-html-content ol li:nth-child(10)::before{content:"10";}.webtart-html-content ol li:nth-child(11)::before{content:"11";}.webtart-html-content ol li:nth-child(12)::before{content:"12";}.webtart-html-content ol li:nth-child(13)::before{content:"13";}.webtart-html-content ol li:nth-child(14)::before{content:"14";}.webtart-html-content ol li:nth-child(15)::before{content:"15";}.webtart-html-content ol li:nth-child(16)::before{content:"16";}.webtart-html-content ol li:nth-child(17)::before{content:"17";}.webtart-html-content ol li:nth-child(18)::before{content:"18";}.webtart-html-content ol li:nth-child(19)::before{content:"19";}.webtart-html-content ol li:nth-child(20)::before{content:"20";}.webtart-html-content ol li:nth-child(21)::before{content:"21";}.webtart-html-content ol li:nth-child(22)::before{content:"22";}.webtart-html-content ol li:nth-child(23)::before{content:"23";}.webtart-html-content ol li:nth-child(24)::before{content:"24";}.webtart-html-content ol li:nth-child(25)::before{content:"25";}.webtart-html-content ol li:nth-child(26)::before{content:"26";}.webtart-html-content ol li:nth-child(27)::before{content:"27";}.webtart-html-content ol li:nth-child(28)::before{content:"28";}.webtart-html-content ol li:nth-child(29)::before{content:"29";}.webtart-html-content ol li:nth-child(30)::before{content:"30";}.webtart-html-content ol li:nth-child(31)::before{content:"31";}.webtart-html-content ol li:nth-child(32)::before{content:"32";}.webtart-html-content ol li:nth-child(33)::before{content:"33";}.webtart-html-content ol li:nth-child(34)::before{content:"34";}.webtart-html-content ol li:nth-child(35)::before{content:"35";}.webtart-html-content ol li:nth-child(36)::before{content:"36";}.webtart-html-content ol li:nth-child(37)::before{content:"37";}.webtart-html-content ol li:nth-child(38)::before{content:"38";}.webtart-html-content ol li:nth-child(39)::before{content:"39";}.webtart-html-content ol li:nth-child(40)::before{content:"40";}.webtart-html-content ol li:nth-child(41)::before{content:"41";}.webtart-html-content ol li:nth-child(42)::before{content:"42";}.webtart-html-content ol li:nth-child(43)::before{content:"43";}.webtart-html-content ol li:nth-child(44)::before{content:"44";}.webtart-html-content ol li:nth-child(45)::before{content:"45";}.webtart-html-content ol li:nth-child(46)::before{content:"46";}.webtart-html-content ol li:nth-child(47)::before{content:"47";}.webtart-html-content ol li:nth-child(48)::before{content:"48";}.webtart-html-content ol li:nth-child(49)::before{content:"49";}.webtart-html-content ol li:nth-child(50)::before{content:"50";}.webtart-html-content ol li:nth-child(51)::before{content:"51";}.webtart-html-content ol li:nth-child(52)::before{content:"52";}.webtart-html-content ol li:nth-child(53)::before{content:"53";}.webtart-html-content ol li:nth-child(54)::before{content:"54";}.webtart-html-content ol li:nth-child(55)::before{content:"55";}.webtart-html-content ol li:nth-child(56)::before{content:"56";}.webtart-html-content ol li:nth-child(57)::before{content:"57";}.webtart-html-content ol li:nth-child(58)::before{content:"58";}.webtart-html-content ol li:nth-child(59)::before{content:"59";}.webtart-html-content ol li:nth-child(60)::before{content:"60";}.webtart-html-content ol li:nth-child(61)::before{content:"61";}.webtart-html-content ol li:nth-child(62)::before{content:"62";}.webtart-html-content ol li:nth-child(63)::before{content:"63";}.webtart-html-content ol li:nth-child(64)::before{content:"64";}.webtart-html-content ol li:nth-child(65)::before{content:"65";}.webtart-html-content ol li:nth-child(66)::before{content:"66";}.webtart-html-content ol li:nth-child(67)::before{content:"67";}.webtart-html-content ol li:nth-child(68)::before{content:"68";}.webtart-html-content ol li:nth-child(69)::before{content:"69";}.webtart-html-content ol li:nth-child(70)::before{content:"70";}.webtart-html-content ol li:nth-child(71)::before{content:"71";}.webtart-html-content ol li:nth-child(72)::before{content:"72";}.webtart-html-content ol li:nth-child(73)::before{content:"73";}.webtart-html-content ol li:nth-child(74)::before{content:"74";}.webtart-html-content ol li:nth-child(75)::before{content:"75";}.webtart-html-content ol li:nth-child(76)::before{content:"76";}.webtart-html-content ol li:nth-child(77)::before{content:"77";}.webtart-html-content ol li:nth-child(78)::before{content:"78";}.webtart-html-content ol li:nth-child(79)::before{content:"79";}.webtart-html-content ol li:nth-child(80)::before{content:"80";}.webtart-html-content ol li:nth-child(81)::before{content:"81";}.webtart-html-content ol li:nth-child(82)::before{content:"82";}.webtart-html-content ol li:nth-child(83)::before{content:"83";}.webtart-html-content ol li:nth-child(84)::before{content:"84";}.webtart-html-content ol li:nth-child(85)::before{content:"85";}.webtart-html-content ol li:nth-child(86)::before{content:"86";}.webtart-html-content ol li:nth-child(87)::before{content:"87";}.webtart-html-content ol li:nth-child(88)::before{content:"88";}.webtart-html-content ol li:nth-child(89)::before{content:"89";}.webtart-html-content ol li:nth-child(90)::before{content:"90";}.webtart-html-content ol li:nth-child(91)::before{content:"91";}.webtart-html-content ol li:nth-child(92)::before{content:"92";}.webtart-html-content ol li:nth-child(93)::before{content:"93";}.webtart-html-content ol li:nth-child(94)::before{content:"94";}.webtart-html-content ol li:nth-child(95)::before{content:"95";}.webtart-html-content ol li:nth-child(96)::before{content:"96";}.webtart-html-content ol li:nth-child(97)::before{content:"97";}.webtart-html-content ol li:nth-child(98)::before{content:"98";}.webtart-html-content ol li:nth-child(99)::before{content:"99";}@media(min-width:992px){.webtart-html-content ol li{--list-marker-size:34px;}}.webtart-html-content ol li::before{content:'';background:#1d69ec;height:var(--list-marker-size);width:var(--list-marker-size);color:#fff;position:absolute;left:0;padding:6px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;z-index:-1;transform:translateX(calc(-100% - 6px));}.webtart-html-content ol li::marker{color:#fff;}.about-us-page #ceginfo-jelenunk .elismereseink{display:flex;flex-direction:column;color:currentColor;text-decoration:none;}@media(min-width:768px){.about-us-page #ceginfo-jelenunk .elismereseink{flex-direction:row;}}.about-us-page #ceginfo-jelenunk .elismereseink .dij-image{display:flex;justify-content:center;}@media(min-width:768px){.about-us-page #ceginfo-jelenunk .elismereseink .dij-image{display:block;}}.about-us-page #ceginfo-jelenunk .elismereseink .dij-image img{border-radius:100%;}.about-us-page #ceginfo-jelenunk .sticky-column{position:sticky;top:calc(60px + 12px);}@media(min-width:992px){.about-us-page #ceginfo-jelenunk .sticky-column{top:calc(70px + 18px);}}.about-us-page #ceginfo-jelenunk ul{margin-block-start:0;margin-block-end:1em;padding-inline-start:18px;}