:root {
  --black: #051d28;
  --moonblue: #42a7d6;
  --textcolor: #b2b2bd;
  --dark-blue: #00009b;
  --dodger-blue: #1489cd;
  --orange-red: #ff6008;
  --rdi-purple: #77308c;
  --rdi-red: #d73130;
  --rdi-yellow: #cbdb55;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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: #333;
  background-color: #ededed;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 48px;
}

h3 {
  letter-spacing: -.3px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 100;
  line-height: 32px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
  transition: border .2s;
}

a:hover {
  color: #333;
  border-bottom-color: #1489cd;
  text-decoration: none;
}

a.w--current {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

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

label {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-style: none;
  padding: 0 0 0 30px;
}

.small-text {
  margin-top: 0;
  margin-left: -20px;
  padding: 25px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.small-text.white {
  color: #fff;
}

.small-text.product-sheet {
  color: #77308c;
  margin-left: 0;
  padding: 5px 5px 5px 0;
  font-family: Montserrat, sans-serif;
}

.small-text.cards {
  margin-left: 0;
  padding: 0;
  display: flex;
  position: static;
  bottom: 10px;
}

.small-text.light-violet {
  color: #d1acdc;
}

.main-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom-style: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 12px;
  margin-bottom: 6px;
  padding: 4px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition-property: color;
  display: flex;
  position: relative;
  top: 0;
}

.main-link:hover, .main-link:active {
  color: #ecd511;
}

.main-link.w--current {
  color: #ecd511;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 4px;
  top: 0;
}

.main-link.button {
  color: #bdbdbd;
  margin-left: 15px;
  padding-top: 17px;
  padding-bottom: 7px;
  transition-property: color;
}

.main-link.button:hover {
  color: #d73130;
}

.main-link.button.submit {
  color: #fff;
  background-color: #1489cd;
  border-style: none;
  border-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  top: -10px;
}

.main-link.button.submit:hover {
  background-color: #1489cdcc;
}

.main-link.button.language {
  color: #ccc;
  border-style: none;
  padding-top: 17px;
  padding-bottom: 7px;
  line-height: 26px;
}

.main-link.button.language:hover {
  border-color: #777;
}

.main-link.hun {
  color: #ffffff8a;
  font-weight: 500;
}

.nav-menu {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 36px;
  padding-right: 0;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}

.brand {
  border-bottom-style: none;
  margin-right: 30px;
  padding-right: 0;
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 900;
  line-height: 20px;
}

.brand.w--current {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar {
  color: #051d28;
  background-color: #051d28;
  width: 100%;
  margin-top: -6px;
  padding: 0 220px 20px 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.header-button-list {
  float: right;
}

.container {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-top: 41px;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.container.content {
  margin-bottom: 40px;
}

.container.content.less-padding {
  margin-bottom: 15px;
}

.container.services {
  clear: right;
  margin-bottom: 20px;
  padding: 20px 150px 15px 100px;
  display: block;
  position: static;
}

.container.services.tenders {
  font-family: Montserrat, sans-serif;
}

.container.services.job {
  padding-left: 0;
}

.container.desktopnav {
  display: flex;
}

.container.services {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 150px;
  display: block;
}

.section-hero {
  background-image: none;
  padding: 120px 30px;
  position: relative;
  overflow: hidden;
}

.section-hero.title {
  color: #fff;
  background-image: url('../images/fejlec_contact.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 50px;
}

.section-hero.title.products {
  background-image: url('../images/fejlec_products.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section-hero.title.design {
  background-color: #051d28;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 20px;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.section-hero.title.about {
  background-image: url('../images/fejlec_about.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section-hero.title.about.keskeny {
  margin-top: 0;
  padding-top: 190px;
}

.section-hero.full-width {
  background-image: none;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0;
}

.section-hero.full-width.research {
  background-image: url('../images/Audi-Box.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  margin-top: 90px;
  display: none;
}

.section-hero.full-width.revoed {
  background-image: url('../images/header_Revoed_02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.section-hero.full-width.nearshoring-solutions {
  background-image: url('../images/helision_header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 86%;
  display: none;
}

.section-hero.full-width.online-music-store {
  background-image: url('../images/header_mm_games_app.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: none;
}

.section-hero.full-width.inflow {
  background-image: url('../images/shutterstock_1201537993_smart_city.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  display: none;
}

.section-hero.full-width.foundrybox-live {
  background-image: url('../images/onair_mockup_.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.section-hero.full-width.sofia {
  background-image: url('../images/drone_smart.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.section-hero.full-width.fieldback {
  background-image: url('../images/header_fieldback_infographic_hu.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.section-hero.full-width.development {
  background-image: url('../images/desk_moon_dev.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90%;
  margin-top: 90px;
  display: none;
}

.section-hero.full-width.innovation {
  background-image: url('../images/Innovation_header.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  margin-top: 90px;
  display: none;
}

.section-hero.temp {
  z-index: 200;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-hero.temp.homescreen {
  display: none;
}

.slider {
  z-index: 2;
  background-color: #622478;
  border: 4px solid #fff;
  height: auto;
  position: relative;
}

.slider.temp {
  z-index: 12;
  background-color: #61247800;
  border-style: none;
  height: auto;
}

.slider-nav {
  opacity: .7;
  padding-top: 0;
  padding-left: 38px;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  inset: auto auto 0 0;
}

.white-hero {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px #fff6;
  margin-left: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.white-hero:hover {
  color: #ecd511;
  border-bottom-color: #fff;
}

.hero-slide-title {
  color: #fff;
  max-width: 80%;
}

.bottom-margin-small {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: none;
}

.bottom-margin-small.morelink {
  display: block;
}

.bottom-margin-medium {
  color: #29aae4;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.bottom-margin-medium.half-column {
  color: #29aae4;
  padding-right: 30%;
  font-weight: 300;
}

.bottom-margin-medium.left-margin {
  color: #000;
  margin-bottom: 5px;
  margin-left: 29px;
  font-weight: 300;
}

.bottom-margin-medium.contact-address {
  color: #000;
  border: 1px #000;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.bottom-margin-medium.contact-address-last {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.bottom-margin-medium.country {
  font-size: 25px;
  font-weight: 300;
}

.bottom-margin-medium.international-test {
  margin-bottom: 30px;
}

.bottom-margin-medium.title-the-management {
  color: #fff;
  margin-bottom: 46px;
  font-family: Montserrat, sans-serif;
}

.bottom-margin-medium.contact-title {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
}

.bottom-margin-medium.contact-phone {
  color: #000;
  font-weight: 300;
}

.bottom-margin-medium.listtitle {
  color: #000000de;
  margin-bottom: 20px;
  font-size: 22px;
}

.bottom-margin-medium.sucess_error {
  color: #051d28e6;
  font-weight: 400;
}

.bottom-margin-large {
  margin-top: 42px;
  margin-bottom: 0;
}

.slide {
  padding: 40px;
  display: inline-block;
}

.slider-mask {
  float: none;
  clear: none;
  position: static;
}

.hero-line {
  text-align: left;
  text-shadow: 1px 1px 11px #000000b3;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
  position: static;
}

.slider-background {
  transform-style: preserve-3d;
  background-color: #051d2800;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0;
}

.header-fade {
  z-index: 999999;
  background-image: linear-gradient(#0000001a, #0000 75%);
  height: 10px;
  margin-top: 0;
  position: absolute;
  inset: 95px 0 -10px;
}

.header {
  color: #051d28;
  background-color: #051d28;
  position: relative;
}

.section---white-holder {
  background-color: #fff;
  border: 0 solid #d8d8df;
  border-radius: 0;
  padding: 40px 0 20px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.section---white-holder.position {
  padding-bottom: 10px;
}

.section---white-holder.nopadding {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  padding-top: 0;
}

.section---white-holder.map {
  padding-bottom: 0;
}

.section---white-holder.map.kontakt {
  padding-top: 50px;
}

.section---white-holder.sysmainten {
  padding-top: 0;
}

.section---white-holder.rese, .section---white-holder.deve, .section---white-holder.inno {
  padding-top: 20px;
}

.section---white-holder.designs, .section---white-holder.about {
  padding-top: 60px;
}

.col.padding {
  color: #29aae4;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.row {
  width: 100%;
  margin-left: -1px;
  margin-right: 0;
  padding-left: 0;
}

.section-half-block {
  background-color: #fff;
  position: relative;
}

.block-main-holder {
  height: auto;
  margin-left: -10px;
  padding: 35px 60px 45px;
}

.block-main-holder.left {
  text-align: left;
  margin-left: 0;
  margin-right: -10px;
  padding-left: 0;
}

.block-main-row {
  position: relative;
}

.half-block-main {
  z-index: 5;
  text-align: center;
  background-color: #ddd;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0 auto 0 0;
}

.half-block-main.right {
  inset: 0 0 0 auto;
}

.half-block-main.right.work-1 {
  background-image: url('../images/header_mm_games_app.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.half-block-main.right.work-3 {
  background-image: url('../images/header_Revoed_01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.half-block-main.right.home-1 {
  background-image: url('../images/img_02.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-block-main.right.home-3 {
  background-image: url('../images/consoles_image_03_b.jpg');
  background-position: 0 0;
  background-size: cover;
}

.half-block-main.right.work-5 {
  background-image: url('../images/helision_header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-block-main.right.work-7 {
  background-image: url('../images/dron_photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-block-main.work-2 {
  background-image: url('../images/shutterstock_1201537993_smart_city_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.half-block-main.work-4 {
  background-image: url('../images/onair_mockup_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1250px;
  background-attachment: scroll;
}

.half-block-main.home-2 {
  background-image: url('../images/infographics_image_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-block-main.work-6 {
  background-image: url('../images/header_fieldback_infographic_hu.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-block-main.work-6.dronebased {
  background-image: url('../images/dron_photo.jpg');
}

.section {
  background-color: #ededed;
  padding: 45px 30px 46px;
  font-family: Montserrat, sans-serif;
}

.section.news {
  padding-bottom: 45px;
}

.section.quote {
  background-image: url('../images/alnyomat_70.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.partner-logos {
  color: #051d28;
  background-color: #fff;
}

.third-block-holder-single {
  transition: box-shadow .2s;
}

.third-block-holder-single:hover {
  border-bottom-color: #111;
  box-shadow: 0 0 21px #0000001a;
}

.third-block-content-single {
  text-align: left;
  background-color: #fff;
  min-height: 180px;
  max-height: 180px;
  margin-bottom: 0;
  padding: 10px 20px 30px;
}

.third-block-content-single.bottom-margin-medium.half {
  padding: 16px 16px 0;
}

.third-block-content-single.bottom-margin-medium.two-thirds {
  min-height: 180px;
  max-height: none;
  padding: 16px 35px 35px;
}

.third-block-content-single.half {
  color: #fff;
  background-color: #fff;
  min-height: 140px;
  max-height: 120px;
  padding-top: 19px;
  padding-bottom: 32px;
}

.third-block-content-single.cover-card {
  min-height: 0;
  max-height: none;
  padding-top: 30px;
  padding-left: 30px;
}

.third-block-content-image {
  background-color: #1489cd;
  margin: 0;
}

.quote-holder {
  background-image: url('../images/moon42-quotes.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  background-size: 84px;
  padding-top: 6px;
  padding-left: 95px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.quote-holder.smaller {
  margin-top: 30px;
  padding-top: 29px;
  padding-left: 77px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.footer {
  font-family: Montserrat, sans-serif;
}

.white-link {
  color: #fff;
  border-bottom-color: #fff3;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.white-link.uppercase {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.white-link.uppercase:hover, .white-link.uppercase.w--current:hover {
  color: #ecd511;
}

.white-link.uppercase.tender, .white-link.uppercase.tender.w--current {
  color: #fff;
}

.white-link.uppercase.mobilmenu {
  margin-right: 10px;
}

.align-right {
  text-align: right;
}

.social-icon {
  opacity: .7;
  border-bottom-style: none;
  width: 30px;
  margin-left: 5px;
  transition-property: opacity;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.right {
  opacity: .5;
  margin-left: 0;
  margin-right: 3px;
}

.social-icon.right:hover {
  opacity: 1;
}

.footer-nav-section {
  background-color: #051d28;
  padding: 30px;
}

.footer-copyright-section {
  background-color: #051d28;
  padding: 0 30px;
}

.footer-nav-holder {
  display: flex;
}

.full-spread-image {
  align-items: flex-start;
  max-width: 1200px;
  margin: -1px auto 40px;
  display: block;
}

.content {
  margin-bottom: 40px;
}

.bottom-margin-extra-small {
  color: #333333de;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.bottom-margin-extra-small.shadowed {
  text-shadow: 1px 1px 4px #0000001a;
}

.bottom-margin-extra-small.job-postings-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.h4-light {
  color: #999;
  border-bottom: 2px solid #eee;
  margin-bottom: 6px;
  padding-bottom: 7px;
}

.h4-light.upper {
  margin-top: 0;
}

.h4-light.both {
  margin-top: 0;
  margin-right: -2px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.call-to-action {
  color: #aaa;
  background-color: #051d28;
  border-bottom-style: none;
  margin-top: 0;
  padding: 60px 30px;
  font-weight: 300;
  transition: color .2s, background-color .2s;
  display: block;
  position: relative;
}

.call-to-action:hover {
  color: #e73f60;
}

.purple {
  color: #713c86;
}

.purple.inline-to-block {
  color: #29aae4;
  font-weight: 300;
  display: inline-block;
}

.link-container {
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.full-width-holder {
  height: auto;
}

.hero-align-bottom {
  background-color: #fff9;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: none;
  position: absolute;
  inset: auto 0 0;
}

.cta-arrow-icon {
  font-size: 34px;
  line-height: 31px;
  display: inline-block;
}

.work-title-holder {
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px 40px 0;
}

.down-arrow {
  width: 24px;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
}

.work-single-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.title-icon {
  width: 60px;
  margin-bottom: 0;
}

.image-holder {
  height: 300px;
}

.image-holder.image-1 {
  background-image: url('../images/1000x1000_P92_RDI_v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.image-holder.image-3 {
  background-image: url('../images/o2ms_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-4 {
  background-image: url('../images/wacaca_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-5 {
  background-image: url('../images/1000x1000_indian.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-holder.image-6 {
  background-image: url('../images/webydoo_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-7 {
  background-image: url('../images/1000x1000_IronMountain.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-8 {
  background-image: url('../images/mezo_ferenc_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-9 {
  background-image: url('../images/gymex_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-10 {
  background-image: url('../images/olympic_quiz_1000x1000.png');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-11 {
  background-image: url('../images/1000x1000_szekelykapu.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-12 {
  background-image: url('../images/vfms_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-13 {
  background-image: url('../images/lapker_1000X1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-14 {
  background-image: url('../images/revoed_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-15 {
  background-image: url('../images/consols_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-16 {
  background-image: url('../images/Fixy_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-17 {
  background-image: url('../images/product_branding_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-18 {
  background-image: url('../images/1000x1000_SoundSend.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-19 {
  background-image: url('../images/terjatek_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-20 {
  background-image: url('../images/infographics_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-21 {
  background-image: url('../images/1000x1000_PUDO.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-22 {
  background-image: url('../images/furniture_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-23 {
  background-image: url('../images/pm_1000x1000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-holder.image-24 {
  background-image: url('../images/1000x1000_Tudas_Kertje.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.work-image-1, .image-holder.work-image-2, .image-holder.work-image-3, .image-holder.work-image-4 {
  background-image: url('../images/p92_rdi_04_brosura.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height {
  padding-bottom: 50%;
}

.image-holder.half-height.work-image-5 {
  background-image: url('../images/KTPlusz_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-holder.half-height.work-image-1 {
  background-image: url('../images/EMFESZ_Diszpecser.jpg');
  background-size: cover;
}

.image-holder.half-height.work-image-2 {
  background-image: url('../images/Vodafone_Elektronikus_szamla_02.jpg');
  background-size: 940px;
}

.image-holder.half-height.work-image-3 {
  background-image: url('../images/MSZT_Webshop_02.jpg');
  background-size: 940px;
}

.image-holder.half-height.work-image-4 {
  background-image: url('../images/Parkolas_Rendszer_02.jpg');
  background-size: 940px;
}

.image-holder.half-height.work-image-6 {
  background-image: url('../images/Dr_Info.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-7 {
  background-image: url('../images/PES.jpg');
  background-size: 940px;
}

.image-holder.half-height.work-image-8 {
  background-image: url('../images/Fieldforce.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-9 {
  background-image: url('../images/Norsk.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-holder.half-height.work-image-10 {
  background-image: url('../images/MNB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-11 {
  background-image: url('../images/ORG_projekt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-12 {
  background-image: url('../images/PROMOCIO_projekt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-13 {
  background-image: url('../images/Hemmersbach.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-14 {
  background-image: url('../images/Biztositasi_szakertes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-15 {
  background-image: url('../images/Online_keszpenzes_vasarlas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-16 {
  background-image: url('../images/Fieldback.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-17 {
  background-image: url('../images/Visitor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-18 {
  background-image: url('../images/Smarthouse_rendszer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.half-height.work-image-19 {
  background-image: url('../images/Iron_Mountain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-25 {
  background-image: url('../images/shelburne_farm_cover_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-27 {
  background-image: url('../images/material_design_apps_cover_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-holder.image-28 {
  background-image: url('../images/00_cover_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.date {
  color: #1489cd;
  background-color: #1489cc1a;
  margin-bottom: 0;
  margin-left: -16px;
  padding: 10px 15px 10px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  display: inline-block;
}

.date.inverse {
  color: #fff;
  background-color: #ff6008;
  margin-left: -35px;
  padding-left: 30px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 700;
}

.input {
  border: 2px solid #eee;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  margin-left: 7px;
  font-family: Montserrat, sans-serif;
  transition: border .2s;
}

.input:hover {
  border-color: #ccc;
}

.input:active, .input:focus {
  border-color: #1489cd;
}

.input.message {
  height: 100px;
}

.bottom-call-to-action {
  font-size: 40px;
  line-height: 58px;
}

.bottom-call-to-action.cta {
  cursor: default;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.mainlogo {
  margin: 46px 134px 10px 116px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.column-head {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.column-head.subtitle {
  float: left;
  clear: none;
  color: #29aae4;
  font-weight: 300;
}

.positions-table {
  margin-top: 35px;
}

.table {
  border: 1px solid #00000075;
  padding: 8px;
  display: block;
  position: relative;
}

.tr {
  border-bottom: 1px solid #0000008c;
  min-height: 35px;
  padding: 5px;
  position: relative;
}

.tr.even.last {
  border-bottom-style: none;
}

.td {
  min-width: 200px;
  display: inline-block;
}

.td.th {
  font-weight: 500;
}

.td.th.right, .td.action-button {
  position: absolute;
  right: 0;
}

.jelentkezes {
  text-transform: none;
  text-decoration: none;
}

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

.application-icon {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 4px;
}

.tab {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.portfolio-slider {
  height: 548px;
}

.portfolio-slider-nav {
  opacity: .2;
  transform-origin: 60% 60% 0px;
  margin-top: 0;
  margin-bottom: -40px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  line-height: 26px;
}

.portfolio-link {
  color: #d73130;
  font-family: Montserrat, sans-serif;
  display: block;
}

.bordered {
  border: 1px #afafaf;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.product-link {
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.all-caps {
  text-transform: uppercase;
}

.all-caps.bigger {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
}

.description {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}

.product-sheet-col {
  height: 100%;
  display: block;
}

.pointer {
  color: #fff;
  background-color: #ecd511;
  border-radius: 5px;
  margin-left: -29px;
  margin-right: 5px;
  padding: 2px 6px;
  font-weight: 500;
}

.pointer.red {
  background-color: #e73f60;
}

.pointer.purple {
  background-color: #29aae4;
}

.caption {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.no-bullets {
  padding-left: 0;
  list-style-type: none;
}

.min-90h {
  flex: 1;
  min-height: 90px;
}

.bigger {
  font-size: 19px;
  line-height: 26px;
}

.card-heading {
  min-height: 48px;
  max-height: 48px;
  margin-bottom: 0;
  overflow: hidden;
}

.h2-subscript {
  font-size: 24px;
  position: relative;
  top: 10px;
}

.left-margin {
  margin-left: 29px;
}

.half-block-link {
  height: 100%;
  display: block;
}

.custom-map {
  height: 500px;
}

.reference-link {
  color: #000050;
  border-bottom: 1px solid #00009b33;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: border .2s;
}

.reference-link:hover {
  color: #03f;
  border-bottom-color: #00009bb8;
}

.p-subscript {
  margin-top: 6px;
  font-size: 11px;
  position: relative;
  top: 5px;
}

.floating-nav-brand {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 0;
  padding-bottom: 0;
}

.floating-nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1px;
  padding: 13px 16px 10px;
  font-weight: 400;
}

.floating-nav-link:hover {
  color: #1fb0f1;
}

.floating-nav-link.w--current {
  color: #77308c;
}

.floating-navbar {
  color: #fff;
  background-color: #222223;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.floating-nav-menu {
  float: left;
  margin-top: 22px;
  margin-left: 42px;
}

.down-arrow-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: grab;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 0 -10px -10px -162px;
  padding: 10px;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.about-image {
  width: 220px;
  height: 220px;
}

.about-row {
  margin-bottom: 20px;
}

.about-row.third {
  display: none;
}

.about-row.fourth {
  margin-top: 20px;
  display: block;
}

.subscipt {
  font-size: 13px;
  position: relative;
  top: 6px;
  right: 1px;
}

.arrow-pane:hover {
  color: #bdbdbd;
}

.carreers-section {
  background-image: url('../images/p92_rdi_com_fotok_02-p-2600.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 50px;
}

.carreers-section.image_header {
  background-image: url('../images/moon42_fotok_header_long_web.jpg');
  background-position: 50% 0;
  background-size: 2750px;
  background-attachment: fixed;
  height: 500px;
  padding-top: 20px;
}

.big-header-container {
  color: #fff;
  margin-top: 2px;
  padding-top: 200px;
  font-family: Montserrat, sans-serif;
  position: static;
}

.carreers-job-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.carreers-job-section.light {
  opacity: 1;
  background-color: #f8f8f8;
  margin-top: 0;
  padding-top: 100px;
}

.carreers-job-section.lower {
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 38px;
}

.big-header-heading {
  text-shadow: 1px 1px 11px #00000080;
  font-weight: 500;
}

.side-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.share {
  width: 48px;
  height: 48px;
  margin-right: 5px;
}

.share.facebook {
  background-image: url('../images/Facebook-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-left: 9px;
  margin-right: 16px;
  padding-right: 0;
}

.share.twitter {
  background-image: url('../images/Twitter-Icon.svg');
  background-position: 40% 40%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.side-paragraph {
  font-size: 17px;
}

.side-paragraph.job-postings-text {
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
}

.side-paragraph.c2a {
  float: left;
  margin-right: 10px;
  line-height: 48px;
  display: inline-block;
}

.job-cards {
  margin-top: 40px;
  display: block;
}

.job-cards._3 {
  display: block;
}

.maintenance {
  flex-direction: column;
  height: 300px;
  padding: 30px 30px 10px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.maintenance:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0000004d;
}

.maintenance.card-1 {
  background-image: url('../images/fejlec_contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  padding-top: 20px;
}

.maintenance.card-3 {
  background-image: url('../images/fejlec_services.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.maintenance.card-1 {
  background-image: url('../images/fejlec_about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 10px;
  padding-top: 20px;
  display: block;
}

.maintenance.card-5 {
  background-image: url('../images/fejlec_portfolio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.maintenance.card-7 {
  background-image: url('../images/allas_aloldal_bw_kep_v6.jpg'), linear-gradient(#ac318b, #ac318b);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.maintenance.card-6 {
  background-image: url('../images/fejlec_contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.maintenance.card-2 {
  background-image: url('../images/fejlec_portfolio.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.maintenance.card-2.senior_full {
  background-image: url('../images/fejlec_portfolio.jpg');
}

.maintenance.card-1 {
  background-image: url('../images/fejlec_about.jpg');
}

.maintenance.card12 {
  background-image: url('../images/fejlec_contact.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 10px;
  padding-top: 20px;
  display: block;
}

.maintenance.card12.solutionarch {
  display: block;
}

.maintenance-heading {
  color: #fff;
  flex: none;
  height: 70px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.job-card-text {
  color: #fff;
  flex: 1;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.job-card-text._4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.job-cards-row {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.job-card-text-block {
  background-image: none;
  flex: 1;
  padding: 0 30px 10px;
  position: static;
}

.maintenance_column {
  display: block;
}

.testimonials-section {
  background-color: #fff;
  background-image: url('../images/career_strip_bckgrd_fako.jpg');
  background-position: 50% 0;
  background-size: cover;
  display: block;
}

.testimonial-slide.slide-1 {
  overflow: visible;
}

.testimonial-slide.slide-3 {
  padding-left: 60px;
  padding-right: 41px;
  position: relative;
}

.testimonial-slide.slide-4 {
  position: relative;
}

.testimonial-slider {
  height: 500px;
}

.testimonial-slider.slide-1 {
  background-image: url('../images/career_strip_bckgrd_fako2.jpg');
  background-size: cover;
  height: 600px;
}

.testimonial-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  position: relative;
}

.testimonial-text.slide-2 {
  color: #000000de;
}

.testimonial-text.slide-3 {
  z-index: 13;
  color: #000000de;
  justify-content: flex-start;
  align-items: stretch;
  font-weight: 400;
  display: flex;
}

.testimonial-credits {
  margin-bottom: 0;
}

.testimonial-credits.testimonial-title {
  color: #000000de;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.testimonial-credits.testimonial-title.slide-2, .testimonial-credits.testimonial-title.slide1, .testimonial-credits.testimonial-title.slide-3 {
  color: #000000de;
  font-family: Montserrat, sans-serif;
}

.testimonial-credits.testimonial-name {
  color: #000000de;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-credits.testimonial-name.slide-2, .testimonial-credits.testimonial-name.slide-3 {
  color: #000000de;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.slider-navigation-dots {
  display: none;
}

.job-postings-column-2 {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-container {
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.testimonial-container.slide-2 {
  padding-left: 350px;
  padding-right: 10px;
}

.testimonial-container.slide-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.testimonial-container.slide-1, .testimonial-container.slide-4 {
  padding-left: 350px;
  padding-right: 10px;
}

.apostrophe {
  color: #0000000f;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 380px;
  line-height: 380px;
  position: absolute;
  top: -84px;
  left: -44px;
}

.apostrophe.slide-3 {
  color: #00000014;
  top: -84px;
  bottom: -84px;
  left: -40px;
}

.apostrophe.slide-1 {
  left: auto;
  right: -30px;
}

.apostrophe.slide-3 {
  left: auto;
  right: -10px;
}

.flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: -10px;
  display: flex;
}

.flex-card {
  background-color: #fff;
  flex-direction: column;
  flex: 1 0 260px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 20px 30px 30px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.flex-card:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 21px #0000001a;
}

.flex-card.card-research {
  background-color: #29aae4;
  padding-top: 20px;
}

.flex-card.card-research.w--current {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.flex-card.card-development {
  background-color: #ecd511;
  padding-top: 20px;
}

.flex-card.card-development.w--current {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.flex-card.card-innovation {
  background-color: #e73f60;
  padding-top: 20px;
}

.flex-card.card-innovation.w--current {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.flex-description {
  text-align: left;
  flex: 1;
}

.read-more {
  text-align: left;
  margin-left: 0;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 21px;
  display: none;
}

.translate {
  background-color: #f5ffa8;
}

.portfolio-grid_2022 {
  background-color: #051d28;
  padding: 35px 30px 45px;
  display: block;
}

.portfolio-grid-row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.portfolio-grid-row.disabled {
  display: flex;
}

.portfolio-grid-card {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.portfolio-grid-card:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.portfolio-grid-card.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.portfolio-grid-card-date {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.portfolio-grid-card-heading {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.portfolio-grid-card-cta {
  color: var(--moonblue);
  flex: none;
  align-self: flex-start;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.portfolio-grid-image-holder {
  background-image: url('../images/helision_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.portfolio-grid-image-holder.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.portfolio-grid-image-holder.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.portfolio-grid-image-holder.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.portfolio-grid-image-holder.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.portfolio-grid-image-holder.image-5 {
  height: 400px;
}

.portfolio-grid-image-holder.image-22 {
  background-image: url('../images/various_designs_01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.portfolio-grid-image-holder.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.portfolio-grid-image-holder.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.portfolio-grid-image-holder.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.portfolio-grid-image-holder.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.portfolio-grid-image-holder.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.portfolio-grid-image-holder.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.portfolio-grid-image-holder.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.portfolio-grid-image-holder.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.portfolio-grid-image-holder.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.portfolio-grid-image-holder.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.portfolio-grid-image-holder.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.portfolio-grid-image-holder.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.portfolio-grid-image-holder.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-grid-image-holder.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.portfolio-grid-image-holder.image-31-copy {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-card-texts {
  background-color: #051d28;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.image-1 {
  background-image: url('../images/1000x1000_P92_RDI_v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-27 {
  background-image: url('../images/material_design_apps_cover_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-25 {
  background-image: url('../images/shelburne_farm_cover_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-24 {
  background-image: url('../images/1000x1000_Tudas_Kertje.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-6 {
  background-image: url('../images/webydoo_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-7 {
  background-image: url('../images/1000x1000_IronMountain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-8 {
  background-image: url('../images/mezo_ferenc_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-28 {
  background-image: url('../images/00_cover_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-10 {
  background-image: url('../images/olympic_quiz_1000x1000.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-11 {
  background-image: url('../images/1000x1000_szekelykapu.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-12 {
  background-image: url('../images/vfms_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-9 {
  background-image: url('../images/gymex_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-14 {
  background-image: url('../images/revoed_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-15 {
  background-image: url('../images/consols_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-16 {
  background-image: url('../images/Fixy_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-17 {
  background-image: url('../images/product_branding_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-18 {
  background-image: url('../images/1000x1000_SoundSend.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-19 {
  background-image: url('../images/terjatek_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-20 {
  background-image: url('../images/infographics_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-21 {
  background-image: url('../images/1000x1000_PUDO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-5 {
  background-image: url('../images/1000x1000_indian.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-3 {
  background-image: url('../images/o2ms_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-4 {
  background-image: url('../images/wacaca_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-22 {
  background-image: url('../images/furniture_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-23 {
  background-image: url('../images/pm_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-13 {
  background-image: url('../images/lapker_1000X1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr {
  border-top: 1px solid #666;
  padding-top: 80px;
  padding-bottom: 25px;
}

.copyright-text {
  color: #fff;
  font-size: 13px;
}

.partner-logo-container {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 6px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.partner-logo-single {
  align-self: center;
  width: 107px;
  height: 107px;
  margin-left: 6px;
  margin-right: 6px;
  transition: all .25s;
  display: inline-block;
}

.partner-logo-single:hover {
  transform: none;
}

.partner-logo-single._1 {
  background-image: url('../images/partnereink_logos_01_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._1:hover {
  background-image: url('../images/partnereink_logos_01.png');
}

.partner-logo-single._2 {
  background-image: url('../images/partnereink_logos_02_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all;
}

.partner-logo-single._3 {
  background-image: url('../images/partnereink_logos_03_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s;
}

.partner-logo-single._3:hover {
  background-image: url('../images/partnereink_logos_03.png');
  background-size: contain;
}

.partner-logo-single._4 {
  background-image: url('../images/partnereink_logos_04_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s;
}

.partner-logo-single._4:hover {
  background-image: url('../images/partnereink_logos_04.png');
  background-size: contain;
}

.partner-logo-single._5 {
  background-image: url('../images/partnereink_logos_05_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s;
}

.partner-logo-single._5:hover {
  background-image: url('../images/partnereink_logos_05.png');
  background-size: contain;
}

.partner-logo-single._6 {
  background-image: url('../images/partnereink_logos_06_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s;
}

.partner-logo-single._6:hover {
  background-image: url('../images/partnereink_logos_06.png');
  background-size: contain;
}

.partner-logo-single._7 {
  background-image: url('../images/partnereink_logos_07_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s;
}

.partner-logo-single._7:hover {
  background-image: url('../images/partnereink_logos_07.png');
  background-size: contain;
}

.partner-logo-single._8 {
  background-image: url('../images/partnereink_logos_08_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  transition: all .25s;
}

.partner-logo-single._8.mntnc {
  margin-right: 6px;
}

.partner-logo-single._9 {
  background-image: url('../images/partnereink_logos_09_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._9:hover {
  background-image: url('../images/partnereink_logos_09.png');
}

.partner-logo-single._9.mntnc {
  width: 120px;
  height: 120px;
}

.partner-logo-single._10.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single._11 {
  background-image: url('../images/partnereink_logos_11_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single._12 {
  background-image: url('../images/partnereink_logos_12_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._12:hover {
  background-image: url('../images/partnereink_logos_12.png');
}

.partner-logo-single._13 {
  perspective: none;
  transform: ;
  background-image: url('../images/partnereink_logos_32_bw.png');
  background-position: 0 0;
  background-size: 125px;
  width: 120px;
  height: 120px;
  transition-property: none;
  position: sticky;
  top: auto;
}

.partner-logo-single._14 {
  background-image: url('../images/partnereink_logos_14_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._14:hover {
  background-image: url('../images/partnereink_logos_14.png');
}

.partner-logo-single._15 {
  background-image: url('../images/partnereink_logos_15_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._15:hover {
  background-image: url('../images/partnereink_logos_15.png');
}

.partner-logo-single._16 {
  background-image: url('../images/partnereink_logos_16_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single._17 {
  background-image: url('../images/partnereink_logos_17_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._17:hover {
  background-image: url('../images/partnereink_logos_17.png');
}

.partner-logo-single._18 {
  background-image: url('../images/partnereink_logos_18_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._18:hover {
  background-image: url('../images/partnereink_logos_18.png');
}

.partner-logo-single._19 {
  background-image: url('../images/partnereink_logos_19_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._19:hover {
  background-image: url('../images/partnereink_logos_19.png');
}

.partner-logo-single._20 {
  background-image: url('../images/partnereink_logos_20_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single._21 {
  background-image: url('../images/partnereink_logos_21_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._21:hover {
  background-image: url('../images/partnereink_logos_21.png');
}

.partner-logo-single._22 {
  background-image: url('../images/partnereink_logos_22_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._22:hover {
  background-image: url('../images/partnereink_logos_22.png');
}

.partner-logo-single._23 {
  background-image: url('../images/partnereink_logos_23_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single._24 {
  background-image: url('../images/partnereink_logos_24_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._24:hover {
  background-image: url('../images/partnereink_logos_24.png');
}

.partner-logo-single._25 {
  background-image: url('../images/partnereink_logos_25_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._25:hover {
  background-image: url('../images/partnereink_logos_25.png');
}

.partner-logo-single._26 {
  background-image: url('../images/partnereink_logos_26_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.partner-logo-single._26:hover {
  background-image: url('../images/partnereink_logos_26.png');
  background-size: contain;
}

.partner-logo-single._27 {
  background-image: url('../images/partnereink_logos_27_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._27:hover {
  background-image: url('../images/partnereink_logos_27.png');
  background-size: contain;
}

.partner-logo-single._28 {
  background-image: url('../images/partnereink_logos_28_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._28:hover {
  background-image: url('../images/partnereink_logos_28.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._29 {
  background-image: url('../images/partnereink_logos_29_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._29:hover {
  background-image: url('../images/partnereink_logos_29.png');
  background-size: contain;
}

.partner-logo-single._30 {
  background-image: url('../images/partnereink_logos_30_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._30:hover {
  background-image: url('../images/partnereink_logos_30.png');
  background-size: contain;
}

.partner-logo-single._31 {
  background-image: url('../images/partnereink_logos_31_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single._32 {
  background-image: url('../images/partnereink_logos_32_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single._33 {
  background-image: url('../images/partnereink_logos_33_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._33:hover {
  background-image: url('../images/partnereink_logos_33.png');
  background-size: contain;
}

.partner-logo-single._34 {
  background-image: url('../images/partnereink_logos_34_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._34:hover {
  background-image: url('../images/partnereink_logos_34.png');
  background-size: contain;
}

.partner-logo-single._35 {
  background-image: url('../images/partnereink_logos_35_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._35:hover {
  background-image: url('../images/partnereink_logos_35.png');
  background-size: contain;
}

.partner-logo-single._36 {
  background-image: url('../images/partnereink_logos_36_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._36:hover {
  background-image: url('../images/partnereink_logos_36.png');
  background-size: contain;
}

.partner-logo-single._37 {
  background-image: url('../images/partnereink_logos_37_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._37:hover {
  background-image: url('../images/partnereink_logos_37.png');
  background-size: contain;
}

.partner-logo-single._38 {
  background-image: url('../images/partnereink_logos_38_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._38:hover {
  background-image: url('../images/partnereink_logos_38.png');
  background-size: contain;
}

.partner-logo-single._39 {
  background-image: url('../images/partnereink_logos_39_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._39:hover {
  background-image: url('../images/partnereink_logos_39.png');
  background-size: contain;
}

.partner-logo-single._40 {
  background-image: url('../images/partnereink_logos_40_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._40:hover {
  background-image: url('../images/partnereink_logos_40.png');
  background-size: contain;
}

.partner-logo-single._41 {
  background-image: url('../images/partnereink_logos_41_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._41:hover {
  background-image: url('../images/partnereink_logos_41.png');
  background-size: contain;
}

.partner-logo-single._42 {
  background-image: url('../images/partnereink_logos_42_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single._43 {
  background-image: url('../images/partnereink_logos_43_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._43:hover {
  background-image: url('../images/partnereink_logos_43.png');
  background-size: contain;
}

.partner-logo-single._42 {
  background-image: url('../images/partnereink_logos_42_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._42:hover {
  background-image: url('../images/partnereink_logos_42.png');
  background-size: contain;
}

.partner-logo-single._32 {
  background-image: url('../images/partnereink_logos_32_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._32:hover {
  background-image: url('../images/partnereink_logos_32.png');
  background-size: contain;
}

.partner-logo-single._16 {
  background-image: url('../images/partnereink_logos_16_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._16:hover {
  background-image: url('../images/partnereink_logos_16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._11 {
  background-image: url('../images/partnereink_logos_11_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._11:hover {
  background-image: url('../images/partnereink_logos_11.png');
}

.partner-logo-single._23 {
  background-image: url('../images/partnereink_logos_23_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._23:hover {
  background-image: url('../images/partnereink_logos_23.png');
}

.partner-logo-single._20 {
  background-image: url('../images/partnereink_logos_20_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._20:hover {
  background-image: url('../images/partnereink_logos_20.png');
}

.partner-logo-single._13 {
  background-image: url('../images/partnereink_logos_13_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._13:hover {
  background-image: url('../images/partnereink_logos_13.png');
}

.partner-logo-single._8:hover {
  background-image: url('../images/partnereink_logos_08.png');
  background-size: contain;
}

.partner-logo-single._31 {
  background-image: url('../images/partnereink_logos_31_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._31:hover {
  background-image: url('../images/partnereink_logos_31.png');
  background-size: contain;
}

.partner-logo-single.jde {
  background-image: url('../images/partnereink_logos_32_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.jde:hover {
  background-image: url('../images/partnereink_logos_46.png');
  background-size: contain;
}

.partner-logo-single.jde.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.omw {
  perspective: none;
  transform: ;
  background-image: url('../images/partnereink_logos_33_bw_1.png');
  background-position: 0 0;
  background-size: 125px;
  width: 120px;
  height: 120px;
  transition-property: none;
  position: sticky;
  top: auto;
}

.partner-logo-single.omw:hover {
  background-image: url('../images/partnereink_logos_51.png');
}

.partner-logo-single.philips {
  perspective: none;
  transform: ;
  background-image: url('../images/partnereink_logos_24_bw_1.png');
  background-position: 0 0;
  background-size: 125px;
  width: 120px;
  height: 120px;
  transition-property: none;
  position: sticky;
  top: auto;
}

.partner-logo-single.philips:hover {
  background-image: url('../images/partnereink_logos_45.png');
}

.partner-logo-single.nokia {
  background-image: url('../images/partnereink_logos_05_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
}

.partner-logo-single.nokia:hover {
  background-image: url('../images/partnereink_logos_05.png');
}

.partner-logo-single.kone {
  background-image: url('../images/partnereink_logos_23_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.kone:hover {
  background-image: url('../images/partnereink_logos_56.png');
  background-size: contain;
}

.partner-logo-single.kone.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.triumph {
  background-image: url('../images/partnereink_logos_26_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.triumph:hover {
  background-image: url('../images/partnereink_logos_54.png');
  background-size: contain;
}

.partner-logo-single.triumph.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.hp {
  background-image: url('../images/partnereink_logos_31_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.hp:hover {
  background-image: url('../images/partnereink_logos_52.png');
  background-size: contain;
}

.partner-logo-single.hp.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.wpp {
  background-image: url('../images/partnereink_logos_28_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.wpp:hover {
  background-image: url('../images/partnereink_logos_44.png');
  background-size: contain;
}

.partner-logo-single.wpp.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.bombardie {
  background-image: url('../images/partnereink_logos_27_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.bombardie:hover {
  background-image: url('../images/partnereink_logos_49.png');
  background-size: contain;
}

.partner-logo-single.bombardie.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.mondelez {
  perspective: none;
  transform: ;
  background-image: url('../images/partnereink_logos_22_bw_1.png');
  background-position: 0 0;
  background-size: 125px;
  width: 120px;
  height: 120px;
  transition-property: none;
  position: sticky;
  top: auto;
}

.partner-logo-single.mondelez:hover {
  background-image: url('../images/partnereink_logos_47.png');
}

.partner-logo-single.becktondickinson {
  background-image: url('../images/partnereink_logos_30_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.becktondickinson:hover {
  background-image: url('../images/partnereink_logos_48.png');
  background-size: contain;
}

.partner-logo-single.becktondickinson.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.bp {
  background-image: url('../images/partnereink_logos_29_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.bp:hover {
  background-image: url('../images/partnereink_logos_50.png');
  background-size: contain;
}

.partner-logo-single.bp.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.limagrain {
  background-image: url('../images/partnereink_logos_20_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.limagrain:hover {
  background-image: url('../images/partnereink_logos_57.png');
  background-size: contain;
}

.partner-logo-single.limagrain.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single.abb {
  background-image: url('../images/partnereink_logos_21_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.abb:hover {
  background-image: url('../images/partnereink_logos_53.png');
  background-size: contain;
}

.partner-logo-single.abb.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

.partner-logo-single._10 {
  background-image: url('../images/partnereink_logos_10_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-logo-single._10:hover {
  background-image: url('../images/partnereink_logos_10.png');
  background-size: contain;
}

.partner-logo-single._2 {
  opacity: 1;
  background-image: url('../images/partnereink_logos_02_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s;
  overflow: visible;
}

.partner-logo-single._2:hover {
  background-image: url('../images/partnereink_logos_02.png');
}

.partner-logo-single._8 {
  background-image: url('../images/partnereink_logos_08_bw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .25s;
}

.partner-logo-single._8:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-image: url('../images/partnereink_logos_08.png');
  background-size: contain;
}

.partner-logo-single.leopharma {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.partner-logo-single.leopharma:hover {
  background-image: url('../images/partnereink_logos_55.png');
  background-size: contain;
}

.partner-logo-single.leopharma.mntnc {
  background-image: url('../images/partnereink_logos_25_bw_1.png');
  background-size: 107px;
  width: 120px;
  height: 120px;
}

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

.more-partner-logos {
  align-self: baseline;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}

.partners-container {
  background-color: #ededed;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 1100px;
  margin-left: -6px;
  margin-right: -6px;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
}

.partners-container.maintenancelogo {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 920px;
  display: flex;
}

.partners-container.home {
  background-color: #fff;
  height: auto;
}

.partners-container.partners-container-2 {
  background-color: #0000;
  flex-wrap: wrap;
  height: 600px;
  padding-right: 85px;
}

.job-card-more-info {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.shadowed {
  color: #ffffffde;
  text-shadow: 1px 1px 4px #0000001a;
  margin-bottom: 40px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.shadowed.title {
  color: #051d28cc;
  text-shadow: none;
}

.shadowed.title.whoweare {
  color: #fffc;
}

.shadowed.services-title {
  padding-left: 106px;
  padding-right: 106px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.shadowed.services-title._44 {
  padding-left: 0;
  font-size: 50px;
}

.shadowed.title-copy {
  color: #051d28cc;
  text-shadow: none;
}

.shadowed.title-copy.whoweare {
  color: #fffc;
}

.video-background {
  justify-content: space-around;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0;
}

.triangles {
  z-index: 100;
  background-image: url('../images/header_image_layer_new.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 130%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.slider-bg-container {
  object-fit: contain;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  inset: 0;
  overflow: auto;
}

.static-background {
  background-image: url('../images/p92_video_static_background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0;
}

.position-contact-section {
  background-color: #782c8b;
  padding: 0 30px 30px;
}

.position-contact-heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.position-label {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.position-email-link, .position-email-link:hover {
  color: #fff;
}

.position-intro {
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.position-subheading {
  margin-top: -5px;
}

.back-arrow {
  width: 18px;
  margin-top: -4px;
  margin-right: 6px;
  transform: rotate(90deg);
}

.back-arrow-link {
  margin-bottom: -8px;
  margin-left: -17px;
  margin-right: -17px;
  padding: 17px 17px 16px;
  overflow: hidden;
}

.back-arrow-text {
  opacity: 0;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}

.project-link {
  z-index: 100;
  flex: 1;
  margin-bottom: 0;
  padding: 17px 17px 16px;
  transition: all .25s;
  position: relative;
}

.project-link.previous {
  text-align: left;
  margin-left: -17px;
  margin-right: 0;
  display: block;
}

.project-link.next {
  text-align: right;
  margin-left: 0;
  margin-right: -17px;
}

.project-browser-controls {
  justify-content: space-between;
  display: flex;
}

.project-browser-arrow {
  width: 18px;
  margin-top: -4px;
  margin-left: 6px;
  margin-right: 6px;
}

.project-browser-arrow.back {
  margin-top: 0;
  margin-left: 0;
  transform: rotate(90deg);
}

.project-browser-arrow.next {
  margin-top: 0;
  margin-right: 0;
  transform: rotate(-90deg);
}

.project-browser-text {
  clear: both;
  opacity: 1;
  mix-blend-mode: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
  overflow: visible;
}

.project-browser-section {
  margin-bottom: -1px;
  padding-top: 10px;
}

.heads {
  z-index: 100;
  justify-content: center;
  margin-top: -50px;
  display: flex;
  position: relative;
}

.head {
  box-shadow: none;
  border-style: solid;
  border-color: #fff;
  border-radius: 100%;
  flex: none;
  align-self: center;
  width: 64px;
  height: 64px;
  margin: 18px 15px 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  transition: all .2s;
}

.head:hover {
  transform: translate(0, -2px);
  box-shadow: 1px 1px 11px #0000001a;
}

.head.dzsamila {
  background-color: #ececec;
  background-image: url('../images/career_strip_egyseges_szidi.png');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 2px;
}

.head.szarkaek {
  background-color: #ececec;
  background-image: url('../images/career_strip_dori.png');
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 2px;
}

.head.attila {
  background-color: #ececec;
  background-image: url('../images/career_strip_gayan_.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-width: 2px;
}

.head.zsolt {
  background-color: #ececec;
  background-image: url('../images/career_strip_cho__1.png');
  background-position: 45% 0;
  background-repeat: no-repeat;
  background-size: 90px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.head-label {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  text-decoration: none;
}

.head-link {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.signature {
  margin-top: 5px;
  font-weight: 400;
  display: block;
}

.signature-link {
  color: #1f1f65;
  border-bottom: 1px solid #00009b33;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.signature-link:hover {
  color: #00009b;
  border-bottom-color: #00009bb8;
}

.disabled {
  display: none;
}

.services-header {
  margin-bottom: 15px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.services-header._34 {
  float: none;
  clear: left;
  color: #333333de;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  transition: opacity .2s;
}

.services-header._34.designtitle {
  float: left;
  text-align: left;
}

.services-header._34.partners {
  margin-top: 40px;
}

.services-text-block {
  direction: ltr;
  text-align: left;
  text-indent: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.services-text-block.wide {
  padding-right: 99px;
}

.services-text-block.wide.onceonboard {
  margin-bottom: 60px;
  padding-right: 140px;
}

.services-text-block.careerblock {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 20px;
  line-height: 26px;
}

.services-text-block.careerblock.lead {
  color: var(--moonblue);
  font-weight: 500;
}

.text-span {
  font-size: 19px;
  font-weight: 400;
}

.list-item-2 {
  font-size: 17px;
  font-weight: 300;
  list-style-type: none;
}

.list-item-3, .list-item-4, .list-item-5 {
  font-size: 17px;
  list-style-type: none;
}

.list-item-6 {
  font-size: 17px;
}

.paragraph {
  color: #1489cd;
  background-image: linear-gradient(#1489cd1a, #1489cd1a);
  margin-top: 14px;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 17px;
  font-weight: 500;
}

.paragraph-2, .paragraph-3 {
  color: #333;
  font-size: 17px;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  font-size: 17px;
}

.paragraph-4 {
  height: 1em;
}

.heading {
  text-align: left;
}

.heading-2 {
  text-align: left;
  flex: 0 auto;
  padding-top: 0;
  font-size: 18px;
  line-height: 26px;
}

.heading-3 {
  text-align: left;
}

.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;
  background-color: #0000;
  flex-direction: column;
  width: 260px;
  margin-top: -200px;
  margin-left: -600px;
  padding-left: 0;
  display: flex;
  position: static;
}

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

.vonal {
  background-color: #fff;
  width: 500px;
  height: 2px;
  position: absolute;
  top: 61px;
}

.text-span-2 {
  font-weight: 300;
}

.section-2 {
  margin-top: 98px;
}

.design-section {
  margin-top: 0;
}

.row-2 {
  color: #29aae4;
}

.contact-email {
  color: #ffffffde;
  text-align: left;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.contact-email:hover {
  color: #0186c2;
}

.bold-text {
  color: #1489cd;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

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

.background-video {
  margin-top: 25px;
  padding-top: 0;
}

.unordered-list-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.unordered-list-3 {
  color: #000;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-5 {
  font-weight: 300;
}

.basetext {
  background-color: #0000;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.basetext.text {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  line-height: 28px;
  text-decoration: none;
  display: inline;
}

.basetext.text.references {
  font-weight: 500;
  line-height: 36px;
}

.basetext.listaelem {
  margin-bottom: 10px;
}

.basetext.bold {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: inline;
}

.basetext.bold.references {
  font-weight: 500;
  line-height: 36px;
}

.list {
  padding-left: 0;
}

.italic-text-2, .lead {
  font-style: normal;
}

.lead.blue {
  color: #46b0e2;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.lead.blue._42 {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.lead.blie {
  color: #e2255b;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
}

.lead.blie.gravity {
  margin-top: 40px;
}

.italic-text-3 {
  color: var(--moonblue);
  font-style: normal;
}

.bluelead {
  color: var(--moonblue);
  letter-spacing: 0;
  margin-top: 21px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.bluelead.careerh2title {
  margin-top: 20px;
  line-height: 20px;
}

.paragraph-5 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.italic-text-4 {
  font-style: normal;
  font-weight: 300;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
}

.blielead {
  display: block;
}

.col-copy.padding {
  color: #29aae4;
  padding-left: 10px;
  padding-right: 30px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.paragraph-8 {
  color: #000000de;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.field-label, .field-label-2, .field-label-3 {
  margin-left: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-top: 18px;
  font-family: Montserrat, sans-serif;
}

.paragraph-9.sociallinks {
  color: #fff;
  text-align: center;
  margin-top: 75px;
}

.paragraph-9.emails {
  text-align: left;
  margin-top: 0;
}

.paragraph-10 {
  font-size: 17px;
}

.paragraph-11, .paragraph-12, .paragraph-13 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 500;
}

.columns {
  background-color: #cbdb55;
  padding-top: 0;
}

.columns.socila {
  background-color: #000000de;
  background-image: linear-gradient(#0f455e80, #0f455e80), url('../images/moon_moon_fekvo.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.column {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 10px;
  top: auto;
}

.column.social {
  min-height: 180px;
  font-family: Montserrat, sans-serif;
  line-height: 226px;
}

.column-2 {
  background-color: #ff6008;
  padding-left: 24px;
}

.column-2.socila {
  background-color: #0000;
  min-height: 180px;
  line-height: 127px;
}

.column-3 {
  background-color: var(--moonblue);
  padding-left: 24px;
}

.column-3.socila {
  background-color: #0000;
  min-height: 180px;
  max-height: 100px;
  line-height: 226px;
}

.container-2 {
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 150px;
  overflow: visible;
}

.container-3 {
  padding-left: 97px;
}

.italic-text-5, .title-text-6 {
  font-style: normal;
}

.section-4 {
  margin-bottom: 25px;
  padding-top: 25px;
}

.section-4.support {
  background-color: #0000;
  padding-top: 40px;
}

.bold-text-7 {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.container-4 {
  padding-bottom: 0;
}

.columns-2 {
  margin-top: 72px;
  margin-bottom: 33px;
}

.grid {
  grid-row-gap: 16px;
  grid-template: "." minmax(16px, 64px)
                 "." 0
                 / 1fr .75fr;
  margin-left: 7px;
  padding-left: 0;
}

.container-5 {
  margin-top: 69px;
}

.column-4 {
  min-height: 180px;
  padding-left: 0;
  padding-right: 0;
  line-height: 226px;
}

.link {
  color: #ffffffde;
}

.recaptcha {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 7px;
}

.bold-text-8 {
  text-align: center;
  cursor: default;
  margin-top: 18px;
  font-style: normal;
  text-decoration: none;
  display: block;
  position: static;
  overflow: auto;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 500;
}

.paragraph-14 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-15 {
  font-size: 17px;
  line-height: 28px;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-22, .paragraph-23 {
  font-size: 17px;
}

.paragraph-24, .paragraph-25 {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-26 {
  padding-right: 20px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-27 {
  font-size: 17px;
  line-height: 28px;
}

.image-40 {
  margin-top: -304px;
  padding-left: 199px;
  position: sticky;
}

.image-41 {
  opacity: 1;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .275s;
  display: inline-block;
}

.image-42 {
  float: none;
  clear: none;
  opacity: 1;
  perspective: 216px;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  display: inline-block;
  position: static;
  bottom: auto;
  left: auto;
  overflow: visible;
  transform: perspective(588px)scale(1)perspective(196px);
}

.image-43 {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mask {
  padding-left: 0;
  overflow: hidden;
}

.lead-copy {
  font-style: normal;
}

.lead-copy.blue {
  color: #46b0e2;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.lead-copy.blue._42 {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.lead-copy.blie {
  color: #e2255b;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  display: inline-block;
}

.slide-nav {
  margin-left: 1px;
  padding-left: 1px;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.body {
  background-color: var(--black);
  margin-top: 0;
}

.div-block {
  z-index: 100;
  opacity: .4;
  background-color: #070606;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.div-block-2 {
  z-index: 120;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-3 {
  position: static;
}

.div-block-4 {
  float: none;
}

.div-block-5 {
  z-index: 10;
  opacity: .75;
  background-color: #051d2830;
  width: 100%;
  height: 100%;
  margin-top: 130px;
  margin-bottom: 10px;
  margin-left: -30px;
  position: absolute;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  height: 100%;
  display: grid;
  position: absolute;
  inset: auto auto 0% 0%;
}

.containernav {
  clear: none;
  justify-content: flex-start;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.list-item-11 {
  font-family: Montserrat, sans-serif;
}

.socilallink {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  transition-property: none;
}

.socilallink:hover {
  color: #fff;
}

.div-block-7 {
  margin-top: 53px;
}

.heading-7 {
  text-align: center;
  font-style: normal;
  text-decoration: none;
  overflow: visible;
}

.nametag {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
}

.div-block-8 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.grid-2 {
  clear: none;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template: "." 1fr
                 "."
                 "."
                 "."
                 "."
                 "."
                 "." minmax(auto, 1fr)
                 "."
                 "." minmax(auto, 1fr)
                 / 1.75fr 1.75fr 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-self: auto;
  margin-top: -100px;
  margin-bottom: 20px;
  display: grid;
  position: static;
  overflow: visible;
}

.down-arrow-link-2 {
  cursor: grab;
  flex-direction: row;
  align-items: center;
  margin: 0 -10px;
  padding: 0 10px;
  display: inline-block;
  overflow: hidden;
}

.section-5 {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  padding: 45px 31px 45px 30px;
  font-family: Montserrat, sans-serif;
}

.section-5.partner-logos {
  background-color: #fff;
}

.section-5.partner-logos.background {
  color: #1489cd;
  background-image: linear-gradient(#fff, #fff);
  padding-top: 0;
}

.column-head-2 {
  color: #0000008a;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.down-arrow-2 {
  color: #fff;
  width: 24px;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
}

.partners-container-2 {
  flex-wrap: wrap;
  align-items: flex-start;
  height: 107px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
  overflow: hidden;
}

.more-partner-logos-2 {
  color: #e51f59;
  align-self: baseline;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}

.paragraph-28 {
  font-family: Montserrat, sans-serif;
}

.link-2 {
  color: var(--moonblue);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.bluelead-2 {
  color: #42a7d6;
  letter-spacing: 0;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.services-text-block-2 {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  display: inline-block;
}

.bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  font-weight: 500;
}

.image-44 {
  float: right;
  clear: none;
  text-align: left;
  height: 280px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.image-44.kicsinyitve {
  float: right;
  clear: none;
  object-fit: fill;
  width: auto;
  height: 150px;
  margin-top: -150px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.section-6 {
  background-color: #fff;
}

.section-6.tender.homescreen {
  background-color: var(--black);
  opacity: 1;
  display: none;
}

.text-block-2 {
  float: left;
}

.container-6 {
  font-family: Montserrat, sans-serif;
}

.image-45, .image-46 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-47 {
  border: 1px solid #d0d0d8;
  border-radius: 0;
  margin-bottom: 20px;
}

.link-3 {
  font-weight: 400;
}

.image-48 {
  border: 1px solid var(--textcolor);
}

.accordion-wrapper {
  display: flex;
}

.accordion-item {
  flex: 0 auto;
}

.accordion-item-trigger {
  cursor: pointer;
  display: flex;
}

.accordion-item-content {
  overflow: hidden;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.columns-3 {
  display: block;
}

.icon {
  color: #333;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image-49 {
  float: none;
  clear: both;
  display: inline-block;
  position: static;
}

.heading-8 {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.image-50 {
  display: block;
}

.image-51 {
  width: 40px;
  height: 40px;
}

.image-52 {
  opacity: 1;
  text-align: left;
  flex: 0 auto;
  width: 32px;
  height: 32px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 15px;
  padding-right: 0;
  text-decoration: line-through;
}

.image-53 {
  width: 16px;
  height: 16px;
  margin-top: 40px;
  margin-right: 16px;
}

.services-text-block-copy {
  text-align: left;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 150px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  display: inline-block;
}

.services-text-block-copy.wide {
  padding-right: 99px;
}

.sectionx {
  padding: 45px 30px;
}

.sectionx.partner-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: scroll;
}

.column-head-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.more-partner-logos-3 {
  align-self: baseline;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}

.div-block-9 {
  margin-top: 50px;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.slider-img-container {
  z-index: 10;
  width: 50%;
  height: 100%;
  margin-top: 0;
  margin-left: 69px;
  padding-top: 56px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide-6 {
  background-image: url('../images/farm_42_rollup.jpg');
  background-position: 50%;
  background-size: cover;
}

.select-field {
  margin-left: 7px;
}

.select-field.input {
  background-color: #fff;
}

.container-8 {
  padding-left: 100px;
}

.link-4 {
  font-weight: 400;
}

.text-span-3 {
  color: #42a7d6;
  font-weight: 400;
}

.div-block-10 {
  background-color: #051d288a;
  height: 1px;
}

.slide-8 {
  background-image: url('../images/farm_42_rollup.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8._8 {
  background-image: url('../images/farm_42_green.jpg');
}

.slide-6-copy {
  background-image: url('../images/farm_42_rollup.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/farm42_logo.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-video-2 {
  background-color: var(--black);
  position: static;
}

.heading-9 {
  color: #fff;
  text-align: left;
  margin-right: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  margin-top: 21px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.button-2 {
  margin-top: 42px;
}

.text-span-4 {
  line-height: 70px;
}

.div-block-11 {
  background-color: #051d28;
  height: 100px;
  margin-bottom: -2px;
  padding-bottom: 0;
  display: block;
}

.html-embed {
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  display: block;
}

.link-block-5 {
  background-color: var(--black);
  width: 1800px;
  height: 170px;
  display: block;
}

.image-54 {
  float: right;
  clear: none;
  height: 150px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.section-7 {
  z-index: 999;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-6 {
  z-index: 1000;
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -220px;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.less-partner-logos {
  align-self: baseline;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: none;
}

.down-arrow-link_less {
  cursor: grab;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  margin: 0 -10px -10px;
  padding: 10px;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.up-arrow-copy {
  width: 24px;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
}

.less-partner-logos-copy {
  align-self: baseline;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}

.div-block-12 {
  margin-bottom: 8px;
}

.container-10 {
  margin-bottom: 25px;
}

.section-6-copy {
  background-color: #fff;
  display: block;
}

.section-6-copy.tender.homescreen {
  background-color: var(--black);
  opacity: 1;
  display: block;
}

.image-44-copy {
  float: right;
  clear: none;
  text-align: left;
  object-fit: fill;
  height: 120px;
  margin-top: 21px;
  margin-right: 22px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.image-44-copy.kicsinyitve {
  float: right;
  clear: none;
  object-fit: fill;
  width: auto;
  height: 150px;
  margin-top: -150px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nrdi_lead_green {
  color: #add177;
  letter-spacing: 0;
  margin-top: 21px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.heading-10 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: relative;
}

.bold-text-22 {
  font-weight: 500;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #42a7d666;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #0000;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion {
  border-bottom: 1px solid #fff;
  display: block;
}

.accordion-trigger-top {
  width: 100%;
  height: 60%;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-item-2 {
  cursor: pointer;
  border-top: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.accordion-item-2.kek {
  background-color: #42a7d666;
}

.accordion-item-2.zold {
  background-color: #42a7d666;
  margin-top: 0;
  padding-top: 5px;
}

.text-block-5 {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-5.acc_title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: grid;
}

.accordion-trigger-bottom {
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-item-bottom-wrapper {
  padding-left: 20%;
  font-size: 16px;
  display: block;
  overflow: hidden;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
  margin-right: 20px;
}

.container-11 {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.p-accordion-answer {
  max-width: 38vw;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 6px;
  padding-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-23 {
  font-weight: 600;
}

.bold-text-24 {
  font-weight: 500;
}

.link-block-7 {
  display: block;
}

.text-span-5 {
  color: var(--black);
  font-weight: 500;
}

.text-span-6, .text-span-7 {
  font-weight: 500;
}

.html-embed-2 {
  margin-left: 10px;
  padding-left: 0;
}

.file-uploader {
  margin-left: 10px;
  margin-right: -6px;
}

.shadowed-copy {
  color: #ffffffde;
  text-shadow: 1px 1px 4px #0000001a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.shadowed-copy.title {
  color: #051d28cc;
  text-shadow: none;
}

.shadowed-copy.title.whoweare {
  color: #fffc;
}

.shadowed-copy.services-title {
  padding-left: 106px;
  padding-right: 106px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.shadowed-copy.services-title._44 {
  padding-left: 0;
  font-size: 50px;
}

.shadowed-copy.title-copy {
  color: #fff;
  text-shadow: none;
}

.shadowed-copy.title-copy.whoweare {
  color: #fffc;
}

.section-hero-copy {
  background-image: none;
  padding: 120px 30px;
  position: relative;
  overflow: hidden;
}

.section-hero-copy.title {
  color: #fff;
  background-image: url('../images/fejlec_contact.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 50px;
}

.section-hero-copy.title.products {
  background-image: url('../images/fejlec_products.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section-hero-copy.title.design {
  background-color: #051d28;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.section-hero-copy.title.about {
  background-image: url('../images/fejlec_about.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section-hero-copy.title.about.keskeny {
  margin-top: 0;
}

.section-hero-copy.full-width {
  background-image: none;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0;
}

.section-hero-copy.full-width.research {
  background-image: url('../images/Audi-Box.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  margin-top: 90px;
}

.section-hero-copy.full-width.revoed {
  background-image: url('../images/header_Revoed_02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero-copy.full-width.nearshoring-solutions {
  background-image: url('../images/helision_header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero-copy.full-width.online-music-store {
  background-image: url('../images/header_mm_games_app.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-hero-copy.full-width.inflow {
  background-image: url('../images/shutterstock_1201537993_smart_city.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
}

.section-hero-copy.full-width.foundrybox-live {
  background-image: url('../images/onair_mockup_.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero-copy.full-width.sofia {
  background-image: url('../images/drone_smart.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero-copy.full-width.fieldback {
  background-image: url('../images/header_fieldback_infographic_hu.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero-copy.full-width.development {
  background-image: url('../images/desk_moon_dev.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90%;
  margin-top: 90px;
}

.section-hero-copy.full-width.innovation {
  background-image: url('../images/Innovation_header.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  margin-top: 90px;
}

.section-hero-copy.temp {
  z-index: 200;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-hero-copy.title-copy {
  color: #fff;
  background-image: url('../images/fejlec_contact.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 50px;
}

.section-hero-copy.title-copy.products {
  background-image: url('../images/fejlec_products.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section-hero-copy.title-copy.design {
  background-color: #051d28;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.section-hero-copy.title-copy.about {
  background-image: url('../images/fejlec_about.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

.section-hero-copy.title-copy.about.keskeny {
  margin-top: 0;
}

.section-hero-copy.title-copy.design-copy {
  background-color: #051d28;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.div-block-13 {
  display: none;
}

.ck-desc {
  font-family: Montserrat, sans-serif;
}

.ck-button-w {
  background-color: var(--dark-blue);
  opacity: 1;
  color: #ced9df;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #0000;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-family: Montserrat, sans-serif;
  font-size: 1.1875rem;
}

.ck-txt-link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
  font-family: Montserrat, sans-serif;
}

.ck-button__txt {
  font-family: Montserrat, sans-serif;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  justify-content: flex-start;
  padding: 1.5rem;
  font-family: Montserrat, sans-serif;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-modal {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-preference-w {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.text-block-6 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: relative;
  overflow: auto;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-button-w-2 {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w-2:hover {
  background-color: #262926;
}

.ck-button-w-2.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w-2.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w-2.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w-2.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-preference__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-prefmanager-w {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-preference__icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cquest {
  background-image: url('../images/CQUEST-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  font-family: Montserrat, sans-serif;
}

.gayan_image {
  background-image: url('../images/gayan-morf_kék_profilkep_duotone-p-500x500.jpg');
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.gayan_image.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.gayan_image.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.gayan_image.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.gayan_image.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.gayan_image.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gayan_image.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gayan_image.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gayan_image.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.gayan_image.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gayan_image.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.gayan_image.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gayan_image.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.gayan_image.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.gayan_image.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.gayan_image.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.gayan_image.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.gayan_image.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.gayan_image.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.gayan_image.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.gayan_image.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.gayan_image.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.gayan_image.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.gayan_image.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.gayan_image.farm42 {
  background-image: url('../images/F42.jpg');
}

.gayan_image.motif {
  background-image: url('../images/1001_.jpg');
}

.newrow_01 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow_01.disabled {
  display: none;
}

.portfolio-grid-card-date-copy, .gayan_date {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.gayan_heading, .pcpanda, .pcpanda2, .pcpanda-copy {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.second_row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.second_row.disabled {
  display: none;
}

.first_row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.first_row.disabled {
  display: none;
}

.duplicated_row-copy {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.duplicated_row-copy.disabled {
  display: none;
}

.newrow_02 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow_02.disabled {
  display: none;
}

.portfolio-grid-row-copy {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.portfolio-grid-row-copy.disabled {
  display: none;
}

.newrow_03 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow_03.disabled {
  display: none;
}

.newrow_04 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow_04.disabled {
  display: none;
}

.newrow_05 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow_05.disabled {
  display: none;
}

.newrow_06 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow_06.disabled {
  display: none;
}

.newrow_07 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow_07.disabled {
  display: none;
}

.date_motifmaker {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.motifmaker {
  background-image: url('../images/1001_motivum.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.motifmaker.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.motifmaker.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.motifmaker.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.motifmaker.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.motifmaker.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.motifmaker.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.motifmaker.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.motifmaker.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.motifmaker.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.motifmaker.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.motifmaker.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.motifmaker.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.motifmaker.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.motifmaker.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.motifmaker.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.motifmaker.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.motifmaker.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.motifmaker.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.motifmaker.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.motifmaker.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.motifmaker.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.motifmaker.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.motifmaker.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.motifmaker.farm42 {
  background-image: url('../images/F42.jpg');
}

.motifmaker.motif {
  background-image: url('../images/1001_.jpg');
}

.etnoshop {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.farm42_new {
  background-image: url('../images/F42_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.farm42_new.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.farm42_new.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.farm42_new.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.farm42_new.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.farm42_new.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.farm42_new.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.farm42_new.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.farm42_new.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.farm42_new.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.farm42_new.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.farm42_new.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.farm42_new.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.farm42_new.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.farm42_new.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.farm42_new.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.farm42_new.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.farm42_new.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.farm42_new.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.farm42_new.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.farm42_new.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.farm42_new.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.farm42_new.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.farm42_new.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.farm42_new.farm42 {
  background-image: url('../images/F42.jpg');
}

.farm42_new.motif {
  background-image: url('../images/1001_.jpg');
}

.getback {
  background-image: url('../images/GETBACK_Nutrition.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.getback.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.getback.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.getback.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.getback.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.getback.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.getback.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.getback.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.getback.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.getback.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.getback.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.getback.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.getback.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.getback.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.getback.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.getback.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.getback.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.getback.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.getback.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.getback.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.getback.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.getback.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.getback.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.getback.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.getback.farm42 {
  background-image: url('../images/F42.jpg');
}

.getback.motif {
  background-image: url('../images/1001_.jpg');
}

.portfolio-grid-card-heading-copy, .farm42_new_2, .dsfsagdasg, .pcpanda_brand {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.pc_panda_brand {
  background-image: url('../images/pcpanda_cover.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  font-family: Montserrat, sans-serif;
}

.neprajz_hu {
  background-image: url('../images/neprajz_hu_cover.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  font-family: Montserrat, sans-serif;
}

.skull {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.coder_apotheosis_3 {
  background-image: url('../images/coder_apotheosis_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.coder_apotheosis_3.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.coder_apotheosis_3.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.coder_apotheosis_3.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.coder_apotheosis_3.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.coder_apotheosis_3.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coder_apotheosis_3.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coder_apotheosis_3.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coder_apotheosis_3.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.coder_apotheosis_3.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coder_apotheosis_3.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.coder_apotheosis_3.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coder_apotheosis_3.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.coder_apotheosis_3.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.coder_apotheosis_3.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.coder_apotheosis_3.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.coder_apotheosis_3.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.coder_apotheosis_3.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.coder_apotheosis_3.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.coder_apotheosis_3.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.coder_apotheosis_3.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.coder_apotheosis_3.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.coder_apotheosis_3.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.coder_apotheosis_3.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.coder_apotheosis_3.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.coder_apotheosis_3.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.coder_apotheosis_3.motif {
  background-image: url('../images/1001_.jpg');
}

.helision_brand_ws {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.cquest-copy {
  background-image: url('../images/CQUEST-Cover.png');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  font-family: Montserrat, sans-serif;
}

.ksss {
  background-image: url('../images/KSSS-Cover.png');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  font-family: Montserrat, sans-serif;
}

.sclab {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.sclab:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.etnofoto {
  background-color: #fff;
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.etnofoto:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.sclab_2 {
  background-image: url('../images/SC-Lab-Cover.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.sclab_2.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.sclab_2.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.sclab_2.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.sclab_2.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.sclab_2.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sclab_2.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sclab_2.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sclab_2.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.sclab_2.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sclab_2.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.sclab_2.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sclab_2.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.sclab_2.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.sclab_2.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.sclab_2.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.sclab_2.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.sclab_2.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.sclab_2.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.sclab_2.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.sclab_2.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.sclab_2.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.sclab_2.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.sclab_2.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.sclab_2.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.sclab_2.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.sclab_2.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.sclab_2.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.mkik {
  background-image: url('../images/gayan.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.mkik.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.mkik.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.mkik.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.mkik.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.mkik.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mkik.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mkik.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mkik.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.mkik.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mkik.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.mkik.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mkik.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.mkik.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.mkik.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.mkik.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.mkik.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.mkik.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.mkik.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.mkik.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.mkik.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.mkik.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.mkik.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.mkik.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.mkik.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.mkik.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.mkik.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.mkik.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.mkik.mkik_cover {
  background-image: url('../images/MKIK-Cover.png');
  background-size: cover;
}

.coder_apotheosis {
  background-color: #fff;
  background-image: url('../images/coder_apotheosis_cover.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.coder_apotheosis:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.drinfo {
  background-image: url('../images/gayan.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.drinfo.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.drinfo.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.drinfo.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.drinfo.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.drinfo.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.drinfo.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.drinfo.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.drinfo.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.drinfo.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.drinfo.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.drinfo.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.drinfo.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.drinfo.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.drinfo.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.drinfo.image_dr_info {
  background-image: url('../images/dr_info_cover.jpg');
  background-size: cover;
}

.drinfo.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.drinfo.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.drinfo.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.drinfo.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.drinfo.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.drinfo.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.drinfo.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.drinfo.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.drinfo.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.drinfo.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.drinfo.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.drinfo.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.drinfo.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.jasz_ws {
  background-image: url('../images/JASZ-Cover.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.jasz_ws.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.jasz_ws.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.jasz_ws.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.jasz_ws.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.jasz_ws.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jasz_ws.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jasz_ws.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jasz_ws.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.jasz_ws.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jasz_ws.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.jasz_ws.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jasz_ws.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.jasz_ws.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.jasz_ws.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.jasz_ws.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.jasz_ws.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.jasz_ws.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.jasz_ws.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.jasz_ws.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.jasz_ws.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.jasz_ws.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.jasz_ws.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.jasz_ws.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.jasz_ws.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.jasz_ws.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.jasz_ws.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.jasz_ws.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_video {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.helision_video_02 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.helision_video_02:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.waterguard {
  background-image: url('../images/waterguard_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.waterguard.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.waterguard.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.waterguard.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.waterguard.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.waterguard.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waterguard.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waterguard.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waterguard.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.waterguard.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waterguard.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.waterguard.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waterguard.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.waterguard.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.waterguard.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.waterguard.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.waterguard.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.waterguard.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.waterguard.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.waterguard.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.waterguard.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.waterguard.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.waterguard.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.waterguard.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.waterguard.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.waterguard.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.waterguard.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.waterguard.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.waterguard_02 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.waterguard_02:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.waterguard_04 {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.sc_lab_v2 {
  background-image: url('../images/helision_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.sc_lab_v2.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.sc_lab_v2.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.sc_lab_v2.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.sc_lab_v2.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.sc_lab_v2.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_lab_v2.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_lab_v2.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_lab_v2.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.sc_lab_v2.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_lab_v2.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.sc_lab_v2.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_lab_v2.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.sc_lab_v2.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.sc_lab_v2.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.sc_lab_v2.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.sc_lab_v2.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.sc_lab_v2.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.sc_lab_v2.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.sc_lab_v2.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.sc_lab_v2.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.sc_lab_v2.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.sc_lab_v2.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.sc_lab_v2.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.sc_lab_v2.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.sc_lab_v2.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.sc_lab_v2.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.sc_lab_v2.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_application {
  background-image: url('../images/helision_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.helision_application.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.helision_application.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.helision_application.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.helision_application.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.helision_application.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_application.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_application.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_application.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.helision_application.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_application.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.helision_application.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_application.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.helision_application.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.helision_application.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.helision_application.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.helision_application.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.helision_application.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.helision_application.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.helision_application.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.helision_application.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.helision_application.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.helision_application.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.helision_application.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.helision_application.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.helision_application.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_application.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.helision_application.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_video_02_b {
  background-image: url('../images/helision_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.helision_video_02_b.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.helision_video_02_b.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.helision_video_02_b.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.helision_video_02_b.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.helision_video_02_b.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_video_02_b.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_video_02_b.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_video_02_b.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.helision_video_02_b.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_video_02_b.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.helision_video_02_b.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_video_02_b.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.helision_video_02_b.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.helision_video_02_b.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.helision_video_02_b.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.helision_video_02_b.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.helision_video_02_b.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.helision_video_02_b.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.helision_video_02_b.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.helision_video_02_b.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.helision_video_02_b.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.helision_video_02_b.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.helision_video_02_b.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.helision_video_02_b.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.helision_video_02_b.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_video_02_b.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.helision_video_02_b.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.vectorbase_date {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.vectorbase_image {
  background-image: url('../images/vectorbase_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.vectorbase_image.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.vectorbase_image.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.vectorbase_image.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.vectorbase_image.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.vectorbase_image.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vectorbase_image.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vectorbase_image.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vectorbase_image.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.vectorbase_image.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vectorbase_image.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.vectorbase_image.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vectorbase_image.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.vectorbase_image.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.vectorbase_image.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.vectorbase_image.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.vectorbase_image.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.vectorbase_image.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.vectorbase_image.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.vectorbase_image.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.vectorbase_image.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.vectorbase_image.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.vectorbase_image.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.vectorbase_image.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.vectorbase_image.farm42 {
  background-image: url('../images/F42.jpg');
}

.vectorbase_image.motif {
  background-image: url('../images/1001_.jpg');
}

.logos {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.logos_2 {
  background-image: url('../images/Neprajzi_mobil_app_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.logos_2.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.logos_2.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.logos_2.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.logos_2.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.logos_2.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logos_2.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logos_2.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logos_2.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.logos_2.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logos_2.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.logos_2.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logos_2.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.logos_2.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.logos_2.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.logos_2.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.logos_2.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.logos_2.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.logos_2.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.logos_2.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.logos_2.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.logos_2.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.logos_2.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.logos_2.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.logos_2.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.logos_2.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.logos_2.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.logos_2.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.helision_brand.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.helision_brand.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.helision_brand.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.helision_brand.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.helision_brand.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_brand.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_brand.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_brand.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.helision_brand.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_brand.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.helision_brand.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.helision_brand.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.helision_brand.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.helision_brand.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.helision_brand.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.helision_brand.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.helision_brand.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.helision_brand.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.helision_brand.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.helision_brand.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.helision_brand.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.helision_brand.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.helision_brand.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.helision_brand.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.helision_brand.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_brand.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.helision_brand.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.helision_brand_3 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.helision_brand_3:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.helision_brand_3.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.logos_we_made {
  display: inline-block;
}

.pcpanda_02 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.pcpanda_02:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.pcpanda_02.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.pcpanda_date {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.teleport_manpower {
  background-image: url('../images/teleport_manpower_01_1000.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.teleport_manpower.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.teleport_manpower.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.teleport_manpower.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.teleport_manpower.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.teleport_manpower.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teleport_manpower.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teleport_manpower.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teleport_manpower.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.teleport_manpower.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teleport_manpower.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.teleport_manpower.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teleport_manpower.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.teleport_manpower.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.teleport_manpower.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.teleport_manpower.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.teleport_manpower.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.teleport_manpower.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.teleport_manpower.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.teleport_manpower.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.teleport_manpower.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.teleport_manpower.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.teleport_manpower.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.teleport_manpower.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.teleport_manpower.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.teleport_manpower.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.teleport_manpower.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.teleport_manpower.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.portfolio-grid-image-holder-copy {
  background-image: url('../images/helision_cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.portfolio-grid-image-holder-copy.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.portfolio-grid-image-holder-copy.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.portfolio-grid-image-holder-copy.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.portfolio-grid-image-holder-copy.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.portfolio-grid-image-holder-copy.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.portfolio-grid-image-holder-copy.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.portfolio-grid-image-holder-copy.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.portfolio-grid-image-holder-copy.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.portfolio-grid-image-holder-copy.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.portfolio-grid-image-holder-copy.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.portfolio-grid-image-holder-copy.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.portfolio-grid-image-holder-copy.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.portfolio-grid-image-holder-copy.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.portfolio-grid-image-holder-copy.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.portfolio-grid-image-holder-copy.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.portfolio-grid-image-holder-copy.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.portfolio-grid-image-holder-copy.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.portfolio-grid-image-holder-copy.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-grid-image-holder-copy.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.etnofoto_cover {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.etnofoto_cover.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.etnofoto_cover.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.etnofoto_cover.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.etnofoto_cover.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.etnofoto_cover.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.etnofoto_cover.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.etnofoto_cover.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.etnofoto_cover.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.etnofoto_cover.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.etnofoto_cover.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.etnofoto_cover.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.etnofoto_cover.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.etnofoto_cover.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.etnofoto_cover.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.etnofoto_cover.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.etnofoto_cover.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.etnofoto_cover.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.etnofoto_cover.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.etnofoto_cover.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.etnofoto_cover.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.etnofoto_cover.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.etnofoto_cover.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.etnofoto_cover.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.etnofoto_cover.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.etnofoto_cover.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.etnofoto_cover.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.etnofoto_cover.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.etnofoto_cover.mkik_cover {
  background-image: url('../images/MKIK-Cover.png');
  background-size: cover;
}

.logos_v2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.logos_v2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.logos_v2.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.sclab_v2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.sclab_v2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.sclab_v2.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.vectorbase_v2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.vectorbase_v2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.vectorbase_v2.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.mondia_media {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.mondia_date {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.mondia_wl {
  background-image: url('../images/Mondia_wl_Cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.mondia_wl.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.mondia_wl.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.mondia_wl.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.mondia_wl.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.mondia_wl.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mondia_wl.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mondia_wl.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mondia_wl.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.mondia_wl.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mondia_wl.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.mondia_wl.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mondia_wl.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.mondia_wl.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.mondia_wl.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.mondia_wl.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.mondia_wl.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.mondia_wl.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.mondia_wl.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.mondia_wl.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.mondia_wl.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.mondia_wl.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.mondia_wl.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.mondia_wl.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.mondia_wl.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.mondia_wl.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.mondia_wl.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.mondia_wl.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.mondia_wl_2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.mondia_wl_2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.mondia_wl_2.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.teleport {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.teleport_manpower_02 {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.newrow00 {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.newrow00.disabled {
  display: flex;
}

.orange_date {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.orange {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.orangegames_-01 {
  background-image: url('../images/orange_cover_01.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.orangegames_-01.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.orangegames_-01.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.orangegames_-01.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.orangegames_-01.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.orangegames_-01.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orangegames_-01.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orangegames_-01.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orangegames_-01.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.orangegames_-01.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orangegames_-01.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.orangegames_-01.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orangegames_-01.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.orangegames_-01.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.orangegames_-01.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.orangegames_-01.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.orangegames_-01.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.orangegames_-01.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.orangegames_-01.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.orangegames_-01.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.orangegames_-01.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.orangegames_-01.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.orangegames_-01.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.orangegames_-01.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.orangegames_-01.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.orangegames_-01.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.orangegames_-01.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.orangegames_-01.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.orangegames_-01.image-31-copy {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orange_card {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.orange_card:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.orange_card.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.vodafone_grid {
  background-image: url('../images/voda_cover_v2.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.vodafone_grid.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.vodafone_grid.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.vodafone_grid.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.vodafone_grid.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.vodafone_grid.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vodafone_grid.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vodafone_grid.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vodafone_grid.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.vodafone_grid.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vodafone_grid.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.vodafone_grid.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vodafone_grid.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.vodafone_grid.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.vodafone_grid.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.vodafone_grid.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.vodafone_grid.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.vodafone_grid.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.vodafone_grid.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.vodafone_grid.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.vodafone_grid.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.vodafone_grid.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.vodafone_grid.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.vodafone_grid.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.vodafone_grid.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.vodafone_grid.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.vodafone_grid.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.vodafone_grid.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.vodafone_grid.image-31-copy {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.voda_date {
  color: #1489cd;
  background-color: #42a7d629;
  flex: none;
  align-self: flex-start;
  margin-top: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.voda_title {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.vodafone_01 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.vodafone_01:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.vodafone_01.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.empehealth-mobile-platform {
  color: var(--textcolor);
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.emp {
  background-image: url('../images/EMP_cover_v2.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  align-self: stretch;
  height: 300px;
}

.emp.image-2 {
  background-image: url('../images/neprajzi_1000x1000.jpg');
}

.emp.image-28 {
  background-image: url('../images/00_cover_image_logo.jpg');
}

.emp.image-11 {
  background-image: url('../images/1000x1000_szekelykapu_2.jpg');
}

.emp.image-9 {
  background-image: url('../images/webydoo_1000x1000.jpg');
}

.emp.image-29 {
  background-image: url('../images/1000x1000_eeg_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emp.image-30 {
  background-image: url('../images/Penny_Market_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emp.image-31 {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emp.image-32 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-size: cover;
}

.emp.image-33 {
  background-image: url('../images/vesta_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emp.image-34 {
  background-image: url('../images/FI_1000x1000.jpg');
  background-size: cover;
}

.emp.image-35 {
  background-image: url('../images/Penny_Market_1000x1000_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emp.image-36 {
  background-image: url('../images/Xpat_1000x1000.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.emp.image-37 {
  background-image: url('../images/Food_C_1000x1000.jpg'), url('../images/FI_1000x1000.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 500px;
}

.emp.image-38 {
  background-image: url('../images/getmo_kids_portfolio.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, 125px;
}

.emp.image_packageez {
  background-image: url('../images/packageez_1000x1000.jpg');
  background-size: cover;
}

.emp.image_38 {
  background-image: url('../images/onair_1000x1000.jpg');
}

.emp.image_37 {
  background-image: url('../images/packageez_1000x1000_1.jpg');
}

.emp.image_39 {
  background-image: url('../images/takarekbank_netbank_1000x1000.png');
}

.emp.image_40 {
  background-image: url('../images/slime_molde_1000x1000.jpg');
  background-size: cover;
}

.emp.image_50 {
  background-image: url('../images/farm42_1000x1000.jpg');
}

.emp.image_52 {
  background-image: url('../images/fishermans_market_1000x1000.jpg');
}

.emp.image_53 {
  background-image: url('../images/KreszMaria_1000x1000.jpg');
}

.emp.etnofoto {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
}

.emp.peek {
  background-image: linear-gradient(#edff64, #fff);
}

.emp.farm42 {
  background-image: url('../images/Etnoshop-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.emp.motif {
  background-image: url('../images/Etnofoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.emp.helision_app {
  background-image: url('../images/Helision-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.emp.image-31-copy {
  background-image: url('../images/Food_C_1000x1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emp_02 {
  background-color: #051d28;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.emp_grid {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.emp_grid:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.emp_grid.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

.icon-2, .icon-3 {
  display: none;
}

.image-55, .image-56 {
  display: inline-block;
}

.section-8, .section-8-copy {
  background-image: url('../images/moon42_fotok_header_long_web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.company {
  background-image: url('../images/moon42_fotok_header_long_web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 410px;
  margin-top: 0;
  display: block;
}

.slide-10 {
  background-image: url('../images/Farm42_screen_2.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.farm42_01 {
  background-image: url('../images/Farm42_screen_01.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.farm42_02 {
  background-image: url('../images/Farm42_screen_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.farm42_03 {
  background-image: url('../images/Farm42_screen_03.jpg');
  background-position: 50%;
  background-size: cover;
}

.farm42_04 {
  background-image: url('../images/Farm42_screen_04.jpg');
  background-position: 50%;
  background-size: cover;
}

.farm42_04._8 {
  background-image: url('../images/farm_42_green.jpg');
}

.slide-11, .farm42_05, .farm42_05-copy {
  background-image: url('../images/Farm42_screen05.jpg');
  background-position: 50%;
  background-size: cover;
}

.farm42_06 {
  background-image: url('../images/Farm42_screen_06.jpg');
  background-position: 50%;
  background-size: cover;
}

.farm42_07 {
  background-image: url('../images/Farm42_screen_07.jpg');
  background-position: 50%;
  background-size: cover;
}

.farm42_08 {
  background-image: url('../images/Farm42_screen_08.jpg');
  background-position: 50%;
  background-size: cover;
}

.farm42_09 {
  background-image: url('../images/Farm42_screen_10.jpg');
  background-position: 50%;
  background-size: cover;
}

.mobil_app_etno {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin: 10px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.mobil_app_etno:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 21px #0003;
}

.mobil_app_etno.helision_brand {
  background-image: url('../images/Helision_brand_cover.jpg');
}

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

.section-9, .section-10 {
  display: none;
}

.image-58, .image-59, .image-60 {
  display: inline-block;
}

.video {
  background-image: url('../images/JASZ-04.png');
  background-position: 50%;
  background-size: auto;
}

.slide-12 {
  font-family: Montserrat, sans-serif;
}

.slide-13 {
  background-image: url('../images/MKIK-03.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-15 {
  background-image: url('../images/MKIK-05.png');
  background-position: 50%;
  background-size: cover;
}

.motifcreator_section {
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/venice_motifcreator.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  display: block;
}

.text-block-7 {
  line-height: 32px;
}

.link-block-6-copy {
  z-index: 1009;
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 126px;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.link-block-6-copy.link-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  inset: auto auto 0% 0%;
}

.image-54-copy {
  float: right;
  clear: none;
  object-fit: fill;
  border-radius: 6px;
  height: 120px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.section-6-copy-copy {
  background-color: #fff;
  display: block;
}

.section-6-copy-copy.tender.homescreen {
  background-color: var(--black);
  opacity: 1;
  display: block;
}

.link-blockmobil {
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 126px;
  margin-right: 0;
  display: none;
}

.link-block-8 {
  display: block;
}

.image-61 {
  opacity: 1;
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.heading-11 {
  margin-bottom: 24px;
}

.heading-11-copy {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 28px;
  text-decoration: underline;
}

.image-54-main-page {
  float: right;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 6px;
  width: auto;
  max-width: 100%;
  height: 75px;
  margin-top: 169px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.text-span-8, .text-span-9 {
  color: var(--moonblue);
  text-decoration: underline;
}

.link-block-9 {
  float: right;
  position: static;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .small-text {
    position: relative;
    bottom: 10px;
  }

  .small-text.cards {
    position: absolute;
    bottom: 20px;
  }

  .main-link {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .main-link:hover {
    color: #ecd511;
  }

  .main-link.w--current {
    color: #ecd511;
    margin-top: 18px;
    padding-top: 14px;
  }

  .main-link.button {
    margin-left: 15px;
    display: inline-block;
  }

  .nav-menu {
    opacity: 1;
    text-align: left;
    background-color: #051d28;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 16px 16px;
    display: flex;
    position: static;
  }

  .brand {
    float: left;
    text-align: center;
    width: 90%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    line-height: 21px;
    display: block;
  }

  .brand.w--current {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    top: 0;
  }

  .navbar {
    opacity: 1;
    padding: 10px 62px 16px 24px;
    position: fixed;
  }

  .container {
    justify-content: center;
    padding-top: 70px;
    display: block;
  }

  .container.content {
    margin-bottom: 40px;
  }

  .container.services {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    float: left;
    color: #777;
    border-radius: 3px;
    margin-right: 10px;
    padding: 8px 0 5px;
    font-size: 32px;
    line-height: 32px;
  }

  .menu-button:hover {
    color: #333;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .menu-button.open {
    margin-top: 9px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .menu-icon {
    color: var(--moonblue);
    background-color: #051d28;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .section-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero.title {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .section-hero.title.products {
    margin-top: 88px;
    padding-bottom: 30px;
  }

  .section-hero.title.products.keskeny {
    margin-top: 0;
  }

  .section-hero.title.about {
    margin-top: 0;
    padding-bottom: 25px;
  }

  .section-hero.title.about.keskeny {
    padding-top: 16px;
  }

  .section-hero.full-width {
    background-attachment: scroll;
  }

  .section-hero.full-width.research {
    height: 45%;
    margin-top: 0;
  }

  .section-hero.full-width.revoed {
    background-position: 50%;
    height: 45%;
  }

  .section-hero.full-width.nearshoring-solutions {
    height: 45%;
  }

  .section-hero.full-width.online-music-store {
    height: 50%;
  }

  .section-hero.full-width.inflow, .section-hero.full-width.sofia, .section-hero.full-width.fieldback {
    height: 45%;
  }

  .section-hero.full-width.development, .section-hero.full-width.innovation {
    height: 45%;
    margin-top: 0;
  }

  .section-hero.temp {
    margin-top: 85px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero.temp.homescreen {
    margin-top: 0;
    display: none;
  }

  .slider-nav {
    padding-left: 32px;
  }

  .hero-slide-title {
    max-width: 95%;
  }

  .bottom-margin-medium {
    margin-bottom: 20px;
  }

  .bottom-margin-medium.half-column {
    padding-right: 30%;
  }

  .slide {
    padding: 30px;
  }

  .hero-line {
    display: inline;
  }

  .slider-background {
    display: block;
  }

  .header-fade {
    top: 85px;
  }

  .section---white-holder {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section---white-holder.rese, .section---white-holder.deve, .section---white-holder.inno {
    padding-top: 0;
  }

  .section-half-block {
    min-height: 0;
  }

  .block-main-holder {
    margin-right: -20px;
    padding: 30px;
  }

  .block-main-holder.left {
    margin-left: -20px;
    margin-right: -10px;
    padding-left: 30px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.news {
    padding-bottom: 10px;
  }

  .third-block-content-single {
    padding: 10px 20px 20px;
  }

  .third-block-content-single.bottom-margin-medium.half {
    margin-bottom: 0;
    overflow: hidden;
  }

  .third-block-content-single.half {
    min-height: 175px;
    max-height: 175px;
    padding-top: 10px;
  }

  .third-block-content-single.cover-card {
    min-height: 310px;
  }

  .quote-holder {
    background-position: 0 36px;
    background-size: 50px;
    padding-top: 30px;
    padding-left: 70px;
    padding-right: 0;
    line-height: 36px;
  }

  .footer-nav-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-copyright-section {
    padding-bottom: 0;
  }

  .full-spread-image {
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .content {
    margin-bottom: 40px;
  }

  .bottom-margin-extra-small {
    margin-top: 5px;
  }

  .bottom-margin-extra-small.longer {
    font-size: 16px;
  }

  .h4-light {
    font-size: 14px;
  }

  .h4-light.upper {
    margin-top: 0;
  }

  .h4-light.both {
    line-height: 22px;
  }

  .call-to-action {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .purple.inline-to-block {
    font-size: 39px;
  }

  .full-width-holder {
    height: auto;
  }

  .work-title-holder {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px;
    display: none;
  }

  .image-holder {
    height: 215px;
  }

  .image-holder.image-2 {
    background-position: 60% 0;
  }

  .image-holder.image-5 {
    background-position: 58%;
  }

  .image-holder.image-6 {
    background-position: 50%, 50%;
  }

  .image-holder.image-7, .image-holder.image-8, .image-holder.image-9, .image-holder.image-10, .image-holder.image-11, .image-holder.image-12, .image-holder.image-13, .image-holder.image-14, .image-holder.image-15, .image-holder.image-16, .image-holder.image-17, .image-holder.image-18, .image-holder.image-19, .image-holder.image-20, .image-holder.image-21, .image-holder.image-22, .image-holder.image-23 {
    background-position: 50%, 0 0;
  }

  .date {
    margin-left: -20px;
    padding-left: 20px;
  }

  .bottom-call-to-action.cta {
    margin-top: 0;
    font-size: 39px;
  }

  .mainlogo {
    float: none;
    clear: none;
    text-align: left;
    flex: 0 auto;
    max-width: 160%;
    max-height: 80%;
    margin: 10px 140px 0 142px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .portfolio-slider {
    height: 422px;
  }

  .card-heading {
    min-height: 60px;
    max-height: 60px;
    font-size: 15px;
    line-height: 20px;
  }

  .down-arrow-link {
    display: inline-block;
  }

  .about-image {
    width: 170px;
    height: 170px;
  }

  .carreers-section {
    margin-top: 0;
  }

  .carreers-section.image_header {
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
  }

  .carreers-job-section {
    padding-bottom: 40px;
  }

  .side-heading {
    font-size: 34px;
  }

  .maintenance.card-1 {
    background-image: url('../images/fejlec_contact.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .maintenance.card-3 {
    background-image: url('../images/allas_aloldal_bw_kep_v6.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .maintenance.card-1 {
    background-image: url('../images/fejlec_about.jpg');
  }

  .maintenance-heading {
    height: 53px;
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .testimonial-slide.slide-1 {
    background-position: 56%;
  }

  .testimonial-container {
    z-index: 5;
    padding-left: 60px;
    padding-right: 250px;
    position: relative;
  }

  .apostrophe {
    color: #ffffff61;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 380px;
    line-height: 380px;
    left: 13px;
  }

  .flex-card {
    flex-basis: 200px;
    position: relative;
  }

  .read-more {
    font-size: 13px;
  }

  .portfolio-grid_2022 {
    padding-bottom: 20px;
  }

  .portfolio-grid-image-holder {
    height: 215px;
  }

  .partner-logo-single.nokia {
    display: block;
  }

  .partners-container.maintenancelogo {
    height: 1200px;
    overflow: auto;
  }

  .partners-container.partners-container-2 {
    padding-right: 80px;
  }

  .shadowed {
    object-fit: fill;
  }

  .shadowed.title.whoweare {
    margin-top: 114px;
    padding-top: 0;
  }

  .shadowed.services-title {
    padding-left: 0;
    padding-right: 0;
  }

  .video-background {
    display: none;
  }

  .slider-bg-container {
    height: 600px;
    display: none;
  }

  .static-background {
    background-image: url('../images/shutterstock_700895902.jpg');
    background-size: cover;
  }

  .position-label {
    padding-right: 100px;
  }

  .project-browser-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-text-block {
    padding-right: 20px;
  }

  .services-text-block.wide.onceonboard {
    padding-right: 60px;
  }

  .utility-page-content {
    margin-left: -242px;
  }

  .design-section {
    margin-top: 0;
  }

  .slide-5 {
    flex-direction: column;
    display: inline-block;
  }

  .background-video {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .bluelead {
    line-height: 40px;
  }

  .columns-2 {
    margin-top: 60px;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-5 {
    margin-top: 0;
    display: block;
  }

  .containernav {
    clear: none;
    opacity: 1;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-2 {
    clear: none;
    grid-column-gap: 0px;
    flex: none;
    grid-template-rows: 1fr auto auto auto auto auto minmax(auto, 1fr) auto minmax(auto, 1fr) auto auto auto auto auto;
    grid-template-columns: auto auto auto minmax(auto, 3.5fr);
    grid-auto-flow: column;
    place-content: space-around;
    align-self: auto;
    place-items: start stretch;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bluelead-2 {
    line-height: 40px;
  }

  .sectionx {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-8 {
    padding-left: 0;
  }

  .text-span-4 {
    font-size: 45px;
  }

  .div-block-11 {
    display: none;
  }

  .image-54 {
    margin-top: 0;
    position: fixed;
  }

  .nrdi_lead_green {
    line-height: 40px;
  }

  .shadowed-copy.services-title {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero-copy.title {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .section-hero-copy.title.products {
    margin-top: 88px;
    padding-bottom: 30px;
  }

  .section-hero-copy.title.products.keskeny {
    margin-top: 0;
  }

  .section-hero-copy.title.about {
    margin-top: 0;
    padding-bottom: 25px;
  }

  .section-hero-copy.full-width {
    background-attachment: scroll;
  }

  .section-hero-copy.full-width.research {
    height: 45%;
    margin-top: 0;
  }

  .section-hero-copy.full-width.revoed {
    background-position: 50%;
    height: 45%;
  }

  .section-hero-copy.full-width.nearshoring-solutions {
    height: 45%;
  }

  .section-hero-copy.full-width.online-music-store {
    height: 50%;
  }

  .section-hero-copy.full-width.inflow, .section-hero-copy.full-width.sofia, .section-hero-copy.full-width.fieldback {
    height: 45%;
  }

  .section-hero-copy.full-width.development, .section-hero-copy.full-width.innovation {
    height: 45%;
    margin-top: 0;
  }

  .section-hero-copy.temp {
    margin-top: 85px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero-copy.temp.homescreen {
    margin-top: 0;
  }

  .section-hero-copy.title-copy {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .section-hero-copy.title-copy.products {
    margin-top: 88px;
    padding-bottom: 30px;
  }

  .section-hero-copy.title-copy.products.keskeny {
    margin-top: 0;
  }

  .section-hero-copy.title-copy.about {
    margin-top: 0;
    padding-bottom: 25px;
  }

  .cquest, .gayan_image, .motifmaker, .farm42_new, .getback, .pc_panda_brand, .neprajz_hu, .coder_apotheosis_3, .ksss, .portfolio-grid-image-holder-copy, .sclab_2, .mkik, .drinfo, .jasz_ws, .waterguard, .sc_lab_v2, .helision_application, .portfolio-grid-image-holder-copy, .helision_video_02_b, .vectorbase_image, .logos_2, .helision_brand, .teleport_manpower, .portfolio-grid-image-holder-copy, .etnofoto_cover, .mondia_wl, .orangegames_-01, .vodafone_grid, .emp {
    height: 215px;
  }

  .link-block-6-copy {
    margin-top: 49px;
    margin-right: 140px;
    display: none;
    position: static;
  }

  .image-54-copy {
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
    inset: 19% 0% auto auto;
  }

  .link-blockmobil {
    z-index: 1000;
    margin-top: 49px;
    margin-right: 140px;
    display: block;
    position: fixed;
  }

  .image-54-main-page {
    z-index: 10;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: fixed;
    inset: 19% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 29px;
  }

  .small-text {
    position: static;
  }

  .small-text.cards {
    margin-top: 10px;
    font-size: 15px;
    position: static;
  }

  .main-link {
    color: #fff;
    justify-content: flex-start;
  }

  .main-link.w--current {
    margin-top: 18px;
  }

  .nav-menu {
    background-color: var(--black);
    width: 100%;
    position: static;
    box-shadow: 0 11px 41px -7px #0000004d;
  }

  .brand {
    float: none;
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    float: none;
    text-align: left;
    align-items: flex-end;
    padding-right: 40px;
    display: flex;
    position: relative;
    inset: 0;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 68px;
    position: fixed;
  }

  .container {
    float: none;
    text-align: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .container.content {
    margin-bottom: 20px;
  }

  .container.services {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    z-index: 2;
    margin-top: 9px;
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
  }

  .menu-button:hover, .menu-button:active, .menu-button.w--open:hover {
    color: #777;
  }

  .menu-button.open.w--open {
    color: #777;
    font-weight: 300;
  }

  .menu-icon {
    background-color: var(--black);
    color: var(--moonblue);
    padding-top: 0;
  }

  .menu-icon:active {
    color: #777;
  }

  .section-hero.title {
    margin-top: 0;
  }

  .section-hero.title.products {
    margin-top: 79px;
    padding-bottom: 30px;
  }

  .section-hero.title.design {
    margin-top: 0;
  }

  .section-hero.title.about {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .section-hero.title.about.keskeny {
    margin-top: 0;
    padding-top: 94px;
  }

  .section-hero.full-width.research {
    height: 35%;
    margin-top: 0;
  }

  .section-hero.full-width.revoed, .section-hero.full-width.nearshoring-solutions {
    height: 35%;
  }

  .section-hero.full-width.online-music-store {
    height: 50%;
  }

  .section-hero.full-width.inflow, .section-hero.full-width.sofia, .section-hero.full-width.fieldback {
    height: 35%;
  }

  .section-hero.full-width.development {
    background-position: 71%;
    height: 45%;
    margin-top: 0;
  }

  .section-hero.full-width.innovation {
    background-position: 14%;
    height: 45%;
    margin-top: 0;
  }

  .section-hero.temp {
    margin-top: 79px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero.temp.homescreen {
    display: none;
  }

  .slider-nav {
    padding-left: 20px;
  }

  .hero-slide-title {
    max-width: 90%;
    font-size: 35px;
    line-height: 45px;
  }

  .bottom-margin-small.morelink {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
  }

  .bottom-margin-medium.half-column {
    padding-right: 10%;
  }

  .slide {
    padding: 20px;
  }

  .slider-background {
    width: 150%;
  }

  .header-fade {
    top: 79px;
  }

  .section---white-holder {
    padding-top: 20px;
  }

  .section---white-holder.rese {
    padding-top: 0;
  }

  .section---white-holder.deve {
    padding-top: 60px;
  }

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

  .col.padding {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-half-block {
    background-color: #fff;
  }

  .block-main-holder {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .block-main-holder.left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .half-block-main {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
  }

  .section.jump-off {
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .third-block-holder-single {
    margin-bottom: 30px;
    position: relative;
  }

  .third-block-holder-single.no-bottom-margin {
    margin-bottom: 0;
  }

  .third-block-content-single {
    min-height: auto;
    max-height: none;
    display: block;
  }

  .third-block-content-single.bottom-margin-medium.half {
    float: right;
    margin-bottom: 0;
    overflow: hidden;
  }

  .third-block-content-single.half {
    float: right;
    width: 50%;
    min-height: 0;
    max-height: none;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .third-block-content-single.cover-card {
    min-height: 0;
    padding-bottom: 30px;
  }

  .third-block-content-image {
    float: left;
    width: 50%;
    max-width: 50%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .quote-holder {
    background-position: 0 17px;
    background-size: 55px;
    padding-top: 10px;
    padding-left: 73px;
  }

  .social-icon {
    margin-left: 0;
    margin-right: 5px;
  }

  .footer-nav-section {
    padding: 30px 30px 10px;
  }

  .footer-copyright-section {
    padding-bottom: 20px;
  }

  .footer-nav-holder {
    margin-bottom: 20px;
    display: block;
  }

  .full-spread-image {
    margin-bottom: 40px;
  }

  .content {
    margin-bottom: 20px;
  }

  .bottom-margin-extra-small {
    margin-top: 20px;
  }

  .bottom-margin-extra-small.longer {
    font-size: 23px;
  }

  .bottom-margin-extra-small.job-postings-heading {
    margin-left: 10px;
    font-size: 38px;
  }

  .h4-light {
    font-size: 17px;
  }

  .purple.inline-to-block {
    font-size: 29px;
    display: inline-block;
  }

  .full-width-holder {
    height: auto;
  }

  .work-title-holder {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    display: none;
  }

  .down-arrow {
    width: 30px;
  }

  .image-holder {
    height: 300px;
    padding-bottom: 0%;
    position: static;
  }

  .image-holder.image-1 {
    height: 244px;
  }

  .image-holder.image-2 {
    display: block;
  }

  .image-holder.image-3, .image-holder.image-4 {
    height: 244px;
  }

  .image-holder.image-5 {
    background-position: 50%;
    height: 244px;
  }

  .image-holder.image-6 {
    background-position: 50%, 50%;
    background-size: cover, cover;
    height: 244px;
  }

  .image-holder.image-7, .image-holder.image-8, .image-holder.image-9, .image-holder.image-10, .image-holder.image-11, .image-holder.image-12, .image-holder.image-13, .image-holder.image-14, .image-holder.image-15, .image-holder.image-16, .image-holder.image-17, .image-holder.image-18, .image-holder.image-19, .image-holder.image-20, .image-holder.image-21, .image-holder.image-22, .image-holder.image-23 {
    background-position: 50%, 0 0;
    background-size: cover, cover;
    height: 244px;
  }

  .image-holder.image-24, .image-holder.image-25, .image-holder.image-27 {
    height: 244px;
  }

  .date {
    margin-left: 0;
    padding-left: 15px;
    position: absolute;
    right: 0;
  }

  .bottom-call-to-action.cta {
    margin-top: 0;
    font-size: 29px;
  }

  .mainlogo {
    align-self: center;
    margin: 10px auto 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .portfolio-slider {
    height: 331px;
  }

  .portfolio-link {
    float: left;
    width: 50%;
  }

  .min-90h {
    min-height: 0;
  }

  .card-heading {
    max-height: none;
    margin-top: 50px;
    font-size: 18px;
    line-height: 26px;
  }

  .card {
    display: block;
  }

  .custom-map.socila {
    background-color: #0000;
  }

  .floating-nav-brand, .floating-navbar {
    display: block;
  }

  .down-arrow-link {
    margin-left: -193px;
    display: inline-block;
  }

  .about-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .about-row {
    margin-bottom: 0;
  }

  .carreers-section {
    margin-top: 0;
    padding-left: 10px;
  }

  .carreers-section.image_header {
    background-attachment: scroll;
    height: 300px;
  }

  .carreers-job-section {
    padding-top: 40px;
  }

  .side-heading {
    margin-bottom: 25px;
    padding-left: 40px;
  }

  .side-heading.careeerblocktitle {
    padding-left: 20px;
  }

  .share {
    margin-left: 0;
    margin-right: 5px;
  }

  .share.twitter {
    margin-left: 20px;
  }

  .side-paragraph.job-postings-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .job-cards {
    margin-top: 20px;
  }

  .maintenance.card-1 {
    width: 100%;
    height: 220px;
  }

  .maintenance.card-3 {
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
  }

  .maintenance.card-1 {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
    display: flex;
  }

  .maintenance.card-5, .maintenance.card-6 {
    height: 220px;
  }

  .maintenance.card-2, .maintenance.card12 {
    height: 300px;
  }

  .maintenance-heading {
    height: 60px;
    font-size: 22px;
  }

  .job-card-text {
    font-size: 17px;
  }

  .job-card-text._4 {
    display: block;
  }

  .maintenance_column {
    margin-bottom: 10px;
    padding-top: 10px;
    display: block;
  }

  .testimonial-slide.slide-1 {
    background-position: -481px 0;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 30px;
  }

  .job-postings-column-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .job-postings-column-1 {
    padding-left: 0;
  }

  .testimonial-container {
    margin-top: 50px;
  }

  .apostrophe {
    font-size: 300px;
    line-height: 300px;
    top: -61px;
    left: 20px;
  }

  .flex-card {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .read-more {
    font-size: 15px;
  }

  .portfolio-grid-row {
    flex-direction: column;
  }

  .portfolio-grid-card {
    flex-direction: row;
  }

  .portfolio-grid-card-date {
    align-self: flex-start;
    margin-left: 20px;
  }

  .portfolio-grid-image-holder {
    width: 260px;
    height: 260px;
  }

  .portfolio-grid-image-holder.image-5, .portfolio-grid-image-holder.image-22 {
    height: 260px;
  }

  .partner-logo-container {
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
  }

  .partner-logo-single {
    width: 95px;
    height: 95px;
  }

  .partner-logo-single:hover {
    transform: none;
  }

  .partner-logo-single._1 {
    background-size: 80px;
  }

  .more-partner-logos {
    padding-left: 20px;
  }

  .partners-container {
    justify-content: space-around;
    height: 95px;
  }

  .partners-container.partners-container-2 {
    padding-right: 0;
  }

  .shadowed {
    padding-left: 10px;
    font-size: 35px;
  }

  .shadowed.title {
    padding-left: 20px;
  }

  .shadowed.title.whoweare {
    margin-top: 38px;
  }

  .shadowed.title-copy {
    padding-left: 20px;
  }

  .slider-bg-container {
    height: 400px;
  }

  .position-label {
    padding-right: 0;
  }

  .back-arrow-link {
    margin-left: 10px;
  }

  .project-browser-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-header._34 {
    line-height: 50px;
  }

  .services-text-block {
    direction: ltr;
    padding-left: 0;
    padding-right: 20px;
  }

  .services-text-block.wide {
    padding-left: 25px;
    padding-right: 26px;
  }

  .services-text-block.wide.onceonboard {
    padding-right: 60px;
  }

  .services-text-block.careerblock {
    margin-left: 20px;
  }

  .utility-page-wrap {
    background-color: var(--black);
  }

  .utility-page-content {
    margin-left: -142px;
  }

  .menu-button-2 {
    display: block;
  }

  .design-section {
    margin-top: 79px;
  }

  .slide-5 {
    background-image: url('../images/kéz.jpg');
    background-position: 0 0;
    background-size: cover;
    display: inline-block;
  }

  .basetext {
    font-weight: 300;
  }

  .bluelead {
    padding-left: 0;
  }

  .bluelead.careerh2title {
    margin-left: 20px;
  }

  .col-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .col-copy.padding {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .columns.socila {
    background-image: linear-gradient(#0f455e80, #0f455e80), url('../images/moon_moon.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .column.social {
    background-image: none;
    min-height: 40px;
  }

  .column-2.socila {
    background-color: #0000;
    background-image: none;
    min-height: 40px;
  }

  .column-3.socila {
    background-color: #0000;
    background-image: none;
    min-height: 40px;
    max-height: none;
  }

  .column-4 {
    background-image: none;
    min-height: 40px;
    padding-bottom: 70px;
  }

  .div-block-5 {
    margin-top: 0;
    display: none;
  }

  .grid-2 {
    grid-template-rows: 1fr auto auto auto auto auto minmax(auto, 1fr) auto minmax(auto, 1fr) auto auto auto auto auto auto auto auto;
  }

  .down-arrow-2 {
    width: 30px;
  }

  .partners-container-2 {
    justify-content: space-around;
    height: 95px;
  }

  .image-44.kicsinyitve {
    height: 120px;
  }

  .section-6.tender {
    padding-top: 0;
    display: block;
  }

  .section-6.tender.homescreen {
    display: none;
  }

  .services-text-block-copy {
    padding-left: 45px;
  }

  .link-block, .link-block-2, .link-block-3 {
    width: 100%;
  }

  .columns-4 {
    margin-right: 0;
    padding-right: 0;
  }

  .link-block-4 {
    width: 100%;
  }

  .text-span-4 {
    font-size: 30px;
  }

  .div-block-11 {
    height: 80px;
  }

  .image-54 {
    margin-top: 0;
    position: fixed;
  }

  .less-partner-logos {
    padding-left: 20px;
  }

  .up-arrow-copy {
    width: 30px;
  }

  .less-partner-logos-copy {
    padding-left: 20px;
  }

  .section-6-copy.tender.homescreen {
    display: none;
  }

  .image-44-copy.kicsinyitve {
    height: 120px;
  }

  .nrdi_lead_green {
    padding-left: 0;
  }

  .nrdi_lead_green.careerh2title {
    margin-left: 20px;
  }

  .shadowed-copy {
    padding-left: 10px;
    font-size: 35px;
  }

  .shadowed-copy.title, .shadowed-copy.title-copy {
    padding-left: 20px;
  }

  .section-hero-copy.title {
    margin-top: 0;
  }

  .section-hero-copy.title.products {
    margin-top: 79px;
    padding-bottom: 30px;
  }

  .section-hero-copy.title.about {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .section-hero-copy.full-width.research {
    height: 35%;
    margin-top: 0;
  }

  .section-hero-copy.full-width.revoed, .section-hero-copy.full-width.nearshoring-solutions {
    height: 35%;
  }

  .section-hero-copy.full-width.online-music-store {
    height: 50%;
  }

  .section-hero-copy.full-width.inflow, .section-hero-copy.full-width.sofia, .section-hero-copy.full-width.fieldback {
    height: 35%;
  }

  .section-hero-copy.full-width.development {
    background-position: 71%;
    height: 45%;
    margin-top: 0;
  }

  .section-hero-copy.full-width.innovation {
    background-position: 14%;
    height: 45%;
    margin-top: 0;
  }

  .section-hero-copy.temp {
    margin-top: 79px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero-copy.title-copy {
    margin-top: 0;
  }

  .section-hero-copy.title-copy.products {
    margin-top: 79px;
    padding-bottom: 30px;
  }

  .section-hero-copy.title-copy.about {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-preference-txt {
    display: none;
  }

  .cquest {
    flex: none;
    align-self: stretch;
    width: 260px;
    height: 260px;
  }

  .gayan_image {
    width: 260px;
    height: 260px;
  }

  .newrow_01 {
    flex-direction: column;
  }

  .portfolio-grid-card-date-copy, .gayan_date {
    align-self: flex-end;
  }

  .second_row, .first_row, .duplicated_row-copy, .duplicated_row-copy, .newrow_02, .portfolio-grid-row-copy, .newrow_03, .newrow_04, .newrow_05, .newrow_06, .newrow_07 {
    flex-direction: column;
  }

  .date_motifmaker {
    align-self: flex-start;
    margin-left: 10px;
  }

  .motifmaker, .farm42_new, .getback {
    width: 260px;
    height: 260px;
  }

  .pc_panda_brand, .neprajz_hu {
    flex: none;
    align-self: stretch;
    width: 260px;
    height: 260px;
  }

  .coder_apotheosis_3 {
    width: 260px;
    height: 260px;
  }

  .ksss {
    flex: none;
    align-self: stretch;
    width: 260px;
    height: 260px;
  }

  .sclab, .etnofoto {
    flex-direction: row;
  }

  .portfolio-grid-image-holder-copy, .sclab_2, .mkik {
    width: 260px;
    height: 260px;
  }

  .coder_apotheosis {
    flex-direction: row;
  }

  .drinfo, .jasz_ws {
    width: 260px;
    height: 260px;
  }

  .helision_video_02 {
    flex-direction: row;
  }

  .waterguard {
    width: 260px;
    height: 260px;
  }

  .waterguard_02 {
    flex-direction: row;
  }

  .sc_lab_v2, .helision_application, .portfolio-grid-image-holder-copy, .helision_video_02_b {
    width: 260px;
    height: 260px;
  }

  .vectorbase_date {
    align-self: flex-end;
  }

  .vectorbase_image, .logos_2, .helision_brand {
    width: 260px;
    height: 260px;
  }

  .helision_brand_3, .pcpanda_02 {
    flex-direction: row;
  }

  .pcpanda_date {
    align-self: flex-end;
  }

  .teleport_manpower, .portfolio-grid-image-holder-copy, .etnofoto_cover {
    width: 260px;
    height: 260px;
  }

  .logos_v2, .sclab_v2, .vectorbase_v2 {
    flex-direction: row;
  }

  .mondia_date {
    align-self: flex-end;
  }

  .mondia_wl {
    width: 260px;
    height: 260px;
  }

  .mondia_wl_2 {
    flex-direction: row;
  }

  .teleport_manpower_02 {
    align-self: flex-end;
  }

  .newrow00 {
    flex-direction: column;
  }

  .orange_date {
    align-self: flex-end;
  }

  .orangegames_-01 {
    width: 260px;
    height: 260px;
  }

  .orange_card {
    flex-direction: row;
  }

  .vodafone_grid {
    width: 260px;
    height: 260px;
  }

  .voda_date {
    align-self: flex-end;
  }

  .vodafone_01 {
    flex-direction: row;
  }

  .emp {
    width: 260px;
    height: 260px;
  }

  .emp_grid, .mobil_app_etno {
    flex-direction: row;
  }

  .image-54-copy {
    z-index: 1009;
    box-shadow: none;
    border: 1px #000;
    margin-top: 0;
    position: static;
    inset: -7% 0% auto auto;
  }

  .section-6-copy-copy.tender.homescreen {
    display: none;
  }

  .image-54-main-page {
    z-index: 1009;
    border: 1px #000;
    margin-top: 0;
    position: fixed;
    inset: 19% 0% auto auto;
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 479px) {
  .small-text {
    display: block;
    position: relative;
  }

  .small-text.white {
    margin-top: 10px;
    margin-left: 0;
    padding: 5px 0;
    font-size: 12px;
  }

  .main-link {
    margin-top: 10px;
  }

  .main-link.button {
    margin-left: 0;
    padding-top: 15px;
  }

  .main-link.button.submit {
    margin-left: 7px;
    padding: 8px 12px;
    position: static;
  }

  .nav-menu {
    z-index: 20000;
    background-color: var(--black);
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 0;
    display: block;
    position: static;
    top: 92px;
  }

  .brand {
    width: auto;
    margin-top: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    align-items: stretch;
    width: auto;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .navbar {
    padding: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .header-button-list {
    float: right;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px 50px;
    display: block;
  }

  .container.content {
    margin-bottom: 20px;
  }

  .container.services {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.services.job {
    padding-left: 10px;
  }

  .container.services.suti {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    margin-top: 9px;
    padding-bottom: 8px;
  }

  .menu-icon {
    background-color: #051d28;
    margin-top: -8px;
    padding-top: 0;
  }

  .section-hero {
    padding: 20px;
  }

  .section-hero.title {
    background-position: 50%;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .section-hero.title.products {
    margin-top: 99px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section-hero.title.design {
    padding-top: 146px;
    padding-bottom: 0;
  }

  .section-hero.title.about {
    margin-top: 70px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .section-hero.title.about.keskeny {
    margin-top: 0;
    padding-top: 49px;
    padding-bottom: 37px;
  }

  .section-hero.full-width.research {
    margin-top: 0;
  }

  .section-hero.full-width.revoed {
    height: 35%;
  }

  .section-hero.full-width.online-music-store {
    height: 40%;
  }

  .section-hero.full-width.foundrybox-live {
    height: 35%;
  }

  .section-hero.full-width.development {
    background-position: 62%;
    height: 35%;
    margin-top: 0;
  }

  .section-hero.full-width.innovation {
    background-position: 21%;
    height: 35%;
    margin-top: 0;
  }

  .section-hero.temp {
    margin-top: 99px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .section-hero.temp.homescreen {
    margin-top: -30px;
    display: none;
  }

  .slider-nav {
    padding-top: 5px;
    display: none;
  }

  .white-hero {
    display: none;
  }

  .hero-slide-title {
    max-width: 95%;
  }

  .bottom-margin-small.morelink {
    display: none;
  }

  .bottom-margin-medium {
    display: block;
  }

  .bottom-margin-medium.half-column {
    padding-right: 0%;
  }

  .bottom-margin-medium.contact-title {
    padding-top: 0;
  }

  .slider-mask {
    margin-top: 100px;
    overflow: visible;
  }

  .hero-line {
    font-size: 32px;
    display: none;
  }

  .slider-background {
    margin-top: 0;
    transform: translate3d(0, 0, 93px);
  }

  .header-fade {
    top: 99px;
  }

  .header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: block;
    position: relative;
  }

  .section---white-holder {
    margin-top: 0;
    padding: 49px 0 20px;
  }

  .section---white-holder.nopadding {
    padding-top: 20px;
  }

  .section---white-holder.map.kontakt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section---white-holder.rese, .section---white-holder.deve {
    padding-top: 10px;
  }

  .section---white-holder.inno {
    padding-top: 20px;
  }

  .section---white-holder.about {
    margin-top: 0;
    padding-top: 10px;
  }

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

  .block-main-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-main-holder.left {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .half-block-main {
    height: 200px;
  }

  .half-block-main.right.home-1, .half-block-main.right.home-3 {
    height: 300px;
  }

  .half-block-main.right.work-7 {
    background-position: 50%;
  }

  .half-block-main.home-2 {
    height: 300px;
  }

  .section {
    padding: 20px;
  }

  .section.news {
    height: auto;
  }

  .third-block-holder-single {
    margin-bottom: 20px;
  }

  .third-block-content-single {
    float: none;
    width: auto;
  }

  .third-block-content-single.bottom-margin-medium.half {
    float: none;
  }

  .third-block-content-single.half {
    float: none;
    width: 100%;
    display: block;
    position: static;
  }

  .third-block-content-image {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .quote-holder {
    background-size: 50px;
    padding-left: 65px;
    font-size: 18px;
    line-height: 31px;
  }

  .white-link.uppercase {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 4px;
    display: block;
  }

  .white-link.uppercase.mobilmenu {
    line-height: 16px;
  }

  .align-right {
    text-align: left;
  }

  .footer-nav-section {
    padding: 20px 20px 0;
  }

  .footer-copyright-section {
    padding: 20px 20px 10px;
  }

  .footer-nav-holder {
    display: block;
  }

  .full-spread-image {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .bottom-margin-extra-small.job-postings-heading {
    font-size: 30px;
  }

  .call-to-action {
    padding: 20px;
  }

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

  .full-width-holder {
    height: auto;
  }

  .work-title-holder {
    display: none;
  }

  .work-single-title {
    font-size: 32px;
  }

  .image-holder {
    float: none;
    padding-bottom: 88%;
    position: static;
  }

  .image-holder.image-2 {
    background-position: 50%;
  }

  .date {
    margin-left: -20px;
    padding-left: 20px;
    position: static;
  }

  .input {
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-call-to-action {
    line-height: 46px;
  }

  .mainlogo {
    text-align: center;
    flex: none;
    order: 0;
    align-self: center;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 40px;
    padding-bottom: 0;
    padding-left: 14px;
    text-decoration: line-through;
    position: static;
  }

  .portfolio-slider {
    width: auto;
    height: auto;
    display: block;
  }

  .portfolio-slider-nav {
    color: #0000;
  }

  .portfolio-link {
    width: 100%;
    height: auto;
  }

  .card-heading {
    min-height: 52px;
    max-height: 52px;
    margin-top: 15px;
  }

  .down-arrow-link {
    margin-left: -193px;
    display: inline-block;
  }

  .carreers-section {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carreers-section.image_header {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
  }

  .carreers-job-section {
    padding-top: 40px;
  }

  .carreers-job-section.light {
    padding-bottom: 30px;
  }

  .carreers-job-section.lower {
    padding-top: 20px;
  }

  .side-heading {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 30px;
  }

  .share.facebook {
    margin-left: 16px;
  }

  .side-paragraph, .side-paragraph.job-postings-text {
    font-size: 16px;
  }

  .maintenance.card-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .maintenance.card-3 {
    width: 100%;
    height: 400px;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .maintenance.card-3.lila {
    height: 400px;
  }

  .maintenance.card-1 {
    height: 400px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .maintenance.card-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .maintenance.card-6 {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .maintenance.card-2 {
    height: 450px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .maintenance.card12 {
    height: 350px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .maintenance.card12.senior {
    height: 450px;
  }

  .maintenance-heading {
    height: 40px;
  }

  .job-card-text._4 {
    margin-top: 10px;
  }

  .testimonial-slide.slide-1 {
    background-image: linear-gradient(to right, #ffffffcf 46%, #e8e8e83b 66%, #0000 85%), url('../images/Allasok_004.jpg');
    background-position: 0 0, -705px 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonial-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .testimonial-credits.testimonial-title {
    font-size: 14px;
    line-height: 18px;
  }

  .testimonial-credits.testimonial-name {
    font-size: 14px;
  }

  .testimonial-container {
    margin-top: 30px;
    padding-left: 27px;
    padding-right: 130px;
  }

  .apostrophe {
    top: -68px;
    left: 0;
  }

  .portfolio-grid_2022 {
    display: block;
  }

  .portfolio-grid-card {
    background-color: #0000;
    flex-direction: column;
    display: block;
  }

  .portfolio-grid-card-date {
    align-self: flex-start;
  }

  .portfolio-grid-image-holder.image-2, .portfolio-grid-image-holder.image-27, .portfolio-grid-image-holder.image-1, .portfolio-grid-image-holder.image-25, .portfolio-grid-image-holder.image-24, .portfolio-grid-image-holder.image-7, .portfolio-grid-image-holder.image-8, .portfolio-grid-image-holder.image-28, .portfolio-grid-image-holder.image-10, .portfolio-grid-image-holder.image-11, .portfolio-grid-image-holder.image-12, .portfolio-grid-image-holder.image-9, .portfolio-grid-image-holder.image-14, .portfolio-grid-image-holder.image-15, .portfolio-grid-image-holder.image-17, .portfolio-grid-image-holder.image-18, .portfolio-grid-image-holder.image-21, .portfolio-grid-image-holder.image-5, .portfolio-grid-image-holder.image-3, .portfolio-grid-image-holder.image-22, .portfolio-grid-image-holder.image-13, .portfolio-grid-image-holder.image-29, .portfolio-grid-image-holder.image-33, .portfolio-grid-image-holder.image-34, .portfolio-grid-image-holder.image-35, .portfolio-grid-image-holder.image-36, .portfolio-grid-image-holder.image-37, .portfolio-grid-image-holder.image-38, .portfolio-grid-image-holder.image_packageez, .portfolio-grid-image-holder.image_38, .portfolio-grid-image-holder.image_37, .portfolio-grid-image-holder.image_39, .portfolio-grid-image-holder.image_40, .portfolio-grid-image-holder.image_50, .portfolio-grid-image-holder.image_52, .portfolio-grid-image-holder.image_53, .portfolio-grid-image-holder.farm42, .portfolio-grid-image-holder.helision_app {
    width: auto;
  }

  .hr {
    padding-top: 10px;
  }

  .partner-logo-container {
    justify-content: space-around;
  }

  .partners-container.maintenancelogo {
    width: 400%;
    margin-left: -80px;
  }

  .shadowed {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 0;
    margin-bottom: -15px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    font-size: 19px;
    font-weight: 400;
    display: block;
  }

  .shadowed.title {
    color: #051d2880;
    text-shadow: none;
    padding-left: 20px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .shadowed.services-title._44 {
    font-size: 40px;
  }

  .shadowed.title-copy {
    color: #051d2880;
    text-shadow: none;
    padding-left: 20px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .slider-bg-container {
    height: 500px;
    padding-bottom: 0;
    display: none;
  }

  .static-background {
    background-position: 0 0;
    background-size: cover;
    transform: translate(0);
  }

  .back-arrow-link {
    margin-left: 0;
  }

  .project-link.previous {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-browser-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-header._34 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
  }

  .services-header._34.suti {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-text-block {
    direction: ltr;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .services-text-block.wide {
    direction: ltr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-text-block.wide.onceonboard {
    padding-right: 40px;
  }

  .services-text-block.careerblock {
    direction: ltr;
  }

  .utility-page-content {
    margin-top: -200px;
    margin-left: 22px;
  }

  .vonal {
    z-index: 1000;
    inset: 53px 0 0;
  }

  .design-section {
    margin-top: 99px;
  }

  .bold-text {
    text-align: left;
  }

  .unordered-list-2 {
    padding-left: 20px;
  }

  .bluelead {
    direction: ltr;
    text-align: left;
    white-space: normal;
    object-fit: fill;
    padding-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .bluelead.careerh2title {
    margin-top: 20px;
  }

  .field-label-3 {
    margin-left: 7px;
  }

  .columns.socila {
    background-position: 50% 0;
  }

  .columns-2 {
    margin-top: 0;
  }

  .grid {
    grid-template-columns: .25fr .75fr;
    margin-left: 0;
    display: block;
  }

  .recaptcha {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    z-index: 0;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-5 {
    opacity: 1;
    background-color: #ededed;
    margin-left: -20px;
    display: none;
  }

  .containernav {
    text-align: center;
    margin-right: 0;
  }

  .section-5 {
    padding: 20px;
  }

  .image-44 {
    height: 220px;
  }

  .image-44.kicsinyitve {
    height: 130px;
    display: block;
  }

  .section-6.tender.homescreen {
    position: absolute;
    inset: 0% 0% auto;
  }

  .services-text-block-copy {
    width: auto;
    padding-left: 35px;
    padding-right: 0;
  }

  .sectionx {
    padding: 20px;
  }

  .form {
    margin-right: 12px;
  }

  .text-span-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .container-9 {
    display: block;
  }

  .image-54 {
    z-index: 1000;
    opacity: 1;
    margin-top: 100px;
    margin-right: -8px;
    padding-left: 0;
    display: none;
    position: fixed;
  }

  .link-block-6 {
    float: right;
    inset: 0% 0% auto auto;
  }

  .section-6-copy.tender.homescreen {
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-44-copy {
    max-width: 90%;
    height: auto;
    margin-right: 8px;
  }

  .image-44-copy.kicsinyitve {
    height: 130px;
    display: block;
  }

  .nrdi_lead_green {
    direction: ltr;
    text-align: left;
    white-space: normal;
    object-fit: fill;
    padding-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-10 {
    padding-left: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .bold-text-22 {
    line-height: 25px;
  }

  .text-block-5.acc_title {
    line-height: 42px;
  }

  .accordion-item-bottom-wrapper {
    padding-left: 10%;
  }

  .p-accordion-answer {
    max-width: 100vw;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .shadowed-copy {
    margin-top: 0;
    margin-bottom: -15px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    font-size: 19px;
    font-weight: 400;
    display: block;
  }

  .shadowed-copy.title {
    color: #051d2880;
    text-shadow: none;
    padding-left: 20px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .shadowed-copy.services-title._44 {
    font-size: 40px;
  }

  .shadowed-copy.title-copy {
    color: #fff;
    text-shadow: none;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    display: block;
    position: relative;
  }

  .section-hero-copy {
    padding: 20px;
  }

  .section-hero-copy.title {
    background-position: 50%;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .section-hero-copy.title.products {
    margin-top: 99px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section-hero-copy.title.design {
    padding-top: 146px;
    padding-bottom: 0;
  }

  .section-hero-copy.title.about {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .section-hero-copy.title.about.keskeny, .section-hero-copy.full-width.research {
    margin-top: 0;
  }

  .section-hero-copy.full-width.revoed {
    height: 35%;
  }

  .section-hero-copy.full-width.online-music-store {
    height: 40%;
  }

  .section-hero-copy.full-width.foundrybox-live {
    height: 35%;
  }

  .section-hero-copy.full-width.development {
    background-position: 62%;
    height: 35%;
    margin-top: 0;
  }

  .section-hero-copy.full-width.innovation {
    background-position: 21%;
    height: 35%;
    margin-top: 0;
  }

  .section-hero-copy.temp {
    margin-top: 99px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .section-hero-copy.temp.homescreen {
    margin-top: -30px;
  }

  .section-hero-copy.title-copy {
    background-position: 50%;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .section-hero-copy.title-copy.products {
    margin-top: 99px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section-hero-copy.title-copy.design {
    padding-top: 146px;
    padding-bottom: 0;
  }

  .section-hero-copy.title-copy.about {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .section-hero-copy.title-copy.about.keskeny {
    margin-top: 0;
  }

  .section-hero-copy.title-copy.design-copy {
    padding-top: 146px;
    padding-bottom: 0;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-button-w-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .cquest {
    text-align: left;
    width: auto;
    display: block;
  }

  .portfolio-grid-card-date-copy, .gayan_date, .date_motifmaker {
    align-self: flex-start;
  }

  .motifmaker, .farm42_new, .getback, .pc_panda_brand, .neprajz_hu, .ksss {
    width: auto;
  }

  .sclab {
    background-color: #0000;
    flex-direction: column;
  }

  .etnofoto {
    flex-direction: column;
  }

  .sclab_2, .mkik.mkik_cover {
    width: auto;
  }

  .coder_apotheosis {
    flex-direction: column;
  }

  .drinfo.image_dr_info, .jasz_ws {
    width: auto;
  }

  .helision_video_02 {
    flex-direction: column;
  }

  .waterguard {
    width: auto;
  }

  .waterguard_02 {
    background-color: #0000;
    flex-direction: column;
  }

  .vectorbase_date {
    align-self: flex-start;
  }

  .logos_2 {
    width: auto;
    font-family: Montserrat, sans-serif;
  }

  .helision_brand {
    width: auto;
  }

  .helision_brand_3 {
    background-color: #0000;
    flex-direction: column;
  }

  .pcpanda_02 {
    flex-direction: column;
  }

  .pcpanda_date {
    align-self: flex-start;
  }

  .teleport_manpower {
    width: auto;
  }

  .logos_v2, .sclab_v2, .vectorbase_v2 {
    flex-direction: column;
  }

  .mondia_date {
    align-self: flex-start;
  }

  .mondia_wl {
    width: auto;
  }

  .mondia_wl_2 {
    background-color: #0000;
    flex-direction: column;
  }

  .teleport_manpower_02, .orange_date {
    align-self: flex-start;
  }

  .orangegames_-01 {
    width: auto;
  }

  .orange_card {
    background-color: #0000;
    flex-direction: column;
  }

  .vodafone_grid {
    width: auto;
  }

  .voda_date {
    align-self: flex-start;
  }

  .vodafone_01 {
    background-color: #0000;
    flex-direction: column;
  }

  .emp {
    width: auto;
  }

  .emp_grid, .mobil_app_etno {
    background-color: #0000;
    flex-direction: column;
  }

  .mask-2 {
    color: #0000;
  }

  .motifcreator_section {
    background-position: 50%;
    background-size: 960px;
    background-attachment: scroll;
    width: auto;
    height: 400px;
    display: block;
  }

  .link-block-6-copy {
    display: block;
  }

  .link-block-6-copy.link-block-6 {
    position: fixed;
  }

  .image-54-copy {
    opacity: 1;
    mix-blend-mode: normal;
    height: 90px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
    top: 0%;
  }

  .section-6-copy-copy.tender.homescreen {
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-54-main-page {
    opacity: 1;
    mix-blend-mode: normal;
    height: 90px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
    top: 0%;
  }
}

#w-node-bb5c7b48-9aa8-66bc-6ce9-bc6f02d94981-49ec5b17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24925a09-fd28-8b6a-679d-5f2d31c17d4a-49ec5b17 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-ead703ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-ead703ac {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_2aa60c57-423b-edc4-9086-d0759cde8618-bbd703ad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2aa60c57-423b-edc4-9086-d0759cde8619-bbd703ad {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_2aa60c57-423b-edc4-9086-d0759cde8618-9dd703ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2aa60c57-423b-edc4-9086-d0759cde8619-9dd703ae {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-8cd703b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-8cd703b0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-aa39a833-d169-45b8-c75c-cb4696bfdd98-d6d703b2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_3d66640f-dd0f-1256-200b-155092ca9f6f-d6d703b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-7cd703b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-7cd703b6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-62d703ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-62d703ba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-2ad703bc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-2ad703bc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-0ad703c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-0ad703c9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-bdd703cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-bdd703cb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-6bd703cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-6bd703cc {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-f1d7040a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-f1d7040a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_292e5904-24f3-16ed-fa22-cfef2789bcdb-10d70414 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_292e5904-24f3-16ed-fa22-cfef2789bcdd-10d70414 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-3fd7042a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-3fd7042a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-c0d70463 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-c0d70463 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-13d7046a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-13d7046a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-5ad7046b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-5ad7046b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-18d7046c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-18d7046c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a4f-42d70471 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2805297-4125-a2c0-23bd-409708400a50-42d70471 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-aa39a833-d169-45b8-c75c-cb4696bfdd98-d6d703b2 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }
}


