:root {
  --black: #000;
  --white: white;
  --paragraph-normal: "Open Sans", sans-serif;
  --smoke-background: #f7f7f7;
  --lines-on-black: #fff3;
  --shadow: #0003;
  --_theme---text: var(--black);
  --blue: #3e7aea;
  --link-1\<deleted\|variable-61258b00-6634-d049-0f23-798101d3d842\>: var(--paragraph-normal);
  --blue-hover: #225dd9;
  --lines: #dfe2e5;
  --_theme---background: var(--white);
  --test: var(--white);
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-top {
  z-index: 99;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-link {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Swiza Webfont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.menu-link.is-relative {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.menu-link.is-absolute {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
}

.menu-logo {
  position: absolute;
}

.menu-link-cut {
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  padding: 0 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menulink {
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: background-color .2s;
}

.menulink:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1) {
  cursor: pointer;
}

.menulink:hover {
  background-color: var(--smoke-background);
}

.carousel-container {
  background-color: var(--black);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.carousel-container.smoke-bg {
  background-color: var(--white);
}

.carousel-container.hero-loop {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--blue-hover);
  opacity: 0;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  transition: opacity .2s;
}

.carousel-container.hero-loop:hover {
  opacity: 1;
}

.carousel-container.btn-loop-container {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-bottom: 2px;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 38px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-parent.link-hover-trigger {
  margin-left: 15px;
  padding-top: 15px;
}

.menu-parent.link-hover-trigger:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1) {
  cursor: pointer;
}

.menu-parent.link-hover-trigger.cursor-hover-target {
  margin-left: 10px;
  padding-top: 14px;
}

.menu-parent.link-hover-trigger.cursor-hover-target:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1) {
  margin-left: 5px;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.btn-parent {
  width: 170px;
  height: 45px;
  color: var(--black);
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-parent.link-hover-trigger:lang(sl) {
  width: 190px;
}

.btn-parent.link-hover-trigger.services-btn-black {
  cursor: pointer;
}

.btn-parent.link-hover-trigger.services-btn-black:lang(sl) {
  width: 200px;
}

.btn-parent.navbar-button:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1), .btn-parent.navbar-button.w--current {
  cursor: pointer;
}

.btn-parent.white-btn {
  border-color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.btn-parent.white-btn.footer-btn {
  margin-top: 60px;
}

.btn-parent.navbar-button {
  margin-left: 10px;
}

.btn-parent.navbar-button:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1), .btn-parent.navbar-button.w--current {
  cursor: pointer;
}

.btn-txt-1 {
  font-family: Swiza Webfont, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
}

.btn-txt-1.white {
  color: var(--white);
}

.btn-txt-2 {
  font-family: Swiza Webfont, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
}

.btn-txt-2.white {
  color: var(--white);
}

.btn-loop {
  color: var(--black);
  text-align: center;
  font-family: Swiza Webfont, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.navbar-logo {
  justify-content: space-between;
  align-items: center;
  width: 118px;
  height: 40px;
  padding-top: 3px;
  display: flex;
}

.navbar-logo:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1) {
  cursor: pointer;
}

.logo-hover-scroll-container {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  min-width: 428%;
  padding-top: 2px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.heading-h1 {
  color: var(--black);
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.heading-h1.left {
  width: 50%;
  color: var(--black);
  text-align: left;
}

.heading-h1.white {
  color: var(--white);
}

.heading-h1.white.left {
  background-color: var(--black);
  width: 50%;
  font-size: 54px;
  line-height: 64px;
}

.page-wrapper {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  font-family: var(--paragraph-normal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px #0000001a;
}

.page-wrapper.privacy-policy-page {
  padding-top: 140px;
}

.page-wrapper.contact-page-wrapper {
  z-index: 3;
  margin-bottom: 120px;
}

.footer-bar {
  z-index: 0;
  background-color: var(--smoke-background);
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  bottom: 0;
}

.footer-bar:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  height: 120px;
  padding-bottom: 0;
  position: fixed;
  bottom: 0;
}

.footer-bar:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92) {
  background-color: var(--black);
}

.footer-bar:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
  z-index: 1;
}

.footer-bar.fbar-services {
  z-index: 0;
  background-color: var(--black);
  color: var(--white);
  position: fixed;
  inset: auto 0% 0%;
}

.footer-wrap {
  order: -1;
  align-self: flex-end;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-wrap:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
  max-width: 1400px;
}

.footer-wrap:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  align-self: auto;
}

.footer-wrap:lang(sl):where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.footer-copyright {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.footer-copyright:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92) {
  color: var(--white);
}

.footer-copyright:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  font-family: var(--paragraph-normal);
}

.footer-copyright:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
  font-size: 14px;
}

.footer-copyright.center-footer {
  justify-content: center;
  align-items: center;
}

.footer-copyright.right-footer {
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-copyright.right-footer:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  font-family: var(--paragraph-normal);
}

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

.footer-grid:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  grid-template-columns: 1fr 1fr;
}

.footer-social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-icons:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92) {
  color: var(--white);
}

.footer-social-icons:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  display: none;
}

.logo-footer-bar {
  margin-right: 5px;
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}

.logo-footer-bar:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04), .logo-footer-bar:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
  padding-bottom: 0;
  font-family: Swiza Webfont, Arial, sans-serif;
}

.insta {
  font-family: var(--paragraph-normal);
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.insta:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92), .insta.white {
  color: var(--white);
  cursor: pointer;
}

.insta.white:hover {
  text-decoration: underline;
}

.youtube {
  font-family: var(--paragraph-normal);
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.youtube:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92), .youtube.white {
  color: var(--white);
  cursor: pointer;
}

.youtube.white:hover {
  text-decoration: underline;
}

.linkedin {
  font-family: var(--paragraph-normal);
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.linkedin:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92), .linkedin.white {
  color: var(--white);
  cursor: pointer;
}

.linkedin.white:hover {
  text-decoration: underline;
}

.about-contact-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 88vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-contact-hero:lang(sl) {
  height: 77vh;
}

.about-contact-hero.blog-hero {
  height: 66vh;
}

.about-contact-hero-subtitle {
  width: 50%;
  font-family: var(--paragraph-normal);
  color: var(--black);
  font-size: 18px;
  line-height: 30px;
}

.about-contact-hero-subtitle.center {
  text-align: center;
  text-align: center;
  width: 77%;
}

.about-contact-hero-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 40px;
  display: flex;
}

.about-contact-hero-container.contact-hero {
  justify-content: flex-start;
  align-items: flex-start;
}

.about-contact-hero-container.center {
  justify-content: flex-start;
  align-items: center;
}

.about-contact-hero-container.center.blog-hero-container {
  width: 88%;
  max-width: 1200px;
  padding-bottom: 60px;
}

