@font-face {
  font-family: "Fa brands 400 (old)";
  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;
}

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

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialBlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialItalic.otf') format("opentype"), url('../fonts/MundialHairItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialThin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialDemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialRegular.otf') format("opentype"), url('../fonts/MundialHair.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialDemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mundial;
  src: url('../fonts/MundialThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --body-dark: #161616;
  --white: white;
  --par-gray: #aaa;
  --primary\<deleted\|variable-478a3a9e\>: #0f5cfa;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --text-dark\<deleted\|variable-7ad493ea\>: #0e0e0e;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --black: #0e0e0e;
  --dark-gray: #888;
  --white-50: #ffffff80;
}

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

.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 {
  background-color: var(--body-dark);
  color: var(--body-dark);
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.4em;
}

h2 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

h3 {
  color: var(--white);
  margin-top: 10px;
  font-family: Mulish, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--par-gray);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  color: var(--par-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lustria, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
}

a {
  color: var(--white);
  text-transform: capitalize;
  align-items: center;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--par-gray);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--par-gray);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: 3px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  font-family: Lustria, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section.style-guide-section {
  padding-bottom: 0;
}

.section.color-section {
  background-color: #161616;
}

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

.section.no-spacing.portfolio {
  display: none;
}

.section.without-bottom-spacing {
  z-index: -1;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section.without-bottom-spacing.process {
  display: block;
}

.section.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.our-team-banner {
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.section.without-bottom-padding {
  z-index: -1;
  padding-bottom: 0;
  display: none;
  position: static;
}

.section.without-bottom-padding.process-content {
  display: block;
}

.section.clip {
  z-index: 100;
}

.section.blog-3 {
  z-index: -1;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.section.blog--2 {
  background-color: #161616;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -80px;
  padding-top: 20px;
}

.section.blog-sidebar {
  background-color: #161616;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -80px;
}

.section.licensing-page {
  z-index: -1;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.section.changelog-banner {
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section.with-top-borders {
  z-index: 1;
  background-color: #161616;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -80px;
}

.section.dark-section, .section.faq {
  display: block;
}

.section.comments {
  display: none;
}

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

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

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

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

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

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

.primary-button {
  border: 1px solid var(--primary\<deleted\|variable-478a3a9e\>);
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  color: var(--light-gray\<deleted\|variable-720418ab\>);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .35s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary\<deleted\|variable-478a3a9e\>);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

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

.icon-style-guide {
  color: var(--white);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  transition: all .35s;
}

.icon-style-guide:hover {
  color: var(--par-gray);
}

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

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

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

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

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: auto;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
}

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

.search-wrap-input {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

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

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

.style-guide-content-wrapper {
  display: flex;
}

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

.about-3-tab-link {
  color: var(--white);
  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: var(--white);
  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;
}

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

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

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

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

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  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;
}

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

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

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

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

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.rich-text-style figure {
  margin-bottom: 0;
}

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

.spacing-system-image-2 {
  filter: grayscale();
  width: auto;
  max-width: 80%;
  height: auto;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

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

.spasing-system-image-mobile-2 {
  filter: grayscale();
  width: auto;
  max-width: 70%;
  height: auto;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.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;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.flex-footer-con {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  flex-direction: row;
  display: flex;
}

.landing-paragraph-style {
  color: #0e0e0e;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.footer-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-form.borders {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.right-header-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lp-line {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  padding-top: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer-center {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.bottom-line {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.socials-hover-bg {
  background-color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  transform: scale(0);
}

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

.landing-inner-page-image-wrapper.mb-0 {
  margin-bottom: 0;
}

.landing-home-pages-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.logo-nevo {
  width: auto;
  height: 50px;
}

.landing-banner-title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.footer-l-2 {
  background-color: #ffffff40;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.collection-item-event {
  width: 100%;
  height: 100%;
}

.success-message-transparent {
  color: #0e0e0e;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0e0e0e40;
  border-radius: 100px;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #ffffff40;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.landing-inner-page-image.small-img {
  object-fit: cover;
}

.text-footer-white {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
}

.lp-video-ov {
  background-color: #161616f2;
  background-image: linear-gradient(to top, #161616, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-description {
  color: #000;
  text-indent: 50px;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 300;
}

.primary-black-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  border-radius: 50px;
  justify-content: center;
  min-width: 120px;
  padding: 14px 30px;
  font-family: Mundial, sans-serif;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

.primary-black-button:hover {
  opacity: 1;
  color: #0e0e0e;
  background-color: #0000;
}

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

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 630px;
  display: flex;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.small-image-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.footer-rights-wrapper-2 {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.footer-project-link {
  color: #fff;
  text-transform: none;
  font-family: Mundial, sans-serif;
}

.footer-project-link:hover {
  color: #ffffff80;
}

.footer-project-link.w--current {
  text-transform: none;
  font-family: Mundial, sans-serif;
}

.footer-project-link.blog, .footer-project-link.team {
  display: none;
}

.footer-project-link.cookie-consent.w--current {
  color: var(--par-gray);
}

.white-preloader {
  z-index: 1;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.section-ttile-description-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.cursor-dark-dot {
  z-index: 990;
  mix-blend-mode: difference;
  background-color: #161616;
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: fixed;
}

.black-animation-text {
  color: #0e0e0e;
}

.nav-hero-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.lp-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-fill-line {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.photo-gall {
  z-index: 1000000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
  overflow: hidden;
}

.login-tablet-wrap-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.nav-dropdown-link-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.nav-fixed-menu {
  background-color: #0000;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.dropdown-header-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  padding: 32px 15px;
  font-family: Mundial, sans-serif;
  font-weight: 400;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.lp-banner-description {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}

.paragraph-benefits-lp {
  color: #0e0e0e;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-title {
  color: #0e0e0e;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.landing-section-heading-white {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.section-landing-customers {
  background-color: #fff;
  border-radius: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.no-shrink {
  flex: none;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
}

.landing-inner-page-item.lp-banner-screen {
  width: 100%;
}

.landing-inner-page-item.home-screen {
  width: 30%;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.useful-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-white-paradraph {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
}

.cursor-white-dot {
  z-index: 1000;
  background-color: var(--white);
  mix-blend-mode: difference;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: fixed;
}

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

.base-container-2.pos-relative {
  z-index: 100;
  position: relative;
}

.base-container-2.full-width {
  z-index: 100;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.base-container-2.no-left-padding {
  padding-left: 0;
}

.base-container-2.about-nevo-section {
  z-index: 100;
  margin-top: 80px;
  position: relative;
}

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

.base-container-2.center {
  text-align: center;
}

.nav-menu-shadow-overlay-4 {
  align-items: center;
  display: flex;
}

.nav-intro-item {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.header-link-item {
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px 15px;
  font-family: Mundial, sans-serif;
  font-weight: 400;
  transition: all .5s;
  display: flex;
}

.header-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.cursor {
  z-index: 100;
  opacity: 1;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.need-help-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-arrow {
  color: var(--white);
  margin-right: auto;
  font-size: 12px;
  display: block;
  position: relative;
}

.brand-logo {
  padding-left: 0;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.clip-con {
  overflow: hidden;
}

.nav-dropdown-item.shop-dropdown, .nav-dropdown-item.portfolio, .nav-dropdown-item.blog {
  display: none;
}

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

.landing-inner-page-title {
  text-transform: none;
}

.our-social {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-inner-page-icon {
  z-index: 10;
  color: #fff;
  background-color: #161616;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.primary-nevo-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  min-width: 120px;
  padding: 14px 30px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-nevo-button:hover {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.primary-nevo-button.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.collection-list {
  height: 100%;
}

.footer-text-spacing {
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-socials-link {
  border: 1px solid #ffffff40;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.footer-socials-link.x, .footer-socials-link.ig, .footer-socials-link.fb {
  display: none;
}

.flex-useful-links-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.megamenu-dropdown-wrap.small-wrap-width {
  width: 40%;
}

.footer-l-3 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dropdown-menu-3 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.black-nav-bg {
  background-color: #0e0e0e;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-item-link {
  color: #fff;
  text-transform: none;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-family: Mundial, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-dropdown-item-link:hover {
  color: #fff;
  margin-left: 0;
}

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

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

.nav-dropdown-item-link.team, .nav-dropdown-item-link.team.w--current, .nav-dropdown-item-link.testimonials {
  display: none;
}

.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;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.border-wrap-3 {
  display: flex;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #ffffff03;
  position: absolute;
  inset: 0%;
}

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

.menu-item-wrapper.home-4-menu, .menu-item-wrapper.with-paddings {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tablet-menu-4 {
  display: none;
}

.underline-link-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-networks {
  z-index: 10;
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-l-4 {
  background-color: #ffffff40;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-l-1 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-footer-content {
  width: 43%;
  margin-right: auto;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.collection-item {
  height: 100%;
}

.footer-bottom-part {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.subscribe-form-footer {
  z-index: 10;
  grid-column-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #0e0e0e40;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 6px 8px;
  display: flex;
  position: relative;
}

.nav-dropdown-list-item {
  background-color: #0e0e0e;
  border: 1px solid #ffffff40;
  border-radius: 6px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-item.medium-menu {
  width: 240px;
}

.nav-dropdown-list-item.megamenu {
  width: 740px;
  left: -355px;
}

.nav-dropdown-list-item.megamenu.w--open {
  width: 550px;
  left: -230px;
}

.btn-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.stay-connect {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stay-connect.email {
  margin-bottom: 2rem;
}

.stay-connect.phone {
  display: none;
}

.team-circles-home-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.sticky-sidebar-container {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: sticky;
  top: 140px;
}

.name {
  color: #0e0e0e;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.anchor-link {
  z-index: 1000;
  background-color: #fff;
  border: .15rem solid #fff;
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.anchor-link.w--current {
  background-color: #0f131600;
  border-width: 1px;
  height: 2.25rem;
}

.btn-banner-text.button-text-bottom {
  text-transform: none;
  position: absolute;
  bottom: -100%;
}

.btn-banner-text.button-text-bottom-full-width {
  width: 100%;
  position: absolute;
  bottom: -100%;
}

.min-height {
  height: 100%;
  min-height: 500px;
}

.home-2-top-hero-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
}

.action-section {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  margin-top: -60px;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testimonial-arrow {
  background-color: #0e0e0e;
  border: 1px #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 120px;
  display: flex;
  inset: 0% -120px 0% auto;
}

.testimonial-arrow.left {
  padding-left: 120px;
  padding-right: 20px;
  inset: 0% auto 0% -120px;
}

.awards-items-list {
  z-index: 1000;
  width: 100%;
  position: relative;
}

.service-item-list {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.dark-preloader {
  z-index: 80;
  background-color: #161616;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-bottom {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.category-list {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  border-left: 1px #bfc5d5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.h6-subtitle-center {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.btn-title-text-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.1em;
}

.btn-title-text-2.black {
  color: #0e0e0e;
}

.link-arrow {
  width: auto;
  height: auto;
}

.portfolio-white-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

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

.white-container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.services-collection-item {
  width: 100%;
}

.client-avatar {
  border: 1px solid #0e0e0e40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 6px;
  display: flex;
}

.btn-circle-4 {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.btn-circle-4.black-borders {
  border-color: #0e0e0e;
}

.story-image {
  border: 1px #000;
  border-radius: 300px;
  width: 15vw;
  height: 21vw;
  position: relative;
  overflow: hidden;
}

.large-video-fill {
  z-index: 5;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-hover-cover-2 {
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.circle-hover-cover-2.testimonial-cover {
  background-color: #fff;
}

.medium-video-fill {
  z-index: 5;
  border-radius: 6px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-line {
  background-color: #ffffff40;
  width: 1px;
  height: 100%;
}

.base-flex-container {
  z-index: 100;
  grid-row-gap: 275px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.dark-color-ov {
  background-color: #0000004d;
  display: none;
  position: absolute;
  inset: 0%;
}

.action-heading-wrapper {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.slider-arrow-2 {
  position: relative;
}

.section-testimanials-2 {
  background-color: #0e0e0e;
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  border-radius: 50px;
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contacts-hero-strip {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}

.footer-circle-preloader {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
}

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

.section-background-wrapper {
  border-radius: 50px;
  margin: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-down {
  z-index: 90;
  position: relative;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-icon.button-icon-top {
  position: absolute;
  top: -100%;
  left: -100%;
}

.medium-team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  inset: -8% auto auto 0%;
  overflow: hidden;
}

.large-photo-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.photo-bg-wrapper, .home-1-video-bg {
  width: 100%;
  height: 100%;
}

.let-s-create-item-container {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.services-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.clip-title-con {
  overflow: hidden;
}

.hero-title-animation-bottom {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.bottom-banner-con {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto .85fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.best-nevo-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 450px;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

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

.icon-top-2 {
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}

.services-nevo {
  width: 100%;
}

.story-content {
  z-index: 100;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-group-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-top {
  width: auto;
  height: auto;
  transform: rotate(-45deg);
}

.btn-wrapper {
  z-index: 1000;
  flex: none;
  position: relative;
}

.section-black {
  background-color: #0e0e0e;
  border-radius: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-black.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.job {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-serv-wrap {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  overflow: hidden;
}

.hero-feedback-home-4 {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.tablet-bottom-description {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.link-btn-wrapper {
  z-index: 100;
  flex: none;
  margin-top: 40px;
  position: relative;
}

.link-btn-wrapper.mb-0 {
  margin-top: 0;
}

.stacked-title-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.they-say {
  grid-column-gap: 10px;
  color: #0e0e0e;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.story-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: grid;
}

.image-full-borders {
  object-fit: cover;
  border: 1px solid #ffffff40;
  border-radius: 500px;
  width: 100%;
  height: 100%;
  padding: 18px;
  position: absolute;
  inset: 0%;
}

.review-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 37rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-title-tag {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 400;
}

.h2-title-tag.black {
  color: #0e0e0e;
}

.services-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.review-top-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.top-banner-con {
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.services-list {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.portfolio-sidebar {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  position: relative;
}

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

.h6-subtitle-black {
  grid-column-gap: 10px;
  color: #0e0e0e;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.scroll-link {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.center-video-wrapper {
  text-align: center;
  justify-content: center;
  width: 80%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.mask {
  width: 90%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.big-team-avatar {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: auto auto -1% 34%;
  overflow: hidden;
}

.center-text-wrapper {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.button-home-5-2 {
  z-index: 105;
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.button-home-5-2.black-borders {
  border-color: #0e0e0e;
  font-weight: 700;
}

.timeline-content {
  z-index: 20;
  border-radius: 9px;
  flex: 1;
  height: 100%;
  position: relative;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  overflow: visible;
}

.dot-black {
  background-color: #0e0e0e;
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.service-top-title {
  color: #0e0e0e;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.section-looping-logos {
  z-index: 20;
  border-bottom: 1px solid #eff9fc1a;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-looping-logos.no-padding {
  background-color: #fff;
  border-top: 1px solid #161616;
  border-bottom-color: #161616;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.stacked-intro {
  z-index: 90;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-avatar-item {
  z-index: 20;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: -10% auto auto 58%;
  overflow: hidden;
}

.h6-subtitle-text {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.h6-subtitle-text.white {
  color: #fff;
}

.grid-review {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.h6-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-item {
  border-radius: 50px;
  margin-bottom: -80px;
  overflow: visible;
}

.portfolio-item:nth-child(odd) {
  padding-top: 80px;
}

.buttons-wrapper {
  z-index: 1000;
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.video-ov {
  background-color: #0e0e0e73;
  background-image: radial-gradient(circle, #0e0e0e0d, #0e0e0e8c);
}

.testimonial-slide {
  width: 100%;
  height: 100%;
}

.slider-services-arrow {
  background-color: #161616;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -30px;
}

.slider-services-arrow.right {
  margin-left: 0;
  margin-right: -72px;
}

.section-bg-wrapper {
  display: none;
  position: relative;
}

.hero-card-slider {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-services {
  background-color: #161616;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.cta-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5em;
}

.about-us-description {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 300;
}

.about-us-description.black {
  color: #0e0e0e;
}

.section-contacts {
  position: relative;
  overflow: hidden;
}

.large-team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
  inset: 25% auto auto 0%;
  overflow: hidden;
}

.large-team-avatar.ava-3 {
  width: 8rem;
  height: 8rem;
  inset: 28% 0% auto auto;
}

.no-shrink-link {
  flex: none;
  display: none;
}

.bottom-con {
  align-items: flex-end;
  display: flex;
}

.bottom-con.center-con.retrait {
  display: none;
}

.bottom-con.right-align {
  z-index: 90;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.story-background {
  background-image: url('../images/yusuf-u-ttI4Nxp-IyU-unsplash.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.story-background.right-image {
  background-image: url('../images/milad-fakurian-PGdW_bHDbpI-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.contacts-container {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-item-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.awards-list {
  padding-bottom: 2rem;
}

.awards-list.pb-0 {
  padding-bottom: 0;
}

.stacked-content {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.avatar {
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.ava-2 {
  background-image: url('../images/Team-10_1Team 10.webp');
}

.avatar.ava-3 {
  background-image: url('../images/Team-8_1Team 8.webp');
}

.avatar.ava-4 {
  background-image: url('../images/Team-12_1Team 12.webp');
}

.avatar.ava-5 {
  background-image: url('../images/Team-11_1Team 11.webp');
}

.logo-image {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: 31px;
}

.logo-image.linea {
  height: 75px;
}

.logo-image.micro, .logo-image.ste-foy, .logo-image.comp, .logo-image.ul {
  height: 60px;
}

.story-background-wrapper {
  position: absolute;
  inset: 0%;
}

.quality-services-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 600;
}

.button-group {
  grid-column-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-description {
  text-indent: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 300;
}

.text-link-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.text-link-wrapper:hover {
  grid-column-gap: 20px;
}

.team-items-2 {
  z-index: 20;
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  inset: auto auto -7% 49%;
  overflow: hidden;
}

.image-base {
  border-radius: 500px;
  width: 100%;
  height: 79vh;
  max-height: 64rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: sticky;
  top: 16vh;
  overflow: hidden;
}

.testimonial-name {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: flex;
}

.line {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.line.top-line {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  inset: 0% 0% auto;
}

.line.top {
  inset: 0% 0% auto;
}

.stacked-info-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.serv-slide {
  border-radius: 300px;
  margin-right: 5px;
  overflow: hidden;
}

.award-item {
  width: 100%;
}

.contact-us-video-item {
  background-image: url('../images/664b7ec1b4027898ea0c4205_work-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-us-video-item.item-3 {
  background-image: url('../images/fetchpik.com-U2Ze40DoXS.jpg');
}

.contact-us-video-item.item-2 {
  background-image: url('../images/maxim-berg-6-NP_CdNqtU-unsplash.jpg');
}

.slide-heading {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25em;
}

.slide-heading.xl {
  font-size: 120px;
  font-weight: 800;
  line-height: 1em;
}

.team-basic--2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-fill-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.background-testimonials {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-logos-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.banner-bottom-description {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.link-lets-create {
  opacity: .5;
}

.link-lets-create:hover {
  opacity: 1;
}

.clip {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-subtitle {
  overflow: hidden;
}

.video-overlay {
  z-index: 5;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.logo {
  border-right: 1px solid #161616;
  justify-content: center;
  align-items: center;
  width: 14vw;
  min-width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo.cookie-consent {
  width: 32px;
  min-width: 0;
  height: 32px;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.white-animation-text {
  color: #fff;
}

.news-description {
  width: 90%;
  margin: 20px auto 0;
}

.small-avatar-item {
  z-index: 20;
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  inset: auto auto -7% 49%;
  overflow: hidden;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-client.center {
  grid-template-columns: auto;
  justify-content: center;
  justify-items: center;
}

.par-hidden {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.logos-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #161616;
  border-bottom: 1px #161616;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 10vh;
  min-height: 10vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.line-fill {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
}

.home-4-looper {
  width: 100%;
  height: 100%;
}

.top-button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.top-button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.team-circles-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: none;
  position: relative;
}

.anchor-link-wrapper {
  z-index: 110;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 75vh;
  margin-bottom: -4.5rem;
  margin-left: -60px;
  display: flex;
  position: sticky;
  bottom: 12.5vh;
}

.service-item {
  grid-column-gap: 4.75rem;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.inside-con {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.link-outline-2 {
  border: 1px solid #fff3;
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  inset: 0%;
}

.image-full {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 500px;
  width: 100%;
  height: 100%;
}

.image-full.imagevalue1 {
  object-position: 50% 50%;
}

.rotating-text {
  padding-right: 60px;
}

.bottom-action-part {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.projects-grid-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-right: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 40px 80px 0;
}

.video-contacts {
  z-index: 1;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  transform: rotate(-10deg);
}

.video-contacts.medium-video {
  width: 145px;
  height: 145px;
  bottom: 29%;
  transform: rotate(10deg);
}

.video-contacts.small-video {
  width: 130px;
  height: 130px;
  position: absolute;
  inset: 17% 0% auto;
}

.video-contacts.large-video {
  z-index: 90;
  width: 140px;
  height: 140px;
  inset: auto auto 22% -7%;
  transform: rotate(8.5deg);
}

.home-1-awards {
  width: 100%;
}

.logos-looping-wrapper {
  z-index: 70;
  border-top: 1px #eff9fc1a;
  position: relative;
  overflow: hidden;
}

.logos-looping-wrapper.left {
  border-top-color: #161616;
  justify-content: flex-start;
  display: flex;
}

.logos-looping-wrapper.right {
  transform-style: preserve-3d;
  border-top-color: #161616;
  border-left: 1px solid #161616;
  justify-content: flex-end;
  display: flex;
  transform: none;
}

.slide-nav-3 {
  justify-content: center;
  align-items: flex-end;
  max-width: 450px;
  height: 24px;
  margin-bottom: 60px;
  display: none;
}

.timeline-inside {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: visible;
}

.top-dot {
  background-color: #aaa;
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.top-dot.white-slider {
  background-color: #fff;
}

.slide-arrow-icon-home-4 {
  z-index: 20;
  position: relative;
}

.action-item {
  width: 100%;
  height: 100px;
}

.team-avatar-item-mini {
  z-index: 20;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  position: absolute;
  inset: 34% auto auto 12%;
  overflow: hidden;
}

.banner-1-title {
  z-index: -1;
  width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  position: relative;
}

.button-home-5 {
  grid-column-gap: 5px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
}

.about-nevo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.page-padding {
  width: 100%;
  padding-left: 60px;
}

.load-2.retrait {
  display: none;
}

.all-category-sidebar {
  margin-top: 0;
  margin-bottom: 0;
}

.center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-bottom: 60px;
}

.black-devider {
  background-color: #0e0e0e;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 100px;
}

.team-basic-home-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.let-s-create-wrapper {
  width: 100%;
  position: relative;
}

.small-fill-video-wrapper {
  z-index: 5;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.top-dot-black {
  background-color: #0e0e0e;
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.bottom-style-spacing-desktop-2 {
  color: #fff;
  position: absolute;
  inset: auto 0% 10% auto;
}

.sg-title-2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.sg-title-2.mb-30 {
  margin-bottom: 20px;
}

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

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

.h2-mobile-2 {
  font-size: 35px;
}

.clip-content {
  width: 100%;
  overflow: hidden;
}

.button-wrapper-2 {
  margin-top: 20px;
  display: inline-block;
}

.grid-header-2 {
  margin-top: 55px;
}

.style-guide-tab-link-2 {
  color: #fff;
  background-color: #ffffff03;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link-2.w--current {
  color: #0e0e0e;
  background-color: #fff;
}

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

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

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

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

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

.primary-style-guide-2 {
  background-color: var(--body-dark);
  border: 1px solid #ffffff40;
  width: 75px;
  height: 75px;
}

.tabs-style-guide-2 {
  width: 100%;
  padding-bottom: 5px;
}

.link-with-icon-2 {
  grid-column-gap: 10px;
  transition: all .3s;
  display: flex;
}

.link-with-icon-2:hover {
  grid-column-gap: 20px;
  opacity: .7;
}

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

.grid-title-2.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.bottom-style-spacing-mobile-2 {
  color: #fff;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.spacing-columns-2 {
  margin-top: 50px;
}

.white-text-span {
  color: #fff;
}

.h3-mobile-2 {
  font-size: 26px;
}

.secondary-nevo-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  min-width: 120px;
  padding: 14px 30px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.secondary-nevo-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.secondary-nevo-button.pagination {
  margin-top: 60px;
}

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

.middlr-style-spacing-mobile-2 {
  color: #fff;
  position: absolute;
  top: 29%;
  right: 0;
}

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

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

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

.top-style-spacing-mobile-2 {
  color: #fff;
  position: absolute;
  top: 5%;
  right: 0;
}

.paragraph-gray-style-guide-2 {
  background-color: var(--par-gray);
  width: 75px;
  height: 75px;
}

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

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

.style-guide-tab-content-wrapper-2 {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper-2.no-spacing {
  grid-row-gap: 0px;
}

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

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

.middle-style-spacing-desktop-2 {
  color: #fff;
  position: absolute;
  inset: 33% 0% auto auto;
}

.style-guide-tabs-menu-2 {
  z-index: 100;
  border-left: 1px solid #fff;
  margin-bottom: 80px;
  display: flex;
}

.color-container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.h1-tablet-2 {
  font-size: 70px;
}

.top-style-spacing-desktop-2 {
  color: #fff;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

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

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

.h1-mobile-2 {
  font-size: 50px;
}

.black-style-guide-2 {
  background-color: var(--black);
  border: 1px solid #ffffff40;
  width: 75px;
  height: 75px;
}

.gallery-background {
  background-image: none;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-background.five {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50%;
}

.gallery-background.four {
  background-image: url('../images/Team-2_1Team 2.webp');
  background-position: 50% 30%;
}

.gallery-background.one {
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50% 40%;
}

.gallery-background.three {
  background-image: url('../images/Team-5_1Team 5.webp');
  background-position: 50% 10%;
}

.gallery-background.two {
  background-image: url('../images/Team-4_1Team 4.webp');
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.tab-link-outline {
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.services-nevo-home-2 {
  width: 100%;
}

.services-nevo-home-2.new {
  display: none;
}

.sticky-image-wrapper {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/maxim-berg-vLfzJSGCU9c-unsplash.jpg'), url('../images/maxim-berg-GsozCOSeyyQ-unsplash.jpg'), url('../images/fetchpik.com-9sEVDmt7IR.jpg'), url('../images/3_13.webp');
  background-position: 50%, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: contain, auto, cover, cover;
}

.sticky-image-wrapper.image-three {
  background-image: url('../images/Team-13_1Team 13.webp');
}

.sticky-image-wrapper.image-one {
  background-image: url('../images/maxim-berg-vLfzJSGCU9c-unsplash.jpg'), url('../images/fetchpik.com-tC5gULijOG.jpg'), url('../images/2_12.webp');
  background-position: 50%, 47%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: contain, cover, cover;
}

.sticky-image-wrapper.image-one.image-two {
  background-image: url('../images/yusuf-u-ttI4Nxp-IyU-unsplash.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/fetchpik.com-tC5gULijOG.jpg'), url('../images/2_12.webp');
  background-position: 0 0, 0 0, 47%, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: cover, auto, cover, cover;
}

.clip-looping-text {
  flex: none;
}

.four-column-2 {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.left-sidebar {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/Team-7_1Team 7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar.two {
  background-image: url('../images/Team-10_1Team 10.webp');
}

.testimonial-avatar.three {
  background-image: url('../images/Team-11_1Team 11.webp');
}

.bg-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-load-top.grey {
  background-color: #161616;
}

.hero-circle-wrap {
  position: relative;
}

.hero-circle-wrap.mod-1 {
  margin-top: 96px;
  margin-right: 0;
}

.left-text-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.stacked-description-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.play-video-button {
  grid-column-gap: 20px;
  background-color: #0000;
  align-items: center;
  display: flex;
}

.hero-circle-dot {
  background-color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 58px;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.large-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.filled-title {
  margin: 0 35px;
  font-family: Mundial, sans-serif;
  font-size: 120px;
  line-height: 1.5em;
}

.main-container {
  z-index: 100;
  width: 100%;
  position: relative;
}

.gallery-arrow {
  z-index: 25;
  color: #0e0e0e;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  inset: 0% auto 0% -75%;
}

.gallery-arrow.right {
  margin-right: 12px;
  inset: 0% -75% 0% auto;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.portfolio-mask {
  width: 100%;
  overflow: visible;
}

.rotate-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: flex;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.lightbox-button {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-stroke {
  color: #161616;
  text-transform: uppercase;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  flex: none;
  padding-right: 10px;
  font-family: Mulish, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1em;
}

.text-stroke.text-2, .text-stroke.text-3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.verticle-slider-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-slider-line.top, .verticle-slider-line.bottom {
  height: 100%;
}

.promo-text-wrapper {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.promo-text-wrapper.small {
  grid-column-gap: 12px;
}

.portfolio-grid {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1200px) minmax(15px, 15px);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.slider-preloader {
  z-index: 90;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.service-column {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #ffffff40;
  border-radius: 250px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 450px;
  min-height: 600px;
  padding: 18px 18px 100px;
  display: grid;
}

.service-column.center {
  margin-top: -80px;
  margin-bottom: 80px;
}

.bg-paralax-circle {
  z-index: 0;
  background-color: #ffffff0f;
  border-radius: 100%;
  width: 520px;
  height: 520px;
  display: block;
  position: absolute;
  top: 190px;
  right: 60px;
}

.feedback-wrapper {
  background-color: #161616;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: -20px;
  position: relative;
}

.home-intro-strip {
  grid-column-gap: 16px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100%;
  max-width: 13vw;
  margin-top: -10rem;
  margin-bottom: -10rem;
  display: grid;
}

.dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.video-dark-ov {
  background-color: #161616d9;
  background-image: linear-gradient(to top, #161616, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 100px 24px 100px 120px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.h6-subtitle-left {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.centered-intro-2 {
  text-align: center;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-image-bar {
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: stretch;
  width: 50%;
  height: 85vh;
  display: flex;
  position: sticky;
  top: 115px;
}

.gall-text {
  z-index: 10;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
}

.awards-content {
  width: 100%;
}

.rotate-heading {
  color: #fff;
  white-space: nowrap;
  font-family: Mulish, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
}

.awards-con-left {
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 85vh;
  display: flex;
  position: sticky;
  top: 115px;
  overflow: hidden;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.sticky-circle {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.img-parallax-wrapper {
  background-image: url('../images/Kernelor_logo-white-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 15vw;
}

.img-parallax-wrapper.small-img-2 {
  background-image: url('../images/Kernelor_logo-light.png');
  height: 10vw;
}

.img-parallax-wrapper.img-3 {
  background-image: url('../images/6619e2bfb88db526ba7da364_3.png');
}

.img-parallax-wrapper.small-img {
  background-image: url('../images/tobias-van-schneider-lHGeqh3XhRY-unsplash-–-grande-taille.png');
  height: 10vw;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.awards-con-right {
  padding-top: 80px;
  overflow: hidden;
}

.text-row {
  flex: none;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.right-main-con {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.left-hero-con {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 20%;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

.stroke-title {
  color: #0e0e0e;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  margin: 0 35px;
  font-family: Mundial, sans-serif;
  font-size: 120px;
  line-height: 1.5em;
}

.reviews-parallax-wrapper {
  width: 100%;
  position: relative;
}

.lightbox-left-button {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
  position: relative;
}

.news-list {
  border-top: 1px solid #ffffff40;
}

.hero-slider {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.our-team-socials {
  z-index: 10;
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sticky-box-list {
  z-index: 200;
  grid-row-gap: 200px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.action-con {
  grid-column-gap: 7rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.home-2-awards {
  width: 100%;
}

.home-intro-image {
  z-index: 1;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-link-wrapper {
  width: 140px;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -55px;
}

.service-icon-wrap {
  z-index: 25;
  background-color: #161616;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: -60px auto auto;
}

.story-description {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.portfolio-list {
  width: 100%;
  height: 100%;
}

.services--4-wrapper {
  z-index: 100;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.page-paralax-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-load-bottom.grey {
  background-color: #161616;
}

.awards-home-2-list {
  z-index: 1000;
  width: 100%;
}

.service-description {
  grid-column-gap: 18px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 100px 20px 0;
  display: grid;
  position: relative;
}

.stacked-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h6-subtitle-black-2 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.team-grid-wrapper {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.play-img {
  filter: invert();
  object-fit: contain;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  position: absolute;
}

.services-list-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.intro-paralax {
  border-radius: 20px;
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  overflow: hidden;
}

.intro-paralax.paralax-slow {
  width: 90%;
}

.intro-paralax.top-paralax-slow {
  z-index: 10;
  width: 90%;
}

.banner-con.right-con {
  z-index: 50;
  width: 45%;
  position: relative;
}

.banner-con.left-con {
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-columns {
  z-index: 100;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-top-content {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.scroll-elements {
  z-index: 100;
  height: 300px;
  display: none;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
}

.testimonial-tabs {
  flex-direction: column;
  display: flex;
}

.rotate-card-image {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h6-subtitle-black-3 {
  grid-column-gap: 10px;
  color: #0e0e0e;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.service-bottom {
  z-index: 20;
  color: #627481;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 250px 250px 0 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
  padding: 0;
  font-size: 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.looping-wrap {
  position: relative;
  overflow: hidden;
}

.hero-link {
  z-index: 100;
  color: #fff;
  background-color: #161616;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.left-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  margin-bottom: 60px;
  display: flex;
}

.left-wrap.full-width {
  width: 90%;
}

.background-services {
  z-index: 40;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-services.service-three {
  z-index: 10;
  background-image: url('../images/4_14.webp');
  background-position: 50% 0;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto;
  overflow: visible;
}

.background-services.service-one {
  background-image: url('../images/Inst-7-1_1Inst 7 (1).webp');
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background-services.service-two {
  background-image: url('../images/1_11.webp');
  background-position: 50%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.scroll-banner-3-link {
  z-index: 70;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -114px auto;
}

.circle-outline {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.bottom-light {
  border-color: #fff;
  inset: auto 0% 0% auto;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.right-light {
  border-color: #fff;
  inset: auto 0 auto auto;
}

.circle-outline.bottom-left-light {
  border-color: #fff;
  inset: auto auto 0% 0%;
}

.circle-outline.top-light {
  border-color: #fff;
  inset: 0% 0% auto auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.left-light {
  border-color: #fff;
  top: auto;
}

.circle-hover-cover {
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-image {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.founders-subtitle {
  color: #fff;
  font-size: 12px;
}

.link-outline, .link-outline-3 {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  inset: 0%;
}

.best-services {
  background-color: #0e0e0e;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.main-slide {
  width: 100%;
}

.hero-portfolio-section {
  border-radius: 50px;
  justify-content: center;
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-portfolio-section.portfolio-2 {
  justify-content: space-between;
  width: 100%;
  min-height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.video-home-2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.agency-span {
  padding-left: .7em;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.sticky-image-2 {
  border-radius: 300px;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.dot-stroke {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot-stroke.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.job-position {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ffffff40;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.footer-socials-2 {
  z-index: 90;
  color: #fff;
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.gallery-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.feedback-main-wrapper {
  align-items: center;
  margin-bottom: 60px;
  padding-left: 20px;
  display: flex;
}

.banner-text {
  z-index: 100;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

.value-description {
  margin-top: 0;
  margin-bottom: 0;
}

.looping-text {
  z-index: 80;
  grid-column-gap: 12px;
  background-color: #161616;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-10-1_1Photo 10 (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  align-items: center;
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
}

.sectiohn-scroll-headings {
  position: relative;
  overflow: hidden;
}

.sectiohn-scroll-headings.mb-60-130 {
  background-color: #0e0e0e;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.services-container-home-4 {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.large-grid-wrapper {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, auto) minmax(auto, 1170px) minmax(15px, auto);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.rotate-card-item {
  perspective: 200vw;
  border: 1px solid #ffffff40;
  border-radius: 300px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 18px;
  display: flex;
  position: relative;
}

.rotate-card-item.border-dark {
  border-color: #0e0e0e40;
}

.story-text-row {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.gallery-content {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#12151a1a, #12151acc);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding: 120px 0 48px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.stacked-info-wrap-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
}

.stacked-services-intro {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sticky-image-box {
  border: 1px solid #0e0e0e40;
  border-radius: 300px;
  width: 100%;
  height: 100%;
  padding: 18px;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.hero-description-home-3 {
  margin-top: 30px;
}

.section-team {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-team.about-us {
  display: none;
}

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

.gallery-mask {
  width: 50%;
  max-width: 700px;
  padding-left: 6px;
  padding-right: 6px;
  overflow: visible;
}

.portfolio-collection {
  width: 100%;
  height: 100%;
}

.agency-container {
  flex: none;
}

.white-borders {
  background-color: #fff;
  height: 120px;
  position: absolute;
  inset: auto 0% -60px;
}

.service-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  border-top: 1px #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  padding-top: 80px;
  display: grid;
}

.awards-sticky-photo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.top-banner-2 {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.slider-link-text {
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.award-sticky-con {
  background-color: #0e0e0e;
  border-top: 1px solid #ffffff40;
  border-bottom: 1px #ffffff40;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 6rem 20px;
  display: flex;
  position: sticky;
  top: 140px;
  bottom: auto;
}

.award-sticky-con.last-con {
  border-bottom-style: solid;
}

.award-sticky-con.item-white-last {
  background-color: #fff;
  border-top-color: #0e0e0e40;
  border-bottom-style: solid;
  border-bottom-color: #0e0e0e40;
}

.award-sticky-con.item-white {
  background-color: #fff;
  border-top-color: #0e0e0e40;
  border-bottom-color: #0e0e0e40;
}

.circle-link-text-2 {
  z-index: 20;
  position: relative;
}

.section-news {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

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

.awards-photo {
  object-fit: cover;
  background-image: url('../images/fetchpik.com-U2Ze40DoXS.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awards-photo.photo-review {
  background-image: url('../images/marek-piwnicki-P99yc6ozHOw-unsplash.jpg');
}

.value-title {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-top-video {
  z-index: 25;
  margin-left: -27.5px;
  position: relative;
}

.hero-circle-dot-medium {
  background-color: #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: auto 46px 0 auto;
}

.gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.gallery-slide {
  height: 80vh;
  overflow: hidden;
}

.hero-circle {
  background-image: url('../images/Team-6_1Team 6.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 300px;
  height: 300px;
  position: relative;
}

.hero-circle.mod-2 {
  background-image: url('../images/Team-14_1Team 14.webp');
  width: 180px;
  height: 180px;
}

.view-link-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.bg-circle-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.rotating-card-text {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.story-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.view-link {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  display: none;
  position: fixed;
  inset: -42px auto auto -55px;
}

.awards-full-hero-wrapper {
  z-index: 100;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.background-img-wrap {
  z-index: 10;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-align {
  align-self: flex-start;
}

.scroll-arrow-icon {
  width: 24px;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.text-title-con {
  flex: none;
}

.large-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1.1em;
}

.feedback-hero-wrap {
  display: flex;
}

.feedback-photo {
  background-image: url('../images/Inst-7-1_1Inst 7 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 4px;
  position: absolute;
  inset: 0%;
}

.feedback-photo.photo-5 {
  background-image: url('../images/Team-15_1Team 15.webp');
  display: none;
}

.feedback-photo.photo-2 {
  background-image: url('../images/1_11.webp');
  background-position: 50%;
}

.feedback-photo.photo-3 {
  background-image: url('../images/Team-14_1Team 14.webp');
}

.intro-box-services {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scroll-bottom {
  color: #fff;
  align-items: center;
  display: flex;
}

.number-values {
  z-index: 35;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.subtitle-wrapper-2 {
  margin-bottom: 24px;
}

.awards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40% 55%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.tabs-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.testimonial-text {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 38px;
  line-height: 1.4em;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px #ffffff4d;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.social-icon-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.width-con {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
}

.item-slide-nav {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 700px;
  height: 50px;
  padding-top: 0;
  display: none;
  top: auto;
  left: auto;
  right: auto;
}

.banner-bg-parallax {
  z-index: 1;
  height: 90vh;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero-circles {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.scroll-top {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.button-banner-text {
  z-index: 20;
  position: relative;
}

.awards-full-container {
  z-index: 100;
  width: 100%;
  position: relative;
}

.tab-link {
  background-color: #0000;
  border: 1px #8e93a526;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  background-color: #0000;
}

.story-text-content {
  flex-direction: column;
  display: flex;
}

.slide-nav-hidden {
  display: none;
}

.dot-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.more-services-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
}

.more-services-wrap:hover {
  grid-column-gap: 20px;
}

.top-services-title {
  color: #0e0e0e;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 600;
}

.top-services-title.services {
  font-size: 23px;
}

.flex-services-wrapper {
  flex-direction: column;
  display: flex;
}

.dot-mouseover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.more-wrapper {
  background-color: #0e0e0e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 36px;
  padding: 8px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.more-wrapper:hover {
  color: #fff;
}

.form-number {
  color: #0e0e0e;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 600;
  display: flex;
}

.top-services-description {
  color: #888;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
}

.form-field-title {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  font-family: Mundial, sans-serif;
  font-weight: 600;
  display: flex;
}

.service-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-fill-line {
  background-color: #0e0e0e;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-fill-line.bottom {
  inset: auto auto 0% 0%;
}

.top-services-item {
  border: 1px solid #0e0e0e40;
  border-left: 1px #ffffff40;
  border-right: 1px #ffffff40;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.service-icon {
  height: 150px;
}

.dot {
  background-color: #0e0e0e;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .6rem;
  min-width: .6rem;
  height: .6rem;
  min-height: .6rem;
  display: none;
  position: relative;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.action-background {
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.light-overlay {
  background-color: #0808084d;
  position: absolute;
  inset: 0%;
}

.light-overlay.gradient {
  background-color: #08080800;
  background-image: linear-gradient(#07090c00 30%, #07090c1a 55%, #07090c40);
}

.light-overlay.v {
  background-color: #16161680;
  background-image: linear-gradient(to top, #07090c00 30%, #07090c1a 55%, #07090c40);
}

.project-item-background {
  z-index: 10;
  border-radius: 250px;
  width: 100%;
  height: 100%;
  padding: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.best-portfolio-title {
  margin-top: 0;
  margin-bottom: 0;
}

.portfolio-main-bg {
  z-index: 10;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 250px;
  position: absolute;
  inset: 0%;
}

.background-wrap {
  z-index: 10;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.skew-background-wrapper {
  z-index: 1;
  border-radius: 250px;
  padding: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-arrow {
  width: auto;
  height: auto;
}

.project-item {
  color: #161616;
  border-radius: 250px;
  width: 100%;
  height: 600px;
  padding: 18px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.hover-cover {
  z-index: 50;
  display: block;
  position: absolute;
  inset: 0%;
}

.skew-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  position: absolute;
  inset: 0%;
}

.project-light-outline {
  z-index: 17;
  border: 1px solid #ffffff40;
  border-radius: 250px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.portfolio-overlay {
  background-color: #0e0e0e00;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.image-dark-cover {
  z-index: 15;
  background-color: #161616;
  margin: -3px;
  display: none;
  position: absolute;
  inset: 0%;
}

.project-white-subtitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.circle-icon {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 36px;
  padding: 12px;
  display: flex;
}

.project-hover-info {
  z-index: 35;
  background-color: #161616;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 400px;
  padding: 36px;
  display: none;
  position: absolute;
  inset: auto auto 0%;
}

.stacked-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.portfolio-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.project-item-wrapper {
  border-radius: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-radius: 50px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 475px;
  padding: 15px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.awards-llist-title {
  align-items: center;
  display: flex;
}

.awards-list-grid {
  z-index: 25;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .3fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.awards-list-item {
  border-bottom: 1px #ffffff1a;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  position: relative;
}

.awards-subtitle {
  color: var(--dark-gray);
  text-transform: capitalize;
  font-family: Lustria, sans-serif;
}

.line-fill-white {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.awards-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

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

.list-image-height {
  border-radius: 100px;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.hover-text.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.list-image-item {
  perspective: 200vw;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.list-image {
  position: relative;
}

.image-fill {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-fill.imgexcellence {
  object-position: 50% 50%;
}

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-blog.without-bottom-padding {
  z-index: -1;
  padding-bottom: 0;
  display: none;
  position: static;
  overflow: hidden;
}

.blig-img-link {
  width: 100%;
  height: 100%;
  position: absolute;
}

.gradient-overlay {
  background-image: linear-gradient(#09080e00, #161616cc 93%);
  position: absolute;
  inset: 0%;
}

.blog-title-text {
  margin-top: 0;
  margin-bottom: 0;
}

.services-content-card {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper-3 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.services-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.paragraph-services {
  z-index: 20;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.offer-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.services-items-home-2 {
  z-index: 80;
  text-align: center;
  border-radius: 200px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.service-bg-ov {
  z-index: 1;
  background-color: #16161680;
  width: 100%;
  height: 200%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-link-wrapper {
  margin-top: 30px;
}

.offer-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.offer-card-wrapper {
  color: #fff;
  border-radius: 300px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
  position: relative;
}

.footer-left-circle {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.footer-center-circle-item {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: none;
  position: absolute;
}

.error-message-black-2 {
  color: #0e0e0e;
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-weight: 500;
}

.footer-circle-center-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-licencing-2 {
  color: #aaa;
  font-family: Lustria, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  display: inline-flex;
}

.footer-licencing-2:hover {
  color: #fff;
}

.footer-you-title {
  color: #0e0e0e;
  justify-content: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.footer-rights-3 {
  grid-column-gap: 5px;
  color: var(--par-gray);
  text-transform: none;
  align-items: center;
  font-family: Mundial, sans-serif;
  line-height: 1.9em;
  display: flex;
}

.footer-rights-3.phone {
  flex: 0 auto;
  display: none;
}

.succes-text-span-2 {
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.footer-right-circle {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 8px;
  display: flex;
  overflow: hidden;
}

.address-link-2 {
  color: #aaa;
  font-family: Lustria, sans-serif;
  font-weight: 400;
  line-height: 1.9em;
}

.address-link-2:hover {
  color: #fff;
}

.footer-arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-family: Mulish, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.footer-circle-text {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-family: Mulish, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: relative;
}

.footer-circle-text.absolute {
  flex: none;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 34px;
  position: static;
}

.footer-socials-3 {
  z-index: 90;
  color: #fff;
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.form-input-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #0e0e0e;
  background-color: #0000;
  border: 1px solid #0e0e0e;
  border-radius: 50px;
  height: 46px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Mundial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .5s ease-in-out;
}

.form-input-2:focus {
  border-style: solid;
  border-color: #0e0e0e40;
  padding-left: 30px;
}

.form-input-2::placeholder {
  color: #0e0e0e;
  font-family: Lustria, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-input-2.message-input {
  border-radius: 15px;
  min-height: 140px;
}

.footer-center-line {
  background-color: #ffffff40;
  width: 1px;
  height: 100%;
}

.footer-center-wrapper {
  justify-content: center;
  height: 150px;
  display: flex;
}

.footer-copyright-3 {
  color: var(--par-gray);
  font-family: Mundial, sans-serif;
  font-weight: 100;
  line-height: 1.9em;
}

.footer-copyright-link-3 {
  color: #fff;
  text-transform: none;
  font-family: Lustria, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
}

.footer-copyright-link-3:hover {
  color: #aaa;
}

.footer-we-title {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.footer-text {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: relative;
}

.footer-bottom-wrapper-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.nevo-footer {
  position: relative;
  overflow: hidden;
}

.large-photo {
  border-radius: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.instagram-nevo {
  width: 100%;
  height: 100%;
}

.background-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.animal-background-img {
  background-image: url('../images/maxim-berg-GsozCOSeyyQ-unsplash.jpg'), url('../images/milad-fakurian-PGdW_bHDbpI-unsplash.jpg'), url('../images/tobias-van-schneider-lHGeqh3XhRY-unsplash-–-grande-taille.png');
  background-position: 50% 0, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, cover, cover;
  width: 105%;
  height: 105%;
  position: absolute;
}

.animal-background-img.img-1 {
  background-image: url('../images/maxim-berg-6-NP_CdNqtU-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.animal-background-img.img-2 {
  background-image: url('../images/maxim-berg-JiM_eFf2O3M-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.animal-background-img.img-3 {
  background-image: url('../images/664b7ec1b4027898ea0c4205_work-2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.animal-background-img.img-4 {
  background-image: url('../images/maxim-berg-3E2xgrlNXq4-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.animal-background-img.animal-one {
  background-image: url('../images/maxim-berg-7m9xEZIN3lQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.hover-circle-wrapper {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 5px;
  display: none;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.outline-hover-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.insragram-icon {
  color: #fff;
  font-family: "Fa brands 400 (old)", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.small-photo {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-collection-list {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-coll-item, .collection-nav-item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-hidden {
  display: none;
}

.fixed-hover-image {
  z-index: 200;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  display: none;
  position: fixed;
  inset: auto auto 36px 36px;
  overflow: hidden;
}

.news-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.news-line {
  background-color: #ffffff40;
  width: 60px;
  height: 1px;
}

.clip-blog-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.news-title-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.list-news-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff40;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.list-news-item:hover {
  opacity: 1;
}

.background-blog {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.blog-clip-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.news-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: end start;
  display: grid;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.slider-portfolio-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.overlay-portfolio {
  background-color: #0e0e0e8c;
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 80px;
  padding-left: 15px;
  display: grid;
  position: relative;
}

.clip-text-wrapper {
  overflow: hidden;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.medium-width {
  max-width: 530px;
}

.portfolio-small-body {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.stacked-porftolio-title {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-2-link-hover {
  position: relative;
}

.portfolio-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
}

.awards-2-list-grid {
  z-index: 25;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr .35fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.awards-2-list-grid.reverce {
  grid-template-columns: .35fr .6fr;
}

.awards-description {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 400;
}

.awards-description.black-description {
  color: #888;
}

.awards-info-con {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.awards-home-2-item {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.awards-data {
  color: var(--par-gray);
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
}

.awards-short-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
}

.awards-short-title.black-title {
  color: #0e0e0e;
}

.overlay-load {
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: center;
  display: grid;
}

.large-stroke-text {
  color: #161616;
  text-transform: uppercase;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  font-weight: 800;
}

.section-top-white {
  z-index: 100;
  margin-top: -120px;
  padding-top: 80px;
  position: relative;
}

.portfolio-3-collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.portfolio-3-collection-list {
  width: 100%;
  height: 100%;
}

.banner-3-text-wrapper {
  z-index: 999;
  perspective: 2000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.curve-block-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: .5px 0% auto;
}

.portrait-background-wrapper {
  z-index: 10;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-img-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.portfolio-img-wrap-tablet {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: visible;
}

.grid-wrap {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, auto) minmax(auto, 1170px) minmax(15px, auto);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.inner-portfolio-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 700px 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-items: center;
  width: 200vw;
  height: 280vh;
  display: grid;
  position: absolute;
}

.black-top-title {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
}

.curve-arrow {
  border: 1px solid #0e0e0e40;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: .5rem;
}

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

.clip-wrap {
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
}

.big-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.arrow-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: rotate(90deg);
}

.project-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5em;
}

.about-con {
  background-color: #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.project-item-middle {
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-item-middle:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.our-work-wrapper {
  grid-row-gap: 160px;
  flex-direction: column;
  display: flex;
}

.stacked-info-wrap-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bottom-line-advantages {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-link-text-3 {
  z-index: 20;
  position: relative;
}

.project-item-3 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-item-3:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.wrapper {
  z-index: 100;
  perspective: 2000px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.circle-image {
  border: 1px solid #0e0e0e40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow {
  justify-content: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.hover-arrow.top {
  position: absolute;
  inset: -100% 0% auto;
}

.tablet-div {
  display: none;
}

.background {
  z-index: 10;
  background-image: url('../images/Inst-6-1_1Inst 6 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-nevo-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-nevo-content.large {
  grid-row-gap: 160px;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.portfilio-3-link {
  border-radius: 300px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.img-scroll-right {
  cursor: pointer;
  border: 1px solid #ffffff40;
  border-radius: 300px;
  justify-content: space-between;
  width: 265px;
  height: 400px;
  padding: 10px;
  transition: all 1s;
  display: flex;
  position: relative;
}

.portfolio-main-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-main-photo.img-1 {
  background-image: url('../images/Team-13_1Team 13.webp');
}

.portfolio-main-photo.img-2 {
  background-image: url('../images/3_13.webp');
}

.portfolio-main-photo.img-3 {
  background-image: url('../images/2_12.webp');
}

.gradient-ov {
  background-color: #0e0e0e80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.par-hidden-2 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.img-scroll-left {
  opacity: 1;
  cursor: pointer;
  border: 1px solid #ffffff40;
  border-radius: 300px;
  width: 330px;
  height: 460px;
  padding: 10px;
  transition: all 1s;
  position: relative;
}

.par-hidden-3 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.project-image {
  z-index: 25;
  flex: 0 auto;
  justify-content: center;
  width: 55%;
  min-height: 500px;
  padding-left: 0;
  padding-right: 9px;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-image:hover {
  opacity: 1;
}

.column-animations {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  width: 105%;
  height: 105%;
  display: none;
  position: absolute;
  inset: auto;
}

.work-bg-video {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.work-bg-video.portfolio-1 {
  display: none;
}

.project-image-wrapper {
  border-radius: 300px 300px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  display: none;
  position: absolute;
  inset: 0%;
}

.top-color {
  z-index: 10;
  background-color: #161616;
  width: 100%;
  height: 100%;
  position: relative;
}

.view-more {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.view-link-item {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 15px;
  display: none;
  position: absolute;
  inset: auto;
}

.view-link-cover-item {
  z-index: 25;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-category-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.work-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

.work-title:hover {
  color: #aaa;
}

.work-title.black {
  color: #0e0e0e;
}

.work-title.black:hover {
  color: #0e0e0ecc;
}

.underline-banner-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

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

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.project-card-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 40%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.work-title-link {
  letter-spacing: 0;
  text-transform: none;
  transition: none;
  position: relative;
}

.portfolio-3-category-link {
  position: relative;
}

.menu-home-4-container {
  width: 100%;
}

.menu-action-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-right: 1px solid #ffffff40;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  display: flex;
}

.about-hero-text {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 24rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.hero-video-wrapper {
  z-index: 1000;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 60vw;
  padding: 6px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.stroke-big-title {
  color: #161616;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

.navbar-base {
  z-index: 3000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.introduction {
  color: #0e0e0e;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  display: none;
}

.play-video-button-black {
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  display: flex;
}

.logo-nevo-2 {
  width: auto;
  height: 50px;
}

.flyout-overlay {
  cursor: pointer;
  background-color: #161616e6;
  position: absolute;
  inset: 0%;
}

.home-4-video-wrapper {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.home-4-video-wrapper.contact-us-page {
  cursor: pointer;
  margin-bottom: 0;
}

.home-4-video-wrapper.contact-us-page.retrait {
  display: none;
}

.youtube {
  border-radius: 30px;
  overflow: hidden;
}

.work-top-con {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #0e0e0e40;
  border-radius: 30px 30px 0 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
  display: flex;
  position: sticky;
  top: 7rem;
}

.lightbox-left-button-black {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
  position: relative;
}

.social-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: none;
}

.hero-loop-text {
  align-items: center;
  width: 99.9vw;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.work-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  display: flex;
  position: relative;
}

.portfolio-white-background {
  background-color: #fff;
  border-radius: 30px;
  flex: 1;
  width: 100%;
}

.portfolio-4-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(32rem, .85fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  display: grid;
}

.work-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.work-hero {
  width: 100%;
}

.navbar-menu-base {
  z-index: 5;
  background-color: #0e0e0e;
  border: 1px solid #ffffff40;
  border-radius: 30px;
  flex-direction: column;
  width: auto;
  margin-top: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-loop {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  height: 15vw;
  font-family: Mulish, sans-serif;
  font-size: 160px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.work-spacer {
  z-index: 20;
  background-color: #0b0c0f;
  height: 2rem;
  position: sticky;
  top: 0;
  bottom: 0;
}

.work-spacer.work-bottom-spacer {
  background-color: #161616;
  height: 1.5rem;
  top: auto;
}

.work-spacer.work-top-spacer {
  background-color: #161616;
  height: 7rem;
}

.black-text-link {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 700;
}

.close-img {
  filter: invert();
}

.work-intro-title {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.home-4-title {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.3em;
}

.icon-top-3 {
  transform: rotate(-45deg);
}

.navbar-menu-lottie {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.navbar-toggle {
  z-index: 100;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
}

.top-portfolio-link-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.work-padding-container {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.menu-dropdown-list {
  background-color: #161616;
  display: none;
}

.menu-dropdown-list.w--open {
  background-color: #ddd0;
  width: 100%;
  inset: 0% 0% auto;
}

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

.menu-bg-overlay {
  z-index: 100;
  background-color: #161616d9;
  display: none;
  position: fixed;
  inset: 0%;
}

.work-list-wrapper {
  perspective: 200vw;
}

.brand-burger-logo-home-4 {
  z-index: 105;
  padding-left: 0;
  position: relative;
}

.brand-burger-logo-home-4:hover {
  opacity: 1;
}

.brand-burger-logo-home-4.w--current {
  transition-property: opacity;
}

.brand-burger-logo-home-4.w--current:hover {
  opacity: 1;
}

.nav-button-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.looping-hero-text {
  color: #fff;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 800;
  line-height: 1.4em;
}

.navbar-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  min-height: 25rem;
  display: flex;
}

.white-small-text {
  color: #fff;
  text-transform: none;
}

.work-bottom-tablet-con {
  z-index: 1000;
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
  display: none;
  position: sticky;
  top: 7rem;
}

.work-list-card {
  perspective: 200vw;
}

.loop-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex: none;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.clip-nav-link {
  z-index: 10;
  flex-direction: column;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #0e0e0e;
  border: 1px solid #ffffff40;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.feedback-white-wrap {
  background-color: #fff;
  border: 1px solid #0e0e0e40;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: -20px;
  position: relative;
}

.feedback-white-wrap.last-item {
  border-style: none;
}

.hero-loop-strip {
  line-height: 1.4em;
  display: flex;
}

.portfolio-content-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: .85fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.home-4-bottom-description {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.full-porfolio-con {
  width: 100%;
}

.about-hero-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 104rem);
  grid-auto-columns: 1fr;
  padding-left: 5vw;
  display: grid;
}

.main-home-4-wrapper {
  z-index: 100;
  width: 100%;
  position: relative;
}

.menu-dropdown {
  position: static;
}

.menu-action {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin-top: .4rem;
  margin-left: .625rem;
  margin-right: .625rem;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.hero-navbar-home-4 {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: static;
}

.portfolio-right-background {
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.navbar-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-right: 1px solid #ffffff40;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: center;
  height: 100%;
  padding: 2.5rem 2.5rem 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar-link.no-bottom-border-last-item {
  border-right-style: none;
}

.navbar-link.no-border-item-1.portfolio, .navbar-link.no-border-item-2.specialists {
  display: none;
}

.hero-video-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.menu-overlay {
  z-index: 5;
  cursor: pointer;
  background-color: #161616;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.white-burger-text-link {
  color: #fff;
  text-transform: none;
  font-size: 28px;
  line-height: 1.4em;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-property: opacity;
  display: grid;
  position: absolute;
  inset: auto auto -48px;
}

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

.navbar-menu-line {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 1px;
}

.button-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon-wrapper.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.page-4-hero-wrapper {
  background-color: #161616;
  width: 100%;
}

.portfolio-content-right {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 50px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 5vw;
  padding: 0;
  display: grid;
  position: relative;
}

.navbar-home-4 {
  z-index: 100000;
  color: #000;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 15px 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.work-intro {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 2rem;
  display: flex;
}

.bottom-container-home-4 {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.toggle-spacer {
  height: .325rem;
}

.portfolio-list-main-container {
  grid-row-gap: 60px;
  flex-direction: column;
  padding-bottom: 40px;
  display: flex;
}

.icon-nav-menu {
  flex: none;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}

.button-home-5-3 {
  grid-column-gap: 5px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
}

.menu-logo.menue-logo-bottom {
  position: absolute;
  bottom: -100%;
}

.right-burger-con {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.photo-portfolio-bg {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 600px 600px 0 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  transform: scale(.95);
}

.hover-arrow-wrap.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.work-category-link-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.work-category-link-2.black {
  color: var(--black);
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.arrow-small-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.work-card-item {
  grid-row-gap: 40px;
  color: #000;
  border-radius: 1rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.portfolio-info-content {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-portfolio-bg {
  border-radius: 600px 600px 30px 30px;
  width: auto;
  height: auto;
  margin: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clip-faq-numbers {
  position: relative;
  overflow: hidden;
}

.portfolio-bg-wrapper {
  border: 1px solid #0e0e0e40;
  border-radius: 600px 600px 30px 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-info-card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.off-page-menu {
  z-index: 101;
  background-color: #161616;
  flex-direction: column;
  width: 100vw;
  padding-top: 160px;
  padding-left: 36px;
  padding-right: 5vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.loader-white {
  z-index: 10;
  background-color: #fff;
  border-radius: 50px;
  width: 0%;
  height: 2px;
  position: relative;
}

.preloader {
  z-index: 9900;
  background-color: #161616;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader-image-background {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-5-collection-list {
  width: 100%;
  height: 100%;
}

.text-loader {
  z-index: 9980;
  color: #fff;
  mix-blend-mode: difference;
  font-size: 12rem;
  font-weight: 400;
  position: absolute;
  top: 60%;
  right: 50%;
}

.nav-burger-menu {
  background-color: #0000;
  justify-content: center;
  padding: 15px 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.works-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  padding-right: 12px;
  display: grid;
  overflow: auto;
}

.burger-icon {
  z-index: 102;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 14px;
  display: flex;
  position: relative;
}

.preloader-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader-container {
  z-index: 80;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 60px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% -60px;
}

.work-list-collection-item:first-child {
  border-top: 1px solid #ffffff40;
}

.slider-home-component {
  z-index: 100;
  position: relative;
}

.portfolio-5-collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.loader-con {
  background-color: #ffffff0d;
  border-radius: 50px;
  width: 100%;
  height: 2px;
  position: relative;
}

.image-cover-preloader {
  object-fit: cover;
  border-radius: 300px 300px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-cover-preloader.img-cover-1 {
  z-index: 9970;
  background-image: url('../images/Team-5_1Team 5.webp');
  background-position: 50%;
  background-size: cover;
}

.image-cover-preloader.img-cover-3 {
  z-index: 9950;
  background-image: url('../images/Team-16_1Team 16.webp');
  background-position: 50%;
  background-size: cover;
}

.image-cover-preloader.img-cover-2 {
  z-index: 9960;
  background-image: url('../images/Team-2_1Team 2.webp');
  background-position: 50%;
  background-size: cover;
}

.preloader-wrapper {
  background-color: #161616;
  width: 100vw;
  height: 100vh;
}

.left-arrow {
  align-items: flex-start;
  width: 12%;
  height: auto;
  display: flex;
  top: auto;
  bottom: 220px;
  left: 20%;
}

.best-works-list {
  flex-direction: column;
  width: 47vw;
  height: 100%;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.no-shrink-btn {
  flex: none;
  display: inline-block;
}

.lottie-menu {
  z-index: 200;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
}

.right-header-wrap {
  z-index: 105;
  grid-column-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  width: 47vw;
  display: flex;
  position: relative;
}

.desktop-hidden {
  width: 100%;
  display: block;
}

.our-links, .slide-nav-4 {
  display: none;
}

.portfolio-5-collection-item {
  width: 100%;
  height: 100%;
}

.no-shrink-link-burger {
  flex: none;
  display: inline-block;
}

.dual-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 47vw;
  margin-bottom: 40px;
  margin-left: auto;
  display: grid;
}

.burger-links-tablet {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.latest-works-title {
  margin-top: 0;
  margin-bottom: 0;
}

.portfolio-slider {
  background-color: #0000;
  height: auto;
}

.primary-button-3 {
  color: #0e0e0e;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  min-width: 120px;
  padding: 14px 30px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-button-3:hover {
  opacity: 1;
  color: #fff;
  background-color: #0000;
}

.right-arrow {
  justify-content: flex-end;
  width: 12%;
  height: auto;
  display: flex;
  top: auto;
  bottom: 220px;
  right: 20%;
}

.preloader-image {
  width: 16rem;
  height: 20rem;
  position: relative;
}

.preloader-image.wrapper-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-image.preloader-right {
  position: absolute;
  inset: auto 5% 0% auto;
}

.preloader-image.preloader-left {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 auto auto 5%;
}

.burger-links {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.page-wrapper {
  background-color: #161616;
}

.brand-burger-logo {
  z-index: 105;
  padding-left: 0;
  position: relative;
}

.brand-burger-logo:hover {
  opacity: 1;
}

.brand-burger-logo.w--current {
  transition-property: opacity;
}

.brand-burger-logo.w--current:hover {
  opacity: 1;
}

.slider-portfolio-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider-ov {
  background-color: #0e0e0e5c;
  background-image: linear-gradient(#0e0e0e8c, #0000);
  position: absolute;
  inset: 0%;
}

.portfolio-5-hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.link-portfolio {
  position: relative;
}

.slider-bg-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-links-con {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.portfolio-5-link {
  z-index: 100;
  border-radius: 300px 300px 0 0;
  width: 18rem;
  height: 24rem;
  overflow: hidden;
}

.home-hero-slide-image {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-bg-image-wrapper {
  z-index: 10;
  width: 100%;
  position: relative;
}

.portfolio-main-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
}

.portfolio-2-link {
  position: relative;
}

.par-hidden-4 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.home-hero-slide {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.portfolio-5-title-wrapper {
  z-index: 30;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-hero-slide-top {
  z-index: 15;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quick-portfolio-list-item {
  color: #161616;
  border-bottom: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  padding: 36px 18px;
  text-decoration: none;
  display: flex;
}

.portfolio-link-con {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.portfolio-burger-title {
  margin-top: 0;
  margin-bottom: 0;
}

.quick-link-arrow {
  object-fit: none;
}

.best-portfolio-img {
  width: 30vw;
  position: absolute;
  inset: 0% auto 0% -30vw;
  overflow: hidden;
}

.best-portfolio-img.portfolio-photo {
  background-image: url('../images/Team-14_1Team 14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 600px 600px 0 0;
  width: 40vw;
  inset: 155px auto 15px 15px;
}

.photo-work {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.photo-work.hover-photo {
  z-index: 10;
}

.video-btn-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.bottom-banner-description {
  width: 100%;
  padding-left: 15px;
}

.hero-loop-about-us {
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  height: 10vw;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.faq-cross-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.about-hero-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: .65fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 96vh;
  display: grid;
}

.video-outline-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrap.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline-wrap.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-faq-item {
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.hero-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.hero-faq-item.portfolio {
  display: none;
}

.banner-grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-tablet-video {
  border: 1px solid #ffffff40;
  border-radius: 600px;
  width: 300px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding: 40px 0 20px;
  transition: all .5s;
  display: grid;
}

.home-faq-top:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.solid-video-work-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.video-icon {
  width: 16px;
  margin-left: 2px;
}

.loop-about-us-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.hero-rotate-video-wrapper {
  border: 1px solid #ffffff40;
  border-radius: 600px;
  width: 300px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.video-button-fill {
  background-color: #fff3;
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.our-video-ligxtbox {
  border-radius: 6px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-video-ligxtbox:hover {
  opacity: 1;
}

.horizontal-faq-line {
  background-color: #fff;
  width: 14px;
  height: 2px;
}

.h6-subtitle-black-4 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.faq-description {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.curve-block-right {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  height: 0;
  display: grid;
  position: absolute;
  inset: 1px 0% auto;
}

.tab-bottom-content {
  border-top: 1px #fff3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.hero-looping-strip {
  display: flex;
}

.text-size-small {
  color: #fff;
  line-height: 1.35;
}

.about-hero-right {
  justify-content: center;
  align-items: center;
  padding-bottom: 20%;
  display: block;
  overflow: hidden;
}

.hero-rotate-base {
  z-index: 50;
  perspective: 200vw;
  width: 40%;
  height: 100%;
  position: absolute;
}

.top-about-us-banner {
  z-index: 100;
  position: relative;
}

.text-size-large {
  color: #fff;
  font-family: Mundial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-rotate-container {
  z-index: 25;
  perspective: 200vw;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

.vertical-faq-line {
  background-color: #fff;
  width: 2px;
  height: 14px;
  position: absolute;
}

.explore-our-offers {
  z-index: 200;
  position: relative;
}

.about-nevo-white-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.video-button-wrapper {
  padding: 60px;
  display: block;
  overflow: visible;
}

.hero-loop-strip-text {
  align-items: center;
  width: 100vw;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle-link-text-4 {
  z-index: 20;
  text-transform: none;
  position: relative;
}

.hero-rotate-item {
  z-index: 25;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-work-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-work-outline.bottom {
  inset: auto 0% 0% auto;
}

.right-faq-con {
  width: 100%;
}

.about-hero-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.video-work-button {
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.line-faq-fill {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
}

.hover-text-container.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.tab-bottom {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-top: 1px #ffffff40;
  border-radius: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.about-nevo-banner {
  width: 100%;
  position: relative;
}

.full-width-faq-list {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.rotate-video-item {
  border-radius: 600px;
  width: auto;
  height: auto;
  margin: 10px;
  position: absolute;
  inset: 0%;
}

.package-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.fill-circle {
  background-color: #fff;
  width: 100%;
  height: 0%;
}

.pricing-list {
  text-align: left;
}

.link-outline-4 {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  inset: 0%;
}

.pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  border-top: 1px #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  width: 100%;
  padding-top: 80px;
  display: grid;
}

.dark-inner-ov {
  z-index: -5;
  background-color: #0e0e0ee6;
  background-image: linear-gradient(to top, #0e0e0e26, #0000);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 213px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dark-inner-ov.our-pricing, .dark-inner-ov.our-team {
  padding-top: 220px;
}

.cicrle-banner-wrapper {
  mix-blend-mode: difference;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cicrle-banner-wrapper.our-team {
  width: 300px;
  height: 300px;
}

.top-package-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.list-pricing-item {
  margin-top: 0;
  margin-bottom: 0;
}

.span-from {
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
}

.underline-link-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ball-animation {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.inner-video-bg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.pricing-description-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.all-services-nevo {
  flex-direction: row;
  width: 100%;
}

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

.services-hero-collection-item {
  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;
  width: 100%;
  display: flex;
}

.primary-nevo-button-black {
  border: 1px solid var(--body-dark);
  background-color: var(--body-dark);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  min-width: 120px;
  padding: 14px 30px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-nevo-button-black:hover {
  opacity: 1;
  color: var(--body-dark);
  background-color: #0000;
}

.primary-nevo-button-black.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.secondary-nevo-button-black {
  border: 1px solid var(--body-dark);
  color: var(--body-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  min-width: 120px;
  padding: 14px 30px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.secondary-nevo-button-black:hover {
  background-color: var(--body-dark);
  opacity: 1;
  color: var(--white);
}

.secondary-nevo-button-black.pagination {
  margin-top: 60px;
}

.about-our-team {
  z-index: 200;
  margin-top: -80px;
  position: relative;
}

.filter-services-nevo {
  flex-direction: row;
  width: 100%;
}

.services-filter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.services-filter-item {
  justify-content: space-between;
  width: 45%;
  display: flex;
}

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

.blog-template-wrap.banner {
  max-width: 100%;
}

.blog-arrow {
  z-index: 100;
  filter: invert(0%);
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.error-message-black-3 {
  color: #0e0e0e;
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-weight: 500;
}

.scroll-blog-link {
  z-index: 100;
  background-color: #161616;
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 130px 0% auto;
  overflow: hidden;
}

.clip-group-section {
  z-index: 90;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clip-group-section.services {
  position: static;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #04090c;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px 18px;
  display: grid;
}

.overlay-details-content {
  background-color: #1616164d;
  background-image: linear-gradient(to top, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.scroll-blog-circle {
  z-index: 100;
  border: 1px solid #fff3;
  border-bottom-color: #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.details-body {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
}

.event-inquire-top {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.support-services-link {
  color: #0e0e0e;
  text-transform: none;
  line-height: 1em;
}

.support-services-link:hover {
  color: #0e0e0eb3;
}

.underline-banner-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.contact-us-icon {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 1em;
}

.contact-us-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.link-hover-fill-2 {
  background-color: #fff;
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.data-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.contacts-service {
  grid-row-gap: 30px;
  border-left: 1px solid #0e0e0e;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 15px;
  padding-left: 25px;
  display: flex;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.background-blog-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  display: grid;
}

.details-card {
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 110px;
  overflow: hidden;
}

.start-title {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.2em;
}

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

.field-block.cell {
  flex-flow: column;
  display: flex;
}

.dark-line {
  background-color: #0e0e0e;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle-link-wrapper-2 {
  margin: -48px;
  padding: 48px;
}

.feild-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message-black {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding: 0;
}

.section-servive-details {
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  height: 600px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inquire-avatar {
  border-radius: 100px;
  flex: none;
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.subtitle-data {
  color: #aaa;
  font-family: Lustria, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 65%;
  min-height: 450px;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.white-success-text {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-details-background-image {
  background-image: url('../images/Photo-10-1_1Photo 10 (1).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.contacts-detail-2 {
  align-items: center;
  display: flex;
}

.grid-event {
  z-index: 100;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.services-details {
  background-color: #161616;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.rich-services-text h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-services-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-services-text p {
  text-align: justify;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 300;
}

.rich-services-text figure {
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.rich-services-text ul {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

.banner-paragraph {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-details-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 55px;
}

.content-details {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.content-blog-details-wrap {
  z-index: 100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.field-label {
  color: #0e0e0e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-size: 14px;
}

.data-line {
  background-color: #fff;
  width: 40px;
  height: 1px;
}

.awards-con-tablet {
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 85vh;
  display: none;
  position: sticky;
  top: 115px;
  overflow: hidden;
}

.portfolio-section {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  margin-top: -60px;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.portfolio-section.portfolio-3 {
  align-items: center;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.action-background-2 {
  background-image: url('../images/Photo-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.nevo-reviews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  display: flex;
}

.awards-data-3 {
  text-transform: uppercase;
}

.awards-data-3.black-text {
  color: #0e0e0e;
}

.error-message-black-4 {
  color: #0e0e0e;
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-weight: 500;
}

.icon-top-4 {
  transform: rotate(-45deg);
}

.form-title {
  border-bottom: 1px #eff9fc1a;
  width: 100%;
  padding-bottom: 0;
}

.loop-text-contact-us {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex: none;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.form-bg {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.contact-us-title {
  color: #0e0e0e;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2em;
}

.contact-us-form {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-right: 5vw;
  padding: 70px 0 0;
  display: grid;
  position: relative;
}

.button-home-5-4 {
  grid-column-gap: 5px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
}

.rotating-proccess-text {
  padding-right: 60px;
}

.stacked-info-wrap-5 {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.par-hidden-5 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.hover-corner-wrapper {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto -70px -70px auto;
  overflow: hidden;
  transform: rotate(45deg);
}

.hero-inner-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.corner-arrow {
  z-index: 25;
  width: 25px;
  position: relative;
}

.corner-link {
  z-index: 300;
  border: 1px #add4e01f;
  border-radius: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.corner-link:hover {
  opacity: 1;
}

.section-background-wrapper-2 {
  border-radius: 10px;
  margin: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-3-content-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 75%;
  display: flex;
}

.banner-portfolio-title {
  margin-top: 0;
  margin-bottom: 0;
}

.bg-video-banner-3 {
  width: 100%;
  height: 100%;
}

.slide-intro-con {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  position: relative;
}

.circle-link-text-5 {
  z-index: 20;
  position: relative;
}

.hover-corner {
  background-color: #161616;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-banner-overlay {
  z-index: 3;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.video-banner-overlay.dark {
  background-color: #0000008c;
  background-image: linear-gradient(to top, #0009, #0000);
}

.project-item-4 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-item-4:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.slider-background-base {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-background {
  position: absolute;
  inset: 0%;
}

.hero-section-news {
  color: #fff;
  justify-content: center;
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.slider-video-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-background.three {
  background-image: none;
}

.portfolio-1-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-category-link-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.underline-banner-link-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.body-portfolio-2 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 105px;
  padding-bottom: 10px;
  display: flex;
}

.black-preloader {
  z-index: 100;
  background-color: #161616;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.circle-link-text-6 {
  z-index: 20;
  position: relative;
}

.grid-wrap-2 {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 100% 15px;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.background-wrapper-2 {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-section {
  z-index: 100;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.work-category-link-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.portfolio-details-title {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.h6-portfolio-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.h6-portfolio-subtitle.reviews-subtitle {
  justify-content: center;
  margin-bottom: 30px;
}

.portfolio-stage-info {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 875px;
  display: flex;
}

.anchor-link-2 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff40;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link-2:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link-2.w--current {
  background-color: #ffffff03;
  padding-left: 24px;
  padding-right: 24px;
}

.gallery-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-gall-wrap {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.project-stage-title {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  display: flex;
}

.info-services {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.subtitle-customer {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.portfolio-rich-text h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.featured-work-slider {
  z-index: 100;
  background-image: linear-gradient(#0009, #0009), url('../images/Photo-10-1_1Photo 10 (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-portfolio {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.slide-nav-12 {
  display: none;
}

.testimonial-name-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.link-wrap {
  align-self: center;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 41px;
  position: absolute;
}

.meta-card {
  grid-row-gap: 30px;
  text-align: center;
  border-right: 1px solid #ffffff40;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: flex;
}

.meta-card.last-card {
  border-right-style: none;
}

.outline {
  border: 1px solid #afafaf80;
  border-bottom-color: #ffffff40;
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.hover-cover-portfolio-details {
  background-color: #ffffff03;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-arrow-icon-left {
  width: 12px;
  height: 12px;
}

.portfolio-top-subtitle {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.circle-link-hover-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.collection-gallery-list {
  z-index: 100;
  width: 100%;
}

.button-link-text {
  z-index: 25;
  letter-spacing: .22em;
  font-size: 12px;
  position: relative;
}

.slider-arrow-icon-right {
  width: 12px;
  height: 12px;
}

.bottom-slider-arrow-portfolio {
  border: 1px solid #ffffff4d;
  border-style: solid none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.subtitle-home-1 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.project-arrow {
  width: 12px;
  height: 12px;
}

.stages-sidebar {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 40%;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 140px;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.testimonial-intro-text {
  font-size: 32px;
  line-height: 1.5em;
}

.hover-slider-arrow {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.testimonial-hero-name {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-socials-5 {
  z-index: 90;
  color: #fff;
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.client {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.client.top-wrapper {
  justify-content: center;
}

.content-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.prev-portfolio {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.centered-intro {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.portfolio-socials {
  z-index: 10;
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161616;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.project-stage {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.medium-width-2 {
  width: 88%;
}

.client-quote-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-portfolio-details {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.gall-item {
  justify-content: space-between;
  display: flex;
}

.portfolio-main-title-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slide-2 {
  z-index: 20;
  position: relative;
}

.slider-grid-wrapper {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.title-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.stage-banner {
  border-radius: 50px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.client-avatar-2 {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.portfolio-meta {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.portfolio-hero-banner {
  border-radius: 50px;
  flex: 1;
  justify-content: center;
  min-height: 725px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.project-pagination-wrapper-2 {
  z-index: 100;
  align-items: stretch;
  display: flex;
  position: relative;
}

.portfolio-main-section {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.anchor-list {
  border-top: 1px solid #ffffff40;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-stage-list {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.overlay-portfolio-details {
  background-color: #16161680;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.overlay-portfolio-details.gradient {
  background-image: linear-gradient(to top, #000000bf, #0000);
}

.portfolio-3-category-link-2 {
  position: relative;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.portfolio-details {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 140px;
}

.bottom-slider-arrow-portfolio.right {
  border-left-style: solid;
}

.portfolio-image-cover {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.gallery-lightbox {
  width: 100%;
}

.gallery-lightbox:hover {
  opacity: 1;
  color: #fff;
}

.gallery-image-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solid-view-circle-2 {
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle-2:hover {
  opacity: 1;
}

.solid-view-circle-2.portfolio-details {
  z-index: 50;
}

.gallery-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-image-portfolio-details {
  border-radius: 600px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.icon-2 {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.section-shop {
  background-color: #161616;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.shop-tab-link {
  color: #aaa;
  background-color: #0000;
  padding: 10px 30px;
}

.shop-tab-link:hover {
  color: #ffffffb3;
}

.shop-tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.shop-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.shop-tab-link.all-projects.w--current {
  color: #fff;
}

.shop-tab-link.all-projects.w--current:hover {
  color: #ffffffb3;
}

.shop-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.shop-main-tabs {
  width: 100%;
}

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

.collection-filter-blog-1 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -80px;
  display: grid;
}

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

.collection-product-list-wrapper.blog-category {
  width: 100%;
}

.portfolio-3-image {
  border-radius: 600px 600px 30px 30px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-portfolio-3 {
  background-color: #16161680;
  position: absolute;
  inset: 0%;
}

.portfolio-3-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.project-3-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff40;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.blog-1-arrow {
  width: 12px;
  height: 12px;
}

.background-portfolio-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-category {
  color: #fff;
  background-color: #161616;
  border-radius: 100px 0 0 100px;
  padding: 8px 20px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  inset: auto 0 250px auto;
}

.product-category:hover {
  color: #fff;
}

.product-category.blog-1 {
  z-index: 20;
}

.product-category.blog-1-filter {
  z-index: 20;
  bottom: 125px;
}

.par-hidden-6 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.scroll-cover {
  z-index: 25;
  background-color: #161616;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.underline-hover-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.top-text-blog {
  display: inline-block;
}

.review-photo {
  border-radius: 50px;
  width: 35%;
  position: relative;
  overflow: hidden;
}

.avatar-name {
  margin-top: 0;
  margin-bottom: 0;
}

.avatar-photo {
  background-image: url('../images/Team-7_1Team 7.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
}

.short-title {
  margin-bottom: 20px;
}

.slider-blog-arrow {
  border-right: 1px solid #ffffff40;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 80px;
  padding-right: 0;
  left: auto;
}

.underline-banner-link-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.main-avatar-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.testimoninal-home-3 {
  width: 57%;
}

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.white-review {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.9em;
}

.blog-intro-content-wrapper {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 60%;
  min-height: 450px;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.review-blog-detail {
  background-color: #161616;
  border: 1px solid #ffffff40;
  border-radius: 50px;
  width: 100%;
  padding: 40px;
  overflow: hidden;
}

.rich-blog-post-text p {
  margin-bottom: 0;
}

.rich-blog-post-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.rich-blog-post-text figure {
  border-radius: 30px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-template-pagination-link-2 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-pagination-link-2:hover {
  opacity: 1;
}

.general-review-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

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

.quote-large {
  width: 40px;
}

.blog-details-link {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-clip-details-link {
  overflow: hidden;
}

.section-blog-details {
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.avatar-position {
  color: #fff;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.post-container {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.post-container.right-align {
  text-align: right;
}

.photo-autor {
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.avatar-info {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.banner-blog-description {
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mundial, sans-serif;
  font-weight: 300;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.par-hidden-7 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.wrapper-blog-classic {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.list-grid {
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}

.blog-content {
  width: 45%;
}

.blog-info-title {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.subtitle-data-blog {
  color: #fff;
  font-weight: 400;
}

.blog-image-container {
  border: 1px solid #ffffff40;
  border-radius: 600px;
  width: 50%;
  height: 300px;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

.blog-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-container:hover {
  opacity: 1;
}

.description {
  color: #aaa;
  text-transform: none;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lustria, sans-serif;
  font-weight: 400;
  line-height: 1.9em;
}

.blog-owerlay {
  z-index: 10;
  background-color: #16161680;
  position: absolute;
  inset: 0%;
}

.hover-line-fill-white {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.blog-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.image-blog-posts {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 600px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.list-blog-item {
  color: #000;
  border-bottom: 1px solid #ffffff40;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-2-list {
  width: 100%;
}

.sidebar-recent-posts-2 {
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
}

.sidebar-categories-2 {
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 30px;
  padding: 20px 20px 30px;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-blog-3-item {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
}

.collection-blog-3-item:nth-child(odd) {
  margin-bottom: -80px;
}

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

.collection-list-8 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

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

.blog-3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
}

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

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

.sidebar-search-2 {
  background-color: #0000;
}

.blog-form-input-white {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 50px;
  height: 46px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .5s ease-in-out;
}

.blog-form-input-white:focus {
  border-style: solid;
  border-color: #fff;
  padding-left: 30px;
}

.blog-form-input-white::placeholder {
  color: #aaa;
  font-size: 16px;
}

.recent-title {
  margin-top: 0;
}

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

.blog-sidebar-right-wrapper-2 {
  width: 36%;
  position: sticky;
  top: 110px;
}

.blog-3-form-white {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #ffffff40;
  border-radius: 35px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 15px;
  display: flex;
  position: relative;
}

.blog-3-form-white.search {
  flex-flow: row;
}

.underline-link-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  position: relative;
}

.hover-blog-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-blog-line.top {
  top: -1px;
  bottom: auto;
}

.blog-title-link {
  letter-spacing: 0;
  text-transform: capitalize;
}

.blog-title-link:hover {
  opacity: 1;
}

.clip-blog-link {
  overflow: hidden;
}

.hover-blog-3-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.blog-3-card-content {
  z-index: 25;
  grid-row-gap: 140px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-blog-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-category-wrapper {
  align-self: flex-start;
}

.card-background {
  width: 110%;
  height: 120%;
  position: absolute;
  inset: auto;
}

.link-arrow-3 {
  width: 12px;
}

.overlay-blog-dark {
  background-color: #1616168c;
  background-image: linear-gradient(#16161673, #0000);
  position: absolute;
  inset: 0%;
}

.subtitle-home-2 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-3-card {
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-3-card-info {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0 36px;
  display: flex;
}

.background-blog-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.blog-card-strip {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-top: 1px solid #afafaf80;
  border-bottom: 1px solid #afafaf80;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
  overflow: visible;
}

.blog-card-strip:hover {
  opacity: 1;
}

.sidebar-recent-post-2 {
  z-index: 100;
  letter-spacing: 0;
  text-transform: capitalize;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.sidebar-recent-post-2:hover {
  opacity: 1;
}

.recent-posts-con {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hover-blog-cover {
  background-color: #ffffff03;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.tab-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top-2:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.tab-top-2.recent-posts {
  padding: 0;
}

.tab-top-2.recent-posts:hover {
  padding-right: 20px;
}

.subtitle-blog {
  color: #fff;
  margin-top: 0;
}

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

.subtitle-gray {
  color: var(--par-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-weight: 500;
}

.article-2 {
  width: 100%;
}

.sidebar-link-category {
  color: #0e0e0e;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px 12px 7px;
  line-height: 1em;
  transition-duration: .45s;
  display: inline-block;
}

.sidebar-link-category:hover {
  color: #fff;
  background-color: #0000;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.error-message-white {
  color: #fff;
  text-align: center;
  background-color: #0000;
  margin-top: 25px;
  padding: 0;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-text {
  color: #fff;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-form-coming-soon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.loop-intro-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loop-section {
  z-index: 10;
  width: 100%;
  position: relative;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loop-image-wrapper {
  border-radius: 600px;
  width: 100%;
  padding-top: 150%;
  position: relative;
  overflow: hidden;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.success-message-2 {
  color: #161616;
  background-color: #eef4f8;
  border-radius: 30px;
  width: 100%;
  padding: 20px;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #16161640;
  position: absolute;
  inset: 0%;
}

.coming-soon-form-con {
  z-index: 400;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.subscribe-form-white {
  z-index: 10;
  grid-column-gap: 15px;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 6px 8px;
  display: flex;
  position: relative;
}

.no-shrink-footer {
  flex: none;
}

.no-shrink-footer.full-mobile {
  position: relative;
}

.h1-stroke-span {
  color: #161616;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.success-black-text {
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.coming-soon-heading-3 {
  text-transform: uppercase;
  width: 95%;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 800;
}

.form-input-white {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 50px;
  height: 46px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .5s ease-in-out;
}

.form-input-white:focus {
  border-style: solid;
  border-color: #fff;
  padding-left: 30px;
}

.form-input-white::placeholder {
  color: #aaa;
  font-size: 16px;
}

.form-input-white.mb-15 {
  margin-bottom: 15px;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-page-wrapper {
  z-index: 100;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licensing-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.licensing-paragraph-2.last-item {
  margin-right: 0;
}

.licencing-top-line {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.licencing-top-line.black {
  background-color: #0e0e0e;
  inset: auto auto 0% 0%;
}

.licensing-images-wrap {
  width: 100%;
  position: relative;
}

.license-link {
  transition-duration: .45s;
}

.license-link:hover {
  color: #aaa;
}

.license-link.black {
  color: #0e0e0e;
}

.license-link.black:hover {
  color: #0e0e0ecc;
}

.section-white {
  background-color: #fff;
  border-radius: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.licensing-image-link {
  border-radius: 600px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.licence-title {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-title.black {
  color: #0e0e0e;
}

.license-link-wrap {
  grid-column-gap: 50px;
  margin-left: auto;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.licensing-title-wrapper.black {
  padding-bottom: 30px;
}

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

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.par-hidden-8 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.section-licensing {
  z-index: 1;
  background-color: #161616;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.licencing-overlay {
  z-index: 10;
  background-color: #16161680;
  position: absolute;
  inset: 0%;
}

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

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

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

.par-hidden-9 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.changelog-description {
  margin-top: 0;
  margin-bottom: 0;
}

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

._404-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.error-404-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

._404-logo-wrapper-2 {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-content {
  position: relative;
}

.bg-404-video {
  background-image: linear-gradient(#0e0e0ed9, #0e0e0ed9);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._404-png-title {
  z-index: 100;
  width: auto;
  height: 130px;
  position: relative;
}

._404-title {
  z-index: 100;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150px;
  font-weight: 800;
  display: none;
  position: relative;
}

.logo-brand {
  z-index: 100;
  width: auto;
  min-width: 65px;
  height: 24px;
  padding-left: 0;
}

.logo-brand:hover {
  opacity: 1;
}

._404-content-wrapper-2 {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-text {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.no-shrink-button {
  flex: none;
}

._404-title-wrapper {
  z-index: 100;
  margin-bottom: 30px;
}

.protected-page {
  margin-top: 30px;
  margin-bottom: 0;
}

.password {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.section-search {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
}

.title-search {
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-search-link {
  margin-bottom: 0;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

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

.search-slug {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lustria, sans-serif;
}

.search-text-results {
  margin-top: 0;
  margin-bottom: 0;
}

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

.landing-icon-style {
  opacity: 1;
  width: auto;
  height: auto;
  max-height: 80px;
}

.details-container {
  z-index: 140;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

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

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  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;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition-property: none;
}

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

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

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

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  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;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-orange {
  color: #f69c20;
}

.automation {
  text-align: right;
}

.div-block {
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.button {
  background-color: var(--white-50);
  color: var(--body-dark);
  text-transform: none;
  border: 1px solid #000;
  border-radius: 100px;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--white);
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.link {
  text-transform: lowercase;
}

.text-block {
  text-transform: none;
  font-family: Mundial, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  text-transform: none;
  font-family: Mundial, sans-serif;
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-family: Mundial, sans-serif;
}

.text-block-3, .text-block-4 {
  text-transform: none;
  font-family: Mundial, sans-serif;
  font-weight: 600;
}

.bold-text-5 {
  font-family: Mundial, sans-serif;
  font-weight: 600;
}

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

.bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  text-transform: none;
}

.locales-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.locale {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.heading {
  color: var(--black);
  text-transform: lowercase;
}

.text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  color: var(--white);
}

.cookie-consent {
  background-color: var(--white);
}

.reject-button.button.contrast {
  background-color: var(--black);
  color: var(--white);
}

.reject-button.button.contrast.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.reject-button.button.padding {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mundial, sans-serif;
}

.accept-button.button.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.accept-button.button.contrast.padding {
  background-color: var(--black);
  color: var(--white);
  font-family: Mundial, sans-serif;
}

.heading-2 {
  color: var(--body-dark);
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  width: 32px;
  height: 32px;
}

.paragraph {
  font-family: Mundial, sans-serif;
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 30px;
  }

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

  .section.style-guide-section {
    padding-top: 180px;
  }

  .section.our-team-banner, .section.blog-3 {
    min-height: 650px;
  }

  .section.blog--2 {
    padding-top: 70px;
  }

  .section.licensing-page {
    min-height: 650px;
  }

  .section.changelog-banner {
    min-height: 600px;
  }

  .base-container.align-left-wrapper {
    z-index: 100;
    position: relative;
  }

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

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

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .flex-footer-con {
    grid-column-gap: 60px;
  }

  .footer-form.borders {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-header-wrapper {
    grid-column-gap: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .text-footer-white {
    width: 310px;
  }

  .footer-rights-wrapper-2 {
    grid-column-gap: 15px;
  }

  .dropdown-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .section-landing-customers {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .landing-inner-page-item.lp-banner-screen {
    max-width: none;
  }

  .landing-inner-page-item.home-screen {
    width: 31%;
    max-width: none;
  }

  .footer-grid {
    grid-column-gap: 40px;
  }

  .footer-white-paradraph {
    width: 80%;
  }

  .base-container-2.no-left-padding {
    max-width: 1240px;
  }

  .header-link-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cursor {
    display: none;
  }

  .need-help-form {
    width: 95%;
    margin-bottom: 0;
  }

  .nav-dropdown-item-link {
    font-weight: 500;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .landing-customers-icon-wrapper {
    width: 80%;
  }

  .top-footer-content {
    width: 40%;
  }

  .footer-bottom-part {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-dropdown-list-item.w--open {
    left: auto;
  }

  .nav-dropdown-list-item.megamenu.w--open {
    left: -160px;
  }

  .stay-connect.email {
    margin-bottom: .5rem;
  }

  .min-height {
    min-height: 430px;
  }

  .action-section {
    padding-bottom: 130px;
  }

  .service-item-list {
    grid-row-gap: 130px;
  }

  .white-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .medium-team-avatar {
    top: -12%;
  }

  .bottom-banner-con {
    grid-template-columns: auto .6fr auto;
  }

  .intro-box {
    min-height: 475px;
  }

  .section-black, .portfolio-sidebar, .center-video-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .big-team-avatar {
    width: 6rem;
    height: 6rem;
    bottom: -9%;
    left: 21%;
  }

  .team-avatar-item {
    width: 6rem;
    height: 6rem;
  }

  .cta-title {
    font-size: 80px;
  }

  .large-team-avatar {
    width: 7rem;
    height: 7rem;
  }

  .quality-services-title {
    font-size: 54px;
  }

  .team-items-2, .small-avatar-item {
    width: 6rem;
    height: 6rem;
  }

  .projects-grid-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .video-contacts.large-video {
    width: 160px;
    height: 160px;
    bottom: 29%;
    left: -10%;
  }

  .team-avatar-item-mini {
    width: 8rem;
    height: 8rem;
    left: 1%;
  }

  .banner-1-title {
    font-size: 60px;
  }

  .headings-typography-wrapper-2 {
    width: 48%;
  }

  .h2-tablet-2 {
    font-size: 40px;
  }

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

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

  .h3-tablet-2 {
    font-size: 28px;
  }

  .sticky-image-bar {
    width: 55%;
    top: 110px;
  }

  .awards-con-right {
    overflow: visible;
  }

  .sticky-box-list {
    width: 45%;
  }

  .best-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-portfolio-section.portfolio-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sticky-image-2 {
    top: 110px;
  }

  .sectiohn-scroll-headings.mb-60-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

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

  .section-news {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .awards-full-hero-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .intro-box-services {
    min-height: 475px;
  }

  .awards-grid {
    grid-template-columns: 40% 52%;
  }

  .width-con {
    width: 90%;
  }

  .project-item {
    height: 650px;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .awards-2-list-grid {
    grid-template-columns: .55fr .3fr;
  }

  .awards-2-list-grid.reverce {
    grid-template-columns: .3fr .55fr;
  }

  .dual-grid {
    grid-column-gap: 100px;
  }

  .black-top-title {
    font-size: 54px;
  }

  .cta-title-2 {
    font-size: 80px;
  }

  .about-con {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .circle-image {
    width: 600px;
    height: 600px;
  }

  .about-nevo-content.large {
    padding-right: 2.5em;
  }

  .about-hero-text {
    max-width: 32rem;
  }

  .hero-video-wrapper {
    max-width: 700px;
  }

  .left-arrow {
    width: 10%;
    left: 25%;
  }

  .right-header-wrap {
    grid-column-gap: 120px;
  }

  .burger-links-tablet {
    grid-column-gap: 30px;
  }

  .right-arrow {
    width: 10%;
    right: 25%;
  }

  .preloader-image {
    width: 18rem;
    height: 22rem;
  }

  .burger-links {
    grid-column-gap: 30px;
  }

  .portfolio-5-hero-title {
    font-size: 45px;
  }

  .best-portfolio-img.portfolio-photo {
    bottom: 40px;
    left: 40px;
  }

  .bottom-banner-description {
    padding-left: 3.5em;
  }

  .banner-tablet-video, .hero-rotate-video-wrapper {
    width: 350px;
    height: 450px;
  }

  .about-hero-right {
    padding-bottom: 10%;
  }

  .about-nevo-white-bg {
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .dark-inner-ov {
    padding-top: 230px;
  }

  .cicrle-banner-wrapper {
    width: 300px;
    height: 300px;
  }

  .services-hero-collection-item {
    width: 100%;
  }

  .services-filter-grid {
    justify-content: space-around;
  }

  .services-filter-item {
    width: 35%;
  }

  .start-title {
    font-size: 35px;
  }

  .section-servive-details {
    height: 650px;
  }

  .inquire-avatar {
    width: 120px;
    height: 120px;
  }

  .blog-intro-content {
    width: 60%;
  }

  .services-details {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .banner-paragraph {
    width: 80%;
  }

  .blog-details-title {
    font-size: 60px;
  }

  .portfolio-section {
    padding-bottom: 130px;
  }

  .nevo-reviews {
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .form-bg {
    padding: 40px;
  }

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

  .section-background-wrapper-2 {
    margin: 14px;
  }

  .banner-3-content-wrapper {
    width: 70%;
  }

  .body-portfolio-2 {
    padding-bottom: 20px;
  }

  .featured-work-slider {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .stages-sidebar {
    padding-right: 60px;
  }

  .title-details {
    font-size: 76px;
  }

  .stage-banner {
    height: 450px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 60px;
  }

  .portfolio-image-cover {
    height: 550px;
    min-height: 550px;
  }

  .gallery-image-portfolio-details {
    height: 550px;
  }

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

  .collection-blog-1-grid, .collection-filter-blog-1 {
    grid-column-gap: 60px;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .review-photo {
    flex: 1;
  }

  .testimoninal-home-3 {
    width: 53%;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .general-review-wrap {
    grid-column-gap: 100px;
  }

  .section-blog-details {
    height: 650px;
  }

  .banner-blog-description {
    width: 70%;
  }

  .blog-image-container {
    height: 350px;
  }

  .list-blog-item {
    grid-column-gap: 60px;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .sidebar-categories-list-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-3-form-white.search {
    z-index: 90;
    border-radius: 50px;
    padding: 6px;
  }

  .blog-3-card-content {
    grid-row-gap: 160px;
  }

  .sidebar-link-category {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-text {
    width: 100%;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 70px;
  }

  .section-white, .section-licensing {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .licensing-image {
    height: 400px;
  }

  .section-search {
    padding-top: 160px;
    padding-bottom: 130px;
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .section-banner.landing-banner {
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
    min-height: 90vh;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .footer-bottom-part {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .home-2-top-hero-content {
    padding-top: 140px;
  }

  .base-flex-container {
    grid-row-gap: 240px;
  }

  .medium-team-avatar {
    top: -7%;
    left: 15%;
  }

  .intro-box {
    min-height: 500px;
  }

  .big-team-avatar {
    bottom: -13%;
  }

  .team-avatar-item {
    left: 23%;
  }

  .large-team-avatar.ava-3 {
    top: 34%;
    right: -21%;
  }

  .team-items-2, .small-avatar-item {
    bottom: -13%;
    left: 35%;
  }

  .anchor-link-wrapper {
    width: 120px;
    margin-left: -120px;
  }

  .video-contacts.medium-video {
    width: 150px;
    height: 150px;
  }

  .video-contacts.small-video {
    top: 29%;
  }

  .team-avatar-item-mini {
    left: -27%;
  }

  .bg-paralax-circle {
    top: 120px;
  }

  .left-wrap.full-width {
    width: 85%;
  }

  .top-banner-2 {
    padding-top: 180px;
  }

  .awards-full-hero-wrapper {
    padding-right: 8.3em;
  }

  .intro-box-services {
    min-height: 500px;
  }

  .action-background {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
  }

  .stacked-description {
    display: flex;
  }

  .paragraph-services {
    width: 90%;
  }

  .form-input-2.message-input {
    min-height: 130px;
  }

  .dual-grid {
    grid-column-gap: 120px;
  }

  .about-nevo-content.large {
    padding-right: 7.5em;
  }

  .about-hero-text {
    padding-top: 3rem;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .introduction {
    width: 90%;
  }

  .work-intro-title {
    flex-direction: row;
    justify-content: space-between;
  }

  .home-4-title {
    font-size: 40px;
  }

  .portfolio-bg-wrapper {
    min-height: 550px;
  }

  .right-header-wrap {
    grid-column-gap: 180px;
  }

  .preloader-image {
    width: 20rem;
    height: 24rem;
  }

  .portfolio-5-hero-title {
    font-size: 50px;
  }

  .portfolio-5-link {
    height: 22rem;
  }

  .bottom-banner-description {
    padding-left: 8.5em;
  }

  .about-hero-right {
    padding-bottom: 0%;
  }

  .services-hero-collection-item {
    width: 100%;
  }

  .event-inquire-top {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form.services-details-page {
    grid-row-gap: 40px;
  }

  .details-card {
    top: 105px;
  }

  .field-block {
    grid-row-gap: 10px;
  }

  .feild-form-wrapper {
    grid-row-gap: 14px;
  }

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

  .hero-inner-content {
    padding-top: 160px;
  }

  .stage-banner {
    height: 500px;
  }

  .portfolio-image-cover {
    height: 600px;
    min-height: 600px;
  }

  .portfolio-3-image {
    height: 500px;
  }

  .review-blog-details, .list-blog-item {
    grid-column-gap: 80px;
  }

  .blog-3-card-content {
    grid-row-gap: 180px;
  }

  .error-404-text {
    font-size: 40px;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 140px;
  }
}

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

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

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
    padding-top: 180px;
  }

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

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .nav-dropdown-list-item.megamenu.w--open {
    left: auto;
  }

  .stay-connect.email {
    margin-bottom: .5rem;
  }

  .home-2-top-hero-content {
    padding-top: 170px;
  }

  .base-flex-container {
    grid-row-gap: 360px;
  }

  .medium-team-avatar {
    inset: -18% auto auto 49%;
  }

  .big-team-avatar {
    width: 7rem;
    height: 7rem;
    inset: auto auto -14% 49%;
  }

  .team-avatar-item {
    inset: -18% 58% auto auto;
  }

  .cta-title {
    font-size: 100px;
  }

  .section-contacts {
    overflow: hidden;
  }

  .large-team-avatar.ava-3 {
    width: 9rem;
    height: 9rem;
    inset: 30% -103% auto auto;
  }

  .logo-image {
    max-width: 120px;
  }

  .team-items-2, .small-avatar-item {
    width: 8rem;
    height: 8rem;
    inset: auto auto -19% 0%;
  }

  .video-contacts.small-video {
    width: 200px;
    height: 200px;
  }

  .video-contacts.large-video {
    width: 220px;
    height: 220px;
  }

  .team-avatar-item-mini {
    width: 10rem;
    height: 10rem;
    inset: 21% auto auto -96%;
  }

  .banner-1-title {
    width: 75%;
    font-size: 70px;
  }

  .hero-circle-wrap.mod-1 {
    margin-left: 200px;
  }

  .hero-circle-dot {
    top: 8px;
  }

  .text-stroke {
    font-size: 120px;
  }

  .bg-paralax-circle {
    top: 190px;
    right: 255px;
  }

  .hero-link-wrapper {
    align-items: flex-end;
    padding-bottom: 40px;
    display: flex;
    top: auto;
    bottom: 0;
  }

  .left-wrap.full-width {
    width: 70%;
  }

  .scroll-banner-3-link:hover {
    opacity: 1;
  }

  .rotate-card-item {
    border-radius: 400px;
  }

  .top-banner-2 {
    padding-top: 200px;
  }

  .awards-photo {
    border-radius: 400px;
  }

  .hero-circle-dot-medium {
    bottom: -14px;
    right: 115px;
  }

  .hero-circle {
    width: 400px;
    height: 400px;
  }

  .hero-circle.mod-2 {
    width: 280px;
    height: 280px;
  }

  .awards-full-hero-wrapper {
    max-width: 1800px;
    padding-left: 0;
    padding-right: 19.5em;
  }

  .large-title {
    font-size: 120px;
  }

  .project-item {
    height: 700px;
  }

  .paragraph-services {
    width: 80%;
  }

  .form-input-2.message-input {
    min-height: 160px;
  }

  .awards-2-list-grid {
    grid-template-columns: .5fr .25fr;
  }

  .awards-2-list-grid.reverce {
    grid-template-columns: .25fr .55fr;
  }

  .banner-title-3 {
    font-size: 90px;
  }

  .cta-title-2 {
    font-size: 100px;
  }

  .our-work-wrapper {
    grid-row-gap: 180px;
  }

  .about-nevo-content.large {
    padding-right: 12.5em;
  }

  .img-scroll-right {
    width: 600px;
    height: 450px;
  }

  .img-scroll-left {
    width: 550px;
    height: 650px;
  }

  .project-image {
    min-height: 600px;
  }

  .about-hero-text {
    padding-top: 4rem;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }

  .introduction {
    width: 70%;
  }

  .home-4-title {
    font-size: 50px;
  }

  .looping-hero-text {
    font-size: 300px;
  }

  .left-arrow {
    width: 7%;
  }

  .right-header-wrap {
    grid-column-gap: 250px;
  }

  .right-arrow {
    width: 7%;
  }

  .preloader-image {
    width: 22rem;
    height: 28rem;
  }

  .portfolio-5-hero-title {
    font-size: 70px;
  }

  .portfolio-5-link {
    height: 24rem;
  }

  .best-portfolio-img.portfolio-photo {
    left: 100px;
  }

  .bottom-banner-description {
    padding-left: 23.5em;
  }

  .banner-tablet-video, .hero-rotate-video-wrapper {
    width: 400px;
    height: 500px;
  }

  .about-hero-right {
    padding-bottom: 5%;
  }

  .services-hero-collection-item {
    width: 100%;
  }

  .blog-template-wrap {
    max-width: 1230px;
  }

  .event-inquire-top {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form.services-details-page {
    grid-row-gap: 48px;
  }

  .details-card {
    top: 140px;
  }

  .field-block {
    grid-row-gap: 12px;
  }

  .feild-form-wrapper {
    grid-row-gap: 24px;
  }

  .section-servive-details {
    height: 700px;
  }

  .blog-intro-content {
    width: 65%;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .banner-paragraph {
    width: 70%;
  }

  .blog-details-title {
    font-size: 65px;
  }

  .form-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-inner-content {
    padding-top: 180px;
  }

  .hero-section-news {
    min-height: 550px;
  }

  .gallery-image-portfolio-details {
    height: 600px;
  }

  .testimoninal-home-3 {
    width: 39%;
  }

  .blog-intro-content-wrapper {
    width: 65%;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section-blog-details {
    height: 700px;
  }

  .photo-autor {
    background-position: 50% 30%;
  }

  .banner-blog-description {
    width: 80%;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 30%;
  }

  .error-404-text {
    font-size: 52px;
  }

  ._404-png-title {
    height: 150px;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 180px;
  }
}

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

  .section.style-guide-section {
    padding-top: 140px;
  }

  .section.our-team-banner, .section.blog-3 {
    min-height: 550px;
  }

  .section.blog--2 {
    padding-top: 80px;
  }

  .section.licensing-page {
    min-height: 550px;
  }

  .section.changelog-banner {
    min-height: 470px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .password-image {
    height: 100px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

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

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

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

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

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

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

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

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .flex-footer-con {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .footer-form {
    text-align: center;
    align-items: center;
  }

  .right-header-wrapper {
    border-left-style: none;
    margin-left: auto;
    margin-right: 20px;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: 70vh;
    padding-top: 120px;
  }

  .footer-center {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .landing-home-pages-wrapper-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .footer-l-2 {
    display: none;
  }

  .text-footer-white {
    width: 100%;
  }

  .footer-description {
    text-indent: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .line-white {
    background-color: #fff;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .photo-gall {
    grid-row-gap: 12px;
  }

  .login-tablet-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 60%;
  }

  .dropdown-header-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .logo-mobile-3.w--current {
    padding-top: 5px;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .landing-inner-page-item.lp-banner-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item.home-screen {
    width: 47%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .useful-links-wrapper {
    grid-column-gap: 60px;
    align-items: center;
  }

  .base-container-2.no-left-padding {
    padding-left: 15px;
  }

  .nav-menu-shadow-overlay-4 {
    background-color: #0e0e0e;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-intro-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-link-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .need-help-form {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-arrow {
    color: #fff;
    justify-content: space-between;
    margin-right: 24px;
    font-size: 14px;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .top-tablet-menu-3, .nav-dropdown-item {
    width: 100%;
  }

  .nav-dropdowm-link-line {
    display: none;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .footer-text-spacing {
    justify-content: center;
    display: flex;
  }

  .nav-close-icon-4 {
    filter: invert();
    align-self: stretch;
    width: auto;
    max-width: 60%;
    height: auto;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .dropdown-menu-3 {
    background-color: #0e0e0e;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-dropdown-item-link {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hover-line.tablet-hidden {
    display: none;
  }

  .border-wrap-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .menu-item-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-item-wrapper.home-4-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tablet-menu-4 {
    background-color: #0e0e0e;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .top-footer-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    display: flex;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .subscribe-form-footer {
    grid-column-gap: 8px;
  }

  .nav-dropdown-list-item {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item.w--open {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-item.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-item.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .btn-wrap {
    display: none;
  }

  .stay-connect {
    align-items: center;
  }

  .team-circles-home-4 {
    grid-column-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    width: 90%;
    display: flex;
  }

  .close-menu-button-4.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 9px 0 0 20px;
    position: absolute;
    inset: 14px 15px auto auto;
  }

  .sticky-sidebar-container {
    text-align: center;
    width: 100%;
  }

  .home-2-top-hero-content {
    padding-top: 140px;
  }

  .action-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -90px;
    padding: 0 60px 0 20px;
    inset: auto 0% 70px auto;
  }

  .testimonial-arrow.left {
    margin-left: -90px;
    margin-right: auto;
    padding: 0 20px 0 60px;
    top: auto;
    bottom: 70px;
    left: 0;
  }

  .category-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    width: 100%;
  }

  .works-intro-top {
    padding-left: 0;
  }

  .services-collection-item {
    width: 60%;
  }

  .story-image {
    width: 20vw;
    height: 29vw;
  }

  .circle-hover-cover-2 {
    display: block;
  }

  .scroll-line {
    padding: 0;
  }

  .base-flex-container {
    grid-row-gap: 150px;
  }

  .dark-color-ov {
    background-color: #00000059;
  }

  .action-heading-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contacts-hero-strip {
    min-height: 80vw;
    margin-left: -2rem;
    margin-right: -2rem;
    display: none;
  }

  .works-intro-bottom {
    padding-left: 0;
  }

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

  .section-background-wrapper {
    margin: 15px;
  }

  .medium-team-avatar {
    width: 6rem;
    height: 6rem;
    position: relative;
    inset: 0%;
  }

  .project-category-list {
    width: 100%;
  }

  .let-s-create-item-container {
    justify-content: center;
  }

  .services-mask {
    width: 70%;
  }

  .hero-title-animation-bottom {
    justify-content: center;
  }

  .bottom-banner-con {
    grid-template-columns: auto auto;
  }

  .testimonial-content {
    align-content: start;
  }

  .intro-box {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .collection-category-list {
    width: 100%;
  }

  .button-group-wrapper.left-align {
    justify-content: flex-end;
  }

  .tablet-bottom-description {
    text-align: right;
    width: 95%;
    margin-top: 40px;
    display: block;
  }

  .stacked-title-con {
    align-items: center;
  }

  .menu-button-4 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-4.w--open {
    background-color: #0000;
    display: none;
  }

  .story-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 60px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-full-borders {
    padding: 14px;
  }

  .review-intro {
    max-width: 100%;
  }

  .services-component {
    grid-template-columns: 1fr;
  }

  .services-list {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .portfolio-sidebar {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-menu-4 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .center-video-wrapper {
    width: 100%;
  }

  .mask {
    height: auto;
  }

  .big-team-avatar {
    width: 6rem;
    height: 6rem;
    position: relative;
    inset: 0%;
  }

  .center-text-wrapper {
    width: 100%;
  }

  .slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-looping-logos {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .stacked-intro {
    text-align: center;
    align-items: center;
  }

  .team-avatar-item {
    width: 6rem;
    height: 6rem;
    position: relative;
    inset: 0%;
  }

  .testimonial-slide {
    height: auto;
  }

  .hero-card-slider {
    margin-left: -65px;
  }

  .cta-title {
    font-size: 55px;
  }

  .large-team-avatar.ava-3 {
    width: 6rem;
    height: 6rem;
    position: relative;
    inset: 0%;
  }

  .home-4-testimonial {
    height: 100%;
  }

  .bottom-con.center-con {
    display: none;
  }

  .awards-list {
    padding-bottom: 0;
  }

  .services-description {
    text-indent: 0;
    width: 90%;
  }

  .team-items-2 {
    width: 6rem;
    height: 6rem;
    position: relative;
    inset: 0%;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

  .stacked-info-wrap {
    align-items: center;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

  .team-basic--2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-logos-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .card-left-line {
    display: none;
  }

  .small-avatar-item {
    width: 6rem;
    height: 6rem;
    position: relative;
    inset: 0%;
  }

  .home-4-looper {
    display: none;
  }

  .team-circles-items {
    grid-column-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
    position: static;
  }

  .anchor-link-wrapper {
    margin-bottom: 0;
    display: none;
  }

  .service-item {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .projects-grid-wrapper {
    border-right-style: none;
    padding-top: 60px;
    padding-right: 0;
  }

  .video-contacts.medium-video {
    width: 40%;
  }

  .video-contacts.small-video {
    width: 45%;
  }

  .video-contacts.large-video {
    width: 50%;
    display: none;
  }

  .slide-nav-3 {
    margin-bottom: 60px;
  }

  .timeline-inside {
    height: auto;
  }

  .team-avatar-item-mini {
    width: 6rem;
    height: 6rem;
    position: relative;
    inset: 0%;
  }

  .banner-1-title {
    width: 100%;
  }

  .page-padding {
    max-width: none;
    padding-left: 0;
  }

  .team-basic-home-4 {
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .let-s-create-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .style-guide-tab-link-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

  .grid-system-2 {
    width: 100%;
  }

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

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

  .style-guide-tab-content-wrapper-2 {
    grid-row-gap: 40px;
  }

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

  .headings-container-2 {
    flex-wrap: wrap;
  }

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

  .spacing-title-2 {
    font-size: 25px;
  }

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

  .sticky-image-wrapper {
    border-radius: 300px;
    width: 100%;
    height: 100%;
    position: static;
  }

  .sticky-image-wrapper.image-two {
    background-position: 50% 20%;
  }

  .sticky-image-wrapper.image-one {
    background-position: 50% 30%;
  }

  .four-column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .left-text-wrapper {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .play-video-button {
    grid-column-gap: 20px;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

  .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .large-dot {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }

  .filled-title {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 80px;
  }

  .gallery-arrow {
    width: 0%;
    display: none;
    inset: auto auto 0% 0%;
  }

  .rotate-card {
    width: 100%;
    height: 450px;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .text-stroke {
    font-size: 90px;
  }

  .service-column {
    padding: 14px 14px 80px;
  }

  .service-column.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bg-paralax-circle {
    top: 615px;
  }

  .home-intro-strip {
    margin: -12rem -9rem;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .sticky-image-bar {
    display: none;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .awards-con-left {
    max-height: none;
    position: relative;
    top: 0;
  }

  .awards-con-left.faq-page-content {
    display: none;
  }

  .sticky-circle {
    width: 90px;
    height: 90px;
    display: none;
  }

  .awards-con-right.faq-answers {
    padding-top: 0;
  }

  .text-row.left {
    margin-right: auto;
  }

  .text-row.right {
    margin-left: auto;
  }

  .right-main-con {
    grid-template-columns: 1fr;
  }

  .left-hero-con {
    width: 100%;
    position: relative;
    top: 0%;
  }

  .mobile-intro-box-image {
    border: 1px solid #0e0e0e40;
    border-radius: 300px;
    width: 100%;
    height: 450px;
    padding: 14px;
    display: none;
    overflow: hidden;
  }

  .stroke-title {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 80px;
  }

  .lightbox-left-button {
    margin-right: 0;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    width: 100%;
  }

  .action-con {
    grid-row-gap: 1.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    justify-content: center;
    max-width: none;
    padding-bottom: 6rem;
  }

  .hero-link-wrapper {
    justify-content: center;
    width: 100%;
    height: 140px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: -70px;
    right: auto;
  }

  .services--4-wrapper {
    grid-row-gap: 48px;
  }

  .service-description {
    padding-left: 18px;
    padding-right: 18px;
  }

  .play-img {
    width: 20px;
  }

  .services-list-3 {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .banner-con.right-con {
    width: 100%;
  }

  .banner-con.left-con {
    justify-content: center;
    width: 100%;
  }

  .hero-columns {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .stacked-top-content {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .circle-hover-cover {
    display: block;
  }

  .gallery-image {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }

  .feedback-main-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .banner-text {
    align-items: center;
  }

  .services-container-home-4 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .rotate-card-item {
    padding: 14px;
  }

  .gallery-content {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    padding-bottom: 36px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .hero-description-home-3 {
    width: 100%;
  }

  .gallery-mask {
    width: 66.66%;
  }

  .service-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    padding-top: 0;
  }

  .top-banner-2 {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .award-sticky-con {
    padding: 3rem 0;
  }

  .circle-link-text-2 {
    text-align: center;
    font-size: 7.5px;
  }

  .awards-photo {
    background-position: 50% 20%;
  }

  .awards-photo.photo-review {
    background-position: 50%;
  }

  .hero-circle-dot-medium {
    right: 90px;
  }

  .gallery-slider {
    padding-bottom: 30px;
  }

  .hero-circle {
    width: 400px;
    height: 400px;
  }

  .large-title {
    padding-right: 6px;
    font-size: 90px;
  }

  .intro-box-services {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .awards-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    font-size: 32px;
  }

  .hero-slide-arrow {
    right: 7%;
  }

  .item-slide-nav {
    width: 66.66%;
    height: 30px;
    font-size: 8px;
    display: flex;
  }

  .service-text-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-field-title {
    justify-content: center;
  }

  .service-icon-wrapper {
    padding-bottom: 60px;
  }

  .top-services-item {
    text-align: center;
  }

  .project-item-background, .skew-background-wrapper {
    padding: 14px;
  }

  .project-item {
    flex-direction: column;
    justify-content: flex-end;
    height: 500px;
    padding: 30px;
    display: flex;
  }

  .hover-cover {
    display: none;
  }

  .circle-icon {
    margin-top: 24px;
    margin-left: 0;
  }

  .project-hover-info {
    z-index: 55;
    text-align: center;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 36px;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .address-link-2 {
    justify-content: center;
    display: flex;
  }

  .form-input-2.message-input {
    min-height: 160px;
  }

  .animal-background-img {
    background-position: 50% 0;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .small-photo {
    height: 150px;
  }

  .news-dot {
    display: none;
  }

  .news-title-wrap {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .title.right {
    display: none;
  }

  .list-news-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .news-title {
    white-space: normal;
    grid-template-columns: 1fr;
  }

  .slider-portfolio-background {
    min-width: 105vw;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-intro {
    padding-left: 0;
  }

  .portfolio-2-title {
    font-size: 48px;
  }

  .awards-2-list-grid {
    grid-template-columns: .6fr .25fr;
  }

  .awards-2-list-grid.reverce {
    grid-template-columns: .25fr .6fr;
  }

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

  .section-top-white {
    margin-top: 0;
    padding-top: 45px;
  }

  .portfolio-3-collection-item {
    height: 100%;
  }

  .banner-3-text-wrapper {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .portfolio-img-wrap {
    margin-bottom: 60px;
  }

  .portfolio-img-wrap-tablet {
    margin-bottom: 60px;
    display: block;
  }

  .inner-portfolio-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 150px 350px 200px 350px;
    grid-template-columns: 350px 400px 350px;
    justify-content: center;
    width: 100%;
    height: 100vh;
    display: none;
  }

  .clip-heading {
    width: 100%;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .cta-title-2 {
    font-size: 55px;
  }

  .project-item-middle {
    flex-direction: column;
  }

  .project-item-middle:nth-child(odd) {
    margin-right: 0;
  }

  .project-item-middle:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .our-work-wrapper {
    grid-row-gap: 80px;
  }

  .stacked-info-wrap-4 {
    align-items: center;
  }

  .circle-link-text-3 {
    text-align: center;
    font-size: 7.5px;
  }

  .project-item-3 {
    flex-direction: column;
  }

  .project-item-3:nth-child(odd) {
    margin-right: 0;
  }

  .project-item-3:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .wrapper {
    height: auto;
  }

  .circle-image {
    padding: 14px;
  }

  .tablet-div {
    display: block;
  }

  .portfilio-3-link {
    width: 90%;
    height: 350px;
  }

  .img-scroll-right {
    width: 100%;
    height: 100%;
  }

  .img-scroll-right:hover {
    transform: none;
  }

  .img-scroll-left {
    width: 100%;
    height: 100%;
  }

  .project-image {
    flex-direction: column;
    width: 100%;
    min-height: 450px;
    display: flex;
  }

  .project-image-wrapper {
    border-radius: 300px;
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .stacked-title-7 {
    grid-row-gap: 18px;
  }

  .card-info {
    grid-row-gap: 20px;
    justify-content: center;
  }

  .project-card-info {
    width: 100%;
    padding-top: 36px;
  }

  .about-hero-text {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .8fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    display: grid;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

  .stroke-big-title {
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  }

  .play-video-button-black {
    grid-column-gap: 20px;
  }

  .home-4-video-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .work-top-con {
    border-radius: 50px;
    padding-top: 40px;
    padding-bottom: 1.2rem;
    display: none;
    top: 0;
  }

  .lightbox-left-button-black {
    background-color: #fff;
    margin-right: 0;
  }

  .work-content {
    padding: 0;
  }

  .portfolio-white-background {
    border-radius: 50px;
  }

  .portfolio-4-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .navbar-menu-base {
    margin-top: .4rem;
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .hero-loop {
    align-items: flex-end;
    height: 18vw;
  }

  .work-spacer {
    height: 4vh;
    display: none;
  }

  .work-spacer.work-bottom-spacer {
    margin-top: 96vh;
    top: 96vh;
    bottom: auto;
  }

  .navbar-menu-grid {
    grid-auto-flow: row;
  }

  .looping-hero-text {
    font-size: 140px;
    font-weight: 700;
    line-height: 1em;
  }

  .navbar-menu {
    min-height: auto;
  }

  .work-bottom-tablet-con {
    border-top: 1px solid #0e0e0e40;
    border-radius: 0 0 50px 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: static;
    top: 0;
  }

  .portfolio-content-left {
    grid-template-rows: auto 1fr;
    height: auto;
    padding-top: 140px;
    position: relative;
  }

  .home-4-bottom-description {
    width: 100%;
    font-size: 16px;
  }

  .full-porfolio-con {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-hero-intro {
    grid-template-columns: minmax(auto, 104rem);
    padding-left: 0;
  }

  .menu-action {
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .portfolio-right-background {
    max-height: none;
  }

  .navbar-link {
    border-bottom: 1px solid #ffffff40;
    min-height: 30vh;
  }

  .navbar-link.no-bottom-border, .navbar-link.no-bottom-border-last-item {
    border-bottom-style: none;
  }

  .navbar-link.no-border-item-2 {
    border-right-style: none;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .white-burger-text-link {
    font-size: 1.625rem;
  }

  .portfolio-content-right {
    margin-right: 0;
  }

  .navbar-home-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .work-intro {
    display: none;
  }

  .bottom-container-home-4 {
    align-items: flex-end;
  }

  .portfolio-list-main-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .portfolio-bg-wrapper {
    min-height: 650px;
  }

  .off-page-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-loader.loader-2, .text-loader.loader-3, .text-loader.loader-1 {
    font-size: 10rem;
  }

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

  .burger-icon {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .loader-container {
    bottom: -85px;
  }

  .left-arrow {
    width: 20%;
    left: 10%;
  }

  .best-works-list {
    width: 100%;
  }

  .right-header-wrap {
    border-left-style: none;
  }

  .our-links {
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
  }

  .dual-title-wrapper {
    width: 100%;
  }

  .burger-links-tablet {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .right-arrow {
    width: 20%;
    right: 10%;
  }

  .preloader-image {
    width: 12rem;
    height: 14rem;
  }

  .quick-portfolio-list-item {
    padding-left: 230px;
    position: relative;
  }

  .best-portfolio-img.portfolio-photo {
    border-radius: 200px;
    width: 200px;
    height: 80px;
    position: absolute;
    inset: auto auto auto 0;
  }

  .bottom-banner-description {
    margin-bottom: 60px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-loop-about-us {
    align-items: flex-end;
    height: 27vw;
  }

  .about-hero-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    min-height: auto;
    padding: 80px 15px 120px;
  }

  .banner-grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .banner-tablet-video {
    width: 100%;
    display: block;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .home-faq-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .our-video-ligxtbox {
    position: relative;
  }

  .curve-block-right {
    grid-template-columns: auto 1fr;
    justify-items: center;
  }

  .about-hero-right {
    display: none;
  }

  .hero-rotate-base {
    width: 30%;
  }

  .circle-link-text-4 {
    text-align: center;
    font-size: 7.5px;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .full-width-faq-list {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    padding-top: 0;
  }

  .dark-inner-ov {
    padding-top: 150px;
  }

  .dark-inner-ov.our-pricing, .dark-inner-ov.our-team {
    padding-top: 180px;
  }

  .cicrle-banner-wrapper, .cicrle-banner-wrapper.our-team {
    width: 260px;
    height: 260px;
  }

  .services-list-grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .services-hero-collection-item {
    width: 60%;
  }

  .services-filter-grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: auto;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .services-filter-item {
    width: 60%;
  }

  .blog-template-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrap.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
    right: auto;
  }

  .title-blog-container {
    text-align: center;
    align-items: center;
  }

  .details-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    align-items: center;
  }

  .contact-us-top-wrapper {
    padding-right: 0;
  }

  .details-card {
    width: 100%;
    display: none;
    position: static;
  }

  .section-servive-details {
    height: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inquire-avatar {
    width: 120px;
    height: 120px;
  }

  .blog-intro-content {
    width: 100%;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .grid-event {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .services-details {
    box-sizing: border-box;
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
  }

  .banner-paragraph {
    width: 75%;
  }

  .blog-details-title {
    font-size: 50px;
  }

  .content-details {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .awards-con-tablet {
    height: auto;
    max-height: none;
    margin-bottom: 60px;
    display: flex;
    position: relative;
    top: 0;
  }

  .portfolio-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .portfolio-section.portfolio-3 {
    min-height: 400px;
  }

  .form-title {
    text-align: center;
  }

  .form-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-us-form {
    align-content: start;
    align-items: start;
    margin-right: 0;
    padding-top: 0;
  }

  .stacked-info-wrap-5 {
    align-items: center;
  }

  .hero-inner-content {
    padding-top: 160px;
  }

  .section-background-wrapper-2 {
    margin: 5px;
  }

  .banner-3-content-wrapper {
    width: 100%;
  }

  .circle-link-text-5 {
    text-align: center;
    font-size: 7.5px;
  }

  .project-item-4 {
    flex-direction: column;
  }

  .project-item-4:nth-child(odd) {
    margin-right: 0;
  }

  .project-item-4:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .body-portfolio-2 {
    padding-top: 82px;
  }

  .circle-link-text-6 {
    text-align: center;
    font-size: 7.5px;
  }

  .anchor-link-2 {
    width: 47%;
  }

  .gallery-image-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .grid-gall-wrap {
    grid-row-gap: 48px;
  }

  .subtitle-wrapper {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .featured-work-slider {
    padding-bottom: 200px;
  }

  .meta-card {
    grid-row-gap: 25px;
    border-bottom: 1px solid #ffffff40;
    border-right-style: none;
    padding-bottom: 20px;
  }

  .hover-cover-portfolio-details {
    display: none;
  }

  .stages-sidebar {
    grid-row-gap: 20px;
    width: 100%;
    max-width: none;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .content-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .title-details {
    font-size: 60px;
  }

  .stage-banner {
    height: 500px;
  }

  .portfolio-meta {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-items: end;
    display: grid;
  }

  .portfolio-hero-banner {
    min-height: 675px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 80px;
  }

  .projects-arrow.left {
    bottom: 100px;
    left: 0;
    right: 80px;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .hero-top-content.portfolio-details {
    margin-top: 60px;
    padding-top: 60px;
  }

  .portfolio-image-cover {
    display: none;
  }

  .solid-view-circle-2 {
    border-style: solid;
    border-color: #afafaf80;
    width: 100px;
    height: 100px;
  }

  .shop-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-tab-link:hover {
    color: #aaa;
  }

  .shop-tab-link.w--current:hover {
    color: #fff;
  }

  .shop-tab-link.all-projects {
    padding-left: 0;
  }

  .shop-tab-link.all-projects.w--current:hover {
    color: #fff;
  }

  .shop-tab-link.last-child {
    padding-right: 0;
  }

  .collection-blog-1-grid, .collection-filter-blog-1 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-bottom: 0;
  }

  .portfolio-3-image {
    height: 450px;
  }

  .portfolio-3-card {
    cursor: default;
  }

  .product-category.blog-1-filter {
    bottom: 250px;
  }

  .review-photo {
    width: 40%;
  }

  .short-title {
    font-size: 40px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .testimoninal-home-3 {
    width: 60%;
  }

  .white-review {
    font-size: 18px;
  }

  .blog-intro-content-wrapper {
    width: 100%;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .review-blog-detail {
    padding: 30px;
  }

  .general-review-wrap {
    grid-column-gap: 40px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-blog-description {
    width: 75%;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .wrapper-blog-classic {
    border-left-style: none;
    padding-left: 0;
  }

  .list-grid {
    border-top: 1px solid #afafaf80;
  }

  .list-grid.our-blog {
    grid-row-gap: 80px;
    border-top-style: none;
  }

  .blog-content {
    width: 100%;
  }

  .blog-image-container {
    width: 100%;
    height: 400px;
  }

  .blog-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .description {
    width: 100%;
  }

  .list-blog-item {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 48%;
    display: flex;
  }

  .collection-list-8 {
    flex-flow: wrap;
    width: 100%;
  }

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

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .sidebar-recent-posts-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .sidebar-categories-list-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-sidebar-wrap {
    flex-wrap: wrap-reverse;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-3-form-white {
    grid-column-gap: 8px;
    border-radius: 100px;
    flex-direction: row;
    padding: 6px;
  }

  .hover-blog-cover {
    display: none;
  }

  .tab-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-top-2.recent-posts:hover {
    padding-right: 0;
  }

  .article-2 {
    height: 100%;
  }

  .sidebar-link-category {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-text {
    text-align: center;
    width: 100%;
  }

  .hero-form-coming-soon-2 {
    align-items: center;
    width: 85%;
  }

  .image-content-right {
    display: none;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .subscribe-form-white {
    grid-column-gap: 8px;
  }

  .coming-soon-heading-3 {
    text-align: center;
    width: 80%;
  }

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

  .licensing-paragraph-2 {
    width: 100%;
  }

  ._404-png-title {
    height: 120px;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 140px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .cookie-consent {
    background-color: var(--white);
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 26px;
  }

  blockquote {
    font-size: 18px;
  }

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

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

  .section.style-guide-section {
    padding-top: 120px;
  }

  .section.blog--2 {
    padding-top: 60px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-wrapper {
    margin-top: 30px;
  }

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

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

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

  .utility-page-content {
    width: 70%;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper, .flex-footer-con {
    grid-row-gap: 40px;
  }

  .footer-form.borders {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .landing-home-pages-wrapper-2 {
    grid-row-gap: 40px;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .footer-description, .primary-black-button.full-width-mobile {
    width: 100%;
  }

  .footer-rights-wrapper-2 {
    text-align: center;
  }

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

  .photo-gall {
    grid-row-gap: 12px;
    margin-left: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

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

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

  .no-shrink.full-width-mobile, .no-shrink.full-tablet-width, .landing-inner-page-item.home-screen {
    width: 100%;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-white-paradraph {
    width: 60%;
  }

  .base-container-2.about-nevo-section {
    margin-top: 60px;
  }

  .landing-customers-content-left {
    grid-row-gap: 20px;
    text-align: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .need-help-form {
    width: 100%;
  }

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

  .clip-con {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .primary-nevo-button.pagination {
    margin-top: 40px;
  }

  .footer-l-3 {
    display: block;
  }

  .dropdown-menu-3 {
    overflow: hidden;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-l-4 {
    display: none;
  }

  .footer-l-1 {
    display: block;
  }

  .top-footer-content {
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-part {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    border-radius: 35px;
    flex-wrap: wrap;
    padding: 15px;
  }

  .team-circles-home-4 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .sticky-sidebar-container {
    grid-row-gap: 36px;
  }

  .home-2-top-hero-content, .action-section {
    padding-bottom: 60px;
  }

  .testimonial-arrow {
    width: 100px;
    height: 100px;
    margin-right: -70px;
    bottom: 80px;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    padding-left: 60px;
    bottom: 80px;
  }

  .service-item-list {
    grid-row-gap: 60px;
  }

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

  .white-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-collection-item {
    width: 80%;
  }

  .story-image {
    width: 25vw;
    height: 35vw;
  }

  .base-flex-container {
    grid-row-gap: 120px;
  }

  .action-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contacts-hero-strip {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .works-intro-bottom {
    width: 100%;
  }

  .project-collection-list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .services-mask {
    width: 90%;
  }

  .bottom-banner-con {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .testimonial-content {
    max-width: none;
  }

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

  .story-wrapper {
    grid-row-gap: 60px;
  }

  .services-component {
    grid-template-columns: 1fr;
  }

  .services-list {
    grid-template-columns: auto;
  }

  .portfolio-sidebar {
    padding-top: 60px;
  }

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

  .center-video-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mask {
    width: 100%;
    max-width: none;
    height: auto;
  }

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

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

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .portfolio-item {
    margin-bottom: 0;
  }

  .portfolio-item:nth-child(odd) {
    padding-top: 0;
  }

  .hero-card-slider {
    margin-left: 0;
  }

  .cta-title {
    font-size: 45px;
  }

  .services-description {
    width: 100%;
  }

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .card-left-line {
    display: none;
  }

  .team-circles-items {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .anchor-link-wrapper {
    align-items: center;
    margin-left: -1.5rem;
    display: none;
  }

  .service-item {
    grid-row-gap: 40px;
  }

  .link-outline-2 {
    margin: 6px;
  }

  .projects-grid-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-contacts.medium-video {
    width: 40%;
  }

  .video-contacts.small-video, .video-contacts.large-video {
    width: 50%;
  }

  .slide-nav-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-1-title {
    font-size: 45px;
  }

  .center-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .black-devider {
    bottom: 550px;
  }

  .bottom-style-spacing-desktop-2 {
    bottom: 10%;
  }

  .sg-title-2.mb-30 {
    margin-bottom: 10px;
  }

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

  .colors-wrapper-2 {
    margin-top: 15px;
    margin-right: 0;
  }

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

  .style-guide-tab-link-2 {
    border-top-style: none;
    border-bottom: 1px solid #fff;
  }

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

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

  .grid-description-2.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-title-2 {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

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

  .bottom-style-spacing-mobile-2 {
    bottom: 9%;
  }

  .spacing-columns-2 {
    margin-top: 0;
  }

  .secondary-nevo-button.pagination {
    margin-top: 40px;
  }

  .style-guide-div-2 {
    margin-top: 35px;
  }

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

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

  .colors-container-2 {
    margin-top: 0;
  }

  .spacing-system-column-2 {
    margin-top: 20px;
  }

  .top-style-spacing-mobile-2 {
    top: 7%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .link-wrapper-2 {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  .style-guide-tabs-menu-2 {
    border-top: 1px solid #fff;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .h1-tablet-2 {
    font-size: 60px;
  }

  .top-style-spacing-desktop-2 {
    top: 10%;
  }

  .gallery-background {
    max-height: 700px;
  }

  .four-column-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .left-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }

  .left-text-wrapper {
    width: 100%;
  }

  .play-video-button {
    grid-column-gap: 0px;
  }

  .hero-slider-wrapper {
    max-width: none;
  }

  .hero-circle-dot {
    top: -10px;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .filled-title {
    font-size: 60px;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .rotate-card {
    height: 380px;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .lightbox-button {
    display: none;
  }

  .text-stroke {
    font-size: 70px;
  }

  .verticle-slider-line.top, .verticle-slider-line.bottom {
    display: none;
  }

  .service-column {
    max-width: 400px;
  }

  .bg-paralax-circle {
    width: 480px;
    height: 480px;
    top: 515px;
    right: 58px;
  }

  .home-intro-strip {
    max-width: 19vw;
    margin: -9rem -5rem;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .awards-con-right {
    padding-top: 60px;
  }

  .left-hero-con {
    align-self: start;
    position: relative;
    top: 0;
  }

  .mobile-intro-box-image {
    height: 380px;
  }

  .stroke-title {
    font-size: 60px;
  }

  .our-team-socials {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .sticky-box-list {
    grid-row-gap: 60px;
  }

  .action-con {
    padding-bottom: 4rem;
  }

  .story-description {
    width: 100%;
  }

  .story-description.tablet {
    display: none;
  }

  .h6-subtitle-black-2 {
    margin-bottom: 15px;
  }

  .services-list-3 {
    grid-template-columns: auto;
  }

  .stacked-top-content {
    margin-bottom: 40px;
  }

  .left-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .left-wrap.full-width {
    width: 100%;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .gallery-image {
    max-height: 700px;
  }

  .best-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dot-stroke.large {
    border-width: 1px;
  }

  .feedback-main-wrapper {
    justify-content: flex-start;
  }

  .sectiohn-scroll-headings.mb-60-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .hero-description-home-3 {
    width: 100%;
    margin-top: 20px;
  }

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

  .gallery-mask {
    width: 90%;
  }

  .slider-link-text {
    display: block;
  }

  .award-sticky-con {
    position: relative;
    top: 0;
  }

  .circle-link-text-2 {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

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

  .gallery-slide {
    max-height: 700px;
  }

  .hero-circle {
    width: 350px;
    height: 350px;
  }

  .hero-circle.mod-2 {
    width: 140px;
    height: 140px;
  }

  .large-title {
    font-size: 70px;
  }

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

  .testimonial-text {
    font-size: 28px;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    left: auto;
    right: 0;
  }

  .width-con {
    width: 100%;
  }

  .item-slide-nav {
    width: 90%;
  }

  .scroll-top {
    margin-bottom: 0;
  }

  .awards-full-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .service-text-wrapper {
    width: 100%;
  }

  .project-item {
    height: 700px;
    padding: 40px;
  }

  .project-hover-info {
    border-radius: 500px 500px 10000px 10000px;
  }

  .awards-list-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .awards-list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .awards-title {
    margin-top: 20px;
  }

  .list-image-height {
    padding-top: 100%;
  }

  .list-image-item {
    width: 100%;
    position: relative;
  }

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

  .offer-card-wrapper {
    height: 35vw;
  }

  .footer-left-circle {
    width: 100px;
    height: 100px;
    margin-right: 5px;
  }

  .footer-center-circle-item {
    width: 100px;
    height: 100px;
  }

  .footer-circle-center-wrapper {
    height: 20px;
  }

  .footer-you-title {
    font-size: 1.2rem;
  }

  .footer-right-circle {
    width: 100px;
    height: 100px;
    margin-left: 5px;
  }

  .footer-arrow {
    font-size: 1.2rem;
  }

  .footer-circle-text, .footer-circle-text.absolute {
    height: 20px;
  }

  .footer-center-wrapper {
    height: 100px;
  }

  .footer-we-title, .footer-text {
    font-size: 1.2rem;
  }

  .footer-bottom-wrapper-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .large-photo {
    min-height: 300px;
    max-height: 450px;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .hero-intro {
    padding-right: 0;
  }

  .portfolio-2-title {
    font-size: 40px;
  }

  .awards-2-list-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .awards-2-list-grid.reverce {
    grid-template-columns: 1fr;
  }

  .awards-info-con {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-short-title {
    margin-top: 20px;
  }

  .banner-3-text-wrapper {
    padding-bottom: 60px;
  }

  .inner-portfolio-wrapper {
    width: 450vw;
  }

  .cta-title-2 {
    font-size: 45px;
  }

  .about-con {
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .circle-link-text-3 {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .wrapper {
    backface-visibility: hidden;
    perspective-origin: 50%;
    transform-origin: 50%;
  }

  .circle-image {
    width: 90vw;
    height: 90vw;
  }

  .portfilio-3-link {
    width: 100%;
    height: 300px;
  }

  .project-image {
    min-height: 350px;
  }

  .menu-action-content {
    border-bottom: 1px solid #ffffff40;
    border-right-style: none;
    padding: 1.25rem 1.5rem;
  }

  .about-hero-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto;
    justify-items: center;
    width: 100%;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
  }

  .play-video-button-black {
    grid-column-gap: 0px;
  }

  .home-4-video-wrapper {
    justify-content: flex-start;
  }

  .work-top-con {
    padding-top: 1rem;
    padding-bottom: .8rem;
  }

  .social-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .work-content {
    padding: 0;
  }

  .work-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-loop {
    height: 15vw;
  }

  .work-intro-title {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .navbar-menu-grid {
    grid-template-columns: 1fr;
  }

  .brand-burger-logo-home-4.w--current {
    padding-left: 0;
  }

  .looping-hero-text {
    font-size: 80px;
  }

  .navbar-menu {
    padding-top: 4.9rem;
  }

  .menu-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-4-bottom-description {
    text-align: center;
  }

  .full-porfolio-con {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-link {
    border-top: 1px solid #ffffff40;
    border-bottom-style: none;
    min-height: auto;
    padding: 1.5rem;
  }

  .navbar-link.no-bottom-border, .navbar-link.no-border-item-1 {
    border-right-style: none;
  }

  .white-burger-text-link {
    font-size: 1.5rem;
  }

  .work-intro {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bottom-container-home-4 {
    align-items: center;
  }

  .portfolio-bg-wrapper {
    min-height: 550px;
  }

  .burger-icon {
    min-width: 40px;
    min-height: 40px;
  }

  .loader-container {
    bottom: -100px;
  }

  .left-arrow {
    left: 2%;
  }

  .no-shrink-btn.full-width-mobile {
    width: 100%;
  }

  .burger-links-tablet {
    justify-content: space-around;
  }

  .primary-button-3.mobil-full-width {
    width: 100%;
  }

  .right-arrow {
    right: 2%;
  }

  .preloader-image {
    width: 10rem;
    height: 12rem;
  }

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

  .portfolio-5-hero-title {
    font-size: 35px;
  }

  .quick-portfolio-list-item {
    padding-left: 180px;
  }

  .best-portfolio-img.portfolio-photo {
    width: 150px;
  }

  .about-hero-left {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .banner-tablet-video {
    height: 300px;
  }

  .home-faq-top {
    grid-row-gap: 15px;
    grid-template-columns: 1fr auto;
  }

  .h6-subtitle-black-4 {
    margin-bottom: 15px;
  }

  .hero-rotate-base {
    width: 40%;
  }

  .about-nevo-white-bg {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .circle-link-text-4 {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .dark-inner-ov {
    padding-top: 160px;
  }

  .cicrle-banner-wrapper {
    width: 250px;
    height: 250px;
  }

  .services-list-grid {
    grid-template-columns: auto;
  }

  .services-hero-collection-item {
    width: 80%;
  }

  .primary-nevo-button-black.pagination, .secondary-nevo-button-black.pagination {
    margin-top: 40px;
  }

  .services-filter-grid {
    grid-template-columns: auto;
  }

  .services-filter-item {
    width: 80%;
  }

  .blog-template-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .section-servive-details {
    height: 500px;
  }

  .blog-intro-content {
    width: 100%;
  }

  .blog-details-background-image {
    background-position: 35% 0;
  }

  .grid-event {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .services-details {
    padding-bottom: 60px;
  }

  .banner-paragraph {
    width: 100%;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .content-details {
    margin-left: 0;
  }

  .awards-con-tablet {
    margin-bottom: 40px;
  }

  .portfolio-section {
    padding-bottom: 60px;
  }

  .nevo-reviews {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .circle-link-text-5 {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .hero-section-news {
    min-height: 400px;
  }

  .circle-link-text-6 {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .gallery-image-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .bottom-slider-arrow-portfolio {
    height: 70px;
  }

  .testimonial-intro-text {
    font-size: 28px;
  }

  .portfolio-socials {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .project-stage {
    grid-row-gap: 40px;
  }

  .medium-width-2 {
    width: 100%;
  }

  .client-quote-wrapper {
    grid-row-gap: 60px;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .title-details {
    font-size: 50px;
  }

  .stage-banner {
    height: 400px;
  }

  .portfolio-meta {
    grid-column-gap: 30px;
    padding-top: 150px;
  }

  .portfolio-hero-banner {
    min-height: 600px;
  }

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

  .project-stage-list {
    grid-row-gap: 60px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 80px;
  }

  .gallery-image-portfolio-details {
    height: 300px;
  }

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

  .shop-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .collection-blog-1-grid, .collection-filter-blog-1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-collection-item-2:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio-3-image {
    height: 550px;
  }

  .review-photo {
    width: 100%;
    height: 250px;
  }

  .short-title {
    font-size: 35px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid #ffffff40;
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .testimoninal-home-3 {
    width: 100%;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .blog-intro-content-wrapper {
    width: 100%;
  }

  .review-blog-detail {
    padding: 20px;
    position: relative;
    top: 0;
  }

  .rich-blog-post-text figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .general-review-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .photo-autor {
    background-position: 50% 30%;
  }

  .banner-blog-description {
    width: 100%;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .list-grid.our-blog {
    grid-row-gap: 60px;
  }

  .blog-image-container {
    height: 340px;
  }

  .blog-name {
    width: 100%;
  }

  .list-blog-item {
    grid-template-columns: 1fr;
  }

  .sidebar-recent-post-item-2 {
    width: 47%;
  }

  .collection-blog-3-item {
    width: 100%;
  }

  .collection-blog-3-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-blog-3-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-sidebar-left-wrap {
    column-count: 1;
    padding-bottom: 0;
  }

  .blog-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .blog-3-form-white {
    grid-row-gap: 15px;
    border-radius: 35px;
    flex-wrap: wrap;
    padding: 15px;
  }

  .blog-3-form-white.search {
    flex-flow: column;
  }

  .hero-form-coming-soon-2 {
    width: 100%;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .subscribe-form-white {
    grid-row-gap: 15px;
    border-radius: 35px;
    flex-wrap: wrap;
    padding: 15px;
  }

  .no-shrink-footer.full-mobile {
    width: 100%;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 50px;
  }

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

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

  .licensing-paragraph-2 {
    width: 100%;
    margin-right: 0;
  }

  .licensing-paragraph-2.last-item {
    margin-bottom: 0;
  }

  .section-white, .section-licensing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licensing-fonts-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

  .licensing-image {
    height: 340px;
  }

  ._404-png-title {
    height: 100px;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 120px;
  }

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

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .bold-text-4 {
    width: 100%;
  }

  .heading {
    font-size: 16px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }
}

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

  .section.our-team-banner, .section.blog-3, .section.licensing-page {
    min-height: 500px;
  }

  .section.changelog-banner {
    min-height: 420px;
  }

  .utility-page-content {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

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

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form.borders {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-banner.landing-banner {
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
    min-height: 50vh;
  }

  .footer-rights-wrapper-2 {
    justify-content: center;
  }

  .photo-gall {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .dropdown-header-item {
    width: 100%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

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

  .megamenu-dropdown-wrapper-2, .no-shrink {
    width: 100%;
  }

  .useful-links-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-white-paradraph, .header-link-item, .landing-customers-content-left {
    width: 100%;
  }

  .cursor {
    display: none;
  }

  .need-help-form {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .primary-nevo-button {
    text-transform: none;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 8px;
    display: flex;
  }

  .nav-dropdown-list-item.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .team-circles-home-4 {
    grid-column-gap: 3rem;
  }

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

  .h6-subtitle-center {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .services-collection-item {
    width: 100%;
  }

  .story-image {
    width: 30vw;
    height: 45vw;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contacts-hero-strip {
    min-height: 60vh;
  }

  .medium-team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .services-mask {
    width: 85%;
  }

  .bottom-banner-con {
    text-align: center;
    justify-items: center;
  }

  .best-nevo-content {
    width: 100%;
  }

  .testimonial-content {
    grid-row-gap: 36px;
    max-width: none;
  }

  .tablet-bottom-description {
    text-align: center;
    width: 100%;
  }

  .image-full-borders {
    padding: 12px;
  }

  .h2-title-tag, .h2-title-tag.black {
    text-align: left;
  }

  .h2-title-tag.black.exp {
    text-align: center;
  }

  .review-top-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .top-banner-con {
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .mask {
    width: 100%;
    max-width: none;
  }

  .big-team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .section-looping-logos.no-padding {
    display: block;
  }

  .team-avatar-item {
    width: 3.5rem;
    height: 3.5rem;
  }

  .about-us-description {
    text-align: justify;
  }

  .about-us-description.black.exp {
    text-align: center;
  }

  .large-team-avatar, .large-team-avatar.ava-3 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .bottom-con.right-align {
    justify-content: flex-start;
    align-items: center;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .services-description {
    text-align: justify;
  }

  .team-items-2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .testimonial-name {
    text-align: center;
    align-items: center;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-heading.xl {
    font-size: 60px;
  }

  .team-basic--2 {
    padding-top: 0;
  }

  .logo {
    min-width: 150px;
  }

  .small-avatar-item {
    width: 3.5rem;
    height: 3.5rem;
  }

  .testimonial-client {
    grid-template-columns: auto;
    justify-items: center;
  }

  .team-circles-items {
    grid-column-gap: 3rem;
  }

  .video-contacts.large-video {
    width: 65%;
    margin-top: -5rem;
    margin-left: 0;
  }

  .logos-looping-wrapper.right {
    display: none;
  }

  .slide-nav-3 {
    margin-bottom: 48px;
  }

  .team-avatar-item-mini {
    width: 3.5rem;
    height: 3.5rem;
  }

  .banner-1-title {
    text-align: left;
  }

  .bottom-style-spacing-desktop-2 {
    bottom: 8%;
  }

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

  .grid-description-2 {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description-2.last-description {
    border-bottom-color: #a7a7a7;
  }

  .grid-description-2.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

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

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

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

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

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

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

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

  .color-container-2 {
    flex-wrap: wrap;
  }

  .h1-tablet-2 {
    font-size: 50px;
  }

  .top-style-spacing-desktop-2 {
    top: 7%;
  }

  .gallery-background {
    max-height: 500px;
  }

  .hero-circle-wrap.mod-2 {
    padding-left: 40px;
  }

  .hero-circle-wrap.mod-1 {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .hero-circle-dot {
    top: 1px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .filled-title {
    font-size: 40px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .rotate-card {
    height: 450px;
  }

  .text-stroke {
    white-space: nowrap;
    width: 100%;
    font-size: 58px;
  }

  .text-stroke.text-2, .text-stroke.text-3 {
    white-space: nowrap;
    width: 100%;
  }

  .service-column {
    max-width: none;
    padding: 12px 12px 60px;
  }

  .bg-paralax-circle {
    top: 515px;
    right: -6px;
  }

  .home-intro-strip {
    max-width: 24vw;
    margin: -12rem -4.5rem;
  }

  .h6-subtitle-left {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .mobile-intro-box-image {
    height: 450px;
  }

  .stroke-title {
    font-size: 40px;
  }

  .action-con {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-link-wrapper {
    justify-content: center;
    display: flex;
  }

  .service-description {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-bottom {
    min-height: 250px;
  }

  .looping-wrap {
    flex: none;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .gallery-image {
    max-height: 500px;
  }

  .hero-portfolio-section {
    min-height: 93vh;
    display: none;
  }

  .dot-stroke.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .banner-text {
    flex: none;
    width: 100%;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .gallery-mask {
    width: 100%;
    max-width: 100vw;
  }

  .top-banner-2 {
    padding-bottom: 60px;
  }

  .slider-link-text {
    display: block;
  }

  .circle-link-text-2 {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .hero-circle-dot-medium {
    inset: 58px 0% auto auto;
  }

  .gallery-slide {
    max-height: 500px;
  }

  .hero-circle {
    width: 330px;
    height: 330px;
  }

  .large-title {
    font-size: 58px;
  }

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

  .testimonial-text {
    text-align: justify;
    font-size: 24px;
  }

  .hero-slide-arrow {
    bottom: 100px;
  }

  .item-slide-nav {
    width: 100%;
  }

  .hero-circles {
    flex-direction: column;
  }

  .scroll-top {
    margin-bottom: 0;
  }

  .awards-full-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .top-services-description {
    text-align: justify;
  }

  .top-services-description.exp {
    text-align: center;
  }

  .service-icon-wrapper {
    padding-bottom: 50px;
  }

  .service-icon {
    height: 120px;
  }

  .project-item-background, .skew-background-wrapper {
    padding: 12px;
  }

  .project-item {
    width: 90vw;
    height: 160vw;
    padding: 24px;
  }

  .project-hover-info {
    max-width: none;
    padding: 24px;
  }

  .awards-llist-title {
    padding-top: .75rem;
  }

  .awards-list-grid {
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .awards-list-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .list-image-height {
    border-radius: 30px;
  }

  .list-image {
    width: 100%;
  }

  .offer-card-wrapper {
    height: 70vh;
    max-height: 650px;
  }

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

  .footer-rights-3 {
    text-align: center;
  }

  .footer-copyright-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-bottom-wrapper-3 {
    flex-wrap: wrap;
  }

  .large-photo {
    min-height: 200px;
    max-height: 350px;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .hero-content {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .portfolio-2-title {
    font-size: 30px;
  }

  .awards-2-list-grid {
    align-content: stretch;
  }

  .dual-grid {
    grid-row-gap: 48px;
  }

  .large-stroke-text {
    font-size: 42px;
  }

  .banner-3-text-wrapper {
    justify-content: center;
    min-height: 50vh;
  }

  .portfolio-img-wrap {
    width: 300px;
  }

  .banner-title-3 {
    font-size: 45px;
  }

  .portfolio-img-wrap-tablet {
    width: 300px;
  }

  .inner-portfolio-wrapper {
    perspective-origin: 50%;
    transform-origin: 50%;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    width: 550vw;
    min-width: 2800px;
    height: 220vh;
    margin-left: auto;
    margin-right: auto;
    padding: 12vw;
    transform: none;
  }

  .circle-link-text-3 {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

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

  .circle-image {
    padding: 12px;
  }

  .img-scroll-right, .img-scroll-left {
    max-width: 300px;
  }

  .project-image {
    min-height: 400px;
  }

  .project-image-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .menu-home-4-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    padding: 4px;
  }

  .work-list {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .work-intro-title {
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }

  .portfolio-content-left {
    padding-top: 160px;
  }

  .home-4-bottom-description {
    width: 100%;
  }

  .portfolio-bg-wrapper {
    min-height: 400px;
  }

  .off-page-menu {
    padding-top: 100px;
  }

  .text-loader.loader-2, .text-loader.loader-3, .text-loader.loader-1 {
    font-size: 6rem;
    right: 45%;
  }

  .loader-container {
    bottom: -70px;
  }

  .slider-home-component {
    height: 100%;
  }

  .left-arrow {
    width: 35%;
    bottom: 10px;
  }

  .home-slide-wrapper {
    height: 100%;
  }

  .no-shrink-btn, .burger-btn {
    width: 100%;
  }

  .main-wrapper, .portrfolio-5-mask {
    height: 100%;
  }

  .dual-title-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: auto;
  }

  .burger-links-tablet {
    grid-template-columns: auto auto;
  }

  .section-home-slider {
    height: 100%;
  }

  .portfolio-slider {
    height: 100vh;
  }

  .right-arrow {
    width: 35%;
    bottom: 10px;
  }

  .page-wrapper {
    height: 100%;
  }

  .portfolio-links-con {
    grid-row-gap: 10px;
  }

  .portfolio-5-link {
    width: 16rem;
    height: 20rem;
  }

  .home-hero-slide-image {
    height: 100%;
  }

  .home-hero-slide {
    min-height: 95vh;
  }

  .portfolio-5-title-wrapper {
    height: 35%;
  }

  .home-hero-slide-top {
    height: 40vh;
  }

  .quick-portfolio-list-item {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 0;
  }

  .best-portfolio-img.portfolio-photo {
    border-radius: 600px 600px 0 0;
    width: 100%;
    height: 300px;
    position: relative;
    left: auto;
  }

  .bottom-banner-description {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-hero-left {
    padding-top: 100px;
  }

  .banner-tablet-video {
    height: 250px;
  }

  .faq-description {
    text-align: left;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .hero-rotate-base {
    width: 45%;
  }

  .circle-link-text-4 {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .dark-inner-ov {
    padding-top: 155px;
  }

  .dark-inner-ov.our-team {
    padding-top: 160px;
  }

  .cicrle-banner-wrapper {
    width: 150px;
    height: 150px;
  }

  .cicrle-banner-wrapper.our-team {
    width: 240px;
    height: 240px;
  }

  .services-hero-collection-item, .services-filter-item {
    width: 100%;
  }

  .details-body {
    grid-row-gap: 36px;
  }

  .event-inquire-top {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: auto;
    justify-content: center;
  }

  .form-block {
    grid-row-gap: 80px;
  }

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

  .data-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .contacts-service {
    border-left-style: none;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .form {
    padding-top: 0;
  }

  .details-card {
    padding: 18px;
  }

  .field-block {
    grid-template-columns: 1fr;
  }

  .circle-link-wrapper-2 {
    margin-left: -48px;
  }

  .blog-details-background-image {
    background-position: 24% 0;
  }

  .grid-event {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .banner-paragraph, .blog-details-title {
    text-align: justify;
  }

  .portfolio-section.portfolio-3 {
    min-height: 350px;
  }

  .circle-link-text-5, .circle-link-text-6 {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .anchor-link-2, .meta-card, .bottom-slider-arrow-portfolio {
    width: 100%;
  }

  .testimonial-intro-text {
    font-size: 26px;
  }

  .content-portfolio-details {
    grid-row-gap: 60px;
  }

  .stage-banner {
    height: 300px;
  }

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

  .project-pagination-wrapper-2 {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .gallery-image-portfolio-details {
    height: 200px;
  }

  .shop-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .shop-tab-link.last-child {
    padding-left: 0;
  }

  .portfolio-3-image {
    height: 400px;
  }

  .project-3-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .product-category.blog-1, .product-category.blog-1-filter {
    bottom: 190px;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .main-avatar-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .review-blog-detail {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-blog-description {
    text-align: justify;
  }

  .blog-image-container {
    height: 400px;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .sidebar-categories-list-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .blog-3-form-white {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 8px;
    display: flex;
  }

  .blog-3-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-3-card-info, .blog-card-strip {
    padding-left: 24px;
    padding-right: 24px;
  }

  .coming-soon-form-con {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .subscribe-form-white {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 8px;
    display: flex;
  }

  .no-shrink-footer {
    width: 100%;
  }

  .coming-soon-heading-3 {
    font-size: 45px;
  }

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

  .license-link-wrap {
    grid-column-gap: 30px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-image {
    height: 380px;
  }

  ._404-png-title {
    height: 80px;
  }

  ._404-title, ._404-title-wrapper {
    font-size: 100px;
  }
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafea71-ba7da1c9, #w-node-_86c445d6-d3eb-cabd-b352-719caeafea7b-ba7da1c9, #w-node-_86c445d6-d3eb-cabd-b352-719caeafea7e-ba7da1c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafea9e-ba7da1c9, #w-node-_86c445d6-d3eb-cabd-b352-719caeafeac7-ba7da1c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafeaf5-ba7da1c9 {
  align-self: end;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafeaff-ba7da1c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafeb13-ba7da1c9, #w-node-_86c445d6-d3eb-cabd-b352-719caeafeb3d-ba7da1c9, #w-node-_86c445d6-d3eb-cabd-b352-719caeafeb75-ba7da1c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafecdd-ba7da1c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafece2-ba7da1c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafece3-ba7da1c9 {
  place-self: center;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafecea-ba7da1c9 {
  place-self: start;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafecee-ba7da1c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_86c445d6-d3eb-cabd-b352-719caeafecef-ba7da1c9 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_1648e695-3e4e-cbcd-3545-eb8013a11db7-13a11d4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5d3fefa-b0e5-4a11-68f7-d4744724506d-4724506a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-f5d3fefa-b0e5-4a11-68f7-d4744724506e-4724506a {
  align-self: stretch;
}

#w-node-f5d3fefa-b0e5-4a11-68f7-d47447245073-4724506a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e9876e3-2574-a912-0025-27a7637728ec-ba7da1bd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2e9876e3-2574-a912-0025-27a7637728ed-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e9876e3-2574-a912-0025-27a7637728ee-ba7da1bd {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_2e9876e3-2574-a912-0025-27a7637728fd-ba7da1bd {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-df91da69-9f42-ffb7-76b6-4e45770fe10f-ba7da1bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df91da69-9f42-ffb7-76b6-4e45770fe124-ba7da1bd {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_84a85973-3a32-7848-7ea2-d5a9acd3acd0-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_84a85973-3a32-7848-7ea2-d5a9acd3acd6-ba7da1bd, #w-node-_84a85973-3a32-7848-7ea2-d5a9acd3ace0-ba7da1bd, #nowThis.w-node-_84a85973-3a32-7848-7ea2-d5a9acd3ace7-ba7da1bd, #nowThis.w-node-_84a85973-3a32-7848-7ea2-d5a9acd3ace8-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84a85973-3a32-7848-7ea2-d5a9acd3acef-ba7da1bd {
  place-self: stretch stretch;
}

#nowThis.w-node-_066f00c5-d81a-e6a0-5133-4fef99ea142b-ba7da1bd, #nowThis.w-node-_066f00c5-d81a-e6a0-5133-4fef99ea142c-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_066f00c5-d81a-e6a0-5133-4fef99ea1437-ba7da1bd {
  place-self: stretch stretch;
}

#nowThis.w-node-_1d1e9dd6-1d31-b2be-c697-528f477fc505-ba7da1bd, #nowThis.w-node-_1d1e9dd6-1d31-b2be-c697-528f477fc506-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d1e9dd6-1d31-b2be-c697-528f477fc511-ba7da1bd {
  place-self: stretch stretch;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d801-ba7da1bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d802-ba7da1bd {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d80b-ba7da1bd {
  align-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d80d-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d80f-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d810-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d812-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d813-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d815-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d817-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d819-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d81a-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d81c-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d81d-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d81f-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d820-ba7da1bd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d821-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d840-ba7da1bd {
  align-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d842-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d844-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d845-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d847-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d848-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d84a-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d84c-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d84e-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d84f-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d851-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d852-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d854-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d855-ba7da1bd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d856-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d875-ba7da1bd {
  align-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d877-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d879-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d87a-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d87c-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d87d-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d87f-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d881-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d883-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d884-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d886-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d887-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d889-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d88a-ba7da1bd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d88b-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8aa-ba7da1bd {
  align-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8ac-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8ae-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8af-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8b1-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8b2-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8b4-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8b6-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8b8-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8b9-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8bb-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8bc-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8be-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8bf-ba7da1bd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8c0-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8df-ba7da1bd {
  align-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8e1-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8e3-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8e4-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8e6-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8e7-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8e9-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8eb-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8ed-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8ee-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8f0-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8f1-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8f3-ba7da1bd {
  place-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8f4-ba7da1bd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_727e1564-e979-ed43-cd19-65c16432d8f5-ba7da1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e9876e3-2574-a912-0025-27a763772b17-ba7da1bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e9876e3-2574-a912-0025-27a763772b18-ba7da1bd {
  align-self: stretch;
}

#w-node-_2e9876e3-2574-a912-0025-27a763772b24-ba7da1bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2e9876e3-2574-a912-0025-27a763772b26-ba7da1bd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_2e9876e3-2574-a912-0025-27a763772b28-ba7da1bd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe21-ba7da1c1 {
  align-self: center;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe23-ba7da1c1 {
  place-self: center;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe2b-ba7da1c1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe2c-ba7da1c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe2d-ba7da1c1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe3c-ba7da1c1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe3d-ba7da1c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#wf-form-Contact-form.w-node-_719114e1-9ed5-6215-330f-07b98eabbe75-ba7da1c1 {
  place-self: start center;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe78-ba7da1c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#full-name-4.w-node-_719114e1-9ed5-6215-330f-07b98eabbe7a-ba7da1c1, #cie-name.w-node-_719114e1-9ed5-6215-330f-07b98eabbe7b-ba7da1c1, #w-node-_719114e1-9ed5-6215-330f-07b98eabbe7c-ba7da1c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_719114e1-9ed5-6215-330f-07b98eabbe7d-ba7da1c1, #phone.w-node-_719114e1-9ed5-6215-330f-07b98eabbe7f-ba7da1c1, #w-node-c0ed9a4a-25ba-a82d-0f5d-a736977cc19d-ba7da1c1, #email-4.w-node-c0ed9a4a-25ba-a82d-0f5d-a736977cc19f-ba7da1c1, #w-node-_719114e1-9ed5-6215-330f-07b98eabbe81-ba7da1c1, #message-3.w-node-_719114e1-9ed5-6215-330f-07b98eabbe83-ba7da1c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f710800-4ca5-c581-77fc-76d0e9431347-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e9431355-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e9431363-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e9431372-e9431322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f710800-4ca5-c581-77fc-76d0e9431373-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e9431374-e9431322 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f710800-4ca5-c581-77fc-76d0e9431382-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e9431383-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e943138b-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e943138c-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e9431394-e9431322, #w-node-_4f710800-4ca5-c581-77fc-76d0e9431395-e9431322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e40c6b6-8eaa-dc53-1f82-ba6bb7b59da3-ba7da1c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e40c6b6-8eaa-dc53-1f82-ba6bb7b59db2-ba7da1c2 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_4e40c6b6-8eaa-dc53-1f82-ba6bb7b59dc4-ba7da1c2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e40c6b6-8eaa-dc53-1f82-ba6bb7b59dc5-ba7da1c2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8409f2c8-f7db-4722-bb0c-9057892f749a-ba7da1c3 {
  align-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff0c-ba7da1c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff0d-ba7da1c4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff17-ba7da1c4 {
  justify-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff1b-ba7da1c4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff3b-ba7da1c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff46-ba7da1c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff47-ba7da1c4 {
  align-self: start;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff6a-ba7da1c4 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deff95-ba7da1c4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffa2-ba7da1c4 {
  justify-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffa5-ba7da1c4 {
  align-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffb5-ba7da1c4 {
  justify-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffb8-ba7da1c4 {
  align-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffc8-ba7da1c4 {
  justify-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffcb-ba7da1c4 {
  align-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffdb-ba7da1c4 {
  justify-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffde-ba7da1c4 {
  align-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580deffef-ba7da1c4 {
  justify-self: center;
}

#w-node-c6166639-8d1b-c384-c51b-c55580defff2-ba7da1c4 {
  align-self: center;
}

#w-node-_9dab193c-4876-2d86-04b1-dce854f6f71f-ba7da1c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9dab193c-4876-2d86-04b1-dce854f6f724-ba7da1c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9dab193c-4876-2d86-04b1-dce854f6f725-ba7da1c4 {
  place-self: center;
}

#w-node-_9dab193c-4876-2d86-04b1-dce854f6f72c-ba7da1c4 {
  place-self: start;
}

#w-node-_9dab193c-4876-2d86-04b1-dce854f6f730-ba7da1c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9dab193c-4876-2d86-04b1-dce854f6f731-ba7da1c4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-fe422626-8754-5cb6-4e05-e26d9d11e043-ba7da1c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe422626-8754-5cb6-4e05-e26d9d11e044-ba7da1c5 {
  align-self: stretch;
}

#w-node-fe422626-8754-5cb6-4e05-e26d9d11e050-ba7da1c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe422626-8754-5cb6-4e05-e26d9d11e052-ba7da1c5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-fe422626-8754-5cb6-4e05-e26d9d11e054-ba7da1c5 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_317d239b-0a98-9573-d14d-8b7f46cc11fe-ba7da1c5, #w-node-_317d239b-0a98-9573-d14d-8b7f46cc1207-ba7da1c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317d239b-0a98-9573-d14d-8b7f46cc120f-ba7da1c5 {
  justify-self: start;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd30-ba7da1c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd32-ba7da1c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd3f-ba7da1c6 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd4a-ba7da1c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd4b-ba7da1c6 {
  justify-self: start;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd4d-ba7da1c6 {
  align-self: start;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd62-ba7da1c6 {
  align-self: center;
}

#wf-form-Contact-form.w-node-_26fde126-e254-2ff0-247c-c35e55eefd72-ba7da1c6 {
  place-self: start center;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd75-ba7da1c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-_26fde126-e254-2ff0-247c-c35e55eefd77-ba7da1c6, #Last-name-2.w-node-_26fde126-e254-2ff0-247c-c35e55eefd78-ba7da1c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd7a-ba7da1c6, #Email-2.w-node-_26fde126-e254-2ff0-247c-c35e55eefd7c-ba7da1c6, #w-node-_26fde126-e254-2ff0-247c-c35e55eefd7e-ba7da1c6, #Email-2.w-node-_26fde126-e254-2ff0-247c-c35e55eefd80-ba7da1c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd8e-ba7da1c6 {
  align-self: center;
}

#w-node-_26fde126-e254-2ff0-247c-c35e55eefd90-ba7da1c6 {
  place-self: center;
}

#w-node-_63e355e7-b159-45f0-45a2-2c015e25a9bd-ba7da1c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_63e355e7-b159-45f0-45a2-2c015e25a9c2-ba7da1c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_63e355e7-b159-45f0-45a2-2c015e25a9c3-ba7da1c6 {
  place-self: center;
}

#w-node-_63e355e7-b159-45f0-45a2-2c015e25a9ca-ba7da1c6 {
  place-self: start;
}

#w-node-_63e355e7-b159-45f0-45a2-2c015e25a9ce-ba7da1c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_63e355e7-b159-45f0-45a2-2c015e25a9cf-ba7da1c6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-b1bd631b-48dd-36d3-60f4-2340b7146d81-b7146d53, #w-node-b1bd631b-48dd-36d3-60f4-2340b7146dce-b7146d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#right.w-node-_7b0aba69-1ae6-613f-76f0-16c383dba5ee-ba7da1c7 {
  grid-area: 1 / 2 / 2 / 3;
}

#Our-Services.w-node-_7b0aba69-1ae6-613f-76f0-16c383dba622-ba7da1c7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0b0d2464-4083-ad68-8cb8-88928de48439-ba7da1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0b0d2464-4083-ad68-8cb8-88928de4843e-ba7da1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0b0d2464-4083-ad68-8cb8-88928de4843f-ba7da1c7 {
  place-self: center;
}

#w-node-_0b0d2464-4083-ad68-8cb8-88928de48446-ba7da1c7 {
  place-self: start;
}

#w-node-_0b0d2464-4083-ad68-8cb8-88928de4844a-ba7da1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0b0d2464-4083-ad68-8cb8-88928de4844b-ba7da1c7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_59fb30c4-9235-ead5-d6a2-d3312e0eac9a-ba7da1c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_59fb30c4-9235-ead5-d6a2-d3312e0eaca0-ba7da1c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#right.w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc5143-ba7da1d1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc514c-ba7da1d1, #Our-Services.w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc5177-ba7da1d1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b953559a-ba7da1d1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b953559b-ba7da1d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b953559c-ba7da1d1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b953559f-ba7da1d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a0-ba7da1d1 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a3-ba7da1d1 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a4-ba7da1d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a5-ba7da1d1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a8-ba7da1d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a9-ba7da1d1 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996e6-ba7da1d1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996e7-ba7da1d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996e8-ba7da1d1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996ef-ba7da1d1 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996f4-ba7da1d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996f5-ba7da1d1 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-edbe9b7a-f6eb-fa46-592e-297891fc78b2-ba7da1d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-edbe9b7a-f6eb-fa46-592e-297891fc78e0-ba7da1d7 {
  align-self: end;
}

#w-node-edbe9b7a-f6eb-fa46-592e-297891fc78ea-ba7da1d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-edbe9b7a-f6eb-fa46-592e-297891fc78fe-ba7da1d7, #w-node-edbe9b7a-f6eb-fa46-592e-297891fc7929-ba7da1d7, #w-node-edbe9b7a-f6eb-fa46-592e-297891fc7963-ba7da1d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8aaeccd-7526-cfde-1d4f-58f9a0948d7e-ba7da1d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f8aaeccd-7526-cfde-1d4f-58f9a0948d83-ba7da1d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f8aaeccd-7526-cfde-1d4f-58f9a0948d84-ba7da1d7 {
  place-self: center;
}

#w-node-f8aaeccd-7526-cfde-1d4f-58f9a0948d8b-ba7da1d7 {
  place-self: start;
}

#w-node-f8aaeccd-7526-cfde-1d4f-58f9a0948d8f-ba7da1d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f8aaeccd-7526-cfde-1d4f-58f9a0948d90-ba7da1d7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5ed9-5365c997 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-5365c997 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-5365c997 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-5365c997 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e4-5365c997 {
  justify-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082217-5365c997 {
  align-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-5365c997 {
  align-self: center;
}

#wf-form-Contact-form.w-node-ff8eb6e4-af79-beb3-ba16-97a45208223c-5365c997 {
  place-self: start center;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-5365c997 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#full-name-2.w-node-ff8eb6e4-af79-beb3-ba16-97a452082241-5365c997, #cie-name.w-node-ff8eb6e4-af79-beb3-ba16-97a452082242-5365c997 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082244-5365c997, #phone.w-node-ff8eb6e4-af79-beb3-ba16-97a452082246-5365c997, #w-node-_1240343b-6196-9cda-86cc-cda8362fab49-5365c997, #email-5.w-node-_1240343b-6196-9cda-86cc-cda8362fab4b-5365c997, #w-node-_95fe843c-9e58-f115-213d-ddf16544ed4f-5365c997, #message-5.w-node-_95fe843c-9e58-f115-213d-ddf16544ed51-5365c997 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5da-5365c997 {
  align-self: center;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5dc-5365c997 {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c18-5365c997 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1d-5365c997 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1e-5365c997 {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-5365c997 {
  place-self: start;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c29-5365c997 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c2a-5365c997 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5ed9-6cafe8de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-6cafe8de {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-6cafe8de {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-6cafe8de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e4-6cafe8de {
  justify-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082217-6cafe8de {
  align-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-6cafe8de {
  align-self: center;
}

#wf-form-Contact-form.w-node-ff8eb6e4-af79-beb3-ba16-97a45208223c-6cafe8de {
  place-self: start center;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-6cafe8de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#full-name-2.w-node-ff8eb6e4-af79-beb3-ba16-97a452082241-6cafe8de, #cie-name.w-node-ff8eb6e4-af79-beb3-ba16-97a452082242-6cafe8de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082244-6cafe8de, #phone.w-node-ff8eb6e4-af79-beb3-ba16-97a452082246-6cafe8de, #w-node-_527b13e1-8d8c-0c61-bbb6-085d9d14517e-6cafe8de, #email-5.w-node-_527b13e1-8d8c-0c61-bbb6-085d9d145180-6cafe8de, #w-node-_95fe843c-9e58-f115-213d-ddf16544ed4f-6cafe8de, #message-5.w-node-_95fe843c-9e58-f115-213d-ddf16544ed51-6cafe8de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5da-6cafe8de {
  align-self: center;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5dc-6cafe8de {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c18-6cafe8de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1d-6cafe8de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1e-6cafe8de {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-6cafe8de {
  place-self: start;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c29-6cafe8de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c2a-6cafe8de {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5ed9-7e1d707f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-7e1d707f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-7e1d707f {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-7e1d707f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e4-7e1d707f {
  justify-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082217-7e1d707f {
  align-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-7e1d707f {
  align-self: center;
}

#wf-form-Contact-form.w-node-ff8eb6e4-af79-beb3-ba16-97a45208223c-7e1d707f {
  place-self: start center;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-7e1d707f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#full-name-2.w-node-ff8eb6e4-af79-beb3-ba16-97a452082241-7e1d707f, #cie-name.w-node-ff8eb6e4-af79-beb3-ba16-97a452082242-7e1d707f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082244-7e1d707f, #phone.w-node-ff8eb6e4-af79-beb3-ba16-97a452082246-7e1d707f, #w-node-_106e57af-521d-e98b-4de0-cd6376ed8c87-7e1d707f, #email-5.w-node-_106e57af-521d-e98b-4de0-cd6376ed8c89-7e1d707f, #w-node-_95fe843c-9e58-f115-213d-ddf16544ed4f-7e1d707f, #message-5.w-node-_95fe843c-9e58-f115-213d-ddf16544ed51-7e1d707f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5da-7e1d707f {
  align-self: center;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5dc-7e1d707f {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c18-7e1d707f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1d-7e1d707f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1e-7e1d707f {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-7e1d707f {
  place-self: start;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c29-7e1d707f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c2a-7e1d707f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5ed9-b99459a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-b99459a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-b99459a0 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-b99459a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e4-b99459a0 {
  justify-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082217-b99459a0 {
  align-self: start;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-b99459a0 {
  align-self: center;
}

#wf-form-Contact-form.w-node-ff8eb6e4-af79-beb3-ba16-97a45208223c-b99459a0 {
  place-self: start center;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-b99459a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#full-name-2.w-node-ff8eb6e4-af79-beb3-ba16-97a452082241-b99459a0, #cie-name.w-node-ff8eb6e4-af79-beb3-ba16-97a452082242-b99459a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff8eb6e4-af79-beb3-ba16-97a452082244-b99459a0, #phone.w-node-ff8eb6e4-af79-beb3-ba16-97a452082246-b99459a0, #w-node-_1794d9c9-25a7-970e-6af7-3e808a137c4b-b99459a0, #email-5.w-node-_1794d9c9-25a7-970e-6af7-3e808a137c4d-b99459a0, #w-node-_95fe843c-9e58-f115-213d-ddf16544ed4f-b99459a0, #message-5.w-node-_95fe843c-9e58-f115-213d-ddf16544ed51-b99459a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5da-b99459a0 {
  align-self: center;
}

#w-node-_84ef2871-f179-52d7-bca8-bf4cb8a0e5dc-b99459a0 {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c18-b99459a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1d-b99459a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c1e-b99459a0 {
  place-self: center;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-b99459a0 {
  place-self: start;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c29-b99459a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c2a-b99459a0 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

@media screen and (min-width: 1920px) {
  #w-node-_719114e1-9ed5-6215-330f-07b98eabbe5f-ba7da1c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_86c445d6-d3eb-cabd-b352-719caeafeac7-ba7da1c9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c6166639-8d1b-c384-c51b-c55580df0001-ba7da1c4, #w-node-_26fde126-e254-2ff0-247c-c35e55eefd4a-ba7da1c6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc514c-ba7da1d1, #w-node-edbe9b7a-f6eb-fa46-592e-297891fc78b2-ba7da1d7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-5365c997, #w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-6cafe8de, #w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-7e1d707f, #w-node-ff8eb6e4-af79-beb3-ba16-97a4520821e3-b99459a0 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86c445d6-d3eb-cabd-b352-719caeafeac7-ba7da1c9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86c445d6-d3eb-cabd-b352-719caeafeac8-ba7da1c9 {
    justify-self: start;
  }

  #w-node-_86c445d6-d3eb-cabd-b352-719caeafeacb-ba7da1c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86c445d6-d3eb-cabd-b352-719caeafeaee-ba7da1c9 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_86c445d6-d3eb-cabd-b352-719caeafeb5b-ba7da1c9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1648e695-3e4e-cbcd-3545-eb8013a11db7-13a11d4c {
    grid-column: span 2 / span 2;
  }

  #w-node-_2e9876e3-2574-a912-0025-27a7637728ee-ba7da1bd {
    grid-row: 1 / 2;
  }

  #w-node-_2e9876e3-2574-a912-0025-27a7637728fd-ba7da1bd {
    grid-row: 2 / 3;
  }

  #w-node-df91da69-9f42-ffb7-76b6-4e45770fe124-ba7da1bd {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_719114e1-9ed5-6215-330f-07b98eabbe2d-ba7da1c1 {
    grid-row: 1 / 2;
  }

  #w-node-_719114e1-9ed5-6215-330f-07b98eabbe3c-ba7da1c1 {
    grid-row: 2 / 3;
  }

  #w-node-_719114e1-9ed5-6215-330f-07b98eabbe3d-ba7da1c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_719114e1-9ed5-6215-330f-07b98eabbe60-ba7da1c1, #w-node-_719114e1-9ed5-6215-330f-07b98eabbe74-ba7da1c1 {
    justify-self: center;
  }

  #w-node-_4e40c6b6-8eaa-dc53-1f82-ba6bb7b59db2-ba7da1c2 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-c6166639-8d1b-c384-c51b-c55580deff0d-ba7da1c4 {
    grid-column: span 3 / span 3;
  }

  #w-node-c6166639-8d1b-c384-c51b-c55580deff47-ba7da1c4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-c6166639-8d1b-c384-c51b-c55580deff6a-ba7da1c4, #w-node-c6166639-8d1b-c384-c51b-c55580df0002-ba7da1c4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_26fde126-e254-2ff0-247c-c35e55eefd32-ba7da1c6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26fde126-e254-2ff0-247c-c35e55eefd3f-ba7da1c6 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-b1bd631b-48dd-36d3-60f4-2340b7146dce-b7146d53 {
    grid-column: span 2 / span 2;
  }

  #right.w-node-_7b0aba69-1ae6-613f-76f0-16c383dba5ee-ba7da1c7, #right.w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc5143-ba7da1d1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc514c-ba7da1d1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc514d-ba7da1d1 {
    justify-self: start;
  }

  #w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc5150-ba7da1d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1de1e999-5666-8f5a-e52f-dd4b2acc5174-ba7da1d1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_30f84c72-873b-9f8b-4234-2fc3b953559a-ba7da1d1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end start;
  }

  #w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a3-ba7da1d1 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996e6-ba7da1d1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end start;
  }

  #w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996ef-ba7da1d1 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-edbe9b7a-f6eb-fa46-592e-297891fc78b2-ba7da1d7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-edbe9b7a-f6eb-fa46-592e-297891fc78b3-ba7da1d7 {
    justify-self: start;
  }

  #w-node-edbe9b7a-f6eb-fa46-592e-297891fc78b6-ba7da1d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-edbe9b7a-f6eb-fa46-592e-297891fc78d9-ba7da1d7 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-edbe9b7a-f6eb-fa46-592e-297891fc7948-ba7da1d7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-5365c997 {
    grid-column: span 1 / span 1;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-5365c997 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-6cafe8de {
    grid-column: span 1 / span 1;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-6cafe8de {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-7e1d707f {
    grid-column: span 1 / span 1;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-7e1d707f {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-b99459a0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5eec-b99459a0 {
    grid-column: 1 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86c445d6-d3eb-cabd-b352-719caeafea71-ba7da1c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86c445d6-d3eb-cabd-b352-719caeafeaff-ba7da1c9, #w-node-_1648e695-3e4e-cbcd-3545-eb8013a11db7-13a11d4c {
    grid-column: span 1 / span 1;
  }

  #nowThis.w-node-_84a85973-3a32-7848-7ea2-d5a9acd3ace7-ba7da1bd {
    align-self: end;
  }

  #nowThis.w-node-_84a85973-3a32-7848-7ea2-d5a9acd3ace8-ba7da1bd {
    align-self: start;
  }

  #w-node-_84a85973-3a32-7848-7ea2-d5a9acd3acef-ba7da1bd {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_066f00c5-d81a-e6a0-5133-4fef99ea142b-ba7da1bd {
    align-self: end;
  }

  #nowThis.w-node-_066f00c5-d81a-e6a0-5133-4fef99ea142c-ba7da1bd {
    align-self: start;
  }

  #w-node-_066f00c5-d81a-e6a0-5133-4fef99ea1437-ba7da1bd {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_1d1e9dd6-1d31-b2be-c697-528f477fc505-ba7da1bd {
    align-self: end;
  }

  #nowThis.w-node-_1d1e9dd6-1d31-b2be-c697-528f477fc506-ba7da1bd {
    align-self: start;
  }

  #w-node-_1d1e9dd6-1d31-b2be-c697-528f477fc511-ba7da1bd {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2e9876e3-2574-a912-0025-27a763772b18-ba7da1bd {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_2e9876e3-2574-a912-0025-27a763772b2c-ba7da1bd, #w-node-_2e9876e3-2574-a912-0025-27a763772b45-ba7da1bd, #w-node-_2e9876e3-2574-a912-0025-27a763772b5c-ba7da1bd, #w-node-_2e9876e3-2574-a912-0025-27a763772b73-ba7da1bd, #w-node-_2e9876e3-2574-a912-0025-27a763772b8a-ba7da1bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f710800-4ca5-c581-77fc-76d0e9431381-e9431322 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4e40c6b6-8eaa-dc53-1f82-ba6bb7b59dc5-ba7da1c2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fe422626-8754-5cb6-4e05-e26d9d11e044-ba7da1c5 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-fe422626-8754-5cb6-4e05-e26d9d11e054-ba7da1c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_26fde126-e254-2ff0-247c-c35e55eefd32-ba7da1c6, #w-node-b1bd631b-48dd-36d3-60f4-2340b7146dce-b7146d53 {
    grid-column: span 1 / span 1;
  }

  #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0eacb3-ba7da1c8, #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0eaccc-ba7da1c8, #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0eace3-ba7da1c8, #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0eacfa-ba7da1c8, #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0ead11-ba7da1c8, #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0ead28-ba7da1c8, #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0ead3f-ba7da1c8, #w-node-_59fb30c4-9235-ead5-d6a2-d3312e0ead56-ba7da1c8, #w-node-c7899d1a-f13a-9d03-8067-16d60b62d91b-ba7da1c8, #w-node-_1d6364ce-f25a-03f1-0860-065fb8f0b242-ba7da1c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30f84c72-873b-9f8b-4234-2fc3b953559a-ba7da1d1 {
    justify-self: start;
  }

  #w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a3-ba7da1d1 {
    align-self: start;
  }

  #w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996e6-ba7da1d1 {
    justify-self: start;
  }

  #w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996ef-ba7da1d1 {
    align-self: start;
  }

  #w-node-edbe9b7a-f6eb-fa46-592e-297891fc78ea-ba7da1d7, #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-5365c997, #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-6cafe8de, #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-7e1d707f, #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-b99459a0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86c445d6-d3eb-cabd-b352-719caeafea9f-ba7da1c9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_86c445d6-d3eb-cabd-b352-719caeafecea-ba7da1c9 {
    justify-self: center;
  }

  #w-node-_727e1564-e979-ed43-cd19-65c16432d802-ba7da1bd {
    grid-column-end: 2;
  }

  #w-node-_719114e1-9ed5-6215-330f-07b98eabbe2b-ba7da1c1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_719114e1-9ed5-6215-330f-07b98eabbe78-ba7da1c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-c6166639-8d1b-c384-c51b-c55580deff3b-ba7da1c4, #w-node-_9dab193c-4876-2d86-04b1-dce854f6f72c-ba7da1c4 {
    justify-self: center;
  }

  #w-node-_26fde126-e254-2ff0-247c-c35e55eefd32-ba7da1c6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26fde126-e254-2ff0-247c-c35e55eefd62-ba7da1c6 {
    justify-self: center;
  }

  #w-node-_26fde126-e254-2ff0-247c-c35e55eefd75-ba7da1c6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_63e355e7-b159-45f0-45a2-2c015e25a9ca-ba7da1c6, #w-node-_0b0d2464-4083-ad68-8cb8-88928de48446-ba7da1c7 {
    justify-self: center;
  }

  #w-node-_30f84c72-873b-9f8b-4234-2fc3b953559a-ba7da1d1, #w-node-_30f84c72-873b-9f8b-4234-2fc3b95355a3-ba7da1d1, #w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996e6-ba7da1d1, #w-node-_73ceedc3-deb3-fbc1-8304-daa2aca996ef-ba7da1d1 {
    align-self: center;
  }

  #w-node-f8aaeccd-7526-cfde-1d4f-58f9a0948d8b-ba7da1d7 {
    justify-self: center;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-5365c997 {
    grid-column: span 1 / span 1;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-5365c997 {
    justify-self: center;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-5365c997 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-5365c997 {
    justify-self: center;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-6cafe8de {
    grid-column: span 1 / span 1;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-6cafe8de {
    justify-self: center;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-6cafe8de {
    grid-column: span 1 / span 1;
  }

  #w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-6cafe8de {
    justify-self: center;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-7e1d707f {
    grid-column: span 1 / span 1;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-7e1d707f {
    justify-self: center;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-7e1d707f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-7e1d707f {
    justify-self: center;
  }

  #w-node-_20f0c31e-dbe8-236d-db78-61f574eb5edb-b99459a0 {
    grid-column: span 1 / span 1;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208222c-b99459a0 {
    justify-self: center;
  }

  #w-node-ff8eb6e4-af79-beb3-ba16-97a45208223f-b99459a0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8163c9b9-e6b0-410b-d077-83896f7a3c25-b99459a0 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  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;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialItalic.otf') format('opentype'), url('../fonts/MundialHairItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialDemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialRegular.otf') format('opentype'), url('../fonts/MundialHair.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialDemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mundial';
  src: url('../fonts/MundialThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}