@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --transparent: black;
  --primary-light: white;
  --primary\<deleted\|variable-478a3a9e\>: #1d35a1;
  --white-50: #ffffff80;
  --dark-gray-50: #e2e2e280;
  --color: transparent;
  --dark-grey: #212121;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

body {
  background-color: var(--transparent);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  z-index: 5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 1em;
  position: relative;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 800;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary-light);
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

li {
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

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

blockquote {
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.section {
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.section.blog-sidebar {
  overflow: visible;
}

.section.works-details, .section.blog-post {
  padding-top: 120px;
}

.section.top-spacing {
  padding-top: 80px;
}

.section.landing-page {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.section.color-section {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.padding-bottom-big {
  padding-bottom: 80px;
}

.section.padding-big {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.padding-top-big {
  padding-top: 80px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.base-container.stretch {
  align-items: stretch;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 20px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  color: var(--primary\<deleted\|variable-478a3a9e\>);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: #000;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 10px #ffffff1a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 80px;
}

.h2-tablet {
  font-size: 66px;
}

.h1-mobile {
  font-size: 48px;
}

.h2-mobile {
  font-size: 42px;
}

.h3-mobile {
  font-size: 36px;
}

.h3-tablet {
  font-size: 50px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  width: 47%;
  margin-right: 40px;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--white-50);
  background-color: var(--dark-gray-50);
  color: #f9f9fa;
  text-align: right;
  text-transform: none;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: flex-start;
  align-self: center;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border: 1px solid var(--white-50);
  color: var(--primary-light);
  background-color: #0009;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.link {
  padding: 5px 20px;
}

.primary-button.button-top-navbar {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  left: auto;
  right: 18vw;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 40px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10vw;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--primary-light);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-property: all;
}

.nav-link:hover {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
}

.nav-link.footer-link {
  color: var(--primary-light);
  padding-left: 25px;
  padding-right: 25px;
}

.nav-link.footer-link:hover {
  color: var(--transparent);
}

.nav-link.footer-link-first {
  color: var(--primary-light);
  padding-left: 0;
}

.nav-link.footer-link-first:hover {
  color: var(--transparent);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px 5px;
  transition: all .3s;
}

.nav-dropdown-toggle:hover {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  border-radius: 10px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.pages {
  width: 240px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
}

.nav-item-title {
  color: var(--primary-light);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

.nav-item-title:hover {
  color: var(--transparent);
}

.style-guide-banner-section {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.utility-page-wrap.password {
  background-image: linear-gradient(#000000b3, #000000b3);
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.password-image {
  filter: invert();
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 35px 0% auto;
}

.text-center-404 {
  text-align: center;
  max-width: 500px;
  font-size: 60px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  display: flex;
}

.coming-soon-input {
  color: var(--primary-light);
  background-color: #0000;
  border: 1px #e9e9e9;
  border-bottom-style: solid;
  min-width: 250px;
  max-width: 300px;
  height: auto;
}

.coming-soon-input:focus {
  border: 1px #afafaf;
  border-bottom-style: solid;
}

.coming-soon-input::placeholder {
  color: var(--primary-light);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-input.coming-soon {
  margin-bottom: 0;
}

.coming-soon-paragraph {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.coming-soon-heading {
  text-align: center;
  margin-top: 40px;
  font-size: 70px;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.blog-sidebar-item {
  border-radius: 10px;
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -16px;
  padding-bottom: 30px;
  display: flex;
}

.blog-sidebar-post-category {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  color: #fff;
  border-radius: 10px;
  margin-top: -28px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
  background-color: #fff;
}

.blog-sidebar-post-category.top-banner-blog-page {
  margin-top: 0;
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  height: 540px;
  position: sticky;
  top: 100px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  margin-top: 0;
  font-size: 16px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  border-radius: 10px;
  padding: 10px 20px 10px 0;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
}

.sidebar-category {
  border: 1px solid var(--primary\<deleted\|variable-478a3a9e\>);
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  color: #fff;
  border-radius: 6px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  background-color: #000;
  border-top: 1px solid #ffffff1a;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer.mainsection {
  background-color: #212121;
}

.footer-rights-wrapper {
  border-top: 1px solid #ffffff1a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footer-copyright {
  text-align: center;
  flex: 1;
}

.section-title-wrapper {
  text-align: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.section-title-wrapper.landing {
  flex-direction: column;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
  display: none;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.play-button {
  z-index: 5;
  background-color: #fff6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-30.centered {
  text-align: center;
  max-width: 880px;
  margin-top: 20px;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
  color: var(--primary-light);
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-link {
  color: #afafaf;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.search-result-item {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .6;
  color: var(--primary-light);
}

.search-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--primary-light);
  color: var(--primary-light);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px 22px 10px 0;
}

.search-input:focus {
  border-color: var(--transparent) var(--transparent) var(--primary\<deleted\|variable-478a3a9e\>);
}

.search-input::placeholder {
  color: #afafaf;
  font-size: 16px;
  line-height: 1em;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 130px;
}

.list-item-circle {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  grid-row-gap: 10px;
  margin-top: 30px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: #fff;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary\<deleted\|variable-478a3a9e\>);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.project-template-info-wrap {
  grid-row-gap: 10px;
  background-color: #ffffff26;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.paragraph-gray {
  color: var(--primary-light);
  font-size: 22px;
  font-weight: 800;
  line-height: 1em;
}

.project-template-social-icons {
  align-items: flex-start;
  margin-top: 3px;
  font-size: 26px;
  display: flex;
}

.project-template-social-link {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  opacity: .6;
  color: #fff;
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-social-link.last-child:hover {
  background-color: #0000;
}

.project-template-banner-image {
  object-fit: cover;
  width: 100%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid #fff0;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  border-color: #fff6;
  transform: scale(1);
}

.sidebar-search {
  border-radius: 10px;
  padding: 0 20px 10px 0;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dark-gray-50) var(--dark-gray-50) var(--primary-light);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 22px 10px 0;
}

.sidebar-search-input:active {
  color: var(--primary-light);
}

.sidebar-search-input:focus {
  border-color: var(--primary\<deleted\|variable-478a3a9e\>);
  color: var(--primary-light);
}

.sidebar-search-input:focus-visible, .sidebar-search-input[data-wf-focus-visible] {
  color: var(--primary-light);
}

.sidebar-search-input::placeholder {
  color: #afafaf;
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  flex: 0 auto;
  width: 36%;
  height: 770px;
  display: flex;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.secondary-button {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: #ffffff1a;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

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

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.home-1-latest-works-collection {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-projects-overlay {
  z-index: 11;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-name {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
}

.home-projects-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  height: 1020px;
  display: flex;
  position: relative;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.video-lightbox.home-2 {
  bottom: 30px;
  right: 30px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.blog-details-link-title {
  color: var(--primary-light);
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  width: 100%;
  margin-bottom: 0;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.project-title-wrapper {
  z-index: 12;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 20px 0%;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.arrow-link-icon {
  display: flex;
}

.link-arrow-icon {
  background-image: url('../images/Group-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
}

.navbar-button-wrapper {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.home-tab-underline {
  background-color: var(--primary-light);
  width: 20px;
  height: 3px;
}

.footer-wrapper-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.overflow-hidden-container {
  width: 100%;
  overflow: hidden;
}

.logo-loop-wrapper {
  grid-column-gap: 50px;
  opacity: .4;
  width: 2399px;
  display: flex;
}

.logo-loop {
  grid-column-gap: 50px;
  display: flex;
}

.loop-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.top-banner-section {
  height: 100vh;
  overflow: hidden;
}

.top-banner-section.about-us {
  border-bottom: 1px solid #fff3;
  height: auto;
  padding-top: 80px;
  padding-bottom: 20px;
}

.top-banner-section.about-us-2 {
  border-bottom: 1px solid #ffffff1a;
  height: auto;
  padding-top: 110px;
  padding-bottom: 50px;
}

.top-banner-section.blog-page {
  height: 60vh;
}

.top-banner-section.blog-category-page {
  height: auto;
  max-height: 500px;
  padding-top: 70px;
}

.background-video {
  z-index: 0;
  aspect-ratio: auto;
  opacity: .8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.background-video.home-3 {
  grid-row-gap: 30px;
  background-image: linear-gradient(to top, #000, #0000004d);
  flex-direction: column;
}

.background-video.blog-page {
  height: 60vh;
  padding-top: 30px;
}

.home-title {
  text-align: center;
  max-width: 770px;
  font-size: 100px;
}

.home-title.heading-top-banner-title-smaller {
  text-shadow: 3px 3px 16px #000;
  max-width: none;
  font-family: Lato, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  position: static;
}

.divider {
  background-color: var(--primary-light);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.extra-bold-text {
  color: var(--transparent);
  text-transform: uppercase;
  text-shadow: -3px -1px 0 var(--primary-light), 3px -1px 0 var(--primary-light), -3px 1px 0 var(--primary-light), 3px 1px 0 var(--primary-light), 2px -2px 0 var(--primary-light), 2px 2px 0 var(--primary-light), -2px 2px 0 var(--primary-light), -2px -2px 0 var(--primary-light);
  font-size: 110px;
  font-weight: 800;
  line-height: 1em;
}

.text-lines-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-and-image-lines-wrapper {
  grid-column-gap: 30px;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-width-video {
  max-height: 80vh;
  display: block;
}

.full-width-video.centered {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  aspect-ratio: 16 / 9;
  opacity: 1;
  outline-offset: 0px;
  text-align: left;
  background-image: linear-gradient(#0006, #0006);
  border-radius: 18px;
  outline: 3px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 150vh;
  height: auto;
  max-height: 70vh;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.full-width-video.work-3 {
  max-height: 400px;
}

.arrow-icon {
  width: 30px;
  height: 30px;
  transition: all .2s;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transform: rotate(45deg);
}

.arrow-icon:hover {
  bottom: 25px;
  right: 25px;
}

.three-columns-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.awards-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.our-clients-names-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-clients-names-wrapper.left-align {
  grid-row-gap: 30px;
  align-items: flex-start;
}

.our-clients-names-wrapper.left-align-about-3 {
  grid-row-gap: 30px;
  align-items: flex-start;
  max-width: 700px;
}

.about-us-video-wrapper {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.about-us-video-wrapper.is-two {
  margin-left: 0;
  margin-right: 0;
}

.image-wrapped-down {
  border-radius: 10px;
  flex: 1;
  max-height: 120px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.image-wrapped-down.last-item {
  flex: 1;
  max-width: 540px;
}

.image-wrapped-down.first-item {
  flex: none;
  width: 100%;
  max-width: 585px;
}

.image-wrapped-down.mid-item {
  flex: 0 auto;
  width: 100%;
  max-width: 300px;
  margin-left: 0;
}

.image-wrapped-down.mid-item-copy {
  flex: 0 auto;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

.background-video-colors {
  margin-top: -75px;
  overflow: visible;
}

.background-video-about-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.background-video-about-us.about-us-2 {
  text-align: center;
  background-image: linear-gradient(#0000004d, #000);
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-about-us.about-us-3 {
  text-align: center;
  background-image: linear-gradient(#0006, #0006);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  max-height: 450px;
  display: flex;
}

.background-video-about-us.blog-page {
  text-align: center;
  background-image: linear-gradient(#0000004d, #000);
  justify-content: center;
  align-items: center;
  max-height: 400px;
  display: flex;
}

.background-video-about-us.coming-soon {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.two-columns-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

.latest-works-video-item {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#0006, #0006);
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.latest-works-video-item.home-2-large {
  width: 48%;
  height: 59%;
}

.latest-works-video-item.home-2-smaller {
  width: 48%;
  height: 37%;
}

.video-title {
  position: absolute;
  inset: auto auto 47px 30px;
}

.home-video-player {
  position: relative;
}

.home-video-player.home-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 570px;
  height: 100%;
  max-height: 600px;
  display: flex;
}

.video-player-image {
  object-fit: cover;
}

.video-player-image.home-3 {
  border-radius: 10px;
  height: 600px;
}

.video-player-image.works-2 {
  border-radius: 10px;
  min-height: 350px;
}

.video-info-content-wrapper {
  grid-column-gap: 125px;
  display: flex;
}

.video-info-content-wrapper.works-2, .video-info-content-wrapper.works-2-top {
  grid-column-gap: 100px;
  flex: 1;
  height: 100%;
}

.video-info-block-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.about-us-page-autoplay-video {
  border-radius: 10px;
  max-height: 244px;
  overflow: hidden;
}

.paragraph-and-button-wrapper {
  flex-direction: column;
  max-width: 460px;
  display: flex;
}

.heading-top-banner-title-smaller {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1em;
}

.our-clients-link-block-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.our-clients-link-image {
  transition: all .3s;
}

.our-clients-link-image:hover {
  opacity: .8;
}

.background-video-visual {
  width: auto;
  margin-top: -115px;
  overflow: visible;
}

.about-us-3-video-wrapper {
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-top-banner-title {
  width: 100%;
  position: absolute;
}

.about-us-background-video-3 {
  grid-row-gap: 30px;
  background-image: linear-gradient(#0000003d, #000c);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  padding-left: 50px;
  padding-right: 85px;
  display: flex;
}

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

.clients-background-video {
  border-radius: 10px;
  max-width: 400px;
  max-height: 360px;
}

.extra-bold-text-h3 {
  color: var(--transparent);
  text-shadow: -3px -1px 0 var(--primary-light), 3px -1px 0 var(--primary-light), -3px 1px 0 var(--primary-light), 3px 1px 0 var(--primary-light), 2px -2px 0 var(--primary-light), 2px 2px 0 var(--primary-light), -2px 2px 0 var(--primary-light), -2px -2px 0 var(--primary-light);
  font-size: 60px;
  font-weight: 800;
  line-height: 1em;
}

.our-clients-content-wrapper-about-us-3 {
  grid-column-gap: 70px;
  width: 100%;
  display: flex;
}

.our-client-image-about-us-3-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.about-us-3-awards-content-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.max-width-70 {
  width: 70%;
}

.contact-us-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.contact-us-content {
  grid-column-gap: 100px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.have-an-idea-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
}

.contact-form-wrapper {
  width: 100%;
}

.contact-us-title {
  font-size: 78px;
}

.contact-us-info {
  width: 100%;
  max-width: 480px;
}

.contact-us-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.contact-us-links-wrapper.mobile {
  display: none;
}

.contact-us-links-wrapper.desctop {
  margin-top: 40px;
}

.contact-us-form-block {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.radio-buttons-wrapper {
  grid-column-gap: 40px;
  margin-bottom: 45px;
  display: flex;
}

.radio-button-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.radio-button {
  border-style: none;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-weight: 700;
  position: absolute;
  inset: 0%;
}

.radio-button:hover, .radio-button:active {
  border-style: none;
}

.radio-button.w--redirected-checked {
  border: 1px solid var(--primary-light);
}

.radio-button.w--redirected-focus {
  border: 1px solid var(--primary-light);
  box-shadow: none;
}

.radio-button.w--redirected-focus-visible {
  border: 1px solid var(--primary-light);
}

.radio-button-lable-contact-form {
  white-space: nowrap;
  font-weight: 700;
}

.contact-us-form-field {
  color: var(--primary-light);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  height: 64px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.contact-us-form-field:focus, .contact-us-form-field:focus-visible, .contact-us-form-field[data-wf-focus-visible] {
  border-bottom-color: #ffffff80;
}

.contact-us-form-field::placeholder {
  color: var(--primary-light);
}

.contact-us-form-field.first-item {
  height: 54px;
}

.contact-us-form-field.text-field {
  height: 100px;
  padding-top: 16px;
}

.contact-us-fields-wrapper {
  margin-bottom: 50px;
}

.contact-us-footer {
  padding-bottom: 50px;
}

.background-video-animation {
  overflow: visible;
}

.category-ablsolute-link {
  display: flex;
}

.category-ablsolute-link.right-align {
  text-align: right;
  justify-content: flex-end;
}

.absolte {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.nav-link-wrapper {
  flex-direction: column;
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.location-text-block {
  line-height: 1.5em;
}

.error-message {
  background-color: #0000;
}

.success-message {
  background-color: #0000;
  width: 100%;
}

.process-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.e-1-background-videos {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.home-1-latest-works-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-1-latest-works-list.home-2 {
  flex-direction: column;
  height: 100%;
}

.home-1-latest-works-item {
  border-radius: 10px;
  width: 48%;
  max-height: 320px;
  transition: opacity .3s, transform .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.home-1-latest-works-item:first-child, .home-1-latest-works-item:last-child {
  width: 100%;
}

.projects-1-latest-works-wrap {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  transition: color .3s;
}

.home-3-latest-projects-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  height: 1400px;
  margin-top: 25px;
  display: flex;
  position: relative;
}

.home-3-latest-works-item {
  z-index: 10;
  border-radius: 10px;
  width: 100%;
  max-height: 320px;
  transition: opacity .3s, transform .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.home-2-projects-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.home-2-latest-works-item {
  z-index: 5;
  border-radius: 10px;
  width: 48%;
  height: 37%;
  transition: opacity .3s, transform .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.home-2-latest-works-item:first-child, .home-2-latest-works-item:last-child {
  height: 59%;
}

.home-2-latest-works-item:hover {
  opacity: .8;
}

.home-2-latest-works-item:active {
  transform: none;
}

.home-2-video-bg-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  grid-template-columns: 1fr 1fr 1fr;
  height: 937px;
  display: flex;
}

.collection-list-wrapper {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.works-latest-works-collection {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.works-2-latest-projects-wrapper {
  z-index: -1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  height: 320px;
  margin-top: 25px;
  display: flex;
  position: relative;
}

.header-wrapper {
  margin-bottom: 20px;
}

.background-video-404 {
  background-image: linear-gradient(to top, #000, #0000);
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  overflow: hidden;
}

.comimg-soon-wrapper {
  background-image: linear-gradient(#000000b3, #000000b3);
  min-height: 100vh;
}

.link-block-blog-post {
  margin-top: 6px;
}

.work-template-video-wrapper {
  border-radius: 10px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.blog-rich-text {
  text-align: left;
  margin-right: auto;
}

.blog-rich-text h2 {
  width: 75%;
  max-width: 700px;
}

.blog-rich-text h3 {
  width: 75%;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.blog-rich-text h4 {
  width: 75%;
  max-width: 700px;
}

.blog-rich-text blockquote {
  border-left: 4px solid var(--primary\<deleted\|variable-478a3a9e\>);
  background-image: none;
  width: 75%;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 0 0 30px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.blog-rich-text p {
  width: 75%;
  max-width: 700px;
}

.blog-rich-text figure {
  margin-top: 30px;
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

.text-white {
  color: #fff;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.section-title-description {
  text-align: center;
  margin-top: 30px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-item {
  background-color: var(--transparent);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  border-radius: 10px;
}

.landing-inner-page-image-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
}

.landing-inner-page-icon {
  z-index: 10;
  color: #fff;
  background-color: #0f5cfa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.landing-progress-bar-88 {
  background-color: var(--transparent);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--transparent);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-95 {
  background-color: var(--transparent);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--transparent);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
  margin-top: 25px;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 25px;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-feature-icon {
  color: #fff;
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-download-block-wrapper {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.primary-button-white {
  color: #0f5cfa;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #fff;
  align-items: center;
  padding: 16px 22px;
  transition: all .2s;
}

.primary-button-white:hover {
  color: #fff;
  background-color: #0000;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mt-20 {
  margin-top: 20px;
}

.download-header {
  font-size: 48px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--primary-light);
  color: var(--transparent);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: var(--transparent);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--primary-light);
  color: var(--transparent);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  color: var(--transparent);
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 297px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.search-empty-state {
  margin-bottom: 30px;
}

.heading-2 {
  z-index: 5;
  text-align: left;
  word-break: normal;
  align-self: center;
  font-weight: 800;
}

.video-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 2em;
  display: flex;
  position: relative;
}

.text-span-2 {
  font-size: 80px;
}

.heading-6 {
  text-align: left;
  text-transform: lowercase;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 50px;
  font-weight: 800;
}

.heading-7 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: block;
}

.panel {
  perspective: 2000px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
  position: relative;
}

.panel.top-page-video {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-height: 100vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.panel.top-page-video.streaming {
  border-radius: 20px;
  flex: none;
  width: 80vw;
  height: 45vw;
  margin-left: 0;
  margin-right: 0;
}

.panel.top-page-video.streaming.streamingabsolute {
  position: absolute;
}

.panel.top-page-video.welcome-panel {
  border-radius: 20px;
  align-self: center;
  height: 100%;
  max-height: 80%;
  margin-top: -85px;
  display: flex;
  overflow: hidden;
}

.poster {
  float: right;
  perspective: 1000px;
  text-align: left;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 20px 50px 10px #0003;
}

.video-tab {
  aspect-ratio: 16 / 9;
  opacity: .8;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-left: 0;
  display: block;
  position: relative;
}

.poster_heading_text_large {
  text-align: left;
  text-shadow: 3px 3px 10px #00000080;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  display: block;
  position: static;
}

.poster_heading_text_large.static {
  font-weight: 300;
}

.body {
  background-color: var(--dark-grey);
}

.body.white {
  background-color: var(--dark-gray-50);
}

.poster_text {
  position: absolute;
  top: 20%;
}

.poster_text:hover, .poster_heading_main:hover {
  color: #fff;
}

.poster_heading_small {
  margin-top: 20px;
}

.poster_heading_small:hover {
  color: var(--primary-light);
}

.mainsection {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.mainsection.top-page {
  margin-top: 0;
}

.poster_heading_text_small {
  text-align: left;
  text-shadow: 3px 3px 10px #00000080;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.2em;
}

.poster_heading_text_small:hover {
  color: var(--primary-light);
}

.poster_heading_text_small.static {
  text-align: left;
  font-size: 1.8vw;
  font-weight: 300;
}

.poster_heading_text_small.unique {
  text-align: center;
}

.mouse-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -101px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mouse-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 10px;
}

.heading-11 {
  text-align: center;
  text-transform: none;
  font-size: 3vw;
  font-weight: 300;
}

.div-block-5 {
  margin-top: 20vh;
  margin-bottom: 41px;
}

.div-block-6 {
  grid-column-gap: 59px;
  grid-row-gap: 149px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 0 20px 10px #00000094;
}

.container {
  max-width: none;
  margin-bottom: 220px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.heading-13 {
  text-align: center;
  text-transform: none;
  margin-top: 220px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.heading-13.eufundingheading {
  text-align: left;
  margin-top: 50px;
}

.feature-tab {
  width: 50vw;
  height: auto;
}

.feature-decription-right {
  text-align: right;
  max-width: 500px;
}

.feature-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 50px;
}

.feature-paragrpah {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.feature-description-left {
  max-width: 500px;
}

.heading-14 {
  text-align: center;
  margin-bottom: 220px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-14.eufundingsmallheading {
  text-align: justify;
  margin-bottom: 20px;
  display: block;
}

.masonry-wrapper {
  column-count: 3;
  column-rule-width: 0px;
  column-gap: 16px;
  max-width: none;
  margin-bottom: 220px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.masonry-image {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
}

.masonry-image:hover {
  opacity: 1;
  color: var(--primary-light);
  -webkit-text-stroke-color: var(--primary-light);
  object-fit: cover;
  width: 100%;
}

.masonry-lightbox {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.masonry-lightbox:hover {
  color: var(--primary-light);
}

.section-2 {
  margin-top: 0;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 150px;
  display: flex;
}

.div-block-9 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.heading-15 {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.masonry-image-wrapper {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.div-block-11 {
  margin-bottom: 12px;
  margin-left: 15px;
  position: absolute;
}

.masonry-project-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .9vw;
  font-weight: 400;
}

.navbar-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  background-image: linear-gradient(#212121, #0000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-3 {
  opacity: .4;
  column-count: 7;
  width: auto;
  max-width: none;
  margin-left: 20px;
  margin-right: 10px;
}

.project-gallery-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}

.project-gallery-div {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.link-block {
  z-index: 1;
  position: absolute;
}

.div-block-12 {
  z-index: 1;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-3 {
  width: 20%;
  max-width: none;
}

.drip-navbar {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--dark-grey), #fff0);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
}

.image-4 {
  height: 50px;
}

.brand-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.nav-link-2 {
  color: var(--primary-light);
  letter-spacing: .05em;
  text-transform: lowercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: Lato, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link-2:hover {
  color: var(--dark-grey);
  transform: scale(1.1);
}

.nav-link-2.w--current {
  color: var(--primary-light);
  text-transform: lowercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

.nav-link-2._3 {
  color: var(--primary-light);
  text-transform: lowercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link-2._3:hover {
  color: var(--dark-grey);
}

.nav-link-2._3.w--current {
  color: var(--primary-light);
}

.nav-link-2._3.w--current:hover {
  color: var(--dark-grey);
}

.nav-link-2._2 {
  color: var(--primary-light);
  text-transform: lowercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link-2._2:hover {
  color: var(--dark-grey);
}

.nav-link-2.btn {
  background-color: var(--white-50);
  color: var(--primary-light);
  text-transform: lowercase;
  border-radius: 999em;
  margin-top: 10vh;
  padding: 5px .9em;
  font-family: Lato, sans-serif;
  font-size: 3vw;
  font-weight: 700;
}

.nav-link-2.btn:hover {
  background-color: var(--dark-grey);
  color: var(--primary-light);
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  background-color: #212121;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 10vw;
}

.close-btn-text {
  z-index: 1;
  color: var(--primary-light);
  text-transform: lowercase;
  font-family: Lato, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  position: relative;
}

.close-btn-text:hover {
  color: var(--primary-light);
  font-size: 1.62em;
}

.bg-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.main-nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85px;
  display: flex;
}

.close-btn-wrapper {
  z-index: 5;
  opacity: 1;
  color: #000;
  border-radius: 0;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper:hover {
  border: 0 #000;
  transform: scale(1.2);
}

.main-nav {
  background-color: var(--color);
  position: sticky;
  top: 0;
}

.nav-gradient-bg {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--dark-grey) 4%, #3e3e3e 49%, #38383880 87%), radial-gradient(circle farthest-side at 100% 0%, #111 2%, #4a4a4a4f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0% 0%, #000, #5e5e5e8c 30%), radial-gradient(circle farthest-side at 50% 100%, var(--transparent), var(--dark-grey) 43%, #464646);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  background-color: #0000;
  border-radius: 999em;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-toggle-btn:hover {
  transform: scale(1.2);
}

.nav-items {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-wrapper {
  z-index: 10;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

.image-5 {
  height: 50px;
}

.icon {
  font-size: 50px;
}

.navbar-2, .navbar-3 {
  display: none;
}

.div-block-13 {
  z-index: 1;
  position: absolute;
}

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

.tiles-div-1 {
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 19px 7px #00000040;
}

.tiles-div-1:hover {
  color: var(--primary-light);
  text-align: center;
}

.tiles {
  opacity: .7;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 30px;
  display: grid;
}

.div-block-16 {
  border: 2px solid #3a3a3a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 15px 6px #0003;
}

.tile-heading {
  text-shadow: 5px 5px 13px #000;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
}

.tile-heading.didgital-tiwn {
  font-size: 1.8vw;
  font-weight: 300;
}

.tiles-div-2 {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 19px 7px #00000040;
}

.tiles-div-2:hover {
  color: var(--primary-light);
  text-align: center;
}

.tiles-div-3 {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 19px 7px #00000040;
}

.tiles-div-3:hover {
  color: var(--primary-light);
  text-align: center;
}

.tiles-div-4 {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 19px 7px #00000040;
}

.tiles-div-4:hover {
  color: var(--primary-light);
  text-align: center;
}

.tiles-div-5 {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 19px 7px #00000040;
}

.tiles-div-5:hover {
  color: var(--primary-light);
}

.div-block-20 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.div-block-20.streaming-div {
  width: 100%;
}

.cch-demo-section.eufundingsection {
  padding-left: 10vw;
  padding-right: 10vw;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vw;
  display: flex;
}

.div-block-21 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 70%;
  margin-top: -85px;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px 15px #0003;
}

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

.div-block-22 {
  position: absolute;
}

.div-block-23 {
  border-radius: 0;
  margin-bottom: 220px;
  margin-left: 20vw;
  margin-right: 20vw;
  overflow: visible;
  box-shadow: 0 2px 20px 6px #0003;
}

.div-block-23.youtube-div {
  border-radius: 20px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.youtube {
  border-radius: 20px;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.image-10 {
  width: 150px;
  position: absolute;
}

.image-11 {
  border-radius: 20px;
  box-shadow: 0 1px 18px 18px #0003;
}

.html-embed {
  width: 100%;
  height: 100%;
}

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

.div-block-25 {
  flex: 1;
  height: 100%;
}

.test_block {
  background-color: #f5f5f5;
  border: 1px solid #000;
  height: 20px;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.paragraph {
  text-align: justify;
  width: auto;
  display: inline-block;
}

.section-5 {
  margin-top: 50px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.bold-text-3, .heading-16 {
  font-size: 66px;
}

.eufundingsmallheading {
  margin-bottom: 20px;
  font-size: 26px;
}

.eufundingsection {
  padding-left: 10vw;
  padding-right: 10vw;
}

.eufundingsection.descriptionsection {
  margin-top: 50px;
}

.eufundingsection.descriptionsection.bottomsection {
  margin-bottom: 50px;
}

.link-2 {
  font-size: 26px;
}

.link-3 {
  font-size: 66px;
}

.list {
  grid-row-gap: 26px;
  border: 1px #fff;
  justify-content: center;
  align-items: flex-start;
  font-size: 26px;
}

.list-item {
  background-color: #fff;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-26.blockwhite {
  background-color: #fff;
  margin-top: 20px;
}

.div-block-26.whieblock {
  background-color: #fff;
  margin-top: 100px;
}

.image-12 {
  flex: 0 auto;
  align-self: flex-end;
  max-height: 120px;
  margin-right: 36px;
}

.image-12.imagenomargin {
  margin-right: 0;
}

.image-12.imagenomargin.imagesmall {
  max-height: 80px;
}

.list-item-2 {
  background-image: url('../images/list-bullet.svg');
  font-size: 26px;
  line-height: 26px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 130px;
  }

  h2 {
    font-size: 90px;
  }

  h3 {
    font-size: 60px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.works-details {
    padding-top: 120px;
  }

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

  .section.landing-page {
    padding-bottom: 100px;
  }

  .section.color-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.padding-bottom-big {
    padding-bottom: 120px;
  }

  .section.padding-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-rights-wrapper {
    padding-top: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .footer-wrapper {
    margin-bottom: 100px;
  }

  .project-template-content-wrapper {
    margin-bottom: 50px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .extra-bold-text, .extra-bold-text.hover-animation {
    font-size: 140px;
  }

  .text-and-image-lines-wrapper {
    flex-wrap: nowrap;
  }

  .about-us-video-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-wrapped-down {
    max-height: 160px;
  }

  .heading-top-banner-title-smaller {
    font-size: 90px;
  }

  .about-us-3-video-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .about-us-3-awards-content-wrapper {
    grid-row-gap: 50px;
  }

  .contact-us-section {
    padding-top: 190px;
  }

  .contact-us-title {
    font-size: 90px;
  }

  .blog-post-heading {
    font-size: 100px;
  }

  .link-block-blog-post {
    margin-top: 10px;
  }

  .work-template-video-wrapper {
    margin-bottom: 50px;
  }

  .blog-rich-text h3 {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .blog-rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .blog-rich-text figure {
    margin-bottom: 50px;
  }

  .landing-banner-title-wrapper {
    max-width: 1200px;
  }

  .landing-inner-page-item.hiden-4-columns {
    display: none;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-title {
    font-size: 90px;
  }

  .text-span-2 {
    font-size: 115px;
  }

  .poster {
    perspective: 2000px;
  }

  .poster_heading_text_large {
    font-size: 4vw;
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    z-index: 1;
    margin-bottom: 10px;
    position: relative;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.works-details {
    padding-top: 150px;
  }

  .section.landing-page {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .base-container.stretch {
    align-items: stretch;
  }

  .grid-header {
    margin-top: 50px;
  }

  .navbar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .nav-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 20px 10vw;
  }

  .nav-link.footer-link-first {
    padding-right: 25px;
  }

  .search-section {
    padding-top: 150px;
  }

  .paragraph-gray {
    font-size: 26px;
    line-height: 1em;
  }

  .play-button-hover:hover {
    color: var(--primary-light);
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .video-lightbox.home-2:hover {
    color: var(--primary-light);
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .top-banner-section.about-us {
    padding-top: 100px;
  }

  .background-video.blog-page {
    padding-top: 50px;
  }

  .home-title {
    font-size: 130px;
  }

  .home-title.heading-top-banner-title-smaller {
    z-index: 1;
    position: static;
  }

  .full-width-video {
    min-height: 600px;
  }

  .full-width-video.centered {
    min-height: 700px;
  }

  .about-us-video-wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .background-video-about-us {
    background-image: linear-gradient(#0006, #0006);
    min-height: 800px;
  }

  .background-video-about-us.coming-soon {
    background-image: none;
  }

  .about-us-3-video-wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .contact-us-content {
    grid-column-gap: 90px;
  }

  .text-title {
    line-height: 1.5em;
  }

  .work-template-video-wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .landing-title {
    font-size: 130px;
  }

  .download-header {
    font-size: 50px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .background-video-405 {
    width: 100%;
    height: auto;
    display: block;
  }

  .div-block-3 {
    position: absolute;
  }

  .text-span-3 {
    font-size: 114px;
  }

  .panel.top-page-video {
    height: 100vh;
    max-height: 80vh;
    display: flex;
  }

  .panel.top-page-video.streaming {
    max-height: none;
  }

  .poster {
    aspect-ratio: 16 / 9;
    justify-content: flex-end;
    align-items: center;
  }

  .video-tab {
    opacity: .7;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .poster_heading_text_large {
    font-size: 4vw;
  }

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

  .feature-tab {
    width: auto;
  }

  .test_block {
    color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .primary-button.button-top-navbar {
    right: 15vw;
  }

  .navbar {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10vw;
  }

  .nav-link.footer-link-first {
    padding-right: 25px;
  }

  .nav-menu-wrapper {
    max-width: none;
  }

  .blog-template-wrapper {
    margin-top: 10px;
  }

  .footer {
    background-color: #212121;
  }

  .footer.mainsection {
    height: auto;
  }

  .footer-rights-wrapper {
    flex: 1;
  }

  .footer-rights-wrapper.contact {
    flex: 0 auto;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .background-video {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: none;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 20px 9px #0003;
  }

  .background-video.home-3 {
    background-image: linear-gradient(0deg, #000, #0000004d);
  }

  .home-title.heading-top-banner-title-smaller {
    font-size: 3vw;
    font-weight: 300;
    position: static;
  }

  .background-video-about-us {
    min-height: 650px;
  }

  .background-video-about-us.about-us-3, .background-video-about-us.blog-page {
    min-height: auto;
  }

  .clients-background-video {
    border-radius: 10px;
  }

  .blog-rich-text h2 {
    margin-bottom: 30px;
  }

  .blog-rich-text h3 {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .blog-rich-text h4 {
    margin-bottom: 25px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    border-radius: 0;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
  }

  .background-video-405 {
    z-index: 0;
    aspect-ratio: 16 / 9;
    opacity: 1;
    object-fit: fill;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .landing-tab-heading-primary {
    margin-top: 30px;
    margin-left: 30px;
  }

  .heading {
    margin-left: 30px;
    font-weight: 400;
  }

  .div-block-3 {
    z-index: 1;
    margin-bottom: 33px;
    position: absolute;
  }

  .text-span-3 {
    font-size: 113px;
  }

  .panel {
    flex: 1;
    align-self: center;
    width: auto;
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
    position: relative;
  }

  .panel.top-page-video {
    flex: 1;
    width: 100%;
    height: auto;
    max-height: 70vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .panel.top-page-video.welcome-panel {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 80vh;
  }

  .poster {
    float: right;
    clear: none;
    perspective: 2000px;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .video-tab {
    z-index: 1;
    float: none;
    opacity: .8;
    text-align: left;
    object-fit: cover;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-end;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 0;
    display: block;
  }

  .poster_heading_text_large {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 120%;
    display: block;
    position: static;
    overflow: visible;
  }

  .body {
    background-color: var(--dark-grey);
  }

  .body.white {
    background-color: var(--dark-gray-50);
    -webkit-text-stroke-color: #fff;
  }

  .poster_text {
    font-size: 14px;
    position: absolute;
    top: 20%;
  }

  .poster_heading_main {
    overflow: visible;
  }

  .poster_heading_small {
    margin-top: 25px;
  }

  .mainsection {
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    display: flex;
  }

  .mainsection.top-page {
    width: 100%;
  }

  .poster_heading_text_small {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 100%;
  }

  .poster_heading_text_small.static {
    line-height: 120%;
  }

  .mouse-wrapper {
    opacity: .3;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    top: 110%;
  }

  .mouse-circle {
    text-align: left;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 2vw;
  }

  .div-block-6 {
    grid-column-gap: 50px;
  }

  .feature-video {
    border-radius: 10px;
  }

  .container {
    max-width: none;
    margin-bottom: 300px;
  }

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

  .feature-tab {
    width: 50vw;
  }

  .feature-decription-right {
    text-align: right;
    max-width: 500px;
  }

  .feature-description-left {
    max-width: 500px;
  }

  .heading-14 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .masonry-image {
    object-fit: cover;
    border-radius: 0;
    max-width: none;
  }

  .masonry-lightbox {
    object-fit: fill;
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .section-3 {
    margin-bottom: 150px;
  }

  .masonry-project-title {
    font-size: .7vw;
  }

  .container-3 {
    object-fit: fill;
    max-width: none;
  }

  .link-block {
    z-index: 1;
    position: absolute;
  }

  .nav-link-2 {
    color: var(--primary-light);
    text-transform: lowercase;
    font-family: Lato, sans-serif;
    font-size: 3vh;
  }

  .nav-link-2:hover {
    color: var(--dark-grey);
  }

  .nav-link-2.w--current, .nav-link-2._3 {
    text-transform: lowercase;
  }

  .nav-link-2.btn {
    color: #212121;
    border-radius: 8em;
    margin-top: 10vh;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 3vh;
  }

  .container-w1.gutter-outside {
    max-width: none;
  }

  .close-btn-text {
    font-size: 3vh;
    font-weight: 300;
  }

  .close-btn-wrapper, .close-btn-wrapper:hover {
    background-image: none;
  }

  .nav-gradient-bg {
    opacity: 1;
  }

  .div-block-13 {
    z-index: 1;
  }

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

  .tiles-div-1 {
    aspect-ratio: auto;
    border-radius: 20px;
  }

  .tiles-div-1:hover {
    color: var(--primary-light);
  }

  .div-block-15 {
    column-count: 5;
  }

  .div-block-16 {
    border-radius: 20px;
    height: 75px;
    margin-top: 30px;
  }

  .tile-heading {
    text-align: center;
    font-size: 40px;
  }

  .tile-heading.didgital-tiwn {
    font-size: 1.8vw;
  }

  .tiles-div-2 {
    aspect-ratio: auto;
    border-radius: 20px;
  }

  .tiles-div-2:hover {
    color: var(--primary-light);
  }

  .tiles-div-3 {
    aspect-ratio: auto;
    border-radius: 20px;
  }

  .tiles-div-3:hover {
    color: var(--primary-light);
  }

  .tiles-div-4 {
    aspect-ratio: auto;
    border-radius: 20px;
  }

  .tiles-div-4:hover {
    color: var(--primary-light);
  }

  .tiles-div-5 {
    aspect-ratio: auto;
    border-radius: 20px;
  }

  .tiles-div-5:hover {
    color: var(--primary-light);
  }

  .div-block-20 {
    aspect-ratio: auto;
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    max-height: 80%;
    display: flex;
    box-shadow: 0 0 18px 8px #00000057;
  }

  .div-block-20.streaming-div {
    aspect-ratio: auto;
    height: 100%;
    max-height: 100%;
  }

  .bold-text {
    font-size: 7vh;
  }

  .bold-text-2 {
    font-size: 1.8vw;
  }

  .div-block-21 {
    box-shadow: 0 0 20px 15px #0003;
  }

  .image-9 {
    width: 100%;
  }

  .div-block-23 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-link {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 220px;
    margin-left: 10vw;
    margin-right: 10vw;
    display: flex;
  }

  .image-10 {
    width: 150px;
    margin-bottom: 0;
    position: absolute;
  }

  .image-11 {
    border-radius: 20px;
    box-shadow: 0 2px 20px 16px #0003;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }

  h3 {
    font-size: 36px;
  }

  .section {
    flex-direction: column;
    display: flex;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    background-color: var(--transparent);
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--transparent);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
  }

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

  .nav-link {
    color: var(--primary-light);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: var(--primary-light);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--transparent);
    border-style: none;
    flex-direction: column;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--primary-light);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .nav-dropdown-link.w--current {
    color: var(--primary-light);
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title {
    color: var(--primary-light);
    font-weight: 600;
  }

  .style-guide-banner-section {
    min-height: 300px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 0;
  }

  .blog-sidebar-post-category.top-banner-blog-page {
    margin-left: 0;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
    margin-bottom: -30px;
  }

  .blog-sidebar-right {
    width: 100%;
    height: auto;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    flex: 1;
  }

  .blog-template-wrapper {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    margin-top: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-copyright {
    text-align: center;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .search-input:focus {
    border: 1px solid var(--primary\<deleted\|variable-478a3a9e\>);
  }

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

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .paragraph-gray, .project-template-social-link {
    font-size: 20px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .home-projects-wrapper {
    height: 1370px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--transparent);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style h4 {
    margin-bottom: 10px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .navbar-button-wrapper, .home-tab-underline {
    display: none;
  }

  .footer-wrapper-top {
    align-items: center;
  }

  .footer-nav-links-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-banner-section {
    height: auto;
  }

  .top-banner-section.about-us-2 {
    padding-top: 50px;
  }

  .background-video {
    height: 70vh;
  }

  .background-video.home-3 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .background-video.home-2 {
    height: auto;
    padding-top: 100px;
  }

  .text-lines-wrapper {
    grid-row-gap: 20px;
  }

  .text-and-image-lines-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-and-image-lines-wrapper.reversed {
    flex-direction: column-reverse;
  }

  .full-width-video.centered {
    position: static;
  }

  .hidden-on-mobile.tablet {
    display: none;
  }

  .about-us-video-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-wrapped-down {
    width: 100%;
  }

  .image-wrapped-down.last-item, .image-wrapped-down.first-item {
    max-width: none;
    position: relative;
  }

  .image-wrapped-down.mid-item {
    max-width: none;
    margin-left: auto;
    position: relative;
  }

  .image-wrapped-down.mid-item-copy {
    margin-left: auto;
    position: relative;
  }

  .background-video-colors {
    margin-top: -115px;
  }

  .two-columns-grid {
    grid-template-rows: auto;
  }

  .latest-works-video-item.home-2-large, .latest-works-video-item.home-2-smaller {
    width: 100%;
    height: 260px;
  }

  .home-video-player.home-3 {
    width: auto;
    max-width: none;
  }

  .video-player-image.home-3 {
    height: auto;
  }

  .video-player-image.works-2 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .video-info-content-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .video-info-content-wrapper.works-2-top {
    flex-direction: column-reverse;
  }

  .video-info-block-wrapper {
    grid-row-gap: 20px;
  }

  .background-video-visual {
    margin-top: -200px;
  }

  .about-us-3-video-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .clients-background-video {
    max-height: 330px;
  }

  .extra-bold-text-h3 {
    font-size: 36px;
  }

  .our-clients-content-wrapper-about-us-3 {
    grid-column-gap: 40px;
  }

  .contact-us-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .contact-us-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .have-an-idea-wrapper, .contact-form-wrapper, .contact-us-info {
    max-width: none;
  }

  .contact-us-links-wrapper {
    grid-column-gap: 40px;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }

  .radio-buttons-wrapper {
    margin-bottom: 10px;
  }

  .contact-us-fields-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .contact-us-form {
    flex-direction: column;
    display: flex;
  }

  .contact-us-footer {
    padding-bottom: 30px;
  }

  .category-ablsolute-link {
    position: relative;
  }

  .absolte {
    background-color: #0000;
    position: absolute;
    inset: 0%;
  }

  .nav-link-wrapper {
    padding-left: 0;
  }

  .process-wrapper {
    grid-row-gap: 40px;
  }

  .e-1-background-videos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .e-1-background-videos.home-1 {
    align-content: space-around;
  }

  .background-video-full-width {
    height: 60vh;
  }

  .home-1-latest-works-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: 260px 260px 260px 260px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    display: grid;
  }

  .home-1-latest-works-list.home-1 {
    grid-template-rows: 320px 320px 320px 320px;
    align-items: stretch;
  }

  .home-1-latest-works-list.home-3 {
    align-content: space-around;
    display: flex;
  }

  .home-1-latest-works-item, .home-3-latest-works-item {
    width: 100%;
    height: 100%;
  }

  .home-2-projects-wrapper {
    height: 1140px;
  }

  .home-2-latest-works-item {
    width: 100%;
    height: 260px;
  }

  .home-2-latest-works-item:first-child, .home-2-latest-works-item:last-child {
    height: 260px;
  }

  .home-2-video-bg-wrapper {
    flex-wrap: nowrap;
    height: auto;
  }

  .collection-list-2 {
    flex-flow: column;
  }

  .background-video-404 {
    height: 70vh;
  }

  .link-block-blog-post {
    margin-top: 10px;
  }

  .blog-rich-text h4, .blog-rich-text blockquote, .blog-rich-text p {
    width: auto;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item.hiden-4-columns {
    display: none;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .landing-title {
    font-size: 70px;
  }

  .download-header {
    font-size: 36px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .video-tab {
    opacity: .7;
  }

  .masonry-wrapper {
    column-count: 2;
  }

  .nav-link-2 {
    font-size: 8vw;
  }

  .nav-link-2.btn {
    font-size: 4vw;
  }

  .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, #af70ad00 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .image-12.imagenomargin {
    max-height: 80px;
  }

  .image-12.imagenomargin.imagesmall {
    max-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.works-details {
    padding-top: 100px;
  }

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

  .section.landing-page {
    padding-bottom: 60px;
  }

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

  .section.padding-bottom-big {
    padding-bottom: 60px;
  }

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

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 48px;
  }

  .h2-tablet {
    font-size: 42px;
  }

  .h3-tablet {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .style-guide-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .text-center-404 {
    max-width: 400px;
    margin-bottom: 0;
    font-size: 50px;
  }

  .coming-soon-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    margin-top: 30px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .mb-30.centered {
    margin-top: 10px;
  }

  .footer-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-input {
    margin-top: 10px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-info {
    width: 100%;
    margin-top: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .project-template-info-wrap {
    padding: 10px;
  }

  .project-template-social-link {
    margin-right: 15px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .projects-name {
    font-size: 22px;
  }

  .home-projects-wrapper {
    height: 1100px;
  }

  .video-lightbox {
    margin-left: auto;
    margin-right: auto;
    bottom: 40%;
    left: 0%;
    right: 0%;
  }

  .video-lightbox.absolute {
    bottom: auto;
  }

  .video-lightbox.home-2 {
    margin-top: auto;
    margin-bottom: auto;
    inset: 0%;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .footer-wrapper-top {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .top-banner-section.about-us {
    padding-bottom: 50px;
  }

  .top-banner-section.blog-page {
    height: 50vh;
  }

  .top-banner-section.blog-category-page {
    max-height: 400px;
  }

  .background-video {
    height: 100vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .background-video.home-3 {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .background-video.blog-page {
    height: 50vh;
    padding-top: 70px;
  }

  .background-video.home-2 {
    padding-top: 90px;
  }

  .home-title, .extra-bold-text {
    font-size: 60px;
  }

  .text-and-image-lines-wrapper {
    align-items: center;
  }

  .three-columns-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .our-clients-names-wrapper {
    grid-row-gap: 30px;
  }

  .our-clients-names-wrapper.left-align, .our-clients-names-wrapper.left-align-about-3 {
    grid-row-gap: 20px;
  }

  .hidden-on-mobile {
    display: none;
  }

  .about-us-video-wrapper {
    margin-top: 20px;
  }

  .image-wrapped-down {
    margin-right: auto;
  }

  .background-video-colors {
    margin-top: -60px;
  }

  .background-video-about-us.blog-page {
    max-height: 250px;
  }

  .latest-works-video-item {
    height: 260px;
  }

  .latest-works-video-item.home-2-large, .latest-works-video-item.home-2-smaller {
    width: 100%;
    height: 260px;
  }

  .video-title {
    width: 100%;
    bottom: 30px;
    left: auto;
  }

  .home-video-player {
    text-align: center;
    width: 100%;
    height: 275px;
    overflow: hidden;
  }

  .video-player-image {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .video-info-content-wrapper {
    grid-row-gap: 30px;
  }

  .heading-top-banner-title-smaller {
    font-size: 52px;
  }

  .our-clients-link-image.smaller {
    width: 35px;
  }

  .background-video-visual {
    margin-top: -145px;
  }

  .absolute-top-banner-title {
    text-align: center;
  }

  .about-us-background-video-3 {
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .clients-background-video {
    max-height: 220px;
  }

  .extra-bold-text-h3 {
    font-size: 32px;
  }

  .our-clients-content-wrapper-about-us-3 {
    grid-column-gap: 30px;
  }

  .max-width-70 {
    width: 80%;
  }

  .contact-us-section {
    padding-bottom: 40px;
  }

  .contact-us-content {
    grid-row-gap: 30px;
  }

  .have-an-idea-wrapper {
    text-align: center;
    align-items: center;
  }

  .contact-form-wrapper {
    text-align: center;
  }

  .contact-us-title {
    font-size: 54px;
  }

  .contact-us-links-wrapper {
    grid-column-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-us-links-wrapper.mobile {
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .contact-us-links-wrapper.desctop {
    display: none;
  }

  .radio-buttons-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-us-form {
    align-items: center;
  }

  .process-wrapper {
    grid-row-gap: 30px;
  }

  .e-1-background-videos {
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .home-1-latest-works-list {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-1-latest-works-list.home-1 {
    grid-template-rows: 260px 260px 260px 260px;
  }

  .home-1-latest-works-list.home-2 {
    align-content: space-around;
  }

  .home-1-latest-works-item {
    width: 100%;
  }

  .home-3-latest-projects-wrapper {
    height: 1120px;
    margin-top: 15px;
  }

  .home-3-latest-works-item {
    width: 100%;
  }

  .home-2-latest-works-item {
    width: 100%;
    height: 100%;
  }

  .home-2-latest-works-item:first-child {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
  }

  .works-2-latest-projects-wrapper {
    height: 260px;
    margin-top: 15px;
  }

  .background-video-404 {
    height: 60vh;
  }

  .work-template-video-wrapper {
    margin-bottom: 30px;
  }

  .blog-rich-text {
    width: auto;
  }

  .blog-rich-text h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .blog-rich-text h4 {
    max-width: none;
  }

  .blog-rich-text blockquote {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .blog-rich-text p {
    max-width: none;
  }

  .blog-rich-text figure {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
    margin-top: 15px;
  }

  .landing-inner-page-item.hiden-4-columns {
    display: block;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 15px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .landing-title {
    font-size: 52px;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .div-block-3 {
    position: absolute;
  }

  .video-tab {
    margin-left: 0;
  }

  .mainsection.top-page {
    display: none;
  }

  .mouse-wrapper {
    margin-bottom: -66px;
    position: absolute;
  }

  .masonry-wrapper {
    column-count: 1;
  }

  .masonry-project-title {
    font-size: 2vw;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section.works-details {
    padding-top: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    align-self: center;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.button-top-navbar {
    display: none;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .navbar {
    background-color: var(--color);
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.footer-link, .nav-link.footer-link-first {
    text-align: center;
    justify-content: center;
    width: 35%;
  }

  .text-center-404 {
    font-size: 40px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .section-title-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info-wrap {
    text-align: center;
    align-items: center;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .projects-name {
    max-width: 220px;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

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

  .footer-wrapper-top {
    justify-content: space-between;
    align-items: center;
  }

  .footer-nav-links-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .background-video {
    aspect-ratio: auto;
    object-fit: cover;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .background-video.home-3 {
    grid-row-gap: 20px;
  }

  .home-title.heading-top-banner-title-smaller {
    font-size: 7vw;
    display: block;
  }

  .extra-bold-text {
    font-size: 50px;
  }

  .two-columns-grid.mobile-space-small {
    grid-row-gap: 20px;
  }

  .our-clients-link-image {
    width: 30px;
  }

  .our-clients-link-image.smaller {
    margin-right: -5px;
  }

  .our-clients-link-image.smaller:hover {
    margin-right: -10px;
  }

  .our-clients-content-wrapper-about-us-3 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .our-client-image-about-us-3-wrapper, .about-us-3-awards-content-wrapper {
    grid-row-gap: 20px;
  }

  .max-width-70 {
    width: auto;
  }

  .contact-us-links-wrapper {
    flex-direction: column;
  }

  .link-block-blog-post {
    margin-top: 0;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .background-video-405 {
    border-radius: 10px;
  }

  .div-block-3 {
    position: relative;
  }

  .panel {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .panel.top-page-video {
    object-fit: fill;
    flex-flow: row;
    height: 100vh;
    max-height: 70%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
    position: relative;
  }

  .panel.top-page-video.welcome-panel {
    object-fit: cover;
    flex-flow: row;
    align-self: flex-start;
    height: 100%;
    max-height: 80%;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    position: static;
  }

  .poster {
    width: 100%;
    height: 60vh;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .video-tab {
    aspect-ratio: auto;
    width: auto;
    margin-left: 0;
    position: static;
  }

  .poster_heading_text_large {
    text-align: center;
    width: 100%;
    font-size: 10vw;
  }

  .poster_heading_text_large.static {
    text-align: left;
    margin-left: 10px;
  }

  .poster_text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .poster_heading_main {
    font-size: 100vw;
  }

  .poster_heading_small {
    margin-top: 20px;
    position: relative;
  }

  .mainsection {
    max-height: 100vh;
    overflow: hidden;
  }

  .mainsection.top-page {
    object-fit: fill;
    display: block;
    position: static;
  }

  .mainsection.top-page.streamingsection, .mainsection.top-page.welcome-section {
    display: flex;
  }

  .poster_heading_text_small {
    text-align: center;
    font-size: 4.5vw;
  }

  .poster_heading_text_small.static {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .mouse-wrapper {
    margin-bottom: -45px;
    position: absolute;
    top: 79px;
  }

  .heading-11 {
    margin-bottom: 40px;
    font-family: Lato, sans-serif;
    font-size: 8vw;
  }

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

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .container {
    margin-bottom: 140px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-13 {
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-13.eufundingheading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 36px;
  }

  .feature-tab {
    width: auto;
  }

  .feature-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 8vw;
  }

  .feature-paragrpah {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .heading-14 {
    margin-bottom: 220px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 4.5vw;
    line-height: 1.5em;
  }

  .heading-14.eufundingsmallheading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .masonry-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-3 {
    height: 50vh;
    margin-bottom: 0;
  }

  .div-block-9 {
    font-size: 3vw;
  }

  .heading-15 {
    font-size: 10vw;
  }

  .masonry-project-title {
    font-size: 2vw;
  }

  .container-3 {
    opacity: .44;
    column-count: 3;
    align-self: center;
    width: auto;
    height: auto;
    max-height: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0;
    font-size: 5px;
    display: block;
    overflow: hidden;
  }

  .container-3.projects-background {
    column-count: 7;
  }

  .project-gallery-image {
    border-radius: 5px;
  }

  .project-gallery-div {
    border-radius: 5px;
    padding-bottom: 5px;
  }

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

  .nav-link-2 {
    font-size: 7vw;
    line-height: 2;
  }

  .nav-link-2.w--current {
    color: var(--primary-light);
  }

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

  .nav-link-2.btn {
    font-size: 7vw;
  }

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

  .container-w1.gutter-outside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .close-btn-text {
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 300;
    line-height: 1em;
  }

  .bg-noise {
    display: none;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #414141 5%, #464646 34%, #303030a1 63%), radial-gradient(circle farthest-side at 100% 0, #292929 2%, #e1e1e14f 31%, #3c3c3c73 45%), radial-gradient(circle farthest-side at 0 0, #2d2d2d, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #000, #2e2e2e7a 43%, #37373780);
  }

  .nav-toggle-btn {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .icon {
    margin-right: 0;
    padding-right: 0;
  }

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

  .div-block-13 {
    z-index: 1;
  }

  .tiles-div-1 {
    border-radius: 5px;
  }

  .tiles {
    width: 100%;
    position: relative;
  }

  .div-block-15 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    column-count: 5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 33px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 5px;
    display: grid;
  }

  .div-block-16 {
    border-radius: 5px;
    height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tile-heading {
    font-size: 2.5vw;
    position: absolute;
  }

  .tile-heading.didgital-tiwn {
    font-size: 2.8vw;
  }

  .tiles-div-2, .tiles-div-3, .tiles-div-4, .tiles-div-5 {
    border-radius: 5px;
  }

  .div-block-20 {
    align-self: flex-start;
    width: 100%;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cch-demo-section.eufundingsection {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-4 {
    max-height: 100vh;
  }

  .div-block-21 {
    align-self: flex-start;
    height: 100%;
    max-height: 70%;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-9 {
    object-fit: cover;
  }

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

  .paragraph.pagraphleft {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
  }

  .bold-text-3 {
    font-size: 36px;
  }

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

  .eufundingsmallheading {
    font-size: 18px;
    line-height: 18px;
  }

  .eufundingsection.descriptionsection {
    margin-top: 40px;
  }

  .link-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .link-3 {
    font-size: 36px;
    line-height: 36px;
  }

  .list {
    grid-row-gap: 12px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-26 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-26.whieblock {
    justify-content: space-between;
    align-items: center;
  }

  .image-12 {
    align-self: flex-start;
    margin-right: 0;
  }

  .image-12.imagenomargin {
    align-self: center;
  }

  .list-item-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-4 {
    font-size: 18px;
    line-height: 18px;
  }

  .list-item-3 {
    font-size: 12px;
  }

  .bold-text-5, .link-4, .link-5 {
    font-size: 12px;
    line-height: 14px;
  }
}

#w-node-fbac8b85-0bff-10f7-57a5-cf4d54093e9c-ac6969a4, #w-node-fbac8b85-0bff-10f7-57a5-cf4d54093ea4-ac6969a4, #w-node-fbac8b85-0bff-10f7-57a5-cf4d54093eac-ac6969a4, #w-node-fbac8b85-0bff-10f7-57a5-cf4d54093eb4-ac6969a4, #w-node-d422ae9c-9ef0-6fa9-562c-e281f5baee84-ac6969db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a22426a9-98ef-17b2-5bb1-3581c16fa98a-ac6969db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce5c0849-bb14-ba12-7c3d-9b412fb812f3-ac6969db, #w-node-_7a45e0d8-91b1-4888-a445-05bc9984f30d-ac6969db, #w-node-a611add8-b767-ccc8-8a85-a18bad018403-ac6969db, #w-node-_0cafc351-d903-dc48-661f-3cf82c6b25d1-ac6969db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67b66581-ac56-9c04-363a-0fdd1ce38c2d-ac6969db {
  justify-self: start;
}

#w-node-_7c8c374e-d0a4-f2d8-56f4-d5ba08047928-ac6969db, #w-node-_818e1ac2-f38d-69ab-3236-be4b765b9c5a-ac6969db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818e1ac2-f38d-69ab-3236-be4b765b9c60-ac6969db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ccd90bb3-c2a2-3fea-9af6-07b6ed15d2b3-ac6969db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818e1ac2-f38d-69ab-3236-be4b765b9c5c-ac6969db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b14ffe70-6acc-705b-294e-f0dd743916f8-ac6969db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420d22ab-ab09-c433-fa2f-5ac5c7dbedb0-ac6969db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_420d22ab-ab09-c433-fa2f-5ac5c7dbedb1-ac6969db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420d22ab-ab09-c433-fa2f-5ac5c7dbedb3-ac6969db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f91660b-80ea-6a6e-868b-3718c1de8669-ac6969dd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f5244ba1-8aa0-622e-1717-4303447ae26d-ac6969dd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1f91660b-80ea-6a6e-868b-3718c1de8673-ac6969dd {
  justify-self: start;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6dc-ac6969dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6de-ac6969dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6df-ac6969dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6e1-ac6969dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6e7-ac6969dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6e8-ac6969dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6e9-ac6969dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c8d65d-5b59-8209-46c6-d0730519e6eb-ac6969dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82acc24e-2ad8-8820-3fb7-0cd1c36116e2-ac6969de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a96eddd-621f-f159-320e-360f9dfeefdd-ac6969de {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5f88e9ff-4f3f-40e6-6490-db151273e42f-ac6969de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f88e9ff-4f3f-40e6-6490-db151273e431-ac6969de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f88e9ff-4f3f-40e6-6490-db151273e432-ac6969de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f88e9ff-4f3f-40e6-6490-db151273e434-ac6969de, #w-node-_5f88e9ff-4f3f-40e6-6490-db151273e43b-ac6969de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f88e9ff-4f3f-40e6-6490-db151273e43c-ac6969de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f88e9ff-4f3f-40e6-6490-db151273e43e-ac6969de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-ac696a66, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-ac696a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84b8a259-5bd8-0194-ad0e-4456174d8009-7a45854c, #w-node-_4606adf2-b17c-895d-9afd-9c0c4f5f0233-7a45854c, #w-node-_5310639c-913a-737e-f2bd-10c42d2ccc19-7a45854c, #w-node-_6d44ec95-0f9b-5cc8-0e5d-8d363c5dff6a-7a45854c, #w-node-f32491b1-35c2-463e-becb-be9a26a04f2f-7a45854c {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_4606adf2-b17c-895d-9afd-9c0c4f5f0233-7a45854c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d422ae9c-9ef0-6fa9-562c-e281f5baee84-ac6969db, #w-node-a22426a9-98ef-17b2-5bb1-3581c16fa98a-ac6969db, #w-node-_1f91660b-80ea-6a6e-868b-3718c1de8669-ac6969dd, #w-node-_1f91660b-80ea-6a6e-868b-3718c1de866e-ac6969dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a45e0d8-91b1-4888-a445-05bc9984f30d-ac6969db, #w-node-a611add8-b767-ccc8-8a85-a18bad018403-ac6969db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4606adf2-b17c-895d-9afd-9c0c4f5f0233-7a45854c, #w-node-_6d44ec95-0f9b-5cc8-0e5d-8d363c5dff6a-7a45854c {
    order: 9999;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}