:root {
  --txt-color: #1359da;
  --black-color: #080808;
  --white-color: white;
  --light-color: #6e6e6e;
  --red-color: #b80b0b;
  --blue-light-color: #f6f6ff;
}

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

body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}

h1 {
  background-image: linear-gradient(135deg, var(--txt-color) 19%, var(--black-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  color: var(--white-color);
  letter-spacing: .05rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 160%;
}

a {
  color: var(--txt-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

strong {
  color: var(--black-color);
  font-weight: 700;
}

.nav_bar {
  background-color: #fff;
  align-items: center;
  padding-left: 1%;
  padding-right: 1%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  display: flex;
}

.nav_logo-link {
  color: var(--black-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 3rem;
  font-size: .875rem;
  font-weight: 100;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav_menu {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link {
  border: .0625rem solid var(--white-color);
  color: var(--black-color);
  text-transform: capitalize;
  white-space: nowrap;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .555s;
}

.nav_link:hover {
  border-color: var(--txt-color);
  box-shadow: 6px 6px 0 -2px var(--txt-color);
}

.nav_link.w--current {
  background-color: var(--white-color);
}

.nav_link.log-in {
  box-shadow: 0 0 0 .5px var(--txt-color);
}

.nav_link.log-in:hover {
  box-shadow: 6px 6px 0 -2px var(--txt-color);
}

.nav_link.log-in.w--current:hover {
  color: var(--white-color);
}

.nav_link.sign-up {
  background-image: linear-gradient(90deg, var(--txt-color), var(--black-color));
  color: var(--white-color);
}

.nav_link.sign-up:hover {
  box-shadow: 6px 6px 0 -2px var(--black-color);
}

.nav_link.txt-bold {
  color: var(--black-color);
  font-weight: 600;
}

.nav_link.txt-bold:hover {
  color: var(--white-color);
}

.nav_logo-txt {
  color: var(--txt-color);
  font-size: 1.3rem;
  line-height: 130%;
}

.padding-global {
  padding: 12.5rem 1%;
}

.padding-global.pt-150 {
  padding-top: 12.5rem;
}

.overline-small {
  color: var(--txt-color);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.header_title-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: start;
}

.header_grid-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content_grid-3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.mb-40 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  display: flex;
}

.gallery-lightbox-link-tall, .gallery-lightbox-link {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.color-black {
  background-color: var(--black-color);
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--txt-color), var(--black-color) 24%);
  overflow: visible;
}

.section._100svh {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.section.line-top {
  border-top: 1px solid var(--txt-color);
}

.h-1 {
  background-image: linear-gradient(135deg, var(--txt-color), var(--black-color) 70%);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.header_icon-link {
  opacity: 1;
  color: var(--light-color);
  border: .5px solid #dfdfdf;
  padding: .2rem;
  text-decoration: none;
  transition: all .555s;
}

.header_icon-link:hover {
  border-color: var(--black-color);
  background-color: var(--black-color);
  box-shadow: 4px 4px 0 -1px var(--txt-color);
  opacity: 93;
  color: var(--white-color);
}

.header_icon-link.hide {
  display: none;
}

.header_link-wrapp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.header_video {
  height: 40rem;
}

.main-btn {
  border-width: 1px;
  border-color: black var(--red-color) black black;
  background-color: var(--black-color);
  color: var(--white-color);
  text-align: center;
  border-right-style: none;
  margin-top: auto;
  margin-left: auto;
  padding: .65rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .555s;
}

.main-btn:hover {
  border-color: var(--txt-color);
  background-color: var(--black-color);
  box-shadow: 8px 8px 0 -2px var(--txt-color);
  color: var(--white-color);
  padding-right: 1.5rem;
}

.main-btn.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.content_card-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--txt-color);
  background-color: var(--black-color);
  box-shadow: 0 10px 20px -10px var(--txt-color);
  color: var(--white-color);
  flex-direction: column;
  text-decoration: none;
  transition: all .555s;
  overflow: hidden;
}

.content_card-link:hover {
  border-color: var(--light-color);
}

.text-size-small {
  color: var(--white-color);
  letter-spacing: -.08px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: opacity .2s;
}

.image-cover._1 {
  object-fit: cover;
  height: 14rem;
}

.content_card-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--txt-color);
  flex-direction: column;
  padding: 1rem;
  display: flex;
  position: relative;
}

.title {
  color: var(--white-color);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.txt-discover {
  background-color: var(--white-color);
  color: var(--black-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all .555s;
  display: none;
  position: absolute;
  inset: 0%;
}

.content-project-title {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.divider.blue-color {
  background-color: var(--txt-color);
  margin-top: 1rem;
}

.image-holder {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrapper {
  background-color: #fff0;
  border-radius: 8px;
}

.h3 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.content-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white-color);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .555s;
  display: flex;
}

.content-link:hover {
  background-color: var(--blue-light-color);
  color: var(--black-color);
}

.caption-small {
  color: var(--light-color);
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 20px;
}

.content-categories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-number {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.project-img {
  opacity: 0;
  object-fit: cover;
  border: 1px solid #d6d6d6;
  position: absolute;
  inset: -3rem auto auto;
}

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

.h-2 {
  background-image: linear-gradient(90deg, var(--txt-color), var(--black-color));
  color: var(--white-color);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  font-family: Oswald, sans-serif;
}

.h-2.white-color {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.services_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--txt-color);
  background-color: var(--black-color);
  box-shadow: 0 10px 20px -15px var(--txt-color);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
  position: sticky;
  top: 13.75rem;
}

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

.txt-caption {
  color: var(--txt-color);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.services_content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.devider-light {
  background-color: var(--txt-color);
  width: 100%;
  height: 1px;
}

.tab-link {
  color: var(--black-color);
  background-color: #0000;
  padding: 0;
  display: flex;
}

.tab-link:hover {
  color: var(--light-color);
}

.tab-link.w--current {
  color: var(--txt-color);
  background-color: #0000;
}

.about-wrapp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.txt-category {
  white-space: nowrap;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 120%;
  transition: all .555s;
}

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

.name-wrapp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  height: 100%;
  padding-right: 1.5rem;
  display: grid;
}

.img_back {
  background-image: linear-gradient(180deg, var(--txt-color), var(--black-color));
  position: absolute;
  inset: 0%;
  transform: rotate(1.4deg);
}

.img-wrapp {
  max-width: 20rem;
  position: relative;
}

.avatar-img {
  transition: all .555s;
  transform: rotate(-4.5deg);
}

.avatar-img:hover {
  transform: scale(1.2)rotate(0);
}

.tabs-content {
  overflow: visible;
}

.contant-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  color: var(--light-color);
  font-size: .875rem;
}

.paragraph.opacity-0 {
  opacity: 1;
}

.mt-60 {
  align-self: flex-end;
  margin-top: 3.75rem;
}

.icon-sarrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--light-color);
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-top: .5rem;
  padding-left: .5rem;
  transition: all .555s;
  display: flex;
}

.link-block:hover {
  color: var(--txt-color);
}

.price-wrapper {
  border-top: 1px solid var(--txt-color);
  background-image: linear-gradient(135deg, var(--black-color) 63%, var(--txt-color));
  justify-content: center;
  align-items: center;
  height: 13rem;
  margin-top: auto;
  display: flex;
}

.txt-price {
  font-size: 3rem;
}

.price {
  background-image: linear-gradient(90deg, var(--txt-color), var(--white-color) 26%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .875rem;
  font-weight: 600;
  line-height: 290%;
}

.bold-white {
  color: var(--white-color);
  font-size: 1rem;
}

.prices_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--txt-color);
  background-color: var(--black-color);
  box-shadow: 6px 6px 20px -8px var(--txt-color);
  flex-direction: column;
  padding: 1rem 0 0;
  display: flex;
  position: relative;
}

.prices_content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-style-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.text-weight-normal {
  font-weight: 400;
}

.form_checkbox-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.contact_detail-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black-color);
  justify-content: flex-start;
  align-items: center;
  transition: all .555s;
  display: flex;
}

