:root {
  --primary-light: #fbfbfb;
  --paragraph-gray: #475467;
  --primary-dark: #101828;
  --dark-gray-50: rgba(175, 175, 175, .5);
  --primary: #101828;
  --dark-gray: #afafaf;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f2f4f7;
  --white-50: rgba(255, 255, 255, .5);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

body {
  background-color: var(--primary-light);
  color: var(--paragraph-gray);
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  border-bottom: 1px solid var(--dark-gray-50);
  color: var(--primary);
  align-items: center;
  padding-bottom: 2px;
  line-height: 1.2em;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

a:hover {
  border-bottom-color: var(--primary);
  color: var(--dark-gray);
  text-align: left;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  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: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

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

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

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

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.blog-grid-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.banner-our-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.pricing-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.contacts-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.contacts-2-banner {
  background-image: linear-gradient(to bottom, var(--primary) 11%, rgba(140, 144, 152, 0) 52%, var(--primary) 97%), url('../images/Background-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.banner-faq {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.blue-background {
  background-color: var(--primary);
}

.section.landing-banner {
  background-image: linear-gradient(to bottom, var(--primary) 9%, rgba(147, 151, 158, 0) 55%, var(--primary) 97%), url('../images/Background-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.style-guide-banner {
  background-color: var(--primary);
  padding-top: 130px;
}

.section.home-1-banner {
  background-image: linear-gradient(to bottom, var(--primary) 8%, rgba(0, 0, 0, 0) 54%, var(--primary)), url('../images/Background-1.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 130px;
  display: flex;
  overflow: hidden;
}

.section.scroll-works {
  background-color: var(--primary);
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 70px;
}

.section.home-2 {
  padding-top: 140px;
}

.section.banner-about-me {
  padding-top: 120px;
}

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

.section.banner-about-me-2 {
  padding-top: 120px;
}

.section.blog-details-banner {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.img-background {
  background-image: url('../images/Background-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.work-3-banner {
  background-color: var(--primary);
  padding-top: 140px;
}

.section.work-2-banner {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.work-1-banner {
  background-image: linear-gradient(to bottom, var(--primary-light) 15%, rgba(255, 255, 255, .1) 78%, var(--primary-light)), url('../images/Kubi-2-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 140px;
}

.section.word-details-banner {
  padding-top: 140px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

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

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

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

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0);
}

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

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.full-w {
  width: 100%;
}

.primary-button.full-w:hover {
  border-color: var(--primary);
}

.primary-button.absolute-desctop {
  margin-bottom: 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

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

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

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

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

.navbar {
  background-color: var(--primary-light);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.absolute-white {
  background-color: var(--primary);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.nav-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding: 20px;
  font-size: 15px;
}

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

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

.nav-link.white-nav-link {
  color: var(--white);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

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

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

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

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  border-color: var(--dark-gray);
  border-radius: 8px;
  width: 450px;
  display: flex;
  left: -110px;
}

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

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

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.nav-item-title.white-nav-desctop {
  color: var(--white);
}

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

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

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

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

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

.licensing-image-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

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

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

.banner-title {
  color: var(--white);
  text-align: center;
}

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

.licensing-icon-link-wrapper {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 4px;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 25px;
  padding-bottom: 0;
  line-height: 1em;
  display: flex;
}

.licensing-icon-link-wrapper:hover {
  border-color: var(--gray);
  background-color: var(--gray);
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
}

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

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

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

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

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

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

.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: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--gray);
  color: var(--primary);
  border-radius: 8px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary-dark);
}

.password-input::placeholder {
  color: var(--dark-gray);
}

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

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

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.coming-soon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 18px;
  font-size: 16px;
}

.coming-soon-input:focus {
  border: 1px solid var(--dark-gray);
}

.coming-soon-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  color: var(--gray);
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #101828), url('../images/Background-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  font-size: 70px;
}

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

.blog-template-image {
  background-color: var(--white);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-height: 680px;
  margin-bottom: 30px;
}

.blog-template-date {
  color: var(--dark-gray);
}

.footer {
  background-color: var(--primary-light);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.footer-copyright {
  color: var(--paragraph-gray);
  text-align: left;
  width: 50%;
  font-size: 16px;
}

.footer-copyright-link {
  color: var(--paragraph-gray);
  letter-spacing: .2px;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-right: 5px;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--dark-gray);
}

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

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

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

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

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

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.banner-title-wrapper.contact-us-two {
  margin-bottom: 80px;
}

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

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

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

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.accordion-item {
  border-bottom: 1px solid var(--dark-gray);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.link-with-icon {
  border-bottom-style: none;
  border-bottom-width: 0;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

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

.hidden {
  display: none;
}

.footer-link {
  letter-spacing: .5px;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
  font-size: 16px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--dark-gray);
}

.white-text {
  color: #fff;
}

.search-wrap-input {
  color: var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  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);
}

.search-desktop {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  border: 1px solid var(--gray);
  color: var(--black);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--dark-gray);
}

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

.search-section {
  padding-top: 140px;
  padding-bottom: 0;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 8px;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  transition: all .2s;
}

.primary-button-white:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button-white.borders {
  background-color: var(--primary);
  color: var(--white);
}

.primary-button-white.borders:hover {
  background-color: var(--white);
  color: var(--primary);
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

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

.progressbar-con {
  width: 100%;
}

.about-3-tab-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

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

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

.project-template-content {
  width: 70%;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  width: 100%;
  display: flex;
}

.project-template-info-wrap {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  padding: 15px;
  display: flex;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph-gray {
  color: var(--dark-gray);
}

.project-template-banner-image {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.landing-feature-icon {
  color: var(--white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

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

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

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 8px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item:hover {
  text-align: center;
}

.landing-inner-page-item.home-screen {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 8px;
}

.landing-inner-page-item.home-screen:hover {
  text-align: center;
}

.landing-inner-page-image {
  border: 1px solid var(--gray);
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 100%;
}

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

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

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-inner-page-title:hover {
  text-align: center;
}

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

.nav-dropdown-column {
  width: 33%;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 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-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

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

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

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button.absolute-desctop {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

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

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

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

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

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

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

.our-services-wrap {
  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: rgba(0, 0, 0, 0);
  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 rgba(20, 23, 51, .15);
}

.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);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  border-radius: 2px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  display: inline-block;
}

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

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

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

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

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

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

.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: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

.brand-tablet {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
  display: none;
}

.brand-tablet.w--current {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.brand, .brand.w--current {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  font-size: 60px;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  display: flex;
}

.success-message {
  color: var(--white);
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-block-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 430px;
  margin-bottom: 0;
  display: flex;
}

.flex-footer-copyright {
  display: flex;
}

.contact-footer {
  background-color: var(--primary);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.button-footer-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.footer-logo-link {
  text-align: left;
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 130px;
  padding-bottom: 0;
}

.footer-logo-link.w--current {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.links-wrap-footer {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.logo-footer {
  width: 200px;
  max-width: 200%;
  height: auto;
}

.logo-header {
  width: 200px;
  height: auto;
}

.div-block-2 {
  display: none;
}

.banner-home-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.banner-home-wrapper.work-2 {
  align-items: end;
}

.content-banner-1 {
  flex-direction: column;
  display: flex;
}

.projects-wrapper-works-3 {
  z-index: 5;
  width: 100%;
  position: relative;
}

.project-wrap {
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.collection-list-wrapper-works-3 {
  width: 100%;
}

.collection-list-works-3 {
  width: 100%;
  display: flex;
}

.collection-item-works-3 {
  cursor: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-img-link-works-3 {
  border-bottom: 0px none var(--light-gray);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.project-img-link-works-3:hover {
  border-color: var(--light-gray);
}

.works-3-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.button-banner-1-wrap {
  margin-top: 30px;
}

.light-paragraph {
  color: var(--light-gray);
}

.team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.team-wrap {
  border-radius: 8px;
  position: relative;
}

.team-img {
  border-radius: 8px;
}

.dark-grey-text {
  color: var(--dark-gray);
}

.absolute-info-team {
  text-align: center;
  background-color: rgba(16, 24, 40, .75);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: var(--white);
}

.position-team {
  color: var(--dark-gray);
  margin-top: 5px;
}

.social-team-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
  display: flex;
}

.social-team {
  color: var(--light-gray);
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
}

.banner-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr .25fr;
  align-items: center;
  width: 100%;
}

.socila-banner-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.social-img-banner {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 16px;
  padding-bottom: 0;
}

.social-img {
  width: 100%;
  transition: opacity .3s;
}

.social-img:hover {
  opacity: .7;
}

.social-img.mobile-icon {
  display: none;
}

.content-wrap-work {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.img-work-wrap {
  background-color: var(--primary-light);
  cursor: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-work-wrap._w-100 {
  width: 100%;
}

.collection-list-wrapper-work-2 {
  background-color: var(--white);
  width: 100%;
}

.collection-list-wrapper-work-2.mt-30 {
  margin-top: 30px;
}

.collection-item-work-2 {
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.collection-item-work-2.vertical {
  background-color: var(--white);
  flex-direction: column;
}

.link-img-work {
  cursor: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 8px;
  width: 100%;
  padding-bottom: 0;
}

.work-2-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 230px;
}

.name-work-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 20px;
  padding-bottom: 0;
}

.link-work-wrap {
  margin-top: 30px;
}

.collection-list-wrapper-work-2-flexid {
  width: 100%;
  margin-top: 30px;
}

.collection-list-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.content-work-2-flex {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.content-work-2-flex.pb-50-desctop {
  padding-bottom: 50px;
}

.name-work-2 {
  transition: color .3s;
}

.name-work-2:hover {
  color: var(--paragraph-gray);
}

.link-2 {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .5px;
  cursor: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 100px;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
  position: absolute;
}

.link-2:hover {
  color: var(--white);
}

.link-2.works-3 {
  width: 80px;
  height: 80px;
}

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

.work-home-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.collection-list-project {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.img-project-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 8px;
  padding-bottom: 0;
  overflow: hidden;
}

.project-name {
  color: var(--white);
  margin-bottom: 0;
  transition: color .3s;
}

.project-name:hover {
  color: var(--dark-gray);
}

.name-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.project-img {
  border-radius: 8px;
}

.info-project-wrap {
  margin-top: 5px;
}

.margin-project {
  margin-top: 40px;
}

.collection-item-project {
  overflow: hidden;
}

.client {
  color: var(--dark-gray);
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 10px;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 20px;
}

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

.scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 10% 80px;
  display: flex;
  overflow: hidden;
}

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

.collection-item-home-3 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-wrapper-home-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.project-link-wrap {
  perspective: 1000px;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  max-width: 100rem;
  padding-bottom: 0;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-wrap-project {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.project-img-home-3 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.info-project-home-3 {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-home-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(16, 24, 40, .8) 90%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.client-project {
  color: var(--light-gray);
}

.name-project-home-3 {
  color: var(--white);
}

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

.collection-list-wrapper-home-3 {
  width: 100%;
}

.section-big-page {
  overflow: hidden;
}

.title {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.title.central-title {
  justify-content: center;
  align-items: center;
}

.left-title {
  width: 55%;
}

.button-title {
  margin-bottom: 10px;
}

.button-title.mobile {
  display: none;
}

.experiance-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.title-experience {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.experience-wrap {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 40px;
}

.experience {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  border-radius: 8px;
  padding: 6px 8px;
}

.info-expirience {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.big-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  display: grid;
}

.big-text {
  color: var(--primary);
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
}

.big-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.big-info.central {
  border-right: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  padding-left: 60px;
  padding-right: 60px;
}

.big-info.about-me-2 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.big-info.contact-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.about-me-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 50px;
}

.info-about-me {
  flex-direction: column;
  display: flex;
}

.button-wrapper-about {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.about-me-wrap {
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.about-me-wrap.mb-40 {
  margin-bottom: 40px;
}

.block-span {
  display: block;
}

.about-me-paragraph-banner {
  width: 52%;
}

.about-me-paragraph-banner.work-details {
  width: 50%;
}

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

.links-wrap-me {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--light-gray);
  background-color: var(--dark-gray);
  border-radius: 14px;
  justify-content: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: auto;
  right: auto;
}

.links-wrap-me.static {
  margin-top: 60px;
  position: static;
}

.alex-block {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 8px;
  padding: 16px 13px;
}

.link-icon-me {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 2px 10px;
  transition: background-color .3s;
  display: flex;
}

.link-icon-me:hover {
  border-color: var(--gray);
  background-color: var(--gray);
}

.me-img {
  border-radius: 20px;
}

.heading-3 {
  color: var(--white);
  text-align: left;
}

.div-block-34 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  text-align: left;
  width: 95%;
  margin-right: 0;
}

.text-block-7 {
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
}

.collection-list-wrapper {
  width: 100%;
}

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

.collection-item {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.date-blog {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-size: 16px;
}

.blog-name-wrapper {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

.blog-name {
  transition: color .3s;
}

.blog-name:hover {
  color: var(--dark-gray);
}

.slider {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.slide-nav-review {
  height: 30px;
  font-size: 14px;
  bottom: 34px;
}

.review-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  align-items: end;
  width: 100%;
}

.content-banner-about {
  flex-direction: column;
  width: 90%;
  display: flex;
}

.progress-bar-90-2 {
  background-color: var(--paragraph-gray);
  border-radius: 4px;
  width: 98%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-98-2 {
  background-color: var(--paragraph-gray);
  border-radius: 4px;
  width: 95%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-progress-bar-item {
  margin-bottom: 20px;
}

.about-progress-bar-item.last-progress-bar {
  margin-bottom: 0;
}

.about-2-progress-bar-active-element {
  background-color: var(--primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: -10px;
  transform: rotate(-45deg);
}

.progress-bar-80-2 {
  background-color: var(--paragraph-gray);
  border-radius: 4px;
  width: 92%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-number {
  color: #fff;
  margin-left: 6px;
  padding-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(45deg);
}

.progressbar-gray-line-2 {
  background-color: rgba(175, 175, 175, .5);
  border-radius: 4px;
  width: 100%;
  height: 4px;
}

.experiance-team-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.content-experiance {
  flex-direction: column;
  display: flex;
}

.big-info-abour {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.title-left {
  margin-right: auto;
}

.about-designer-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  width: 100%;
  margin-top: 50px;
}

.ramon {
  text-align: center;
  border-radius: 10px;
  width: 300px;
  height: 300px;
}

.info-designer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.detail {
  flex-direction: row;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.get-in-touch-link {
  opacity: .8;
  transition-property: opacity;
  display: flex;
  overflow: hidden;
}

.get-in-touch-link:hover {
  opacity: 1;
}

.loop-block, .text-loop {
  flex: none;
  align-items: center;
  display: flex;
}

.line-contact {
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1em;
}

.contact {
  color: var(--white);
  font-size: 22px;
  line-height: 1em;
}

.info-about-me-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 100%;
}

.contact-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.experience-wrap-about-me-2 {
  border-bottom: 1px solid var(--gray);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.arrow {
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.work-time {
  color: var(--dark-gray);
  margin-top: 5px;
}

.collection-list-wrapper-project {
  width: 100%;
}

.collection-list-project-2 {
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-project-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.project-2-wrapper {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 12px;
  padding: 30px 30px 0;
  overflow: hidden;
}

.project-2-wrapper:hover {
  border-color: var(--gray);
}

.project-2 {
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.info-project {
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.big-info-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.social-text {
  font-size: 24px;
}

.testimonials-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.author-img-con {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

.testimonials-author {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.testimonials-author.pt-0 {
  padding-bottom: 0;
}

.central-review {
  border-right: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  padding: 10px 30px;
}

.review-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  width: 100%;
}

.review-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  display: block;
}

.review-wrap-2.right {
  padding-left: 30px;
  padding-right: 0;
}

.testimonials-quote-author {
  margin-top: 30px;
  display: flex;
}

.link-block-3 {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.radius-12 {
  border-radius: 12px;
}

.text-block-4.mb-10 {
  margin-bottom: 10px;
}

.link-3 {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.link-3:hover {
  text-align: center;
}

.link-4 {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.link-4.mb-5 {
  margin-bottom: 5px;
}

.success-message-contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
}

.contacts-textarea-2 {
  border: 1px solid var(--gray);
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea-2:focus {
  border: 1px solid var(--primary);
}

.form-block-contact {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.form-contacts {
  width: 100%;
  height: 100%;
}

.contacts-form-wrapper {
  border: 1px solid var(--dark-gray);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 550px;
  margin-left: 40px;
  padding: 40px;
  display: flex;
}

.error-message-contact {
  text-align: center;
  border-radius: 8px;
  padding: 6px 4px;
}

.div-block-39 {
  grid-column-gap: 30px;
  display: flex;
}

.contacts-input-2 {
  border: 1px solid var(--gray);
  color: var(--primary);
  border-radius: 8px;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.6em;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px solid var(--primary);
}

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

.our-work-wrapper {
  border-left: 1px solid var(--gray);
  padding: 10px 20px;
}

.number {
  color: var(--dark-gray);
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1em;
}

.pricing-number {
  color: var(--primary);
  letter-spacing: .02em;
  margin-top: 30px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1em;
}

.pricing-plan-wrapper {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.pricing-wrapper-xsmall {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.no-top-bottom-margin.text-color-primary {
  color: var(--dark-gray);
}

.pricing-plan-wrapper-small {
  border-right: 1px solid var(--gray);
  width: 30%;
  padding-right: 70px;
}

.pricing-plan-content {
  border: 1px solid var(--gray);
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  padding: 40px 40px 40px 80px;
  display: flex;
  position: relative;
}

.pricing-plan-wrapper-medium {
  width: 70%;
  padding-left: 70px;
}

._404 {
  color: var(--dark-gray);
  font-size: 140px;
  font-weight: 800;
}

.search-result-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.search-heading {
  font-size: 60px;
}

.project-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: block;
}

.div-block-40 {
  border-bottom: 1px solid var(--paragraph-gray);
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}

.div-block-41 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-5 {
  border-bottom-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
}

.link-5:hover {
  border-bottom-color: var(--primary-light);
  color: var(--primary-light);
}

.collection-list-wrapper-works-1 {
  width: 100%;
}

.collection-item-works-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-works-1.rignt-img {
  grid-template-columns: .8fr 1.2fr;
}

.img-work-1-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 12px;
  padding-bottom: 0;
  overflow: hidden;
}

.info-work-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name-work-1-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.work-1-name {
  color: var(--white);
  transition: color .3s;
}

.work-1-name:hover {
  color: var(--dark-gray);
}

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

.view-work {
  border-bottom-color: var(--primary-light);
  color: var(--primary-light);
}

.view-work:hover {
  border-bottom-color: var(--dark-gray);
  color: var(--dark-gray);
}

.client-name {
  color: var(--dark-gray);
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

.div-block-43 {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.dark-grey-paragraph {
  color: var(--dark-gray);
}

.collection-list-wrapper-works-2 {
  width: 100%;
}

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

.wrapper-work-2 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}

.link-work-2 {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.img-work-2 {
  border: 1px solid var(--gray);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.info-work-2 {
  background-color: rgba(16, 24, 40, .9);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 93%;
  height: 85%;
  margin: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-limk-work-2 {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.work-2 {
  color: var(--light-gray);
  transition: color .3s;
}

.work-2:hover {
  color: var(--dark-gray);
}

.mb-20-desctop {
  margin-bottom: 20px;
}

.title-get-in-touch {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.contacts-2-form-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  width: 80%;
  padding: 70px 80px 80px;
}

.form-2 {
  grid-column-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.dark-paragraph {
  color: #616161;
}

.contact-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.contact-link:hover {
  color: #ff7618;
}

.contact-link.dark-link {
  color: #0b1930;
  padding-bottom: 0;
}

.contact-link.dark-link:hover {
  color: #ff7618;
}

.contacts-title {
  margin-bottom: 20px;
}

.contacts-content-wrapper {
  width: 50%;
}

.contacts-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-2-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.img-get-in-touch {
  background-image: url('../images/Img-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 45%;
}

.heading {
  margin-bottom: 0;
}

.contacts-divider {
  background-color: rgba(175, 175, 175, .5);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.qoute-paragraph {
  margin-left: auto;
  margin-right: auto;
}

.work-details-wrapper {
  grid-column-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  font-size: 62px;
}

.image {
  border: 1px solid var(--gray);
  border-radius: 12px;
  margin-bottom: 20px;
}

.link-6 {
  color: var(--dark-gray);
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  transition: color .3s;
}

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

.arrow-navbar {
  margin-left: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 297px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

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

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-bottom: 0 rgba(0, 0, 0, 0);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: rgba(255, 255, 255, .7);
  border-color: #fff;
}

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

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

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  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;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

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

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.landing-page-link {
  color: var(--dark-gray);
}

.landing-page-link:hover {
  color: var(--primary-light);
}

.container {
  order: 0;
  align-self: auto;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  display: grid;
}

.flex-block {
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.container-3 {
  align-self: auto;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.banner-our-team, .section.pricing-banner, .section.contacts-banner, .section.contacts-2-banner, .section.banner-faq, .section.banner-testimonials, .section.landing-banner {
    padding-top: 160px;
  }

  .section.style-guide-banner, .section.home-1-banner {
    padding-top: 180px;
  }

  .section.scroll-works {
    padding-bottom: 120px;
  }

  .section.home-2, .section.banner-about-me, .section.banner-about-us, .section.banner-about-me-2, .section.blog-details-banner, .section.work-3-banner, .section.work-2-banner {
    padding-top: 160px;
  }

  .section.work-1-banner {
    background-image: linear-gradient(to bottom, var(--primary-light) 13%, rgba(255, 255, 255, 0) 83%, var(--primary-light)), url('../images/Kubi-2-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 160px;
  }

  .section.word-details-banner {
    padding-top: 160px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

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

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .footer {
    padding-top: 130px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .banner-title-wrapper.contact-us-two {
    margin-bottom: 130px;
  }

  .accordion-list-content {
    width: 97%;
  }

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

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

  .primary-button-white:hover {
    border-color: var(--white);
  }

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

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

  .contact-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .light-paragraph.banner-home-1-paragraph {
    margin-top: 40px;
  }

  .socila-banner-wrap {
    grid-row-gap: 40px;
  }

  .content-wrap-work {
    width: 42%;
  }

  .img-work-wrap {
    width: 53%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-2-img {
    height: 280px;
  }

  .name-work-link {
    margin-top: 30px;
  }

  .work-home-wrap {
    grid-column-gap: 60px;
  }

  .collection-list-project {
    grid-row-gap: 30px;
  }

  .scroll-wrapper {
    padding-bottom: 130px;
  }

  .left-title {
    width: 49%;
  }

  .title-experience {
    flex-direction: row;
    align-items: center;
  }

  .info-expirience {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .big-info-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding: 100px 100px 90px;
  }

  .big-info.central {
    padding-left: 80px;
    padding-right: 80px;
  }

  .big-info.contact-info {
    padding: 30px 40px;
  }

  .about-me-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .links-wrap-me {
    bottom: 120px;
  }

  .review-wrap {
    width: 63%;
  }

  .about-progress-bar-item {
    margin-bottom: 25px;
  }

  .about-2-progress-bar-active-element {
    margin-left: 20px;
  }

  .central-review {
    padding-left: 45px;
    padding-right: 45px;
  }

  .review-wrap-2 {
    padding-right: 45px;
  }

  .review-wrap-2.right {
    padding-left: 45px;
  }

  .contacts-form-wrapper {
    height: 550.406px;
  }

  .our-work-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404 {
    font-size: 160px;
  }

  .div-block-40 {
    padding-bottom: 150px;
  }

  .div-block-43 {
    grid-row-gap: 130px;
  }

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

  .title-get-in-touch {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-2-form-wrapper {
    width: 85%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .img-get-in-touch {
    width: 48%;
  }

  .qoute-paragraph {
    width: 75%;
  }

  .work-details-wrapper {
    grid-template-columns: 1.2fr .8fr;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 72px;
  }

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

  .base-container.big {
    max-width: 1300px;
  }

  .landing-download-block-wrapper {
    border-radius: 8px;
  }

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

  .light-paragraph.banner-home-1-paragraph {
    margin-top: 50px;
  }

  .work-2-img {
    height: 290px;
  }

  .big-container {
    max-width: 1400px;
  }

  .work-home-wrap {
    grid-column-gap: 80px;
  }

  .collection-list-project {
    grid-row-gap: 50px;
  }

  .margin-project {
    margin-top: 60px;
  }

  .scroll-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .div-block-34 {
    margin-bottom: 120px;
  }

  .about-2-progress-bar-active-element {
    margin-left: 70px;
  }

  .search-heading {
    font-size: 62px;
  }
}

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

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.banner-our-team, .section.pricing-banner, .section.contacts-banner, .section.contacts-2-banner, .section.banner-faq, .section.banner-testimonials, .section.landing-banner, .section.home-2, .section.banner-about-us, .section.blog-details-banner, .section.work-3-banner, .section.work-2-banner, .section.work-1-banner, .section.word-details-banner {
    padding-top: 180px;
  }

  .base-container.big {
    max-width: 1550px;
  }

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

  .light-paragraph.banner-home-1-paragraph {
    margin-top: 60px;
  }

  .big-container {
    max-width: 1600px;
  }

  .work-home-wrap {
    grid-column-gap: 100px;
  }

  .collection-list-project {
    grid-row-gap: 70px;
  }

  .scroll-wrapper {
    padding-top: 180px;
  }

  .project-link-wrap {
    max-width: 75rem;
  }

  .big-info-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .big-text {
    font-size: 88px;
  }

  .big-info.central {
    padding-left: 70px;
    padding-right: 70px;
  }

  .about-me-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-34 {
    margin-bottom: 140px;
  }

  .paragraph-2 {
    width: 65%;
  }

  .about-2-progress-bar-active-element {
    margin-left: 80px;
  }

  .search-heading {
    font-size: 64px;
  }

  .contacts-2-form-wrapper {
    width: 90%;
  }
}

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 28px;
  }

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.banner-our-team, .section.pricing-banner, .section.contacts-banner, .section.contacts-2-banner, .section.banner-faq, .section.banner-testimonials, .section.landing-banner {
    padding-top: 120px;
  }

  .section.home-1-banner {
    min-height: auto;
    padding-bottom: 60px;
  }

  .section.blog-details-banner, .section.work-3-banner {
    padding-top: 120px;
  }

  .section.work-2-banner {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.work-1-banner, .section.word-details-banner {
    padding-top: 120px;
  }

  .base-container.big {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 47%;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .primary-button.absolute-desctop {
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

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

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

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

  .nav-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

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

  .nav-link.white-nav-link {
    color: var(--primary);
  }

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

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

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

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 2px;
  }

  .nav-item-title.white-nav-desctop {
    color: var(--primary);
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 670px;
  }

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

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

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .footer-bottom-wrapper {
    justify-content: center;
  }

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

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-buttons-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .banner-title-wrapper.contact-us-two {
    max-width: 100%;
  }

  .accordion-wrapper {
    grid-column-gap: 40px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .button-header-desctop {
    display: none;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

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

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

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

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

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .secondary-button.absolute-desctop {
    margin-top: 30px;
    position: static;
  }

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

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 3px;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .div-block-2 {
    margin-top: 30px;
    display: flex;
  }

  .banner-home-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 80%;
  }

  .content-banner-1 {
    justify-content: center;
    align-items: center;
  }

  .project-wrap {
    top: 70px;
  }

  .collection-item-works-3 {
    cursor: pointer;
  }

  .team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .absolute-info-team {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .social-team-wrap {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .content-wrap-work {
    width: 100%;
    padding-right: 30px;
  }

  .img-work-wrap {
    width: 100%;
  }

  .collection-item-work-2 {
    flex-direction: column;
  }

  .work-2-img {
    height: 100%;
  }

  .collection-list-2 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .content-work-2-flex.pb-50-desctop {
    padding-bottom: 30px;
  }

  .link-2 {
    display: none;
  }

  .work-home-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .collection-list-project {
    grid-row-gap: 30px;
  }

  .client {
    top: 0;
  }

  .scroll-wrapper {
    padding-top: 120px;
  }

  .project-link-wrap {
    flex-direction: column;
  }

  .info-project-home-3 {
    width: 75%;
    margin-top: 15px;
    padding-bottom: 0;
    position: static;
  }

  .overlay-home-3 {
    background-image: none;
  }

  .left-title {
    width: 75%;
  }

  .experiance-wrapper {
    grid-template-columns: 1fr;
  }

  .big-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px;
  }

  .big-text {
    font-size: 60px;
  }

  .big-info.central {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-me-paragraph-banner {
    width: 63%;
  }

  .about-me-paragraph-banner.work-details {
    width: 85%;
  }

  .links-wrap-me {
    bottom: 60px;
  }

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

  .div-block-34 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .paragraph-2 {
    width: 75%;
  }

  .collection-list-blog {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item {
    justify-content: center;
    width: 47%;
  }

  .review-wrap {
    width: 80%;
  }

  .about-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 85%;
  }

  .content-banner-about {
    width: 92%;
  }

  .experiance-team-wrapper, .about-designer-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ramon {
    width: 280px;
    height: 280px;
  }

  .info-about-me-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .collection-item-project-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--gray);
    grid-template-columns: 1.2fr;
    justify-items: center;
    padding-bottom: 40px;
  }

  .info-project {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .central-review {
    border-right-width: 0;
    padding-right: 0;
  }

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

  .review-wrap-2 {
    border-left: 1px solid var(--gray);
    padding-left: 30px;
    padding-right: 0;
  }

  .testimonials-quote-author {
    margin-top: 30px;
  }

  .contacts-form-wrapper {
    width: 90%;
    margin-left: 0;
    padding: 30px;
  }

  .help-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-number {
    font-size: 50px;
  }

  .pricing-wrapper-xsmall {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 60px;
  }

  .pricing-plan-wrapper-small {
    width: 37%;
    padding-right: 40px;
  }

  .pricing-plan-content {
    align-items: stretch;
    padding: 40px 30px;
  }

  .pricing-plan-wrapper-medium {
    width: 68%;
    padding-left: 0;
  }

  ._404 {
    font-size: 120px;
  }

  .search-heading {
    font-size: 50px;
  }

  .collection-item-works-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .collection-item-works-1.rignt-img {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-43 {
    grid-row-gap: 80px;
  }

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

  .wrapper-work-2 {
    height: auto;
  }

  .img-work-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .info-work-2 {
    background-color: var(--light-gray);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .work-2 {
    color: var(--primary);
  }

  .mb-20-desctop {
    margin-bottom: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    padding: 70px 80px 80px;
  }

  .contacts-content-wrapper {
    padding-right: 40px;
  }

  .contacts-2-wrapper {
    grid-column-gap: 40px;
  }

  .work-details-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 80%;
    margin-right: 0;
  }

  .heading-4 {
    font-size: 58px;
  }

  .arrow-navbar {
    display: none;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 24px;
  }

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

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.pricing-banner, .section.contacts-2-banner, .section.banner-faq, .section.banner-testimonials, .section.landing-banner {
    padding-top: 100px;
  }

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

  .section.style-guide-banner {
    padding-top: 110px;
  }

  .section.home-1-banner {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .section.scroll-works {
    padding-bottom: 50px;
  }

  .section.home-2, .section.banner-about-me, .section.banner-about-us, .section.banner-about-me-2, .section.blog-details-banner, .section.work-3-banner, .section.work-2-banner, .section.work-1-banner, .section.word-details-banner {
    padding-top: 100px;
  }

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

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

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

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

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

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

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

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

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

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

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

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

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

  .style-guide-body-wrapper, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

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

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

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

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 100%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .banner-title-wrapper.contact-us-two {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

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

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 60%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .contact-footer {
    padding: 60px 20px;
  }

  .button-footer-wrap {
    margin-top: 30px;
  }

  .footer-logo-link {
    width: 120px;
  }

  .banner-home-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-banner-1 {
    text-align: center;
    align-items: center;
  }

  .button-banner-1-wrap {
    margin-top: 30px;
  }

  .content-wrap-work, .content-work-2-flex.pb-50-desctop {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .big-container {
    max-width: 100%;
  }

  .work-home-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .collection-list-project {
    grid-row-gap: 40px;
  }

  .margin-project {
    margin-top: 0;
  }

  .scroll-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .button-title {
    margin-bottom: 0;
    display: none;
  }

  .button-title.mobile {
    margin-top: 40px;
    display: block;
  }

  .big-info-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .big-info {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .big-info.central {
    border-style: solid none;
    border-width: 1px 0;
    border-top-color: var(--gray);
    border-bottom-color: var(--gray);
    padding: 30px 0;
  }

  .about-me-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .info-about-me {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button-wrapper-about {
    justify-content: center;
  }

  .about-me-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .about-me-paragraph-banner, .about-me-paragraph-banner.work-details {
    width: 100%;
  }

  .links-wrap-me.static {
    margin-top: 40px;
  }

  .me-img {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }

  .collection-item {
    width: 100%;
  }

  .slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-wrap, .about-wrapper {
    width: 100%;
  }

  .content-banner-about {
    width: 95%;
  }

  .experiance-team-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .content-experiance {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .big-info-abour {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-left {
    margin-right: 0;
  }

  .about-designer-wrap {
    text-align: center;
    grid-template-columns: 1.2fr;
    align-items: center;
    justify-items: center;
    margin-top: 40px;
  }

  .ramon {
    width: 300px;
    height: 300px;
  }

  .info-designer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .info-about-me-wrap {
    grid-template-columns: 1.2fr;
  }

  .experience-wrap-about-me-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .central-mobile {
    text-align: center;
  }

  .big-info-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .review-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contacts-form-wrapper {
    width: 100%;
    min-height: 500px;
    padding: 20px;
  }

  .pricing-number {
    font-size: 48px;
  }

  .pricing-wrapper-xsmall {
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .pricing-plan-wrapper-small {
    text-align: center;
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .pricing-plan-content {
    flex-wrap: wrap;
  }

  .pricing-plan-wrapper-medium {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  ._404 {
    font-size: 100px;
  }

  .search-result-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .search-heading {
    font-size: 40px;
  }

  .div-block-40 {
    padding-bottom: 80px;
  }

  .collection-item-works-1 {
    text-align: center;
    align-items: center;
    justify-items: center;
  }

  .info-work-1 {
    align-items: center;
  }

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

  .contacts-2-form-wrapper {
    padding: 30px 40px 40px;
  }

  .div-block-74 {
    grid-column-gap: 20px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-content-wrapper {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-detail {
    justify-content: center;
    align-items: center;
  }

  .contacts-2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .img-get-in-touch {
    width: 100%;
    height: 350px;
  }

  .work-details-wrapper {
    width: 100%;
  }

  .heading-4 {
    font-size: 46px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

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

  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.banner-our-team {
    padding-top: 100px;
  }

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

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

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

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

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

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

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

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

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

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

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

  .coming-soon-heading {
    font-size: 40px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

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

  .footer-copyright-link {
    margin-left: 5px;
  }

  .primary-button-white.full-w-mobile {
    width: 100%;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info {
    width: 100%;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .landing-home-pages-wrapper {
    grid-template-columns: 1fr;
  }

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

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex-footer-copyright {
    flex-direction: column;
  }

  .links-footer-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .links-wrap-footer {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .logo-header {
    width: 100px;
  }

  .team-wrapper, .banner-wrap.about-us {
    grid-template-columns: 1fr;
  }

  .socila-banner-wrap.central-social {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }

  .social-img-banner.about-us-social {
    width: auto;
  }

  .social-img {
    display: inline-block;
  }

  .social-img.mobile-icon {
    height: 16px;
    display: inline-block;
  }

  .social-img.mobile-hiiden {
    display: none;
  }

  .content-wrap-work {
    padding: 20px 20px 40px;
  }

  .img-work-wrap {
    padding: 10px;
  }

  .title-experience {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .experience-wrap {
    text-align: center;
  }

  .big-info-wrap {
    padding: 30px 30px 20px;
  }

  .big-text {
    font-size: 42px;
  }

  .links-wrap-me {
    bottom: 40px;
  }

  .alex-block {
    padding: 12px 10px;
  }

  .link-icon-me {
    width: 44px;
    height: 44px;
    padding: 0 8px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .content-banner-about {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .big-info-abour {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-designer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .line-contact {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .project-2-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-project {
    width: 100%;
  }

  .big-info-wrapper {
    grid-template-columns: 1fr;
  }

  .author-img-con {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .testimonials-author {
    padding-bottom: 0;
  }

  .central-review {
    text-align: center;
    border-top: 1px solid rgba(47, 65, 55, .2);
    border-left-style: none;
    border-left-width: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .review-wrapper {
    grid-template-columns: 1fr;
  }

  .review-wrap-2 {
    text-align: center;
    padding-right: 0;
  }

  .review-wrap-2.right {
    border-top: 1px solid var(--gray);
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-quote-author {
    flex-direction: column;
    align-items: center;
  }

  .contacts-form-wrapper {
    min-height: 630px;
  }

  .div-block-39 {
    flex-direction: column;
  }

  .help-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing-plan-wrapper-small {
    padding-bottom: 20px;
  }

  .pricing-plan-content {
    padding: 30px;
  }

  .pricing-plan-wrapper-medium {
    padding-top: 20px;
  }

  .div-block-40 {
    text-align: center;
  }

  .info-work-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-2 {
    font-size: 26px;
    transition: color .3s;
  }

  .work-2:hover {
    color: var(--paragraph-gray);
    text-align: center;
  }

  .title-get-in-touch {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .div-block-74 {
    flex-direction: column;
  }

  .contacts-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 42px;
  }
}

#w-node-baba1d45-9a38-d1f5-15c5-3d83eed28e1a-ed36241d, #w-node-b91c8929-3c4b-b89d-3002-58555537ca69-ed36241d, #w-node-_94b1d072-efd3-64c3-f118-6c8cb779a736-ed36241d, #w-node-ebfb6509-5f5d-72a4-da02-08d6c5614484-ed36241d, #w-node-_8b936746-e08e-5520-8258-334b28e193e7-ed36241d, #w-node-a56f7d87-eb33-a15a-cb6c-82263374c348-ed36241d, #w-node-_5233529e-01f9-c543-ee7f-104a3b9a6413-ed36241d, #w-node-_8c2eeef7-d8a9-465e-6a63-9acb2beecc30-ed36241d, #w-node-_595588b5-5dda-7030-63e2-8329fb6f425f-ed36241d, #w-node-_01ce6373-cfce-e98f-ed7a-136b164c9c41-ed36241d, #w-node-ef5f9797-829d-0641-a5c4-fd6789b0ca4d-ed36241d, #w-node-c7ba306d-3031-db2f-cc83-2f0d37f4cc39-ed36242f, #w-node-a444d94f-3ff9-c3ca-953f-b0839e550dba-ed36242f, #w-node-a444d94f-3ff9-c3ca-953f-b0839e550dc1-ed36242f, #w-node-d6859443-b347-4eae-1972-51018ebd8ce1-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ce7-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ced-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cf3-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cf7-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cf9-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cfb-ed362452, #w-node-_1b5f2c04-ad98-52b4-19e2-01bf3a221191-ed362452, #w-node-_705ac867-653f-ac6a-27e8-96a053f3befc-ed362452, #w-node-_4c60ed01-db4f-cb91-75bc-09e0832f2052-ed362452, #w-node-_392cb1cc-6938-a66f-5eb6-ddc57dfb3196-ed362452, #w-node-_00795304-7e67-349b-18bf-eca70407ae3a-ed362452, #w-node-_93543b10-2de4-4645-3328-4cea0fb41cba-ed362452, #w-node-ae33e277-1f68-fac3-cb37-4975f729cb1f-ed362452, #w-node-_92d1206f-2c51-96fc-d104-484d5771bdf4-ed362452, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89d2-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89db-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89e4-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89ed-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89f6-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89ff-ed362458, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-ed362461, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-ed362461 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b3993-ed362464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: auto;
}

#w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b399c-ed362464, #w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b39a5-ed362464, #w-node-_04bbf444-767d-416b-353d-56b4abde260b-ed362464, #w-node-efcac5d3-8f88-887b-1b3f-ff78f87a7b92-ed362464, #w-node-fdc7811d-b629-b148-07ee-74a9505ba5be-ed362464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89d2-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89db-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89e4-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89ed-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89f6-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89ff-ed362458, #w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b3993-ed362464, #w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b399c-ed362464, #w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b39a5-ed362464, #w-node-_04bbf444-767d-416b-353d-56b4abde260b-ed362464, #w-node-efcac5d3-8f88-887b-1b3f-ff78f87a7b92-ed362464, #w-node-fdc7811d-b629-b148-07ee-74a9505ba5be-ed362464 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c57fe20e-4278-e992-63d9-aa65a84089ae-ed36241d, #w-node-c57fe20e-4278-e992-63d9-aa65a84089b3-ed36241d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c57fe20e-4278-e992-63d9-aa65a84089b8-ed36241d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9b14499e-6fde-226e-036a-5346fccee59f-ed36241d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7b0e0b95-b5d3-af99-0fad-c692dda35a38-ed36242b, #w-node-_7b0e0b95-b5d3-af99-0fad-c692dda35a3d-ed36242b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c57fe20e-4278-e992-63d9-aa65a84089ae-ed36241d, #w-node-c57fe20e-4278-e992-63d9-aa65a84089b3-ed36241d, #w-node-c57fe20e-4278-e992-63d9-aa65a84089b8-ed36241d, #w-node-_9b14499e-6fde-226e-036a-5346fccee59f-ed36241d, #w-node-_7b0e0b95-b5d3-af99-0fad-c692dda35a38-ed36242b, #w-node-_7b0e0b95-b5d3-af99-0fad-c692dda35a3d-ed36242b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6859443-b347-4eae-1972-51018ebd8ce1-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ce7-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8ced-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cf3-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cf7-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cf9-ed362452, #w-node-d6859443-b347-4eae-1972-51018ebd8cfb-ed362452, #w-node-_1b5f2c04-ad98-52b4-19e2-01bf3a221191-ed362452, #w-node-_705ac867-653f-ac6a-27e8-96a053f3befc-ed362452 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89d2-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89db-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89e4-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89ed-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89f6-ed362458, #w-node-_74a99b47-afd6-6e8b-8ce2-cb55d08f89ff-ed362458, #w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b3993-ed362464, #w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b399c-ed362464, #w-node-_2547a3e1-2bbf-6965-1ba9-fb6e548b39a5-ed362464, #w-node-_04bbf444-767d-416b-353d-56b4abde260b-ed362464, #w-node-efcac5d3-8f88-887b-1b3f-ff78f87a7b92-ed362464, #w-node-fdc7811d-b629-b148-07ee-74a9505ba5be-ed362464 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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