:root {
  --blue: #0015ff;
  --yellow: #d9ff00;
  --white: white;
  --dim-grey: #7c7c7c;
}

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

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: none;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 0;
  max-height: none;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 10px;
  display: block;
}

.hero.about {
  border-bottom-width: 0;
  border-left-width: 3px;
  border-right-width: 3px;
  padding-bottom: 3%;
}

.hero.home {
  border-bottom-width: 0;
  border-left-width: 3px;
  border-right-width: 3px;
  padding-left: 3%;
  padding-right: 0%;
}

.body {
  color: #000;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1600px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.navbar-2 {
  color: var(--blue);
  text-transform: capitalize;
  background-color: #0000;
  border: 3px solid #000;
  padding: 36px 3%;
  display: block;
}

.navbar-2:hover {
  color: var(--blue);
  text-decoration: none;
}

.brand {
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 0;
}

.text-block-4 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-weight: 300;
}

.link, .link-2 {
  color: var(--blue);
  text-decoration: none;
}

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

.nav-container {
  flex-direction: row;
  justify-content: space-around;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section---portfolio {
  border-bottom: 3px solid #000;
  display: block;
}

.container---case-study {
  flex-direction: column;
  justify-content: center;
  max-width: 1800px;
  padding-right: 0;
}

.case-study---block {
  max-width: 600px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.case-study---block.left {
  justify-content: flex-start;
  max-width: none;
  padding-right: 5%;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.link---portfolio {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

.section---case-study {
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  flex-direction: row;
  padding: 4%;
  display: block;
}

.image---710x396 {
  width: 710px;
  max-width: 100%;
  height: 100%;
}

.image---710x396.right {
  aspect-ratio: auto;
  object-fit: scale-down;
  background-color: #0000;
}

.text-span-5 {
  letter-spacing: -.02em;
  -webkit-text-stroke-color: transparent;
  word-break: normal;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 80px;
}

.text-span-5.height {
  line-height: 0;
}

.section---contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 86px;
  padding-bottom: 63px;
  display: block;
}

.contact-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.case-study---copy {
  text-transform: none;
}

.case-study-title {
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.grid---case-study {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center stretch;
  width: auto;
  max-width: none;
  display: grid;
}

.navbar-3 {
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 30px 40px 30px 0;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.navbar-content {
  flex: 1;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-flex-fix {
  z-index: 3;
  color: #000;
  background-color: #0000;
  flex: 1;
  height: auto;
  padding-left: 20px;
  position: relative;
}

.grid-1x {
  grid-row-gap: 60px;
  grid-template-columns: 1fr;
  justify-items: center;
}

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

.grid-1x.portfolio._3x {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(0, 1fr);
  width: auto;
  height: 400px;
  max-height: none;
  margin-bottom: 140px;
}

.grid-1x.portfolio._3x.horizontal {
  width: 100%;
  max-width: 1400px;
  margin-top: 80px;
}

.color-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--yellow);
  text-align: left;
  text-indent: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 400px;
  height: 400px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 44px;
  display: flex;
}

.color-block._1 {
  color: #fff;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  font-size: 28px;
}

.color-block._2 {
  color: #fff;
  background-color: #001aff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  font-size: 28px;
}

.color-block._3 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  font-size: 28px;
}

.text-span-10 {
  text-indent: 0;
  column-count: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 24px;
  line-height: 41px;
}

.typography-div {
  background-color: #f3f3f3;
  border-radius: 0;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 80px;
  padding: 5% 50px;
  display: flex;
}

.text-block-20 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  line-height: 10px;
  display: block;
}

.bold-text-2 {
  letter-spacing: 0;
  font-size: 60px;
  line-height: 130px;
  display: flex;
}

.typography-brand {
  letter-spacing: 1px;
  font-size: 44px;
  line-height: 62px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.hero-text-big {
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: block;
}

.hero-text-small {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3%;
  padding-bottom: 10%;
  font-family: Inter, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
  overflow: visible;
}

.hero-text-small.right-side {
  border: 3px dotted #000;
  border-radius: 9px;
  padding: 7% 36px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 40px;
}

.hero-text-small.right-side.card {
  letter-spacing: -.02em;
  border-width: 0;
  border-radius: 0;
  padding: 0% 0;
  font-size: 24px;
  line-height: 20px;
}

.hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-right: 6%;
  display: block;
}

.hero-container.right-side {
  border-width: 5px 20px 20px 5px;
  max-width: none;
  padding-left: 6%;
}

.bold-text-6 {
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.hero---portfolio-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 0;
  max-height: none;
  padding: 100px 5%;
  line-height: 10px;
  display: block;
}

.text-block---portfolio-hero {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.text-block---portfolio-hero.small {
  padding-bottom: 6%;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.text-block---portfolio-hero.small.header {
  padding-bottom: 0%;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
}

.text-block---portfolio-hero.small.desc {
  padding: 13% 10%;
  font-size: 20px;
  font-weight: 300;
  line-height: 41px;
}

.column-1---portfolio-hero {
  padding-left: .5%;
  padding-right: 20%;
}

.columns----portfolio-hero-copy {
  margin-left: 0;
  margin-right: 0;
}

.column-2---portfolio-hero {
  text-align: left;
  padding-left: 5%;
  padding-right: 0;
}

.container---portfolio-hero {
  max-width: 1920px;
}

.text-block-23 {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.container---portfolio-hero-header {
  max-width: 1920px;
  margin-left: auto;
  padding-bottom: 60px;
}

.grid---portfolio {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: "Area"
  / 1fr;
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.grid---portfolio.banner {
  max-width: 900px;
}

.grid---portfolio._2-video {
  grid-template-columns: 1fr 1fr;
}

.grid---portfolio.videomax-width {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  max-width: 800px;
}

.grid---portfolio.illy {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1300px;
  display: grid;
}

.grid---portfolio.size {
  max-width: 1200px;
}

.grid---portfolio.lq {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.grid---portfolio._900 {
  max-width: 900px;
}

.container--portfolio {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.grid---portfolio-square {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.grid---portfolio-square.center-horizon {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  max-width: 1300px;
}

.container-115 {
  max-width: 1600px;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  margin-bottom: 5%;
}

.text-block-24 {
  text-align: right;
}

.floating-link {
  color: #00f;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.floating-link:hover {
  color: #00f;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.floating-link:active, .floating-link:focus {
  color: #00f;
}

.floating-link:focus-visible {
  color: #00f;
}

.floating-link[data-wf-focus-visible], .floating-link:visited, .floating-link.w--current {
  color: #00f;
}

.floating-link.w--current:hover {
  font-weight: 600;
}

.background-video-2 {
  width: 960px;
  height: 540px;
}

.image-24 {
  border-top-width: 6px;
  border-left-width: 6px;
  border-right-width: 14px;
  width: 540px;
  max-width: 450px;
}

.grid-3-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
}

.marquee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  font-size: 170px;
}

.text-block-25 {
  letter-spacing: -2px;
  text-transform: capitalize;
  border: 3px dashed #000;
  border-radius: 170px;
  padding: 30px 70px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.container---marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: none;
  padding-bottom: 4%;
}

.container-116 {
  display: block;
}

.content {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: 230px;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  grid-auto-rows: 230px;
  grid-auto-columns: minmax(300px, 1fr);
  justify-items: center;
  width: 100%;
  display: block;
}

.content-item {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-css {
  -webkit-text-stroke-color: white;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-seventeen {
  color: #00f;
  background-color: #0000;
  border-width: 0;
  border-color: #fff;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.btn-text {
  -webkit-text-stroke-color: var(--white);
  border-style: solid;
  border-width: 0;
  font-size: 40px;
  font-weight: 300;
}

.text-span-17 {
  color: #fff;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  padding-top: 8px;
  padding-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
}

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

.link-10 {
  color: var(--blue);
  text-decoration: none;
}

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

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

.text-span-18 {
  background-color: #efefef;
  border: 11px solid #efefef;
  border-radius: 80px;
  padding-left: 11px;
  padding-right: 11px;
}

.background-video-3 {
  margin-top: -46px;
  margin-left: -105px;
  margin-right: -127px;
}

.section---next-project {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

.next-project {
  text-align: left;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.next-project:hover {
  color: var(--blue);
}

.next-project.right {
  text-align: right;
  text-transform: capitalize;
}

.container-120 {
  max-width: none;
  padding: 3% 5%;
}

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

.project-link-block {
  color: #000;
  text-decoration: none;
}

.container-121 {
  max-width: none;
  padding: 3% 5%;
}

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

.container-122 {
  max-width: none;
  padding: 3% 5%;
}

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

.container-123 {
  max-width: none;
  padding: 3% 5%;
}

.grid-14, .grid-15 {
  grid-template-rows: auto;
}

.text-block-29 {
  text-align: right;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.text-span-19 {
  padding-left: 6%;
  font-weight: 400;
  line-height: 0;
}

.text-span-19:hover {
  color: var(--blue);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.text-block-30 {
  text-align: center;
  padding-top: 12px;
}

.div-block-13 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.container-124 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.heading-13 {
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.bold-text-7 {
  color: #000;
}

.text-span-20 {
  color: #0814ff;
}

.analytics-grid {
  background-color: #f7f7f8;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center end;
  max-width: 1300px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.text-span-22 {
  font-size: 47px;
}

.text-span-21 {
  font-size: 60px;
}

.lottie-animation {
  width: 90%;
  padding: 10%;
}

.lottie-animation.color {
  width: auto;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
}

.brand-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: 1800px;
  padding-bottom: 27px;
}

.brand-grid._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-32 {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  background-color: #108fff;
  padding-top: 25%;
  padding-bottom: 7%;
  padding-right: 11%;
  font-size: 20px;
  font-weight: 500;
}

.text-block-32._6 {
  background-color: #004dbc;
}

.text-block-32._4 {
  background-color: #d6ebfa;
}

.text-block-32._7 {
  background-color: #3ea3b9;
}

.text-block-32._8 {
  background-color: #0084b9;
}

.text-block-32._5 {
  background-image: linear-gradient(0deg, #009dff 23%, #0015ff);
}

.text-block-32._10 {
  background-color: #dbe5ed;
}

.text-block-32._9 {
  background-color: #546e8c;
}

.text-block-32._2 {
  background-color: #3d5469;
}

.text-block-32._1 {
  background-color: #233e54;
}

.text-block-32._3 {
  background-color: #f2f6f9;
}

.inter {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  min-width: 100%;
  max-width: 1800px;
  padding-bottom: 80px;
}

.text-block-34 {
  text-align: right;
  font-size: 150px;
  line-height: 161px;
}

.bold-text-8 {
  letter-spacing: -.5px;
  font-size: 40px;
  font-weight: 500;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-9:hover {
  color: var(--blue);
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-10:hover {
  color: var(--blue);
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-11:hover {
  color: var(--blue);
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-12:hover {
  color: var(--blue);
}

.image-30 {
  border-radius: 8px;
  max-width: 72%;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  place-items: center start;
  padding-bottom: 5%;
}

.text-span-23 {
  font-weight: 500;
}

.link-block {
  display: flex;
}

.link-block-2 {
  min-width: 100%;
}

.text-span-24 {
  color: #0015ff;
  font-weight: 400;
}

.heading-14 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 62px;
}

.heading-14.sub {
  font-size: 30px;
  line-height: 54px;
}

.text-span-25 {
  font-weight: 500;
}

.image-32 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-32.max2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.image-33 {
  margin-left: auto;
  margin-right: auto;
}

.link-16 {
  color: var(--blue);
  font-weight: 500;
}

.image-35 {
  max-width: 35px;
}

.italic-text {
  font-style: normal;
  line-height: 20px;
}

.text-span-26, .text-span-27 {
  font-size: 18px;
}

.text-block-35 {
  font-size: 18px;
  font-weight: 300;
}

.quote-text {
  font-size: 33px;
  font-weight: 300;
  line-height: 54px;
}

.quote-credit {
  padding-top: 3%;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.container-125 {
  border-radius: 20px;
  max-width: 1500px;
  padding-left: 5%;
  padding-right: 5%;
}

.container-125.outlined {
  border: 3px solid #000;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 5% 10%;
}

.heading-15 {
  font-size: 18px;
  font-weight: 300;
}

.grid-17 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-columns: .5fr;
}

.grid-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr;
  grid-auto-flow: row;
  place-items: start;
  padding-top: 2%;
}

.heading-16 {
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 22px;
  font-weight: 300;
  line-height: 42px;
}

.heading-16.no-max-width {
  max-width: none;
}

.grid-19 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.text-span-28 {
  font-size: 17px;
  font-weight: 400;
}

.link-about:hover {
  color: #0015ff;
  font-weight: 300;
}

.container-126 {
  border-right: 3px solid #000;
}

.container-127 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 780px;
  max-width: 20%;
  height: 780px;
  max-height: 20%;
}

.container-128 {
  border-radius: 550px;
}

.max {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.image-36 {
  margin-left: auto;
  margin-right: auto;
}

.ta {
  font-weight: 300;
}

.text-span-29 {
  font-weight: 500;
}

.ta2, .ta3 {
  font-weight: 300;
}

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

@media screen and (max-width: 991px) {
  .hero {
    margin-bottom: 70px;
    padding-top: 0;
  }

  .hero.about {
    margin-bottom: 0;
    padding-top: 3%;
  }

  .hero.home {
    margin-bottom: 0;
  }

  .navbar-2 {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .text-block-3 {
    font-size: 20px;
    font-weight: 400;
  }

  .container---case-study {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .case-study---block.left {
    text-align: left;
    max-width: 600px;
    padding-bottom: 50px;
  }

  .section---case-study {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .text-span-5 {
    font-size: 22px;
    line-height: 60px;
  }

  .section---contact {
    padding-top: 9%;
    padding-bottom: 7%;
  }

  .contact-text {
    font-size: 28px;
    line-height: 44px;
  }

  .grid---case-study {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: none;
  }

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

  .grid-1x.portfolio {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-1x.portfolio._3x {
    grid-template-columns: 1fr 1fr minmax(0, 1fr);
    height: 200px;
    max-height: 300px;
    margin-bottom: 80px;
  }

  .grid-1x.portfolio._3x.horizontal {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .text-span-10 {
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .typography-div {
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    font-size: 14px;
  }

  .typography-brand {
    font-size: 30px;
    line-height: 54px;
  }

  .bold-text-3 {
    line-height: 27px;
  }

  .bold-text-4 {
    font-size: 30px;
  }

  .hero-text-big {
    font-size: 80px;
    line-height: 110px;
  }

  .hero-text-small {
    padding-top: 10%;
    padding-bottom: 8%;
    font-size: 50px;
    line-height: 69px;
  }

  .hero-text-small.right-side {
    padding: 7%;
    font-size: 18px;
  }

  .hero-text-small.right-side.card {
    border-width: 2px;
    padding-top: 6%;
    padding-bottom: 6%;
    font-size: 16px;
  }

  .hero-container {
    padding-right: 10%;
  }

  .hero-container.right-side {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bold-text-6 {
    font-size: 80px;
    line-height: 100px;
  }

  .hero---portfolio-page {
    padding-top: 0;
    padding-bottom: 7%;
  }

  .text-block---portfolio-hero {
    font-size: 16px;
    line-height: 35px;
  }

  .text-block---portfolio-hero.small {
    font-size: 16px;
  }

  .text-block---portfolio-hero.small.desc {
    padding-top: 11%;
    padding-bottom: 0%;
    font-size: 16px;
    line-height: 33px;
  }

  .column-1---portfolio-hero {
    padding-right: 8%;
  }

  .column-2---portfolio-hero {
    padding-left: 3%;
  }

  .text-block-23 {
    padding-top: 60px;
  }

  .container---portfolio-hero-header {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .grid---portfolio {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .grid---portfolio.banner {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid---portfolio.videomax-width {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .grid---portfolio.illy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid---portfolio.lq {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .grid---portfolio-square {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid---portfolio-square.center-horizon {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid---portfolio-square.ac {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 60px;
  }

  .grid-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2.25fr;
  }

  .background-video-2 {
    width: 609px;
    height: 350px;
  }

  .image-24 {
    width: 300px;
    padding-top: 40px;
  }

  .grid-3-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.5fr;
  }

  .marquee-content.scroll {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block-25 {
    letter-spacing: -1px;
    border-width: 2px;
    padding-left: 49px;
    padding-right: 49px;
    font-size: 21px;
    line-height: 0;
  }

  .content {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    padding-left: 0;
  }

  .btn.btn-seventeen {
    flex-flow: column;
    margin-left: 8%;
    margin-right: 8%;
  }

  .text-span-17 {
    font-size: 28px;
  }

  .grid-10 {
    padding-top: 60px;
    display: block;
  }

  .background-video-3 {
    margin-right: -77px;
  }

  .container-120, .container-121, .container-122, .container-123 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .grid-15 {
    justify-content: start;
  }

  .text-block-29 {
    font-weight: 400;
    line-height: 0;
  }

  .text-span-19 {
    font-size: 20px;
  }

  .background-video-4 {
    max-height: 310px;
  }

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

  .analytics-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .lottie-animation {
    width: 100%;
    height: 88%;
    padding-top: 8%;
    padding-bottom: 0%;
  }

  .bold-text-8 {
    font-size: 42px;
  }

  .heading-14 {
    margin-top: 5%;
    font-size: 20px;
    line-height: 38px;
  }

  .quote-text {
    font-size: 20px;
    line-height: 33px;
  }

  .container-125.outlined {
    border-width: 2.5px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .grid-18 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr 2fr 1.5fr;
  }

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

  .text-span-28 {
    font-size: 16px;
    line-height: 0;
  }

  .max {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.about {
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    margin-bottom: 0;
    padding-top: 6%;
    padding-bottom: 5%;
  }

  .hero.home {
    border-top: 0 #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }

  .body {
    margin-top: 3%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .navbar-2 {
    border-width: 2px;
    margin-bottom: 0;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .text-block-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .text-block-4 {
    padding: 40px 3% 31px;
    font-size: 12px;
  }

  .nav-container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .section---portfolio {
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }

  .case-study---block.left {
    font-size: 16px;
    line-height: 38px;
  }

  .link---portfolio {
    font-size: 18px;
  }

  .section---case-study {
    border-top-width: 2px;
    border-top-color: #000;
    border-left-width: 2px;
    border-right-width: 2px;
    padding-top: 7%;
  }

  .text-span-5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 52px;
  }

  .section---contact {
    border-width: 2px;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 14px;
  }

  .contact-text {
    font-size: 23px;
  }

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

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

  .grid-1x.portfolio {
    display: block;
  }

  .grid-1x.portfolio._3x {
    grid-template-columns: 1fr 1fr minmax(1px, 1fr);
    height: 155px;
    max-height: none;
  }

  .grid-1x.portfolio._3x.horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr minmax(1px, 1fr);
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    display: grid;
  }

  .color-block._1 {
    max-width: 100%;
  }

  .text-span-10 {
    width: auto;
    max-width: none;
    padding-bottom: 14px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 21px;
  }

  .typography-div {
    height: 310px;
    margin-bottom: 50px;
  }

  .text-block-20 {
    font-size: 0;
  }

  .bold-text-2 {
    font-size: 50px;
    line-height: 110px;
  }

  .typography-brand {
    font-size: 26px;
    line-height: 44px;
  }

  .bold-text-4 {
    font-size: 25px;
  }

  .hero-text-big {
    font-size: 70px;
    line-height: 100px;
  }

  .hero-text-small {
    padding-top: 10%;
    padding-bottom: 8%;
    font-size: 40px;
    line-height: 55px;
  }

  .hero-text-small.right-side.card {
    font-size: 16px;
    line-height: 34px;
  }

  .bold-text-6 {
    font-size: 70px;
  }

  .hero---portfolio-page {
    border-left-width: 2px;
    border-right-width: 2px;
    padding-top: 5%;
    padding-bottom: 11%;
  }

  .text-block---portfolio-hero {
    line-height: 33px;
  }

  .text-block---portfolio-hero.small.desc {
    padding-top: 13%;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 15px;
    line-height: 30px;
  }

  .column-2---portfolio-hero {
    padding-top: 6%;
    padding-left: 0%;
  }

  .container---portfolio-hero {
    display: block;
  }

  .text-block-23 {
    padding-top: 22px;
  }

  .container---portfolio-hero-header {
    padding-top: 1%;
  }

  .grid---portfolio {
    padding-bottom: 50px;
  }

  .grid---portfolio.videomax-width {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid---portfolio.illy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid---portfolio.size {
    padding-bottom: 50px;
  }

  .container--portfolio {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .grid---portfolio-square {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid---portfolio-square.center-horizon.less-gap {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .background-video-2 {
    width: 472px;
    height: 270px;
  }

  .marquee-content.scroll {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .text-block-25 {
    letter-spacing: 0;
    border: 2px dashed #000;
    padding: 18px 50px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.1;
  }

  .container---marquee {
    border-left-width: 2px;
    border-right-width: 2px;
  }

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

  .content {
    grid-column-gap: 0rem;
    grid-template-columns: minmax(300px, 1fr);
  }

  .btn.btn-seventeen {
    margin-left: 3%;
    margin-right: 3%;
  }

  .text-span-17 {
    font-size: 25px;
    line-height: 44px;
  }

  .grid-10 {
    padding-top: 34px;
  }

  .background-video-3 {
    margin-top: -70px;
    margin-bottom: -70px;
    margin-right: -47px;
  }

  .section---next-project {
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .next-project, .next-project.right {
    font-size: 18px;
  }

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

  .text-span-19 {
    padding-left: 5px;
    font-size: 16px;
  }

  .background-video-4 {
    max-height: 245px;
  }

  .heading-13 {
    font-size: 22px;
  }

  .analytics-grid {
    margin-top: 12%;
    margin-bottom: 6%;
  }

  .lottie-animation {
    padding-top: 3%;
    padding-bottom: 8%;
  }

  .bold-text-8 {
    font-size: 30px;
  }

  .image-30 {
    max-width: 44%;
    margin-bottom: 5%;
  }

  .grid-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
    place-items: center;
  }

  .heading-14 {
    font-size: 18px;
    line-height: 34px;
  }

  .image-33, .image-34 {
    padding-bottom: 40px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 29px;
  }

  .quote-credit {
    padding-top: 6%;
    font-size: 10px;
    line-height: 19px;
  }

  .container-125 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-125.outlined {
    border-width: 2px;
    border-radius: 8px;
    padding: 8%;
  }

  .grid-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    place-items: start;
    display: block;
  }

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

  .text-span-28 {
    font-size: 11px;
  }

  .max {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-color: #0000;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hero.about {
    padding-top: 8%;
  }

  .hero.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body {
    border-top-width: 3px;
    border-top-color: #000;
    border-left-width: 3px;
    border-left-color: #000;
    border-right-width: 3px;
    border-right-color: #000;
    margin-top: 3%;
    margin-left: 3%;
  }

  .navbar-2 {
    text-align: right;
    border-width: 2px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-2:hover {
    text-decoration: none;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 0;
    font-size: 24px;
    line-height: 20px;
  }

  .brand.w--current:hover {
    text-decoration: none;
  }

  .text-block-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-3:hover {
    text-transform: none;
    text-decoration: none;
  }

  .text-block-4 {
    text-align: center;
    padding: 33px 11% 24px;
    font-size: 12px;
  }

  .nav-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    display: block;
  }

  .nav-container:hover {
    text-decoration: none;
  }

  .section---portfolio {
    border-bottom-width: 2px;
  }

  .container---case-study {
    padding: 0;
  }

  .case-study---block.left {
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
  }

  .link---portfolio {
    font-size: 16px;
  }

  .section---case-study {
    padding: 10% 24px;
  }

  .text-span-5 {
    font-size: 17px;
    line-height: 44px;
  }

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

  .contact-text {
    padding-left: 31px;
    padding-right: 31px;
    font-size: 14px;
    line-height: 29px;
  }

  .case-study---copy {
    max-width: none;
  }

  .case-study-title {
    max-width: none;
    font-size: 28px;
  }

  .navbar-3 {
    padding-bottom: 20px;
  }

  .grid-1x.portfolio {
    grid-row-gap: 30px;
    width: auto;
    display: block;
  }

  .grid-1x.portfolio._3x {
    height: 90px;
    margin-bottom: 40px;
  }

  .grid-1x.portfolio._3x.horizontal {
    grid-column-gap: 16px;
  }

  .text-span-10 {
    height: auto;
    padding-bottom: 7px;
    padding-left: 7px;
    font-size: 7px;
    line-height: 14px;
  }

  .typography-div {
    height: 150px;
    margin-bottom: 40px;
    padding-left: 14px;
    line-height: 10px;
  }

  .text-block-20 {
    line-height: 0;
  }

  .bold-text-2 {
    letter-spacing: 0;
    font-size: 23px;
    line-height: 44px;
  }

  .typography-brand {
    font-size: 12px;
    line-height: 21px;
  }

  .bold-text-3 {
    font-size: 7px;
    line-height: 14px;
  }

  .bold-text-4 {
    font-size: 12px;
  }

  .hero-text-big {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-text-small {
    font-size: 27px;
    line-height: 40px;
  }

  .hero-text-small.right-side {
    border-width: 3px;
    border-color: #000;
    margin-bottom: 6%;
    padding-left: 7%;
    font-size: 14px;
    line-height: 28px;
  }

  .hero-text-small.right-side.card {
    border-width: 2px;
    font-size: 13px;
    line-height: 23px;
  }

  .bold-text-6 {
    font-size: 40px;
    line-height: 60px;
  }

  .hero---portfolio-page {
    background-color: #0000;
    padding-top: 7%;
    padding-bottom: 12%;
  }

  .text-block---portfolio-hero {
    font-size: 14px;
    line-height: 26px;
  }

  .text-block---portfolio-hero.small {
    font-size: 14px;
    line-height: 27px;
  }

  .text-block---portfolio-hero.small.header {
    font-size: 14px;
  }

  .text-block---portfolio-hero.small.desc {
    padding-bottom: 7%;
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-23 {
    padding-top: 0;
    font-size: 25px;
  }

  .container---portfolio-hero-header {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .grid---portfolio {
    padding-bottom: 30px;
  }

  .grid---portfolio.videomax-width {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid---portfolio.illy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid---portfolio.size {
    padding-bottom: 34px;
  }

  .grid---portfolio-square {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    padding-bottom: 10%;
  }

  .grid---portfolio-square.center-horizon {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-115 {
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-7 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .background-video-2 {
    width: 263px;
    height: 153px;
  }

  .image-24 {
    width: 190px;
    max-width: 170px;
    padding-top: 0;
  }

  .grid-3-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .marquee {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-25 {
    border: 1.5px dashed #000;
    padding: 25px 45px;
    font-size: 18px;
    font-weight: 300;
    line-height: 0;
  }

  .container-116 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .btn.btn-seventeen {
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-span-17 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .grid-10 {
    padding-top: 0;
  }

  .background-video-3 {
    margin-right: -31px;
  }

  .section---next-project {
    border-bottom-width: 2px;
  }

  .next-project, .next-project.right {
    font-size: 13px;
  }

  .grid-15 {
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .text-block-29 {
    font-size: 16px;
    line-height: 0;
  }

  .text-span-19 {
    padding-left: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .background-video-4 {
    max-height: 137px;
  }

  .link-14 {
    line-height: 0;
  }

  .link-15 {
    line-height: 20px;
  }

  .heading-13 {
    margin-top: 4%;
    font-size: 16px;
    line-height: 34px;
  }

  .analytics-grid {
    margin-top: 9%;
    margin-bottom: 10%;
  }

  .text-span-22 {
    line-height: 30px;
  }

  .lottie-animation {
    height: 100%;
    padding-bottom: 13%;
  }

  .bold-text-8 {
    font-size: 20px;
    line-height: 14px;
  }

  .image-30 {
    max-width: 55%;
  }

  .grid-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    place-items: center;
  }

  .heading-14 {
    font-size: 16px;
    line-height: 29px;
  }

  .image-33, .image-34 {
    padding-bottom: 20px;
  }

  .quote-text {
    font-size: 14px;
    line-height: 25px;
  }

  .quote-credit {
    padding-top: 8%;
    font-size: 10px;
    line-height: 17px;
  }

  .container-125 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-125.outlined {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .text-span-28 {
    font-size: 9px;
  }

  .max {
    max-width: 240px;
  }
}

#w-node-_6665f270-2f35-1e2d-9b07-c52446037dc1-a7223121 {
  align-self: center;
}

#w-node-e71cfc42-9361-4eac-051d-fdaf2c50cda5-a7223121 {
  justify-self: start;
}

#w-node-e71cfc42-9361-4eac-051d-fdaf2c50cdb4-a7223121 {
  justify-self: end;
}

#w-node-_60ffbec1-2abe-769b-81d9-989761543d7c-a7223121 {
  justify-self: start;
}

#w-node-_60ffbec1-2abe-769b-81d9-989761543d8c-a7223121 {
  justify-self: end;
}

#w-node-bb7090bf-7cef-1231-d458-07cadcc578f5-a7223121 {
  justify-self: start;
}

#w-node-_5556ad4c-8063-830d-80d8-a953574e4df8-a7223121 {
  justify-self: end;
}

#w-node-eb8f071c-6ba4-5602-9690-2f8050e00dd5-a7223121, #w-node-_47d3510d-177e-8808-d7d4-6ed42e0d6ffe-a7223121 {
  justify-self: start;
}

#w-node-_9c016e40-0d5d-e517-d0ca-8aef4996d14e-a7223121 {
  justify-self: end;
}

#w-node-c2125765-7520-f844-7f3d-3940cc42c7f5-a7223121 {
  justify-self: start;
}

#w-node-c2125765-7520-f844-7f3d-3940cc42c808-a7223121 {
  justify-self: end;
}

#w-node-_5d550766-4d14-0c51-1ddf-be2e674678c5-1da5a47c {
  align-self: center;
}

#w-node-_81e08de2-6796-ad33-7854-f646ee7884b0-a7223127, #w-node-_81cb907d-d4b1-de3b-82a8-6aadb43d86f0-a7223127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf1c04c-adbe-631c-9abb-76154249816a-a7223127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_93494b4b-7d37-16e9-fa2b-f711fbbbb751-a7223127, #w-node-_93494b4b-7d37-16e9-fa2b-f711fbbbb750-a7223127 {
  align-self: center;
}

#w-node-c807c8de-6c0b-7d41-7614-d7e90fe6ab11-a7223127, #w-node-_50d4847f-7ada-012e-8602-54d35a9da397-a7223128, #w-node-_3da17a87-16ff-2688-77ff-e89430c1c885-a7223128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed6dc3ec-98be-38cc-9e86-8c996d188f86-a7223128, #w-node-_79794aa8-e795-c842-943d-c483f4478801-a7223128, #w-node-_82ed5711-286b-98c2-a85a-10d0b3a8a26e-a7223128, #w-node-_8ab8ad0d-115f-952f-a8df-148de9dde511-a7223128 {
  align-self: center;
}

#w-node-dc01f851-1533-eef9-eb3a-bc19a39ee29b-a7223128, #w-node-ebab7d93-d5d0-5a3b-113c-21f2a60a94ec-a7223128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd6de49-5b06-a881-e965-2d973aa2d638-a7223128 {
  align-self: center;
}

#w-node-_2669167c-c070-3b2a-a26c-bcfca14ea9d9-a7223128, #w-node-ad3a2118-b6eb-e20b-4405-aadc4ae238e8-a7223128, #w-node-da3266ea-baa9-e3f9-778c-172da208fccd-a7223129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a388b7ef-1c5f-f6ea-75b3-aa4687b7dfbb-a7223129, #w-node-_28fb582c-ae66-7713-77b6-b71d29589579-a7223129 {
  align-self: center;
}

#w-node-ab5ced38-aeb5-b63d-7e46-a5082aebad17-a7223129, #w-node-ab5ced38-aeb5-b63d-7e46-a5082aebad1d-a7223129, #w-node-ab5ced38-aeb5-b63d-7e46-a5082aebad23-a7223129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_59faed86-5005-482f-a81a-24f92fcc871f-a7223129, #w-node-_59faed86-5005-482f-a81a-24f92fcc8720-a7223129, #w-node-d783b172-f08d-29be-6d52-6d76bb7d8d2a-a7223129, #w-node-be0b10b2-f03b-1c3f-020f-32462cc6b177-a7223129, #w-node-bcbb3c54-b06a-d1d6-495c-9282796b59a8-a7223129, #w-node-d1e0e1cd-9c2f-bcdf-7d2d-da7a09197f18-a7223129 {
  align-self: center;
}

#w-node-_18c087e3-9d7e-4845-e265-c0c3e7707434-a7223129 {
  place-self: center;
}

#w-node-_4fa3871e-8992-c637-961b-a788dd24d817-a7223129, #w-node-af46d139-d32d-c003-bc90-a1b892911094-a722312a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72770fc9-08d8-77e0-70fb-071b07c0359c-a722312a, #w-node-c8298cf5-5ebb-114b-0062-4ca695a50c76-a722312a {
  place-self: center;
}

#w-node-a388b7ef-1c5f-f6ea-75b3-aa4687b7dfbb-a722312a, #w-node-_28fb582c-ae66-7713-77b6-b71d29589579-a722312a, #w-node-cf6c8024-8e99-2027-c5ac-7b791dd1266c-a722312a, #w-node-cf6c8024-8e99-2027-c5ac-7b791dd1266d-a722312a, #w-node-_0ea85a39-0d54-fb60-38a2-04dfc467a4dd-a722312a, #w-node-_0ea85a39-0d54-fb60-38a2-04dfc467a4de-a722312a, #w-node-_396b15de-5475-a479-70f2-9213cf0d510c-a722312a, #w-node-_396b15de-5475-a479-70f2-9213cf0d510d-a722312a, #w-node-e007a967-117a-4dfa-0996-43701a536695-a722312a {
  align-self: center;
}

#w-node-b3c0b3d1-0b1c-8304-6690-896f5ec1a534-a722312a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a388b7ef-1c5f-f6ea-75b3-aa4687b7dfbb-a722312b, #w-node-_28fb582c-ae66-7713-77b6-b71d29589579-a722312b, #w-node-dba1d171-617e-2f48-7dc5-c1b4fde347ea-a722312b, #w-node-dba1d171-617e-2f48-7dc5-c1b4fde347eb-a722312b {
  align-self: center;
}

#w-node-a52eecc5-2545-a8a4-0172-a3d00d96f62d-a722312b, #w-node-_2b35896a-29dd-01f6-b7ae-b2f9b50de298-a722312b, #w-node-eaca3e1c-5cb9-58cb-b216-fc2ccce29f7c-a722312b, #w-node-b28a8708-a870-60f9-0eb9-091be7b0333e-a722312b, #w-node-_3e30707f-ec56-5baf-d44d-ea7489451198-a722312b, #w-node-_312c0340-0efb-ceba-f569-c68e4efafdab-a722312b {
  place-self: center;
}

#w-node-_39d68537-4aeb-e2cd-fc7b-169b69f235d7-a722312b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c7c83b-ef89-4bc9-a49a-4d679fd44d37-a722312e, #w-node-_8a1198fc-55c1-323e-377f-a33cda760328-a722312e, #w-node-_2ad46985-72d3-a6ec-e6c0-7ac2d858d972-a722312e, #w-node-_29655c24-c90b-a17f-cefb-0f50a73b1993-a722312e {
  align-self: center;
}

#w-node-ad3a2118-b6eb-e20b-4405-aadc4ae238e8-a722312e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5d550766-4d14-0c51-1ddf-be2e674678c2-1da5a47c, #w-node-_5d550766-4d14-0c51-1ddf-be2e674678c5-1da5a47c {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab5ced38-aeb5-b63d-7e46-a5082aebad17-a7223129 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


