:root {
  --dark-slate-gray: #fff;
  --dark-slate-gray-2: #262c46;
  --silver: #c2beb300;
  --dark-slate-gray-3: #312b3de3;
  --white: #1abc9c;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  padding-top: 126px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: #9e41c0;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--slider {
  background-color: #000;
  width: 100%;
  max-width: 2000px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  -webkit-text-fill-color: inherit;
  scroll-behavior: smooth;
  background-color: #000;
  background-image: linear-gradient(#a60fc0, #000 49%, #a60fc0);
  background-clip: border-box;
  border-radius: 0;
  transition-property: none;
  transition-duration: 0s;
  transition-timing-function: ease;
}

.icon {
  opacity: .27;
  width: 50px;
  height: 50px;
}

.icon:hover {
  opacity: 1;
}

.nav-menu-two-2 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.nav-dropdown-link-2 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .375s cubic-bezier(.455, .03, .515, .955);
}

.nav-dropdown-link-2:hover {
  color: #0082f3;
  transform: scale(1.03);
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.container-5 {
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
}

.nav-dropdown {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-logo-left-4 {
  z-index: 4;
  margin-top: 50px;
  margin-left: 60px;
  margin-right: 60px;
  position: sticky;
  top: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  opacity: 1;
  background-image: linear-gradient(#1f1f1f 36%, #000);
  border-radius: 0 50px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
}

.nav-link-accent-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 17px;
  padding: 5px 10px;
  font-family: Chakra Petch, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #fff;
}

.nav-dropdown-icon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3px;
  padding-left: 20px;
  font-weight: 700;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 999;
  aspect-ratio: auto;
  background-color: #fffefe1c;
  background-image: linear-gradient(3deg, #1f1f1f 46%, #000);
  border-radius: 0 75px;
  width: 100%;
  max-width: 1300px;
  height: 90px;
  margin: -135px auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  margin-top: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
  font-weight: 700;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-brand {
  flex-direction: row;
  display: flex;
}

.image-4 {
  width: 180px;
  height: 60px;
  padding-right: 10px;
}

.button-primary-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ffffff3d;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 6px;
  margin-right: -48px;
  padding: 12px 10px;
  font-family: Chakra Petch, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25;
  transition: box-shadow .325s, transform .4s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #ad0567;
  transform: translate(0, -2px);
  box-shadow: 0 1px 9px -3px #fff;
}

.button-primary-2:active {
  background-color: #ad0567;
  font-weight: 700;
  transform: translate(0, -2px);
  box-shadow: -1px 2px 35px -4px #d5007c;
}

.button-primary-2.w--current {
  color: #000;
}

.button-primary-2.w--current:hover {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  margin-right: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  height: 500px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.hero-split {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 47%;
  height: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  width: auto;
  margin-top: 43px;
  padding-left: 0;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.main-packages-buttons {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-align: center;
  letter-spacing: .125rem;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ffffff30;
  border-radius: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 11px;
  font-family: Chakra Petch, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: box-shadow .325s, transform 1s cubic-bezier(.075, .82, .165, 1);
  display: inline-block;
  position: static;
}

.main-packages-buttons:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #8e2a7b;
  background-image: none;
  transform: translate(0, -3px);
  box-shadow: 0 3px 9px -3px #fff;
}

.spline-scene-8 {
  width: 500px;
  height: 400px;
  margin-left: 0;
}

.hero-stack {
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  margin-top: 40px;
  padding: 0 30px;
  position: relative;
}

.container-7 {
  width: auto;
  max-width: 1200px;
  margin: 66px auto 24px;
  padding-top: 20px;
}

.paragraph-2 {
  letter-spacing: .1rem;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

.paragraph-10 {
  color: #fff;
  text-align: justify;
  letter-spacing: .1rem;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 10px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 25px;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.packages-container {
  max-width: 1200px;
  margin-top: 100px;
}

.packages-container.cust {
  max-width: none;
}

.heading-10 {
  color: #fff;
  text-align: center;
  width: auto;
  margin-bottom: 15px;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.heading-10.sec {
  filter: drop-shadow(0 4px 7px #ffffff73);
  text-align: left;
  margin-left: 10px;
  font-size: 3.438rem;
}

.paragraph-12 {
  text-align: center;
  letter-spacing: .1rem;
  margin-top: 33px;
  margin-bottom: 40px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

.footer-dark {
  background-color: #f5f7fa;
  background-image: linear-gradient(3deg, #1f1f1f, #000);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 42px;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.title-small {
  letter-spacing: .094rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Orbitron, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.15;
}

.footer-link {
  color: #707070;
  letter-spacing: .063rem;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.15;
  text-decoration: none;
  transition: transform .4s;
}

.footer-link:hover {
  color: #fff;
  font-weight: 400;
  transform: scale(1.02);
}

.footer-link.w--current {
  color: #ffffffe6;
}

.footer-social-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.footer-social-block.footer-custom-social-icon {
  padding-left: 0;
}

.footer-social-block.video-edit-social {
  margin-left: -10px;
  padding-left: 0;
}

.footer-social-block.custom-home {
  padding-left: 2px;
}

.footer-social-link {
  margin-left: 12px;
  transition: transform .8s cubic-bezier(.075, .82, .165, 1);
}

.footer-social-link:hover {
  transform: translate(0, -2px);
  box-shadow: 0 0 5px 1px #fff;
}

.footer-divider {
  background-color: #707070;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  letter-spacing: 1px;
  font-family: Play, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.image-9 {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
}

.image-9:hover {
  background-color: #fff;
}

.image-10 {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
}

.image-11 {
  width: 200px;
}

.image-12 {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  transition: opacity .2s;
}

.container-13 {
  max-width: 1200px;
  display: flex;
}

.div-block-8 {
  width: 600px;
  height: auto;
  margin-top: 0;
  padding-left: 10px;
}

.div-block-8.pading {
  text-align: center;
  flex-flow: column;
  margin-top: 126px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 5px;
  display: block;
}

.div-block-8.customize {
  margin-top: 90px;
}

.heading-17 {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.section-3 {
  margin-top: 47px;
}

.paragraph-19 {
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 39px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.25;
}

.paragraph-19.custom {
  letter-spacing: .1rem;
  margin-top: 15px;
  padding-bottom: 50px;
  font-size: 1.063rem;
}

.image-13 {
  width: 150px;
  max-width: none;
}

.div-block-9 {
  margin-top: -36px;
  display: flex;
}

.div-block-10 {
  text-align: left;
}

.form-section {
  margin-top: 33px;
}

.container-14 {
  max-width: 1200px;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.div-block-11 {
  width: auto;
  min-width: 300px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 10px;
}

.div-block-12 {
  width: 650px;
  min-width: 450px;
  margin-top: 65px;
  padding-left: 10px;
  padding-right: 10px;
}

.field-label-2 {
  text-align: left;
  letter-spacing: .1rem;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #73298d00;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.success-message-2 {
  background-color: #32de84;
  background-image: linear-gradient(347deg, #1f1f1f8c 7%, #32de84 61%, #008000c9 83%, #32de84 102%);
  border: 2px solid #fff3;
  margin-top: 50px;
}

.form-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 72px;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-align: left;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.paragraph-20 {
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 31px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

.heading-19 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
  display: block;
}

.blod-text, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 1.7rem;
}

.list-item-4 {
  list-style-type: none;
}

.about-us-list-item {
  font-size: 1rem;
}

.error-message-3 {
  background-color: #f10000;
  background-image: linear-gradient(147deg, #b62020, red 37%, #cb2424 57%, #fe2e2e 78%, #fe5757);
}

.button-6 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1);
  display: inline-block;
  position: static;
}

.button-6:hover {
  color: #fff;
  background-color: #8b24aa;
  transform: translate(0, -3px);
  box-shadow: -1px 0 35px -1px #8b24aa;
}

.button-6.formcustomize {
  opacity: 1;
  color: #fff;
  background-color: #ead9f000;
  border: 1px solid #ffffff75;
  border-radius: 12px;
  margin-top: 10px;
  margin-right: 0;
  font-family: Orbitron, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.div-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.select-field {
  color: #949393;
  letter-spacing: 1.2px;
  background-color: #fff3;
  border-radius: 12px;
  height: 45px;
  margin-top: -25px;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-weight: 700;
}

.text-field-7 {
  color: #fff;
  letter-spacing: 1.3px;
  text-indent: 0;
  background-color: #fff3;
  border-radius: 12px;
  width: 250px;
  height: 45px;
  font-family: Orbitron, sans-serif;
  font-size: 15px;
}

.container-16 {
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.heading-20 {
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: -12px;
  margin-left: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 1.563rem;
  font-weight: 400;
}

.text-span {
  font-size: 0;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none;
  max-height: none;
  margin-top: 0;
  display: flex;
}

.swiper-slide {
  background-image: linear-gradient(#1f1f1f 31%, #000);
  border: 2px solid #fff;
  align-self: auto;
  width: auto;
  height: 380px;
  max-height: 380px;
}

.swiper-slide.hov {
  transition: box-shadow .6s cubic-bezier(.165, .84, .44, 1);
}

.swiper-slide.hov:hover {
  box-shadow: inset 0 0 20px -5px #fff;
}

.swiper-slide.hov.custom {
  height: 450px;
  max-height: 450px;
}

.swiper-slide.hov.custom-info-graphics {
  min-width: auto;
  height: auto;
  max-height: none;
}

.image-15 {
  width: 145px;
  height: 140px;
  margin-top: 27px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: transform 1.2s cubic-bezier(0, .796, .25, 1);
  display: inline-block;
}

.image-15:hover {
  transform: translate(0, -8px);
}

.image-15.infograph {
  width: 180px;
  height: 180px;
  margin-top: 2px;
}

.image-15.infograph.custom {
  width: 250px;
  height: 200px;
  margin-top: 20px;
}

.image-15.animation-image {
  width: 200px;
  height: 200px;
  margin-top: -3px;
}

.image-15.ssm-image {
  width: 160px;
  height: 160px;
  margin-top: 10px;
}

.image-15.ssm-image.custom5 {
  width: 200px;
  height: 200px;
}

.image-15.webdev-image {
  width: 185px;
  height: 185px;
  margin-top: 4px;
}

.image-15.webdev-image.custom {
  width: 250px;
  height: 250px;
}

.image-15.custom {
  width: 250px;
  height: 250px;
  margin-top: 0;
}

.image-15.custom-local-seo-img {
  width: 100%;
  max-width: 270px;
  height: 250px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.image-15.custom-seo-slider {
  width: auto;
  max-width: 90%;
  height: auto;
  margin-top: 0;
}

.image-15._1 {
  width: 250px;
  height: 250px;
}

.image-15.services-slider1 {
  width: 50%;
  height: auto;
  margin-top: 0;
}

.image-15.services-slider1.slider-custom {
  width: 65%;
}

.image-15.services-slider2 {
  width: 50%;
  height: auto;
  margin-top: 35px;
}

.image-15.services-slider-3, .image-15.services-slider-4 {
  width: 40%;
  height: auto;
  margin-top: 35px;
}

.image-15.slider-app-image1, .image-15.slider-app-image2, .image-15.slider-app-image3, .image-15.slider-app-image4 {
  width: 10rem;
  height: auto;
}

.slider-heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Orbitron, sans-serif;
  font-size: 1.375rem;
  line-height: 25px;
}

.slider-heading-2.infograpg-para {
  margin-top: 0;
}

.slider-heading-2.infograpg-para.custom2 {
  margin-top: 31px;
}

.slider-heading-2.infograpg-para.customfinal {
  margin-top: 5px;
}

.slider-heading-2.animate-heading {
  margin-top: -10px;
}

.slider-heading-2.web-dev-s-para {
  margin-top: 0;
}

.slider-heading-2.web-dev-s-para.custom11 {
  margin-top: -2px;
}

.slider-heading-2.web-dev-s-para.seo-heading-slider {
  margin-top: 0;
}

.slider-heading-2.custom {
  margin-top: 20px;
  font-size: 1.375rem;
  line-height: 1.15;
}

.slider-heading-2.custom.custt1 {
  margin-top: 15px;
}

.slider-heading-2.custom1 {
  margin-top: 40px;
  line-height: 1.063;
}

.slider-heading-2.custom-seo, .slider-heading-2.smm-slider.smm-sllider-para {
  margin-top: 0;
}

.slider-heading-2.services-slider-para2 {
  margin-top: 25px;
}

.slider-heading-2.services-slider-para3 {
  margin-top: 59px;
}

.slider-heading-2.services-slider-para4 {
  margin-top: 45px;
}

.slider-heading-2.services-slider-para4._1440._1360._1279 {
  margin-top: 60px;
}

.slider-heading-2.service-slider-heading-1 {
  margin-top: 0;
}

.slider-heading-2.slider-app-heading-1, .slider-heading-2.slider-app-heading-2, .slider-heading-2.slider-app-heading-3, .slider-heading-2.slider-app-heading-4 {
  margin-top: 20px;
}

.paragraph-21 {
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  padding: 0 10px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.36;
}

.paragraph-21.info-para {
  margin-top: 0;
  padding-top: 0;
}

.paragraph-21.animation-para-home {
  padding-top: 5px;
}

.swiper {
  max-width: 1200px;
  height: 380px;
  margin-top: 78px;
}

.swiper.custom {
  height: 500px;
}

.swiper-button-prev {
  color: #bd3535;
  background-color: #0000;
}

.swiper-button-next {
  background-color: #14101000;
}

.pricing-price-3 {
  margin-bottom: 8px;
  font-family: Play, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.pricing-feature-list-3 {
  scrollbar-color: #ffffffb8 black;
  scrollbar-width: thin;
  align-self: stretch;
  height: 250px;
  overflow: auto;
}

.pricing-feature-3 {
  scrollbar-color: #fff black;
  background-image: url('../images/icons8-tick-24.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: .875rem;
  line-height: 1.5;
}

.pricing-divider-3 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.paragraph-regular-3 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-3.margin-bottom-20 {
  text-align: center;
  letter-spacing: .5px;
  text-align: center;
  letter-spacing: .5px;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Orbitron, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
}

.div-block-19 {
  margin-top: 25px;
  display: flex;
}

.image-16 {
  width: 100px;
  height: 100px;
  margin-left: -4px;
  padding-left: 0;
}

.heading-23 {
  color: #fff;
  padding-top: 20px;
  font-size: 25px;
}

.bold-text-7 {
  font-family: Orbitron, sans-serif;
}

.bold-text-7.consult {
  letter-spacing: .1rem;
  font-size: 1.4rem;
}

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

.hero-heading-right {
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  flex-flow: column wrap;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container-18 {
  flex-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.shadow-two-3 {
  width: 550px;
  max-width: none;
  height: 550px;
  margin-left: -50px;
  padding-top: 0;
  padding-right: 0;
}

.c-faq-item {
  cursor: pointer;
  background-color: #000;
  border-left: 3px solid #2ea07c;
  width: auto;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.div-block-20 {
  flex: 0 auto;
  height: auto;
  margin-top: 100px;
  padding-top: 0;
}

.heading-25 {
  color: #fff;
  align-self: center;
  padding-bottom: 20px;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.input-area-wrapper {
  align-self: stretch;
  margin-top: -25px;
  position: relative;
}

.text_input {
  background-color: #f0f0f0;
  border: 1px solid #0000;
  border-radius: 2px;
  height: 60px;
}

.text_input:hover {
  border-style: solid;
}

.text_input:active {
  border-style: solid;
  border-color: #0000;
}

.text_input:focus {
  border-style: solid;
  border-color: #cbc5ea;
  box-shadow: 0 0 3px #cbc5ea;
}

.text_input::placeholder {
  color: #5a5a5a;
}

.text_input.text_area {
  color: var(--dark-slate-gray);
  letter-spacing: 1.3px;
  background-color: #fff3;
  border-color: #ffffffba;
  border-radius: 15px;
  min-height: 180px;
  font-family: Orbitron, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.container-22 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-22.portfolio-custom {
  max-width: 1400px;
}

.pricing-card-18 {
  background-color: #80008000;
  background-image: linear-gradient(3deg, #1f1f1f 29%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.tab-link12 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Orbitron, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.tab-link12:hover {
  color: #fff;
  background-color: #000;
}

.tab-link12.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Orbitron, sans-serif;
}

.tab-link12.w--current:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.tab-link12._3 {
  color: #fff;
  background-color: #00000052;
  border-width: 0;
  border-color: #000;
  border-radius: 7px;
  box-shadow: 0 1px 4px #ffffff82;
}

.tab-link12._3:hover {
  color: #fff;
  background-image: linear-gradient(#1f1f1f 57%, #000);
  border-width: 0;
  border-color: #000;
  border-radius: 7px;
  box-shadow: 0 1px 4px #fff;
}

.tab-link12._3.w--current {
  color: #fff;
  background-image: linear-gradient(#1f1f1f 35%, #000);
}

.tab-link12._3.gd-link {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0003;
  border-color: #ffffff1a;
  transition: box-shadow .35s;
}

.tab-link12._3.gd-link:hover {
  color: #fff;
  background-image: linear-gradient(#1f1f1f 57%, #000);
  box-shadow: 0 4px 13px -7px #ffffffb3;
}

.tab-link12._3.gd-link.w--current {
  color: #fff;
  background-image: linear-gradient(#1f1f1f 57%, #000);
  transition: box-shadow .4s;
  box-shadow: 0 4px 13px -7px #ffffffb3;
}

.tab-link12._3.custom-final {
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link12._4 {
  color: #fff;
  background-color: #00000052;
  border-width: 0;
  border-color: #000;
  border-radius: 7px;
  box-shadow: 0 1px 4px #ffffff82;
}

.tab-link12._4:hover {
  color: #fff;
  background-image: linear-gradient(#1f1f1f 57%, #000);
  border-width: 0;
  border-color: #000;
  border-radius: 7px;
  box-shadow: 0 1px 4px #fff;
}

.tab-link12._4.w--current {
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(#1f1f1f 57%, #000);
  border-width: 0;
  border-color: #000;
  box-shadow: 0 1px 4px #fff;
}

.tab-link12._4.gd-link {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0003;
  border-color: #ffffff1a;
  transition: box-shadow .45s;
}

.tab-link12._4.gd-link:hover {
  color: #fff;
  background-image: linear-gradient(#1f1f1f 57%, #000);
  border-color: #ffffff3d;
  box-shadow: 0 4px 13px -7px #ffffffb3;
}

.tab-link12._4.gd-link.w--current {
  background-image: linear-gradient(#1f1f1f 57%, #000);
  border-color: #ffffff3d;
  border-radius: 7px;
  box-shadow: 0 4px 13px -7px #ffffffb3;
}

.tab-link12._4.gd-link.w--current:hover {
  background-image: linear-gradient(#1f1f1f 57%, #000);
}

.tab-link12._4.custom-final {
  letter-spacing: 1px;
}

.section-regular {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3%;
  position: relative;
}

.section-regular.custom {
  padding-top: 0;
}

.carousel-slider {
  padding-right: 319px;
  right: auto;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._4.c-gap2 {
  right: -85%;
}

.carousel-slider._4.c-gap-3 {
  right: -105%;
}

.carousel-slider._4.cgap-5 {
  right: -125%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._3.custom2 {
  right: -35rem;
}

.carousel-slider._3.custom5 {
  right: -49rem;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._2.custom1 {
  right: -30rem;
}

.carousel-slider._2.custom4 {
  right: -44.5rem;
}

.carousel-slider.custom3 {
  right: -40rem;
}

.carousel-slider.custom6 {
  right: -53rem;
}

.pricing-title-5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Orbitron, sans-serif;
  font-size: 1.563rem;
  font-weight: 500;
  line-height: 1.9;
}

.carousel-mask-6 {
  width: 29%;
  overflow: visible;
}

.pricing-subtitle-5 {
  margin-bottom: 12px;
  font-family: Play, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-14:active {
  background-color: #43464d;
}

.button-primary-14.outline-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffffb8;
  font-size: .75rem;
  line-height: 1.5;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-14.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-bottom: 65px;
}

.tabs-content-2 {
  width: 100%;
  max-width: none;
}

.container-27 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-tabs-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-color: #fff0;
  background-image: linear-gradient(#0000000d, #00000026);
  border: 1px solid #fff3;
  border-radius: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  align-self: auto;
  width: 85%;
  margin-bottom: 82px;
  padding: 8px;
  display: grid;
}

.tabs-menu.gd-menu {
  -webkit-backdrop-filter: blur(600px);
  backdrop-filter: blur(600px);
  color: #fff;
  background-image: linear-gradient(#00000012, #00000059);
  border: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tabs-menu.gd-menu._1 {
  border-radius: 10px;
  width: 85%;
}

.tabs-menu.wd-tab {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.tabs-menu.custom-for-tab-view {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 110%;
}

.text-block-3 {
  border: 1px solid #0000;
  font-family: Orbitron, sans-serif;
  font-size: 1rem;
}

.text-block-3.gd-text-block {
  text-transform: none;
}

.slide-nav-5 {
  opacity: 1;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  width: auto;
  display: grid;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.question-text {
  color: #fff;
  letter-spacing: .1rem;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: Orbitron, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.question-text.aboutus {
  color: #fff;
  letter-spacing: .1rem;
  font-family: Orbitron, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-body__contents {
  opacity: 1;
  color: #fff;
  letter-spacing: .1rem;
  margin-top: 8px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 1.25;
}

.js-accordion-icon {
  background-color: #ffffffad;
  border-radius: 5px;
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  background-color: #ffffffad;
  border-radius: 5px;
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  background-color: #00000045;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  background-color: #00000045;
}

.div-block-21 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  letter-spacing: .125rem;
  align-self: center;
  margin-top: 30px;
  font-size: .875rem;
  display: flex;
}

.heading-26 {
  align-self: flex-end;
  font-family: Orbitron, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.label {
  z-index: 5;
  font-family: Play, sans-serif;
  font-size: 20px;
  position: relative;
}

.button-3-bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 56px;
  line-height: 1;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-top: 0;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px #000dff3d;
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: 0 8px 30px #006aff33;
}

.button-3_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.link-3 {
  color: #fff;
  letter-spacing: 0;
  font-family: Play, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.splide1 {
  max-height: 800px;
  display: block;
}

.splide1.custom {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.prev-splide, .control.next-splide {
  background-color: #fff;
  border-color: #fff;
}

.slider__wave {
  z-index: 2;
  mix-blend-mode: normal;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.splide__track {
  position: static;
}

.splide__track.custom {
  width: 100vh;
  height: 80vh;
  overflow: hidden;
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splide__slide {
  flex: none;
  align-self: auto;
  width: 33.33%;
  height: 40vw;
  min-height: 41.88em;
}

.splide__slide.custom {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
}

.splide__slide.customize {
  object-fit: fill;
  flex: none;
  width: 110%;
}

.splide__slide.custom1 {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.heading-30 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 40px;
  padding-bottom: 40px;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.grid-website-maintenace {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: grid;
}

.small-card {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: linear-gradient(#1f1f1f 34%, #000);
  border: 1px solid #dadada4d;
  border-radius: 1.2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 275px;
  max-width: 500px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  transition: transform .65s;
  display: flex;
}

.small-card:hover {
  transform: scale(1.08);
}

.lottie-animation {
  background-color: #fff;
  width: 5em;
  margin: 47px auto auto;
}

.small-card-header {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  margin-top: 1.8em;
  margin-bottom: .4em;
  padding-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

.benefits-description {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  flex: none;
  align-self: center;
  min-width: auto;
  margin-top: 22px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
}

.html-embed {
  transform-style: preserve-3d;
  transform: rotate(0);
}

.html-embed.customize {
  transform-style: preserve-3d;
  margin-top: 47px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(0);
}

.html-embed.custom {
  transform-style: preserve-3d;
  margin-top: -6px;
  position: static;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.controls-2 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.overflow {
  background-color: #000;
  width: 100%;
  margin-top: -10px;
  position: relative;
  overflow: hidden;
}

.bold-text-11 {
  letter-spacing: 1px;
  margin-top: -15px;
  font-size: 1.25rem;
  line-height: 1;
  display: block;
}

.splide__img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding-left: .52em;
  padding-right: .52em;
  display: inline-block;
}

.control__arrow-5 {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow-5.is--flipped {
  transform: rotate(-180deg);
}

.section {
  z-index: 2;
  background-color: #000;
  margin-top: 0;
  position: relative;
}

.seo-top-heading {
  background-color: #000;
  margin-top: -8px;
}

.seo-top-heading.custom {
  background-color: #0000;
}

.heading-32 {
  z-index: 3;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
  position: relative;
}

.section-10 {
  margin-top: 0;
  padding-top: 90px;
}

.bold-text-14 {
  color: #fff;
  letter-spacing: .1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.bold-text-15 {
  font-size: 1.125rem;
  font-weight: 600;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-top: 50px;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #fff0;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.div-block-31 {
  display: flex;
}

.image-22 {
  background-color: #fff;
  border-radius: 12px;
  width: 40px;
  margin-left: 7px;
  transform: rotate(0);
}

.div-block-32 {
  width: auto;
  min-width: 550px;
}

.video-editing-paragraph {
  z-index: 1;
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.slider-paragraph-custom {
  color: #fff;
  letter-spacing: .1rem;
  margin-top: 33px;
  margin-bottom: 0;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

.heading-41 {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.paragraph-25 {
  letter-spacing: 1.5px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

.container-33 {
  max-width: 1200px;
}

.link-4 {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link-4.slide-in-bottom {
  margin-top: 0;
  font-weight: 500;
  text-decoration: none;
}

.link-4.slide-in-bottom.cc {
  margin-top: -5px;
}

.link-4.slide-in-bottom.blog {
  height: auto;
  max-height: 25px;
  margin-top: 5px;
}

.custom-styles {
  height: auto;
  max-height: 25px;
  display: none;
}

.text-block-11 {
  z-index: 2;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-block-11:active {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  mix-blend-mode: normal;
  font-size: 17px;
}

.text-block-11:focus, .text-block-11:lang(en) {
  opacity: 1;
}

.text-block-11.blog {
  height: 20px;
  max-height: 25px;
}

.grid-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-14.custom-remove-colum {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.div-block-38 {
  padding-bottom: 20px;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 947px;
  max-width: 1000px;
  padding-top: 50px;
  display: inline-block;
}

.div-block-39.web-dev {
  max-width: 1217px;
  display: inline-block;
}

.heading-47 {
  color: #fff;
  font-size: 3.3rem;
  line-height: 1;
}

.heading-47.display-none {
  display: none;
}

.video-section {
  flex-flow: column;
  width: 100vw;
  margin-top: 60px;
  display: flex;
}

.reverse-card-bkg {
  z-index: 1;
  transform-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
  transform: rotate(180deg);
}

.glowing-border1 {
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-top: 0;
  padding-left: 0;
  display: block;
}

.video-palyer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.css {
  display: none;
}

.card-text-smaller {
  filter: brightness(200%);
  color: #161516;
  letter-spacing: .5em;
  font-size: .5em;
  font-style: italic;
  line-height: 2em;
}

.video-player {
  margin-top: 0;
  margin-left: 20px;
  display: flex;
}

.card-text {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: .5em;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.card2 {
  background-color: #0000;
  border-radius: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40svh;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video1 {
  opacity: 1;
  border-radius: 0;
  width: 600px;
  height: 400px;
}

.ambilight-svg {
  display: none;
}

.card-content {
  z-index: 3;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-bkg {
  z-index: -1;
  filter: blur(.5vw);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  position: absolute;
  inset: auto;
}

.card-bkg.no-blur {
  filter: none;
}

.v2 {
  color: #fff;
  font-style: normal;
}

.smm-slider {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -995px;
}

.wrapper {
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.right-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(270deg, #000000e6, #0000);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(to right, #000000e6, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.splide__list-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 250vw;
  height: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.splide__list-2.splide__list {
  height: 100%;
}

.splide-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.wrapper1 {
  width: 100%;
  height: 100vh;
}

.link-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.link-5 {
  color: #fff9;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 26px;
  line-height: 130%;
  text-decoration: none;
  position: relative;
}

.link-5.w--current {
  color: #fff;
}

.splide__track-4 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: block;
  overflow: hidden;
}

.splide__track-4.splide__track {
  height: 80vh;
}

.splide__slide-14 {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.img-5 {
  vertical-align: baseline;
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  height: 80%;
  transition: transform 3s;
}

.splide__track-6 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: block;
  overflow: hidden;
}

.splide__track-6.splide__track {
  height: 100vh;
}

.splide__slide-16 {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.wrapper-2 {
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.splide__track-9 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: block;
  overflow: hidden;
}

.splide__list-5 {
  justify-content: flex-start;
  align-items: center;
  width: 250vw;
  height: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.splide__slide-19 {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.img-9 {
  vertical-align: baseline;
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform 3s;
}

.bold-text-17 {
  letter-spacing: 1px;
}

.video1 {
  width: 100%;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.text-field-9 {
  color: var(--dark-slate-gray);
  background-color: #fff3;
  border-radius: 12px;
  width: 250px;
  height: 45px;
  font-size: 15px;
}

.text-field-9:focus {
  border: 1px solid #009da3;
}

.text-field-box {
  flex-direction: column;
  width: auto;
  display: flex;
}

.div-block-55 {
  width: 500px;
  height: 500px;
  margin-top: 40px;
  display: inline-block;
}

.section-16 {
  width: 100%;
  height: auto;
  display: block;
}

.container-37 {
  background-color: #000;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.div-block-56 {
  width: auto;
  max-width: none;
  height: auto;
}

.youtube-3 {
  max-width: 900px;
  margin-top: 0;
  display: inline-block;
}

.portfolio-tabs {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1f;
  background-image: none;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 65px;
  padding: 20px;
  display: grid;
}

.portfolio-tabs.custom {
  opacity: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fff0;
  background-image: linear-gradient(#0000000d, #00000026);
  border: 1px solid #fff3;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
}

.portfolio-tab-link {
  color: #fff;
  background-color: #00000052;
  background-image: none;
  border-radius: 7px;
  width: 200px;
  box-shadow: 0 1px 4px #ffffff82;
}

.portfolio-tab-link:hover {
  background-image: linear-gradient(#1f1f1f, #000);
  box-shadow: 0 1px 4px #fff;
}

.portfolio-tab-link.w--current {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#1f1f1f, #000);
  width: 200px;
  box-shadow: 0 1px 4px #fff;
}

.portfolio-tab-link.w--current:hover {
  box-shadow: 0 1px 4px #fff;
}

.portfolio-text-block {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Orbitron, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.porfolio-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.list-item-6 {
  padding-top: 0;
}

.list-item-6.custom, .list-item-7 {
  margin-top: 5px;
}

.video-edit-para {
  z-index: 1;
  background-color: #000;
  margin-top: -132px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.list-item-8 {
  margin-top: 0;
}

.videos-for-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.videos-for-mobile.custom {
  grid-template-rows: auto auto auto auto;
}

.videos-for-mobile.custim {
  display: none;
}

.videos-for-mobile.cstom-graph {
  grid-row-gap: 40px;
}

.portfilio-new-heading {
  color: #fff;
  text-align: left;
  padding-left: 23px;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.portfolio-para {
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 35px;
  margin-left: 0;
  padding-left: 23px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

.lightbox-link-2 {
  z-index: auto;
  position: relative;
}

.div-block-67 {
  padding-top: 40px;
}

.marquee-container {
  grid-column-gap: 4.5vw;
  grid-row-gap: 4.5vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.marquee-text {
  white-space: nowrap;
  font-size: 3.5vw;
  line-height: 1.5em;
}

.marquee-icon {
  width: 2.5vw;
}

.marquee-wrapper {
  color: #dfdfdf;
  background-color: #111;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.infinte-scroll {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.text-container {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}

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

.heading-51 {
  filter: drop-shadow(0 0 .5rem #dc143c);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Orbitron, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.section-17 {
  margin-top: 110px;
  margin-bottom: 100px;
}

.heading-52 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: WHITE;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Orbitron, sans-serif;
  font-size: 69px;
  font-weight: 700;
  line-height: 65px;
}

.heading-52.custom {
  filter: drop-shadow(0 0 .4rem #fff);
  font-size: 3.3rem;
}

.paragraph-28 {
  font-family: Play, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.image-26 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.image-27, .image-28 {
  display: none;
}

.image-29 {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}

.bold-text-18 {
  letter-spacing: 1px;
}

.section-18 {
  max-width: 1200px;
  padding-left: 0;
  display: inline-block;
}

.heading-53 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 150px;
  margin-bottom: 60px;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

.paragraph-30 {
  letter-spacing: .1rem;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

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

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

.mask-horizontal {
  overflow: visible;
}

.author-name-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  transform-style: preserve-3d;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
  transform: rotateX(172deg)rotateY(0)rotateZ(180deg);
}

.right-arrow-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-2:hover {
  transform: translate(2px);
}

.horizontal-logo {
  background-color: #fff0;
  margin-bottom: 15px;
  padding: 2px;
}

.horizontal-logo._1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.horizontal-logo._2 {
  margin-top: 0;
}

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

.horizontal-content-block {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff0;
  background-image: linear-gradient(#0000000d, #0000004d);
  border-top: 2px solid #ffffff26;
  border-bottom: 1px solid #ffffff14;
  border-left: 0 solid #fff0;
  border-right: 2px solid #c9c9c926;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slide-nav-7 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-job {
  color: #fff;
}

.column-wrap {
  display: flex;
}

.container-39 {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-block {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.testimonial-section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 40px 3% 0;
  display: flex;
  overflow: hidden;
}

.horizontal-quote-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Play, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-2:hover {
  transform: translate(-2px);
}

.icon-5, .icon-6 {
  color: #000;
}

.div-block-71 {
  max-width: 1217px;
}

.videos-for-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-12, .text-block-13 {
  letter-spacing: 1.5px;
  font-family: Orbitron, sans-serif;
  font-size: 15px;
}

.privacy-policy {
  max-width: none;
  display: block;
}

.heading-54 {
  color: #fff;
  filter: drop-shadow(16px 10px 20px #000);
  font-size: 3.3rem;
  line-height: 1;
}

.privacy-policy-heading {
  padding-top: 40px;
  display: inline-block;
}

.div-block-72 {
  margin-top: 30px;
  padding-left: 20px;
  display: block;
}

.privacy-policy-desciption-heading {
  text-align: left;
  letter-spacing: .5px;
  font-family: Orbitron, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.paragraph-31 {
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 30px;
  font-size: 1.063rem;
  line-height: 1.25;
}

.heading-56 {
  text-align: left;
  letter-spacing: .5px;
  margin-top: 30px;
  font-family: Orbitron, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.paragraph-32 {
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 30px;
  font-family: Play, sans-serif;
  font-size: 1.063rem;
  line-height: 1.25;
}

.list {
  text-align: left;
  font-family: Play, sans-serif;
  font-size: 17px;
}

.list._1 {
  font-size: 1.063rem;
  line-height: 1.25;
  list-style-type: decimal;
}

.list-item-10 {
  letter-spacing: .1rem;
  margin-top: 17px;
  font-size: 1.063rem;
  line-height: 1.25;
}

.link-block-10.w--current {
  align-self: center;
}

.footer-div {
  flex-flow: column;
  align-self: center;
  display: block;
}

.heading-services-video-edit {
  color: #fff;
  text-align: left;
  font-family: Orbitron, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

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

.image-33.cusst {
  margin-top: 10px;
}

.image-37 {
  margin-left: -131px;
  padding-top: 60px;
}

.image-38 {
  margin-left: -83px;
  padding-top: 40px;
}

.text-block-15 {
  color: #fff;
  font-family: Chakra Petch, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

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

  .packages-container.cust {
    max-width: none;
  }

  .heading-10.sec {
    text-align: left;
  }

  .paragraph-12 {
    margin-bottom: 40px;
  }

  .footer-social-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 16px;
  }

  .footer-social-block.footer-custom-social-icon {
    padding-left: 25px;
  }

  .footer-social-block.custom-home.final-cusst {
    padding-left: 27px;
  }

  .image-11 {
    width: 250px;
  }

  .paragraph-20 {
    margin-top: 31px;
  }

  .heading-20 {
    align-self: center;
    margin-left: 10px;
    margin-right: 0;
  }

  .swiper-slide.hov.custom {
    height: 450px;
    max-height: 450px;
  }

  .slider-heading-2.services-slider-para4._1440._1360 {
    margin-top: 60px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

  .div-block-19 {
    margin-top: 25px;
  }

  .bold-text-7.consult:hover {
    box-shadow: none;
  }

  .container-18 {
    max-width: 1300px;
  }

  .shadow-two-3 {
    width: auto;
  }

  .div-block-20 {
    margin-top: 100px;
    padding-top: 0;
  }

  .pricing-card-18 {
    background-color: purple;
    background-image: linear-gradient(45deg, #1f1f1f 29%, #000);
    display: flex;
  }

  .tab-link12 {
    font-family: Orbitron, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .tab-link12.w--current {
    font-family: Orbitron, sans-serif;
  }

  .carousel-mask-6 {
    width: 29%;
  }

  .pricing-subtitle-5 {
    font-size: .875rem;
    line-height: 1;
  }

  .carousel.is_contained {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .tabs-menu {
    background-color: #fff0;
    align-self: center;
  }

  .tabs-menu.custom-for-tab-view {
    width: 110%;
  }

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

  .accordion.js-accordion {
    justify-content: space-between;
  }

  .js-accordion-icon.active {
    border-radius: 5px;
  }

  .heading-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits-description {
    letter-spacing: .1rem;
  }

  .div-block-31 {
    display: flex;
  }

  .video-editing-paragraph {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-paragraph-custom {
    font-size: 1.063rem;
  }

  .card {
    text-align: center;
  }

  .container-33 {
    max-width: 1300px;
  }

  .grid-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-39 {
    min-width: auto;
    max-width: 1050px;
  }

  .div-block-39.web-dev {
    max-width: 1250px;
  }

  .div-block-39.web-dev.custom-dev {
    max-width: none;
  }

  .youtube-3 {
    max-width: 1000px;
  }

  .porfolio-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: stretch;
    display: block;
  }

  .portfilio-new-heading {
    color: #fff;
    text-align: left;
    font-family: Orbitron, sans-serif;
  }

  .portfolio-para {
    text-align: left;
    margin-top: 42px;
    font-family: Play, sans-serif;
  }

  .text-container {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .heading-51 {
    font-size: 52px;
  }

  .heading-52 {
    font-size: 69px;
    line-height: 65px;
  }

  .paragraph-28 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-71 {
    max-width: 1250px;
  }

  .dev-para, .dev-heading {
    max-width: 1250px;
    display: inline-block;
  }

  .link-block {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    perspective: 1000px;
    transform: perspective(1000px);
  }

  .nav-menu-two-2.blog {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .nav-dropdown-link-2 {
    font-family: Play, sans-serif;
    font-weight: 700;
  }

  .nav-dropdown {
    margin-top: 0;
  }

  .navbar-logo-left-4 {
    margin-top: -80px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    flex-flow: column;
    display: block;
  }

  .nav-dropdown-icon-2 {
    margin-top: 0;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1200px;
    margin-top: 0;
  }

  .nav-dropdown-toggle {
    margin-top: 0;
  }

  .hero-heading-left {
    padding-top: 50px;
  }

  .hero-split {
    height: auto;
  }

  .heading-3 {
    font-size: 3.3rem;
  }

  .spline-scene-8 {
    width: 600px;
    height: 400px;
  }

  .hero-stack {
    margin-top: 40px;
    display: inline-block;
  }

  .paragraph-10 {
    letter-spacing: 1px;
    padding-right: 0;
  }

  .heading-10 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .paragraph-12 {
    text-align: center;
    margin-bottom: 42px;
  }

  .container-9, .footer-wrapper {
    max-width: 1200px;
  }

  .footer-social-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 30px;
  }

  .footer-social-block.footer-custom-social-icon {
    padding-left: 45px;
  }

  .footer-social-block.custom-home.final-cusst {
    padding-left: 50px;
  }

  .image-11 {
    width: 300px;
  }

  .div-block-8.pading {
    margin-top: 87px;
  }

  .heading-17 {
    font-size: 4rem;
    line-height: 60px;
  }

  .paragraph-19.custom {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .div-block-11 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-20 {
    letter-spacing: 1.5px;
    margin-top: 40px;
  }

  .heading-19 {
    text-align: left;
    line-height: 60px;
  }

  .image-15.custom {
    width: 250px;
    height: 250px;
  }

  .slider-heading-2.web-dev-s-para {
    margin-top: 0;
  }

  .slider-heading-2.services-slider-para4._1440 {
    margin-top: 60px;
  }

  .paragraph-21.seo-slider {
    padding-top: 0;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
    display: flex;
  }

  .image-16 {
    width: 100px;
    height: 100px;
  }

  .heading-23 {
    color: #fff;
    font-size: 25px;
  }

  .bold-text-7.consult:hover {
    box-shadow: none;
  }

  .hero-heading-right {
    background-color: #f5f7fa00;
    margin-top: 20px;
  }

  .container-18 {
    max-width: 1200px;
  }

  .hero-split-3 {
    max-width: none;
    padding-top: 0;
    padding-right: 0;
  }

  .shadow-two-3 {
    flex: 0 auto;
    align-self: center;
    width: 600px;
    max-width: 100%;
    height: 600px;
    margin-left: -170px;
    display: block;
  }

  .c-faq-item {
    background-image: linear-gradient(#1f1f1f 35%, #000);
    border-left-color: #fff;
    width: auto;
  }

  .div-block-20 {
    width: auto;
    min-width: 550px;
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .heading-25 {
    color: #fff;
    text-align: center;
    font-family: Orbitron, sans-serif;
    line-height: 60px;
  }

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

  .pricing-card-18 {
    background-image: linear-gradient(45deg, #1f1f1f 29%, #000);
    flex-flow: column;
    display: flex;
  }

  .tab-link12.w--current {
    background-color: #630872;
    border-radius: 8px;
  }

  .tab-link12.w--current:hover {
    color: #fff;
    background-color: #630872;
  }

  .tab-link12._3 {
    background-color: #fff0;
    border-color: #ffffff21;
  }

  .tab-link12._3:hover {
    color: #000;
    background-image: linear-gradient(#1f1f1f 57%, #000);
    border-width: 1px;
    border-color: #ffffff21;
    box-shadow: 0 1px 4px #fff;
  }

  .tab-link12._3.gd-link {
    background-color: #0000;
  }

  .tab-link12._4 {
    color: #000;
    background-color: #00000021;
    border-color: #ffffff2e;
  }

  .tab-link12._4:hover {
    color: #000;
    background-image: linear-gradient(#1f1f1f 57%, #000);
    border-color: #ffffff21;
    box-shadow: 0 1px 4px #fff;
  }

  .tab-link12._4.w--current {
    color: #fff;
    background-color: #7d0b90;
    background-image: linear-gradient(#1f1f1f 57%, #000);
    border-width: .5px;
    border-color: #ffffff2e;
    box-shadow: 0 1px 4px #fff;
  }

  .tab-link12._4.gd-link {
    background-color: #0000;
  }

  .pricing-title-5 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .carousel-mask-6 {
    width: 29%;
  }

  .pricing-subtitle-5 {
    font-size: .875rem;
    line-height: 1;
  }

  .carousel.is_contained {
    width: auto;
    padding-bottom: 0;
  }

  .container-27 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    display: block;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -webkit-backdrop-filter: blur(400px);
    backdrop-filter: blur(400px);
    background-color: #fff0;
    background-image: linear-gradient(#00000012, #00000052);
    border: 1px solid #ffffff30;
  }

  .tabs-menu.custom-for-tab-view {
    width: 110%;
  }

  .text-block-3 {
    color: #fff;
    letter-spacing: 1px;
  }

  .list-item-5 {
    list-style-type: none;
  }

  .accordion.js-accordion {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion_item-image {
    width: 70px;
    margin-left: -21px;
  }

  .accordion-body.js-accordion-body {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .question-text {
    font-family: Play, sans-serif;
    font-size: 19px;
  }

  .question-text.aboutus {
    font-size: 19px;
  }

  .accordion-body__contents {
    letter-spacing: 1px;
    margin-top: 0;
    padding-left: 10px;
    font-family: Play, sans-serif;
    font-size: 17px;
  }

  .js-accordion-icon {
    background-color: #ffffffad;
    border-radius: 5px;
  }

  .js-accordion-icon.active {
    background-color: #ffffffad;
  }

  .accordion__item.js-accordion-item {
    background-color: #00000045;
  }

  .label {
    z-index: 5;
  }

  .button-3 {
    transform: scale(1.15);
  }

  .heading-30 {
    color: #fff;
    text-align: center;
    margin-top: 40px;
  }

  .grid-website-maintenace {
    max-width: 1500px;
    margin-top: 52px;
  }

  .small-card {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lottie-animation {
    background-color: #fff;
    width: 100px;
  }

  .small-card-header {
    color: #fff;
    margin-top: 1.2em;
    padding-top: 0;
    font-size: 1.03em;
  }

  .benefits-description {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.125rem;
    line-height: 1.45;
  }

  .html-embed {
    color: #fff;
    margin-top: -10px;
    font-style: normal;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .html-embed.customize {
    margin-top: 22px;
    padding-top: 50px;
    transform: none;
  }

  .html-embed.custom {
    margin-top: -10px;
  }

  .overflow {
    background-color: #000;
  }

  .bold-text-11 {
    font-size: 1.2em;
    font-weight: 600;
  }

  .splide__img {
    object-fit: fill;
  }

  .section {
    background-color: #000;
    height: auto;
  }

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

  .bold-text-14, .bold-text-15 {
    font-size: 19px;
  }

  .div-block-28 {
    min-width: 700px;
  }

  .image-22 {
    cursor: auto;
    border-radius: 11px;
  }

  .div-block-32 {
    min-width: 550px;
  }

  .video-editing-paragraph {
    background-color: #000;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-paragraph-custom {
    color: #fff;
    margin-top: 42px;
    font-size: 1.063rem;
    line-height: 1.25;
  }

  .text-block-11 {
    font-size: 1.125rem;
  }

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

  .div-block-39.web-dev {
    max-width: 1300px;
  }

  .div-block-39.web-dev.custom-dev {
    max-width: none;
  }

  .video-section, .video-player {
    perspective: none;
  }

  .card2 {
    width: 500px;
  }

  .card-content {
    background-color: #000;
  }

  .smm-slider {
    margin-top: 0;
  }

  .bold-text-17 {
    font-size: 1.2em;
  }

  .youtube-3 {
    max-width: 1200px;
    margin-top: -135px;
  }

  .portfolio-tabs {
    background-color: #ffffff1f;
    background-image: none;
    margin-bottom: 65px;
  }

  .portfolio-tab-link {
    background-color: #00000052;
    background-image: none;
  }

  .portfolio-tab-link:hover {
    background-image: linear-gradient(#1f1f1f, #000);
  }

  .portfolio-tab-link.w--current {
    font-family: Orbitron, sans-serif;
  }

  .portfolio-text-block {
    text-align: center;
    letter-spacing: 1px;
    padding-left: 0;
  }

  .porfolio-container {
    margin-bottom: 60px;
  }

  .videos-for-mobile {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }

  .text-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    min-width: 110%;
  }

  .text-container.custom {
    min-width: 110%;
  }

  .heading-51 {
    font-size: 70px;
  }

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

  .paragraph-28 {
    font-size: 21px;
  }

  .paragraph-30 {
    letter-spacing: 2px;
    font-size: 1.063rem;
    line-height: 25px;
  }

  .div-block-71 {
    max-width: 1300px;
    display: block;
  }

  .videos-for-desktop {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .dev-para, .dev-heading {
    max-width: 1300px;
    display: inline-block;
  }

  .privacy-policy {
    max-width: 1250px;
    display: inline-block;
  }

  .heading-54 {
    font-family: Orbitron, sans-serif;
  }

  .div-block-72 {
    margin-top: 40px;
  }

  .privacy-policy-desciption-heading {
    font-family: Orbitron, sans-serif;
  }

  .paragraph-31 {
    margin-top: 30px;
    font-family: Play, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .rich-text-block {
    font-family: Orbitron, sans-serif;
  }

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

  .paragraph-32 {
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .list {
    margin-top: 10px;
  }

  .list-item-10 {
    margin-top: 17px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-services-video-edit {
    line-height: 65px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-two-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .nav-dropdown-link-2 {
    font-size: 18px;
  }

  .navbar-wrapper-2 {
    margin-left: 20px;
  }

  .image-4 {
    margin-left: 0;
    padding-right: 0;
  }

  .button-primary-2 {
    font-weight: 700;
  }

  .hero-heading-left {
    padding-top: 60px;
  }

  .margin-bottom-24px {
    letter-spacing: .125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .heading-3 {
    font-size: 3.4rem;
    line-height: 1;
  }

  .main-packages-buttons {
    letter-spacing: .125rem;
    font-size: 1rem;
  }

  .paragraph-2 {
    letter-spacing: .125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .paragraph-10 {
    text-align: justify;
    font-size: 20px;
  }

  .packages-container {
    margin-top: 150px;
  }

  .packages-container.cust {
    margin-top: 24px;
  }

  .heading-10 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3.4rem;
    line-height: 1.1;
  }

  .heading-10.pack-custom {
    line-height: 1;
  }

  .paragraph-12 {
    letter-spacing: .125rem;
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .footer-dark {
    background-image: linear-gradient(349deg, #1f1f1f 23%, #000);
  }

  .container-9 {
    max-width: 1600px;
  }

  .footer-wrapper {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 100px;
  }

  .title-small {
    letter-spacing: .125rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .footer-link {
    letter-spacing: .125rem;
    font-size: 1.125rem;
  }

  .footer-social-block {
    padding-left: 0;
  }

  .footer-social-block.footer-custom-social-icon {
    padding-top: 0;
    padding-left: 90px;
  }

  .footer-social-block.custom-home {
    padding-left: 90px;
  }

  .footer-social-block.custom-home.final-cusst.ff {
    padding-left: 86px;
  }

  .footer-copyright-center {
    letter-spacing: .063rem;
    font-size: 1.125rem;
  }

  .image-9, .image-10 {
    width: 30px;
  }

  .image-11 {
    margin-left: 40px;
    display: block;
  }

  .image-12 {
    width: 30px;
  }

  .div-block-8.pading {
    margin-top: 111px;
  }

  .heading-17 {
    font-size: 3.4rem;
    line-height: 1;
  }

  .paragraph-19 {
    letter-spacing: .125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .paragraph-19.custom {
    letter-spacing: .125rem;
    font-size: 1.125rem;
  }

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

  .form-section {
    margin-top: 60px;
  }

  .container-14 {
    padding-top: 80px;
  }

  .div-block-11 {
    text-align: left;
    flex: 0 auto;
    order: 0;
  }

  .field-label-2 {
    letter-spacing: .125rem;
    font-size: 1.25rem;
  }

  .form-block-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 85px;
  }

  .heading-18 {
    font-size: 3.4rem;
    line-height: 1;
  }

  .paragraph-20 {
    letter-spacing: .125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .heading-19 {
    text-align: left;
    margin-left: 100px;
    font-size: 3.4rem;
    line-height: 1;
  }

  .blod-text {
    font-size: 1.813rem;
  }

  .blod-text:hover {
    box-shadow: none;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 1.813rem;
  }

  .about-us-list-item {
    font-size: 1.188rem;
  }

  .button-6.formcustomize {
    letter-spacing: .125rem;
    font-size: 1rem;
  }

  .swiper-slide.hov.custom {
    height: 460px;
    max-height: 460px;
  }

  .image-15.ssm-image.custom5 {
    width: 200px;
    height: 200px;
    margin-top: 24px;
  }

  .image-15.custom-seo-slider {
    padding-bottom: 25px;
  }

  .image-15.services-slider1 {
    margin-top: -15px;
  }

  .image-15.services-slider1.slider-custom._1920 {
    width: 85%;
    margin-top: -20px;
  }

  .image-15.services-slider2 {
    width: 60%;
  }

  .image-15.services-slider-3, .image-15.services-slider-4 {
    width: 50%;
    margin-top: 37px;
  }

  .image-15.slider-app-image1, .image-15.slider-app-image2, .image-15.slider-app-image3, .image-15.slider-app-image4 {
    width: 12rem;
    height: auto;
  }

  .slider-heading-2 {
    line-height: 1.12;
  }

  .slider-heading-2.infograpg-para {
    margin-top: 20px;
  }

  .slider-heading-2.infograpg-para.customfinal {
    margin-top: 5px;
  }

  .slider-heading-2.web-dev-s-para {
    margin-top: 21px;
  }

  .slider-heading-2.web-dev-s-para.gd-slider-edit {
    margin-top: 0;
  }

  .slider-heading-2.custom.custt1 {
    margin-top: 17px;
  }

  .slider-heading-2.custom1 {
    margin-top: 45px;
    line-height: 1.12;
  }

  .slider-heading-2.custom-seo {
    margin-top: -5px;
  }

  .slider-heading-2.smm-slider, .slider-heading-2.smm-slider.smm-sllider-para, .slider-heading-2.services-slider-para2 {
    margin-top: 20px;
  }

  .slider-heading-2.services-slider-para2._1920 {
    margin-top: 15px;
  }

  .slider-heading-2.services-slider-para3 {
    margin-top: 50px;
  }

  .slider-heading-2.services-slider-para4 {
    margin-top: 48px;
  }

  .slider-heading-2.services-slider-para4._1440._1360._1279 {
    margin-top: 50px;
  }

  .slider-heading-2.service-slider-heading-1 {
    margin-top: -15px;
  }

  .slider-heading-2.service-slider-heading-1._1920 {
    margin-top: -25px;
  }

  .paragraph-21 {
    letter-spacing: .125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .paragraph-21.info-para {
    margin-top: 0;
    padding-top: 10px;
  }

  .paragraph-21.animation-para-home, .paragraph-21.web-para-home {
    padding-top: 10px;
  }

  .paragraph-regular-3.margin-bottom-20 {
    letter-spacing: .12rem;
  }

  .bold-text-7.consult {
    letter-spacing: .125rem;
    font-size: 1.5rem;
    line-height: 1;
  }

  .bold-text-7.consult:hover {
    box-shadow: none;
  }

  .heading-25 {
    font-size: 4.3rem;
    line-height: 1;
  }

  .text_input.text_area {
    font-size: 1rem;
    line-height: 1;
  }

  .container-22 {
    max-width: 1440px;
  }

  .pricing-card-18 {
    justify-content: center;
    align-items: center;
  }

  .carousel-slider._4.c-gap2 {
    right: -84%;
  }

  .carousel-slider._4.c-gap-3 {
    right: -105%;
  }

  .carousel-slider._4.cgap-5 {
    right: -126%;
  }

  .pricing-subtitle-5 {
    font-size: .875rem;
    line-height: 1;
  }

  .tabs-menu.custom-for-tab-view {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 110%;
  }

  .text-block-3 {
    letter-spacing: 1px;
  }

  .question-text {
    letter-spacing: .1rem;
    font-family: Orbitron, sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .question-text.aboutus {
    letter-spacing: .1rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .accordion-body__contents {
    letter-spacing: .1rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .heading-26 {
    letter-spacing: .125rem;
    font-size: 2rem;
    line-height: 1.5;
  }

  .button-3 {
    transform: scale(1.4);
  }

  .link-3 {
    letter-spacing: 0;
  }

  .splide__slide {
    width: 55%;
    height: 40vw;
    min-height: 41.88em;
  }

  .splide__slide.splide__slide-14.custom {
    border-radius: 0;
    height: 30vw;
  }

  .heading-30 {
    letter-spacing: 0;
    font-size: 3.4rem;
  }

  .grid-website-maintenace {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    max-width: 1920px;
    padding-left: 55px;
    display: grid;
  }

  .benefits-description {
    letter-spacing: 1.5px;
    font-size: 1.188rem;
  }

  .overflow {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .splide__img {
    object-fit: fill;
  }

  .heading-32 {
    font-size: 3.4rem;
  }

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

  .bold-text-14, .bold-text-15 {
    letter-spacing: .1rem;
  }

  .image-22 {
    border-radius: 13px;
  }

  .slider-paragraph-custom {
    color: #fff;
    letter-spacing: .125rem;
    font-size: 1.125rem;
  }

  .heading-41 {
    font-size: 3.4rem;
  }

  .paragraph-25 {
    letter-spacing: .125rem;
    font-size: 1.125rem;
  }

  .container-33 {
    max-width: 1700px;
  }

  .link-4.slide-in-bottom.blog {
    max-height: 20px;
  }

  .text-block-11 {
    letter-spacing: 1px;
    margin-top: 2px;
    font-size: 1.063rem;
    line-height: 1;
  }

  .text-block-11.blog {
    height: 20px;
    min-height: auto;
    margin-top: 2px;
  }

  .div-block-39.web-dev {
    max-width: 1350px;
  }

  .div-block-39.web-dev.custom-dev {
    max-width: none;
  }

  .heading-47 {
    font-size: 3.4rem;
    line-height: 1;
  }

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

  .splide__list-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .splide__list-2.splide__list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-5 {
    border-radius: 50px;
  }

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

  .bold-text-17 {
    font-size: 1.2em;
  }

  .video1 {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .youtube-3 {
    z-index: 1;
    margin-top: -75px;
    position: relative;
  }

  .portfolio-tabs.custom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 60px;
  }

  .list-item-6.custom.custom1 {
    margin-bottom: 0;
  }

  .videos-for-mobile.cstom-graph {
    grid-row-gap: 50px;
  }

  .portfilio-new-heading {
    font-size: 3.4rem;
  }

  .portfolio-para {
    letter-spacing: .125rem;
    font-family: Play, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  ._1 {
    width: 200px;
    margin-top: 10px;
  }

  ._1._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._1._3 {
    width: 190px;
  }

  .custom {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .text-container.custom {
    margin-top: 0;
  }

  .heading-51 {
    font-size: 75px;
  }

  .heading-52 {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-52.custom {
    font-size: 3.4rem;
    line-height: 1;
  }

  .paragraph-28 {
    font-size: 1.125rem;
    line-height: 1.25;
  }

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

  .heading-53 {
    text-transform: uppercase;
    font-size: 3.4rem;
    line-height: 1.1;
  }

  .paragraph-30 {
    letter-spacing: .125rem;
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .testimonial-section-2 {
    padding: 0 1.7%;
  }

  .horizontal-quote-h4 {
    font-size: 1.125rem;
    line-height: 1.4rem;
  }

  .div-block-71 {
    max-width: 1350px;
  }

  .dev-para, .dev-heading, .privacy-policy {
    max-width: 1350px;
    display: inline-block;
  }

  .heading-54 {
    font-size: 3.4rem;
  }

  .paragraph-31, .paragraph-32 {
    letter-spacing: .125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .list._1 {
    width: auto;
  }

  .list-item-10 {
    letter-spacing: .125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .brand {
    margin-left: -2px;
  }

  .brand-2, .brand-3 {
    margin-left: 5px;
  }

  .brand-4, .brand-5 {
    margin-left: 20px;
  }

  .brand-6 {
    margin-left: 32px;
  }

  .brand-7 {
    margin-left: 35px;
  }

  .brand-8 {
    margin-left: 38px;
  }

  .brand-9 {
    margin-left: 35px;
  }

  .brand-10 {
    margin-left: 32px;
  }

  .brand-11 {
    margin-left: 23px;
  }

  .brand-12 {
    margin-left: 11px;
  }

  .brand-13, .brand-14, .brand-15 {
    margin-left: -11px;
  }

  .brand-16, .brand-17 {
    margin-left: -29px;
  }

  .brand-18, .brand-19 {
    margin-left: -50px;
  }

  .brand-20 {
    margin-left: -59px;
  }

  .brand-21 {
    margin-left: -56px;
  }

  .brand-22, .brand-23, .brand-24, .brand-25, .brand-26, .brand-27, .brand-28, .brand-29, .brand-30, .brand-31, .brand-32, .brand-33, .brand-34, .brand-35, .brand-36 {
    margin-left: -53px;
  }

  .dropdown-link {
    font-size: 17px;
  }

  .dropdown-link-2 {
    font-size: 18px;
  }

  .brand-37 {
    margin-left: 0;
  }

  .brand-38 {
    margin-left: -53px;
  }

  .link-block-2 {
    align-self: flex-end;
  }

  .link-block-3 {
    align-self: center;
  }

  .link-block-4 {
    align-self: stretch;
  }

  .link-block-5 {
    align-self: baseline;
  }

  .link-block-6 {
    align-self: stretch;
  }

  .link-block-7 {
    align-self: baseline;
  }

  .link-block-8 {
    align-self: flex-start;
  }

  .link-block-9 {
    align-self: auto;
  }

  .link-block-10 {
    align-self: center;
  }

  .footer-div {
    flex-flow: column;
    flex: 0 auto;
    align-self: center;
    display: flex;
  }

  .heading-services-video-edit {
    font-size: 3.4rem;
  }

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

  .image-31.cusst, .image-32.cusst {
    padding-top: 20px;
  }

  .image-33.cusst {
    margin-top: 0;
    padding-top: 20px;
  }

  .image-34, .image-35, .image-36 {
    margin-top: 10px;
  }

  .div-block-75 {
    margin-left: -2px;
  }

  .cusst {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .body {
    background-color: #a60fc0;
    background-image: url('../images/gradient.png');
    background-size: auto;
  }

  .nav-menu-two-2 {
    opacity: 1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0000;
    background-image: linear-gradient(225deg, #1f1f1ff2, #000000e6);
    border: 2px solid #ffffff14;
    border-radius: 0 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    list-style-type: none;
    display: flex;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link-accent-2 {
    color: #fff;
  }

  .mobile-margin-top-10 {
    width: 100px;
  }

  .nav-dropdown-icon-2 {
    color: #fff;
  }

  .nav-link-2 {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-primary-2 {
    background-color: #ad0567;
    flex-flow: row;
    width: 120px;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: -26px;
    font-family: Chakra Petch, sans-serif;
    font-weight: 700;
    display: block;
  }

  .text-block-2 {
    color: #fff;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    margin-top: 26px;
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .main-packages-buttons {
    border-radius: 5px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .spline-scene-8 {
    display: none;
  }

  .hero-stack {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-7 {
    width: auto;
    max-width: 728px;
  }

  .paragraph-2 {
    letter-spacing: .1rem;
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .paragraph-10 {
    margin-left: 0;
    padding-left: 10px;
    font-size: 1.063rem;
  }

  .heading-10 {
    width: auto;
    font-size: 3rem;
  }

  .heading-10.sec {
    text-align: left;
    margin-left: 0;
    padding-left: 10px;
    font-size: 3rem;
  }

  .paragraph-12 {
    letter-spacing: .1rem;
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .footer-dark {
    padding-left: 10px;
  }

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

  .footer-wrapper {
    flex-flow: row;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    padding-left: 5px;
  }

  .footer-block {
    text-align: left;
  }

  .footer-social-block {
    flex-flow: row;
    padding-left: 0;
  }

  .footer-copyright-center {
    letter-spacing: .1rem;
  }

  .div-block-8.pading, .div-block-8.customize {
    margin-top: 0;
  }

  .heading-17 {
    font-size: 3rem;
  }

  .section-3 {
    margin-top: 63px;
  }

  .paragraph-19, .paragraph-19.custom {
    font-size: 1.063rem;
  }

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

  .container-14 {
    flex-flow: column;
  }

  .div-block-12 {
    padding-left: 20px;
  }

  .field-label-2 {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .field-label-2.custom {
    padding-top: 5px;
  }

  .form {
    align-self: stretch;
    padding-left: 0;
    display: block;
  }

  .form.custom-app-dev {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-18 {
    font-size: 3rem;
  }

  .paragraph-20 {
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .heading-19 {
    text-align: left;
    margin-top: 40px;
    font-size: 3rem;
  }

  .blod-text, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 1.6rem;
  }

  .button-6 {
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-6.formcustomize {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .button-6.formcustomize.service-app-dev {
    display: block;
  }

  .div-block-14 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .select-field {
    margin-top: 0;
  }

  .select-field.services-video-edit {
    margin-bottom: 10px;
  }

  .text-field-7 {
    flex: 1;
    width: auto;
  }

  .container-16 {
    flex-flow: column;
  }

  .heading-20 {
    font-size: 1.4rem;
  }

  .slider-heading-2.custom.custt1 {
    margin-top: 20px;
  }

  .slider-heading-2.service-slider-heading-1._1920 {
    padding-top: 10px;
  }

  .bold-text-7.consult {
    font-size: 1.3rem;
  }

  .hero-heading-right {
    padding-top: 0;
  }

  .container-18 {
    flex-flow: column;
    max-width: 728px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-3 {
    align-self: center;
  }

  .div-block-20, .input-area-wrapper {
    margin-top: 0;
  }

  .container-22 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pricing-card-18 {
    width: 350px;
  }

  .carousel-slider {
    padding-right: 0;
  }

  .carousel-mask-6 {
    width: 43%;
  }

  .carousel.is_contained {
    padding-bottom: 0;
  }

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

  .tabs-menu.gd-menu {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu.custom-for-tab-view {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-body__contents {
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .heading-26 {
    font-size: 25px;
  }

  .splide__slide {
    min-height: 30em;
  }

  .heading-30 {
    letter-spacing: 0;
    font-size: 3rem;
  }

  .grid-website-maintenace {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .lottie-animation {
    font-size: 19px;
  }

  .benefits-description {
    max-width: 360px;
    font-family: Play, sans-serif;
    display: block;
  }

  .html-embed.customize {
    margin-top: 24px;
  }

  .html-embed.custom {
    margin-top: -15px;
  }

  .overflow {
    min-height: 0;
    margin-top: -12px;
  }

  .heading-32 {
    z-index: 3;
    margin-top: 0;
    font-size: 3rem;
    line-height: 1;
  }

  .section-10 {
    padding-top: 60px;
  }

  .marquee {
    margin-bottom: 0;
  }

  .list-item-mobileview:hover {
    color: #000;
  }

  .slider-paragraph-custom {
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .heading-41 {
    font-size: 3rem;
  }

  .paragraph-25 {
    letter-spacing: .1rem;
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .grid-14 {
    grid-auto-flow: column;
  }

  .grid-14.custom-remove-colum {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-items: stretch stretch;
    display: flex;
  }

  .div-block-39 {
    flex-flow: row;
    min-width: auto;
    max-width: 450px;
    display: inline-block;
  }

  .div-block-39.web-dev {
    min-width: auto;
    display: inline-block;
  }

  .heading-47 {
    font-size: 3rem;
  }

  .heading-47.display-none {
    display: block;
  }

  .heading-47.display-non {
    display: none;
  }

  .wrapper {
    height: 70vh;
  }

  .img-5 {
    width: 90%;
  }

  .text-field-box {
    width: 49%;
  }

  .portfolio-tabs {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    width: 95%;
  }

  .portfolio-tabs.custom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .videos-for-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .videos-for-mobile.custom, .videos-for-mobile.custim, .videos-for-mobile.cstom-graph, .videos-for-mobile.custom-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .portfilio-new-heading, .portfolio-para {
    text-align: center;
    padding-left: 0;
  }

  .text-container {
    min-width: 160%;
  }

  .heading-52 {
    font-size: 44px;
  }

  .heading-52.custom {
    font-size: 3rem;
    line-height: 1;
  }

  .paragraph-28 {
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .image-26 {
    display: none;
  }

  .image-27 {
    margin-bottom: 20px;
    display: inline-block;
  }

  .heading-53 {
    font-size: 3rem;
    line-height: 1;
  }

  .paragraph-30 {
    font-size: 1.063rem;
    line-height: 1.2;
  }

  .mask-horizontal {
    width: 100%;
  }

  .horizontal-logo._1, .horizontal-logo._1.cust, .horizontal-logo._2 {
    margin-top: 0;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image-2 {
    position: relative;
  }

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

  .container-39 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .testimonial-image-wrap {
    height: 408px;
  }

  .image-34, .image-35, .image-36 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

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

  .body {
    background-color: #a60fc0;
    background-image: url('../images/gradient.png');
    background-position: 0 0;
    background-size: auto;
  }

  .nav-menu-two-2 {
    background-image: linear-gradient(225deg, #1f1f1f 27%, #000);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar-logo-left-4 {
    margin-top: 94px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-dropdown-icon-2 {
    color: #fff;
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    background-image: linear-gradient(3deg, #1f1f1f 46%, #000);
  }

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

  .nav-link-2 {
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-2.w--current {
    width: 100px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .button-primary-2 {
    background-color: #ad0567;
    margin-left: -9px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .spline-scene-8 {
    flex-flow: column;
    display: none;
  }

  .hero-stack {
    padding: 0 15px 60px;
  }

  .paragraph-10 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-10.sec {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-12 {
    font-size: 1rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-block.footer-custom-social-icon {
    margin-left: 0;
    padding-left: 11px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-13 {
    flex-flow: column;
  }

  .div-block-8.pading {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
  }

  .div-block-8.customize {
    width: auto;
  }

  .heading-17 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .div-block-10 {
    margin-top: 10px;
  }

  .form-section {
    margin-top: -45px;
  }

  .container-14 {
    flex-flow: column;
  }

  .div-block-11 {
    width: auto;
  }

  .div-block-12 {
    width: auto;
    min-width: auto;
  }

  .form {
    flex: 1;
    align-self: stretch;
    display: block;
  }

  .form-block-3 {
    padding-left: 0;
  }

  .heading-18 {
    text-align: center;
    margin-top: 22px;
    font-size: 40px;
    line-height: 40px;
  }

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

  .heading-19 {
    font-size: 40px;
  }

  .blod-text, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 35px;
  }

  .text-field-7 {
    width: auto;
  }

  .container-16 {
    flex-flow: column;
  }

  .heading-20 {
    font-size: 20px;
  }

  .image-15.services-slider1.slider-custom._1920 {
    margin-top: -20px;
  }

  .slider-heading-2.service-slider-heading-1._1920 {
    margin-top: -25px;
    padding-top: 0;
  }

  .hero-heading-right {
    padding: 0 15px 60px;
  }

  .shadow-two-3 {
    align-self: center;
  }

  .div-block-20 {
    margin-top: 0;
  }

  .pricing-card-18 {
    width: auto;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._4.c-gap2 {
    right: -40%;
  }

  .carousel-slider._4.c-gap-3 {
    right: -55%;
  }

  .carousel-slider._4.cgap-5 {
    right: -65%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._3.custom2 {
    right: -16.2rem;
  }

  .carousel-slider._3.custom5 {
    right: -25.2rem;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._2.custom1 {
    right: -13.2rem;
  }

  .carousel-slider._2.custom4 {
    right: -22.2rem;
  }

  .carousel-slider.custom3 {
    right: -19rem;
  }

  .pricing-title-5 {
    font-size: 2rem;
    line-height: 1.22;
  }

  .carousel-mask-6 {
    width: 50%;
  }

  .tabs-menu {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-menu.gd-menu {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .button-3-bg {
    position: static;
  }

  .splide__slide {
    width: 100%;
    height: 40vw;
    padding-left: .92em;
    padding-right: .92em;
  }

  .small-card {
    font-size: 16px;
  }

  .controls-2 {
    width: 200px;
    height: 70px;
    margin-bottom: -1.5em;
    font-size: 2em;
    display: none;
  }

  .splide__img {
    object-fit: cover;
    display: inline-block;
    position: static;
  }

  .heading-32 {
    letter-spacing: 0;
    margin-top: -33px;
  }

  .section-10 {
    padding-top: 40px;
  }

  .slider-paragraph-custom {
    font-size: 1rem;
  }

  .grid-14 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    display: flex;
  }

  .grid-14.custom-remove-colum {
    flex-flow: column;
  }

  .div-block-39 {
    min-width: auto;
    max-width: 450px;
    display: inline-block;
  }

  .div-block-39.web-dev {
    min-width: auto;
    max-width: 100%;
  }

  .wrapper {
    height: 100vh;
  }

  .splide__list-2.splide__list, .splide-4.splide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .img-5 {
    width: 85%;
  }

  .section-14 {
    height: auto;
  }

  .img-9 {
    object-fit: fill;
  }

  .portfolio-tabs, .portfolio-tabs.custom {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-tab-link, .portfolio-tab-link.w--current {
    width: 180px;
  }

  .videos-for-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .videos-for-mobile.custom {
    grid-template-columns: 1fr 1fr;
  }

  .videos-for-mobile.custim {
    grid-template-columns: 1fr;
  }

  .videos-for-mobile.custom-info {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .portfilio-new-heading {
    text-align: center;
    font-size: 45px;
  }

  .portfolio-para {
    font-size: 14px;
  }

  .text-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: 220%;
    padding-right: 40px;
  }

  .text-container.custom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-52 {
    font-size: 45px;
    line-height: 60px;
  }

  .heading-52.custom {
    line-height: 1;
  }

  .paragraph-28 {
    font-size: 1rem;
  }

  .image-28, .horizontal-angle {
    display: none;
  }

  .horizontal-logo._1, .horizontal-logo._1.cust, .horizontal-logo._1.cust1, .horizontal-logo._2, .horizontal-logo._2.cust {
    margin-top: 0;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

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

  .horizontal-quote-h4 {
    margin-top: 0;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .videos-for-desktop {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

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

  .container.is--slider {
    width: 100%;
    max-width: 2000px;
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .body {
    object-fit: fill;
    background-color: #a60fc0;
    background-image: none;
    padding-top: 65px;
    overflow: visible;
  }

  .icon {
    margin-bottom: 375px;
  }

  .nav-menu-two-2 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
    background-image: linear-gradient(225deg, #1f1f1f 16%, #000);
    border-radius: 60px 0;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: auto;
    min-width: 260px;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .nav-dropdown {
    margin-left: 0;
  }

  .navbar-logo-left-4 {
    z-index: 10000;
    margin-top: 94px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    display: block;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    padding-right: 0;
  }

  .mobile-margin-top-10 {
    text-align: center;
    width: 130px;
  }

  .nav-dropdown-toggle {
    align-self: auto;
  }

  .nav-link-2, .nav-link-2.w--current {
    width: 100px;
  }

  .image-4 {
    width: 130px;
    max-width: none;
    height: 40px;
  }

  .button-primary-2 {
    margin-bottom: 0;
    margin-left: 7px;
  }

  .hero-heading-left {
    height: auto;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    width: auto;
    max-width: none;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    width: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-3 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .main-packages-buttons {
    border-radius: 7px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 0;
  }

  .spline-scene-8 {
    width: auto;
    height: 500px;
    margin-top: 30px;
    margin-left: 0;
    display: none;
  }

  .hero-stack {
    margin-top: 0;
    padding-top: 0;
  }

  .container-7 {
    width: auto;
    max-width: none;
    padding-top: 0;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }

  .paragraph-10 {
    text-align: left;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }

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

  .heading-10 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .heading-10.sec {
    text-align: left;
    margin-top: 15px;
    font-size: 38px;
    line-height: 50px;
  }

  .heading-10.pack-custom {
    margin-top: 40px;
  }

  .paragraph-12 {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.5;
  }

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

  .footer-link:hover {
    color: #fff;
  }

  .footer-social-block {
    margin-top: 0;
    padding-top: 15px;
  }

  .footer-social-block.footer-custom-social-icon.cudyom-contact {
    margin-left: -10px;
    padding-top: 0;
    padding-left: 0;
  }

  .footer-social-block.custom-home {
    margin-left: -20px;
  }

  .footer-social-block.cus {
    margin-left: -15px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .list-item {
    text-align: center;
    width: 100px;
  }

  .list-item-2, .list-item-3 {
    width: 100px;
  }

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

  .div-block-8 {
    width: auto;
  }

  .div-block-8.pading {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 60px;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 15px;
    display: block;
  }

  .div-block-8.customize {
    margin-top: 0;
  }

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

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

  .paragraph-19 {
    text-align: left;
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .paragraph-19.custom {
    text-align: center;
    font-size: 1rem;
  }

  .div-block-9 {
    margin-top: 0;
    display: block;
  }

  .div-block-10 {
    text-align: center;
    display: block;
  }

  .form-section {
    margin-top: 0;
    display: block;
  }

  .container-14 {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-11 {
    align-self: auto;
    width: auto;
    margin-top: 40px;
  }

  .div-block-12 {
    width: auto;
    min-width: auto;
    margin-top: 0;
    padding-top: 60px;
  }

  .field-label-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form {
    width: auto;
    padding-left: 0;
  }

  .form.custom-app-dev {
    align-self: stretch;
    padding-left: 0;
  }

  .form-block-3 {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-18 {
    text-align: left;
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-20 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-19 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .blod-text, .bold-text-4, .bold-text-5 {
    font-size: 25px;
  }

  .bold-text-6 {
    font-size: 25px;
    line-height: 20px;
  }

  .button-6 {
    border-radius: 14px;
    margin-left: 5px;
    margin-right: 66px;
  }

  .button-6.formcustomize {
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 128px;
    transition: border-radius 50ms cubic-bezier(.38, .135, .25, 1), transform 1s cubic-bezier(.075, .82, .165, 1);
    display: block;
    transform: translate(0);
  }

  .button-6.formcustomize:active {
    border-radius: 18px;
  }

  .div-block-14 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    width: auto;
  }

  .div-block-14.custom {
    padding-top: 30px;
  }

  .text-field-7 {
    -webkit-text-stroke-color: #fff;
    flex: 0 auto;
    width: auto;
  }

  .swiper-wrapper {
    flex-flow: row;
  }

  .swiper-slide.hov {
    height: auto;
    min-height: auto;
    max-height: 380px;
    overflow: visible;
  }

  .image-15 {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-15.infograph {
    margin-top: -5px;
  }

  .image-15.ssm-image {
    margin-top: 3px;
  }

  .image-15.ssm-image.custom5 {
    width: 200px;
    height: 200px;
  }

  .image-15.webdev-image {
    margin-top: -3px;
  }

  .image-15.services-slider1.slider-custom._1920 {
    margin-top: 0;
  }

  .slider-heading-2 {
    padding-top: 10px;
  }

  .slider-heading-2.web-dev-s-para.gd-slider-edit {
    padding-top: 30px;
  }

  .slider-heading-2.custom1 {
    margin-top: 42px;
  }

  .slider-heading-2.service-slider-heading-1._1920 {
    margin-top: 15px;
  }

  .paragraph-21 {
    letter-spacing: .1rem;
    padding-top: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .paragraph-21.gd-slider-edit, .paragraph-21.gd-slider-edits {
    padding-top: 10px;
  }

  .paragraph-21.gd-slider-editss {
    padding-top: 8px;
  }

  .paragraph-21.gd-slider-editz {
    padding-top: 10px;
  }

  .pricing-feature-3 {
    font-size: .89rem;
  }

  .div-block-19 {
    padding-right: 5px;
  }

  .div-block-19.custom {
    margin-top: 0;
  }

  .div-block-19.custom-a {
    margin-top: 0;
    padding-right: 0;
  }

  .heading-23 {
    flex: 0 auto;
    align-self: center;
    padding-right: 5px;
    font-size: 1.563px;
    line-height: 1;
  }

  .bold-text-7.consult {
    font-size: 16px;
    line-height: 60px;
  }

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

  .hero-split-3 {
    width: auto;
  }

  .shadow-two-3 {
    object-fit: none;
    flex: 0 auto;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .div-block-20 {
    width: auto;
    margin-top: 0;
  }

  .heading-25 {
    font-size: 45px;
  }

  .text_input.text_area.services-video-edit {
    letter-spacing: .1rem;
  }

  .pricing-card-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._4, .carousel-slider._4.c-gap2, .carousel-slider._4.c-gap-3, .carousel-slider._4.cgap-5, .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._3.custom2, .carousel-slider._3.custom5 {
    right: 0;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._2.custom1, .carousel-slider._2.custom4, .carousel-slider.custom3, .carousel-slider.custom6 {
    right: 0;
  }

  .pricing-title-5 {
    font-size: 2rem;
    line-height: 1.22;
  }

  .carousel-mask-6 {
    width: 100%;
  }

  .container-27 {
    margin-bottom: 20px;
  }

  .container-27.custom33 {
    margin-bottom: 0;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
  }

  .tabs-menu.gd-menu {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-columns: 1fr;
  }

  .tabs-menu.custom-for-tab-view {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .text-block-3.gd-text-block {
    color: #fff;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 5px;
    padding-right: 0;
    font-size: 1.063rem;
    font-weight: 700;
  }

  .question-text.aboutus {
    margin-left: 5px;
    padding-right: 0;
    font-size: 1.063rem;
  }

  .accordion-body__contents {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .accordion-header.js-accordion-header {
    align-self: auto;
  }

  .accordion__item.js-accordion-item {
    padding: 10px;
  }

  .accordion__item.js-accordion-item.active {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    margin-top: 30px;
  }

  .div-block-21.custom33 {
    margin-top: 0;
  }

  .heading-26 {
    text-align: left;
    font-size: 1.563rem;
  }

  .splide1 {
    width: 100%;
    max-height: none;
  }

  .splide__slide {
    flex: none;
    height: 40vw;
    min-height: 25em;
    padding-left: 0;
    padding-right: 0;
  }

  .splide__slide.splide__slide-14.custom {
    flex: none;
  }

  .heading-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 2.5rem;
    line-height: 1.2;
    display: block;
  }

  .grid-website-maintenace {
    max-width: 90vw;
    padding-left: 0;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 400px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 15px;
  }

  .small-card-header {
    margin-top: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
  }

  .benefits-description {
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
  }

  .html-embed.customize {
    margin-top: 30px;
  }

  .html-embed.custom {
    margin-top: -6px;
  }

  .controls-2 {
    z-index: 4;
    margin-bottom: -47px;
    font-size: 10px;
    display: none;
  }

  .overflow {
    min-height: auto;
    margin-top: -7px;
  }

  .splide__img {
    object-fit: fill;
    overflow: hidden;
  }

  .section {
    margin-top: 0;
  }

  .heading-32 {
    object-fit: fill;
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 40px;
    font-size: 2.5rem;
    line-height: 1.4;
    display: block;
  }

  .section-10 {
    vertical-align: baseline;
    padding-top: 30px;
    display: block;
  }

  .bold-text-14, .bold-text-15 {
    font-size: 1.063rem;
  }

  .marquee {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-31 {
    flex-flow: row;
    display: flex;
  }

  .div-block-32 {
    min-width: auto;
  }

  .video-editing-paragraph {
    margin-top: -50px;
    padding-top: 0;
  }

  .slider-paragraph-custom {
    text-align: justify;
    letter-spacing: .1rem;
    background-color: #000;
    margin-top: 48px;
    padding-top: 40px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-41 {
    letter-spacing: 1px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .paragraph-25 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .div-block-37 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: auto;
    display: flex;
  }

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

  .text-block-11 {
    padding-left: 0;
  }

  .div-block-39 {
    max-width: 400px;
  }

  .div-block-39.web-dev {
    min-width: auto;
    max-width: 450px;
  }

  .bold-text-16 {
    letter-spacing: 1px;
    width: 100%;
    max-width: 10.2em;
  }

  .heading-47 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    font-family: Orbitron, sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .heading-47.display-none {
    text-align: left;
  }

  .wrapper {
    height: 60vh;
    overflow: hidden;
  }

  .right-gradient, .left-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide-4 {
    align-items: flex-start;
    margin-top: 12%;
  }

  .splide-4.splide {
    height: 60vh;
  }

  .wrapper1.custom {
    height: auto;
  }

  .link-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .splide__track-4 {
    height: 66vh;
  }

  .splide__slide-14 {
    width: 60vw;
    min-width: 250px;
  }

  .img-5 {
    width: 86%;
  }

  .splide__track-6 {
    height: 66vh;
  }

  .splide__track-6.splide__track {
    height: 55vh;
  }

  .splide__slide-16 {
    width: 60vw;
    min-width: 250px;
  }

  .wrapper-2 {
    height: 100%;
    overflow: hidden;
  }

  .splide__track-9 {
    height: 66vh;
  }

  .splide__slide-19 {
    width: 60vw;
    min-width: 250px;
  }

  .bold-text-17 {
    font-size: 20px;
  }

  .text-field-box {
    width: 100%;
  }

  .youtube-3 {
    height: 350px;
  }

  .portfolio-tabs, .portfolio-tabs.custom {
    grid-template-columns: 1fr;
  }

  .videos-for-mobile {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
    display: none;
  }

  .videos-for-mobile.custom {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .videos-for-mobile.custim {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .videos-for-mobile.cstom-graph, .videos-for-mobile.custom-info {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .portfilio-new-heading {
    text-align: center;
    padding-left: 0;
    font-size: 40px;
  }

  .portfolio-para {
    text-align: center;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  ._1, ._1._2 {
    margin-top: 10px;
  }

  .videojs {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: 300%;
    padding: 100px 40px;
  }

  .text-container.custom {
    min-width: 306.1%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-51 {
    letter-spacing: 1px;
    font-size: 50px;
  }

  .section-17 {
    margin-bottom: 0;
  }

  .div-block-69 {
    text-align: center;
    display: inline-block;
  }

  .heading-52 {
    font-size: 25px;
  }

  .heading-52.custom {
    -webkit-text-stroke-width: .5px;
    font-size: 31px;
    line-height: 37px;
  }

  .paragraph-28 {
    letter-spacing: .1rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .image-27 {
    display: none;
  }

  .image-28 {
    object-fit: fill;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .image-29 {
    align-self: center;
  }

  .image-30 {
    margin-top: -30px;
  }

  .heading-53 {
    text-align: center;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .paragraph-30 {
    text-align: center;
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .right-arrow-2 {
    display: inline-block;
    inset: auto 20% 1% auto;
  }

  .horizontal-logo {
    margin-bottom: 20px;
  }

  .horizontal-logo._1 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .horizontal-logo._1.cust {
    margin-top: 0;
    margin-bottom: 29px;
  }

  .horizontal-logo._1.cust1 {
    margin-top: 11px;
  }

  .horizontal-logo._2 {
    margin-top: 10px;
  }

  .horizontal-logo._2.cust {
    margin-top: 30px;
  }

  .horizontal-content-block {
    margin-top: 0;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-image-2 {
    object-fit: fill;
  }

  .slide-nav-7 {
    display: inline-block;
  }

  .author-block {
    margin-top: 15px;
  }

  .horizontal-quote-h4 {
    text-align: left;
    font-family: Play, sans-serif;
    font-size: 1.063rem;
    line-height: 1.5;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .left-arrow-2 {
    display: inline-block;
    inset: auto auto 1% 20%;
  }

  .videos-for-desktop {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-54 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .div-block-72 {
    padding-right: 5px;
  }

  .privacy-policy-desciption-heading {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-31 {
    letter-spacing: .1rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-56 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-32 {
    letter-spacing: .1rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .list {
    font-size: 1rem;
  }

  .list-item-10 {
    letter-spacing: .1rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-services-video-edit {
    font-size: 2.5rem;
  }

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

  .image-31 {
    align-self: center;
    margin-top: 10px;
  }

  .image-32, .image-33 {
    margin-top: 10px;
  }

  .image-34 {
    align-self: center;
  }

  .image-35, .image-36 {
    margin-top: 10px;
  }

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

  .image-37 {
    margin-left: -2px;
    padding-top: 60px;
  }

  .div-block-76 {
    margin-left: -25px;
  }

  .image-38 {
    margin-left: -8px;
    padding-top: 40px;
  }

  .div-block-77 {
    margin-left: -20px;
  }
}

#w-node-c99f3685-8177-30d4-9bd7-b9cc8dc27772-f2adb8a3, #w-node-_89018e2f-f440-217c-cd31-a3b8e14e8c33-f2adb8a3, #w-node-_35f1768b-29e1-ea31-f9c0-34df87dba76c-f2adb8a3, #w-node-db2d9ef3-3238-44f0-00e7-c3940a69ef53-f2adb8a3, #w-node-b411d775-24c9-37f6-becc-5ccbd66d0cda-f2adb8a3 {
  place-self: center;
}

#w-node-_59d4c8f0-6041-5215-d635-d6e39e8d714d-f2adb8a3, #w-node-_59d4c8f0-6041-5215-d635-d6e39e8d7160-f2adb8a3, #w-node-_59d4c8f0-6041-5215-d635-d6e39e8d716b-f2adb8a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b17760b-8f07-ce44-0969-c43a07de2fa7-8a92a96e {
  justify-self: auto;
}

#w-node-d0334bab-e408-2f74-e4b9-4fa9e353a378-8a92a96e, #w-node-d0334bab-e408-2f74-e4b9-4fa9e353a389-8a92a96e, #w-node-d0334bab-e408-2f74-e4b9-4fa9e353a394-8a92a96e, #w-node-_73df4fa0-5fe6-bf4b-b805-b4bb114712c0-8411f237, #w-node-_73df4fa0-5fe6-bf4b-b805-b4bb114712d1-8411f237, #w-node-_73df4fa0-5fe6-bf4b-b805-b4bb114712dc-8411f237 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-e59989a3, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-e59989a3, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-e59989a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-e59989a3 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-e59989a3 {
  justify-self: auto;
}

#w-node-fb9e9f21-d331-bf9f-b6cf-2806fc1e30d4-e59989a3, #w-node-fb9e9f21-d331-bf9f-b6cf-2806fc1e30e5-e59989a3, #w-node-fb9e9f21-d331-bf9f-b6cf-2806fc1e30f0-e59989a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-cf8998a4, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-cf8998a4, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-cf8998a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-cf8998a4 {
  justify-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-cf8998a4 {
  justify-self: auto;
}

#w-node-c01fed62-2583-2b3e-884c-1fa84bd4d942-cf8998a4, #w-node-c01fed62-2583-2b3e-884c-1fa84bd4d953-cf8998a4, #w-node-c01fed62-2583-2b3e-884c-1fa84bd4d95e-cf8998a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-250016a2, #w-node-_830383b3-dc68-4e84-3b55-6fb1d4a43a78-250016a2, #w-node-_2cebe926-78dd-11f7-51d1-0dcb94784a44-250016a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-250016a2 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-250016a2 {
  justify-self: auto;
}

#w-node-fe275021-c274-df21-7150-0565bd6178a5-250016a2, #w-node-fe275021-c274-df21-7150-0565bd6178b6-250016a2, #w-node-fe275021-c274-df21-7150-0565bd6178c1-250016a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-0e0dc027, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-0e0dc027, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-0e0dc027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-0e0dc027 {
  justify-self: auto;
}

#w-node-_4d4bfb00-aba0-5de9-ccd3-21bd3f28a483-0e0dc027, #w-node-_4d4bfb00-aba0-5de9-ccd3-21bd3f28a494-0e0dc027, #w-node-_4d4bfb00-aba0-5de9-ccd3-21bd3f28a49f-0e0dc027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-073e8dad, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-073e8dad, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-073e8dad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-073e8dad {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-073e8dad {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-073e8dad {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-073e8dad {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-073e8dad, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-073e8dad, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-073e8dad, #w-node-_3984a6e7-f8d6-30d7-734d-03da56e7cdca-073e8dad, #w-node-_3984a6e7-f8d6-30d7-734d-03da56e7cddd-073e8dad, #w-node-_3984a6e7-f8d6-30d7-734d-03da56e7cde8-073e8dad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-8d97fce2, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-8d97fce2, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-8d97fce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-8d97fce2 {
  justify-self: auto;
}

#w-node-f8fd2060-fab0-f4f7-dfec-69c0874eee5c-8d97fce2, #w-node-f8fd2060-fab0-f4f7-dfec-69c0874eee6d-8d97fce2, #w-node-f8fd2060-fab0-f4f7-dfec-69c0874eee78-8d97fce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-b7e6a87b, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-b7e6a87b, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-b7e6a87b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-b7e6a87b {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-b7e6a87b {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-b7e6a87b {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-b7e6a87b {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-b7e6a87b, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-b7e6a87b, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-b7e6a87b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-aba477f8, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-aba477f8, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-aba477f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-aba477f8 {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-aba477f8 {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-aba477f8 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-aba477f8 {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-aba477f8, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-aba477f8, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-aba477f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45dd4b03-a379-7500-948f-f436dce839f1-5460e0b6, #w-node-_89fc5398-b61b-4096-4ecd-233365c22bd7-5460e0b6, #w-node-_77ab4a25-5cf1-61c0-0901-8f220b8beb7c-5460e0b6, #w-node-eecef303-d076-8802-901a-ecb8559d785e-5460e0b6 {
  place-self: center;
}

#w-node-_5eea5f9d-91b0-27a8-192c-d7215d162917-5460e0b6, #w-node-_5eea5f9d-91b0-27a8-192c-d7215d162928-5460e0b6, #w-node-_5eea5f9d-91b0-27a8-192c-d7215d162933-5460e0b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-871b9077, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-871b9077, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-871b9077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-871b9077 {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-871b9077 {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-871b9077 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-871b9077 {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-871b9077, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-871b9077, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-871b9077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-37982d12, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-37982d12, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-37982d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-37982d12 {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-37982d12 {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-37982d12 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-37982d12 {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-37982d12, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-37982d12, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-37982d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_810af14d-6627-a4a0-f533-3294854c862d-bf641b66, #w-node-_810af14d-6627-a4a0-f533-3294854c8634-bf641b66, #w-node-_810af14d-6627-a4a0-f533-3294854c863d-bf641b66, #w-node-_2b273fef-9567-007e-9ab9-d9e2aa543a59-bf641b66, #w-node-_2b273fef-9567-007e-9ab9-d9e2aa543a62-bf641b66, #w-node-_2b273fef-9567-007e-9ab9-d9e2aa543a6b-bf641b66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bf641b66 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-bf641b66 {
  justify-self: auto;
}

#w-node-_97a88a35-9a85-c633-9a73-7e905374d4ea-bf641b66, #w-node-_97a88a35-9a85-c633-9a73-7e905374d4fb-bf641b66, #w-node-_97a88a35-9a85-c633-9a73-7e905374d506-bf641b66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_810af14d-6627-a4a0-f533-3294854c862d-bc4c8f1b, #w-node-_810af14d-6627-a4a0-f533-3294854c8634-bc4c8f1b, #w-node-_810af14d-6627-a4a0-f533-3294854c863d-bc4c8f1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bc4c8f1b {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-bc4c8f1b {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-bc4c8f1b {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-bc4c8f1b {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-bc4c8f1b, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-bc4c8f1b, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-bc4c8f1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-7eabcb57, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-7eabcb57, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-7eabcb57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-7eabcb57 {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-7eabcb57 {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-7eabcb57 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-7eabcb57 {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-7eabcb57, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-7eabcb57, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-7eabcb57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-62d38d5c, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-62d38d5c, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-62d38d5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-62d38d5c {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-62d38d5c {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-62d38d5c {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-62d38d5c {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-62d38d5c, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-62d38d5c, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-62d38d5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0184b764-32c9-de00-2948-701d89c88902-fb0501d0, #w-node-da71c4f9-35ce-ce69-6ee1-15cc2c2938ee-fb0501d0, #w-node-_8187c346-0f87-e8fb-5599-d5ddc35be724-fb0501d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-fb0501d0 {
  place-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-fb0501d0 {
  justify-self: center;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-fb0501d0 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-fb0501d0 {
  justify-self: auto;
}

#w-node-_2d93b534-47f3-3b0b-2890-ff64efa35be1-fb0501d0, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bea-fb0501d0, #w-node-_2d93b534-47f3-3b0b-2890-ff64efa35bf5-fb0501d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_810af14d-6627-a4a0-f533-3294854c862d-4a9122d1, #w-node-_810af14d-6627-a4a0-f533-3294854c8634-4a9122d1, #w-node-_810af14d-6627-a4a0-f533-3294854c863d-4a9122d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b21777ab-5599-ee06-a38f-4475fef1b651-4a9122d1 {
  place-self: center;
}

#w-node-_767e8396-bbc1-92b5-f74f-2a59bfc3c1c9-4a9122d1 {
  justify-self: auto;
}

#w-node-_963beb75-0073-33ae-fba7-6408ad5d3b9b-4a9122d1, #w-node-_963beb75-0073-33ae-fba7-6408ad5d3bac-4a9122d1, #w-node-_963beb75-0073-33ae-fba7-6408ad5d3bb7-4a9122d1, #w-node-_87440e11-995b-4a74-f7cf-b6ae090433b3-ae186c99, #w-node-_87440e11-995b-4a74-f7cf-b6ae090433c4-ae186c99, #w-node-_87440e11-995b-4a74-f7cf-b6ae090433cf-ae186c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_810af14d-6627-a4a0-f533-3294854c862d-bf641b66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c99f3685-8177-30d4-9bd7-b9cc8dc27772-f2adb8a3, #w-node-_89018e2f-f440-217c-cd31-a3b8e14e8c33-f2adb8a3, #w-node-_35f1768b-29e1-ea31-f9c0-34df87dba76c-f2adb8a3, #w-node-db2d9ef3-3238-44f0-00e7-c3940a69ef53-f2adb8a3, #w-node-b411d775-24c9-37f6-becc-5ccbd66d0cda-f2adb8a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-cf8998a4, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-250016a2, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-aba477f8, #w-node-_45dd4b03-a379-7500-948f-f436dce839f1-5460e0b6, #w-node-_89fc5398-b61b-4096-4ecd-233365c22bd7-5460e0b6, #w-node-_77ab4a25-5cf1-61c0-0901-8f220b8beb7c-5460e0b6, #w-node-eecef303-d076-8802-901a-ecb8559d785e-5460e0b6, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bf641b66, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-4a9122d1 {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c99f3685-8177-30d4-9bd7-b9cc8dc27772-f2adb8a3, #w-node-_89018e2f-f440-217c-cd31-a3b8e14e8c33-f2adb8a3, #w-node-_35f1768b-29e1-ea31-f9c0-34df87dba76c-f2adb8a3, #w-node-db2d9ef3-3238-44f0-00e7-c3940a69ef53-f2adb8a3, #w-node-b411d775-24c9-37f6-becc-5ccbd66d0cda-f2adb8a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-cf8998a4, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-250016a2, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-aba477f8, #w-node-_45dd4b03-a379-7500-948f-f436dce839f1-5460e0b6, #w-node-_89fc5398-b61b-4096-4ecd-233365c22bd7-5460e0b6, #w-node-_77ab4a25-5cf1-61c0-0901-8f220b8beb7c-5460e0b6, #w-node-eecef303-d076-8802-901a-ecb8559d785e-5460e0b6, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bf641b66, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-4a9122d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c99f3685-8177-30d4-9bd7-b9cc8dc27772-f2adb8a3, #w-node-_89018e2f-f440-217c-cd31-a3b8e14e8c33-f2adb8a3, #w-node-_35f1768b-29e1-ea31-f9c0-34df87dba76c-f2adb8a3, #w-node-db2d9ef3-3238-44f0-00e7-c3940a69ef53-f2adb8a3, #w-node-b411d775-24c9-37f6-becc-5ccbd66d0cda-f2adb8a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-cf8998a4, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-250016a2, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-aba477f8, #w-node-_45dd4b03-a379-7500-948f-f436dce839f1-5460e0b6, #w-node-_89fc5398-b61b-4096-4ecd-233365c22bd7-5460e0b6, #w-node-_77ab4a25-5cf1-61c0-0901-8f220b8beb7c-5460e0b6, #w-node-eecef303-d076-8802-901a-ecb8559d785e-5460e0b6, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bf641b66, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-4a9122d1 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c99f3685-8177-30d4-9bd7-b9cc8dc27772-f2adb8a3, #w-node-_89018e2f-f440-217c-cd31-a3b8e14e8c33-f2adb8a3, #w-node-_35f1768b-29e1-ea31-f9c0-34df87dba76c-f2adb8a3, #w-node-db2d9ef3-3238-44f0-00e7-c3940a69ef53-f2adb8a3, #w-node-b411d775-24c9-37f6-becc-5ccbd66d0cda-f2adb8a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-e59989a3, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-cf8998a4, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-250016a2, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-073e8dad, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-b7e6a87b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-aba477f8, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-aba477f8, #w-node-_45dd4b03-a379-7500-948f-f436dce839f1-5460e0b6, #w-node-_89fc5398-b61b-4096-4ecd-233365c22bd7-5460e0b6, #w-node-_77ab4a25-5cf1-61c0-0901-8f220b8beb7c-5460e0b6, #w-node-eecef303-d076-8802-901a-ecb8559d785e-5460e0b6, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-871b9077, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-37982d12, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bf641b66, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-bc4c8f1b, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-7eabcb57, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-62d38d5c, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64b-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b64e-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b654-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b657-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65a-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b65d-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b660-fb0501d0, #w-node-b21777ab-5599-ee06-a38f-4475fef1b651-4a9122d1 {
    justify-self: center;
  }
}