.link-block-2, .link-block-2.w--current {
  text-decoration: none;
}

.link-block-2.w--current:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1) {
  cursor: pointer;
}

.service-button-div {
  background-color: var(--smoke-background);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .2s;
  display: flex;
}

.service-button-div:where(.w-variant-12446dde-42db-5a81-d28c-ccb73cfca8f0) {
  background-color: var(--white);
}

.service-button-div:hover {
  background-color: var(--white);
  text-decoration: none;
}

.service-button-div:hover:where(.w-variant-a27e9b97-3175-a6c9-4871-5f9196478a89) {
  border: 1px solid var(--lines);
  text-decoration: none;
}

.services-link-block {
  width: 100%;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.services-link-block:hover:where(.w-variant-a27e9b97-3175-a6c9-4871-5f9196478a89) {
  border: 1px solid var(--lines);
  text-decoration: none;
}

.service-button-link-name {
  font-family: var(--paragraph-normal);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.service-button-link-name:where(.w-variant-12446dde-42db-5a81-d28c-ccb73cfca8f0) {
  font-size: 14px;
}

.body-contact {
  font-family: var(--paragraph-normal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.open-menu-background {
  z-index: 98;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.opened-menu-link-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.opened-menu-link-div {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.open-menu-link-block {
  width: auto;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Swiza Webfont, Arial, sans-serif;
  font-size: 33px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.open-menu-main-links {
  font-family: Outfit, Arial, sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.services-links-div {
  width: 100%;
}

.privacy-policy-section {
  background-color: var(--black);
  width: 100%;
  color: var(--lines);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 20px;
  display: flex;
}

.privacy-policy-container {
  max-width: 600px;
}

.paragraph-22 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-22.text-center {
  color: var(--white);
}

.privacy-policy-link {
  color: var(--black);
  text-decoration: none;
}

.privacy-policy-link:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92) {
  text-decoration: none;
}

.privacy-policy-link.w--current, .footer-home-link {
  color: var(--black);
  text-decoration: none;
}

.footer-home-link:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.footer-home-link.w--current:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  margin-left: 0;
  margin-right: auto;
}

.legal-links-wrapper:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04), .legal-links-wrapper:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92), .legal-links-wrapper:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-logo-div:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ouiflow-3-list {
  box-shadow: 0 5px 30px 0 var(--shadow);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.ouiflow-3-toggle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  padding: 10px 15px;
  transition: all .3s;
}

.ouiflow-3-toggle:hover {
  background-color: var(--black);
  color: #fff;
}

.dropdown-3_item {
  background-color: #fff;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.dropdown-3_item:hover {
  background-color: var(--blue);
  color: #fff;
}

.embed-code-switcher-3 {
  display: none;
}

.ouiflow-dropdown-3 {
  text-transform: uppercase;
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  width: auto;
}

.locale-switcher {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.locale-switcher:hover {
  background-color: var(--smoke-background);
}

.dropdown-3_item-link {
  color: #000;
  cursor: pointer;
  padding: .625rem .8rem .625rem .9375rem;
  text-decoration: none;
  display: flex;
}

.dropdown-3_item-link:hover {
  color: #fff;
  text-decoration: none;
}

.ouiflow-element-contain {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.locale-switcher-text {
  min-width: 60px;
  font-family: Swiza Webfont, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-18:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .hero {
    padding-left: 30px;
  }

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

  .movie-wrapper {
    width: 100%;
  }

  .services-hero-video-desktop {
    height: 80vh;
  }

  .heading-h2._70-width {
    width: 66%;
  }

  .reference-grid {
    grid-template-rows: auto auto auto;
  }

  .get-quote-form.websites-page {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-wrap:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
  }

  .footer-wrap:lang(sl):where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    justify-content: center;
    align-items: stretch;
  }

  .section-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .elements {
    height: 250px;
  }

  .elements.element9 {
    background-color: var(--smoke-background);
    background-color: var(--smoke-background);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .element-info-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    display: flex;
  }

  .elemtn-heading {
    font-family: var(--paragraph-normal);
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
  }

  .icon-elements {
    width: 32px;
  }

  .services-mouse-mover-paragraph {
    width: 80%;
  }

  .text-span-28, .text-span-28:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    color: var(--blue);
  }
}

@media screen and (min-width: 1440px) {
  .hello-line-1a {
    font-size: 120px;
  }

  .hello-line-1a:lang(sl) {
    font-size: 111px;
  }

  .quote-statement {
    height: 75vh;
  }

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

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

  .container.home-hero {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .movie-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 1400px;
    height: 876px;
    margin-top: 40px;
  }

  .hero-home--desktop-background-video {
    justify-content: center;
    align-items: flex-start;
    width: 1400px;
  }

  .about-container {
    flex-flow: column;
    margin-top: -100px;
    display: block;
  }

  .menu-link-cut {
    height: 22px;
  }

  .about-april-logo {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-quote {
    justify-content: center;
    align-items: flex-start;
  }

  .home-about-text {
    line-height: 36px;
  }

  .service.light-service {
    background-color: var(--smoke-background);
    background-color: var(--smoke-background);
  }

  .services-title.process {
    font-weight: 300;
  }

  .service-content-wrapper.featured-section-info {
    width: 100%;
  }

  .service-image.website-case-study-video.mobile, .service-image.service-desktop-video {
    display: flex;
  }

  .service-image.online-stores.homepage {
    background-color: #fff0;
    background-image: none;
  }

  .service-image.website-case-study-video.mobile, .service-image.service-desktop-video {
    display: flex;
  }

  .text-block-8.feat.center {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 77%;
  }

  .text-span-4 {
    font-size: 16px;
    font-weight: 600;
  }

  .field-label {
    font-size: 18px;
    font-weight: 600;
  }

  .field-label.black.left-aligned-9, .field-label.left-aligned-17, .field-label.black.left-aligned-9, .field-label.black.left-aligned-9, .field-label.left-aligned-17 {
    font-size: 16px;
  }

  .contact-details {
    color: var(--white);
  }

  .footer {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .text-field {
    font-size: 21px;
  }

  .footer-grid-form {
    max-width: 1400px;
  }

  .form-block {
    padding-top: 60px;
  }

  .contact-details-column-div {
    grid-row-gap: 20px;
    height: 500px;
    padding-top: 0;
  }

  .lets-build {
    width: 80%;
    color: var(--white);
    text-transform: uppercase;
    font-size: 7vw;
    font-weight: 200;
    line-height: 6vw;
  }

  .lets-build:where(.w-variant-25a40090-d267-21e2-25c2-a8055f4d47dc) {
    font-weight: 600;
  }

  .lets-build:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    font-size: 111px;
    font-weight: 600;
    line-height: 99px;
  }

  .lets-build.together {
    font-weight: 600;
  }

  .lets-build-title {
    text-transform: uppercase;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1400px;
    display: flex;
  }

  .april-logo-white-footer {
    width: 100px;
  }

  .footer-links-wrapper {
    width: 100%;
    max-width: 1400px;
  }

  .carousel-container.btn-loop-container {
    border-radius: 0;
  }

  .logo-container.btn-loop {
    justify-content: space-between;
    min-width: 625px;
  }

  .num-txt.white {
    color: var(--white);
  }

  .grid-parent-3.black {
    background-color: var(--black);
    background-color: var(--black);
  }

  .btn-parent.white-btn {
    border-color: var(--white);
    border-color: var(--white);
  }

  .btn-txt-1 {
    font-family: Swiza Webfont, Arial, sans-serif;
  }

  .btn-txt-1.white {
    color: var(--white);
  }

  .btn-txt-2 {
    font-family: Swiza Webfont, Arial, sans-serif;
  }

  .btn-txt-2.white {
    color: var(--white);
  }

  .btn-loop {
    font-family: Swiza Webfont, Arial, sans-serif;
    text-decoration: none;
  }

  .btn-loop-link-holder {
    display: flex;
  }

  .hello-wrapper {
    max-width: 1200px;
  }

  .arrow-wrapper {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .sticky-text_wrapper.steps.fourth, .sticky-text_wrapper.steps.second {
    align-items: center;
    display: flex;
  }

  .sticky-text_wrapper.steps.third, .sticky-text_wrapper.steps.fourth, .sticky-text_wrapper.steps.second {
    align-items: center;
    display: flex;
  }

  .sticky-text_wrapper.steps.third, .sticky-text_wrapper.steps.fourth, .sticky-text_wrapper.steps.second {
    align-items: center;
    display: flex;
  }

  .sticky-text_wrapper.steps.first {
    grid-template-columns: minmax(500px, 1fr);
  }

  .sticky-text_wrapper.steps.first.w--current {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 692px;
    grid-auto-columns: 1fr;
    align-items: center;
    display: block;
  }

  .sticky-text_wrapper.steps.third {
    align-items: center;
    display: flex;
  }

  .paragraph-l.cc-sm-small.mb-0, .paragraph-l.cc-sm-small.mb-0.text-dark, .paragraph-l.cc-sm-small.mb-0, .paragraph-l.cc-sm-small.mb-0.text-dark, .paragraph-l.cc-sm-small.mb-0, .paragraph-l.cc-sm-small.mb-0.text-dark, .paragraph-l.cc-sm-small.mb-0.text-dark {
    font-weight: 400;
  }

  .phone-mock {
    background-color: var(--white);
    box-shadow: 0 20px 50px #0000001a;
  }

  .h3-2 {
    color: var(--black);
    font-size: 32px;
    font-weight: 500;
  }

  .div-block-13 {
    width: 100%;
  }

  .why-us-container {
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-container.service-template {
    width: 100%;
  }

  .laptop-video {
    width: 750px;
    height: 450px;
  }

  .laptop-video.online-sotres-desktop-video {
    height: 450px;
  }

  .why-us-number {
    border-bottom-color: var(--lines);
    color: var(--blue);
    padding-bottom: 10px;
    font-family: Outfit, Arial, sans-serif;
    font-weight: 700;
  }

  .page_wrapper {
    box-shadow: 0 2px 15px #0000001a;
  }

  .aprilbiglogo {
    font-size: 50vw;
  }

  .services-page-body {
    font-family: Outfit, Arial, sans-serif;
  }

  .heading-h1.left {
    text-align: left;
    text-align: left;
    width: 50%;
  }

  .services-hero-subheading {
    font-size: 18px;
    font-weight: 400;
  }

  .background-video-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-hero-image-wrapper {
    flex-flow: column;
    display: flex;
  }

  .benefits-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--white);
  }

  .selling-section-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .selling-section-1.miotto {
    padding-top: 100px;
  }

  .quick-stack {
    color: var(--white);
  }

  .services-hero-video-desktop {
    width: 1440%;
    height: 876px;
  }

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

  .quick-stack-2 {
    width: 100%;
  }

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

  .text-span-9 {
    font-weight: 600;
  }

  .heading-h2 {
    font-weight: 500;
  }

  .heading-h2._70-width {
    width: 77%;
  }

  .heading-h2.left {
    text-align: center;
  }

  .performance-stats-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .selling-section-white-wrapper {
    margin-bottom: 140px;
  }

  .selling-section-white-wrapper.blog-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }

  .selling-section-white-wrapper.get-quote-form-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .selling-section-white-wrapper.get-quote-form-wrapper.left-aligned {
    margin-bottom: 40px;
  }

  .get-quote-btn-wrapper {
    max-width: 1360px;
    display: flex;
  }

  .heading-wrapper.modal-heading.left-aligned-3 {
    background-color: #fff0;
  }

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

  .desktop-image-div {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .mobile-image-div {
    margin-right: 20px;
  }

  .work-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-info-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .get-quote-wrapper {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .select-field.text-field.white.left-align:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .select-field.text-field.white.left-align.left-aligned-19 {
    text-align: left;
  }

  .select-field.text-field.white.left-align:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .select-field.text-field.white.left-align.left-aligned-19 {
    text-align: left;
  }

  .select-field.text-field.white {
    color: var(--black);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .select-field.text-field.white.left-align:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .select-field.text-field.white.left-align.left-aligned-19, .select-field.text-field.white.left-align:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .select-field.text-field.white.left-align.left-aligned-19, .select-field.text-field.white.left-align.left-aligned-19 {
    text-align: left;
  }

  .div-block-16 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .get-quote-modal {
    display: none;
    position: fixed;
    inset: 0%;
  }

  .page-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logoti {
    flex: 0 auto;
    align-self: stretch;
  }

  .logoti:where(.w-variant-12446dde-42db-5a81-d28c-ccb73cfca8f0) {
    background-color: var(--white);
  }

  .logo-div:where(.w-variant-12446dde-42db-5a81-d28c-ccb73cfca8f0) {
    transition: background-color .2s;
  }

  .logo-div:hover:where(.w-variant-12446dde-42db-5a81-d28c-ccb73cfca8f0) {
    background-color: var(--smoke-background);
  }

  .footer-bar {
    z-index: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: fixed;
  }

  .footer-bar:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
  }

  .footer-wrap {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrap:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    flex-flow: column;
    align-self: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-copyright.right-footer:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    flex: 0 auto;
  }

  .logo-footer-bar:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
    padding-bottom: 0;
  }

  .about-contact-hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
  }

  .persona-info-wrapper, .cell-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-5 {
    flex: 1;
  }

  .about-contact-hero-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 1400px;
    display: flex;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

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

  .background-video-5 {
    justify-content: center;
    align-items: center;
  }

  .persona-ziga {
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .persona-container {
    width: 100%;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .persona-image {
    width: 100%;
    overflow: hidden;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-24 {
    width: 100%;
  }

  .cell-6, .cell-7.persona-right, .cell-7.persona-right {
    justify-content: center;
    align-items: center;
  }

  .persona-right {
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .persona-2-stack {
    padding-left: 0;
  }

  .section-6 {
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 140px;
    display: flex;
  }

  .services-hero-btn-wrapper {
    flex-flow: row;
  }

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

  .link-block-2.w--current {
    -webkit-text-decoration-color: var(--black);
    text-decoration-color: var(--black);
  }

  .shopify-hero-video {
    height: 850px;
  }

  .services-heading-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .services-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding-top: 140px;
    display: flex;
  }

  .heading-4 {
    font-family: var(--paragraph-normal);
    font-weight: 700;
  }

  .services-buttons-wrapper {
    position: sticky;
    top: 0;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .service-button-div:where(.w-variant-12446dde-42db-5a81-d28c-ccb73cfca8f0) {
    background-color: var(--white);
    transition: background-color .2s;
  }

  .scroll-arrow-section {
    display: none;
  }

  .contact-2nd-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .contact-section-info-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info-quick-stack:where(.w-variant-0e9e1c81-e13d-d0f2-3c55-6d8216b1b03c) {
    padding-top: 60px;
  }

  .contact-info-quick-stack:where(.w-variant-217f14a9-327a-5ccc-0f9a-55ab93220cc5), .contact-info-quick-stack.vertical-black-on-white {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
    height: 100%;
  }

  .contact-info-quick-stack.vertical-black-on-white {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
    height: 100%;
  }

  .contact-info-quick-stack.vertical-white-on-black {
    padding-top: 60px;
  }

  .contact-form-section, .contact-form-section:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .contact-info-cell-div:where(.w-variant-217f14a9-327a-5ccc-0f9a-55ab93220cc5), .contact-info-cell-div.vertical-black-on-white-2, .contact-info-cell-div.vertical-black-on-white-7, .contact-info-cell-div.vertical-black-on-white-12, .contact-info-cell-div.vertical-black-on-white-2, .contact-info-cell-div.vertical-black-on-white-7, .contact-info-cell-div.vertical-black-on-white-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .opened-menu-link-wrapper {
    max-width: 600px;
  }

  .elements-wrapper {
    width: 125%;
    max-width: 2000px;
  }

  .center-image {
    margin-top: 0;
  }

  .elements {
    width: 600px;
    height: 300px;
    max-height: none;
  }

  .elements.top {
    width: 600px;
    height: 300px;
  }

  .element-info-wrap {
    flex-flow: column;
    width: 80%;
  }

  .expert-circle:hover {
    background-color: var(--blue);
  }

  .expertbadge-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    height: 30vh;
  }

  .expertbadge-wrapper.center {
    height: auto;
  }

  .icon-elements {
    width: 36px;
  }

  .special-offer-bar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-14, .text-span-15, .text-span-16 {
    color: var(--blue);
  }

  .contact-details-div:where(.w-variant-217f14a9-327a-5ccc-0f9a-55ab93220cc5) {
    height: 100%;
  }

  .contact-details-div:where(.w-variant-57f835c0-ba9e-c04f-4080-5f1c5521f153) {
    border-radius: 15px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-details-div.black-on-smoke-vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 15px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .contact-cell {
    border-radius: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-cell:where(.w-variant-57f835c0-ba9e-c04f-4080-5f1c5521f153) {
    justify-content: center;
    align-items: center;
  }

  .privacy-policy-link:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .about-badge-wrapper {
    padding-left: 0;
  }

  .footer-logo-wrapper:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-41:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hello-line-1a {
    font-size: 8vw;
  }

  .navbar-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hello-heading-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hello-message {
    padding-left: 7px;
    font-size: 18px;
  }

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

  .movie-wrapper {
    width: 100%;
    height: 450px;
  }

  .home-about-text {
    width: 90%;
    font-size: 18px;
    line-height: 30px;
  }

  .service {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service.black-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .services-title.process {
    text-align: center;
    text-align: center;
  }

  .services-content-wrapper {
    height: auto;
  }

  .grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .service-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-wrapper.featured-section-info {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .service-image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 500px;
  }

  .service-image.online-stores {
    height: auto;
  }

  .service-image.website-case-study-video, .service-image.websites, .service-image.online-stores {
    height: auto;
  }

  .service-image.online-stores.homepage {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-image.website-case-study-video, .service-image.websites {
    height: auto;
  }

  .text-block-8 {
    text-align: center;
  }

  .text-block-8.feat {
    text-align: left;
    text-align: left;
  }

  .background-video-2.video-left.videoonimage {
    height: 550px;
  }

  .background-video-2.quotephone {
    margin-top: 60px;
    position: relative;
  }

  .cases {
    height: auto;
  }

  .quote_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quote-line-top {
    line-height: 50px;
  }

  .quote-line-bottom, .quote-line-bottom-2, .quote-line-1 {
    font-size: 8vw;
  }

  .quote-line-top-copy {
    line-height: 50px;
  }

  .quote-line-2 {
    font-size: 8vw;
  }

  .case_background {
    position: relative;
  }

  .case_info_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .container---cases {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .grid---cases {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .case-image-div {
    display: flex;
  }

  .bg-video-movis {
    height: 100%;
  }

  .trackcases {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .item {
    height: auto;
  }

  .testimonial-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-provider {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .testimonial-ocupation {
    text-align: left;
    line-height: 18px;
  }

  .testimonial-ocupation.testimonial-name {
    text-align: left;
    text-align: left;
  }

  .testimonials-scroll {
    width: 90%;
  }

  .footer {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-44 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid-form {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .contact-details-column-div {
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-details-column-div:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
  }

  .lets-build {
    width: 70%;
    font-size: 8vw;
    font-weight: 400;
    line-height: 8vw;
  }

  .lets-build:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    font-size: 64px;
    font-weight: 600;
    line-height: 56px;
  }

  .footer-links-wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-links-wrapper:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-container.btn-loop-container {
    display: none;
  }

  .logo-container {
    min-width: 250%;
  }

  .spotlight {
    display: none;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-mock_border {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .phone-mock_tab {
    height: 3vw;
  }

  .phone-mock_border-2 {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .phone-mock_tab-2 {
    height: 3vw;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .why-april.home {
    padding-left: 30px;
  }

  .why-us-container {
    width: 100%;
  }

  .why-us-container.service-template {
    width: 99%;
  }

  .why-april-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .why-april-statement-wrap {
    padding-right: 0;
  }

  .services-above-title {
    text-align: center;
  }

  .services-above-title.feat {
    text-align: left;
    text-align: left;
  }

  .why-us-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_services {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-hero_heading_wrapper {
    width: 100%;
  }

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

  .heading-h1.left {
    width: 88%;
    font-size: 56px;
    line-height: 64px;
  }

  .heading-h1.white.left {
    width: 100%;
  }

  .benefits-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .selling-section-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .selling-section-1.process {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-hero-video-desktop {
    height: 450px;
  }

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

  .heading-h2._70-width {
    width: 100%;
  }

  .heading-h2.left {
    text-align: center;
  }

  .expertbadge {
    top: -40px;
    right: 20px;
  }

  .selling-section-white-1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .selling-section-white-wrapper, .selling-section-white-wrapper.get-quote-form-wrapper {
    width: 100%;
  }

  .selling-section-white-wrapper.get-quote-form-wrapper {
    width: 100%;
  }

  .selling-section-white-wrapper.get-quote-form-wrapper.left-aligned {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-work {
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-quote-btn-wrapper {
    flex-flow: column;
    width: auto;
  }

  .starting-from-wrapper.fixed-bar {
    justify-content: center;
    align-items: center;
  }

  .reference-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .desktop-image-div {
    display: block;
  }

  .mobile-image-div {
    width: 100%;
    height: 663px;
    margin-right: 0;
    position: relative;
  }

  .work-info-wrapper {
    padding-left: 0;
  }

  .get-quote-form, .get-quote-form.websites-page, .get-quote-form.websites-page {
    padding-bottom: 0;
  }

  .get-quote-wrapper {
    width: 100%;
  }

  .get-quote-wrapper.left-aligned-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
  }

  .get-quote-wrapper.left-aligned-2.online-stores-form {
    padding-left: 10px;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .get-quote-modal, .logoti {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logoti:where(.w-variant-12446dde-42db-5a81-d28c-ccb73cfca8f0) {
    margin-bottom: 0;
  }

  .logo-wrapper {
    flex-flow: wrap;
    align-self: stretch;
    width: 100%;
  }

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

  .footer-wrap:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04), .early-birds-banner-section, .about-contact-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-contact-hero-subtitle {
    width: 77%;
  }

  .about-contact-hero-subtitle.center {
    text-align: left;
    text-align: left;
    width: 100%;
  }

  .about-featured-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .persona-info-wrapper {
    width: 100%;
  }

  .about-contact-hero-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-contact-hero-container.center {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 728px;
  }

  .about-contact-hero-container.center.blog-hero-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-34 {
    width: 100%;
  }

  .persona-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .persona-image {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-6 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .cell-6 {
    padding-left: 0;
  }

  .cell-7.persona-right {
    justify-content: center;
    align-items: flex-start;
  }

  .persona-2-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .team-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed-bar-text {
    display: none;
  }

  .services-buttons-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }

  .quick-stack-7 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-button-div {
    min-width: 200px;
  }

  .horizontal-scroll-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .contact-section-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-info-quick-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .contact-info-quick-stack:where(.w-variant-0e9e1c81-e13d-d0f2-3c55-6d8216b1b03c) {
    padding-left: 0;
  }

  .contact-info-quick-stack:where(.w-variant-c4f63535-7d5a-decf-2986-b0703dfb9944) {
    text-align: center;
  }

  .contact-info-quick-stack.vertical-white-on-black {
    padding-left: 0;
  }

  .contact-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-info-cell-div:where(.w-variant-c4f63535-7d5a-decf-2986-b0703dfb9944) {
    justify-content: center;
    align-items: center;
  }

  .contact-line {
    width: 100%;
  }

  .opened-menu-link-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements-wrapper {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    width: auto;
    height: auto;
    display: none;
    position: static;
  }

  .mouse-moving-elements-wrapper {
    height: auto;
    position: static;
  }

  .center-image {
    width: 150%;
    max-width: none;
    max-height: none;
    margin-top: 0;
  }

  .center-image-holder {
    position: static;
  }

  .elements {
    width: 100%;
    height: auto;
  }

  .special-offer-logo-container {
    min-width: 275%;
  }

  .contact-details-div.black-on-smoke-vertical {
    border-radius: 0;
    width: 100vw;
    padding-left: 30px;
  }

  .april-hero-websites-mobile-video {
    display: none;
  }

  .quote-and-contact-stack {
    padding-bottom: 0;
  }

  .contact-cell {
    justify-content: center;
    align-items: flex-start;
  }

  .get-quote-cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-subtitle {
    width: 100%;
  }

  .customer-testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-animated-gif-holder---desktop {
    height: 88vh;
  }

  .text-block-41:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
  }

  .blog-image-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hello-line-1a {
    font-size: 11vw;
  }

  .navbar-top {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .container.home-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hello-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .hello-message {
    width: 70%;
  }

  .movie-wrapper {
    height: 320px;
  }

  .menulink {
    display: none;
  }

  .grid {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .about-april-logo {
    border-right-style: none;
    margin-right: 0;
  }

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

  .about-logo-div---section-about {
    margin-bottom: 100px;
  }

  .about-logo-div---section-about.preloader {
    margin-bottom: 0;
  }

  .home-about-text {
    text-align: center;
    width: 80%;
  }

  .service.black-service {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-title {
    text-align: center;
  }

  .services-title.feat {
    text-align: left;
    text-align: left;
  }

  .service-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-content-wrapper.featured-section-info {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .link-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-image {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .text-block-8.feat.center {
    width: 100%;
  }

  .quote_wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .quote-line-top {
    font-size: 12vw;
    line-height: 70px;
  }

  .quote-line-bottom, .quote-line-bottom-2, .quote-line-1 {
    font-size: 10vw;
  }

  .quote-line-top-copy {
    font-size: 12vw;
    line-height: 70px;
  }

  .quote-line-2 {
    font-size: 10vw;
  }

  .case_info_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-container {
    flex-flow: column;
    display: flex;
  }

  .grid-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-name {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .testimonial-provider {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    border-right-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .testimonial-ocupation {
    text-align: left;
  }

  .quote-statement-div {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .testimonials-scroll {
    width: 100%;
  }

  .contact-details-column-div {
    padding-top: 40px;
  }

  .contact-details-column-div:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    padding-top: 100px;
  }

  .lets-build {
    font-size: 10vw;
    line-height: 10vw;
  }

  .footer-links-wrapper:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-container.hero-loop {
    min-width: 350%;
  }

  .menu-parent {
    width: 50px;
  }

  .btn-parent.navbar-button:where(.w-variant-b63d8299-c616-5ad2-c36c-e410e280c8d1), .bottom-navbar-wrapper {
    display: none;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .h3 {
    font-size: 1.7rem;
  }

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

  .circle-number {
    font-size: 1.1rem;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .sticky-img_wrapper {
    width: 100%;
  }

  .sticky-container {
    height: auto;
  }

  .container-4 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .phone-mock {
    width: 150%;
    box-shadow: none;
  }

  .section-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .phone-mock_tab {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .container-5 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .h3-2 {
    font-size: 1.7rem;
  }

  .sticky-container-2 {
    height: auto;
  }

  .phone-mock_tab-2 {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title1 {
    font-size: 5em;
  }

  .why-april.home {
    padding-left: 0;
  }

  .why-us-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-us-container.service-template {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-titles {
    font-size: 18px;
  }

  .laptop-video {
    width: 500px;
    height: 305px;
  }

  .services-above-title {
    text-align: center;
  }

  .services-above-title.feat {
    text-align: left;
    text-align: left;
  }

  .why-us-title, .services-hero_heading_wrapper {
    width: 100%;
  }

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

  .heading-h1.left {
    width: 100%;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-h1.white.left {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .services-hero-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .image-16 {
    display: none;
  }

  .cell, .cell-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-hero-video-desktop {
    height: 330px;
  }

  .heading-h2._70-width {
    font-size: 32px;
    line-height: 36px;
  }

  .selling-section-white-1 {
    padding-bottom: 60px;
  }

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

  .mobile-image-div {
    height: 440px;
  }

  .get-quote-wrapper.left-aligned-2.online-stores-form {
    padding-left: 20px;
  }

  .div-block-16 {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .get-quote-modal {
    background-color: var(--white);
  }

  .logoti {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .early-birds-banner-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-contact-hero {
    height: 66vh;
    padding-bottom: 20px;
  }

  .about-contact-hero-subtitle {
    width: 100%;
  }

  .about-contact-hero-container {
    padding-bottom: 20px;
  }

  .about-contact-hero-container.center.blog-hero-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-34 {
    width: 100%;
    margin-bottom: 60px;
  }

  .persona-container {
    padding-bottom: 100px;
  }

  .quick-stack-6 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-right: 0;
  }

  .cell-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .persona-2-stack {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4, .what-we-offer-subtitle {
    width: 100%;
  }

  .mouse-moving-elements-wrapper {
    width: 250%;
  }

  .center-image {
    width: 200%;
    height: auto;
  }

  .scroll_heading {
    font-size: 50px;
    line-height: 50px;
  }

  .scroll-subheading-digitalstudio {
    font-size: 18px;
  }

  .special-offer-bar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .special-offer-logo-container {
    min-width: 400%;
  }

  .contact-details-div:where(.w-variant-57f835c0-ba9e-c04f-4080-5f1c5521f153), .contact-details-div.black-on-smoke-vertical, .contact-details-div.black-on-smoke-vertical {
    border-radius: 0;
    width: 100vw;
  }

  .april-hero-websites-mobile-video {
    display: none;
  }

  .quote-and-contact-stack {
    padding-bottom: 0;
  }

  .contact-cell {
    justify-content: center;
    align-items: center;
  }

  .about-subtitle {
    width: 100%;
  }

  .about-badge-wrapper {
    padding-left: 20px;
  }

  .locale-switcher {
    width: 100%;
  }

  .text-block-41:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .hello-line-1a {
    font-size: 12vw;
  }

  .hello-line-1a:lang(sl) {
    font-size: 11vw;
  }

  .navbar-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container.home-hero {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hello-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .hello-message {
    width: 90%;
    padding-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .movie-wrapper {
    height: auto;
  }

  .hero-home--desktop-background-video {
    width: 350px;
    display: none;
  }

  .about-container {
    margin-top: -60px;
  }

  .lottie-animation-2 {
    padding-right: 0;
  }

  .about-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-quote {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .digital-studio.about {
    min-width: 250px;
  }

  .about-logo-div---section-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    min-width: 250px;
    margin-bottom: 40px;
  }

  .about-logo-div---section-about.preloader {
    margin-bottom: 0;
  }

  .home-about-text {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }

  .service.black-service {
    overflow: hidden;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .services-title {
    font-size: 10vw;
    line-height: 10vw;
  }

  .services-title.feat {
    line-height: 11vw;
  }

  .services-title.process {
    line-height: 12vw;
  }

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

  .grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .service-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-wrapper.featured-section-info {
    width: 100%;
  }

  .link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .button-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .service-image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .service-image.phone-websites, .service-image.advertising-service-video {
    display: flex;
  }

  .service-image.phone-websites, .service-image.advertising-service-video {
    display: flex;
  }

  .service-image.online-stores {
    width: 120%;
    display: flex;
  }

  .service-image.online-stores.homepage {
    width: 100%;
    display: none;
  }

  .service-image.website-case-study-video {
    display: flex;
  }

  .service-image.websites {
    width: 125%;
    display: flex;
  }

  .button {
    width: 100%;
  }

  .button.black {
    max-width: 100%;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 25px;
  }

  .background-video-2 {
    width: 300px;
  }

  .background-video-2.video-left {
    width: 300px;
    height: 600px;
  }

  .background-video-2.video-left.videoonimage {
    height: 556px;
  }

  .background-video-2.video-left.bohinj-restaurant-phone-video {
    width: 300px;
  }

  .background-video-2.video-right {
    height: 75vh;
    display: none;
  }

  .background-video-2.quotephone {
    min-height: 500px;
  }

  .quote-line-top {
    font-size: 11vw;
    line-height: 13vw;
  }

  .quote-line-bottom, .quote-line-bottom-2, .quote-line-1 {
    font-size: 11vw;
  }

  .quote-line-top-copy {
    font-size: 11vw;
    line-height: 13vw;
  }

  .quote-line-2 {
    font-size: 11vw;
  }

  .cases-title {
    font-size: 32px;
    line-height: 42px;
  }

  .cases-subtitle {
    font-size: 18px;
    font-weight: 400;
  }

  .cases-stats-wrapper {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials {
    height: auto;
  }

  .testimonials.services {
    padding-bottom: 40px;
    padding-right: 0;
  }

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

  .testimonial-container.onlinestoretestimonial {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
  }

  .testimonial-name {
    text-align: left;
  }

  .testimonial-provider {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start;
    display: grid;
  }

  .testimonial-ocupation {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .columns {
    flex-flow: column;
  }

  .what-they-say-div {
    background-color: var(--white);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quote-sticky {
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    position: static;
  }

  .column {
    z-index: 10;
    background-color: var(--white);
    justify-content: space-between;
    align-items: flex-start;
    position: sticky;
  }

  .column.testimonialonlinestorecontainer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-top: 0;
  }

  .frame-44 {
    justify-content: center;
    align-items: center;
  }

  .form-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .contact-details-column-div {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .contact-details-column-div:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    padding-top: 100px;
  }

  .lets-build {
    width: 100%;
    font-size: 14vw;
    line-height: 16vw;
  }

  .lets-build:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    font-size: 64px;
    font-weight: 600;
    line-height: 56px;
  }

  .lets-build-title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .footer-links-wrapper:where(.w-variant-f2c04af6-6d1c-93af-faa1-85b1c987a5eb) {
    padding-bottom: 20px;
  }

  .column-2.testimonial-container {
    padding-left: 0;
    padding-right: 0;
  }

  .movis-phone {
    width: 77%;
  }

  .button-white-on-black {
    width: 100%;
    max-width: 100%;
  }

  .carousel-container.hero-loop:hover {
    opacity: 0;
    opacity: 0;
  }

  .logo-container {
    min-width: 450%;
  }

  .logo-container.hero-loop {
    min-width: 640%;
  }

  .menu-parent.link-hover-trigger.cursor-hover-target {
    padding-top: 12px;
  }

  .btn-parent.link-hover-trigger {
    width: 150px;
  }

  .btn-parent.link-hover-trigger.services-btn-black {
    width: 200px;
  }

  .btn-parent.navbar-button {
    width: 140px;
    display: none;
  }

  .btn-parent.white-btn.footer-btn {
    margin-top: 60px;
  }

  .arrow-text:lang(sl) {
    display: none;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .form.left-aligned-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .circle-number.steps1, .circle-number.steps3, .circle-number.steps2, .circle-number.steps4, .circle-number.steps1, .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    display: none;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .container-4 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .container-5 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

  .phone-mock_border-2 {
    border-width: 5px;
  }

  .phone-mock_tab-2 {
    height: 5vw;
  }

  .stats-cases-image {
    width: 66%;
  }

  .image-14 {
    width: 45%;
  }

  .shape-4 {
    top: 30.7em;
  }

  .why-us-container {
    width: 100%;
  }

  .why-april-grid {
    grid-template-columns: 1fr;
  }

  .laptop-video {
    width: 320px;
    height: 195px;
  }

  .why-us-title-wrapper {
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
  }

  .why-us-title {
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .why-us-title.subtitle {
    padding-top: 0;
    line-height: 24px;
  }

  .why-us-title.homepage {
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }

  .aprillogowhite {
    max-width: 60%;
  }

  .logowrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .websites-phone-video {
    border-radius: 15px;
    width: 300px;
    height: 600px;
    box-shadow: 0 5px 30px #0003;
  }

  .websites-phone-video.movis-h650 {
    height: 650px;
    box-shadow: 0 5px 30px 0 var(--shadow);
    border-radius: 15px;
  }

  .websites-phone-video.online-stores-video {
    height: 592px;
    box-shadow: 0 5px 30px 0 var(--shadow);
  }

  .aprilbiglogo {
    line-height: 50vh;
  }

  .hero_services {
    margin-top: 24vh;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .services-hero_heading_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1 {
    text-align: left;
    font-size: 42px;
    line-height: 50px;
  }

  .heading-h1.left {
    width: 88%;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
  }

  .heading-h1.white.left {
    width: 88%;
  }

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

  .services-hero-subheading {
    text-align: center;
    width: 100%;
  }

  .services-hero-subheading.left {
    text-align: left;
    text-align: left;
  }

  .services-hero-image-wrapper {
    margin-top: 140px;
  }

  .benefits-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15, .image-16 {
    display: none;
  }

  .selling-section-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .selling-section-1.process {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .paragraph-5 {
    width: 95%;
  }

  .services-hero-video-desktop {
    display: none;
  }

  .process-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .process-point-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h2 {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-h2._70-width {
    width: 88%;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-h2.center {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-h2.left {
    width: 88%;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-h2.left.left-aligned-4 {
    text-align: left;
    text-align: left;
  }

  .performance-stats-wrapper {
    flex-flow: column;
  }

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

  .expertbadge {
    inset: -8% auto auto;
  }

  .services-hero-video-div {
    box-shadow: none;
  }

  .paragraph-17, .paragraph-14 {
    width: 95%;
  }

  .selling-section-white-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .selling-section-white-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .selling-section-white-wrapper.blog-heading-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .selling-section-white-wrapper.get-quote-form-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .selling-section-white-wrapper.get-quote-form-wrapper:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22) {
    width: 100vw;
    max-width: 100vw;
  }

  .selling-section-white-wrapper.get-quote-form-wrapper.left-aligned {
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 0;
  }

  .get-quote-subtitle {
    margin-top: 0;
    line-height: 25px;
  }

  .get-quote-subtitle.left-aligned-5 {
    text-align: left;
    text-align: left;
  }

  .section-work {
    padding-top: 100px;
  }

  .get-quote-btn {
    border-radius: 5px;
  }

  .starting-from-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 200px;
  }

  .starting-from-wrapper.fixed-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }

  .get-quote-link {
    align-self: stretch;
  }

  .heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-wrapper.modal-heading.left-aligned-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .work-image-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mobile-image-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 540px;
    margin-right: 0;
    display: flex;
  }

  .work-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .get-quote-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .get-quote-form-btn {
    width: 100%;
    margin-top: 40px;
  }

  .get-quote-form-btn.left-aligned-23 {
    margin-top: 20px;
  }

  .get-quote-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .get-quote-wrapper.left-aligned-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .get-quote-wrapper.left-aligned-2.online-stores-form {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .select-field.text-field.white:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .select-field.text-field.white.left-align.left-aligned-19 {
    text-align: left;
  }

  .select-field.text-field.white:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .select-field.text-field.white.left-align.left-aligned-19 {
    text-align: left;
  }

  .select-field.text-field.white {
    text-align: center;
  }

  .select-field.text-field.white:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .select-field.text-field.white.left-align.left-aligned-19, .select-field.text-field.white.left-align.left-aligned-19, .select-field.text-field.white.left-align.left-aligned-19 {
    text-align: left;
  }

  .get-quote-modal {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    display: none;
  }

  .page-wrapper, .page-wrapper.contact-page-wrapper {
    margin-bottom: 212px;
  }

  .page-wrapper.contact-page-wrapper {
    margin-bottom: 212px;
  }

  .page-wrapper.privacy-policy-page {
    margin-bottom: 153px;
  }

  .close-wrap.cursor-hover-target {
    z-index: 112;
    z-index: 112;
  }

  .cell-3 {
    display: none;
  }

  .logo-div {
    width: 100%;
  }

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

  .footer-bar {
    height: auto;
  }

  .footer-bar:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    height: 212px;
  }

  .footer-wrap:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04), .footer-copyright, .footer-copyright.right-footer, .footer-copyright.right-footer {
    justify-content: center;
    align-items: center;
  }

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

  .footer-social-icons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .early-birds-banner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-contact-hero {
    height: 77vh;
    padding-bottom: 0;
  }

  .about-contact-hero-subtitle {
    width: 88%;
    font-size: 18px;
    line-height: 30px;
  }

  .about-contact-hero-subtitle.center {
    text-align: left;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .persona-info-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .about-contact-hero-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .about-contact-hero-container.center {
    padding-bottom: 60px;
  }

  .background-video-5 {
    justify-content: center;
    align-items: flex-end;
    height: 70vh;
    padding-right: 0;
    display: flex;
  }

  .text-block-34 {
    margin-bottom: 0;
  }

  .persona-image {
    height: 88%;
  }

  .quick-stack-6 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .ziga-bio {
    text-align: center;
  }

  .tags {
    justify-content: center;
    align-items: flex-start;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed-price-and-button-wrapper {
    flex-flow: column;
  }

  .services-hero-btn-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .paragraph-20 {
    font-size: 14px;
  }

  .quick-stack-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-button-div {
    height: 50px;
  }

  .horizontal-scroll-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-info-cell-div:where(.w-variant-0e9e1c81-e13d-d0f2-3c55-6d8216b1b03c), .contact-info-cell-div.vertical-white-on-black-2, .contact-info-cell-div.vertical-white-on-black-7, .contact-info-cell-div.vertical-white-on-black-12, .contact-info-cell-div.vertical-white-on-black-2, .contact-info-cell-div.vertical-white-on-black-7, .contact-info-cell-div.vertical-white-on-black-12 {
    text-decoration: none;
  }

  .info-detail.black:where(.w-variant-0e9e1c81-e13d-d0f2-3c55-6d8216b1b03c), .info-detail.black.vertical-white-on-black-5, .info-detail.black.vertical-white-on-black-10, .info-detail.black.vertical-white-on-black-15, .info-detail.black.vertical-white-on-black-16, .info-detail.black:where(.w-variant-0e9e1c81-e13d-d0f2-3c55-6d8216b1b03c), .info-detail.black.vertical-white-on-black-5, .info-detail.black.vertical-white-on-black-10, .info-detail.black.vertical-white-on-black-15, .info-detail.black.vertical-white-on-black-16, .info-detail.black.vertical-white-on-black-5, .info-detail.black.vertical-white-on-black-10, .info-detail.black.vertical-white-on-black-15, .info-detail.black.vertical-white-on-black-16 {
    text-decoration: none;
    -webkit-text-decoration-color: var(--white);
    text-decoration-color: var(--white);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }

  .opened-menu-link-wrapper {
    padding-bottom: 100px;
  }

  .services-links-div {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .quick-stack-menu-services-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

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

  .mouse-moving-elements-wrapper {
    width: 200%;
    height: 200%;
  }

  .center-image {
    width: 800px;
    max-width: 300%;
    max-height: 250%;
    top: 0;
    left: 0;
  }

  .expertbadge-wrapper {
    margin-bottom: 0;
    padding-left: 40px;
  }

  .expertbadge-wrapper.center {
    justify-content: flex-start;
    align-items: center;
    margin-top: -81px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expertbadge-wrapper.center.services {
    margin-top: 0;
    padding-top: 100px;
  }

  .expertbadge-wrapper.center.homepage {
    margin-top: 0;
  }

  .scroll_heading {
    font-size: 50px;
    line-height: 50px;
  }

  .scroll-subheading-digitalstudio {
    font-size: 18px;
  }

  .spacer {
    height: 212px;
  }

  .services-hero-mobile-video {
    z-index: 1;
    width: 350px;
    height: 696px;
    display: block;
  }

  .services-hero-mobile-video.bgvid-fit {
    border-radius: 5px;
    width: 100%;
    height: auto;
    min-height: 300px;
    display: none;
  }

  .special-offer-bar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .special-offer-logo-container {
    min-width: 530%;
  }

  .hero-home-mobile-bg-video {
    z-index: 1;
    width: 350px;
    height: 100%;
    display: block;
  }

  .hero-home-mobile-bg-video.bgvid-fit {
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: none;
  }

  .earlybirds-banner-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .early-bird-banner-heading, .text-block-39 {
    text-align: center;
    line-height: 24px;
  }

  .contact-details-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-details-div:where(.w-variant-57f835c0-ba9e-c04f-4080-5f1c5521f153) {
    border-radius: 0;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-details-div.black-on-smoke-vertical {
    border-radius: 0;
    width: 100vw;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .april-hero-websites-mobile-video {
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }

  .april-hero-websites-mobile-video.bgvid-fit {
    border-radius: 5px;
    width: 100%;
    height: auto;
    min-height: 300px;
    display: none;
  }

  .checkbox-label.left-aligned-22 {
    margin-bottom: 0;
  }

  .checkbox-field:where(.w-variant-017dc1e7-908c-8c48-8a84-8e177bd00c22), .checkbox-field.left-aligned-20, .checkbox-field.left-aligned-20 {
    width: 100%;
  }

  .quote-and-contact-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .quote-and-contact-wrapper {
    width: 100vw;
  }

  .get-quote-cell {
    justify-content: center;
    align-items: center;
  }

  .case-sctudy-sample {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy-policy-section {
    padding-top: 100px;
  }

  .paragraph-22 {
    font-size: 14px;
    line-height: 28px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
    font-size: 16px;
  }

  .bio-name-title-div {
    justify-content: flex-start;
    align-items: center;
  }

  .about-badge-wrapper {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .customer-testimonial {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-right: 30px;
  }

  .persona-text-info-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-links-wrapper:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04), .legal-links-wrapper:where(.w-variant-b0f5c967-ed96-dd69-2289-8c6b0605bb92), .legal-links-wrapper:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
    justify-content: center;
    align-items: center;
  }

  .video-hero-services-desktop.bgvid-fit {
    border-radius: 0;
    display: flex;
  }

  .footer-logo-div:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo-div:where(.w-variant-e346351a-9e8f-e397-d99b-c2156505cfdb) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .locales-wrapper {
    margin-top: 22vh;
  }

  .ouiflow-3-toggle, .ouiflow-dropdown-3, .ouiflow-element-contain {
    width: 100%;
  }

  .locale-switcher-text {
    text-align: center;
  }

  .services-animated-gif-holder---desktop {
    border-radius: 0;
    height: 100vh;
  }

  .text-block-41:where(.w-variant-2420469a-ce76-0672-678a-26c134e86f04) {
    line-height: 18px;
  }

  .cta-blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_79ed5b6e-f509-54bf-5666-c5d3ace26363-b8bd2f27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_79ed5b6e-f509-54bf-5666-c5d3ace26363-b8bd2f27 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79ed5b6e-f509-54bf-5666-c5d3ace26363-b8bd2f27 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
