@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Regular.woff2') format("woff2"), url('../fonts/EudoxusSans-Regular.woff') format("woff"), url('../fonts/EudoxusSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraLight.woff') format("woff"), url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraBold.woff') format("woff"), url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Bold.woff2') format("woff2"), url('../fonts/EudoxusSans-Bold.woff') format("woff"), url('../fonts/EudoxusSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Light.woff2') format("woff2"), url('../fonts/EudoxusSans-Light.woff') format("woff"), url('../fonts/EudoxusSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Medium.woff2') format("woff2"), url('../fonts/EudoxusSans-Medium.woff') format("woff"), url('../fonts/EudoxusSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --pin-stripe: #f3f6fc;
  --black: #0d0d0d;
}

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.dark.higher {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.hide-wrapper {
  display: none;
}

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.section.no-top-padding {
  padding-top: 0;
}

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

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.no-upper-padding {
  padding: 5%;
}

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.clip._60px-padding-up {
  padding-top: 60px;
}

.section.hide {
  display: none;
}

.section.static-section {
  padding-right: 0;
  position: static;
}

.section.plavka {
  background-color: #0f112a;
}

.section._60px-top-padding {
  padding-top: 60px;
}

.section._60px-top-padding._60px-bottom-padding {
  padding-bottom: 60px;
}

.background-cover {
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  background-image: url('../images/shopero-post.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  background-image: url('../images/asad-employee.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  background-image: url('../images/rejhan-direktor.png');
  background-position: 50% 100%;
  background-size: cover;
}

.background-image.testimonial-004 {
  background-image: url('../images/amina-c.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.background-image.frenki {
  background-image: url('../images/chapters-client.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.frenki.frenki1 {
  background-image: url('../images/frenkie-spot.png');
}

.background-image.treci-project {
  background-image: url('../images/mostovi-duhovnosti.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.tim {
  background-image: url('../images/asko.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.tim.team-card {
  background-image: url('../images/rejho.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.tim.team {
  background-image: url('../images/amina-č.webp');
  background-size: cover;
}

.background-image.tim.esma {
  background-image: url('../images/esma-employee.png');
  background-position: 50% 0;
  background-size: cover;
}

.background-image.tim.abdullah {
  background-image: url('../images/abdullah-kolega.png');
  background-position: 50% 0;
  background-size: cover;
}

.background-image.tim.mirela {
  background-image: url('../images/mirela-employee.png');
  background-position: 50% 0;
  background-size: cover;
}

.background-image.tim.hamza {
  background-image: url('../images/hamza-kolega.png');
  background-position: 50% 0;
  background-size: cover;
}

.background-image.tim.amina-s {
  background-image: url('../images/amina-s.png');
  background-position: 50% 0;
  background-size: cover;
}

.background-image.tim.amina-c {
  background-image: url('../images/amina-c.png');
  background-position: 50% 0;
  background-size: cover;
}

.background-image.tim.rejhan {
  background-image: url('../images/rejhan-direktor.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.background-image.velview {
  background-image: url('../images/velview.png');
}

.background-image.chapters {
  background-image: url('../images/chapters-client.png');
}

.background-image.shopero {
  background-image: url('../images/shopero1.png');
}

.background-image.mostovi {
  background-image: url('../images/mostovi-duhovnosti.png');
}

.background-image.staba {
  background-image: url('../images/sta-ba.png');
}

.background-image.media {
  background-image: url('../images/amapothecary-client.jpg');
}

.background-image.media.amapothecary {
  background-image: url('../images/am-apotechary.jpg');
}

.background-image.plenum {
  background-image: url('../images/mostovi-project.png');
}

.background-image.cetvrti-projekat {
  background-image: url('../images/wokr1.png');
}

.background-image.peti-project {
  background-image: url('../images/work5.png');
}

.background-image.sesti-project {
  background-image: url('../images/sedmi-proj.png');
}

.background-image.osmi-project {
  background-image: url('../images/osmi-proj.png');
}

.background-image.deveti-project {
  background-image: url('../images/deveti-proj.png');
}

.background-image.testimonial-005 {
  background-image: url('../images/esma-employee.png');
  background-position: 50%;
  background-size: cover;
}

.background-image.dm-1 {
  background-image: url('../images/osmi-proj.png');
}

.background-image.dm-2 {
  background-image: url('../images/velview.png');
}

.background-image.dm-3 {
  background-image: url('../images/isaa-kamini1.png');
}

.background-image._wf-1 {
  background-image: url('../images/og-mockup-1.jpg');
}

.background-image._wf-2 {
  background-image: url('../images/zade-mockup.jpg');
}

.background-image._wf-3 {
  background-image: url('../images/isaa-mockup-1.jpg');
}

.background-image.vp-1 {
  background-image: url('../images/chapters-client.png');
}

.background-image.vp-2 {
  background-image: url('../images/frenkie-spot.png');
}

.background-image.vp-3 {
  background-image: url('../images/video1.png');
}

.background-image.sm-1 {
  background-image: url('../images/shopero1.png');
}

.background-image.sm-2 {
  background-image: url('../images/velview.png');
}

.background-image.sm-3 {
  background-image: url('../images/osmi-proj.png');
}

.background-image.amapothecary {
  background-image: url('../images/am-apotechary.jpg');
}

.background-image.plenum-showcase {
  background-image: url('../images/plenum4.png');
}

.background-image.plenum-showcase.amapothecary {
  background-image: url('../images/am-apotechary.jpg');
}

.background-image.plenum1-showcase {
  background-image: url('../images/plenum5.png');
}

.background-image.plenum2-showcase {
  background-image: url('../images/plenum2.png');
}

.background-image.plenum3-showcase {
  background-image: url('../images/amapothecary-client.jpg');
}

.background-image.plenum3-showcase.amapothecary {
  background-image: url('../images/am-apotechary.jpg');
}

.background-image.plenum4-showcase {
  background-image: url('../images/chapters-client.png');
}

.background-image.meme-marketing {
  background-image: url('../images/meme-cover-blog.jpg');
  background-size: cover;
}

.background-image.mirela {
  background-image: url('../images/mirela-employee.png');
  background-position: 50%;
  background-size: cover;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.image-overlay.explore-background {
  background-image: url('../images/derzajner.png');
  background-position: 50%;
  background-size: cover;
}

.image-overlay.project-details-cover {
  background-image: url('../images/đejpeg.jpg');
  background-position: 50%;
  background-size: cover;
}

.navbar {
  background-color: var(--pin-stripe);
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.nav {
  background-color: #fff0;
  flex-flow: column;
  height: 30%;
  padding-top: 0;
  position: fixed;
  top: -4%;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: static;
}

.wrapper.navbar-wrapper {
  background-color: #fff;
  border: 0 #000;
  justify-content: space-between;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.wrapper.centered {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.wrapper.no-right-margin {
  max-width: 1700px;
  margin-left: auto;
}

.wrapper.no-max-w {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #090b19;
  border-radius: 24px;
  flex-flow: column;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 0;
  display: flex;
}

.wrapper._2--padding {
  padding-left: 2%;
  padding-right: 2%;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--dark);
}

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.brand {
  color: var(--dark);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  padding-left: 0;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.body {
  color: var(--pin-stripe);
  background-color: #090b19;
  font-family: Open Sans, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.full-menu-button.hide {
  display: none;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.one {
  font-family: Poppins, sans-serif;
  line-height: 1.3em;
}

.xxl-heading.one.project-text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.xxl-heading.one.project-text.inter {
  letter-spacing: 2px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  line-height: 1.1;
}

.xxl-heading.two.h2-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-decoration: none;
}

.clip {
  position: relative;
  overflow: hidden;
}

.clip.hide {
  display: none;
}

.clip.allowe {
  overflow: visible;
}

.page-wrapper {
  z-index: 15;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

.page-wrapper.hide {
  display: none;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.large-heading {
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15em;
}

.large-heading.one, .large-heading.two {
  cursor: default;
}

.large-heading.redes-section-label {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.body-display {
  color: var(--body-display);
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: #ffffffe6;
}

.body-display.white.employee-description {
  cursor: default;
  max-width: 440px;
  font-size: 14px;
}

.body-display.large {
  font-size: 18px;
}

.body-display.margin-top {
  display: none;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: var(--dark-outline);
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Inter, sans-serif;
}

.button.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.navigation-cover {
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-arrow.right-arrow {
  background-image: none;
  border: 1px solid #fff;
  transition-property: opacity;
  transition-duration: .35s;
  transition-timing-function: ease;
  bottom: 50px;
  right: 48px;
}

.testimonial-arrow.right-arrow:hover {
  background-image: linear-gradient(124deg, #f28c25, #05060a);
}

.testimonial-arrow.left-one {
  background-image: none;
  transition: opacity .35s;
  bottom: 50px;
  right: 193px;
}

.testimonial-arrow.left-one:hover {
  background-image: linear-gradient(238deg, #f28c25, #0c0e19a8 93%);
}

.slider-dots {
  display: none;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-column.testimonial-description {
  cursor: default;
  flex: 0 auto;
  padding-right: 0;
}

.testimonial-column.testimonial-name {
  cursor: default;
  flex: none;
  padding-bottom: 65px;
}

.rotate-text {
  transform: rotate(-90deg);
}

.rotate-text.no-rotate-on-mobile {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  transform: none;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.horizontal.div-border-down {
  border-bottom: 1px solid #e2e7f1;
  padding-bottom: 18px;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: none;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.page-info-ribbon.top-margin {
  margin-top: 86px;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item:hover {
  color: var(--pin-stripe);
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.card-hover-item.services-background-color {
  background-color: #f4f6fc;
}

.icon {
  z-index: 10;
  background-color: var(--pin-stripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  text-align: left;
  cursor: default;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
}

.subtitle.letter-spacing {
  letter-spacing: 1px;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  background-color: var(--pin-stripe);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  position: relative;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.employee-text-w {
  width: 100%;
  height: 100%;
}

.hover-link-wrapper.full-width {
  flex-flow: column;
  width: auto;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hover-link-wrapper.full-width.project-tags {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 24px;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.hover-link.employee-text-hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  text-transform: none;
  border-radius: 50px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.hover-link.employee-text-hover.single-proj-hover {
  z-index: 999;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  border-style: none;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: block;
}

.hover-link.arrow-down {
  margin-bottom: 160px;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.project-categories-wrapper.hide {
  display: none;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.collection-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-grid.reversed {
  grid-template-columns: 1fr 1.25fr 1fr;
}

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-card-info.bottom-text {
  justify-content: flex-end;
  align-items: center;
}

.project-card-info.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-hover-link-wrapper.employee-text {
  width: 100%;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.project-info-top.team-info.show-info {
  display: block;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  grid-row-gap: 0px;
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

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

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid var(--dark-outline);
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  flex-flow: row;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  display: flex;
}

.post-list-item.category-list-item.div-border-down {
  border-bottom: 1px solid #e2e7f1;
}

.post-list-item.category-list-item.max-h-80 {
  width: 100%;
  max-height: 80px;
}

.post-list-item.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.inner-page-hero-wrapper.proj-heading {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.mission-column {
  align-items: center;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-links.nav2-component-links {
  flex: 0 auto;
}

.navigation-links.nav2-component-links.hidden {
  display: flex;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.sticky-services-menu.static {
  position: static;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: var(--dark);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.hero-bottom-feature.hide {
  display: none;
}

.featured-project-column {
  background-color: var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.team-background {
  background-image: url('../images/tim1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image.projects-background {
  background-image: none;
  background-position: 0 0;
}

.hero-background-image.services-background {
  background-image: url('../images/heravo2.jpg');
  background-position: 50% 0;
}

.hero-background-image.contact-background {
  background-color: #0f112b;
  background-image: none;
}

.hero-background-image.news-background {
  background-image: url('../images/bloggy.jpg');
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.hero-background-image.hide-now {
  display: none;
}

.hero-background-image.project-single-backgroud {
  background-image: url('../images/ramadan-client.png');
}

.hero-background-image.plenum-project-cover, .hero-background-image.zade-project-hero {
  background-image: url('../images/Plenum.ba-short-showreel-1.png');
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px 48px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: #ffffff1f;
}

.project-detail-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff26;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.more-projects-wrapper.in-page {
  display: none;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
  border-radius: 12px;
}

.project-description.top-grey-border.sunray-color {
  background-color: #f3f6fc00;
  border-top-style: none;
}

.project-features {
  padding-top: 80px;
}

.project-features.no-padding {
  z-index: 2;
  padding-top: 0;
  position: relative;
}

.general-collection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.general-collection-wrapper.grid-col-1 {
  grid-template-columns: 1fr;
}

.general-collection-wrapper.hide-section {
  display: none;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.news-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-list-item {
  border-bottom: 1px solid var(--pin-stripe);
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: var(--dark);
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.list-item-text.white-text {
  color: var(--pin-stripe);
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.empty-state {
  background-color: #0000;
}

.empty-collection {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--pin-stripe);
  text-align: center;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 36px;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: var(--body-display);
}

.text-field.large {
  min-height: 140px;
}

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-field.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #f28c27;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 60px;
  display: grid;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-bottom: 20%;
  padding-left: 24px;
  display: grid;
}

.about-quote {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-top: 20%;
  padding-left: 24px;
  display: grid;
}

.project-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  margin-bottom: 36px;
  display: grid;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  background-image: linear-gradient(90deg, #f28c27, #0000);
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.subtitle-name-grid {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-screen {
  z-index: 10;
  border: 1px solid var(--pin-stripe);
  flex-direction: row;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--pin-stripe);
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  overflow: visible;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-quote.redes-flex-text {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

.project-discovery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.screen-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.client-quote-credit.hide {
  display: none;
}

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

.background-banner {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: none;
  background-position: 0 0;
}

.background-banner.projects-banner {
  background-image: url('../images/đejpeg.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-banner.team-banner {
  background-image: url('../images/đejpeg.jpg');
  background-position: 50%;
  background-size: contain;
}

.background-banner.service-1-banner {
  background-image: url('../images/digital-marketing.jpg');
  background-position: 100% 100%;
}

.background-banner.service-1-banner.negative-margin {
  right: -1%;
}

.background-banner.service-2-banner {
  background-image: url('../images/webflow.jpg');
  background-position: 100%;
}

.background-banner.service-2-banner.negative-margin {
  right: -1%;
}

.background-banner.service-3-banner {
  background-image: url('../images/social-media.jpg');
  background-position: 0%;
}

.background-banner.service-3-banner.negative-margin {
  right: -1%;
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

.background-banner.black-overlay {
  background-image: linear-gradient(#000, #fff);
  background-position: 0 0;
}

.background-banner.service-3-banner-webflow {
  background-image: url('../images/video-production.jpg');
  background-position: 100%;
}

.background-banner.service-3-banner-webflow.negative-margin {
  right: -1%;
}

.background-banner.service-3-banner-pp {
  background-image: url('../images/services-cover.png');
  background-position: 50% 100%;
}

.background-banner.service-3-banner-pp.negative-margin {
  right: -1%;
}

.background-banner.service-3-banner-bd {
  background-image: url('../images/business-development.jpg');
  background-position: 100%;
  background-size: cover;
}

.background-banner.service-3-banner-bd.negative-margin {
  right: -1%;
}

.background-banner.project-details {
  background-image: none;
}

.body-display-name-grid {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  color: var(--black);
  border-radius: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.checklist {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  color: var(--dark);
  position: relative;
}

.button-text.white-text {
  color: var(--pin-stripe);
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-section.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.sticky-section.hide {
  display: none;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-hero._60px-upper-margin {
  padding-top: 40px;
}

.page-hero._60px-upper-margin.contact-flex {
  padding-top: 140px;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  height: 100vh;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  padding-right: 24px;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-image: url('../images/stabolan-project.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5vw 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.template-credit {
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.transparent-fill {
  width: 100%;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block {
  display: none;
}

.media-logo {
  max-width: 64px;
}

.hero-content-wrapper-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.create-span {
  background-color: #f28c26;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: inline-block;
}

.money-span {
  font-weight: 700;
}

.redes-logo {
  color: #090b19;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image {
  z-index: 1;
  height: 100%;
  display: block;
  position: relative;
}

.hover-services-hero {
  z-index: 2;
  position: relative;
}

.hover-services-hero.webflow {
  object-fit: cover;
}

.hover-services-hero-overlay {
  z-index: 3;
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.plenum-proj {
  color: var(--dark);
  border-bottom: 0 #e2e7f1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.div-block {
  display: none;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.shadow-slider-effect {
  z-index: 1;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.slider-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 1100px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-track {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.slider-track.z-index {
  z-index: -10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-38 {
  object-fit: none;
}

.div-block-101 {
  z-index: 1;
  background-image: linear-gradient(90deg, #090b19, #090b19e3 14%, #090b1900 23% 78%, #090b19ba 88%, #090b19);
  position: absolute;
  inset: 0%;
}

.contact-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.time-entered {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-button, .left-arrow-button {
  cursor: pointer;
  border: 1px #b1b1b1;
  display: flex;
}

.meet-details-input {
  width: 40%;
  padding-left: 8px;
}

.input-field-description {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-110 {
  opacity: .9;
  width: 25px;
  height: 25px;
}

.loader-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: none;
  position: absolute;
  inset: 0%;
}

.loader-wrapper.loader-shown {
  display: flex;
}

.success-text {
  color: #333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.2;
}

.fail {
  background-color: #f03;
  border-radius: 12px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.2;
  display: none;
  position: absolute;
  inset: auto auto 16px 16px;
}

.calendar-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 60%;
  display: flex;
  position: relative;
}

.day {
  color: var(--black);
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.loader1 {
  justify-content: center;
  align-items: center;
}

.fail-text {
  color: #fff;
  font-size: 18px;
}

.calendar-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 10px;
  display: flex;
}

.background {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: absolute;
  inset: 0%;
}

.background.calendar-background {
  background-color: #fff0;
}

.time-slot-button {
  color: #333;
  background-color: #fdf0e1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .4s;
  display: flex;
}

.time-slot-button:hover {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(133deg, #f1a634 29%, #ee962f);
}

.time-slot-button.disabled {
  color: #33333340;
  background-color: #e4e4e44d;
}

.time-slot-button.disabled:hover {
  color: #3336;
  background-image: none;
}

.time-slot-button.selected {
  color: #fff;
  background-color: #f28d27e6;
}

.day-cell {
  color: #333;
  cursor: pointer;
  background-color: #fdf0e1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all .4s;
  display: flex;
}

.day-cell:hover {
  background-color: #fff;
}

.day-cell.empty.disabled {
  background-color: #ffffff4d;
}

.day-cell.selected {
  background-color: #fff;
  border-radius: 8px;
}

.day-cell.disabled {
  background-color: #ffffff4d;
}

.event-link-button {
  z-index: 999;
  background-color: #fdf0e1;
  border-radius: 12px;
  padding: 8px 18px;
  transition: all .4s;
  display: none;
  position: absolute;
  inset: auto 16px 16px auto;
}

.entered-info-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-heading-h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.calendar-container {
  position: relative;
}

.calendar-container.glow {
  box-shadow: inset 0 0 30px 10px #ffffff6e;
}

.image-109 {
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}

.image-114 {
  max-width: 50px;
  max-height: 50px;
}

.text-block-90 {
  color: #fff;
  text-transform: none;
  font-family: Merriweather, serif;
}

.time-slot-container {
  z-index: 3;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
  transition: all .4s;
  display: none;
  position: absolute;
  inset: 0%;
}

.time-slot-container.hide-times {
  display: flex;
}

.another-meet-btn {
  background-image: linear-gradient(340deg, #d77e23, #c47323ba);
  border-radius: 8px;
  padding: 15px;
}

.duration-selection {
  background-color: #fcebd7;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.background-part {
  background-color: #ef9630;
  background-image: linear-gradient(331deg, #8a42ff, #a67ee6);
  width: 400px;
  height: 500px;
  display: none;
  position: absolute;
  inset: auto 0% -4% 64%;
  transform: rotate(45deg);
}

.image-112 {
  opacity: .9;
  width: 25px;
  height: 25px;
}

.backbutton1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #f28d27;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 11px;
  display: flex;
}

.text-block-94 {
  color: #868686;
  font-size: 14px;
}

.background-part3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4c53e;
  background-image: linear-gradient(69deg, #d67861bf, #f28c27b8);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: -300px 40px auto auto;
  transform: rotate(45deg);
}

.input-field {
  border-radius: 8px;
}

.input-field.no-margin {
  cursor: not-allowed;
  border-radius: 8px;
  margin-bottom: 0;
}

.text-block-93 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link-5 {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.code-embed-37 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.month-wrapper {
  height: auto;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.prev-next {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-closer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  place-items: center stretch;
  width: auto;
  padding-right: 0%;
  display: none;
}

.image-111 {
  max-width: 60px;
  max-height: 60px;
}

.meet-duration {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.selected-overlay {
  z-index: 5;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.day-selection-wrapper {
  z-index: 1;
  padding-right: 8px;
  position: relative;
}

.success {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #333;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: none;
  position: absolute;
  inset: 0%;
}

.date-entered {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.month {
  color: var(--dark);
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.image-113 {
  width: 70%;
  display: none;
}

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

.time-two-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.days-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center;
  padding: 10px 0;
  display: grid;
}

.duration-button {
  color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 70px;
  max-width: 75px;
  padding: 8px 10px;
  font-family: Lato, sans-serif;
  transition: all .4s;
  display: flex;
}

.duration-button:hover {
  background-color: #fff;
  border-radius: 12px;
}

.duration-button.selected {
  background-color: #fff;
  border-radius: 8px;
}

.success-message-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.error-message-5 {
  color: #333;
  background-color: #e4e4e400;
  height: 10vh;
  margin-top: 0;
}

.sunray-heading {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-91 {
  color: #fff;
  font-size: 18px;
}

.background-part2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3b739;
  background-image: linear-gradient(321deg, #b762a1, #d67861bf);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  height: 500px;
  display: none;
  position: absolute;
  inset: auto auto 20px -150px;
  transform: rotate(45deg);
}

.calendar-widget {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  border-radius: 12px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.calendar-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: left;
  background-color: #d5dbdb;
  border: 1px #fff3;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  padding: 16px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 10px #ffffff75;
}

.send-meet-btn {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #333;
  background-color: #fdf0e1;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}

.send-meet-btn:active {
  background-color: #fff;
}

.backround-part1 {
  background-color: #f1a634;
  background-image: linear-gradient(255deg, #8a42ff, #b762a1b5);
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto 0% -303px 66px;
  transform: rotate(45deg);
}

.entered-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: none;
  position: relative;
}

.content-tabs-menu-column {
  flex-flow: column;
  padding: 12px 12px 126px;
  display: flex;
}

.subheading-large {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.subheading-large.text-color-secondary {
  color: #090b19;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.content-tabs-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-tab-pane {
  width: 100%;
  height: 100%;
}

.h1-heading {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.column.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.content-tab-button-image {
  border-radius: 12px;
  flex: none;
  width: 96px;
  position: relative;
  overflow: hidden;
}

.content-tab-button-image.background-midas {
  background-color: #deac4f;
}

.content-tab-button-image.background-olive {
  background-color: #3b413a;
}

.content-tab-button-image.background-bronze {
  background-color: #bf793b;
}

.paragraph-regular {
  color: #454545;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.content-tab-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.subheading-regular {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.subheading-regular.text-color-secondary {
  color: #454545;
}

.icon-button-primary {
  color: #fff;
  background-color: #f28c25;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  display: flex;
}

.content-tab-image-wrapper {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.paragraph-small {
  color: #454545;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}

.paragraph-small.text-color-tertiary {
  color: #6d6d6d;
}

.paragraph-x-large {
  color: #454545;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.75;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.content-tab-wrapper {
  position: relative;
}

.background-2 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-regular {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.title-center-small {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 558px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-large {
  background-color: #f6f6f6;
  padding: 96px 5%;
  position: relative;
}

.section-large.background-light {
  background-color: #fff;
  padding: 0 0%;
}

.background-marble {
  z-index: 0;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #454545;
  background-color: #0000;
  border: .5px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 16px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.tab-link.w--current {
  background-color: #f6f6f6;
  border-color: #e7e7e7;
}

.content-tab-date {
  color: #454545;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 20px;
}

.content-browse-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e7e7e7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 32px);
  padding-top: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.digital-marketing-cover, .webflow-cover, .image-cover-2-copy, .video-prod-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-prod-cover1 {
  width: 100%;
  height: 100%;
}

.video-prod-cover11, .social-media-cover, .podcast-production, .business-development {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video-2 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.employee-role {
  font-size: 12px;
}

.u_7 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.u_7.modified {
  border-radius: 12px;
  height: 10%;
}

._5 {
  background-image: url('../images/image-28.png');
  background-position: 50%;
  background-size: cover;
  width: 8%;
  margin-right: 1em;
}

._5.anima {
  background-image: url('../images/singral1080.png');
  width: 15%;
  margin-right: 1em;
  position: relative;
}

._5.anima.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav_heading-copy {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.u_5 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.svg-2, .svg-2-copy {
  color: #fff;
  width: 3em;
  margin-right: 0;
}

.u_2 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.footerr {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15%;
  margin-bottom: 1em;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.div_wraper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.l_8 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.head-div {
  display: none;
  overflow: hidden;
}

.image-12 {
  width: 18em;
  position: absolute;
  inset: 50% auto auto -7%;
  transform: rotate(-90deg);
}

.right_arrow {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 3em;
  height: 3em;
  display: none;
  position: absolute;
  inset: 45% 10% auto auto;
}

.pageloader_text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: none;
  position: absolute;
  inset: 45% auto auto;
}

.u_8 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.u_8.modified {
  border-radius: 12px;
  height: 10%;
}

.u_6 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.horizontal_1 {
  background-color: #fff;
  border-radius: 100vw;
  width: 40%;
  height: .1em;
}

.vertical {
  background-color: #fff;
  width: .1em;
  height: 100%;
}

._6 {
  background-image: url('../images/plenum1080.png');
  background-position: 50%;
  background-size: cover;
  width: 15%;
  margin-bottom: -2px;
  margin-right: 1em;
  position: relative;
}

._6:hover {
  filter: none;
}

._6.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.u_4, .u_3 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

._2 {
  background-image: url('../images/image-25.png');
  background-position: 50%;
  background-size: cover;
  width: 8%;
  margin-right: 1em;
}

._2.anima {
  background-image: url('../images/shopero-cover.png');
  background-position: 50%;
  width: 15%;
  position: relative;
}

._2.anima.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.l_3, .l_6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.left_arrow {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 3em;
  height: 3em;
  display: none;
  position: absolute;
  inset: 45% auto auto 10%;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
}

.l_1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

._4 {
  background-image: url('../images/image-27.png');
  background-position: 50%;
  background-size: cover;
  width: 8%;
  margin-right: 1em;
}

._4.anima {
  background-image: url('../images/am1080.png');
  width: 15%;
  display: none;
  position: relative;
}

._4.anima.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

._3 {
  background-image: url('../images/image-22.png');
  background-position: 50%;
  background-size: cover;
  width: 8%;
  margin-right: 1em;
}

._3.anima {
  background-image: url('../images/eko-forma-cover.png');
  background-position: 50% 0;
  width: 15%;
  display: block;
  position: relative;
}

._3.anima.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.l_7 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.svg-div {
  display: none;
  overflow: hidden;
}

.foote_links {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

._7 {
  background-image: url('../images/image-23.png');
  background-position: 50%;
  background-size: cover;
  width: 8%;
  margin-right: 1em;
}

._7.anima {
  background-image: url('../images/zade1080.png');
  background-position: 50%;
  width: 15%;
  position: relative;
}

._7.anima.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15%;
  padding-top: 1.5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.nav_heading {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.u_1 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.l_4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.page_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #090b19;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-top: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.l_5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

._8 {
  background-image: url('../images/image-24.png');
  background-position: 50%;
  background-size: cover;
  width: 8%;
}

._8.anima {
  background-image: url('../images/og1080.png');
  background-position: 40%;
  width: 15%;
  position: relative;
}

._8.anima.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.l_2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

._1 {
  background-image: url('../images/image-26.png');
  background-position: 50%;
  background-size: cover;
  width: 8%;
  margin-right: 1em;
}

._1.anima {
  background-image: url('../images/isaa-cover.png');
  background-position: 50%;
  background-size: cover;
  width: 15%;
  position: relative;
}

._1.anima.opened {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-brand {
  color: #f28c26;
  letter-spacing: -3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 13vw;
  line-height: 1.3;
  overflow: scroll;
}

.nav-brand.footer-big-logo {
  margin-bottom: -126px;
}

.nav-brand.footer-big-logo.no-animation {
  z-index: 2;
  margin-bottom: -125px;
}

.sunray-span {
  color: #fff;
  font-weight: 700;
}

.hidden {
  display: none;
}

.hover-projectitem {
  margin-left: 172px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.left-col {
  z-index: 100;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-right: 48px;
  display: flex;
  position: sticky;
  top: 0;
}

.project-label {
  text-transform: uppercase;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.toc-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.toc-link {
  color: #0009;
  font-family: Alumni Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.toc-link:hover {
  color: #000;
  font-size: 32px;
  font-weight: 400;
}

.toc-link.w--current {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  transition: all .4s;
}

.paragraph {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  max-width: 320px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.right-col {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.proj-brief-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: inline-flex;
}

.proj-brief-gallery.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._25w-img {
  border-radius: 20px;
  width: 100%;
}

._25w-img._25-width {
  object-fit: cover;
  max-width: 25%;
}

.project-branding, .project-brief, .project-music-video, .project-podcast {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

._2-images-podcast {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-115 {
  max-width: 59%;
}

.image-116 {
  max-width: 39%;
}

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

.project-web {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.nav2 {
  z-index: 16;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-content {
  z-index: 17;
  filter: drop-shadow(0 2px 5px #fff6);
  background-color: #ffffffd9;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-text-brand {
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.image-117 {
  width: 64px;
  height: 67px;
}

.nav-menu-links, .mobile-menu {
  display: none;
}

.branding-second-section {
  flex-flow: row;
  display: flex;
}

.branding-second-section.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.branding-second-section.gap.overflow-hidded {
  border-radius: 20px;
  overflow: hidden;
}

.image-118 {
  border-radius: 20px;
  max-width: 60%;
}

.image-118.event {
  max-width: 40%;
}

.image-118.og {
  object-fit: cover;
}

.background-video-3 {
  border-radius: 20px;
  width: 60%;
  height: auto;
}

.background-video-3.event {
  width: 100%;
}

.background-video-4 {
  border-radius: 20px;
  height: auto;
}

.background-video-5, .background-video-6, .background-video-7 {
  border-radius: 20px;
}

.project-marketing {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.background-video-8 {
  width: 100%;
  height: auto;
}

.background-video-9 {
  border-radius: 20px;
}

._2x3-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

._2-row-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.background-video-10, .image-119 {
  border-radius: 20px;
  width: 50%;
  height: auto;
}

._3-row-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.image-120 {
  border-radius: 20px;
  flex: none;
  max-width: none;
}

.background-video-11 {
  border-radius: 20px;
}

.project-graphic-design {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.background-video-12, .image-121, .background-video-13 {
  border-radius: 20px;
}

.background-video-14 {
  border-radius: 20px;
  width: 33.3%;
}

.background-video-14.zade-video-short {
  width: 100%;
}

.background-video-14.shopero1 {
  width: 20%;
}

.background-video-14.shopero1.height350 {
  height: 300px;
}

.background-video-14.shopero2 {
  width: 20%;
}

.background-video-14.shopero2.height350 {
  height: 300px;
}

.background-video-14.shopero3 {
  width: 20%;
}

.background-video-14.shopero3.height350 {
  height: 300px;
}

.background-video-14.shopero4 {
  width: 20%;
}

.background-video-14.shopero4.height350 {
  height: 300px;
}

.background-video-14.shopero5 {
  width: 20%;
}

.background-video-14.shopero5.height350 {
  height: 300px;
}

.project-event-organization {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.background-video-15, .background-video-16, .background-video-17, .background-video-18 {
  border-radius: 20px;
}

.toc-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-family: Alumni Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

._01-line {
  font-family: Alumni Sans, sans-serif;
  font-size: 32px;
  line-height: 1.1;
}

.text-block-95 {
  color: #000;
  margin-top: 100px;
  font-family: Alumni Sans, sans-serif;
  font-size: 32px;
}

.background-video-19 {
  width: 100%;
  height: 100%;
}

.background-video-20, .background-video-21 {
  border-radius: 20px;
}

.project-video-production {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.background-video-22 {
  border-radius: 20px;
}

.background-video-22.shopero {
  width: 40%;
}

.background-video-24 {
  border-radius: 20px;
}

.background-video-25 {
  width: 100%;
  height: 100%;
}

.image-122 {
  border-radius: 20px;
}

.background-video-26 {
  border-radius: 20px;
  width: 100%;
  max-width: 25%;
  height: 350px;
}

.background-video-27 {
  border-radius: 20px;
  height: 280px;
}

.background-video-28 {
  width: 100%;
  height: 100%;
}

.background-video-29 {
  border-radius: 20px;
}

.image-123 {
  object-fit: cover;
  max-width: 40%;
}

.media-span {
  font-weight: 400;
}

.services-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.services-wrapper-2.upper-margin-60 {
  margin-top: 60px;
}

.link-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  border: 1px solid #156ff7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-block-9.no-code-badge {
  border-color: #156ff700;
  margin-bottom: 40px;
  inset: auto 0% 0% auto;
}

.yellow-service-link {
  cursor: pointer;
  background-color: #967105;
  border-radius: 8px;
  margin-top: 32px;
  padding: 16px 32px;
  text-decoration: none;
}

.lighter-blue-service-link {
  cursor: pointer;
  background-color: #429aff;
  border-radius: 8px;
  margin-top: 32px;
  padding: 16px 32px;
}

.service-40 {
  border: 1px solid #ffbf004d;
  border-radius: 24px;
  width: 40%;
  padding: 40px;
}

.service-40.light-blue {
  background-color: #4548791a;
  border-color: #282e7c4d;
  width: 60%;
}

.service-40.lighter-blue {
  border-color: #429aff4d;
}

.service-40.yelllow {
  background-color: #ffc1001a;
}

.service-40.it-has-border {
  background-color: #221e1d;
  border-color: #090b19;
}

.services-text {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.services-text.black-text {
  color: #090b19;
}

.light-blue-badges {
  border: 1px solid #4650d580;
  border-radius: 32px;
  padding: 10px 20px;
}

.services-link-text {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.purple-service-link {
  cursor: pointer;
  background-color: #8544f7;
  border-radius: 8px;
  margin-top: 32px;
  padding: 16px 32px;
}

.services-badges {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-47 {
  justify-content: flex-end;
  align-items: center;
}

.services-link {
  cursor: pointer;
  background-color: #f28c26;
  border-radius: 8px;
  margin-top: 32px;
  padding: 16px 32px;
  text-decoration: none;
}

.yellow-badges {
  border: 1px solid #ffbf0080;
  border-radius: 32px;
  padding: 10px 20px;
}

.dark-blue-badge {
  border: 1px solid #4642ff80;
  border-radius: 32px;
  padding: 10px 20px;
}

.lighter-blue-badge-text {
  color: #429aff;
  -webkit-text-stroke-color: #ffbf00;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.services-60-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 518px;
  display: flex;
}

.text-block-24 {
  font-size: 18px;
}

.services-h2 {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}

.services-h2.black-text {
  color: #090b19;
}

.image-33 {
  width: 25px;
  height: 25px;
}

.service-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #f28c264d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 40px;
  display: flex;
}

.service-60.purple {
  border-color: #8544f74d;
}

.service-60.orange {
  background-color: #f28c261a;
}

.service-60.dark-blue {
  background-color: #4642ff1a;
  border-color: #4642ff4d;
  width: 40%;
  position: relative;
}

.service-60.it-has-border {
  background-color: #20181c;
  border-color: #090b19;
}

.dark-blue-service-link {
  cursor: pointer;
  background-color: #282e7c;
  border-radius: 8px;
  margin-top: 32px;
  padding: 16px 32px;
  text-decoration: none;
}

.lighter-blue-badge {
  border: 1px solid #429aff80;
  border-radius: 32px;
  padding: 10px 20px;
}

.services-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #090b19;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 2%;
  display: flex;
}

.services-grid-wrapper.no-background {
  background-color: #f4f6fc;
  margin-top: 3rem;
}

.orange-badge {
  border: 1px solid #f28c2680;
  border-radius: 32px;
  padding: 10px 20px;
}

.purple-badge-text {
  color: #8544f7;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.yellow-badge-text {
  color: #ffbf00;
  -webkit-text-stroke-color: #ffbf00;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.dark-blue-badge-text {
  color: #4642ff;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.badge-text {
  color: #f28c26;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.purple-badge {
  border: 1px solid #8544f780;
  border-radius: 32px;
  padding: 10px 20px;
}

.light-blue-badge-text {
  color: #4650d5;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.services-40-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 518px;
  display: flex;
}

.light-blue-services-link {
  cursor: pointer;
  background-color: #4642ff;
  border-radius: 8px;
  margin-top: 32px;
  padding: 16px 32px;
  text-decoration: none;
}

.proj-overaly-wrapper {
  background-image: linear-gradient(0deg, #04050d 12%, #fff0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3vw;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.proj-overaly-wrapper.opened {
  inset: 0%;
}

.projects-label {
  color: var(--pin-stripe);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.projects-label.opened {
  display: block;
}

.project-brief-description {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 50%;
  display: flex;
  position: relative;
}

.project-brief-description.hidden {
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
}

.project-case-study {
  z-index: 18;
  color: var(--dark);
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 135px;
  height: 100%;
  max-height: 50px;
  margin-top: 2rem;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.project-case-study:hover {
  color: var(--pin-stripe);
  background-image: linear-gradient(264deg, #f28c25, #090b19);
}

.code-embed-38 {
  display: none;
}

.background-video-30 {
  border-radius: 12px;
  height: 120px;
}

.singral-brief {
  display: flex;
}

.singral-brief-side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-left: .5rem;
  display: flex;
}

.background-video-31 {
  border-radius: 24px;
  width: 100%;
  margin-right: .5rem;
}

.background-video-32 {
  border-radius: 24px;
  height: 100%;
}

.section_gallery21 {
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_mask {
  border: 1px #fff;
  border-radius: 12px;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 2px 10px 2px #fff3;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.padding-section-large {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  border-radius: 12px;
  width: 135px;
  height: 50px;
  inset: auto 12rem 50px auto;
}

.slider-arrow.is-bottom-previous {
  border-radius: 12px;
  width: 135px;
  height: 50px;
  margin-right: 210px;
  inset: auto 8rem 50px auto;
}

.gallery21_image-wrapper {
  cursor: default;
  width: 60%;
  height: 70vh;
  overflow: hidden;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery21_slide {
  background-color: #a26f3c;
  padding-right: 2rem;
}

.gallery21_slide.boja-neka {
  background-color: #21253f;
}

.gallery21_slider {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  transition: all .6s;
  position: relative;
}

.gallery21_lightbox-link {
  color: #fff;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.gallery21_image {
  aspect-ratio: 2 / 3;
  cursor: default;
  object-fit: cover;
  width: auto;
  height: 100%;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.afterlife, .code-embed-13 {
  display: flex;
}

.heading-11 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.code-embed-11 {
  display: flex;
}

.footer-social-links {
  border: 1px solid #ffffff40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

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

.footerwork-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

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

.information-line {
  background-color: #383838;
  width: 1px;
  height: 26px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-navigation-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-9 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
}

.text-block-79 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.footer-main-heading {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 160px;
  font-size: 40px;
  line-height: 125%;
}

.footer-main-heading._102-margin {
  margin-top: 0;
  margin-bottom: 120px;
}

.footer-main-heading._20px-text-block {
  margin-top: 20px;
}

.link-block-14 {
  width: 100%;
  height: 100%;
}

.footermain-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-span-49 {
  color: #f28c26;
  font-weight: 400;
}

.footer-part2 {
  background-color: #f28c26;
  border-radius: 12px;
  width: 70%;
  padding: 48px;
}

.footer-part2.secondary-non-left-padding {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-navlink {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.footer-navlink.hide-campaigns, .footer-navlink.hide-campaigns.w--current {
  display: none;
}

.image-95 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-main-text-block {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

._19 {
  clear: left;
  color: #fff;
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 24px;
  line-height: 125%;
}

.blog-information-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-information-wrapper.blog {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.footersocialmedia {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.first-article-content2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.first-article-content2.hovered {
  display: flex;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.code-embed-15 {
  opacity: 0;
  display: flex;
  position: absolute;
}

.image-96 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.code-embed-14 {
  display: flex;
}

.code-embed-14.black {
  display: none;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 5%;
  display: flex;
}

.footer.with-background {
  background-color: #0b1a44;
}

.first-article {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0b1a44;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  padding: 15px;
  transition: all 1s;
  display: flex;
  overflow: hidden;
}

.first-article.hovered {
  flex: none;
}

.page-wrapper-2 {
  background-color: #0b1a44;
}

.page-wrapper-2.without-margin {
  background-color: #090b19;
}

.page-wrapper-2.top-padding {
  padding-top: 50px;
}

.footer-part1 {
  background-color: #c3701c;
  border-radius: 12px;
  width: auto;
  padding: 48px;
}

.secondary-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.3;
}

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

.white-footer-logo {
  color: #fff;
  letter-spacing: -.4px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.blog-articles {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 80px 3%;
  display: flex;
}

.autor {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  display: none;
}

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

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

.meme-marketing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0b1a44;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  padding: 15px;
  transition: all 1s;
  display: flex;
  overflow: hidden;
}

.meme-marketing.hovered {
  flex: none;
  margin-left: -80px;
}

.first-article-content1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.first-article-content1.hovered, .code-embed-39 {
  display: flex;
}

.place-for-quote {
  background-color: #282e7d;
  background-image: url('../images/Pattern.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 13px;
  padding: 32px;
}

.image-98 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.image-106 {
  margin-top: 60px;
}

.text-block-80 {
  color: #f28c26;
  letter-spacing: 6px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-85 {
  color: #646fff;
  line-height: 14px;
}

.code-embed-40 {
  display: flex;
}

.popular-badges {
  margin-top: 32px;
  display: none;
}

.plenum-img.plenum-img-mobile {
  display: none;
}

.plenum-img.plenum-image {
  margin-top: 50px;
}

.plenum-img.hideonmobile {
  margin-top: 40px;
}

.heading-40 {
  color: #fff;
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 12px 12px 12px 0;
  font-size: 40px;
  font-weight: 600;
}

.div-block-108 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-main-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  color: #bababa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-2.hide, .div-block-110 {
  display: none;
}

.div-block-104 {
  background-color: #404040;
  width: 100%;
  height: 1px;
  margin-top: 48px;
}

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

.image-107 {
  object-fit: cover;
  width: 100%;
  height: 780px;
  margin-top: 60px;
}

.div-block-107 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.jump2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.image-104 {
  margin-bottom: 60px;
}

.autor-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-33 {
  justify-content: center;
  align-items: center;
}

.text-block-86 {
  color: #f28c26;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.social-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.popular-topics {
  width: 20%;
  position: sticky;
  top: 10%;
}

.popular-topics.hidden {
  display: none;
}

.bold-text-39 {
  color: #fff;
}

.blog-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-media-2 {
  grid-column-gap: 8.41px;
  grid-row-gap: 8.41px;
  color: #f2f2f2;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-media-2:hover {
  background-color: #534dff;
}

.code-embed-29 {
  display: flex;
}

.copy {
  grid-column-gap: 8.41px;
  grid-row-gap: 8.41px;
  color: #f2f2f2;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.copy:hover {
  background-color: #534dff;
}

.image-108 {
  width: 300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-social-media-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-103 {
  margin-top: 60px;
}

.slider-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  text-decoration: none;
  display: inline-flex;
}

.slider-link.hidden {
  display: none;
}

.text-block-97 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
}

.ahmo1 {
  width: 100%;
  display: none;
}

.ahmo1.desktop {
  object-fit: cover;
  height: 70vh;
  display: none;
}

.jump-to-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  margin-top: 0;
  display: flex;
  position: sticky;
  inset: 10% auto auto 0%;
}

.image-105 {
  margin-top: 60px;
}

.autor-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: none;
}

.line66 {
  color: #bababa;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.most-popular-text {
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.code-embed-28 {
  display: flex;
}

.proradi {
  grid-column-gap: 8.41px;
  grid-row-gap: 8.41px;
  color: #f2f2f2;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.proradi:hover {
  background-color: #534dff;
}

.blog-content-image {
  width: 100%;
  display: none;
}

.blog-hero {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 64px 3% 48px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

._9 {
  opacity: 0;
  background-color: #646fff;
  border-radius: 3px;
  width: 14px;
  height: 2px;
  margin-top: 8px;
  margin-right: 12px;
  display: flex;
}

.list-item {
  list-style-type: decimal;
}

.paragraph-4 {
  color: #bababa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.first-blog {
  width: 100%;
}

.blog-1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

._99 {
  opacity: 0;
  background-color: #646fff;
  border-radius: 3px;
  width: 14px;
  height: 2px;
  margin-top: 8px;
  margin-right: 12px;
  display: flex;
}

.heading-39 {
  color: #fff;
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 12px 12px 12px 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-39.line-height {
  line-height: 1.1;
}

.div-block-111 {
  margin-bottom: 60px;
}

.line22 {
  background-color: #646fff;
  border-radius: 3px;
  width: 14px;
  height: 2px;
  margin-top: 8px;
  margin-right: 12px;
}

.ahmo {
  width: 100%;
  display: none;
}

.ahmo.mobile {
  display: none;
}

.jump-to-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-50 {
  color: #f28c26;
  font-weight: 400;
}

.blog-main-text-block-4 {
  color: #acacac;
  font-size: 16px;
  font-weight: 500;
}

.heading-38 {
  color: #fff;
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 12px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-106 {
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-block-5-copy {
  color: #f28c26;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-3 {
  color: #bababa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  list-style-type: none;
}

.paragraph-3.hide {
  display: none;
}

.paragraph-3.list {
  padding-left: 30px;
  display: block;
}

.paragraph-3.gap {
  margin-top: 60px;
}

.image-101 {
  width: 100%;
}

.line33 {
  opacity: 0;
  background-color: #646fff;
  border-radius: 3px;
  width: 14px;
  height: 2px;
  margin-top: 8px;
  margin-right: 12px;
  display: flex;
}

.code-embed-30 {
  display: flex;
}

.jump-to-subheading {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.most-popular-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.most-popular-content.hidden {
  display: none;
}

.link-block-16 {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.code-embed-41 {
  opacity: 0;
  display: flex;
  position: absolute;
}

.code-embed-42 {
  display: flex;
}

.code-embed-42.black {
  display: none;
}

.blog-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 152px;
  padding-left: 3%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.lino55 {
  color: #bababa;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.hero-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 64px;
}

.link-block-17 {
  color: #fff;
  text-decoration: none;
}

.line44, .jumo3 {
  color: #bababa;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.code-embed-32 {
  display: flex;
}

.div-block-105 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 9px;
  display: flex;
}

.blog-content {
  width: 80%;
  display: none;
}

.social-text {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
}

.image-102 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.blog-main-text-block-2 {
  color: #acacac;
  font-size: 16px;
  font-weight: 500;
}

.text-block-84 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.hero-image {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
}

.founders-badge {
  background-color: #f28c2633;
  border-radius: 999px;
  padding: 12px 20px;
  display: inline-block;
}

.founders-badge.hide {
  display: none;
}

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

.line34 {
  opacity: 0;
  background-color: #646fff;
  border-radius: 3px;
  width: 14px;
  height: 2px;
  margin-top: 8px;
  margin-right: 12px;
  display: flex;
}

.hero-heading-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  color: #bababa;
  font-weight: 400;
}

.code-embed-43 {
  display: flex;
}

.image-133 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.text-block-98 {
  color: #f28c26;
  letter-spacing: 6px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-99 {
  color: #646fff;
  line-height: 14px;
}

.code-embed-44 {
  display: flex;
}

.heading-41 {
  color: #fff;
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 12px 12px 12px 0;
  font-size: 40px;
  font-weight: 600;
}

.heading-41.line-height {
  line-height: 1.1;
}

.div-block-112 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-5 {
  color: #bababa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-5.meme-label {
  margin-top: 40px;
}

.paragraph-5.hide, .div-block-113 {
  display: none;
}

.div-block-114 {
  background-color: #404040;
  width: 100%;
  height: 1px;
  margin-top: 48px;
}

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

.image-134 {
  object-fit: cover;
  width: 100%;
  height: 780px;
  margin-top: 60px;
}

.image-134.fit-contain {
  object-fit: contain;
  height: auto;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.autor-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-100 {
  color: #f28c26;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.bold-text-40 {
  color: #fff;
}

.social-media-3 {
  grid-column-gap: 8.41px;
  grid-row-gap: 8.41px;
  color: #f2f2f2;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-media-3:hover {
  background-color: #534dff;
}

.code-embed-45 {
  display: flex;
}

.image-135 {
  margin-top: 60px;
}

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

.image-135.fit-cover.smaller-img {
  max-width: 40%;
}

.text-block-101 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
}

.image-136 {
  margin-top: 60px;
}

.image-136.smaller-img {
  max-width: 40%;
}

.autor-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: none;
}

.code-embed-46 {
  display: flex;
}

.blog-hero-2 {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 64px 3% 48px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.paragraph-6 {
  color: #bababa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.blog-main-text-block-5 {
  color: #acacac;
  font-size: 16px;
  font-weight: 500;
}

.heading-42 {
  color: #fff;
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 12px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-116 {
  font-family: Poppins, sans-serif;
  display: flex;
}

.image-137 {
  width: 100%;
}

.code-embed-47 {
  display: flex;
}

.code-embed-47.black {
  display: none;
}

.link-block-19 {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.code-embed-48 {
  opacity: 0;
  display: flex;
  position: absolute;
}

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

.link-block-20 {
  color: #fff;
  text-decoration: none;
}

.div-block-118 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 9px;
  display: flex;
}

.image-138 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.blog-main-text-block-6 {
  color: #acacac;
  font-size: 16px;
  font-weight: 500;
}

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

.projects-section {
  width: 90%;
}

.projects-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 80vh;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.project-single {
  background-image: url('../images/isaa-cover.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-single.opened {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.client-logo-small {
  cursor: pointer;
  max-width: 80px;
  position: absolute;
}

.project-single-shopero {
  background-image: url('../images/shopero-cover.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.project-single-shopero.opened {
  z-index: 1;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.project-single-isaa {
  background-image: url('../images/isaa-cover.png');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s;
  display: flex;
  position: relative;
}

.project-single-isaa:hover {
  background-image: url('../images/isaa-cover.png');
  background-size: cover;
}

.project-single-isaa.opened {
  z-index: 999;
  width: 101%;
  max-height: 80vh;
  position: absolute;
  inset: 0%;
}

.project-single-ef {
  background-image: url('../images/eko-forma-cover.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.project-single-ef.opened {
  z-index: 1;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.project-single-singral {
  background-image: url('../images/singral1080.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.project-single-singral.opened {
  z-index: 1;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.project-single-plenum {
  background-image: url('../images/plenum1080.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.project-single-plenum.opened {
  z-index: 1;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.project-single-zade {
  background-image: url('../images/zade1080.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.project-single-zade.opened {
  z-index: 1;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.project-single-og {
  background-image: url('../images/og1080.png');
  background-position: 40% 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.project-single-og.opened {
  z-index: 1;
  width: 101%;
  position: absolute;
  inset: 0%;
}

.project-sec-heading {
  color: var(--pin-stripe);
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 2vw;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  display: none;
}

.project-overlay {
  cursor: pointer;
  background-image: linear-gradient(0deg, #000 9%, #fff0 31%);
  position: absolute;
  inset: 0%;
}

.nav-brand-footer {
  color: #f28c26;
  letter-spacing: -3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 13vw;
  line-height: 1.3;
  overflow: scroll;
}

.nav-brand-footer.footer-big-logo {
  margin-bottom: -126px;
}

.nav-brand-footer.footer-big-logo.no-animation {
  z-index: 2;
  margin-bottom: -125px;
}

.section-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.content31-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content31-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #fffc;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.content31-item:hover {
  box-shadow: 0 0 10px 10px #fff3;
}

.content31-logo-image {
  min-height: 50px;
  margin-bottom: 30px;
}

.paragraph-70 {
  color: var(--pin-stripe);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.client-name {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.text-block-102 {
  color: #f28c27;
  letter-spacing: 5px;
  font-size: 22px;
  line-height: 1;
}

.div-block-122 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  display: flex;
}

.video {
  border-radius: 40px;
  width: 70%;
}

.background-video-33 {
  border-radius: 40px;
  width: 30%;
}

.background-video-35 {
  border-radius: 40px;
}

.proj-prod-photography, .proj-social-media {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.image-139, .image-139-copy {
  border-radius: 40px;
  max-width: none;
  max-height: 300px;
}

.image-139-copy {
  border-radius: 40px;
}

.image-139-copy-copy, .copied {
  border-radius: 40px;
  max-width: none;
  max-height: 300px;
}

.div-block-123 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-36 {
  border-radius: 40px;
  width: 100%;
}

.div-block-124 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-140 {
  max-width: 50%;
}

.image-141, .image-140-copy {
  border-radius: 40px;
}

.background-video-36-copy {
  border-radius: 40px;
  width: 100%;
}

.background-video-37 {
  border-radius: 40px;
}

.project-branding-singral {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-142, .image-143, .singral3, .singral5 {
  object-fit: cover;
  max-width: 50%;
}

.text-block-95-copy {
  color: #000;
  margin-top: 100px;
  font-family: Alumni Sans, sans-serif;
  font-size: 32px;
}

.grd-sm {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.smaller {
  object-fit: cover;
  max-height: 320px;
}

.hover-link-copy {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.hover-link-copy.employee-text-hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  text-transform: none;
  border-radius: 50px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.hover-link-copy.employee-text-hover.single-proj-hover {
  z-index: 999;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  border-style: none;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: block;
}

.hover-link-copy.arrow-down {
  margin-bottom: 160px;
}

.project-marketing1 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.background-video-38 {
  border-radius: 40px;
}

.isaa-big {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stars-emb {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.media-navbar {
  background-color: #ddd0;
  border-bottom: 1px solid #a0a0a080;
  width: 100%;
  position: fixed;
}

.media-navbar.white-background {
  background-color: #fff;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.media-span-2 {
  color: #f28c26;
}

.sun-div {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

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

.code-embed-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-heading {
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.bullet-span {
  font-weight: 700;
}

.page-wrappe {
  color: #fff;
  background-color: #090b19;
}

.nav-text-media {
  color: #4b4b4b;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-block-103 {
  color: #fff;
  letter-spacing: -1px;
  justify-content: center;
  align-items: center;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-103.disable-animation {
  letter-spacing: 0;
  font-size: 18px;
  text-decoration: none;
}

.brand-content-nav {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobile-informations, .star-journey-button {
  display: none;
}

.desc-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.desc-text.sm {
  margin-bottom: -10px;
}

.nav-social {
  display: none;
}

.privacy-wrapper-priv {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 140px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f28c25e6;
  border-radius: 32px;
  width: 500px;
  padding: 18px 40px;
  display: flex;
}

.new-website-wrapper.static {
  background-color: #fff;
  position: relative;
}

.privacy-policy-wrapper {
  position: relative;
}

.mobile-lets-chat {
  display: none;
}

.background-video-39 {
  border-radius: 40px;
}

.section-3 {
  overflow: hidden;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: url('../images/SRP07772.jpg');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  position: relative;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

._3-col {
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.brief-copy {
  font-family: Alumni Sans, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.embed {
  justify-content: center;
  align-items: center;
  padding: 33px 38px;
  display: flex;
}

._404-circle {
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  display: flex;
}

.heading-43 {
  color: #fff;
  font-size: 175px;
}

.div-block-23 {
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.link-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 17px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-block-21.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 17px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-section {
  background-image: linear-gradient(54deg, #f5b26f, #b25f0c);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-87 {
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.ops-heading {
  color: #fff;
  text-align: center;
  font-size: 48px;
}

.blue-circle {
  z-index: 1;
  background-color: #f28c25;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.blue-circle.another {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.code-embed-34 {
  z-index: 2;
  padding-top: 0;
  display: flex;
  position: relative;
}

.secondary-heading-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.nono {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
  position: absolute;
}

.heading-4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.heading-4.orange-heading {
  color: #f28c26;
  display: none;
}

.heading-4.margin {
  margin-right: 7px;
}

._404-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-144 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.text-block-104 {
  color: #f28c26;
  letter-spacing: 6px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-105 {
  color: #646fff;
  line-height: 14px;
}

.code-embed-49 {
  display: flex;
}

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

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

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

.bold-text-41 {
  color: #fff;
}

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

.heading-44 {
  color: #fff;
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 12px 12px 12px 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

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

.text-block-106 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
}

.paragraph-71 {
  color: #bababa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.autor-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: none;
}

.blog-hero-3 {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 80px;
  padding: 64px 3% 48px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

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

.div-block-127 {
  font-family: Poppins, sans-serif;
  display: flex;
}

.blog-main-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 152px;
  padding-left: 3%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.paragraph-72 {
  color: #bababa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  list-style-type: none;
}

.link-block-23 {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.code-embed-50 {
  opacity: 0;
  display: flex;
  position: absolute;
}

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

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

.hero-content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 64px;
}

.secondary-heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.3;
}

.secondary-heading-3.left-align {
  text-align: left;
}

.blog-main-text-block-7 {
  color: #acacac;
  font-size: 16px;
  font-weight: 500;
}

.text-block-107 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

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

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

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

.div-block-131 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.text-block-108 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.first-article-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0b1a44;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.link-block-24 {
  flex: none;
  height: 100%;
}

.image-145 {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
}

.heading-45 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.first-article-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.image-146 {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

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

.body-2 {
  background-color: #0a1a45;
}

@media screen and (min-width: 1280px) {
  .testimonial-wrapper {
    height: 100%;
  }

  .testimonial-arrow {
    height: 50%;
  }

  .testimonial-arrow.right-arrow, .testimonial-arrow.left-one {
    height: 50px;
  }

  .card-hover-item {
    padding: 0;
  }

  .hover-link.arrow-down {
    margin-bottom: 300px;
  }

  .dual-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

  .page-hero {
    min-height: 750px;
  }

  .slider-wrapper {
    width: 1280px;
  }

  .div-block-101 {
    background-image: linear-gradient(90deg, #090b19, #090b19e6 25%, #090b1900 40% 60%, #090b19e6 75%, #090b19);
  }

  .contact-right {
    background-color: #f28c2600;
    height: auto;
  }

  .calendar-div {
    padding-right: 8px;
  }

  .calendar-container {
    width: 100%;
    max-width: 1000px;
  }

  .background-part {
    bottom: -20px;
    left: 437px;
    right: auto;
  }

  .backbutton1 {
    max-width: none;
  }

  .background-part3 {
    top: -264px;
    left: 182px;
    right: auto;
  }

  .days-label {
    place-items: center;
  }

  .background-part2 {
    width: 430px;
    bottom: -7px;
    left: -173px;
  }

  .backround-part1 {
    left: 106px;
    right: auto;
  }

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

  .toc-link {
    font-size: 22px;
  }

  .nav2 {
    inset: 0% 0% auto;
  }

  .nav-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-9.no-code-badge {
    margin-right: 40px;
  }

  .mask {
    height: 60vh;
  }

  .div-block-103 {
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .footer-main-heading._102-margin {
    height: 50px;
  }

  .first-article-content2, .first-article-content1 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .popular-topics {
    width: 20%;
  }

  .jump-to-section {
    width: auto;
  }

  .blog-hero, .blog-main, .blog-hero-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .client-logo-small {
    max-width: 120px;
  }

  .hover-link-copy.arrow-down {
    margin-bottom: 300px;
  }

  .blog-hero-3, .blog-main-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-131 {
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .link-block-24 {
    flex: 1;
  }

  .first-article-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 35%;
  }
}

@media screen and (min-width: 1440px) {
  .section.hide {
    display: none;
  }

  .background-image.testimonial-001, .background-image.testimonial-003, .background-image.testimonial-004, .background-image.testimonial-005 {
    margin-bottom: -120px;
  }

  .background-image.plenum3-showcase {
    background-image: url('../images/plenum3.png');
  }

  .background-image.plenum4-showcase {
    background-image: url('../images/plenum1.png');
  }

  .background-image.mirela {
    margin-bottom: -120px;
  }

  .wrapper.no-right-margin {
    max-width: 1300px;
  }

  .wrapper.no-max-w {
    max-width: none;
  }

  .page-wrapper.blue-background {
    background-color: #0f112b;
  }

  .testimonial-arrow {
    left: 65%;
  }

  .testimonial-arrow.right-arrow, .testimonial-arrow.left-one {
    left: auto;
  }

  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
  }

  .inner-page-hero-wrapper.proj-heading {
    padding-left: 5vw;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-background-image.contact-background {
    background-color: #0f112b;
  }

  .page-info.no-clip {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .page-info.no-clip.less-height {
    height: 60px;
  }

  .page-hero {
    min-height: 850px;
  }

  .page-hero._60px-upper-margin.contact-flex {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-card {
    padding: 48px;
  }

  .anchor-link {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-wrapper {
    width: 1420px;
  }

  .div-block-101 {
    background-image: linear-gradient(90deg, #090b19 2%, #090b19e6 14%, #090b1900 40% 60%, #090b19e6 79%, #090b19 92%);
  }

  .calendar-container {
    width: auto;
  }

  .background-part {
    width: 600px;
    height: 700px;
    bottom: -184px;
    left: 430px;
  }

  .background-part3 {
    width: 600px;
    height: 600px;
    top: -420px;
    left: 21px;
    right: auto;
  }

  .days-label {
    place-items: center;
  }

  .background-part2 {
    width: 600px;
    height: 600px;
    bottom: -110px;
    left: -412px;
  }

  .calendar-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }

  .backround-part1 {
    bottom: -362px;
    left: 61px;
  }

  .page_wrapper {
    background-color: #090b19;
    border-radius: 24px;
  }

  .left-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .nav2 {
    inset: 0% 0% auto;
  }

  .nav-content {
    border-radius: 16px;
    max-width: 1300px;
  }

  ._2-row-div {
    border-radius: 20px;
    overflow: hidden;
  }

  ._3-row-div {
    border-radius: 20px;
  }

  .image-120 {
    max-width: 35%;
  }

  .background-video-14.ogg1.smaller, .background-video-14.ogg2.smaller, .background-video-14.ogg3.smaller, .background-video-14.ogg4.smaller, .background-video-14.ogg5.smaller {
    max-height: 350px;
  }

  .background-video-23 {
    border-radius: 20px;
  }

  .gallery21_mask {
    width: 90%;
  }

  .slider-arrow.is-bottom-next {
    right: 8rem;
  }

  .slider-arrow.is-bottom-previous {
    margin-right: 150px;
  }

  .gallery21_image-wrapper {
    width: 50%;
    height: 60vh;
  }

  .div-block-103 {
    justify-content: center;
  }

  .footer-main-heading {
    height: 100px;
  }

  .footer-main-heading._102-margin {
    height: 100px;
    margin-top: -20px;
  }

  .image-95 {
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100%;
  }

  .first-article {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 550px;
  }

  .secondary-heading.left-align.secondary-non-padding {
    letter-spacing: -2px;
    font-size: 50px;
  }

  .meme-marketing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 550px;
  }

  .popular-topics {
    width: 20%;
  }

  .ahmo1.desktop {
    height: 100%;
  }

  .blog-hero {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-3 {
    list-style-type: none;
  }

  .blog-main {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-image {
    max-height: none;
  }

  .blog-hero-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .project-single-og {
    margin-right: 2px;
  }

  .project-sec-heading {
    font-size: 48px;
  }

  .background-video-34 {
    border-radius: 40px;
  }

  .image-139, .image-139-copy, .image-139-copy-copy, .copied {
    width: 100%;
    max-height: 340px;
  }

  .image-142, .image-143, .singral3, .singral5 {
    max-width: 49%;
  }

  .div-block-126 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #d9d9d9;
    border-radius: 24px;
    flex-flow: column;
    padding: 15px;
    display: flex;
  }

  .smaller {
    max-height: 340px;
  }

  .blog-hero-3, .blog-main-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-72 {
    list-style-type: none;
  }

  .secondary-heading-3.left-align.secondary-non-padding {
    letter-spacing: -2px;
    font-size: 50px;
  }

  .div-block-131 {
    justify-content: center;
  }

  .first-article-2 {
    height: 550px;
  }

  .image-145 {
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100%;
  }

  .first-article-content {
    width: 35%;
  }
}

@media screen and (min-width: 1920px) {
  .background-cover.z-index {
    z-index: 20;
  }

  .wrapper.no-right-margin {
    max-width: 1540px;
    margin-right: auto;
  }

  .wrapper.no-max-w {
    background-color: #090b19;
    max-width: 1920px;
  }

  .body-display.white.employee-description {
    max-width: 350px;
  }

  .testimonial-arrow {
    height: 30%;
    bottom: -7%;
    left: 69%;
  }

  .testimonial-column.testimonial-description {
    margin-left: 100px;
  }

  .hover-link.arrow-down {
    margin-bottom: 400px;
  }

  .inner-page-hero-wrapper.proj-heading {
    max-width: 1600px;
    padding-left: 0;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .page-hero {
    min-height: 950px;
  }

  .slider-wrapper {
    width: 1660px;
  }

  .div-block-101 {
    background-image: linear-gradient(90deg, #090b19 2%, #090b19e6 14%, #090b1900 40% 60%, #090b19e6 75%, #090b19 85%);
  }

  .calendar-container {
    max-width: 720px;
  }

  .time-slot-container {
    display: none;
  }

  .background-part {
    left: 649px;
  }

  .background-part3 {
    left: 223px;
  }

  .contact-closer {
    padding-right: 5%;
  }

  .days-label {
    place-items: center;
  }

  .background-part2 {
    bottom: -118px;
    left: -217px;
  }

  .calendar-widget {
    opacity: 1;
  }

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

  .backround-part1 {
    bottom: -370px;
    left: 274px;
  }

  .div_wraper {
    width: 80%;
  }

  .right_arrow {
    right: 3%;
  }

  ._2.anima {
    background-image: url('../images/zade-mockup.jpg');
  }

  .left_arrow {
    left: 5%;
  }

  ._1.anima {
    background-image: url('../images/shopero1.png');
  }

  .nav-brand {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10.5vw;
  }

  .left-col {
    z-index: 9999;
    justify-content: space-around;
  }

  .toc-link {
    font-size: 42px;
  }

  .toc-link:hover {
    color: #000;
    font-size: 60px;
    font-weight: 400;
  }

  .toc-link.w--current {
    font-size: 60px;
  }

  .nav2 {
    flex-flow: column;
    inset: 0% 0% auto;
  }

  .nav-content {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-118 {
    max-width: 60%;
  }

  .text-block-95 {
    font-size: 60px;
  }

  .link-block-9 {
    inset: auto 0% 0% auto;
  }

  .gallery21_mask {
    width: 100%;
  }

  .slider-arrow.is-bottom-next {
    right: 3rem;
  }

  .slider-arrow.is-bottom-previous {
    margin-right: 70px;
  }

  .gallery21_image-wrapper {
    width: 40%;
    height: 50vh;
  }

  .div-block-103 {
    justify-content: space-around;
  }

  .footer-main-heading._102-margin {
    margin-top: 10px;
  }

  .footer-part2.secondary-non-left-padding {
    width: 100%;
  }

  .first-article-content2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-block-6 {
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .footer {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .secondary-heading {
    z-index: 1;
    font-size: 100px;
    position: relative;
  }

  .secondary-heading.left-align.secondary-non-padding {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .blog-articles {
    grid-column-gap: 86px;
    grid-row-gap: 86px;
  }

  .first-article-content1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .plenum-img {
    margin-top: 20px;
  }

  .image-107 {
    object-fit: cover;
    width: 100%;
    height: 990px;
    overflow: hidden;
  }

  .jump-to-section {
    width: 20%;
  }

  .blog-hero {
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block-16 {
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .blog-main {
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog-content {
    width: 80%;
  }

  .hero-image {
    max-height: none;
  }

  .image-134 {
    object-fit: cover;
    width: 100%;
    height: 990px;
    overflow: hidden;
  }

  .blog-hero-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block-19 {
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .client-logo-small {
    width: 100%;
    max-width: 150px;
  }

  .nav-brand-footer {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10.5vw;
  }

  .nav-brand-footer.footer-big-logo.no-animation {
    text-align: center;
    font-size: 200px;
  }

  .image-139, .image-139-copy, .image-139-copy-copy, .copied {
    max-height: 430px;
  }

  .text-block-95-copy {
    font-size: 60px;
  }

  .smaller {
    max-height: 410px;
  }

  .hover-link-copy.arrow-down {
    margin-bottom: 400px;
  }

  .blog-hero-3, .blog-main-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block-23 {
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .secondary-heading-3 {
    z-index: 1;
    font-size: 100px;
    position: relative;
  }

  .secondary-heading-3.left-align.secondary-non-padding {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .div-block-131 {
    justify-content: space-around;
  }

  .first-article-2 {
    max-height: 800px;
  }

  .link-block-24 {
    flex: 1;
  }

  .first-article-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section.static-section {
    padding-right: 5vw;
  }

  .background-image.dm-2 {
    background-image: url('../images/velview.png');
  }

  .background-image.dm-3 {
    background-image: url('../images/isaa-kamini1.png');
  }

  .background-image.vp-2 {
    background-image: url('../images/frenkie-spot.png');
  }

  .wrapper.smaller {
    max-width: 280px;
  }

  .nav-link {
    max-height: 10%;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .left-navbar {
    width: 100%;
  }

  .nav-menu {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .xxl-heading.one.project-text.inter {
    font-size: 32px;
  }

  .clip {
    margin-right: auto;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-content.rounded-service {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .large-heading.one, .large-heading.two {
    font-size: 32px;
  }

  .body-display.dark {
    color: var(--dark);
  }

  .body-display.margin-top {
    margin-top: 120px;
    display: block;
  }

  .body-display.margin-top.margin {
    margin-top: 120px;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .testimonial-arrow {
    width: 45px;
    height: 20%;
    inset: auto 0% 0% 36%;
  }

  .testimonial-arrow.right-arrow {
    width: 135px;
    height: 50px;
    top: auto;
    bottom: 145px;
    left: auto;
  }

  .testimonial-arrow.left-one {
    width: 135px;
    height: 50px;
    bottom: 145px;
    left: auto;
  }

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    flex-flow: row;
    justify-content: center;
    min-height: auto;
    display: flex;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .testimonial-column.testimonial-name {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .rotate-text.no-rotate-on-mobile {
    font-size: 12px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .hover-link.employee-text-hover {
    font-size: 14px;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: flex;
  }

  .mega-category-list {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .navigation-links.nav2-component-links {
    z-index: -1;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-bottom: 40px;
    display: flex;
    position: fixed;
    inset: -20px 0% 0%;
  }

  .navigation-links.nav2-component-links.hidden {
    display: none;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

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

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .hero-background-image.contact-background {
    background-position: 100%;
  }

  .featured-project-details {
    grid-template-columns: 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .about-quote {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .background-banner.service-3-banner-webflow {
    background-image: url('../images/video1.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .newsletter-wrapper {
    grid-template-columns: 1fr;
  }

  .sticky-section {
    top: 20px;
  }

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .template-card {
    padding: 24px;
  }

  .slider-wrapper {
    width: auto;
  }

  .contact-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0%;
    padding-right: 0%;
    display: flex;
    overflow: hidden;
  }

  .meet-details-input {
    width: auto;
    padding-right: 8px;
  }

  .input-field-description {
    margin-bottom: 5px;
  }

  .calendar-div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
    height: 100%;
    padding-bottom: 8px;
    overflow: scroll;
  }

  .calendar-heading {
    margin-bottom: 5px;
  }

  .day-cell {
    width: 35px;
    height: 35px;
  }

  .calendar-container {
    width: 90%;
    margin-top: 20px;
  }

  .image-109 {
    width: 15px;
    height: 15px;
  }

  .duration-selection {
    justify-content: space-around;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .background-part {
    width: 730px;
    height: 730px;
    bottom: -65px;
    left: 417px;
  }

  .backbutton1 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .background-part3 {
    width: 600px;
    height: 600px;
    top: -404px;
    right: 75px;
  }

  .month-wrapper {
    margin-top: 0;
  }

  .contact-closer {
    position: absolute;
    inset: 10% 10% auto auto;
  }

  .meet-duration, .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .days-label {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .duration-button {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .duration-button:hover {
    border-radius: 8px;
  }

  .background-part2 {
    width: 600px;
    height: 700px;
    bottom: 182px;
    left: -266px;
  }

  .calendar-widget {
    flex-flow: column;
    width: 100%;
  }

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

  .send-meet-btn {
    width: 100%;
    margin-top: 0;
  }

  .backround-part1 {
    bottom: -198px;
    left: 42px;
  }

  .content-tabs-menu-column {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-browse-link {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    position: static;
  }

  .tabs-content {
    display: none;
  }

  .employee-role {
    font-size: 10px;
  }

  ._5.anima {
    width: 100%;
  }

  .div_wraper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._6, ._2.anima, ._4.anima, ._3.anima, ._7.anima, ._8.anima, ._1.anima {
    width: 100%;
  }

  .nav-brand {
    margin-top: 20px;
    font-size: 12.5vw;
  }

  .left-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
    position: static;
  }

  .right-col {
    background-color: #fff;
  }

  .nav2 {
    margin-top: 0;
  }

  .nav-content {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    top: 20px;
  }

  .mobile-menu {
    display: block;
  }

  .background-video-3, .background-video-4, .background-video-5, .background-video-6, .background-video-7, .background-video-9, .background-video-10, .background-video-11, .background-video-12, .background-video-13, .background-video-14, .background-video-15, .background-video-16, .background-video-17, .background-video-18 {
    z-index: 1;
  }

  .services-wrapper-2 {
    flex-wrap: wrap;
    place-content: flex-start;
    align-items: flex-start;
  }

  .services-wrapper-2.upper-margin-60 {
    flex-flow: column-reverse;
  }

  .service-40.light-blue, .service-40.lighter-blue, .service-40.yelllow {
    width: 100%;
  }

  .service-40.it-has-border {
    border-radius: 12px;
    width: 100%;
  }

  .services-h2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 32px;
    display: block;
  }

  .services-h2.homepage-tablet-heading-w {
    display: block;
  }

  .service-60.purple, .service-60.orange, .service-60.dark-blue {
    width: 100%;
  }

  .service-60.it-has-border {
    border-radius: 12px;
    width: 100%;
  }

  .text-span-48 {
    flex-flow: row;
  }

  .proj-overaly-wrapper {
    padding-bottom: 1vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery21_mask {
    width: 100%;
    max-height: 690px;
  }

  .container-large {
    max-width: 690px;
  }

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

  .slider-arrow.is-bottom-next {
    width: 100px;
    height: 40px;
    right: 5rem;
  }

  .slider-arrow.is-bottom-previous {
    width: 100px;
    height: 40px;
    margin-right: 0;
    right: 12rem;
  }

  .gallery21_image-wrapper {
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .gallery21_slide {
    padding-right: 0;
  }

  .gallery21_slider {
    flex-flow: column;
  }

  .gallery21_lightbox-link {
    text-align: center;
    flex-flow: column;
    height: 650px;
  }

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

  .afterlife {
    justify-content: center;
    align-items: center;
  }

  .image-124 {
    max-width: 40%;
  }

  .image-132 {
    max-width: 70%;
  }

  .code-embed-11 {
    z-index: 2;
    position: relative;
  }

  .footer-navigation-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 5%;
  }

  .footer-navigation-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-block-14 {
    width: auto;
  }

  .footermain-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-part2 {
    width: 100%;
  }

  .image-95 {
    width: 100%;
    max-width: none;
  }

  .first-article-content2 {
    width: 100%;
  }

  .first-article {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .page-wrapper-2 {
    padding-top: 60px;
  }

  .page-wrapper-2.without-margin {
    padding-top: 0;
  }

  .footer-part1 {
    display: none;
  }

  .secondary-heading {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .secondary-heading.left-align.secondary-non-padding {
    padding-left: 0;
  }

  .blog-articles {
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 0;
  }

  .meme-marketing {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .first-article-content1 {
    width: 100%;
  }

  .code-embed-40 {
    z-index: 2;
    position: relative;
  }

  .popular-badges {
    display: flex;
  }

  .plenum-img.plenum-img-mobile {
    display: block;
  }

  .plenum-img.plenum-img-mobile.space {
    margin-top: 40px;
  }

  .plenum-img.plenum-img-mobile.space.hidden, .plenum-img.plenum-img-mobile.hidden, .plenum-img.hideonmobile {
    display: none;
  }

  .popular-topics {
    width: 100%;
    display: none;
  }

  .popular-topics.hidden, .jump-to-section {
    display: none;
  }

  .blog-hero {
    margin-top: 0;
  }

  .first-blog {
    width: 100%;
  }

  .ahmo.mobile, .most-popular-content {
    display: none;
  }

  .blog-main {
    flex-flow: column;
    padding-bottom: 0;
  }

  .hero-heading-2 {
    max-width: 630px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1.2;
  }

  .div-block-105 {
    margin-right: 8px;
  }

  .blog-content {
    width: 100%;
  }

  .code-embed-44 {
    z-index: 2;
    position: relative;
  }

  .blog-hero-2 {
    margin-top: 0;
  }

  .div-block-118 {
    margin-right: 8px;
  }

  .client-logo-small {
    max-width: 60px;
  }

  .project-sec-heading {
    font-size: 18px;
    font-weight: 500;
  }

  .nav-brand-footer {
    margin-top: 20px;
    font-size: 12.5vw;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content31-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

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

  .client-name {
    font-size: 24px;
  }

  .video {
    z-index: 1;
  }

  .hover-link-copy.employee-text-hover {
    font-size: 14px;
  }

  .media-navbar {
    background-color: #fff;
    border-bottom-style: none;
  }

  .code-closed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-17 {
    text-align: left;
    font-weight: 700;
  }

  .nav-container {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sun-div {
    display: none;
  }

  .text-block-15 {
    color: #fff;
    font-family: Archivo, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-link-2 {
    color: #1f1f1f;
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 200;
    line-height: 1.2;
  }

  .text-block-16 {
    color: #f28c26;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-menu-mobille {
    justify-content: center;
    align-items: flex-start;
    width: 70px;
    height: 31px;
    padding-top: 10px;
    display: flex;
    right: -40px;
    overflow: hidden;
  }

  .nav-menu-mobille.w--open {
    z-index: 2;
    background-color: #ff202000;
  }

  .mobile-informations {
    color: #222;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 64px;
    font-family: Archivo, sans-serif;
    font-size: 14px;
    display: flex;
  }

  .star-journey-button {
    background-color: #f28c26;
    border-radius: 12px;
    padding: 16px 24px;
    text-decoration: none;
    display: block;
  }

  .star-journey-button.hide-cta-button.journey-mobile {
    z-index: 1;
    position: relative;
    right: -100px;
  }

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

  .nav-social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding-top: 64px;
    display: flex;
  }

  .privacy-wrapper-priv {
    padding-left: 6%;
    padding-right: 6%;
  }

  .nav-brand-2.w--current {
    z-index: 2;
    left: -40px;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    height: 101vh;
  }

  .new-website-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .mobile-lets-chat {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    text-decoration: none;
    display: flex;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .code-embed-49 {
    z-index: 2;
    position: relative;
  }

  .blog-hero-3 {
    margin-top: 0;
  }

  .blog-main-2 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .hero-heading-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 47px;
  }

  .secondary-heading-3 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .secondary-heading-3.left-align.secondary-non-padding {
    padding-left: 0;
  }

  .first-article-2 {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .link-block-24 {
    width: auto;
  }

  .image-145 {
    width: 100%;
    max-width: none;
  }

  .first-article-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.no-verticle-padding.dark {
    padding-bottom: 30px;
  }

  .background-image.tim {
    background-image: url('../images/asad-employee.png');
    background-position: 50% 0;
  }

  .background-image.tim.esma {
    background-image: url('../images/esma-employee.png');
  }

  .background-image.tim.rejhan {
    background-position: 50% 0;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

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

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
    max-height: 10%;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .xxl-heading.one.project-text.inter {
    font-size: 24px;
  }

  .clip {
    margin-right: 0;
  }

  .banner-intro._w-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .large-heading.one, .large-heading.two {
    font-size: 24px;
  }

  .body-display.white.employee-description {
    max-width: none;
    font-size: 14px;
  }

  .body-display.margin-top.margin {
    margin-top: 100px;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .testimonial-arrow {
    width: 50%;
    height: 8%;
    inset: auto auto 0% 0%;
    transform: none;
  }

  .testimonial-arrow.right-arrow {
    border-style: solid;
    border-color: #fff;
    width: 90px;
    height: 40px;
    padding: 0 12px;
    inset: 0% 40px 0% auto;
  }

  .testimonial-arrow.left-one {
    width: 90px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    inset: 0% 140px 0% auto;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .testimonial-column.testimonial-name {
    flex: none;
    padding: 24px 0;
  }

  .rotate-text.no-rotate-on-mobile {
    font-size: 8px;
    transform: none;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .page-info-ribbon.down-flex {
    flex-flow: column;
    display: flex;
  }

  .subtitle.white {
    letter-spacing: 1px;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .services-grid.two-column {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .hover-link-wrapper.full-width.project-tags {
    display: block;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .team-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .navigation-links.nav2-component-links.hidden {
    display: none;
  }

  .banner-items {
    height: 80px;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    flex-flow: column;
    padding-top: 36px;
    display: flex;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services-info {
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

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

  .page-info {
    height: auto;
  }

  .page-info.no-clip {
    flex-flow: column;
    display: flex;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  .page-hero._60px-upper-margin.contact-flex {
    flex-flow: column;
  }

  ._404-hero {
    min-height: 450px;
  }

  .category-link {
    min-height: 80px;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 90px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .contact-right {
    flex: 1;
    width: 100%;
    min-height: 70%;
    padding-top: 0;
    padding-right: 0%;
    position: static;
  }

  .calendar-div {
    border-radius: 8px;
  }

  .time-slot-container {
    height: 140%;
  }

  .contact-closer {
    top: 5%;
    right: 5%;
  }

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

  ._5.anima {
    flex: none;
    height: 20%;
  }

  ._5.anima.opened {
    height: 100%;
  }

  .div_wraper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: scroll;
  }

  ._6 {
    flex: none;
    height: 20%;
  }

  ._6.opened {
    height: 100%;
  }

  ._2.anima {
    flex: none;
    height: 20%;
  }

  ._2.anima.opened {
    height: 100%;
  }

  ._4.anima {
    flex: none;
  }

  ._4.anima.opened {
    height: 100%;
  }

  ._3.anima {
    flex: none;
    height: 20%;
  }

  ._3.anima.opened {
    height: 100%;
  }

  ._7.anima {
    flex: none;
    height: 20%;
  }

  ._7.anima.opened {
    height: 100%;
  }

  ._8.anima {
    flex: none;
    height: 20%;
  }

  ._8.anima.opened {
    height: 100%;
  }

  ._1.anima {
    flex: none;
    height: 20%;
  }

  ._1.anima.opened {
    height: 100%;
  }

  .nav-brand {
    font-size: 12vw;
  }

  .left-col {
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .project-label {
    font-size: 42px;
  }

  .paragraph {
    text-align: left;
    max-width: none;
  }

  .proj-brief-gallery {
    flex-flow: column;
  }

  .background-video-14.shopero1, .background-video-14.shopero2, .background-video-14.shopero3, .background-video-14.shopero4 {
    width: auto;
  }

  .text-block-95 {
    margin-top: 100px;
  }

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

  .project-brief-description {
    position: relative;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery21_mask {
    width: 100%;
    max-height: 620px;
  }

  .container-large {
    max-width: 480px;
  }

  .padding-section-large {
    padding-top: 0;
  }

  .slider-arrow.is-bottom-next {
    inset: auto -110px 40px 0%;
  }

  .slider-arrow.is-bottom-previous {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 40px -110px;
  }

  .gallery21_image-wrapper {
    width: 70%;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_lightbox-link {
    height: 610px;
  }

  .afterlife {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-125, .image-126, .image-127, .image-128, .image-129, .image-130, .image-131 {
    max-width: 40%;
  }

  .footer-navigation-links {
    flex-flow: wrap;
  }

  .information-line.hidden {
    display: none;
  }

  .footer-part2.secondary-non-left-padding {
    padding-left: 20px;
  }

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

  .secondary-heading.left-align.secondary-non-padding {
    padding-left: 0;
  }

  .heading-40 {
    font-size: 28px;
    line-height: 1.3;
  }

  .ahmo1 {
    height: 298px;
  }

  .ahmo1.desktop {
    object-fit: cover;
  }

  .blog-content-image {
    height: 298px;
  }

  .heading-39 {
    font-size: 28px;
  }

  .ahmo {
    height: 298px;
  }

  .heading-38 {
    font-size: 28px;
    line-height: 1.3;
  }

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

  .hero-heading-2 {
    text-align: center;
    max-width: 480px;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
  }

  .heading-41, .heading-42 {
    font-size: 28px;
    line-height: 1.3;
  }

  .projects-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .client-logo-small {
    max-width: 100px;
  }

  .client-logo-small.ef {
    width: 100%;
    max-width: 100px;
  }

  .project-single-shopero, .project-single-isaa, .project-single-ef, .project-single-singral, .project-single-plenum, .project-single-zade, .project-single-og {
    padding-bottom: 20px;
  }

  .nav-brand-footer {
    font-size: 12vw;
  }

  .nav-brand-footer.footer-big-logo.no-animation {
    text-align: center;
  }

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

  .content31-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .text-block-95-copy {
    margin-top: 100px;
  }

  .sun-div {
    display: none;
  }

  .nav-menu-mobille {
    right: -50px;
  }

  .star-journey-button.hide-cta-button {
    display: none;
  }

  .privacy-wrapper-priv {
    padding-top: 96px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-brand-2.w--current {
    padding-left: 0;
    left: -60px;
  }

  .new-website-wrapper {
    overflow: auto;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-right: 0;
  }

  .heading-44 {
    font-size: 28px;
  }

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

  .hero-heading-3 {
    text-align: left;
    font-size: 32px;
    line-height: 32px;
  }

  .secondary-heading-3.left-align.secondary-non-padding {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

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

  .section.no-horizontal-padding {
    padding-bottom: 0;
  }

  .navbar {
    height: 65px;
  }

  .wrapper.no-max-w {
    padding-top: 0;
  }

  .nav-link {
    max-height: 10%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    align-items: stretch;
    padding-left: 10px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one, .xxl-heading.two {
    font-size: 24px;
  }

  .clip.esma-left {
    margin-right: auto;
  }

  .clip.left-aligned {
    text-align: left;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 32px;
  }

  .large-heading.one, .large-heading.two {
    font-size: 16px;
  }

  .large-heading.redes-section-label {
    font-size: 24px;
  }

  .body-display.white.employee-description {
    font-size: 10px;
  }

  .body-display.white.employee-description.left-aligned {
    text-align: left;
  }

  .body-display.margin-top {
    margin-top: 100px;
  }

  .body-display.margin-top.margin {
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button.white-outline {
    padding: 10px 12px;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    max-width: 200px;
    padding-top: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .stacked-description {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-info-ribbon.top-margin {
    margin-top: 20px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .subtitle.white {
    font-size: 8px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .hover-link-wrapper.full-width.project-tags {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .navigation-links.nav2-component-links {
    padding-top: 60px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .sticky-services-menu.flex {
    display: flex;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 50px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .featured-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .list-item-text.white-text {
    font-size: 16px;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

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

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

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .client-quote.redes-flex-text {
    grid-row-gap: 0rem;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .newsletter-intro {
    margin-bottom: 0;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

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

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 0;
    padding-bottom: 110px;
  }

  .plenum-proj {
    height: 80px;
  }

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

  .contact-right {
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .right-arrow-button, .left-arrow-button {
    padding: 5px 10px;
  }

  .calendar-div {
    height: 100%;
    padding-bottom: 20px;
  }

  .day {
    width: 25px;
    height: 25px;
  }

  .day-cell {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .calendar-container {
    width: 100%;
  }

  .image-109 {
    width: 15px;
    height: 15px;
  }

  .duration-selection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .backbutton1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .month-wrapper {
    padding-left: 0;
  }

  .prev-next {
    padding-right: 0;
  }

  .day-selection-wrapper {
    flex-flow: column;
  }

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

  .time-two-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .days-label {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .duration-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .calendar-wrapper {
    box-shadow: none;
    padding: 8px;
  }

  .send-meet-btn {
    margin-top: 0;
  }

  .content-tab-button-image {
    width: 88px;
  }

  .content-tab-button-image.background-midas, .content-tab-button-image.background-bronze {
    width: auto;
  }

  .tab-link, .tab-link.w--current {
    flex-flow: column-reverse;
  }

  .nav-brand {
    font-size: 11vw;
  }

  .hover-projectitem {
    word-break: keep-all;
    margin-left: 0;
  }

  .left-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .nav-content {
    padding-left: 0;
    padding-right: 10px;
  }

  .services-wrapper-2.upper-margin-60 {
    margin-top: 20px;
  }

  .link-block-9.no-code-badge {
    inset: auto auto -3% 5%;
  }

  .yellow-service-link {
    margin-top: 0;
  }

  .service-40.light-blue, .service-40.lighter-blue, .service-40.yelllow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-40.it-has-border {
    border-radius: 12px;
    padding: 10px;
  }

  .lighter-blue-badge-text {
    font-size: 14px;
  }

  .services-h2.homepage-tablet-heading-w {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .service-60.purple, .service-60.orange {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .service-60.it-has-border {
    padding: 10px;
  }

  .purple-badge-text, .yellow-badge-text, .dark-blue-badge-text, .badge-text, .light-blue-badge-text {
    font-size: 14px;
  }

  .proj-overaly-wrapper {
    padding-bottom: 3vw;
  }

  .projects-label {
    font-size: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large {
    max-width: 360px;
  }

  .gallery21_image-wrapper {
    height: 40vh;
  }

  .gallery21_lightbox-link {
    height: 530px;
  }

  .text-block-96 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .footer-social-links {
    width: 40px;
    height: 40px;
  }

  .footer-navigation-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-79 {
    display: none;
  }

  .footer-main-heading._102-margin {
    font-size: 24px;
  }

  .footer-navlink, .footer-navlink.w--current {
    font-size: 16px;
  }

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

  .blog-information-wrapper.blog {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .first-article-content2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .first-article {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
  }

  .secondary-heading {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .secondary-heading.left-align.secondary-non-padding {
    font-size: 40px;
  }

  .blog-articles {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .meme-marketing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
  }

  .first-article-content1 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-social-media-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .ahmo1, .ahmo1.desktop {
    object-fit: cover;
  }

  .blog-hero {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .ahmo {
    object-fit: cover;
  }

  .ahmo.mobile {
    display: none;
  }

  .paragraph-3 {
    padding-left: 0;
  }

  .hero-heading-2 {
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 500;
  }

  .blog-hero-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-120, .div-block-121 {
    text-align: left;
  }

  .projects-section {
    width: 100%;
  }

  .client-logo-small {
    max-width: 70px;
  }

  .project-sec-heading {
    color: var(--black);
    margin-bottom: 5%;
    font-size: 14px;
  }

  .nav-brand-footer {
    font-size: 11vw;
  }

  .nav-brand-footer.footer-big-logo.no-animation {
    letter-spacing: 2px;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content31-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-container {
    padding-left: 5%;
    padding-right: 5.2%;
  }

  .nav-link-2:visited {
    color: #1f1f1f;
  }

  .nav-text-media {
    font-size: 18px;
  }

  .nav-menu-mobille {
    right: -30px;
  }

  .nav-brand-2.w--current {
    left: -30px;
  }

  .new-website-wrapper {
    overflow: hidden;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .embed {
    padding: 20px 27px;
  }

  .heading-43 {
    font-size: 125px;
  }

  .link-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .link-block-21.w--current {
    width: 100%;
  }

  .text-block-87 {
    font-size: 16px;
    font-weight: 400;
  }

  .ops-heading {
    font-size: 38px;
  }

  .secondary-heading-2 {
    margin-bottom: 10px;
  }

  .heading-4, .heading-4.margin {
    font-size: 20px;
  }

  .heading-44 {
    margin-bottom: 20px;
    font-size: 22px;
  }

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

  .blog-hero-3 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-72 {
    padding-left: 0;
  }

  .hero-heading-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 600;
  }

  .secondary-heading-3 {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .secondary-heading-3.left-align.secondary-non-padding {
    font-size: 40px;
  }

  .text-block-108 {
    display: none;
  }

  .first-article-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
  }

  .heading-45 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .first-article-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-f73c5a60 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-f73c5a60 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-f73c5a60 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-f73c5a60 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4063be45-b8b3-9a31-cad9-bfe36485df5b-f73c5a60 {
  place-self: center end;
}

#w-node-d75a5be9-120d-a9cc-09fb-cefd7dff224e-f73c5a60 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-f73c5a60 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-f73c5a60 {
  justify-self: start;
}

#w-node-_46c82d26-62d2-50ba-dadd-7c50b332b65d-f73c5a60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-f73c5a60 {
  justify-self: start;
}

#w-node-_4e70067c-80ea-fd17-3f21-ba3020d04c44-f73c5a60, #w-node-_9638d4fa-a22b-d1e0-ed32-3096270211f2-f73c5a60, #w-node-_78d90d1b-05aa-c712-fcba-dcf002d249e4-f73c5a60 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6036a492-5c07-e55e-b76b-cecf58f0f32c-f73c5a60, #w-node-ec310318-1a47-21e0-65e8-3ed490c71c3c-f73c5a60, #w-node-d27570a9-ba3a-444a-9e44-ba6791377027-f73c5a60, #w-node-d1bc97a1-4d64-4eb3-9e81-c3e1b82a4deb-f73c5a60, #w-node-a1cb19bc-a28d-7875-9e23-d346cb82646a-f73c5a60 {
  align-self: end;
}

#w-node-f0c63057-7c7c-2a90-b49b-0a201e7e42b3-f73c5a60 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_86d8087c-f402-31b5-d612-f055e8856137-f73c5a60 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9e302ef9-a044-afc5-3392-3585167ef4fb-f73c5a60 {
  align-self: start;
}

#w-node-c401ca72-aae4-9c20-edba-400cc2545a1a-f73c5a60, #w-node-_158353d8-f5c3-bf30-52a2-714256d40766-f73c5a60, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1732-f73c5a60, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1733-f73c5a60, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249af-f73c5a60, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249b0-f73c5a60 {
  align-self: center;
}

#w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-f73c5a60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-f73c5a60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-f73c5a60 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-f73c5a60 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-f73c5a60 {
  align-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77269-f73c5a60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726e-f73c5a60 {
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7727d-f73c5a60 {
  place-self: center end;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 2 / 3 / 5 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  place-self: center start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  place-self: center start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  place-self: center start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  place-self: center start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  place-self: center start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b945-c426b91d {
  place-self: center start;
}

#w-node-_47bab92c-8f85-cc70-5380-573db90b0da1-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  place-self: center start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  place-self: center end;
}

#w-node-da9231df-d1ba-312e-98d1-3f2cab72e319-c426b91d {
  place-self: center start;
}

#w-node-da9231df-d1ba-312e-98d1-3f2cab72e31b-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b950-c426b91d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-f73c5a63 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-f73c5a63 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-f73c5a63 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-f73c5a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-f73c5a63 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-f73c5a63, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-f73c5a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-f73c5a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-f73c5a63 {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-f73c5a63 {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-f73c5a63 {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-f73c5a63 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-f73c5a63 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-f73c5a63 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-f73c5a63 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-f73c5a63 {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-f73c5a63 {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-f73c5a63 {
  place-self: center end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  place-self: center stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  align-self: center;
}

#w-node-f4f0ce64-1f82-9e16-20fb-882e6946b843-336b9d43, #w-node-fb974ea0-71cd-9462-2266-8ed65a522fd9-336b9d43, #w-node-a04e99a6-25f6-f03f-58b6-c9325585750f-336b9d43, #w-node-_59f75b2a-28c8-c8e9-05e6-cbc8bd8e1969-336b9d43 {
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43 {
  place-self: center start;
}

#w-node-aea9f59c-b439-2797-db5e-6ba2ebbcded2-336b9d43 {
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  place-self: center start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43 {
  justify-self: end;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43, #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
  place-self: center end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  place-self: center end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  place-self: center start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  place-self: center end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  justify-self: end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f73c5a66 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-f73c5a66 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-f73c5a67 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-f73c5a67 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-af4f482d-928a-132f-b370-7fde41b642c2-f73c5a67, #w-node-af4f482d-928a-132f-b370-7fde41b642b2-f73c5a67, #w-node-af4f482d-928a-132f-b370-7fde41b642d2-f73c5a67, #w-node-aa98e6cc-b370-379b-af1a-41863c06cb44-f73c5a67, #w-node-_99f155ea-d3c2-b34d-414d-4fd73b9f31a0-f73c5a67, #w-node-_3519412d-47d5-b685-5a1d-515e8130552e-f73c5a67 {
  align-self: stretch;
}

#w-node-dc310b9b-6749-6168-8854-7283dc2830bb-f73c5a67 {
  place-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924bc4-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924bf0-f73c5a67 {
  place-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924bfa-f73c5a67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c1d-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c20-f73c5a67 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c23-f73c5a67 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c2a-f73c5a67 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c30-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c32-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c36-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c38-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c3b-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c3d-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c3f-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c40-f73c5a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c47-f73c5a67 {
  justify-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c4a-f73c5a67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c52-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c5f-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c67-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c74-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c7c-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c89-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924c98-f73c5a67 {
  place-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ca2-f73c5a67 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cc5-f73c5a67 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ccb-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ccd-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cd0-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cd2-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cd5-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cd7-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cd9-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cdc-f73c5a67 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cdf-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ce0-f73c5a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ce7-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cea-f73c5a67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cf2-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924cff-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d07-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d14-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d1c-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d29-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d38-f73c5a67 {
  place-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d42-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d68-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d6b-f73c5a67 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d6e-f73c5a67 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d74-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d76-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d79-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d7b-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d7e-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d80-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d82-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d83-f73c5a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d8a-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d8d-f73c5a67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924d95-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924da2-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924daa-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924db7-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924dbf-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924dcc-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ddb-f73c5a67 {
  place-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924de5-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e0b-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e0e-f73c5a67 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e11-f73c5a67 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e14-f73c5a67 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e1a-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e1c-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e1f-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e21-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e24-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e26-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e28-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e29-f73c5a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e30-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e33-f73c5a67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e3b-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e48-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e50-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e5d-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e65-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e72-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e81-f73c5a67 {
  place-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924e8b-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924eb1-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924eb4-f73c5a67 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924eb7-f73c5a67 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ebc-f73c5a67 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ec2-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ec4-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ec7-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ec9-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ecc-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ece-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ed0-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ed1-f73c5a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ed8-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924edb-f73c5a67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ee3-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ef0-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924ef8-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f05-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f0d-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f1a-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f29-f73c5a67 {
  place-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f33-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f59-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f5c-f73c5a67 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f61-f73c5a67 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f67-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f69-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f6c-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f6e-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f71-f73c5a67 {
  align-self: center;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f73-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f75-f73c5a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f76-f73c5a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f7d-f73c5a67 {
  place-self: center start;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f80-f73c5a67 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f88-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f95-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924f9d-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924faa-f73c5a67 {
  justify-self: end;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924fb2-f73c5a67 {
  align-self: stretch;
}

#w-node-_1df57f0d-c1d4-011e-5377-b5769b924fbf-f73c5a67 {
  justify-self: end;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-f73c5a68 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-f73c5a68 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-f73c5a68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-f73c5a68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-f73c5a68 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-f73c5a68, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-f73c5a68, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-f73c5a68, #user_email.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-f73c5a68, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-f73c5a68, #message.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-f73c5a68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#submit-btn.w-node-c1386cff-6b52-7e7b-943b-f01eec937987-f73c5a68 {
  justify-self: start;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f73c5a69 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-f73c5a69 {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f73c5a69 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-f73c5a69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-f73c5a69 {
  place-self: center;
}

#w-node-ea82aacb-a718-f2fd-b833-5273d762ac9d-f73c5a69 {
  align-self: center;
}

#w-node-ea82aacb-a718-f2fd-b833-5273d762ac9f-f73c5a69 {
  place-self: center start;
}

#w-node-ea82aacb-a718-f2fd-b833-5273d762aca3-f73c5a69 {
  align-self: center;
}

#w-node-ea82aacb-a718-f2fd-b833-5273d762aca5-f73c5a69 {
  place-self: center start;
}

#w-node-ea82aacb-a718-f2fd-b833-5273d762aca8-f73c5a69 {
  align-self: center;
}

#w-node-ea82aacb-a718-f2fd-b833-5273d762acaa-f73c5a69 {
  place-self: center start;
}

#w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-f73c5a69 {
  place-self: center;
}

#w-node-_8c7ee715-ac1c-c7d7-ef1d-9b92a680122d-f73c5a69 {
  align-self: center;
}

#w-node-_8c7ee715-ac1c-c7d7-ef1d-9b92a680122f-f73c5a69 {
  place-self: center start;
}

#w-node-_8c7ee715-ac1c-c7d7-ef1d-9b92a6801233-f73c5a69 {
  align-self: center;
}

#w-node-_8c7ee715-ac1c-c7d7-ef1d-9b92a6801235-f73c5a69 {
  place-self: center start;
}

#w-node-_8c7ee715-ac1c-c7d7-ef1d-9b92a6801238-f73c5a69 {
  align-self: center;
}

#w-node-_8c7ee715-ac1c-c7d7-ef1d-9b92a680123a-f73c5a69 {
  place-self: center start;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-f73c5a69 {
  place-self: center;
}

#w-node-f88c20fd-51ea-5175-f173-4c6762c4757f-f73c5a69 {
  align-self: center;
}

#w-node-f88c20fd-51ea-5175-f173-4c6762c47581-f73c5a69 {
  place-self: center start;
}

#w-node-f88c20fd-51ea-5175-f173-4c6762c47585-f73c5a69 {
  align-self: center;
}

#w-node-f88c20fd-51ea-5175-f173-4c6762c47587-f73c5a69 {
  place-self: center start;
}

#w-node-f88c20fd-51ea-5175-f173-4c6762c4758a-f73c5a69 {
  align-self: center;
}

#w-node-f88c20fd-51ea-5175-f173-4c6762c4758c-f73c5a69 {
  place-self: center start;
}

#w-node-_63b052a0-8a3c-79c6-3474-f46c34e0e471-f73c5a69 {
  place-self: center;
}

#w-node-_322ebdde-53d3-f50f-cb9f-fc82468d90c5-f73c5a69 {
  align-self: center;
}

#w-node-_322ebdde-53d3-f50f-cb9f-fc82468d90c7-f73c5a69 {
  place-self: center start;
}

#w-node-_322ebdde-53d3-f50f-cb9f-fc82468d90cb-f73c5a69 {
  align-self: center;
}

#w-node-_322ebdde-53d3-f50f-cb9f-fc82468d90cd-f73c5a69 {
  place-self: center start;
}

#w-node-_322ebdde-53d3-f50f-cb9f-fc82468d90d0-f73c5a69 {
  align-self: center;
}

#w-node-_322ebdde-53d3-f50f-cb9f-fc82468d90d2-f73c5a69 {
  place-self: center start;
}

#w-node-_1e4e7090-1da5-7a5a-43ed-3efe7038f7d3-f73c5a69 {
  place-self: center;
}

#w-node-b5bbcd83-f310-c42f-85af-50f640b6e8c3-f73c5a69 {
  align-self: center;
}

#w-node-b5bbcd83-f310-c42f-85af-50f640b6e8c5-f73c5a69 {
  place-self: center start;
}

#w-node-b5bbcd83-f310-c42f-85af-50f640b6e8c9-f73c5a69 {
  align-self: center;
}

#w-node-b5bbcd83-f310-c42f-85af-50f640b6e8cb-f73c5a69 {
  place-self: center start;
}

#w-node-b5bbcd83-f310-c42f-85af-50f640b6e8ce-f73c5a69 {
  align-self: center;
}

#w-node-b5bbcd83-f310-c42f-85af-50f640b6e8d0-f73c5a69 {
  place-self: center start;
}

#w-node-f5c71aff-6f81-61f1-9522-fa403f3e676d-f73c5a69 {
  place-self: center;
}

#w-node-_0ea8dce0-cc46-8afa-274b-fe769f8c3df7-f73c5a69 {
  align-self: center;
}

#w-node-_0ea8dce0-cc46-8afa-274b-fe769f8c3df9-f73c5a69 {
  place-self: center start;
}

#w-node-_0ea8dce0-cc46-8afa-274b-fe769f8c3dfd-f73c5a69 {
  align-self: center;
}

#w-node-_0ea8dce0-cc46-8afa-274b-fe769f8c3dff-f73c5a69 {
  place-self: center start;
}

#w-node-_0ea8dce0-cc46-8afa-274b-fe769f8c3e02-f73c5a69 {
  align-self: center;
}

#w-node-_0ea8dce0-cc46-8afa-274b-fe769f8c3e04-f73c5a69 {
  place-self: center start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-f73c5a6c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-f73c5a6c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-f73c5a6c {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-f73c5a6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-f73c5a6c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f73c5a6d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f73c5a6d {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9465-9066eba4 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9468-9066eba4 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-9066eba4 {
  grid-area: 2 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946a-9066eba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-9066eba4 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-9066eba4 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-9066eba4, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-9066eba4, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-9066eba4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9465-e8c7187e {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9468-e8c7187e {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-e8c7187e {
  grid-area: 2 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946a-e8c7187e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-e8c7187e {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-e8c7187e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-e8c7187e, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-e8c7187e, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-e8c7187e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9465-9f177383 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9468-9f177383 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-9f177383 {
  grid-area: 2 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946a-9f177383 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-9f177383 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-9f177383 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-9f177383, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-9f177383, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-9f177383 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9465-4ec250ac {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9468-4ec250ac {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-4ec250ac {
  grid-area: 2 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946a-4ec250ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-4ec250ac {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-4ec250ac {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-4ec250ac, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-4ec250ac, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-4ec250ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9465-90c12399 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9468-90c12399 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-90c12399 {
  grid-area: 2 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946a-90c12399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-90c12399 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-90c12399 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-90c12399, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-90c12399, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-90c12399 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9465-ed83428f {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9468-ed83428f {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-ed83428f {
  grid-area: 2 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946a-ed83428f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-ed83428f {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-ed83428f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-ed83428f, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-ed83428f, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-ed83428f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9465-fb2b831d {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9468-fb2b831d {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-fb2b831d {
  grid-area: 2 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946a-fb2b831d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-fb2b831d {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-fb2b831d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-fb2b831d, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-fb2b831d, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-fb2b831d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-f73c5a60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-9066eba4, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-e8c7187e, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-9f177383, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-4ec250ac, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-90c12399, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-ed83428f, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9469-fb2b831d {
    grid-area: 2 / 2 / 2 / 3;
    place-self: stretch stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924bc4-f73c5a67, #w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-f73c5a69 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-f73c5a60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86d8087c-f402-31b5-d612-f055e8856137-f73c5a60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-f73c5a60 {
    grid-column-end: 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-f73c5a60 {
    grid-column: 1 / 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-f73c5a60 {
    grid-column: 2 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-f73c5a60 {
    grid-column: 1 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-f73c5a60 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-f73c5a63, #w-node-ff11f385-19e7-2610-e10a-74658e225846-f73c5a63 {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-f73c5a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    place-self: center end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    place-self: center end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    place-self: center end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f73c5a66 {
    grid-column-end: 3;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-f73c5a67, #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-f73c5a67 {
    grid-column-end: 2;
  }

  #w-node-af4f482d-928a-132f-b370-7fde41b642a0-f73c5a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c1d-f73c5a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c2a-f73c5a67 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c3f-f73c5a67 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924cc5-f73c5a67 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924cd9-f73c5a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924cdf-f73c5a67 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924d68-f73c5a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924d6e-f73c5a67 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924d82-f73c5a67 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e0b-f73c5a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e14-f73c5a67 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e28-f73c5a67 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924eb1-f73c5a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924ebc-f73c5a67 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924ed0-f73c5a67 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924f59-f73c5a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924f61-f73c5a67 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924f75-f73c5a67 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-f73c5a68 {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-f73c5a68, #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f73c5a69, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f73c5a69, #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-f73c5a6c {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-f73c5a6c {
    grid-column-end: 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-f73c5a6d, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-f73c5a6d {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-f73c5a60 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e70067c-80ea-fd17-3f21-ba3020d04c44-f73c5a60, #w-node-_9638d4fa-a22b-d1e0-ed32-3096270211f2-f73c5a60, #w-node-_78d90d1b-05aa-c712-fcba-dcf002d249e4-f73c5a60 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-f73c5a60 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-f73c5a60 {
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-f73c5a63 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-f73c5a63 {
    justify-self: center;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-f73c5a66 {
    align-self: end;
  }

  #w-node-af4f482d-928a-132f-b370-7fde41b642a0-f73c5a67 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924bc5-f73c5a67 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924bca-f73c5a67 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924bcf-f73c5a67 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924bd4-f73c5a67, #w-node-_1df57f0d-c1d4-011e-5377-b5769b924bd9-f73c5a67, #w-node-_1df57f0d-c1d4-011e-5377-b5769b924bde-f73c5a67 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c1d-f73c5a67 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c20-f73c5a67, #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c23-f73c5a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c3f-f73c5a67 {
    grid-column-end: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924c40-f73c5a67 {
    grid-column: 1 / 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924ca2-f73c5a67 {
    grid-column: 1 / 3;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924cd9-f73c5a67 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924cdc-f73c5a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924cdf-f73c5a67 {
    grid-column-end: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924ce0-f73c5a67 {
    grid-column: 1 / 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924d68-f73c5a67 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924d6b-f73c5a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924d82-f73c5a67 {
    grid-column-end: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924d83-f73c5a67 {
    grid-column: 1 / 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e0b-f73c5a67 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e0e-f73c5a67, #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e11-f73c5a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e28-f73c5a67 {
    grid-column-end: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924e29-f73c5a67 {
    grid-column: 1 / 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924eb1-f73c5a67 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924eb4-f73c5a67, #w-node-_1df57f0d-c1d4-011e-5377-b5769b924eb7-f73c5a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924ed0-f73c5a67 {
    grid-column-end: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924ed1-f73c5a67 {
    grid-column: 1 / 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924f59-f73c5a67 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924f5c-f73c5a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924f75-f73c5a67 {
    grid-column-end: 2;
  }

  #w-node-_1df57f0d-c1d4-011e-5377-b5769b924f76-f73c5a67 {
    grid-column: 1 / 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-f73c5a68, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-f73c5a68 {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-f73c5a68 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-f73c5a69 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-f73c5a69 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-f73c5a69 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_0788c626-da63-597c-38c4-b4d72c3021a1-f73c5a69, #w-node-fe91b400-8833-b821-8465-a36482b062af-f73c5a69, #w-node-_42a3fca2-159b-738f-2eba-c0ceb9e9e8de-f73c5a69 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-f73c5a6c {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-9066eba4 {
    grid-row-start: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-9066eba4 {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-9066eba4 {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-9066eba4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-e8c7187e {
    grid-row-start: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-e8c7187e {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-e8c7187e {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-e8c7187e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-9f177383 {
    grid-row-start: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-9f177383 {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-9f177383 {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-9f177383 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-4ec250ac {
    grid-row-start: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-4ec250ac {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-4ec250ac {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-4ec250ac {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-90c12399 {
    grid-row-start: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-90c12399 {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-90c12399 {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-90c12399 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-ed83428f {
    grid-row-start: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-ed83428f {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-ed83428f {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-ed83428f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-fb2b831d {
    grid-row-start: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-fb2b831d {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-fb2b831d {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-fb2b831d {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e70067c-80ea-fd17-3f21-ba3020d04c44-f73c5a60, #w-node-_9638d4fa-a22b-d1e0-ed32-3096270211f2-f73c5a60, #w-node-_78d90d1b-05aa-c712-fcba-dcf002d249e4-f73c5a60 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-f73c5a60 {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-f73c5a60, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-f73c5a60, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7727a-f73c5a60 {
    justify-self: stretch;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b950-c426b91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-f73c5a63, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-f73c5a63 {
    grid-column: span 2 / span 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-9066eba4 {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-9066eba4 {
    grid-column-end: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-9066eba4 {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-9066eba4, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-9066eba4 {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-e8c7187e {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-e8c7187e {
    grid-column-end: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-e8c7187e {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-e8c7187e, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-e8c7187e {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-9f177383 {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-9f177383 {
    grid-column-end: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-9f177383 {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-9f177383, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-9f177383 {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-4ec250ac {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-4ec250ac {
    grid-column-end: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-4ec250ac {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-4ec250ac, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-4ec250ac {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-90c12399 {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-90c12399 {
    grid-column-end: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-90c12399 {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-90c12399, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-90c12399 {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-ed83428f {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-ed83428f {
    grid-column-end: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-ed83428f {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-ed83428f, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-ed83428f {
    grid-column: span 1 / span 1;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b946c-fb2b831d {
    grid-column-end: 2;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9476-fb2b831d {
    grid-column-end: 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9477-fb2b831d {
    grid-column: span 3 / span 3;
  }

  #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9478-fb2b831d, #w-node-b79fb21d-0ba2-cdb5-6744-e101947b9485-fb2b831d {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}