:root {
  --white: white;
  --black: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.navbar-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 {
  color: #191919;
  width: 100%;
  max-width: 1480px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  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-dropdown-icon {
  margin-right: 10px;
}

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #191919;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #616ffe;
  border: 2px solid #000;
  border-radius: 24px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #191919;
  background-color: #8794ff;
}

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

.body {
  -webkit-text-fill-color: inherit;
  background-color: #f8f4ed;
  background-clip: padding-box;
  font-family: Oakes Grotesk, sans-serif;
}

.body:hover {
  border: 1px solid #f8f4ed;
}

.hero-stack {
  background-color: #f8f4ed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  color: #191919;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  aspect-ratio: auto;
  color: #191919;
  letter-spacing: 0;
  text-indent: 0;
  column-count: auto;
  object-fit: fill;
  margin-top: 20px;
  font-size: 86px;
  font-weight: 500;
}

.container-3 {
  max-width: 1480px;
  min-height: 0;
}

.heading-2 {
  color: #191919;
  text-align: left;
  margin-top: 100px;
  font-size: 7rem;
  font-weight: 400;
  line-height: 70px;
}

.flex-block {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1480px;
  display: flex;
}

.lottie-animation {
  align-self: flex-start;
  width: 100px;
}

.lottie-animation-2, .div-block {
  align-self: flex-start;
}

.lottie-animation-3 {
  aspect-ratio: auto;
  color: #191919;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 150px;
  margin-top: 38px;
  margin-left: 0;
  display: flex;
}

.lottie-animation-4 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 200px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.container-4 {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  max-width: 1170px;
  display: flex;
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: static;
}

.video {
  border: 5px solid #000;
}

.background-video {
  z-index: 10;
  object-fit: cover;
  border: 3px solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1200px;
  height: 720px;
  display: block;
  position: relative;
}

.heading-3 {
  color: #191919;
  align-self: center;
  max-width: 1480px;
  margin-top: 60px;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.heading-4 {
  font-size: 30px;
  line-height: 42px;
}

.heading-5 {
  color: #191919;
  align-self: flex-start;
  width: 1100px;
  max-width: 1100px;
  margin-top: 60px;
  padding-left: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.slider {
  margin-top: 40px;
}

.slide {
  object-fit: cover;
  background-image: url('../images/poster-presentation-free-mockup-psd-536x0-c-default.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  mix-blend-mode: normal;
}

.mask {
  border: 3px solid #000;
  width: 500px;
}

.div-block-3 {
  width: 1100px;
}

.div-block-4 {
  align-self: center;
  max-width: 1480px;
  margin-top: 60px;
}

.slider-2 {
  background-image: url('../images/poster-presentation-free-mockup-psd-536x0-c-default.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
}

.slider-3 {
  background-image: url('../images/1-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell {
  border: 3px solid #000;
}

.cell-2 {
  background-image: url('../images/poster-presentation-free-mockup-psd-536x0-c-default.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #000;
}

.quick-stack {
  object-fit: none;
  width: 1480px;
  max-width: 1480px;
  margin-top: -50px;
}

.cell-3 {
  background-image: url('../images/01-Coffee-Bag-new5-1.png');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #000;
}

.cell-4 {
  background-image: url('../images/image-agency.png');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #000;
}

.background-video-2 {
  aspect-ratio: auto;
  object-fit: cover;
  flex: 1;
  position: fixed;
}

.div-block-5 {
  flex: 1;
  align-self: center;
  width: 100%;
}

.cell-5 {
  background-image: url('../images/Modern-Display-Banner-Free-Mockup-01.jpg');
  background-position: 50% 14%;
  background-size: cover;
}

.cell-6 {
  background-color: #0048ff;
}

.cell-7 {
  background-color: #20ff88;
}

.heading-6 {
  color: #191919;
  margin-top: 0;
  padding-left: 100px;
  font-weight: 500;
}

.div-block-6 {
  object-fit: fill;
  width: 70%;
  margin-top: 65px;
  font-size: 24px;
  line-height: 40px;
}

.div-block-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1480px;
  margin-top: 40px;
  display: flex;
}

.div-block-8 {
  width: 30%;
}

.paragraph {
  color: #191919;
  text-align: left;
  width: 90%;
  padding-left: 100px;
  font-weight: 300;
}

.image {
  margin-top: 0;
  padding-right: 40px;
  display: block;
}

.div-block-9 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 62px;
  margin-right: 62px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #000;
  border-radius: 16px;
  flex-flow: column;
  min-width: 272px;
  min-height: 230px;
  margin-top: 40px;
  padding: 10px 32px 32px;
  transition: background-color .2s;
  display: flex;
}

.div-block-10:hover {
  background-color: #616ffe;
}

.heading-7 {
  color: #191919;
  align-self: flex-start;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.image-2 {
  color: #191919;
  order: 1;
  align-self: center;
  margin-top: 40px;
  margin-left: -93px;
  padding-right: 0;
}

.heading-8 {
  color: #616ffe;
  margin-top: 60px;
  margin-bottom: 40px;
}

.credit__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.slide-2 {
  transform-origin: 0 0;
  overflow: hidden;
}

.slide__image-wrapper {
  transform-origin: 0 0;
}

.credit {
  display: flex;
  position: absolute;
  inset: auto auto 32px 32px;
}

.hide {
  display: none;
}

.slide__text {
  color: #fff;
  border-bottom: .5px solid #0000;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  transition: border-color .2s;
}

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

.next-button {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
  top: 100%;
}

.slider-4 {
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 16px;
  width: 56vw;
  max-width: 512px;
  height: 53.2vw;
  max-height: 720px;
}

.slider__wrapper {
  border-radius: 13px;
}

.next-button__progress {
  width: 48px;
  height: 48px;
  position: absolute;
}

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

.slide-3 {
  height: 100%;
}

.slide__link {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64vw;
  height: 36vw;
  display: flex;
}

.slider-5 {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
}

.slider__mask {
  overflow: visible;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.slide__image-2 {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide__image-wrapper-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide__parallax-2 {
  position: absolute;
}

.slide__parallax-1 {
  width: 100%;
  height: 100%;
}

.slide__title {
  text-align: center;
  font-size: 13vw;
  line-height: 100%;
}

.cursor {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor__dot {
  background-color: #fd3846;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.cursor__arrow {
  width: 28px;
}

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

.slider-6 {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
}

.slide__image-3 {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide__image-wrapper-3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section {
  margin-top: 140px;
}

.slide_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slide_arrows {
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.section-2 {
  margin-top: 220px;
  position: relative;
  overflow: hidden;
}

.slide_arrow {
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: .8em;
  display: flex;
}

.slide_wrap {
  width: 100%;
}

.container-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.7em 10em;
}

.container-6.is--alt {
  padding-top: 0;
}

.slide_contain {
  width: 100%;
}

.slide_item {
  z-index: 3;
  flex: none;
  width: 48%;
  padding-right: 1.3em;
  transition: transform .35s;
  position: relative;
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-testimonial-right-a {
  color: #191919;
  -webkit-text-stroke-color: #191919;
  background-color: #0000;
  border: 1px solid #191919;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #f8f4ed;
  background-color: #f8f4ed;
  border-color: #191919;
}

.f-testimonial-slide {
  width: 800px;
  margin-right: 40px;
}

.f-container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.f-h3-heading {
  color: #191919;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-left-a {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #191919;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #f8f4ed;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  color: #d8d8d8;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-h6-heading {
  color: #191919;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 1.5;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-card {
  color: #0000;
  background-color: #0000;
  border-radius: 12px;
  width: 800px;
  padding: 32px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: #616ffe;
  padding: 100px 5% 100px 11%;
  position: relative;
  overflow: hidden;
}

.f-icon-regular {
  color: #191919;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 24px;
  font-size: 14px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small {
  color: #d6d6d6;
  letter-spacing: .08em;
  -webkit-text-stroke-color: #001081;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-testimonial-background {
  background-color: #f8f4ed;
  width: 100%;
  height: 44%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-3 {
  margin-top: 0;
  margin-left: 0;
}

.f-margin-bottom-33 {
  margin-bottom: 12px;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 1140px;
  height: auto;
  margin-top: 48px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.image-3 {
  border: 3px solid #000;
  width: 800px;
}

.image-4 {
  width: auto;
}

.image-5, .image-6, .image-7 {
  width: 100%;
}

.heading-9 {
  color: #191919;
  text-align: left;
  -webkit-text-stroke-color: white;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.heading-10 {
  color: #191919;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}

.div-block-12 {
  z-index: -10;
  object-fit: fill;
  background-color: #616ffe;
  width: 100%;
  height: 510px;
  margin-top: -506px;
  position: absolute;
}

.div-block-13 {
  width: 100%;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: none;
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap {
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: none;
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large {
  min-width: 100%;
  max-width: 100%;
  margin-top: 100px;
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

.f-margin-bottom-42 {
  margin-bottom: 12px;
}

.f-testimonial-right-a-2 {
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a-2:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-slide-2 {
  margin-right: 40px;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-left-a-2 {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a-2:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-card-2 {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  width: 470px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-section-2 {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-margin-bottom-43 {
  margin-bottom: 32px;
}

.f-testimonial-background-2 {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.container-7 {
  width: 100%;
  min-width: 100%;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.background-video-3 {
  z-index: 10;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-16 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.image-8 {
  margin-left: 89px;
  padding-left: 20px;
}

.heading-center {
  color: #191919;
  font-weight: 500;
}

.heading-12 {
  color: #191919;
  -webkit-text-stroke-color: #191919;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  line-height: 70px;
}

.section-logo-dark {
  background-color: #07090d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-8 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-header-white {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block-dark {
  color: #acb4c3;
  border: 1px solid #3c4353;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
}

.logo-block-dark:hover {
  color: #fff;
  background-color: #232a39;
  border-color: #0000;
}

.nav-bg-img-div {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar-flex-wrap {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
  position: relative;
}

.menu-button-2 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  margin-right: -5px;
  padding: 5px;
  display: flex;
}

.menu-button-2.w--open {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.menu-line {
  z-index: 10;
  background-color: #000;
  width: 60px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
  transform: perspective(490px);
}

.nav-block-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 50%;
  display: flex;
}

.nav-txt {
  flex: none;
}

.nav-block-2 {
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.social-link {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: -10px;
  margin-right: 20px;
}

.navlink {
  color: #000;
  letter-spacing: -.04em;
  text-transform: uppercase;
  align-items: center;
  margin-right: -8px;
  padding-right: 10px;
  font-size: 8.2vh;
  font-weight: 500;
  line-height: 1em;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.navlink:hover {
  color: #000;
}

.navlink.is-work:hover {
  color: #5641f8;
}

.navlink.is-about {
  flex: none;
}

.navlink.is-about:hover {
  color: #f7941e;
}

.navlink.is-connect:hover {
  color: #00a491;
}

.navlink.is-ideas:hover {
  color: #9136eb;
}

.navlink.is-service:hover {
  color: #ff676f;
}

.nav-menu {
  background-color: #fff;
  height: 100%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-bg-img {
  opacity: .06;
  width: 170vw;
  max-width: 200vw;
  height: 180vh;
  margin-bottom: -18vh;
  margin-left: -20vw;
}

.menu-icon-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand {
  z-index: 40;
  transform-origin: 0 0;
  width: 62vw;
  min-width: 900px;
  max-width: 85vh;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scale(.2);
}

.brand.is-mobile-only {
  display: none;
}

.nav-social-wrap {
  align-items: flex-end;
  height: 24vh;
  display: flex;
}

.flex-nav {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
  overflow: scroll;
}

.nav-wave-div {
  transform-origin: 0%;
  flex: none;
  width: 6vw;
  max-width: 72px;
  margin-right: .5vw;
  overflow: hidden;
  transform: perspective(2em);
}

.nav-wrap {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.navbar {
  z-index: 900;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-top: 3.5vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wave {
  width: 600%;
  max-width: none;
  margin-bottom: .1em;
}

.full-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-17 {
  z-index: -1;
  background-color: #616ffe;
  width: 100%;
  height: 680px;
  margin-top: 1187px;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 630px;
  display: flex;
  overflow: hidden;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-image-cover {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-h1-heading {
  color: #160042;
  letter-spacing: -.04em;
  -webkit-text-stroke-color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-paragraph-large {
  color: #191919;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: #191919;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-2 {
  background-color: #616ffe;
  padding: 92px 5%;
  position: relative;
}

.lottie-animation-5 {
  margin-top: 0%;
  padding-top: 0;
}

.image-9 {
  margin-right: 75px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-logo-shadow {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-logo-gradient-r-2 {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-carousel-wrap-2 {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l-2 {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large-3 {
  padding: 92px 5%;
  font-size: 32px;
  position: relative;
}

.paragraph-2 {
  color: #191919;
  text-align: center;
  width: 800px;
  font-size: 18px;
  line-height: 32px;
}

.f-footer-link {
  color: #160042;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-divider {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-regular {
  background-color: #191919;
  padding: 64px 5%;
  position: relative;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-margin-bottom-44 {
  margin-bottom: 24px;
}

.f-footer-logo {
  flex: none;
}

.f-footer-title {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-social {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-detail {
  color: #fdfdfd;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 200px;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  color: #d8d8d8;
}

.lottie-animation-6 {
  margin-top: 100px;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .heading-2 {
    margin-top: 60px;
    padding-left: 10px;
    font-size: 3rem;
    line-height: 44px;
  }

  .lottie-animation-3 {
    width: 100px;
  }

  .lottie-animation-4 {
    width: 150px;
  }

  .background-video {
    width: 690px;
    height: 390px;
  }

  .heading-3 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
  }

  .heading-5 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .div-block-4 {
    aspect-ratio: auto;
    width: 770px;
    margin-top: 40px;
  }

  .quick-stack {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    flex: 0 auto;
    width: 489px;
    height: 310px;
  }

  .heading-6 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    width: 760px;
  }

  .div-block-7 {
    flex-flow: column;
    width: 770px;
  }

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

  .paragraph {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .image {
    width: 330px;
  }

  .div-block-9 {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .div-block-10 {
    margin-top: 10px;
  }

  .heading-8 {
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .f-margin-bottom-16 {
    width: 691.203px;
  }

  .f-testimonial-slide {
    width: 315px;
    margin-right: 0;
  }

  .f-container-regular {
    width: 100%;
  }

  .f-h3-heading {
    font-size: 32px;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-card {
    width: 100%;
  }

  .f-testimonial-section {
    padding-bottom: 100px;
    padding-left: 5%;
  }

  .f-testimonial-background {
    height: 50%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .f-testimonial-slider-large, .image-3 {
    width: 100%;
  }

  .div-block-13 {
    margin-top: 20px;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

  .div-block-15 {
    width: 691.203px;
  }

  .background-video-3 {
    object-fit: cover;
    width: 100%;
    height: 310px;
  }

  .div-block-16 {
    margin-top: 40px;
    padding-left: 20px;
    display: flex;
  }

  .heading-12 {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 50px;
  }

  .section-logo-dark {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .navbar-flex-wrap {
    align-items: flex-start;
  }

  .menu-button-2 {
    flex: none;
    margin-top: -5px;
    transform: scale(.9);
  }

  .social-link {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-right: 13px;
  }

  .navlink.is-work:hover, .navlink.is-about:hover, .navlink.is-connect:hover, .navlink.is-ideas:hover, .navlink.is-service:hover {
    color: #000;
  }

  .brand {
    width: 84vw;
    min-width: auto;
  }

  .nav-social-wrap {
    height: 26vh;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-title-wrapper-center.margin-bottom-48 {
    max-width: 520px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-logo-carousel-wrap-2 {
    width: 95%;
  }

  .paragraph-2 {
    width: 580px;
    font-size: 16px;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

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

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .heading-2 {
    margin-top: 40px;
    padding-left: 10px;
    font-size: 2.6rem;
  }

  .lottie-animation-3 {
    width: 90px;
    margin-top: 20px;
  }

  .lottie-animation-4 {
    width: 130px;
  }

  .div-block-2 {
    margin-top: 10px;
  }

  .background-video {
    width: 550px;
  }

  .heading-3 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    position: static;
  }

  .heading-3:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4 {
    width: 570px;
  }

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

  .div-block-5 {
    align-self: flex-start;
    width: 360px;
  }

  .heading-6 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-6 {
    align-self: center;
    width: 550px;
  }

  .div-block-7 {
    width: 560px;
  }

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

  .div-block-10 {
    min-width: 264px;
  }

  .div-block-11 {
    text-align: center;
    padding-left: 0%;
  }

  .slide_item {
    width: 80%;
  }

  .f-margin-bottom-16 {
    width: 510px;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .f-testimonial-slide {
    width: 350px;
  }

  .f-container-regular {
    width: 510px;
  }

  .f-h3-heading {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-card {
    width: 350px;
  }

  .f-testimonial-section {
    width: 100%;
    height: 652.953px;
    margin-top: 1px;
  }

  .f-testimonial-background {
    object-fit: fill;
    height: 50%;
  }

  .section-3 {
    width: 570px;
    display: block;
  }

  .f-testimonial-slider-large {
    width: 100%;
  }

  .f-testimonial-slider-mask {
    width: 78%;
  }

  .div-block-12 {
    height: 530px;
    inset: auto 0% 0%;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-testimonial-right-a-2 {
    display: none;
  }

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

  .f-testimonial-left-a-2 {
    display: none;
  }

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

  .div-block-15 {
    width: 510px;
  }

  .background-video-3 {
    width: 358px;
    height: 310px;
  }

  .heading-11 {
    color: #191919;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
  }

  .image-8 {
    width: 70px;
  }

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

  .menu-button-2 {
    margin-top: -8px;
    transform: scale(.75);
  }

  .nav-block-1 {
    flex: none;
    order: -1;
    align-items: flex-start;
    min-height: 62vh;
    margin-bottom: 20px;
    padding-top: 15vh;
  }

  .nav-block-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .social-link {
    width: 34px;
    height: 34px;
    margin-left: -8px;
  }

  .navlink {
    font-size: 9vw;
  }

  .brand {
    z-index: -1;
    width: 25vw;
    max-width: 145px;
    padding-left: 0;
    transform: none;
  }

  .brand.is-mobile-only {
    z-index: 40;
    display: block;
  }

  .nav-social-wrap {
    height: auto;
    margin-bottom: 7px;
  }

  .flex-nav {
    flex-direction: column;
  }

  .nav-wave-div {
    width: 40px;
  }

  .nav-wrap {
    justify-content: flex-end;
  }

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

  .nav-wave {
    width: 800%;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-9 {
    width: 250px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph-2 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    z-index: 100;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    margin-right: 33px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

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

  .container-3 {
    width: 320px;
    margin-top: -32px;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 22px;
  }

  .flex-block {
    width: 320px;
  }

  .lottie-animation-3 {
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0;
  }

  .lottie-animation-4 {
    width: 70px;
    margin-right: 20px;
  }

  .background-video {
    z-index: 1;
    width: 310px;
    height: 180px;
  }

  .heading-5 {
    margin-top: 40px;
    font-size: 24px;
  }

  .div-block-4 {
    width: 320px;
  }

  .quick-stack {
    max-width: 320px;
    margin-top: -37px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .div-block-6 {
    align-self: center;
    width: 320px;
  }

  .div-block-7 {
    width: 320px;
  }

  .paragraph {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .image {
    width: 220px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-block-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 320px;
  }

  .div-block-10 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 140px;
    min-width: 140px;
    height: 160px;
    min-height: 160px;
    padding: 0;
    display: block;
  }

  .heading-7 {
    font-size: 16px;
  }

  .image-2 {
    margin-top: -1px;
    margin-left: 21px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-8 {
    margin-top: 40px;
    margin-left: -12px;
    font-size: 20px;
  }

  .container-6 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .f-testimonial-right-a {
    margin-top: 9px;
  }

  .f-container-regular {
    width: 100%;
  }

  .f-h3-heading {
    width: 240px;
    padding-left: 22px;
    font-size: 24px;
  }

  .f-testimonial-left-a {
    margin-top: 9px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-card {
    width: 310px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-section {
    background-color: #616ffe;
    height: 430px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .f-testimonial-background {
    height: 0%;
  }

  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .f-testimonial-slider-mask, .image-3 {
    width: 100%;
  }

  .heading-9 {
    font-size: 14px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .div-block-12 {
    width: 320px;
    height: 490px;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .container-7 {
    width: 320px;
  }

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

  .background-video-3 {
    width: 191px;
  }

  .div-block-16 {
    margin-top: 0;
  }

  .image-8 {
    width: 70px;
  }

  .heading-12 {
    color: #191919;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header-white {
    font-size: 44px;
    line-height: 62px;
  }

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

  .social-link {
    width: 34px;
    height: 34px;
  }

  .navlink {
    font-size: 14vw;
  }

  .brand {
    width: 32vw;
    max-width: 125px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-17 {
    z-index: -2;
    object-fit: fill;
    background-color: #616ffe;
    width: 100%;
    height: 340px;
    margin-top: 409px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .section-4 {
    width: 100%;
  }

  .image-9 {
    width: 200px;
    margin-right: 10px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-logo-gradient-r-2, .f-logo-gradient-l-2 {
    width: 40px;
  }

  .paragraph-2 {
    width: 290px;
  }
}

#w-node-_9b976647-5b2f-bbdc-aa6d-1b5a3d4f5352-1f242908 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_9b976647-5b2f-bbdc-aa6d-1b5a3d4f5353-1f242908 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d6d28c01-ba1c-0e20-275e-972973f32f78-1f242908 {
    order: -9999;
  }

  #w-node-_4047dbbc-770b-08e9-5049-e20100b8d3bb-1f242908 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b976647-5b2f-bbdc-aa6d-1b5a3d4f5352-1f242908 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b976647-5b2f-bbdc-aa6d-1b5a3d4f5360-1f242908 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Bold-Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Light-Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Medium-Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-SemiBold-Italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/Oakes-Grotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}