.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #fff;
  background-color: #000;
  font-family: stolzl, 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: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: #ffd215;
}

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 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.base-container.align-left {
  align-items: flex-start;
}

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

.base-container.hero {
  padding-top: 0;
}

.base-container.space {
  padding-top: 80px;
}

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

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

.grid-title {
  width: 19%;
  color: #fff;
  background-color: #1d35a1;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  width: 24%;
  background-color: #1d35a1;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

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

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

.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;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.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;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.primary-style-guide {
  width: 75px;
  height: 75px;
  color: #1d35a1;
  background-color: #1d35a1;
}

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

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

.text-dark-style-guide {
  width: 75px;
  height: 75px;
  background-color: #000;
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, .1);
}

.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 {
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-typography-wrapper {
  width: 100%;
  flex-flow: wrap;
  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 {
  width: 47%;
  flex-direction: column;
  margin-right: 40px;
  display: flex;
}

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

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

.primary-button:hover {
  color: #fff;
  border: 1px solid #ffd215;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.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 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

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

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  transition-property: all;
}

.nav-link:hover {
  color: #ffd215;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.nav-link.footer-link {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

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

.nav-link.footer-link-first {
  color: #fff;
  padding-left: 0;
}

.nav-link.footer-link-first:hover {
  color: #1d35a1;
}

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

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

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

.nav-dropdown-list {
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 10px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

.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 {
  width: 100%;
  text-transform: capitalize;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #3f2d10;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: #1d35a1;
}

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

.nav-item-title:hover {
  color: #ffd215;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.style-guide-banner-section {
  background-color: #1d35a1;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(94, 94, 94, .5);
  padding-top: 40px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.licensing-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.licensing-image.eye {
  object-position: 30% 0%;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: #000;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

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

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: #1d35a1;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.utility-page-wrap.password {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  position: relative;
}

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

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

.password-image {
  width: 140px;
  filter: invert();
  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;
  top: 35px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

.coming-soon-input {
  height: auto;
  max-width: 300px;
  min-width: 250px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e9e9e9;
  border-bottom-style: solid;
}

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

.coming-soon-input::-ms-input-placeholder {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-input::placeholder {
  color: #fff;
  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 {
  margin-bottom: 0;
}

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

.blog-sidebar-item {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

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

.blog-sidebar-post-category {
  color: #fff;
  background-color: #102c3f;
  border-radius: 10px;
  margin-top: -28px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.blog-sidebar-post-category:hover {
  color: #102c3f;
  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 {
  height: 540px;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

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

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

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

.sidebar-recent-post-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  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 rgba(0, 0, 0, .06);
}

.sidebar-categories {
  border-radius: 10px;
  padding: 10px 20px 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

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

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

.blog-sidebar-post-image.hide {
  display: none;
}

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

.sidebar-category {
  color: #fff;
  background-color: #102c3f;
  border: 1px solid #102c3f;
  border-radius: 6px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: #fff;
  -webkit-text-stroke-color: #ffd215;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd215;
}

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

.blog-template-image {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  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 {
  width: auto;
  align-items: center;
  display: flex;
}

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

.footer-1 {
  text-align: center;
  background-image: none;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 20px;
}

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

.footer-copyright {
  text-align: left;
}

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

.style-guide-buttons-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  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;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50%;
  position: absolute;
}

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

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

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

.link-with-icon:hover {
  color: #ffd215;
  transform: translate(-5px);
}

.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 {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

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

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid #1d35a1;
}

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

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.list-item-circle {
  width: 8px;
  height: 8px;
  background-color: #1d35a1;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
}

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  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 {
  width: 33.33%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  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: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.template-empty-state {
  color: #1d35a1;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.project-template-info {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  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: rgba(255, 255, 255, .15);
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.paragraph-gray {
  color: #fff;
  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: rgba(0, 0, 0, 0);
}

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

.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;
  width: 94px;
  height: 94px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  border-color: rgba(255, 255, 255, .4);
  transform: scale(1);
}

.sidebar-search {
  border-radius: 10px;
  padding: 0 20px 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

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

.sidebar-search-input {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(175, 175, 175, .5);
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 22px 10px 0;
}

.sidebar-search-input:active {
  color: #fff;
}

.sidebar-search-input:focus {
  color: #fff;
  border-color: #1d35a1;
}

.sidebar-search-input:focus-visible {
  color: #fff;
}

.sidebar-search-input[data-wf-focus-visible] {
  color: #fff;
}

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

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

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

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

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

.secondary-button:hover {
  background-color: rgba(255, 255, 255, .1);
}

.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 {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  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;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

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

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

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

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

.projects-name {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s cubic-bezier(.075, .82, .165, 1);
}

.projects-name:hover {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  transform: scale(1.1)translate(6px, -2px);
}

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

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

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

.video-lightbox.home-2:hover {
  color: #ffd215;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

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

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

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

.blog-details-link-title {
  color: #fff;
}

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

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

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

.section-with-blue-bg {
  background-color: #1d35a1;
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  width: 16px;
  height: 2px;
  background-color: #102c3f;
  margin-right: 15px;
  display: inline-block;
}

.search {
  width: 100%;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  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;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: auto;
}

.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 {
  height: 40px;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.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 {
  width: 16px;
  height: 16px;
  background-image: url('../images/Group-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
}

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

.home-tab-underline {
  width: 20px;
  height: 3px;
  background-color: #fff;
}

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

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

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

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

.top-banner-section {
  height: 100vh;
  background-color: rgba(16, 44, 63, .25);
  overflow: hidden;
}

.top-banner-section.about-us-2 {
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  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 {
  height: 100vh;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

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

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

.divider {
  width: 100%;
  height: 1px;
  opacity: .1;
  background-color: #fff;
}

.extra-bold-text {
  color: #000;
  text-transform: uppercase;
  text-shadow: -3px -1px #fff, 3px -1px #fff, -3px 1px #fff, 3px 1px #fff, 2px -2px #fff, 2px 2px #fff, -2px 2px #fff, -2px -2px #fff;
  font-size: 110px;
  font-weight: 800;
  line-height: 1em;
}

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

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

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

.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 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr .5fr;
  align-items: start;
}

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

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

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

.about-us-video-wrapper {
  border-radius: 10px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
  top: auto;
  bottom: 47px;
  left: 30px;
  right: auto;
}

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

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

.video-player-image {
  object-fit: cover;
  border-radius: 10px;
}

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

.video-player-image.hide {
  display: none;
}

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

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

.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;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.extra-bold-text-h3 {
  color: #000;
  text-shadow: -3px -1px #fff, 3px -1px #fff, -3px 1px #fff, 3px 1px #fff, 2px -2px #fff, 2px 2px #fff, -2px 2px #fff, -2px -2px #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1em;
}

.contact-us-section {
  background-image: none;
  padding-top: 140px;
  padding-bottom: 220px;
}

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

.have-an-idea-wrapper {
  max-width: 480px;
  grid-row-gap: 20px;
  flex-direction: column;
  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 {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  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 {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 60px;
  margin-top: 0;
  margin-left: 0;
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.radio-button.w--redirected-checked {
  border: 1px solid #fff;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
  border: 1px solid #fff;
}

.radio-button.w--redirected-focus-visible {
  border: 1px solid #fff;
}

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

.contact-us-form-field {
  height: 64px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.contact-us-form-field:focus {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.contact-us-form-field:focus-visible {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.contact-us-form-field[data-wf-focus-visible] {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.contact-us-form-field::-ms-input-placeholder {
  color: #fff;
}

.contact-us-form-field::placeholder {
  color: #fff;
}

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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: rgba(0, 0, 0, 0);
}

.success-message {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

.e-1-background-videos {
  z-index: 1;
  width: 100%;
  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;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-1-latest-works-list {
  width: 100%;
  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;
  display: flex;
}

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

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

.projects-1-latest-works-wrap:hover {
  color: #ffd215;
}

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

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

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

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

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

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

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

.collection-list-wrapper {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.comimg-soon-wrapper {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.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 {
  width: 75%;
  max-width: 700px;
  background-image: none;
  border-left: 4px solid #1d35a1;
  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;
}

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

.more-templates {
  z-index: 1000;
  width: 141px;
  color: #000;
  background-color: #fff;
  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;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.more-templates:hover {
  color: #000;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  background-color: #fff;
  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;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  color: #000;
}

.text-block {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #666;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  line-height: 4em;
}

.footer-legal {
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  font-size: 10px;
  line-height: 16px;
}

.container-footer {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.link {
  opacity: .9;
  color: #fff;
  text-transform: lowercase;
  padding-bottom: 10px;
  text-decoration: none;
}

.link:hover {
  opacity: 1;
}

.footer-legal-text {
  text-align: justify;
}

.footer-legal-text.right {
  text-align: left;
  padding-top: 20px;
}

.social-media-icons {
  transition: all .25s;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-cta-text {
  font-weight: 500;
}

.mobile-only {
  display: none;
}

.footer-logo {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-email {
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
}

.footer-number {
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
}

.footer-nav-links {
  text-align: right;
  flex-direction: column;
  padding-top: 40px;
  display: flex;
}

.social-icons-white {
  opacity: .9;
  filter: invert();
  padding-left: 20px;
  transition: all .25s;
}

.social-icons-white:hover {
  opacity: 1;
}

.socials-link-2 {
  opacity: .9;
}

.socials-link-2:hover {
  opacity: 1;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.footer-cta-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-text-small-title {
  flex-direction: row;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.typed-text {
  padding-left: 6px;
}

.footer-cta {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.footer-logo-link {
  height: 60px;
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-2 {
  color: #fff;
  text-align: center;
  background-color: #102c3f;
  border-top: 4px solid #ffd215;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.cta-link {
  font-size: 22px;
  line-height: 26px;
}

.div-block-2 {
  width: 100%;
  height: 76px;
  position: fixed;
}

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

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

.link-block {
  padding-bottom: 20px;
}

.text-block-2 {
  padding-bottom: 5px;
  font-weight: 700;
}

.div-block-3 {
  padding-bottom: 25px;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-between;
  padding-bottom: 25px;
  display: grid;
}

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

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

.text-block-3 {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

.pegination-button {
  color: #000;
  background-color: #fff;
  transition: all .3s;
}

.pegination-button:hover {
  color: #fff;
  background-color: #102c3f;
  border-color: #ffd215;
}

.video {
  margin-top: 40px;
}

.nav-scroll-bar {
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gif-cover---work {
  border-radius: 10px;
  flex: 1;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.gif-cover---work.last-item {
  max-width: 540px;
  flex: 1;
}

.gif-cover---work.first-item {
  width: 100%;
  max-height: 200px;
  max-width: 585px;
  flex: none;
}

.gif-cover---work.mid-item {
  width: 100%;
  max-width: 300px;
  flex: 0 auto;
  margin-left: 0;
}

.background-video---work {
  width: auto;
  margin-top: auto;
  overflow: visible;
}

.gif-cover---showreel {
  max-width: 100%;
  border-radius: 10px;
  flex: 1;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.gif-cover---showreel.last-item {
  max-width: 540px;
  flex: 1;
}

.gif-cover---showreel.first-item {
  width: 100%;
  max-height: 200px;
  max-width: 585px;
  flex: none;
}

.gif-cover---showreel.mid-item {
  width: 100%;
  max-width: 300px;
  flex: 0 auto;
  margin-left: 0;
}

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

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

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

  .footer-1 {
    padding-top: 100px;
  }

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

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

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

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

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

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

  .gif-cover---showreel {
    max-height: 160px;
  }
}

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

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

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

  .nav-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .play-button-hover:hover {
    color: #fff;
  }

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

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

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

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

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

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

  .background-video-about-us {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  }

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

  .paragraph {
    padding-left: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.footer-link-first {
    padding-right: 25px;
  }

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

  .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-about-us {
    min-height: 650px;
  }

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

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

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

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

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

  h3 {
    font-size: 36px;
  }

  .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: #000;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    width: 320px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .85);
    flex-direction: column;
    padding-top: 20px;
    padding-left: 10px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.navbar-mobile {
    font-size: 22px;
    line-height: 2em;
  }

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: #fff;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    background-color: #000;
    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: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

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

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    max-width: 60%;
    align-self: stretch;
  }

  .nav-item-title {
    color: #fff;
    font-weight: 600;
  }

  .style-guide-banner-section {
    min-height: 300px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .nav-menu-wrapper {
    max-width: 95vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-sidebar-post-content {
    padding-bottom: 0;
  }

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

  .blog-sidebar-left {
    width: 100%;
    flex: none;
    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-1 {
    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 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .search-input:focus {
    border: 1px solid #1d35a1;
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .paragraph-gray, .project-template-social-link {
    font-size: 20px;
  }

  .nav-dropdown-column {
    width: 180px;
    justify-content: center;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    width: 100%;
    flex: none;
  }

  .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 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    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;
  }

  .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 {
    width: 100vw;
    height: 50vh;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
    position: absolute;
  }

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

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .tablet-menu {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    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;
    display: flex;
  }

  .top-banner-section {
    height: auto;
  }

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

  .background-video {
    height: 90vh;
    padding-top: 80px;
  }

  .text-lines-wrapper {
    grid-row-gap: 20px;
  }

  .text-and-image-lines-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .text-and-image-lines-wrapper.reversed {
    flex-direction: column-reverse;
  }

  .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 {
    max-width: none;
    position: relative;
  }

  .image-wrapped-down.first-item {
    max-height: 100%;
    max-width: none;
    position: relative;
  }

  .image-wrapped-down.mid-item {
    max-width: none;
    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.works-2 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .video-info-content-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .video-info-block-wrapper {
    grid-row-gap: 20px;
  }

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

  .extra-bold-text-h3 {
    font-size: 36px;
  }

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

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

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

  .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: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 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;
  }

  .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-3 {
    align-content: space-around;
    display: flex;
  }

  .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-video-bg-wrapper {
    height: auto;
    flex-wrap: nowrap;
  }

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

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation {
    height: 22px;
    filter: invert();
    display: inline-block;
  }

  .image-2 {
    height: 50px;
  }

  .work-video-player.home-3 {
    width: auto;
    max-width: none;
  }

  .gif-cover---work {
    width: 100%;
  }

  .gif-cover---work.last-item {
    max-width: none;
    position: relative;
  }

  .gif-cover---work.first-item {
    max-height: 100%;
    max-width: none;
    position: relative;
  }

  .gif-cover---work.mid-item {
    max-width: none;
    margin-left: auto;
    position: relative;
  }

  .gif-cover---showreel {
    width: 100%;
  }

  .gif-cover---showreel.last-item {
    max-width: none;
    position: relative;
  }

  .gif-cover---showreel.first-item {
    max-height: 100%;
    max-width: none;
    position: relative;
  }

  .gif-cover---showreel.mid-item {
    max-width: none;
    margin-left: auto;
    position: relative;
  }
}

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .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 {
    width: 100%;
    grid-row-gap: 30px;
  }

  .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 {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .projects-name {
    font-size: 22px;
  }

  .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;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 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;
  }

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

  .top-banner-section.blog-category-page {
    max-height: 400px;
  }

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

  .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 {
    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 {
    width: 100%;
    height: 275px;
    text-align: center;
    overflow: hidden;
  }

  .video-player-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .video-info-content-wrapper {
    grid-row-gap: 30px;
  }

  .about-us-page-autoplay-video {
    display: none;
  }

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

  .absolute-top-banner-title {
    text-align: center;
  }

  .extra-bold-text-h3 {
    font-size: 32px;
  }

  .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-2 {
    align-content: space-around;
  }

  .home-3-latest-works-item {
    width: 100%;
  }

  .home-2-latest-works-item {
    width: 100%;
    height: 100%;
  }

  .home-2-latest-works-item:first-child {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .footer-legal {
    text-align: left;
    padding-top: 40px;
  }

  .footer-legal-text, .footer-legal-text.right {
    text-align: left;
  }

  .social-media-icons {
    margin-left: -20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .mobile-only {
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    display: block;
  }

  .mobile-only.footer {
    border-radius: 0;
    margin-top: auto;
    padding: 0;
  }

  .socials-mobile-footer {
    padding-top: 40px;
  }

  .footer-socials {
    display: none;
  }

  .footer-nav-links {
    align-items: flex-start;
    padding-top: 20px;
  }

  .social-icons-white {
    padding-left: 20px;
  }

  .grid-4, .grid-5, .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .work-video-player {
    text-align: center;
    overflow: hidden;
  }

  .gif-cover---work, .gif-cover---showreel {
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.works-details {
    padding-top: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    width: 100%;
    text-align: center;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    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.full-width-mobile {
    width: 100%;
  }

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

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

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

  .nav-link {
    width: 99%;
  }

  .nav-link.footer-link, .nav-link.footer-link-first {
    width: 35%;
    text-align: center;
    justify-content: center;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .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-pagination-icon {
    display: none;
  }

  .blog-template-prev-button, .blog-template-next-button {
    width: 100%;
    flex: none;
  }

  .footer-1 {
    text-align: left;
  }

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

  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .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-nav-links-wrapper {
    width: 100%;
    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;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .extra-bold-text {
    font-size: 50px;
  }

  .our-clients-link-image {
    width: 30px;
  }

  .contact-us-links-wrapper {
    flex-direction: column;
  }

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

  .footer-legal {
    font-size: 10px;
  }

  .footer-email, .footer-number {
    font-size: 18px;
    line-height: 22px;
  }

  .social-icons-white {
    filter: invert();
    padding-left: 16px;
  }

  .footer-text-small-title {
    font-size: 16px;
    line-height: 20px;
  }

  .typed-text {
    padding-left: 5px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-2 {
    text-align: left;
  }

  .cta-link {
    font-size: 18px;
    line-height: 22px;
  }

  .work-collection-list {
    grid-template-columns: 1fr;
  }
}

#w-node-_1f91660b-80ea-6a6e-868b-3718c1de8669-2057e7a5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f5244ba1-8aa0-622e-1717-4303447ae26d-2057e7a5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1f91660b-80ea-6a6e-868b-3718c1de8673-2057e7a5 {
  justify-self: start;
}

#w-node-_9b5af4f9-8006-fdc4-c524-84a09be497a7-9be497a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5af4f9-8006-fdc4-c524-84a09be497a8-9be497a4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9b5af4f9-8006-fdc4-c524-84a09be497bd-9be497a4 {
  justify-self: end;
}

#w-node-_9b5af4f9-8006-fdc4-c524-84a09be497be-9be497a4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_9b5af4f9-8006-fdc4-c524-84a09be497e4-9be497a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5af4f9-8006-fdc4-c524-84a09be497e5-9be497a4 {
  align-self: end;
  justify-self: start;
}

#w-node-_9b5af4f9-8006-fdc4-c524-84a09be497f1-9be497a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-b6c938bb-7e15-85c8-61a3-2b0649baa2e7-2057e7ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_221756cf-87a5-f33b-cb38-d85adbcf20cb-2057e7ea {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_6c4504af-3da1-e5b6-94a1-86dac479ed7f-2057e7ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ef195c2-244e-fc3b-b7b8-3f7abe48441a-2057e7ea {
  justify-self: start;
}

#w-node-ce48ef5c-d723-6ebb-5872-16f45cbe1307-2057e7ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce48ef5c-d723-6ebb-5872-16f45cbe1309-2057e7ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce48ef5c-d723-6ebb-5872-16f45cbe130a-2057e7ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-de63cde0-8c3c-422d-2259-08cf6d7d2274-6d7d2271 {
    align-self: center;
    justify-self: start;
  }

  #w-node-de63cde0-8c3c-422d-2259-08cf6d7d2292-6d7d2271 {
    align-self: center;
    justify-self: end;
  }

  #w-node-b6c938bb-7e15-85c8-61a3-2b0649baa2e7-2057e7ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_221756cf-87a5-f33b-cb38-d85adbcf20cb-2057e7ea {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6c4504af-3da1-e5b6-94a1-86dac479ed7f-2057e7ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce48ef5c-d723-6ebb-5872-16f45cbe1307-2057e7ea, #w-node-ce48ef5c-d723-6ebb-5872-16f45cbe130a-2057e7ea, #w-node-ce48ef5c-d723-6ebb-5872-16f45cbe130d-2057e7ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f91660b-80ea-6a6e-868b-3718c1de8669-2057e7a5, #w-node-_1f91660b-80ea-6a6e-868b-3718c1de866e-2057e7a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b5af4f9-8006-fdc4-c524-84a09be497bd-9be497a4, #w-node-_9b5af4f9-8006-fdc4-c524-84a09be497f1-9be497a4 {
    justify-self: start;
  }

  #w-node-_6c4504af-3da1-e5b6-94a1-86dac479ed7f-2057e7ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce48ef5c-d723-6ebb-5872-16f45cbe1307-2057e7ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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