:root {
  --slate-grey: #546681;
  --white: white;
  --slate-blue: #484dff;
  --red-highlight: #ff3a3a;
  --font-blue: var(--blu);
  --blu: #1a3066;
  --dark-slate-grey: #2e3642;
  --black: black;
  --midnight-blue: #001632;
  --blue-whitish: #ccd6ff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.header {
  z-index: 99;
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 72vh;
  padding: 90px 5%;
  display: flex;
  position: relative;
}

.header.blog {
  min-height: auto;
}

.header.tentang-kami {
  height: auto;
}

.header.ev {
  z-index: 1;
  background-image: linear-gradient(#000231ad, #000231ad), url('../images/electricvehicle_ostravirtek.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12.5%;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.container.space-below {
  margin-bottom: 4rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.container.ev {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.heading {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1.2;
  display: block;
}

.heading.justify-right {
  color: #1a3066;
  text-align: right;
}

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

.heading.blog {
  margin-bottom: 4rem;
}

.paragraph {
  color: var(--slate-grey);
  max-width: none;
  min-height: 150px;
  margin-bottom: 0;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 750px;
  min-height: 0;
}

.paragraph.vstation {
  min-height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button {
  background-color: var(--slate-blue);
  border-radius: 45px;
  margin-right: 15px;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 1px 7px 2px #fff3;
}

.button.button-space {
  margin-top: 25px;
}

.button.button-space.width {
  text-align: center;
  width: 225px;
}

.button.zero-margin {
  margin-right: 0;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.service-card-wrap.justify-center {
  justify-content: center;
}

.footer-title {
  color: var(--white);
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 14%;
  display: flex;
}

.footer-column.contact {
  width: 25%;
}

.footer-column-large {
  width: 40%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer {
  background-color: #fff;
  background-image: linear-gradient(32deg, #3d42ffcc 40%, #242dd4 60%), url('../images/linepattern-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 5rem 5% 20px;
  position: static;
}

.footer-text-02 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--red-highlight);
}

.footer-link.w--current {
  color: #fff;
  font-family: Inter, sans-serif;
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 100%;
  padding: 0;
}

.column.case-study {
  width: 100%;
}

.service-card {
  background-color: var(--white);
  border: 4px #484dff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 290px;
  height: 100%;
  padding: 2rem 25px;
  display: flex;
  box-shadow: 0 0 14px -5px #0016321a;
}

.service-card.align-center, .service-card.alternate {
  align-items: center;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

.card-content-wrap.justify-center {
  display: flex;
}

.heading-3 {
  color: var(--font-blue);
  text-align: left;
  width: 100%;
  height: 25%;
  min-height: 90px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 25px;
}

.heading-3.justify-center {
  text-align: center;
}

.heading-3.study-case {
  min-height: 60px;
}

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

.paragraph-2 {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.4;
}

.paragraph-2.justify-center {
  text-align: center;
}

.paragraph-2.card-text {
  min-height: 250px;
  margin-bottom: 0;
}

.hero-block {
  align-items: center;
  width: 60%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 0;
  display: flex;
  position: relative;
}

.image-block.align-top {
  align-items: flex-start;
  padding-top: 2rem;
}

.image-block.align-top.ev {
  width: 40%;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 0;
  display: flex;
}

.section-content {
  z-index: 3;
  background-color: #0000;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 5% 3rem;
  display: flex;
  position: relative;
}

.section-content.no-padding {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-content.no-padding.top-margin {
  margin-top: 120px;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  display: flex;
}

.title {
  color: var(--slate-blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  color: var(--blu);
  letter-spacing: -.5px;
  min-width: 600px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 800px;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.heading-primary.ev {
  min-width: 500px;
  max-width: none;
}

.button-wrap-hero {
  margin-top: 35px;
}

.button-wrap-hero.justify-right {
  justify-content: flex-end;
  display: flex;
}

.button-wrap-hero.justify-center {
  justify-content: center;
  display: flex;
}

.button-wrap-hero.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: var(--slate-grey);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: var(--slate-blue);
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
  display: none;
  overflow: visible;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: flex;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.phone-text {
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #ffffffeb;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.link-block {
  text-decoration: none;
}

.navigation-link {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--slate-blue);
}

.navigation-block-left {
  align-items: center;
  width: 20%;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.logo-image {
  width: 75%;
}

.logo-image.smaller {
  width: 60%;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.logo-link {
  width: auto;
  display: flex;
}

.navigation {
  z-index: 100;
  background-color: #ffffff4d;
  border-bottom: 1px solid #ffffff14;
  min-height: 80px;
  padding: .5rem 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  height: 98px;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: var(--dark-slate-grey);
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px 0 0;
  display: flex;
  position: relative;
}

.hero-image-wrap.align-top {
  align-items: flex-start;
}

.hero-image-wrap.align-top.padding-on {
  padding-left: 1.5rem;
}

.content-block-right {
  align-items: center;
  width: 60%;
  min-height: 350px;
  padding: 25px;
  display: flex;
}

.content-block-right.ev {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: none;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.arrow {
  width: 28px;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-columns-2 {
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-paragraph {
  color: var(--slate-grey);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: #484dff;
}

.button-default {
  background-color: var(--slate-blue);
  text-align: center;
  border-radius: 50px;
  width: 100%;
  padding: 14px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.button-default.full-circle {
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 225px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  box-shadow: 1px 2px 5px #0003;
}

.new-tag {
  color: #2dca73;
  background-color: #2dca731a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

.hero-content {
  display: flex;
}

.hero-content.justify-center {
  justify-content: center;
}

.paragraph-hero {
  color: var(--slate-grey);
  max-width: none;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.paragraph-hero.justify-right {
  text-align: right;
  max-width: none;
}

.content-block-hero {
  min-width: 500px;
  max-width: none;
  position: relative;
}

.button-navigation {
  background-color: var(--slate-blue);
  border-radius: 50px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: none;
}

.footer-text {
  color: var(--white);
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.footer-text.vchargingstation {
  font-size: 14px;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: #fff;
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.counterup {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.section-content-plain {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 100px 0%;
  display: none;
}

.section-content-plain.client {
  background-image: none;
}

.blog-article-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.blog-article-wrap.justify-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 280px;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-placeholder-image {
  background-image: url('../images/vgm_thumbnail.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #ecf6ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: var(--slate-blue);
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 1rem;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 5rem 5% 4rem;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: none;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  background-color: var(--white);
  background-image: linear-gradient(#152f8b91, #152f8b91), url('../images/bussns.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding: 5rem 5% 4rem;
  display: flex;
}

.section-cta.ev {
  background-image: linear-gradient(#000231ad, #000231ad), url('../images/photoostraindo-04.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  color: var(--slate-blue);
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.blog-placeholder-image-03 {
  background-image: url('../images/2021-08-17-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-placeholder-image-02 {
  background-image: url('../images/lafki_thumbnail.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.container-flex {
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: #ffffff94;
}

.hero-image {
  width: 100%;
}

.flowbase-banner {
  height: 64px;
}

.commitment-header-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-wrapper-div {
  align-items: flex-start;
  display: flex;
}

.text-block-18 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 2px;
  display: flex;
}

.paragraph-11 {
  color: var(--slate-grey);
  text-align: justify;
}

.paragraph-11.justify-right {
  text-align: right;
}

.paragraph-11.justify-left {
  text-align: left;
}

.div-block-44 {
  z-index: 5;
  background-color: var(--slate-blue);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.heading-13 {
  color: #1a3066;
  font-size: 45px;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-42 {
  background-color: #2c66af;
  width: 1px;
  height: 700px;
}

.commitment-div {
  height: auto;
}

.header-wrapper-about-us {
  grid-template-rows: auto 175px 175px 175px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.commitment-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.header-wrapper-values {
  text-align: center;
  margin-bottom: 25px;
}

.container-work-with-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-wrapper {
  margin-bottom: 49px;
  display: flex;
}

.card-wrapper.justify-left-right {
  justify-content: space-between;
}

.card-wrapper.justify-center {
  justify-content: center;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 400px;
  width: 350px;
  height: 59.6px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.text-block-19 {
  color: var(--slate-grey);
  text-align: center;
}

.image-32 {
  object-fit: cover;
}

.text {
  z-index: 7;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-22 {
  color: #1a3066;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-26 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.image-31 {
  height: 250px;
}

.image-31.ev {
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 16px #00000017;
}

.image-31.ev.mid {
  object-fit: contain;
}

.image-31.ev.station {
  object-fit: contain;
  background-color: #fff;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
  display: block;
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #990f0f, #2c66af 72%);
  display: block;
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.card-1 {
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-span-9 {
  font-family: "Fa Solid 900", sans-serif;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._6 {
  z-index: 6;
  display: block;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2._4 {
  z-index: 4;
}

.button-gradient-2.static {
  display: block;
  position: static;
}

.button-gradient-2._2 {
  z-index: 2;
}

.img-wrapper {
  height: 250px;
  margin-bottom: 20px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 50px;
}

.heading-14, .heading-15, .heading-16 {
  color: #1a3066;
}

.grid-5 {
  grid-template-rows: auto;
  margin-bottom: 15px;
  display: flex;
}

.icon-text {
  color: var(--white);
  width: auto;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
}

.icon-text.wa-icon {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 14px;
}

.text-block-9 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.grid-8 {
  grid-template-rows: auto;
  display: flex;
}

.link-block-2 {
  color: #323d4a;
  text-decoration: none;
}

.grid-9 {
  grid-template-rows: auto;
  display: flex;
}

.icon-general {
  width: 70px;
  margin-bottom: 25px;
}

.heading-4 {
  color: var(--dark-slate-grey);
  height: 50px;
}

.link-block-artikel.link-blok-kenapa-koperasi-harus {
  width: 100%;
}

.d-105-card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.card-article {
  width: 45%;
}

.d-105-text-wrapper-2 {
  z-index: 2;
  height: 30%;
  padding: 0 0 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.carddivwarper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 16px;
  width: auto;
  height: 360px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 8px 20px -7px #85858599;
}

.carddivwarper.artikel1 {
  margin-left: 20px;
  margin-right: 0;
}

.div-content {
  justify-content: space-between;
  margin-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-gradation-effect {
  z-index: 1;
  background-image: linear-gradient(#0000 41%, #05a6ee);
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/charlesdeluvio-ILYDgtHZ9PE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper._1 {
  background-image: url('../images/pexels-timur-weber-8560647-1.jpg');
}

.d-105-image-wrapper._2 {
  background-image: url('../images/157_87_gonore-kencing-nanah-gejala-penyebab-dan-pengobatan.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-card-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.div-gradation-effect-2 {
  z-index: 1;
  background-image: linear-gradient(#0000 41%, #305bff);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-text-wrapper-3 {
  z-index: 2;
  height: 40%;
  padding: 10px 20px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-text-wrapper-3.justify-bottom {
  align-items: flex-end;
  display: flex;
}

.wrapper-artikel {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.wrapper-artikel.kenapa-koperasi-go-digital {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.d-105-image-wrapper-2 {
  transform-origin: 50% 0;
  background-image: url('../images/Rounded-rectangle3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-2.artikel2 {
  background-image: url('../images/ssphonerszd.png');
}

.d-105-image-wrapper-2.img1 {
  background-image: url('../images/620f10b54f5da652288f45e6_DSCF5614resz-1.jpg');
}

.d-105-image-wrapper-2.img2 {
  background-image: url('../images/61fa8896eec4c40004bacd39.png');
  background-size: contain;
}

.text-block-30 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.div-bagikan {
  border: 1px solid #305bff5c;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.text-block-31 {
  color: #323d4a;
}

.text-block-29 {
  color: #323d4a;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.div-konten-artikel.bawah-judul {
  margin-bottom: 80px;
}

.link-share {
  background-color: #305bff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-share.facebook {
  margin-right: 10px;
}

.div-share-buttons {
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-back-to-article {
  background-color: #305bff;
  border-radius: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-18 {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 16px;
  height: 294.6px;
  padding-left: 0;
  padding-right: 0;
}

.image-18.cust1 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.image-18.cust-3 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 10px;
  width: 100%;
}

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

.text-block-32 {
  color: #323d4a;
  text-align: justify;
  padding: 0%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-18 {
  color: #323d4a;
  margin-top: 0%;
  margin-bottom: 5%;
  padding: 0 10px;
  font-weight: 600;
}

.container-konten-artikel {
  padding-left: 10px;
  padding-right: 10px;
}

.div-button-artikel.mengapa-koperasi {
  justify-content: center;
  padding-bottom: 70px;
  display: flex;
}

.blog-list-item {
  color: #323d4a;
  margin-bottom: .75%;
  font-size: 16px;
}

.list-blog.margin-vertical {
  margin-top: 1%;
  margin-bottom: 1%;
}

.list-blog.margin-vertical.bottom {
  margin-bottom: 2.5%;
}

.heading3 {
  color: #323d4a;
}

.d-105-card-title-3 {
  color: var(--white);
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.div-gradation-effect-3 {
  z-index: 1;
  background-image: linear-gradient(#0000 15%, #305bff);
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-text-wrapper-4 {
  z-index: 2;
  height: 30%;
  padding: 10px 20px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-text-wrapper-4.alt {
  align-items: flex-end;
  height: 45%;
  display: flex;
}

.d-105-image-wrapper-3 {
  transform-origin: 50% 0;
  background-image: url('../images/620f10b54f5da652288f45e6_DSCF5614resz-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-3.artikel2 {
  background-image: url('../images/ssphonerszd.png');
}

.d-105-image-wrapper-3.cust3 {
  background-image: url('../images/Rounded-rectangle3.png');
}

.d-105-image-wrapper-3.artikel-4 {
  background-image: url('../images/61fa8896eec4c40004bacd39.png');
  background-position: 50%;
  background-size: contain;
}

.text-span-10 {
  font-size: 12px;
}

.div-single-line {
  filter: saturate(0%);
  padding: 2.5% 10%;
}

.div-single-line:hover {
  filter: none;
}

.div-multiple-line {
  justify-content: space-around;
  margin-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-multiple-line.no-margin {
  justify-content: space-between;
  margin-top: 0%;
  margin-bottom: 2.5%;
  padding-left: 0%;
  padding-right: 0%;
}

.div-multiple-line.no-margin.center {
  justify-content: center;
}

.logo-image-2 {
  width: auto;
}

.logo-wrapper.left {
  margin-right: 2.5%;
}

.logo-wrapper.left._55w {
  justify-content: center;
  align-items: center;
  width: 55px;
  display: flex;
}

.logo-wrapper.left._70w {
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
}

.logo-wrapper.left._70w.center {
  margin-right: 10%;
}

.logo-wrapper.left._70w.center.right {
  margin-right: 0%;
}

.logo-wrapper.left._80w {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.logo-wrapper.left._45w {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: auto;
  display: flex;
}

.logo-wrapper.left._50w {
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
}

.logo-wrapper.left._30w {
  justify-content: center;
  align-items: center;
  width: 46px;
  display: flex;
}

.logo-wrapper.left._100w {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-right: 1.5%;
  display: flex;
}

.logo-wrapper.left._100w.dif {
  width: 160px;
}

.logo-wrapper.left._100w.dif2 {
  width: 120px;
}

.logo-wrapper.left._100w.dif3 {
  width: 140px;
}

.text-wrapper {
  padding: 2.5% 15%;
}

.text-wrapper.flex {
  justify-content: center;
  display: flex;
}

.heading2 {
  color: #4e4e4e;
}

.heading2.center {
  text-align: center;
  margin: 0% 5%;
}

.heading2.spec {
  color: #1a3066;
}

.bold-text-3 {
  height: auto;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-span-20 {
  color: #1a3066;
}

.text-span-21 {
  color: #484dff;
}

.text-span-22 {
  color: var(--slate-blue);
}

.text-span-23 {
  color: #484dff;
}

.text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  font-family: "Fa Solid 900", sans-serif;
}

.services-icon {
  object-fit: contain;
  width: 100%;
  height: 150px;
  margin-bottom: 1rem;
}

.text-span-29 {
  color: #484dff;
}

.circle1 {
  z-index: 1;
  filter: blur(150px);
  background-color: #9a9dfd;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle2 {
  z-index: 2;
  filter: blur(100px);
  background-color: #fff;
  border-radius: 50%;
  width: 35vw;
  height: 35vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle3 {
  z-index: 2;
  filter: blur(100px);
  background-color: #fff;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle4 {
  z-index: 1;
  filter: blur(200px);
  background-color: #9a9dfd;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle5 {
  z-index: 3;
  opacity: .35;
  filter: blur(200px);
  background-color: #9a9dfd;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: auto auto 10% 25%;
}

.body-wrapper {
  width: 100vw;
  height: 100vh;
}

.body-wrapper.flex {
  background-color: #3438ff;
  display: flex;
}

.body-wrapper.flex.mobile {
  display: none;
}

.text-span-30 {
  color: #484dff;
}

.text-span-31, .text-span-32 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-span-33 {
  color: var(--slate-blue);
  min-width: 400px;
  max-width: none;
}

.services-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  width: 90%;
}

.heading-primary-2 {
  color: #484dff;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-primary-2.h3-centre {
  text-align: center;
  max-width: 700px;
}

.section-content-plain-2 {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 100px 0%;
}

.section-content-plain-2.client {
  background-image: none;
}

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.text-span-34 {
  color: #1a3066;
}

.image-33 {
  width: 100%;
}

.image-34 {
  width: 100%;
  margin-right: 3rem;
}

.div-block-46, .part-wrapper {
  width: 50%;
}

.part-wrapper.left {
  background-image: linear-gradient(#484dff, #aeb1ff70 94%, #fff0), url('../images/virtek_startup.jpg');
  background-position: 0 0, 38%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.part-wrapper.right {
  background-image: linear-gradient(#484dff, #e7e8ff21 96%, #fff0), url('../images/electricvehicle_ostravirtek.jpg');
  background-position: 0 0, 65%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-logo {
  width: 60%;
}

.hero-ev.flex {
  display: flex;
}

.hero-ev.flex.align-center {
  justify-content: center;
  align-items: center;
}

.hero-ev.flex.align-center.vertical {
  flex-flow: column;
  width: auto;
}

.icon-ev {
  width: 260px;
}

.icon-ev-wrapper {
  text-align: center;
}

.straight-line {
  background-color: #fff;
  border-radius: 80px;
  width: 200px;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.heading4.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading4.white.smaller {
  text-align: center;
  width: auto;
  font-size: 32px;
  line-height: 36px;
}

.text-span-thin {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

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

.heading-ev {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
}

.heading-ev.white {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 64px;
}

.button-ev {
  color: #140055;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 60px;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 700;
}

.button-ev.top-margin {
  margin-top: 1rem;
}

.text-span-38 {
  font-style: italic;
}

.preloader {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.preloader.flex {
  display: flex;
}

.preloader.flex.align-center {
  justify-content: center;
  align-items: center;
  display: none;
}

.mid-wrapper.flex {
  display: flex;
}

.mid-wrapper.flex.align-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.virtek-logo-icon {
  width: 80px;
}

.virtek-logo-icon.relative {
  position: relative;
}

.virtek-logo-icon.relative.overflow-hidden {
  overflow: hidden;
}

.div-line-vertical {
  background-color: #484dff;
  width: 1.5px;
  height: 60px;
}

.heading-virtek {
  color: #535353;
  letter-spacing: 5px;
  font-family: Productsans, sans-serif;
  font-weight: 900;
}

.heading-virtek.relative, .wrapper-logo-icon.relative {
  position: relative;
}

.wrapper-logo-icon.relative.overflow-hidden {
  overflow: hidden;
}

.wrapper-logo-text.relatives {
  position: relative;
}

.wrapper-logo-text.relatives.overflow-hidden {
  overflow: hidden;
}

.link-block-landing-page.flex {
  display: flex;
}

.link-block-landing-page.flex.align-center {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.link-block-landing-page.flex.align-center.w--current {
  object-fit: fill;
  position: relative;
  overflow: hidden;
}

.body {
  overflow: visible;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.card-wrapper-2 {
  background-color: #fafafa00;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 325px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 5px #0000000d;
}

.div-wrapper-card-text {
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 15px;
}

.right-arrow-2 {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  right: 20px;
  box-shadow: 0 2px 5px #00000017;
}

.rate {
  color: #d81530;
  letter-spacing: 5px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.mask-2 {
  height: auto;
}

.price-2 {
  color: #4e4e4e;
  display: none;
}

.car-type {
  color: #acacac;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-card-car {
  background-color: #0000;
  width: 400px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 15px 0;
  position: static;
}

.left-arrow-2 {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  left: 20px;
  box-shadow: 0 2px 4px #00000017;
}

.text-block-11 {
  color: #4e4e4e;
}

.text-block-11.bold {
  font-weight: 700;
}

.ev-point-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 245px;
  margin-bottom: 0%;
  padding: 0;
}

.ev-point-img._3 {
  object-fit: cover;
  object-position: 50% 50%;
}

.ev-point-img._8 {
  object-position: 50% 50%;
}

.price-1 {
  color: #4e4e4e;
  margin-top: 2.5%;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.small-text-address {
  color: #4e4e4e;
  font-size: 11px;
  line-height: 15px;
}

.icon-4, .icon-5 {
  color: #1a3066;
}

.nav-link-5 {
  color: #242f3b;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 40px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link-5:hover {
  color: #101822;
}

.nav-link-5.w--current {
  color: #484dff;
}

.nav-link-5.vchargingstation {
  text-decoration: none;
}

.nav-right-2 {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.scrolling-nav {
  background-color: #fff;
  padding: 20px 25px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.navbar-4 {
  z-index: 98;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brand-div {
  color: #102c38;
  align-items: center;
  margin-top: 2px;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.brand-div.w--current {
  margin-top: 0;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.smaller {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: 600;
}

.cta-2.smaller:hover {
  background-color: #03926e;
}

.cta-2.smaller.colour5 {
  color: #03926e;
  background-color: #0000;
  border: 2px solid #03926e;
  border-radius: 2px;
  padding: 9px 22px;
}

.cta-2.smaller.colour5:hover {
  color: #fff;
  background-color: #03926e;
}

.cta-2.smaller.colour5.round {
  color: #484dff;
  border: 1px solid #484dff;
  border-radius: 200px;
  display: block;
}

.cta-2.smaller.colour5.round:hover {
  color: #fff;
  background-color: #484dff;
  border-color: #484dff;
}

.cta-2.smaller.colour5.round.vchargingstation {
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo-v {
  width: 80px;
}

.text-span-39 {
  font-style: italic;
}

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

.gpk-table {
  width: 100%;
  margin-top: 0;
  overflow: auto;
}

.pop-up-centering {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pop-up-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-parent.delete-confirm {
  z-index: 99;
  z-index: 99;
  display: block;
  position: fixed;
}

.pop-up-parent.specvcharging1, .pop-up-parent.specvcharging2 {
  z-index: 99;
  display: none;
  position: fixed;
}

.pop-up {
  z-index: 30;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding: 2.5%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #ff2d2d26;
}

.pop-up.padding {
  display: flex;
  box-shadow: 4px 4px 15px #12121226;
}

.pop-up.padding.large {
  color: #454545;
  text-align: left;
  width: 1000px;
  height: 80vh;
  position: relative;
  overflow: auto;
}

.pop-up-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.close-pop-up-button {
  z-index: 20;
  background-color: #34345d;
  border-radius: 0% 0% 0% 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.field-form-gereja {
  border-radius: 6px;
}

.form-pop-up-verifikasi, .div-flex {
  width: 90%;
  height: 100%;
}

.div-flex.flex-horizontal {
  display: flex;
}

.image-35 {
  width: 200px;
}

.list-evcharging {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.div-flex-charging-station {
  width: auto;
  height: auto;
}

.spec {
  color: #1a3066;
}

.adsspace {
  width: 50%;
}

.div-wrapper-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.headingads {
  color: #484dff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-warp-ads {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    margin-top: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .paragraph-hero {
    text-align: center;
  }

  .paragraph-hero.justify-right {
    text-align: justify;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .paragraph-11.justify-right {
    text-align: right;
  }

  .heading-13 {
    font-size: 35px;
    line-height: 40px;
  }

  .container-work-with-us {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-wrapper {
    flex-direction: column;
  }

  .card-1 {
    margin-bottom: 35px;
  }

  .link-block-artikel.link-blok-kenapa-koperasi-harus {
    margin-bottom: 15px;
  }

  .d-105-text-wrapper-2 {
    align-items: center;
    display: flex;
  }

  .carddivwarper {
    height: 450px;
    max-height: none;
  }

  .d-105-text-wrapper-3 {
    align-items: center;
    display: flex;
  }

  .wrapper-artikel.kenapa-koperasi-go-digital {
    flex-direction: column;
    display: flex;
  }

  .container-konten-artikel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .d-105-text-wrapper-4 {
    align-items: center;
    display: flex;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .right-arrow-2 {
    margin-bottom: 155px;
    margin-right: -35px;
  }

  .left-arrow-2 {
    margin-bottom: 155px;
    margin-left: -35px;
  }

  .nav-link-5 {
    text-align: center;
    margin-bottom: 32px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .menu-button-2 {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button-2.w--open {
    color: #1d3857;
    background-color: #fff;
    transform: rotate(90deg);
  }

  .nav-right-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .scrolling-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-div {
    margin-top: 11px;
  }

  .cta-2.smaller.colour5.round {
    flex-direction: row;
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .pop-up {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-top: 7.5%;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 30px;
  }

  .carddivwarper {
    margin-bottom: 30px;
  }

  .div-content {
    flex-direction: row;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pop-up {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-top: 0%;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .header.ev {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 0%;
    padding-top: 30%;
  }

  .container {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.space-below {
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-wrap {
    align-items: center;
    max-width: none;
  }

  .heading {
    width: auto;
    font-size: 25px;
  }

  .heading.justify-right {
    text-align: center;
    font-size: 25px;
  }

  .heading.blog {
    margin-bottom: 2rem;
  }

  .paragraph {
    font-size: 12px;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .button.button-space.width {
    width: 100%;
  }

  .button.zero-margin {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.not-moving.ev {
    text-align: center;
    width: 100%;
  }

  .footer-column, .footer-column.contact, .footer-column-large {
    width: 100%;
  }

  .footer {
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    padding-top: 60px;
  }

  .service-card {
    align-items: center;
    max-width: none;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .heading-3 {
    text-align: center;
    font-size: 20px;
  }

  .hero-block {
    min-height: 250px;
  }

  .image-block {
    padding: 8px;
  }

  .image-block.align-top.ev {
    width: 100%;
  }

  .content-block-left {
    padding-right: 0;
  }

  .section-content {
    padding: 0 7.5%;
  }

  .section-content.no-padding.top-margin {
    margin-top: 100px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .title {
    max-width: none;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .heading-primary {
    text-align: center;
    min-width: 0;
    max-width: none;
    font-size: 25px;
  }

  .heading-primary.ev {
    min-width: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .column-wrap {
    flex-flow: column;
  }

  .dropdown-link.evcharging {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: block;
  }

  .dropdown-link.evcharging.w--current {
    color: #484dff;
  }

  .logo-image {
    width: 100%;
  }

  .phone-wrap {
    display: none;
  }

  .navigation {
    z-index: 90;
    background-color: #fffffff0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrap-left {
    align-items: center;
    margin-bottom: 20px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .content-block-right.ev {
    min-height: 0;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .paragraph-hero {
    width: auto;
    max-width: none;
    font-size: 12px;
  }

  .paragraph-hero.justify-right {
    text-align: center;
  }

  .content-block-hero {
    flex-direction: column;
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .legal-wrap {
    margin-top: 20px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-content-plain {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-article-wrap.justify-center {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card {
    max-width: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-blog {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .commitment-header-div {
    align-items: center;
    height: 23px;
    padding-bottom: 0;
  }

  .paragraph-11 {
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .paragraph-11.justify-right, .paragraph-11.justify-left {
    text-align: center;
  }

  .div-block-44 {
    display: none;
  }

  .heading-13 {
    color: #005b90;
    font-size: 22px;
    line-height: 22px;
  }

  .grid-7 {
    flex-direction: column;
    grid-template-rows: 30px 175px 175px 175px auto auto auto auto auto;
    display: flex;
  }

  .div-block-42 {
    height: 1200px;
  }

  .line-middle {
    display: none;
  }

  .commitment-div {
    font-size: 16px;
  }

  .commitment-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-work-with-us {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-block-2 {
    width: 250px;
  }

  .text-block-26 {
    font-size: 18px;
    line-height: 30px;
  }

  .card-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-9 {
    font-family: "Fa Solid 900", sans-serif;
    position: static;
  }

  .heading-12 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-14, .heading-15, .heading-16 {
    display: none;
  }

  .icon-text {
    font-family: "Fa Solid 900", sans-serif;
  }

  .icon-text.wa-icon {
    font-family: "Fa Brands 400", sans-serif;
  }

  .link-block-artikel.link-blok-kenapa-koperasi-harus {
    margin-bottom: 0;
  }

  .d-105-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .card-article {
    width: 100%;
  }

  .d-105-text-wrapper-2 {
    height: 50%;
  }

  .carddivwarper {
    height: 250px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .carddivwarper.artikel1 {
    height: 250px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-content {
    flex-direction: column;
  }

  .div-gradation-effect {
    background-image: linear-gradient(#0000 7%, #305bff);
  }

  .d-105-image-wrapper {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .d-105-card-title-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-gradation-effect-2 {
    background-image: linear-gradient(#0000 7%, #305bff);
  }

  .d-105-text-wrapper-3 {
    height: 50%;
  }

  .wrapper-artikel.kenapa-koperasi-go-digital {
    flex-direction: column;
    align-items: stretch;
  }

  .d-105-image-wrapper-2 {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .text-block-30 {
    font-size: 16px;
  }

  .div-bagikan {
    height: 30px;
  }

  .link-share.facebook, .link-share.linkedin, .link-share.twitter {
    width: 30px;
    height: 30px;
  }

  .div-share-buttons {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-32 {
    font-size: 14px;
  }

  .heading-18 {
    padding-top: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .grid-konten {
    flex-direction: column;
    display: flex;
  }

  .d-105-card-title-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-gradation-effect-3 {
    background-image: linear-gradient(#0000 7%, #305bff);
  }

  .d-105-text-wrapper-4 {
    height: 50%;
  }

  .d-105-image-wrapper-3 {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .bold-text {
    text-align: left;
  }

  .div-single-line {
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-multiple-line.no-margin.center {
    flex-direction: row;
  }

  .text-wrapper {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading2.spec {
    font-size: 28px;
    line-height: 32px;
  }

  .bold-text-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .body-wrapper.flex {
    display: none;
  }

  .body-wrapper.flex.mobile {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .services-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-primary-2 {
    font-size: 40px;
  }

  .heading-primary-2.h3-centre {
    font-size: 25px;
  }

  .section-content-plain-2 {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-content-plain-2.client {
    min-height: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    margin-top: 0;
  }

  .quick-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    background-color: #484dff;
    border-radius: 10px;
    width: 100%;
    padding: 12px 20px;
  }

  .text-span-35 {
    font-family: "Fa Brands 400", sans-serif;
  }

  .part-wrapper.left.mobile {
    width: 100%;
    height: 335px;
    overflow: hidden;
  }

  .part-wrapper.right.mobile {
    background-image: linear-gradient(0deg, #484dff, #e7e8ff21 96%, #fff0), url('../images/electricvehicle_ostravirtek.jpg');
    background-position: 0 0, 65%;
    background-size: auto, cover;
    width: 100%;
    height: 335px;
    overflow: hidden;
  }

  .heading-ev.white {
    font-size: 25px;
    line-height: 1.2;
  }

  .button-ev.top-margin {
    padding-left: 30px;
    padding-right: 30px;
  }

  .preloader.flex.align-center {
    padding-bottom: 5rem;
    display: none;
  }

  .mid-wrapper.flex.align-center {
    width: 70%;
  }

  .virtek-logo-icon {
    width: 50px;
  }

  .heading-virtek {
    font-size: 28px;
    line-height: 36px;
  }

  .link-block-landing-page.flex.align-center {
    z-index: 100;
    overflow: visible;
  }

  .container-3 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-wrapper {
    height: 100vh;
  }

  .div-line {
    background-color: #fff0;
    border-radius: 60px;
    width: 80%;
    height: .5vh;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-line-wrapper {
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 332.5px 0% auto;
  }

  .simple-line {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .web-portal {
    background-color: #484dff;
  }

  .right-arrow-2 {
    width: 45px;
    height: 45px;
    margin-bottom: 150px;
    margin-right: 0;
    right: -15px;
  }

  .slide-card-car {
    width: auto;
  }

  .left-arrow-2 {
    width: 45px;
    height: 45px;
    margin-bottom: 150px;
    margin-left: 0;
    left: -15px;
  }

  .nav-link-5.vchargingstation {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-right-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-4 {
    justify-content: space-between;
    align-items: center;
    height: 90px;
    display: none;
  }

  .brand-div {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-2.smaller.colour5.round {
    width: 90%;
  }

  .cta-2.smaller.colour5.round.vchargingstation {
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
  }

  .logo-v {
    width: 55px;
  }

  .icon-6 {
    margin-top: .8rem;
  }

  .pop-up-centering {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-parent.specvcharging1, .pop-up-parent.specvcharging2 {
    display: none;
  }

  .pop-up {
    width: 100%;
  }

  .close-pop-up-button {
    width: 30px;
    height: 30px;
  }

  .div-flex.flex-horizontal {
    flex-flow: column;
  }

  .list-evcharging {
    font-size: 10px;
    line-height: 14px;
  }
}

#w-node-_605714cb-ad5d-a646-c617-739e00848937-d8feb7f0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5174d677-fcff-ea8f-dd37-10ed5d745f14-d8feb7f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_603b4208-4666-48ae-9bb1-359bea43ac99-421fc54c, #w-node-_603b4208-4666-48ae-9bb1-359bea43ac9a-421fc54c, #w-node-_593a2a5b-c4da-8e4e-f579-e1ebf617cae3-421fc54c, #w-node-_593a2a5b-c4da-8e4e-f579-e1ebf617cae4-421fc54c, #w-node-_3acd5d06-77cb-afce-418e-816653a0825c-421fc54c, #w-node-_3acd5d06-77cb-afce-418e-816653a0825d-421fc54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_646a4ca1-9da1-56d9-bbfb-2b4bfe9aa7f0-d8feb7f3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_646a4ca1-9da1-56d9-bbfb-2b4bfe9aa7f1-d8feb7f3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_646a4ca1-9da1-56d9-bbfb-2b4bfe9aa7f7-d8feb7f3 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_646a4ca1-9da1-56d9-bbfb-2b4bfe9aa7f8-d8feb7f3 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: auto;
}

#w-node-_7f1896ff-b93a-eaa6-f699-77ed180efd22-d8feb7f3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7f1896ff-b93a-eaa6-f699-77ed180efd23-d8feb7f3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_7f1896ff-b93a-eaa6-f699-77ed180efd2a-d8feb7f3 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_7f1896ff-b93a-eaa6-f699-77ed180efd2b-d8feb7f3 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: auto;
}

#w-node-_3687d8b1-51e5-a8c3-af4b-720f87562f65-d8feb7f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8f71636c-47e6-5327-9b38-6a474fdab715-d8feb7f5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e2de4c14-dc24-8efc-3b43-8c2917172e37-d8feb7f6, #w-node-_03119f40-556c-3e8e-e591-15b2057aa966-d8feb7f7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fa-d8feb7f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fb-d8feb7f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb4204-d8feb7f8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fa-d8feb7f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fb-d8feb7f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb4204-d8feb7f9 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fa-d8feb7fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fb-d8feb7fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb4204-d8feb7fa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fa-d8feb7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb41fb-d8feb7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-aa064dc1-33cb-5741-014b-3c48c0eb4204-d8feb7fb {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd580-d8feb7fc {
  grid-area: 1 / 3 / 6 / 4;
  justify-self: center;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd582-d8feb7fc {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd586-d8feb7fc {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd58c-d8feb7fc {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd590-d8feb7fc {
  grid-area: 3 / 4 / 4 / 6;
  place-self: center;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd596-d8feb7fc {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd59a-d8feb7fc {
  grid-area: 4 / 1 / 5 / 3;
  place-self: center;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd5a0-d8feb7fc {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd5a4-d8feb7fc {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-be9f30d5-aab6-93f5-f2e8-66facabcd5a8-d8feb7fc {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_8bf0e2f0-a745-c46e-109a-840cd4011a61-d8feb7fd, #w-node-f2c53dab-3ee5-6c99-f03f-6bc862e0a119-d8feb7fe, #w-node-cb81835a-8b07-4a74-2839-2ade773cfc29-70c79a0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_076b8133-1a15-633b-b9bb-62eaa80c9675-983aa1b9, #w-node-_076b8133-1a15-633b-b9bb-62eaa80c9676-983aa1b9, #w-node-_076b8133-1a15-633b-b9bb-62eaa80c967b-983aa1b9, #w-node-_076b8133-1a15-633b-b9bb-62eaa80c967c-983aa1b9, #w-node-_076b8133-1a15-633b-b9bb-62eaa80c9682-983aa1b9, #w-node-_076b8133-1a15-633b-b9bb-62eaa80c9683-983aa1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_605714cb-ad5d-a646-c617-739e00848937-d8feb7f0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_605714cb-ad5d-a646-c617-739e00848938-d8feb7f0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_605714cb-ad5d-a646-c617-739e00848939-d8feb7f0, #w-node-_605714cb-ad5d-a646-c617-739e0084893a-d8feb7f0, #w-node-_3b7f5b7b-50ec-bc75-08fc-b94ab23c47d7-d8feb7f0, #w-node-_577c58f5-5c65-0cfd-885a-51e82488d544-d8feb7f0, #w-node-_33770ef0-14e2-af95-51a3-77e804adea0b-d8feb7f0, #w-node-b51344ee-c3ba-3d68-8b0b-6466387dcfcf-d8feb7f0, #w-node-dc588a99-b766-2f3e-e89d-2eba8ea0b7cd-d8feb7f0, #w-node-_27327fdb-ce9f-b6af-a47d-712fd14c899d-d8feb7f0, #w-node-db4eb188-14fe-2f0c-0baf-10ec563c8eba-d8feb7f4, #w-node-_1975221e-efc1-1009-9df1-52a5141bdecd-d8feb7f4, #w-node-_14213088-02a8-fc42-5c54-5961d1221f4d-d8feb7f4, #w-node-_50aa4fcf-98a4-91d5-84de-25ba5ff6600d-d8feb7f4, #w-node-_8f71636c-47e6-5327-9b38-6a474fdab716-d8feb7f5, #w-node-_8f71636c-47e6-5327-9b38-6a474fdab717-d8feb7f5, #w-node-_6bfea3c8-b37b-249e-b573-344621490786-d8feb7f5, #w-node-e2de4c14-dc24-8efc-3b43-8c2917172e38-d8feb7f6, #w-node-e2de4c14-dc24-8efc-3b43-8c2917172e39-d8feb7f6, #w-node-_4dc9c4f5-9c5e-2f77-f1ba-3df9e7414fbf-d8feb7f6, #w-node-_0da5c721-76ce-64f5-35c9-14946009c9b0-d8feb7f6, #w-node-_0c457208-fb66-d74e-2af6-2dc9b067587c-d8feb7f6 {
    grid-column: span 3 / span 3;
  }

  #w-node-_03119f40-556c-3e8e-e591-15b2057aa966-d8feb7f7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_03119f40-556c-3e8e-e591-15b2057aa967-d8feb7f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_03119f40-556c-3e8e-e591-15b2057aa972-d8feb7f7, #w-node-_03119f40-556c-3e8e-e591-15b2057aa97d-d8feb7f7, #w-node-_03119f40-556c-3e8e-e591-15b2057aa988-d8feb7f7, #w-node-_03119f40-556c-3e8e-e591-15b2057aa993-d8feb7f7, #w-node-_03119f40-556c-3e8e-e591-15b2057aa99e-d8feb7f7 {
    grid-column: span 3 / span 3;
  }

  #w-node-be9f30d5-aab6-93f5-f2e8-66facabcd580-d8feb7fc {
    grid-area: 1 / 3 / 6 / 4;
    justify-self: center;
  }

  #w-node-be9f30d5-aab6-93f5-f2e8-66facabcd582-d8feb7fc {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-be9f30d5-aab6-93f5-f2e8-66facabcd596-d8feb7fc {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-be9f30d5-aab6-93f5-f2e8-66facabcd59a-d8feb7fc {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }

  #w-node-_8bf0e2f0-a745-c46e-109a-840cd4011a62-d8feb7fd, #w-node-_8bf0e2f0-a745-c46e-109a-840cd4011a63-d8feb7fd, #w-node-_83babc9a-c57d-cb7d-c2c2-c74b016fa9bc-d8feb7fd {
    grid-column: span 3 / span 3;
  }

  #w-node-f2c53dab-3ee5-6c99-f03f-6bc862e0a11a-d8feb7fe {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f2c53dab-3ee5-6c99-f03f-6bc862e0a11b-d8feb7fe, #w-node-_3b76979f-c7fe-4eb7-4147-ef1fb02d6f71-d8feb7fe, #w-node-cb81835a-8b07-4a74-2839-2ade773cfc2a-70c79a0f, #w-node-cb81835a-8b07-4a74-2839-2ade773cfc2b-70c79a0f {
    grid-column: span 3 / span 3;
  }

  #w-node-_755d059d-c726-d9ae-33d2-f0de1ab29b2b-70c79a0f {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}