@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mark pro;
  src: url('../fonts/Mark-Pro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orelegaone;
  src: url('../fonts/OrelegaOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mark pro;
  src: url('../fonts/Mark-Pro-Medium.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dar-blue: #474c68;
  --dim-grey: #606060;
  --white: white;
  --lime-green: #55b748;
  --whitegray: #fafafd;
  --deep-sky-blue: #009fd4;
  --dark-slate-blue: #697694;
  --light-blue: #b7d9ec;
  --light-steel-blue: #abb7d6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: var(--dar-blue);
  font-family: Mark pro, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  color: var(--dar-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Orelegaone, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  letter-spacing: .0625rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Orelegaone, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mark pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2rem;
}

p {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 2rem;
}

a {
  color: #000;
  font-size: 18px;
  line-height: 29px;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.hero {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.logoimage {
  margin-left: 10px;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.logoimage.whitelogo {
  width: 240px;
  height: 50px;
}

.logoimage.colorlogo {
  width: 240px;
  height: 50px;
  display: none;
}

.navbar {
  height: 70px;
  color: var(--dar-blue);
  background-color: #0000;
  justify-content: space-between;
  padding-left: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 5px 5px 16px -12px #000;
}

.contain1100 {
  z-index: 6;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contain1100.privalumai {
  margin-top: 0;
}

.contain1100.containhero {
  justify-content: flex-end;
  align-items: flex-start;
  width: 1188px;
  max-width: 1188px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.contain1100.careercontainmargin {
  margin-top: 60px;
}

.contain1100.privacyandtermscontain {
  height: 100%;
  display: block;
}

.contain1100.careercontain {
  margin-left: 25px;
  margin-right: 0;
}

.heroh1 {
  color: #fff;
  width: 100%;
  max-width: 800px;
  margin-bottom: 50px;
  margin-left: -6px;
  padding-right: 0;
  font-size: 85px;
  font-weight: 400;
  line-height: 75px;
}

.largecontainer {
  max-width: 1400px;
  padding: 25px 15px;
}

.largecontainer.hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 45px;
  display: flex;
}

.navlink {
  color: var(--white);
  border-bottom: 3px solid #0000;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 25px 0 0;
  font-size: 14px;
  line-height: 16px;
  transition: all .35s;
}

.navlink:hover {
  color: var(--lime-green);
}

.navlink.w--current {
  border-style: none none solid;
  border-width: 0 0 3px;
  border-color: var(--lime-green);
  color: var(--lime-green);
  line-height: 16px;
  text-decoration: none;
}

.navlink.languagebutton {
  background-color: #0000;
  padding: 20px 0;
}

.navlink.languagebutton.lithuanianbutton {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
}

.navlink.languagebutton.englishbutton {
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 10px;
}

.navlink.musukomanda {
  display: none;
}

.navlinks {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.sectiontitle-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 120px;
}

.sectiontitle-grid.komandatitlegrid {
  grid-template-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sectiontitle-grid.klientaisection {
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 70px;
}

.sectiontitle-grid.karjeragrid {
  margin-top: 0;
}

.h2-soft {
  color: var(--dar-blue);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Mark pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}

.h2-soft.aboutspacing {
  margin-top: 2rem;
  font-size: 16px;
}

.h2-soft.fontorelega {
  font-family: Orelegaone, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.h2-soft.center {
  text-align: center;
}

.h2-soft.white.heroh2 {
  margin-bottom: 100px;
  font-size: 36px;
}

.techmuge {
  background-color: #faf9fc;
  width: 100%;
  height: auto;
  padding: 30px 14px;
}

.techmuge.veiklasection {
  z-index: 50;
  background-color: #fafafd;
  margin-top: -159px;
  padding-bottom: 60px;
  position: relative;
}

.techmuge.privalumaisection {
  background-color: #faf9fc;
  background-image: none;
  margin-top: 70px;
  padding-bottom: 0;
}

.techmuge.karjerasection {
  background-color: #faf9fc;
  background-image: linear-gradient(#ebedf1, #fff 51%, #e0e4f0);
  display: block;
}

.techmuge.graybg {
  background-color: var(--whitegray);
}

.techmuge.teamsection {
  background-image: none;
  padding-bottom: 0;
  display: block;
}

.techmuge.valuessection {
  background-color: var(--dar-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.techmuge.klientaisection {
  background-color: var(--white);
}

.techmuge.privacyandtermssection {
  background-color: #606060;
  padding-top: 15px;
  padding-bottom: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 2fr minmax(280px, 1fr);
  margin-top: 60px;
  margin-bottom: -60px;
  margin-left: 0;
}

.veiklamainimage4 {
  z-index: 5;
  margin-bottom: -41px;
  display: none;
  position: relative;
}

.verticalnavbarwrapper {
  justify-content: center;
  height: 259px;
  margin-top: 25px;
  margin-bottom: 100px;
  display: flex;
  position: sticky;
  top: 140px;
}

.veiklatextwrapper {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 260px;
  padding-right: 0;
}

.veiklatextwrapper.veiklatextwrapper3 {
  margin-top: -100px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.veiklatextwrapper.veiklatextwrapper2 {
  margin-top: -100px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  position: relative;
}

.veiklatextwrapper.veiklatextwrapper4 {
  height: auto;
  margin-top: -100px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 160px;
  position: relative;
}

.veiklatextwrapper.veiklatextwrapper1 {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.veiklamainimage3 {
  z-index: 5;
  margin-top: 60px;
  margin-bottom: -41px;
  display: none;
  position: relative;
}

.verticalnavbarbulletpoint {
  background-color: #009fd4;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-bottom: 10px;
  margin-left: 7px;
  transition: all .35s;
  display: inline-block;
  position: relative;
}

.verticalnavbarbulletpoint.w--current {
  transform: scale(2.6);
}

.veiklamainimage1 {
  margin-bottom: -41px;
  display: none;
  position: relative;
}

.verticalnavbarstep {
  align-items: center;
  width: 200px;
  padding-bottom: 0;
  display: flex;
}

.veiklamainimage2 {
  display: none;
}

.link {
  color: var(--lime-green);
  line-height: 18px;
  transition: all .1s;
}

.link:hover {
  border-bottom: 2px solid var(--lime-green);
}

.link.privacylink {
  line-height: 14px;
  display: inline-block;
}

.veiklaimagewrapper {
  height: auto;
  margin-top: -110px;
  margin-bottom: -65px;
  padding-bottom: 0;
  display: none;
}

.veiklaimagewrapper.veiklaimagewrapper2, .veiklaimagewrapper.veiklaimagewrapper1 {
  display: none;
}

.veiklaimagewrapper.veiklaimagewrapper3 {
  margin-top: -110px;
  margin-bottom: 0;
  display: none;
}

.verticalnavbarline {
  color: #474c68;
  background-color: #b7d9ec;
  width: 1px;
  height: 91%;
  margin-top: 11px;
  margin-right: -14px;
}

.verticalnavbartitle {
  color: var(--dar-blue);
  text-transform: uppercase;
  margin-top: -14px;
  margin-left: 20px;
  font-size: 14px;
}

.verticalnavbartitle.w--current {
  color: #009fd4;
}

.verticalnavbarsteps {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.verticalnavbarbullet {
  background-color: #e5e9f2;
  border: 1px solid #acd6ea;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  position: relative;
}

.karjeracardshadow {
  z-index: 5;
  filter: blur(20px);
  background-color: #abb7d6;
  width: 86%;
  height: 110px;
  margin-top: -108px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.karjeracard {
  z-index: 10;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  transition: transform .55s;
  display: flex;
  position: relative;
}

.white {
  color: #fff;
  font-weight: 400;
}

.white.privacytext {
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.white.privacytext.block {
  display: block;
}

.footerlogo {
  align-self: flex-start;
  height: 35px;
  margin-left: 0;
}

.footergrid {
  grid-template-rows: minmax(350px, 1fr);
  grid-template-columns: 1fr 1fr;
}

.footercontacttext {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  display: flex;
}

.footertext {
  color: #606060;
  font-size: 14px;
  display: inline;
}

.footerlinks {
  justify-content: space-between;
  width: 150px;
  margin-top: 100px;
  display: flex;
}

.locationcontainer {
  align-items: stretch;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.footermapcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footergridblock {
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  align-content: stretch;
  align-items: center;
}

.emailcontainer {
  height: auto;
  margin-bottom: 0;
  display: block;
}

.footerlinkimage {
  height: 30px;
}

.footerlinkimage.facebook, .footerlinkimage.linkedin, .footerlinkimage.twitter {
  position: absolute;
}

.section-2 {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 30px 14px;
}

.section-2.aligncenter {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2.aligncenter.careerbackground {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/background-blue.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 70px;
  position: relative;
}

.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.whitetext-2 {
  color: #fff;
}

.whitetext-2.heroh1 {
  margin-bottom: 0;
}

.whitetext-2.h2-soft {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.youareextraawesomesection {
  z-index: 6;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
  top: 35px;
}

.youwillgetsection {
  z-index: 8;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
  top: 30px;
}

.careerformcard {
  background-color: #fafafd;
  height: 590px;
  margin-bottom: 0;
  padding: 15px;
  position: sticky;
  top: 100px;
}

.careergrid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  margin-top: 30px;
}

.div-block-22 {
  font-size: 24px;
}

.contactformgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.success-message {
  color: #000;
  background-color: #74de80;
}

.weexpectyoutohavesection {
  z-index: 5;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
  top: 35px;
}

.form {
  overflow: hidden;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.singleteamgrid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 360px;
}

.teaminfocontainer {
  margin-left: 10px;
  margin-right: 10px;
}

.teamgrid {
  flex-wrap: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  justify-content: space-around;
  display: flex;
  overflow: hidden;
}

.slidercontainer {
  width: 360px;
  height: 360px;
  position: relative;
}

.sliderblock {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.beforeslidercontainer, .afterslidercontainer {
  height: 360px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.beforesliderinner {
  background-image: url('../images/Denis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.heading {
  text-align: center;
  width: 100%;
}

.aftersliderinner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.slideline {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.afterslider {
  background-image: url('../images/Denis2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.curvedtopwrapper {
  margin: -160px -14px 50px;
}

.curvedbottomwrapper {
  margin: 0 -14px -120px;
  transform: rotate(180deg);
}

.image-3, .image-4 {
  width: 100%;
}

.rich-text-block {
  color: var(--dim-grey);
  font-size: 17px;
  line-height: 20px;
}

.rich-text-block.aboutthejobtext {
  padding-left: 25px;
}

.attachresumelink {
  color: #c92c40;
  padding-left: 20px;
  font-weight: 400;
}

.attachresumelink:hover {
  text-decoration: underline;
}

.horizontalflex {
  justify-content: flex-start;
  display: none;
}

.veiklaimagelabel1 {
  z-index: 20;
  display: none;
  position: relative;
  bottom: -93px;
  left: -63px;
}

.veiklaimagelabel2 {
  z-index: 20;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: -50px;
  right: 40px;
}

.veiklaimagelabel3 {
  display: none;
  position: relative;
  bottom: -120px;
  right: 0;
}

.veiklaimagelabel4 {
  display: none;
  position: relative;
  bottom: 200px;
  right: 120px;
}

.veiklaimagelabel5 {
  z-index: 20;
  display: none;
  position: relative;
  bottom: -200px;
  left: -80px;
}

.veiklaimagelabel8 {
  z-index: 20;
  display: none;
  position: relative;
  top: -60px;
  right: 0;
}

.veiklaimagelabel7 {
  z-index: 20;
  display: none;
  position: relative;
  bottom: -120px;
  left: -100px;
}

.klientaicontainer {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.klientaicard {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.klientaicard:hover {
  filter: grayscale(0%);
}

.klientaiimage {
  max-width: 220px;
  max-height: 150px;
  padding: 25px 35px;
}

.klientaiimage:hover {
  filter: none;
}

.logocontainer {
  padding: 10px;
}

.logocontainer.w--current {
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  padding-left: 0;
  display: flex;
}

.container {
  max-width: 1222px;
  display: block;
}

.h2-main {
  color: var(--dim-grey);
  font-family: Mark pro, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.slashsymbol {
  width: 1px;
  height: 30px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
}

.slashsymbol.navlink {
  margin-bottom: 0;
  display: none;
}

.languageswitchcontainer.navlink {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.languageswitchcontainer.navlink.bordertransparent {
  border-bottom-color: #0000;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 10px;
}

.greenbutton {
  background-color: var(--lime-green);
  border-radius: 50px;
  margin-bottom: 50px;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .3s;
}

.greenbutton:hover {
  background-color: #7fbe77;
}

.backgroundimage {
  z-index: 60;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 450px;
  position: relative;
}

.aboutgrid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.aboutimage {
  min-width: 100%;
}

.abouttextblock {
  margin-top: 6px;
}

.logoanimation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 20px;
}

.logopart {
  width: 100%;
}

.logopart.greenpart {
  opacity: .85;
  width: 80%;
  position: absolute;
}

.logopart.yellowpart {
  z-index: 1;
  opacity: .85;
  width: 80%;
  padding-left: 0;
  position: absolute;
}

.logopart.redpart, .logopart.bluepart {
  opacity: .85;
  width: 80%;
  position: absolute;
}

.upperlogoanimation {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.lowerlogoanimation {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 300px;
  display: flex;
  position: relative;
}

.heading-5 {
  font-family: Orelegaone, sans-serif;
  font-weight: 400;
}

.jobtitle {
  color: #00000061;
  margin-bottom: 40px;
}

.jobtitle.whitetext {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.jobtitle.whitetext.teamindustrytext {
  text-align: right;
  padding-right: 5px;
  font-size: 16px;
  line-height: 24px;
}

.careerimage {
  min-width: 100%;
  max-width: none;
}

.careercardtext {
  z-index: 12;
  background-color: var(--white);
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.careerparagraph {
  text-align: left;
  height: 0;
  margin-bottom: 0;
}

.careerimagecontainer {
  z-index: 10;
  height: 350px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.hovertext {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Mark pro, sans-serif;
  display: none;
  position: absolute;
  inset: 0% 0% 50px;
}

.careertitle {
  color: var(--dar-blue);
  text-align: left;
  margin-top: 0;
  font-family: Mark pro, sans-serif;
  font-size: 28px;
}

.careercardtextaccordion {
  position: static;
  overflow: hidden;
}

.text-span {
  justify-content: center;
  align-items: stretch;
  padding-bottom: 5px;
  padding-left: 2px;
  font-family: "Fa solid 900", sans-serif;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: wrap;
  grid-template: ". . ."
                 ". . Area-6"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  display: grid;
}

.collection-item {
  text-align: center;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
  margin: 70px auto 80px;
}

.footerlinkrelevant1 {
  position: relative;
}

.careerheading {
  padding-left: 25px;
  font-family: Mark pro, sans-serif;
}

.paragraph, .paragraph-2 {
  color: var(--dim-grey);
}

.inline {
  padding-right: 5px;
  display: inline;
}

.fa-solid {
  font-family: "Fa solid 900", sans-serif;
}

.fa-solid.link {
  padding-left: 5px;
  font-size: 15px;
  display: inline-block;
}

.fa-solid.link:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.inline-block {
  display: inline-block;
}

.backgroundparticles {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 70px 0% 0%;
}

.backgroundparticles.hidden {
  display: none;
}

.breadcrumbscontainer {
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.breadcrumbsspam {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumbs {
  color: #fff;
  transition: all .3s;
}

.breadcrumbs:hover {
  color: var(--lime-green);
}

.privacylink {
  font-size: 14px;
  line-height: 20px;
}

.heading-7.teamheading, .heading-9 {
  margin-bottom: 0;
}

.aboutthejob {
  z-index: 2;
  padding-bottom: 40px;
  position: sticky;
  top: 90px;
}

.emptyblock {
  z-index: 7;
  background-color: var(--white);
  height: 140px;
  position: relative;
}

.expandabletextcontainer {
  position: relative;
  overflow: hidden;
}

.readmore {
  color: var(--deep-sky-blue);
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
  position: absolute;
  bottom: auto;
  left: 0;
  right: auto;
}

.readmore:hover {
  color: #186e8b;
}

.paragraph-3 {
  z-index: 20;
  margin-bottom: 0;
}

.body {
  background-color: #fafafd;
}

.responsibilities {
  z-index: 3;
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
  top: 35px;
}

.yourtypicaldayat {
  z-index: 4;
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
  top: 35px;
}

.videooverlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.mainvideo {
  margin-top: 20px;
}

.videocontainer.contain1100 {
  max-width: 1100px;
}

.hidden {
  display: none;
}

.mainteamcontainer {
  min-height: 540px;
  display: flex;
  position: relative;
}

.secondteamcontainer, .thirdteamcontainer {
  display: none;
}

.teamcontainer {
  cursor: pointer;
  background-image: url('../images/IMG_8656_website-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.teamcontainer.firstteamcontainer {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  height: 540px;
  display: flex;
  overflow: hidden;
}

.teamcontainer.firstteamcontainer.team1 {
  background-image: url('../images/IMG_8656_website.jpg');
}

.teamcontainer.firstteamcontainer.team2 {
  background-image: url('../images/IMG_9108_website.jpg');
}

.teamcontainer.firstteamcontainer.team3 {
  background-image: url('../images/IMG_8519_website.jpg');
}

.teamcontainer.firstteamcontainer.team4 {
  background-image: url('../images/IMG_8941_website.jpg');
}

.teamcontainer.firstteamcontainer.team5 {
  background-image: url('../images/IMG_8616_website.jpg');
}

.teamcontainer.firstteamcontainer.team6 {
  background-image: url('../images/IMG_8723_website.jpg');
}

.teamcontainer.firstteamcontainer.team7 {
  background-image: url('../images/IMG_9355-website.jpg');
}

.teamcontainer.firstteamcontainer.team8 {
  background-image: url('../images/IMG_9187_website.jpg');
}

.teamcontainer.firstteamcontainer.team9 {
  background-image: url('../images/IMG_8451_website.jpg');
}

.teamcontainer.secondteamcontainer {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  height: 0;
  display: flex;
  overflow: hidden;
}

.teamcontainer.secondteamcontainer.team1 {
  background-image: url('../images/IMG_8656_website.jpg');
}

.teamcontainer.secondteamcontainer.team2 {
  background-image: url('../images/IMG_9108_website.jpg');
}

.teamcontainer.secondteamcontainer.team3 {
  background-image: url('../images/IMG_8519_website.jpg');
}

.teamcontainer.secondteamcontainer.team4 {
  background-image: url('../images/IMG_8941_website.jpg');
}

.teamcontainer.secondteamcontainer.team5 {
  background-image: url('../images/IMG_8616_website.jpg');
}

.teamcontainer.secondteamcontainer.team6 {
  background-image: url('../images/IMG_8723_website.jpg');
}

.teamcontainer.secondteamcontainer.team7 {
  background-image: url('../images/IMG_9355-website.jpg');
}

.teamcontainer.secondteamcontainer.team8 {
  background-image: url('../images/IMG_9187_website.jpg');
}

.teamcontainer.secondteamcontainer.team9 {
  background-image: url('../images/IMG_8451_website.jpg');
}

.teamcontainer.thirdteamcontainer {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 0;
  display: flex;
  overflow: hidden;
}

.teamcontainer.thirdteamcontainer.team1 {
  background-image: url('../images/IMG_8656_website.jpg');
}

.teamcontainer.thirdteamcontainer.team2 {
  background-image: url('../images/IMG_9108_website.jpg');
}

.teamcontainer.thirdteamcontainer.team3 {
  background-image: url('../images/IMG_8519_website.jpg');
}

.teamcontainer.thirdteamcontainer.team4 {
  background-image: url('../images/IMG_8941_website.jpg');
}

.teamcontainer.thirdteamcontainer.team5 {
  background-image: url('../images/IMG_8616_website.jpg');
}

.teamcontainer.thirdteamcontainer.team6 {
  background-image: url('../images/IMG_8723_website.jpg');
}

.teamcontainer.thirdteamcontainer.team7 {
  background-image: url('../images/IMG_9355-website.jpg');
}

.teamcontainer.thirdteamcontainer.team8 {
  background-image: url('../images/IMG_9187_website.jpg');
}

.teamcontainer.thirdteamcontainer.team9 {
  background-image: url('../images/IMG_8451_website.jpg');
}

.whiteheading {
  color: var(--white);
  margin-top: 0;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.whitetext {
  color: var(--white);
}

.whiteline {
  background-color: var(--white);
  width: 4rem;
  height: .2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.teambuttons {
  text-align: center;
}

.teambutton {
  cursor: pointer;
  background-color: #3898ec00;
  border: 3px solid #fff;
  width: 40%;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}

.teambutton:hover {
  background-color: #7f868c;
}

.teambutton.activebutton {
  color: #000;
  background-color: #fff;
}

.industrycontainer {
  margin-bottom: 5px;
}

.industryslidercontainer {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 24px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  display: grid;
}

.slider {
  background-color: var(--white);
  justify-content: flex-end;
  width: 100%;
  height: 24px;
  display: flex;
}

.slider.slider12 {
  width: 90%;
}

.slider.slider14, .slider.slider15, .slider.slider16, .slider.slider17 {
  width: 95%;
}

.slider.slider91 {
  width: 50%;
}

.slider.slider92 {
  width: 30%;
}

.slider.slider94 {
  width: 15%;
}

.slider.slider95 {
  width: 85%;
}

.slider.slider96 {
  width: 90%;
}

.slider.slider97 {
  width: 95%;
}

.slider.slider81, .slider.slider82 {
  width: 100%;
}

.slider.slider84 {
  width: 30%;
}

.slider.slider85 {
  width: 50%;
}

.slider.slider86 {
  width: 95%;
}

.slider.slider71, .slider.slider72 {
  width: 60%;
}

.slider.slider74 {
  width: 15%;
}

.slider.slider75 {
  width: 30%;
}

.slider.slider76 {
  width: 60%;
}

.slider.slider62 {
  width: 95%;
}

.slider.slider64 {
  width: 20%;
}

.slider.slider65 {
  width: 50%;
}

.slider.slider66, .slider.slider67 {
  width: 90%;
}

.slider.slider51 {
  width: 70%;
}

.slider.slider52 {
  width: 30%;
}

.slider.slider54 {
  width: 15%;
}

.slider.slider55 {
  width: 50%;
}

.slider.slider57 {
  width: 90%;
}

.slider.slider41 {
  width: 40%;
}

.slider.slider42, .slider.slider44 {
  width: 15%;
}

.slider.slider45 {
  width: 60%;
}

.slider.slider46 {
  width: 35%;
}

.slider.slider31, .slider.slider32 {
  width: 60%;
}

.slider.slider35 {
  width: 50%;
}

.slider.slider36 {
  width: 80%;
}

.slider.slider37 {
  width: 90%;
}

.slider.slider21 {
  width: 70%;
}

.slider.slider22 {
  width: 50%;
}

.slider.slider25 {
  width: 33%;
}

.slider.slider26 {
  width: 85%;
}

.slider.slider27 {
  width: 70%;
}

.sliderpercent {
  color: #000;
  align-self: center;
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 16px;
  line-height: 20px;
}

.sliderpercent.smallertext {
  font-size: 10.5px;
}

.sliderpercent.mediumtext {
  font-size: 13px;
}

.slidercover {
  width: 0%;
  overflow: hidden;
}

.background-video {
  height: auto;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-family: Mark pro, sans-serif;
  }

  .navlink.languagebutton.englishbutton {
    margin-right: 0;
  }

  .h2-soft.aboutspacing {
    column-count: auto;
    white-space: normal;
    direction: ltr;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .techmuge.veiklasection {
    margin-top: -178px;
    padding-top: 0;
  }

  .techmuge.privalumaisection {
    margin-top: 51px;
    padding-bottom: 30px;
  }

  .techmuge.valuessection {
    padding-top: 0;
    padding-bottom: 0;
    transition: opacity .2s;
  }

  .grid {
    grid-row-gap: 0px;
  }

  .karjeracard {
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    display: flex;
  }

  .careercardlink {
    width: 300px;
  }

  .singleteamgrid {
    overflow: hidden;
  }

  .teamgrid {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slidercontainer {
    width: 360px;
    height: 360px;
  }

  .sliderblock {
    overflow: hidden;
  }

  .beforeslidercontainer {
    width: 360px;
    height: 360px;
  }

  .afterslidercontainer {
    width: 360px;
    height: 360px;
    overflow: hidden;
  }

  .curvedtopwrapper, .curvedbottomwrapper {
    background-color: #fafafd;
  }

  .klientaicard {
    filter: grayscale();
  }

  .languageswitchcontainer.navlink.bordertransparent {
    margin-right: 0;
  }

  .aboutgrid {
    grid-template: "Area"
    / 1fr 1fr;
  }

  .abouttextblock {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .heading-5.english {
    font-size: 60px;
  }

  .careerimage {
    max-width: none;
  }

  .careercardtext {
    z-index: 12;
    background-color: var(--white);
    padding: 10px;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .careerparagraph {
    height: 0;
    margin-bottom: 0;
  }

  .careerimagecontainer {
    z-index: 10;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hovertext {
    color: var(--white);
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .careertitle {
    color: var(--dar-blue);
    margin-top: 0;
  }

  .careercardtextaccordion {
    position: static;
    overflow: hidden;
  }

  .collection-list-wrapper {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .aboutus {
    margin-top: 70px;
  }

  .link-2 {
    font-size: 16px;
  }

  .background-video {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .logoimage.whitelogo, .logoimage.colorlogo {
    margin-left: 0;
  }

  .contain1100.containhero {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contain1100.careercontainmargin {
    margin-top: 0;
  }

  .heroh1 {
    max-width: 800px;
    margin-bottom: 40px;
    padding-top: 100px;
    font-size: 85px;
    line-height: 75px;
  }

  .largecontainer.hero {
    padding-bottom: 0;
  }

  .navlink {
    color: #000;
    width: 120px;
    font-size: 14px;
  }

  .navlink.languagebutton.lithuanianbutton, .navlink.languagebutton.englishbutton {
    width: auto;
  }

  .linksbutton {
    justify-content: space-between;
    align-items: stretch;
  }

  .navlinks {
    background-color: var(--white);
    margin-right: 0;
  }

  .sectiontitle-grid.komandatitlegrid {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .sectiontitle-grid.klientaisection {
    margin-top: 30px;
  }

  .sectiontitle-grid.karjeragrid {
    margin-top: 0;
  }

  .h2-soft.white.heroh2 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .techmuge.veiklasection {
    margin-top: -124px;
  }

  .techmuge.teamsection {
    padding-bottom: 60px;
  }

  .grid {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .veiklamainimage4 {
    width: 40%;
    margin-top: 50px;
    margin-left: 100px;
  }

  .verticalnavbarwrapper {
    display: none;
  }

  .veiklatextwrapper.veiklatextwrapper3 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .veiklatextwrapper.veiklatextwrapper2 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .veiklatextwrapper.veiklatextwrapper4 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .veiklatextwrapper.veiklatextwrapper1 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .veiklamainimage3 {
    width: 40%;
    margin-bottom: 50px;
    margin-left: -100px;
  }

  .veiklamainimage1 {
    width: 40%;
    margin-top: 20px;
  }

  .veiklamainimage2 {
    width: 40%;
    margin-top: 100px;
    margin-left: 100px;
  }

  .veiklaimagewrapper.veiklaimagewrapper2 {
    margin-bottom: -150px;
  }

  .veiklaimagewrapper.veiklaimagewrapper1 {
    margin-bottom: -110px;
  }

  .veiklaimagewrapper.veiklaimagewrapper3 {
    margin-bottom: -100px;
  }

  .footerlogo {
    filter: none;
  }

  .footercontacttext {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .footergridblock {
    grid-template-columns: 5fr;
  }

  .whitetext-2.heroh1 {
    padding-top: 0;
  }

  .form-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  .careerformcard {
    height: 630px;
  }

  .careergrid {
    grid-template-columns: 1fr 1fr;
  }

  .contactformgrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .careercardlink {
    width: 300px;
  }

  .recaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .singleteamgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 360px;
  }

  .teamgrid {
    flex-wrap: wrap;
    grid-template-rows: 1fr auto;
    justify-content: space-around;
    display: flex;
  }

  .beforeslidercontainer, .afterslidercontainer {
    width: 360px;
  }

  .slideline {
    display: none;
  }

  .curvedtopwrapper {
    margin-top: -140px;
    margin-bottom: 0;
  }

  .curvedbottomwrapper {
    margin-top: 0;
    margin-bottom: -140px;
  }

  .formtextfield {
    margin-bottom: 0;
  }

  .navbarbutton {
    color: #fff;
    font-size: 36px;
  }

  .veiklaimagelabel1 {
    bottom: 80px;
    left: 400px;
  }

  .veiklaimagelabel2 {
    left: 200px;
    right: 0;
  }

  .veiklaimagelabel3 {
    bottom: 50px;
    right: -350px;
  }

  .veiklaimagelabel4 {
    bottom: 100px;
    right: -350px;
  }

  .veiklaimagelabel5 {
    bottom: 0;
    left: 50px;
  }

  .veiklaimagelabel8 {
    right: -350px;
  }

  .veiklaimagelabel7 {
    bottom: 0;
    left: 250px;
  }

  .logocontainer.w--current {
    margin-left: 10px;
  }

  .languageswitchcontainer.navlink.bordertransparent {
    margin-left: 20px;
  }

  .greenbutton {
    margin-bottom: 30px;
  }

  .aboutgrid {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .abouttextblock {
    margin-top: 0;
  }

  .logoanimation {
    display: none;
  }

  .collection-list {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .collection-item {
    flex-wrap: wrap;
    width: 350px;
  }

  .collection-list-wrapper {
    margin-bottom: 0;
  }

  .backgroundparticles {
    height: 100%;
  }

  .heading-9 {
    margin-top: 0;
  }

  .button {
    background-color: var(--lime-green);
    text-align: center;
    display: block;
    position: absolute;
    inset: auto 30% 5%;
  }

  .teamcontainer.thirdteamcontainer.team1, .teamcontainer.thirdteamcontainer.team3 {
    height: 540px;
  }

  .slider.slider12 {
    width: 90%;
  }

  .slider.slider14, .slider.slider15, .slider.slider16, .slider.slider17 {
    width: 95%;
  }

  .slider.slider55 {
    width: 50%;
  }

  .slider.slider57 {
    width: 90%;
  }

  .slider.slider41 {
    width: 40%;
  }

  .slider.slider42, .slider.slider44 {
    width: 15%;
  }

  .slider.slider45 {
    width: 60%;
  }

  .slider.slider46 {
    width: 30%;
  }

  .slider.slider31, .slider.slider32 {
    width: 60%;
  }

  .slider.slider35 {
    width: 50%;
  }

  .slider.slider36 {
    width: 80%;
  }

  .slider.slider37 {
    width: 90%;
  }

  .slider.slider21 {
    width: 70%;
  }

  .slider.slider22 {
    width: 50%;
  }

  .slider.slider25 {
    width: 33%;
  }

  .slider.slider26 {
    width: 85%;
  }

  .slider.slider27 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding: 0;
  }

  .navbar {
    background-color: #0000;
    box-shadow: 5px 5px 16px -12px #000;
  }

  .contain1100.containhero, .contain1100.careercontainmargin {
    margin-top: 0;
  }

  .heroh1 {
    max-width: 100%;
    margin-left: 0;
    font-size: 85px;
    line-height: 75px;
  }

  .largecontainer.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navlink {
    background-color: var(--white);
    color: #000;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .linksbutton {
    color: var(--white);
    align-items: stretch;
  }

  .linksbutton.w--open {
    color: var(--white);
    background-color: #0000;
  }

  .navlinks {
    margin-top: 0;
  }

  .sectiontitle-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }

  .sectiontitle-grid.komandatitlegrid {
    grid-column-gap: 35px;
    grid-template-rows: auto;
    margin-bottom: 20px;
  }

  .sectiontitle-grid.klientaisection {
    margin-top: 10px;
  }

  .sectiontitle-grid.karjeragrid {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-soft.white.heroh2 {
    margin-top: 0;
  }

  .techmuge.veiklasection {
    padding-bottom: 0;
  }

  .techmuge.teamsection {
    padding-bottom: 40px;
  }

  .grid {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .veiklamainimage4 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .veiklatextwrapper.veiklatextwrapper3 {
    padding-right: 0;
  }

  .veiklatextwrapper.veiklatextwrapper4 {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .veiklatextwrapper.veiklatextwrapper1 {
    margin-bottom: 200px;
    padding-right: 0;
  }

  .veiklamainimage3 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .veiklamainimage1 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .veiklamainimage2 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .veiklaimagewrapper {
    width: 70%;
  }

  .veiklaimagewrapper.veiklaimagewrapper2 {
    width: 70%;
    margin-bottom: -100px;
  }

  .veiklaimagewrapper.veiklaimagewrapper1 {
    width: 70%;
    display: block;
  }

  .veiklaimagewrapper.veiklaimagewrapper3 {
    width: 70%;
    margin-bottom: 0;
  }

  .karjeracard {
    height: 400px;
  }

  .footergrid {
    grid-template-rows: minmax(250px, 1fr) minmax(350px, 1fr);
  }

  .footercontacttext {
    padding-left: 0;
  }

  .footergridblock {
    grid-template-rows: auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .center {
    text-align: center;
  }

  .careerformcard {
    margin-left: 0;
    margin-right: 0;
    position: sticky;
  }

  .careerdescriptionblock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .careergrid {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .careercardlink {
    width: 400px;
    height: 400px;
  }

  .singleteamgrid {
    flex-direction: column;
    grid-template-rows: 70% auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    overflow: hidden;
  }

  .beforesliderinner {
    inset: 0%;
  }

  .afterslider {
    background-size: cover;
    inset: 0%;
  }

  .curvedtopwrapper {
    margin-top: -150px;
    margin-bottom: 0;
  }

  .curvedbottomwrapper {
    margin-top: 0;
    margin-bottom: -170px;
  }

  .navbarbutton {
    color: #fff;
  }

  .veiklaimagelabel1 {
    bottom: -150px;
    left: 0;
  }

  .veiklaimagelabel2 {
    top: -150px;
    left: 100px;
  }

  .veiklaimagelabel3 {
    bottom: -150px;
    right: -100px;
  }

  .veiklaimagelabel4 {
    right: -150px;
  }

  .veiklaimagelabel5 {
    bottom: -150px;
  }

  .veiklaimagelabel8 {
    right: -150px;
  }

  .veiklaimagelabel7 {
    bottom: -120px;
    left: 100px;
  }

  .logocontainer {
    padding: 10px;
  }

  .slashsymbol {
    background-color: #000;
    width: 1px;
  }

  .languageswitchcontainer {
    align-items: center;
    display: flex;
  }

  .languageswitchcontainer.navlink.bordertransparent {
    margin-left: 0;
  }

  .aboutgrid {
    grid-template-columns: auto;
  }

  .aboutimage {
    width: 100%;
    min-width: 0%;
  }

  .careerimage {
    height: 350px;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-list-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .heading-9 {
    margin-top: 40px;
  }

  .emptyblock {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding: 0;
  }

  .logoimage.whitelogo {
    width: 144px;
    height: 30px;
    margin-top: 10px;
    padding-top: 0;
  }

  .logoimage.colorlogo {
    width: 144px;
    height: 30px;
    margin-top: 10px;
  }

  .contain1100.containhero {
    margin-top: 150px;
    padding-left: 0;
  }

  .heroh1 {
    margin-bottom: 50px;
    font-size: 56px;
    line-height: 56px;
  }

  .linksbutton {
    padding-left: 0;
  }

  .sectiontitle-grid.karjeragrid {
    margin-top: 0;
  }

  .h2-soft.white.heroh2 {
    margin-bottom: 50px;
    line-height: 40px;
  }

  .techmuge.veiklasection {
    padding-top: 0;
  }

  .veiklatextwrapper.veiklatextwrapper4 {
    margin-bottom: 50px;
  }

  .karjeracard {
    height: 250px;
  }

  .white {
    font-size: 45px;
    line-height: 56px;
  }

  .footerlogo {
    align-self: flex-start;
    margin-left: 0;
  }

  .footergrid {
    grid-row-gap: 0px;
    grid-template-rows: minmax(120px, 1fr) minmax(350px, 1fr);
    grid-template-columns: 1fr;
  }

  .footercontacttext {
    align-items: stretch;
  }

  .footergridblock {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .careerformcard {
    overflow: hidden;
  }

  .careerdescriptionblock {
    padding-left: 0;
    padding-right: 0;
  }

  .careercardlink {
    width: 250px;
    height: 250px;
  }

  .singleteamgrid {
    grid-template-rows: 44% auto;
    margin-left: 0;
    margin-right: 0;
  }

  .slidercontainer, .beforeslidercontainer, .afterslidercontainer {
    width: 300px;
    height: 300px;
  }

  .curvedtopwrapper {
    margin-top: -190px;
    margin-bottom: 0;
  }

  .curvedbottomwrapper {
    margin-top: -80px;
    margin-bottom: -190px;
  }

  .navbarbutton {
    color: #fff;
    font-size: 32px;
  }

  .veiklaimagelabel1 {
    bottom: -60px;
  }

  .veiklaimagelabel2 {
    top: -70px;
    left: 60px;
  }

  .veiklaimagelabel3 {
    top: 150px;
    bottom: 0;
    right: -50px;
  }

  .veiklaimagelabel4 {
    top: -50px;
    bottom: 0;
    right: 0;
  }

  .veiklaimagelabel8 {
    top: -70px;
    right: -70px;
  }

  .veiklaimagelabel7 {
    bottom: -60px;
    left: 60px;
  }

  .klientaicard {
    min-height: 120px;
  }

  .logocontainer.w--current {
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .greenbutton {
    margin-bottom: 30px;
  }

  .aboutgrid {
    padding-left: 0;
    padding-right: 0;
  }

  .aboutimage {
    height: auto;
  }

  .heading-5 {
    font-size: 56px;
    line-height: 56px;
  }

  .heading-5.english {
    font-size: 45px;
  }

  .careerimage {
    width: 250px;
    height: auto;
  }

  .careerimagecontainer {
    height: 300px;
    display: none;
  }

  .careertitle {
    font-size: 24px;
  }

  .collection-list-wrapper {
    margin-bottom: 0;
  }

  .heading-7 {
    font-size: 56px;
    line-height: 56px;
  }

  .heading-8 {
    font-size: 45px;
    line-height: 56px;
  }

  .heading-9 {
    margin-top: 80px;
    font-size: 45px;
    line-height: 56px;
  }

  .expandabletextcontainer {
    width: auto;
  }

  .button {
    left: 25%;
    right: 25%;
  }
}

#w-node-_82d78f2a-463b-07a2-c064-a435e3cc5309-e3cc5303 {
  justify-self: auto;
}

#w-node-_82d78f2a-463b-07a2-c064-a435e3cc530a-e3cc5303 {
  justify-self: start;
}

#w-node-_15ae9687-9dbc-42ef-1cd9-d27e991bfdf5-991bfdf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Veikla2.w-node-a52d23e9-da95-9439-9eab-80202e7fcb33-2e7fcafe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a52d23e9-da95-9439-9eab-80202e7fcb3b-2e7fcafe {
  grid-area: 2 / 3 / 3 / 4;
}

#Veikla3.w-node-a52d23e9-da95-9439-9eab-80202e7fcb3f-2e7fcafe {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a52d23e9-da95-9439-9eab-80202e7fcb48-2e7fcafe {
  grid-area: 3 / 3 / 4 / 4;
}

#Veikla4.w-node-a52d23e9-da95-9439-9eab-80202e7fcb4b-2e7fcafe {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a52d23e9-da95-9439-9eab-80202e7fcb53-2e7fcafe {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-a52d23e9-da95-9439-9eab-80202e7fcb57-2e7fcafe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a52d23e9-da95-9439-9eab-80202e7fcb58-2e7fcafe {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a52d23e9-da95-9439-9eab-80202e7fcb5b-2e7fcafe {
  align-self: start;
}

#w-node-cf5fe6c2-0ec7-d53b-f583-17a1882412fb-882412f0 {
  justify-self: center;
}

#w-node-_4b16850e-1a71-1e5a-18dd-81a00e239984-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e23982b-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e239911-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e2397b8-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e23965d-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e23989e-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e2396d2-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e239745-0e2395e9, #w-node-_4b16850e-1a71-1e5a-18dd-81a00e2399f7-0e2395e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bafbf96-8021-9623-5539-f2e1ba0b4473-ba0b446e, #w-node-_9bafbf96-8021-9623-5539-f2e1ba0b447f-ba0b446e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dde12165-6efa-8477-228f-2ea73f272f2a-4ed086ca, #w-node-_1322d092-cc65-f3a7-1017-cedad94df2ca-d94df2c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Veikla2.w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8b7-82c2b882 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8bf-82c2b882 {
  grid-area: 2 / 3 / 3 / 4;
}

#Veikla3.w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8c3-82c2b882 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8cc-82c2b882 {
  grid-area: 3 / 3 / 4 / 4;
}

#Veikla4.w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8cf-82c2b882 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8d7-82c2b882 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8db-82c2b882 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8dc-82c2b882 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_16b1fb3e-a95f-a992-09a7-f7d682c2b8df-82c2b882 {
  align-self: start;
}

#w-node-_72eae65c-5e8e-687d-09b6-c1c2f8d118d9-f8d118ce {
  justify-self: center;
}

#w-node-c402248b-e67d-ffc0-2645-88acc83022de-77d086cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_67b06aed-7194-ac59-fcd7-5a867ca01eb7-77d086cd {
  justify-self: center;
}

#Veikla2.w-node-_9d6132c8-e99d-2b92-62b5-3256e2c30483-77d086cd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9d6132c8-e99d-2b92-62b5-3256e2c3048b-77d086cd {
  grid-area: 2 / 3 / 3 / 4;
}

#Veikla3.w-node-_9d6132c8-e99d-2b92-62b5-3256e2c3048f-77d086cd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9d6132c8-e99d-2b92-62b5-3256e2c30498-77d086cd {
  grid-area: 3 / 3 / 4 / 4;
}

#Veikla4.w-node-_9d6132c8-e99d-2b92-62b5-3256e2c3049b-77d086cd {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9d6132c8-e99d-2b92-62b5-3256e2c304a3-77d086cd {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_9d6132c8-e99d-2b92-62b5-3256e2c304a7-77d086cd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9d6132c8-e99d-2b92-62b5-3256e2c304a8-77d086cd {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9d6132c8-e99d-2b92-62b5-3256e2c304ab-77d086cd {
  align-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-c402248b-e67d-ffc0-2645-88acc83022dd-77d086cd {
    grid-area: Area;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9bafbf96-8021-9623-5539-f2e1ba0b4472-ba0b446e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bafbf96-8021-9623-5539-f2e1ba0b4473-ba0b446e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9bafbf96-8021-9623-5539-f2e1ba0b447f-ba0b446e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272f12-4ed086ca {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272f16-4ed086ca {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272f1a-4ed086ca {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272f1e-4ed086ca {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272f2a-4ed086ca {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272f22-4ed086ca {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-c402248b-e67d-ffc0-2645-88acc83022dd-77d086cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c402248b-e67d-ffc0-2645-88acc83022de-77d086cd {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82d78f2a-463b-07a2-c064-a435e3cc530a-e3cc5303 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_82d78f2a-463b-07a2-c064-a435e3cc531f-e3cc5303 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_15ae9687-9dbc-42ef-1cd9-d27e991bfdf5-991bfdf2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b16850e-1a71-1e5a-18dd-81a00e2395ec-0e2395e9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4b16850e-1a71-1e5a-18dd-81a00e2395ee-0e2395e9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9bafbf96-8021-9623-5539-f2e1ba0b4473-ba0b446e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9bafbf96-8021-9623-5539-f2e1ba0b447f-ba0b446e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272efd-4ed086ca, #w-node-dde12165-6efa-8477-228f-2ea73f272f0f-4ed086ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1322d092-cc65-f3a7-1017-cedad94df2ca-d94df2c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c402248b-e67d-ffc0-2645-88acc83022de-77d086cd {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82d78f2a-463b-07a2-c064-a435e3cc530a-e3cc5303 {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_82d78f2a-463b-07a2-c064-a435e3cc531f-e3cc5303 {
    grid-column-end: 2;
  }

  #w-node-_15ae9687-9dbc-42ef-1cd9-d27e991bfdf5-991bfdf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dde12165-6efa-8477-228f-2ea73f272f12-4ed086ca, #w-node-dde12165-6efa-8477-228f-2ea73f272f16-4ed086ca, #w-node-dde12165-6efa-8477-228f-2ea73f272f1a-4ed086ca, #w-node-dde12165-6efa-8477-228f-2ea73f272f1e-4ed086ca, #w-node-dde12165-6efa-8477-228f-2ea73f272f22-4ed086ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1322d092-cc65-f3a7-1017-cedad94df2ca-d94df2c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orelegaone';
  src: url('../fonts/OrelegaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark pro';
  src: url('../fonts/Mark-Pro-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}