.contact_detail-text:hover {
  color: var(--txt-color);
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.text-color-red {
  color: #b81e1e;
}

.text-weight-medium {
  font-weight: 500;
}

.form_message-error {
  color: #6b0005;
  background-color: #ffeeeb;
}

.icon-embed-xxsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form_message-success {
  background-color: var(--txt-color);
  color: var(--white-color);
  margin-top: 222px;
  margin-left: 35px;
  font-size: 14px;
}

.label-small {
  letter-spacing: -.08px;
  font-size: .875rem;
  line-height: 1.25rem;
}

.form_field-label {
  margin-bottom: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.contact_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact_footnote {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_toggle-button {
  background-color: #dde3e8;
  border: 1px solid #c8d1d9;
  border-radius: 6rem;
  align-items: center;
  width: 2.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  box-shadow: inset 1px 1px 2px #00000026;
}

.contact_title-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.form_inpit {
  border: 1px solid var(--blue-light-color);
  background-color: var(--white-color);
  color: var(--txt-color);
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .625rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.form_inpit.is-text-area {
  min-height: 10rem;
}

.form_inpit.is-text-area.is-tall {
  min-height: 15.5rem;
}

.form_inpit.height-10rem {
  height: 10rem;
}

.form_toggle {
  align-items: center;
  display: flex;
}

.contact_detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--txt-color);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact_details-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .5rem;
  padding: .625rem .875rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.button-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-2.is-large {
  border-radius: .625rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_toggle-thumb {
  z-index: 1;
  background-color: #fff;
  border-radius: 6.1875rem;
  width: 1rem;
  height: 1rem;
  position: relative;
  box-shadow: 0 2px 2rem .5px #95a0b233;
}

.icon-embed-custom2 {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.contact_form-block-small {
  width: 100%;
  max-width: 26rem;
  margin-bottom: 0;
}

.contact_grid-large {
  background-color: var(--blue-light-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  max-width: none;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.text-color-gray-800 {
  color: #5f6674;
}

.contact_content-justified {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--txt-color);
  background-color: var(--white-color);
  box-shadow: 10px 10px 20px -15px var(--txt-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.contact_card {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
}

.icon_embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-medium-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact_links-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form_link-wrapp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.title-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.checkbox-field {
  font-size: .8rem;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: 90svh;
  display: flex;
}

.code-embed, .embed-redirect {
  display: none;
}

.portfolio-works-cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--txt-color);
  background-color: var(--black-color);
  box-shadow: 0 10px 20px -10px var(--txt-color);
  color: var(--white-color);
  flex-direction: column;
  text-decoration: none;
  transition: all .555s;
  overflow: hidden;
}

.portfolio-works-cards:hover {
  border-color: var(--light-color);
  box-shadow: 0 10px 15px 2px var(--txt-color);
}

.content_card-info-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-top: 1px solid var(--txt-color);
  flex-direction: column;
  padding: 1rem;
  display: flex;
  position: relative;
}

.mockup-img {
  object-fit: cover;
  height: 27rem;
}

.form_btn {
  border: .5px solid var(--txt-color);
  background-color: var(--white-color);
  color: var(--black-color);
  text-align: center;
  margin-left: auto;
  padding: .65rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .555s;
}

.form_btn:hover {
  border-color: var(--txt-color);
  background-color: var(--black-color);
  box-shadow: 8px 8px 0 -2px var(--txt-color);
  color: var(--white-color);
}

.form_btn.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.embed {
  display: none;
}

.embed-log-in {
  display: flex;
}

.main-btn-copy {
  border-width: 1px;
  border-color: black var(--red-color) black black;
  background-color: var(--white-color);
  color: var(--black-color);
  text-align: center;
  border-right-style: solid;
  margin-left: auto;
  padding: .65rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .555s;
}

.main-btn-copy:hover {
  border-color: var(--txt-color);
  background-color: var(--black-color);
  box-shadow: 8px 8px 0 -2px var(--txt-color);
  color: var(--white-color);
}

.main-btn-copy.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.form_log-in {
  width: 100%;
  max-width: 26rem;
  margin-bottom: 0;
}

.log-in-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.log-in-wrapp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: .5px solid var(--txt-color);
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.mt-100 {
  align-self: flex-end;
  margin-top: 5rem;
}

.nav-log {
  color: var(--black-color);
  text-transform: capitalize;
  white-space: nowrap;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .555s;
}

.nav-log:hover {
  background-color: var(--black-color);
  box-shadow: 6px 6px 0 -2px var(--txt-color);
  color: var(--white-color);
}

.nav-log.w--current {
  color: var(--txt-color);
}

.nav-log.log-in {
  box-shadow: 0 0 0 .5px var(--txt-color);
  display: none;
}

.nav-log.log-in:hover {
  box-shadow: 6px 6px 0 -2px var(--txt-color);
}

.nav-log.log-in.w--current:hover {
  color: var(--white-color);
}

.nav-log.sign-up {
  background-image: linear-gradient(90deg, var(--txt-color), var(--black-color));
  color: var(--white-color);
}

.nav-log.sign-up:hover {
  box-shadow: 6px 6px 0 -2px var(--black-color);
}

.nav-sign {
  color: var(--black-color);
  text-transform: capitalize;
  white-space: nowrap;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .555s;
}

.nav-sign:hover {
  background-color: var(--black-color);
  box-shadow: 6px 6px 0 -2px var(--txt-color);
  color: var(--white-color);
}

.nav-sign.w--current {
  color: var(--txt-color);
}

.nav-sign.log-in {
  box-shadow: 0 0 0 .5px var(--txt-color);
}

.nav-sign.log-in:hover {
  box-shadow: 6px 6px 0 -2px var(--txt-color);
}

.nav-sign.log-in.w--current:hover {
  color: var(--white-color);
}

.nav-sign.sign-up {
  background-image: linear-gradient(90deg, var(--txt-color), var(--black-color));
  color: var(--white-color);
  display: none;
}

.nav-sign.sign-up:hover {
  box-shadow: 6px 6px 0 -2px var(--black-color);
}

.form_embed {
  width: 500px;
  height: 600px;
  display: flex;
}

.flex-stack-center {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 50vw;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
  display: flex;
  position: relative;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.relative {
  position: relative;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  inset: 7px 0 auto auto;
}

.show-password {
  background-color: #fff;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.show-password.w--current {
  display: none;
}

.eye-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 4px;
  display: flex;
}

.hide {
  display: none;
}

.show-hide-code {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  display: none;
}

.bold-light {
  color: var(--light-color);
}

@media screen and (max-width: 991px) {
  .nav_bar {
    z-index: 1;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .nav_menu {
    z-index: 20;
    background-color: var(--white-color);
    height: 100svh;
    padding: 3rem 5% .5rem;
    display: flex;
    position: absolute;
    inset: 5rem 0% 0%;
  }

  .nav_menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav_link {
    text-align: center;
    margin-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
    line-height: 120%;
  }

  .nav_link:hover {
    background-color: var(--white-color);
    box-shadow: none;
    color: var(--light-color);
  }

  .nav_menu-button {
    background-color: var(--txt-color);
    color: #fff;
    border-radius: .375rem;
    justify-content: center;
    align-items: center;
    padding: .75rem;
    display: flex;
  }

  .nav_menu-button.w--open {
    background-color: var(--light-color);
  }

  .padding-global, .padding-global.pt-150 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header_title-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .header_grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header_title {
    max-width: 42rem;
  }

  .content_grid-3-col {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-embed-medium {
    width: 3vw;
    height: 3vw;
  }

  .header_link-wrapp {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-left: 0;
  }

  .header_video {
    height: 30.1rem;
  }

  .project-img {
    max-width: 160px;
  }

  .about-wrapp {
    max-width: 400px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    z-index: 0;
    align-content: start;
    place-items: center;
    width: 100%;
    margin-bottom: 60px;
  }

  .tabs-content {
    margin-left: auto;
    margin-right: auto;
  }

  .contant-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.25fr;
    margin-left: auto;
    margin-right: auto;
  }

  .contact_form-block-small {
    max-width: none;
  }

  .contact_grid-large {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .form_log-in {
    max-width: none;
  }

  .nav-log {
    text-align: center;
    margin-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
    line-height: 120%;
  }

  .nav-log:hover {
    background-color: var(--white-color);
    box-shadow: none;
    color: var(--light-color);
  }

  .nav-sign {
    text-align: center;
    margin-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
    line-height: 120%;
  }

  .nav-sign:hover {
    background-color: var(--white-color);
    box-shadow: none;
    color: var(--light-color);
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 2.5vw;
  }

  .nav_link {
    padding-right: 0;
  }

  .nav_menu-button.w--open {
    background-color: var(--light-color);
  }

  .padding-global {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header_grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .content_grid-3-col {
    grid-template-columns: 1fr;
  }

  .h-1 {
    font-size: 11.5vw;
  }

  .icon-embed-medium {
    width: 6vw;
    height: 6vw;
  }

  .header_video {
    height: 24rem;
  }

  .h3 {
    font-size: 3vw;
  }

  .h3.color-white {
    font-size: 5vw;
  }

  .caption-small {
    font-size: 1.7vw;
  }

  .content-categories {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .txt-number {
    font-size: 1.5vw;
  }

  .h-2 {
    font-size: 5.7vw;
  }

  .services_card {
    padding: 1rem;
    display: flex;
  }

  .header-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .txt-caption {
    font-size: 2.5vw;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    place-items: center;
    padding-right: 0;
  }

  .contant-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .icon-sarrow {
    width: 5vw;
    height: 5vw;
  }

  .link-block {
    font-size: 3vw;
  }

  .contact_details-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .contact_grid-large {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .contact_content-justified {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact_links-wrapper {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .form_link-wrapp {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mockup-img {
    height: 22rem;
  }

  .nav-log, .nav-sign {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 3.5vw;
    line-height: 154%;
  }

  .nav_bar {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .nav_menu {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav_link {
    padding-right: 0;
    font-size: 10vw;
  }

  .nav_logo-txt {
    font-size: 6vw;
    line-height: 100%;
  }

  .padding-global {
    padding-top: 2rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .padding-global.pt-150 {
    padding-top: 6rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .overline-small {
    font-size: 5.7vw;
    font-weight: 200;
  }

  .header_title-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header_title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .content_grid-3-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mb-40 {
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-lightbox-link-tall, .gallery-lightbox-link {
    height: 330px;
  }

  .section {
    overflow: hidden;
  }

  .h-1 {
    font-size: 16vw;
  }

  .icon-embed-medium {
    width: 9vw;
    height: 9vw;
  }

  .header_video {
    width: 49rem;
    height: 25rem;
    margin-top: 4rem;
    position: relative;
    left: -11.1rem;
  }

  .main-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 6vw;
    font-weight: 300;
    display: flex;
  }

  .text-size-small {
    font-size: 4vw;
  }

  .title {
    font-size: 8vw;
  }

  .txt-discover {
    padding: 0;
    display: flex;
  }

  .h3, .h3.color-white {
    font-size: 7vw;
  }

  .content-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--black-color);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .caption-small {
    font-size: 4vw;
  }

  .txt-number {
    font-size: 2.5vw;
    display: none;
  }

  .portfolio_list-wrapper {
    padding-bottom: 1rem;
  }

  .h-2 {
    font-size: 10vw;
  }

  .txt-category {
    font-size: 8vw;
  }

  .paragraph {
    font-size: 4vw;
  }

  .mt-60 {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
  }

  .prices_content {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .contact_form {
    padding: 1rem;
  }

  .form_message-success {
    margin: auto;
  }

  .contact_button-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 5vw;
  }

  .contact_title-wrapper {
    width: auto;
  }

  .contact_details-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
  }

  .contact_grid-large {
    width: auto;
  }

  .contact_content-justified {
    padding: 2rem;
  }

  .icon_embed {
    width: 9vw;
    height: 9vw;
  }

  .contact_links-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .form_link-wrapp {
    flex-flow: column;
  }

  .title-2 {
    font-size: 8vw;
  }

  .checkbox-field {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 4vw;
    line-height: 120%;
    display: flex;
  }

  .checkbox {
    margin-top: 0;
    margin-left: 0;
  }

  .mockup-img {
    object-fit: cover;
    height: 20rem;
  }

  .checkbox_txt {
    display: inline-block;
  }

  .form_btn, .main-btn-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 6vw;
    font-weight: 300;
    display: flex;
  }

  .log-in-wrapp {
    padding: 1rem;
  }

  .mt-100 {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-log, .nav-sign {
    padding-right: 0;
    font-size: 10vw;
  }

  .text-span {
    display: inline-flex;
  }
}

#w-node-eef33ea0-9257-19a0-514a-0b055a05308b-43552337 {
  place-self: stretch end;
}

#w-node-ba90e26a-2ad5-0b62-5642-8a2eb86e8d48-43552337 {
  align-self: stretch;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1bf3-43552337 {
  justify-self: center;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1bf6-43552337 {
  place-self: center start;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1c01-43552337 {
  justify-self: center;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1c04-43552337 {
  place-self: center end;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1c0f-43552337 {
  justify-self: center;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1c12-43552337 {
  place-self: center end;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1c1d-43552337 {
  justify-self: center;
}

#w-node-b3557e9a-411d-f869-73eb-0928307e1c20-43552337 {
  place-self: center end;
}

#w-node-dd9fc6f5-0003-4306-6fe8-a1beefda24ba-efda249b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-eef33ea0-9257-19a0-514a-0b055a053085-e20c96a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-dd9fc6f5-0003-4306-6fe8-a1beefda24ba-efda249b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dd9fc6f5-0003-4306-6fe8-a1beefda24ba-efda249b {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eef33ea0-9257-19a0-514a-0b055a05308b-43552337 {
    justify-self: stretch;
  }
}


