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

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

body {
  background-color: #fafafa;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.45;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  color: #fff;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  min-height: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 400;
  text-align: justify;
}

.placeholder.white {
  color: #fff;
}

.placeholder.white {
  color: #fff;
}

.placeholder.base {
  width: 35vw;
}

.placeholder.absolute {
  position: absolute;
  z-index: 100;
}

.placeholder.showcase {
  width: 37vw;
  margin-top: 0vh;
}

.head {
  margin-top: 0px;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  text-align: justify;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  height: auto;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fafafa;
  color: #fff;
}

.navigation.fixed {
  position: fixed;
  width: 100vw;
  background-color: #fafafa;
}

.navigation-link {
  position: relative;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #ccb3a1;
}

.navigation-link.w--current {
  color: #333;
}

.navigation-link.w--current:hover {
  color: #ccb3a1;
}

.navigation-link.brand {
  padding-left: 0px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.button {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #333;
  text-transform: uppercase;
}

.button.coloured {
  background-color: #fff;
  color: #c1b6af;
  font-weight: 400;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.base-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-section.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.base-section.showcase {
  padding-right: 0vw;
}

.base-section.showcase.alternative {
  padding-right: 8vw;
  padding-left: 0vw;
}

.base-section.work {
  background-image: url('../images/work_hero.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.base-section.contact {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.base-section.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.base-section.small {
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price {
  font-size: 70px;
}

.price.small {
  font-size: 30px;
}

.mention {
  font-size: 12px;
  text-align: center;
}

.line {
  width: 100%;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px solid #dfdfdf;
}

.gdpr {
  width: 50vw;
  font-size: 14px;
}

.website {
  width: 70vw;
  height: 70vh;
}

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

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

.website.a {
  background-image: url('../images/showcase_after.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.website.b {
  background-image: url('../images/showcase_sze2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.website.c {
  background-image: url('../images/showcase_art.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.website.d {
  background-image: url('../images/showcase_sze1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.showcase-slider {
  width: 65vw;
  height: 70vh;
  margin-left: -28vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.showcase-mask {
  background-color: #fafafa;
}

.icon {
  color: #cecece;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.reduced {
  width: 27vw;
}

.body {
  background-color: #fafafa;
}

.open-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.playground-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.element-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 40vw;
  margin-right: -3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colordiva {
  position: absolute;
  left: 0vw;
  top: 5.9vw;
  right: auto;
  bottom: auto;
  width: 30vw;
  height: 15vw;
  background-color: #b8bcbf;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #ede6e5, rgba(190, 162, 122, 0.35));
  box-shadow: 4px 4px 30px -30px rgba(0, 0, 0, 0.6);
}

.colordiva.u {
  left: -4.1vw;
  top: 4.3vw;
  height: 11vw;
}

.colordiva.p {
  background-image: radial-gradient(circle farthest-side at 100% 100%, #fff, rgba(153, 153, 153, 0));
}

.colordiva.perks {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-image: url('../images/c2.jpg'), linear-gradient(157deg, #adadad, rgba(82, 82, 82, 0.35));
  background-position: 100% 0%, 0px 0px;
  background-size: cover, auto;
}

.colordivb {
  position: absolute;
  left: auto;
  top: 7.7vw;
  right: 5.5vw;
  bottom: auto;
  width: 8vw;
  height: 8vw;
  background-color: #676c72;
}

.colordivb.u {
  top: 4.2vw;
  right: 9.2vw;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #ddc6a4, #acaba9);
}

.colordivb.p {
  background-color: #dbc5ae;
}

.colordivb.perks {
  left: 0%;
  top: 15.5vw;
  right: auto;
  bottom: auto;
  background-color: #949494;
}

.colordivb.contact {
  background-color: #d3a584;
}

.colordivc {
  position: absolute;
  left: -5.8vw;
  top: 22.6vw;
  right: auto;
  bottom: 0%;
  width: 6vw;
  height: 6vw;
  background-color: #d0ced1;
}

.colordivc.contact {
  left: 0.7vw;
  background-color: #bcbcbc;
}

.colordivd {
  position: absolute;
  left: 3.8vw;
  right: auto;
  bottom: 13.6vw;
  width: 8vw;
  height: 8vw;
  background-color: #b8bcbf;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #ceb49e, #b8bcbf);
}

.colordivd.p {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #cbb3a2, #cecece);
}

.colordivd.p.show {
  left: -13.9vw;
}

.colordivd.perks {
  left: auto;
  top: auto;
  right: -1.9vw;
  bottom: 8.6vw;
  width: 18vw;
  height: 12vw;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #888, #b8bcbf);
}

.colordivd.contact {
  left: auto;
  top: auto;
  right: 12vw;
  bottom: 5.4vw;
  z-index: 12;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #d2a483 5%, #b8bcbf);
}

.colordive {
  position: absolute;
  left: auto;
  top: auto;
  right: -0.1vw;
  bottom: 9.7vw;
  width: 4.5vw;
  height: 4.5vw;
  background-color: #585252;
}

.colordive.u {
  right: 9vw;
  bottom: 9.3vw;
  background-color: #ceae8e;
}

.image-full {
  position: relative;
  z-index: 19;
  width: 33vw;
  height: 20vw;
  background-image: url('../images/c4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 8px 8px 50px -20px rgba(0, 0, 0, 0.53);
}

.image-full.contact {
  width: 30vw;
  height: 18vw;
  background-image: url('../images/kapcsolat_kave.jpg');
  background-position: 50% 50%;
}

.image-portrait {
  position: absolute;
  left: -3.5vw;
  top: auto;
  right: auto;
  bottom: -7.7vw;
  z-index: 20;
  width: 14vw;
  height: 18vw;
  background-image: url('../images/c2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 30px -20px rgba(0, 0, 0, 0.65);
}

.image-square {
  position: absolute;
  left: auto;
  top: auto;
  right: 3.4vw;
  bottom: -5.2vw;
  z-index: 21;
  width: 10vw;
  height: 10vw;
  background-image: url('../images/c1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 8px 8px 30px -20px rgba(0, 0, 0, 0.55);
}

.black-body {
  padding-top: 18vw;
  padding-right: 6vw;
  padding-left: 10vw;
  background-color: #333;
}

.website-base-div {
  position: absolute;
  left: 0%;
  top: 7.6vw;
  right: auto;
  bottom: auto;
  z-index: 29;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5px;
  background-color: #fff;
  box-shadow: 4px 5px 20px -16px #000;
}

.website-base-div.showcase {
  position: static;
  top: 5.6vw;
  z-index: 1000;
  margin-left: 0vw;
}

.website-nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1vw;
  margin-bottom: 0vw;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #c9c9c9;
  font-size: 11px;
  line-height: 1;
}

.website-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29.5vw;
  height: 18.8vw;
  margin-bottom: 0.3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #fafafa;
}

.tablet-base {
  position: absolute;
  left: auto;
  top: auto;
  right: 14.1vw;
  bottom: 9.1vw;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  height: 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5px;
  background-color: #fff;
  box-shadow: 2px 6px 20px -16px #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tablet-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17.5vw;
  height: 11.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5px;
  background-image: url('../images/tabletview.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.phone-base {
  position: absolute;
  left: auto;
  top: auto;
  right: 14.2vw;
  bottom: 22.4vw;
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vw;
  height: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 20px -16px #000;
}

.phone-base.contact {
  left: 7.5vw;
  top: auto;
  right: auto;
  bottom: 3.7vw;
  width: 9vw;
  height: 15vw;
}

.home-b-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-b-place.contact {
  height: 1.5vw;
}

.home-button {
  width: 11px;
  height: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 100vw;
  background-color: #ccc;
}

.phone-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5.8vw;
  height: 8.4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mobileview.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.phone-content-div.contact {
  width: 8.7vw;
  height: 13.3vw;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(211, 165, 132, 0.35)), to(hsla(0, 0%, 100%, 0))), url('../images/kapcsolat_telefon.jpg');
  background-image: linear-gradient(270deg, rgba(211, 165, 132, 0.35), hsla(0, 0%, 100%, 0)), url('../images/kapcsolat_telefon.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 125px;
}

.unique-div {
  position: relative;
  width: 55vw;
  height: 40vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.unique-div.perks {
  display: block;
  width: 40vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.unique-div.products {
  margin-top: 104px;
}

.unique-div.show {
  height: 29vw;
}

.static {
  position: absolute;
  left: auto;
  top: 0%;
  right: 9.2vw;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a3a3a;
  background-image: linear-gradient(30deg, #ccb3a1, #b9baba);
  box-shadow: 9px 9px 20px -20px #000;
  color: #fff;
}

.perk-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14vw;
  height: 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666;
  background-image: linear-gradient(326deg, #b8bbbd, #ccb4a1);
  color: #fff;
  font-size: 12px;
}

.perk-div._1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3.5vw;
  bottom: 4vw;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.perk-div._2 {
  position: absolute;
  left: auto;
  top: 4vw;
  right: 3.5vw;
  bottom: auto;
  z-index: 30;
}

.perk-div._3 {
  position: absolute;
  left: 4vw;
  top: 4vw;
  right: auto;
  bottom: auto;
  z-index: 30;
}

.perk-div._4 {
  position: absolute;
  left: 4vw;
  top: auto;
  right: auto;
  bottom: 4vw;
  z-index: 30;
  background-color: hsla(0, 0%, 40%, 0);
}

.dynamic {
  position: absolute;
  left: 3.5vw;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 27vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b8bbbc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bbbd), to(#ccb3a1));
  background-image: linear-gradient(180deg, #b8bbbd, #ccb3a1);
  box-shadow: 9px 9px 20px -20px #000;
  color: #fff;
}

.design {
  position: absolute;
  left: auto;
  top: 14.9vw;
  right: 17.1vw;
  bottom: auto;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  height: 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a3a3a;
  background-image: linear-gradient(28deg, #cbb3a2, #b9babb);
  box-shadow: 9px 9px 20px -20px #000;
  color: #fff;
}

.website-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 45%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/fullview.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.example-clip {
  margin-top: 40px;
  margin-left: 8px;
  background-image: url('../images/clip.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-size: 24px;
}

.example-clip.notfixed {
  background-attachment: scroll;
}

.example-small {
  color: #fff;
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
}

.example-noclip {
  color: #fff;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
}

.long-section {
  height: 2000vw;
}

.wide-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1780vw;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wide-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wide-base.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-bg {
  position: absolute;
  z-index: -1;
  margin-top: 0vh;
  margin-left: -6vw;
  color: #fff;
  font-size: 350px;
  text-transform: none;
}

.sub-paragraph {
  font-size: 18px;
  font-weight: 400;
}

.website-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 100vh;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.utility-page-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 55vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  font-size: 200px;
  line-height: 1.2;
}

._404block {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 11.8vw;
  z-index: 60;
  margin-bottom: 21px;
}

.price-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 26vw;
  margin-right: 1vw;
  margin-left: 0vw;
  padding-top: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.price-card-2.pricing {
  height: auto;
  min-height: 30vw;
  margin-right: 0vw;
  -webkit-transition: all 650ms ease;
  transition: all 650ms ease;
}

.price-card-2.pricing:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #ccb3a1, #b8bbbc);
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  color: #fff;
}

.black-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(93deg, #ccb3a1, #b8bbbc);
  color: #fff;
}

.contact-form {
  width: 30vw;
  margin-right: 5vw;
  color: #000;
}

.contact-form.arajanlat {
  width: 40vw;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 160vh;
  padding-top: 38vh;
  padding-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.contact-wrapper.contact {
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
}

.spacer {
  width: 65vw;
  height: 20vh;
}

.tf {
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #cacaca;
}

.tf:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ccb3a1;
  color: #646464;
}

.succes-message {
  height: 50vh;
  background-color: #333;
  color: #fff;
}

.error-message {
  width: 30vw;
  background-color: #f07878;
}

.csomag {
  width: 10vw;
  height: 10vw;
  border: 1px solid #000;
}

.csomag.stat {
  width: 12vw;
  height: 12vw;
  border-color: #dfdfdf;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/static-t.svg');
  background-position: 50% 50%;
  background-size: 13vh;
  background-repeat: no-repeat;
}

.csomag.stat.dyn {
  background-image: url('../images/dnyamic-t.svg');
  background-size: 17vh;
}

.csomag.stat.id {
  background-image: url('../images/identity-t.svg');
  background-size: 16.5vh;
}

.hidden {
  display: none;
}

.checkbox-field {
  padding-left: 0px;
}

.checkbox-field-2 {
  padding-left: 0px;
}

.checkbox {
  background-color: #333;
}

.text-link {
  color: #333;
  text-decoration: none;
}

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

@media (max-width: 991px) {
  h4 {
    font-size: 10px;
    font-weight: 400;
  }
  .placeholder {
    width: 40vw;
  }
  .head {
    text-align: left;
  }
  .navigation {
    height: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .navigation.fixed {
    height: auto;
  }
  .base-section {
    height: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .base-section.reverse {
    height: 80vh;
  }
  .base-section.showcase {
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .base-section.showcase.alternative {
    padding-left: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .base-section.work {
    height: 100vh;
    background-position: 50% 50%;
    background-size: contain;
  }
  .base-section.small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .base-section.products {
    padding-bottom: 10vh;
  }
  .mention {
    font-size: 10px;
  }
  .website {
    width: 90vw;
  }
  .website.ec {
    width: 84vw;
  }
  .showcase-slider {
    width: 90vw;
    margin-left: 0vw;
  }
  .reduced {
    width: 40vw;
  }
  .colordivc.contact {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .home-button {
    width: 8px;
    height: 8px;
  }
  .example-clip {
    font-size: 14px;
  }
  .example-small {
    font-size: 6px;
  }
  .example-noclip {
    font-size: 15px;
  }
  .price-card-2 {
    width: 22vw;
    height: 47vw;
  }
  .price-card-2.pricing {
    width: 27vw;
    min-height: 40vh;
  }
  .contact-form {
    width: 45vw;
  }
  .contact-form.arajanlat {
    width: 60vw;
  }
  .contact-wrapper.contact {
    padding-top: 15vh;
  }
  .error-message {
    width: 45vw;
  }
  .csomag.stat {
    width: 18vw;
    height: 18vw;
  }
  .text-link {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .placeholder.white {
    width: 70vw;
    margin-top: 15vw;
  }
  .placeholder.white {
    width: 70vw;
  }
  .paragraph {
    overflow: hidden;
  }
  .navigation {
    height: auto;
    padding-left: 6vw;
    background-color: #fafafa;
  }
  .navigation.fixed {
    height: auto;
  }
  .navigation-link {
    background-color: #fafafa;
  }
  .nav-menu {
    height: 100vh;
    background-color: #fafafa;
  }
  .base-section {
    height: auto;
    padding-top: 23px;
  }
  .base-section.reverse {
    height: 150vh;
  }
  .base-section.showcase {
    height: auto;
    padding-top: 20vh;
    padding-bottom: 20vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .base-section.work {
    height: 120vh;
  }
  .base-section.contact {
    height: 120vh;
    padding-bottom: 6vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .base-section.small {
    height: 120vh;
    padding-top: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .base-section.products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .price.small {
    font-size: 40px;
  }
  .gdpr {
    width: 95vw;
  }
  .website {
    height: 100vh;
  }
  .website.ec {
    background-size: contain;
  }
  .website.vifo {
    background-size: contain;
  }
  .showcase-slider {
    height: 100vh;
  }
  .menu-button {
    background-color: hsla(0, 0%, 98%, 0);
    color: #333;
    font-size: 20px;
  }
  .menu-button.w--open {
    background-color: #fafafa;
    color: #333;
  }
  .heading {
    font-size: 24px;
  }
  .open-section {
    height: 150vh;
    padding-top: 10vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .colordivc.contact {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .black-body {
    padding-left: 4vw;
  }
  .nav-icon.grey {
    color: #ccb3a1;
  }
  .price-card-2.pricing {
    width: 40vw;
    height: 60vw;
    margin-bottom: 31px;
  }
  .price-card-2.pricing:hover {
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000;
  }
  .contact-form {
    width: 90vw;
  }
  .contact-form.arajanlat {
    width: 88vw;
  }
  .contact-wrapper {
    overflow: hidden;
    width: 100vw;
    height: 250vh;
    padding-top: 14vh;
    padding-right: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .spacer {
    height: 0vh;
  }
  .error-message {
    width: 90vw;
  }
  .csomag.stat {
    background-size: 10vw;
  }
  .csomag.stat.dyn {
    background-size: 12vw;
  }
  .csomag.stat.id {
    background-size: 12vw;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 13px;
  }
  h4 {
    font-size: 9px;
  }
  h5 {
    font-size: 12px;
  }
  .placeholder {
    width: 90vw;
    max-width: 300px;
  }
  .placeholder.base {
    width: 92vw;
    max-width: 320px;
  }
  .navigation {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.28);
  }
  .navigation-link.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: hsla(0, 0%, 98%, 0);
    color: #333;
  }
  .button.send {
    width: 100%;
  }
  .nav-menu {
    height: 92vh;
    background-color: #fafafa;
  }
  .base-section {
    height: auto;
    padding-top: 21vw;
    padding-bottom: 20vh;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .base-section.reverse {
    height: 100vh;
    padding-right: 4vw;
    padding-bottom: 20vh;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .base-section.showcase {
    overflow: hidden;
    height: 100vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .base-section.work {
    height: 100vh;
    padding-top: 19vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 100% 100%;
    background-size: 170vw;
  }
  .base-section.contact {
    height: 90vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .base-section.testimonial {
    height: 120vh;
  }
  .base-section.small {
    height: 60vh;
    padding-top: 33vw;
  }
  .base-section.products {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price {
    font-size: 60px;
    line-height: 1.1;
  }
  .price.small {
    font-size: 30px;
    font-weight: 600;
  }
  .mention {
    font-size: 13px;
    text-align: center;
  }
  .gdpr {
    width: 84vw;
    font-size: 12px;
  }
  .website {
    width: 100vw;
    height: 50vh;
  }
  .website.ec {
    width: 100vw;
    height: 50vh;
    margin-left: -8vw;
    background-size: cover;
  }
  .website.vifo {
    width: 100vw;
    height: 50vh;
    margin-left: -8vw;
    background-size: cover;
  }
  .website.a {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .website.b {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .website.c {
    margin-left: 0vw;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .website.d {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .showcase-slider {
    width: 100vw;
    height: 50vh;
  }
  .showcase-mask {
    width: 100vw;
    height: 50vh;
    margin-left: 0vw;
  }
  .reduced {
    width: 90vw;
    max-width: 300px;
  }
  .menu-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    height: 10vh;
    padding-left: 76px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
  }
  .menu-button.w--open {
    background-color: #fafafa;
    color: #333;
  }
  .open-section {
    height: 100vh;
    padding-top: 13vh;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .playground-div {
    width: 91vw;
    margin-top: 5vh;
  }
  .element-container {
    position: relative;
    width: 91vw;
    height: 40vh;
    margin-right: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .colordiva {
    left: 1.8vw;
    top: 7.4vw;
    height: 20vw;
  }
  .colordiva.u {
    left: auto;
    top: -1.1vw;
    right: 20.1vw;
    bottom: 0%;
    height: 20vw;
  }
  .colordiva.p {
    left: 10.8vw;
    top: 9.6vw;
    width: 50vw;
    height: 30vw;
  }
  .colordiva.perks {
    width: 45vw;
    height: 25vw;
  }
  .colordivb.u {
    top: 4.3vw;
    right: 0.1vw;
    bottom: 0px;
  }
  .colordivc {
    left: -1.8vw;
    top: 26.6vw;
    width: 8vw;
    height: 8vw;
  }
  .colordivc.u {
    left: -2.9vw;
  }
  .colordivc.contact {
    left: 1.1vw;
    top: 23.4vw;
  }
  .colordivd {
    left: 3.1vw;
  }
  .colordivd.u {
    bottom: 10.4vw;
  }
  .colordivd.p {
    left: auto;
    top: auto;
    right: 10.8vw;
    bottom: 22.6vw;
    width: 14vw;
    height: 18vw;
  }
  .colordivd.perks {
    right: 9.7vw;
    width: 20vw;
    height: 30vw;
  }
  .colordive {
    left: auto;
    top: auto;
    right: 1.7vw;
    bottom: 6.5vw;
    width: 20vw;
    height: 13vw;
  }
  .colordive.u {
    width: 6vw;
    height: 6vw;
  }
  .image-full {
    width: 65vw;
    height: 38vw;
  }
  .image-full.contact {
    width: 70vw;
    height: 50vw;
  }
  .image-portrait {
    width: 23vw;
    height: 28vw;
  }
  .image-square {
    width: 15vw;
    height: 15vw;
  }
  .black-body {
    padding-left: 2vw;
  }
  .website-base-div {
    left: 2.4vw;
    width: 65vw;
    height: 45vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .website-nav-div {
    height: 3vw;
    font-size: 10px;
  }
  .website-content-div {
    width: 64vw;
    height: 41.5vw;
  }
  .tablet-base {
    right: 8.2vw;
    bottom: 9.7vw;
    width: 35vw;
    height: 25vw;
  }
  .tablet-content-div {
    width: 34vw;
    height: 24vw;
  }
  .phone-base {
    right: 8.2vw;
    bottom: 36.1vw;
    width: 15vw;
    height: 23vw;
  }
  .phone-base.contact {
    width: 25vw;
    height: 40vw;
  }
  .home-b-place {
    height: 2vw;
  }
  .home-b-place.contact {
    height: 4vw;
  }
  .home-button {
    width: 5px;
    height: 5px;
  }
  .home-button.contact {
    width: 8px;
    height: 8px;
  }
  .phone-content-div {
    width: 14.5vw;
    height: 20.5vw;
  }
  .phone-content-div.contact {
    width: 24vw;
    height: 35.5vw;
  }
  .unique-div {
    width: 92vw;
    height: 40vh;
  }
  .unique-div.perks {
    width: 92vw;
  }
  .unique-div.products {
    margin-top: 0px;
  }
  .static {
    left: 33vw;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 40vw;
    height: 22vw;
  }
  .perk-div {
    width: 30vw;
    height: 30vw;
  }
  .perk-div._1 {
    right: 14vw;
  }
  .perk-div._2 {
    top: 0vw;
    right: 14vw;
  }
  .perk-div._3 {
    left: 14vw;
    top: 0vw;
  }
  .perk-div._4 {
    left: 14vw;
  }
  .dynamic {
    left: 0vw;
    width: 30vw;
    height: 50vw;
  }
  .design {
    left: 33vw;
    top: 25vw;
    right: auto;
    bottom: auto;
    width: 22vw;
    height: 22vw;
  }
  .example-small {
    font-size: 4px;
  }
  .example-noclip {
    font-size: 12px;
  }
  .nav-icon {
    position: absolute;
    left: auto;
    top: auto;
    right: 4vw;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5vh;
    height: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-icon.grey {
    color: #ccb3a1;
  }
  .price-card-2 {
    width: 60vw;
    height: 50vh;
    max-width: 320px;
    margin-right: 0vw;
    margin-bottom: 4vh;
  }
  .price-card-2.pricing {
    width: 90vw;
    height: 50vh;
    background-color: #333;
    color: #fff;
  }
  .price-card-2.pricing:hover {
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
  }
  .contact-form {
    width: 90vw;
  }
  .contact-wrapper {
    height: auto;
    padding-top: 27vh;
    padding-bottom: 7vh;
  }
  .contact-wrapper.contact {
    height: auto;
    padding-bottom: 10vh;
  }
  .spacer {
    height: 5vh;
  }
  .succes-message {
    width: 90vw;
    height: 90vw;
  }
  .csomag.stat {
    width: 28vw;
    height: 28vw;
    background-size: 18vw;
  }
  .csomag.stat.dyn {
    background-size: 22vw;
  }
  .csomag.stat.id {
    background-size: 21vw;
  }
  .right-arrow {
    display: none;
  }
  .gdpr-div {
    font-size: 12px;
  }
}

#w-node-621b6ae34edf-42964e41 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-621b6ae34edd-42964e41 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-621b6ae34ed9-42964e41 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

