:root {
  --white-smoke: #f5f3ef;
  --black: black;
  --orange-red: #b80c09;
  --gold-2: #c4a658;
  --white: white;
  --background: #1c1a1d;
  --black-2: #171717;
  --dim-grey: #5f5f5f;
  --silver: #c4c4c4;
  --black-3: #2a2a2a;
  --light-slate-grey: #818993;
  --gold: var(--silver);
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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(--white-smoke);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 109px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  margin-left: 0;
  display: block;
  position: relative;
}

.nav-menu-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: -.72px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--orange-red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--orange-red);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container {
  color: #c4a658;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: #0000;
  margin-bottom: 35px;
  display: block;
}

.logo {
  color: var(--black);
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160px;
}

.hero-wrapper {
  display: flex;
}

.hero-left-content {
  width: 62.53%;
  max-width: 62.53%;
  overflow: hidden;
}

.hero-title {
  letter-spacing: -7.2px;
  font-size: 160px;
  line-height: 160px;
}

.hero-title.upper-case {
  font-size: 150px;
}

.uppercase {
  text-transform: uppercase;
}

.hero-right-content {
  flex-direction: column;
  justify-content: space-around;
  width: 39.52%;
  max-width: 39.52%;
  padding-top: 40px;
  padding-left: 40px;
  display: block;
  position: relative;
}

.hero-frame {
  align-items: center;
  display: flex;
  position: relative;
}

.play-icon {
  z-index: 1;
  background-color: var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 99px;
  padding: 30px;
  display: flex;
  position: absolute;
  left: 6px;
}

.hero-image {
  position: relative;
  top: 0;
}

.star-group {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.hero-text-wrapper {
  margin-left: -75px;
  padding-top: 40px;
  overflow: hidden;
}

.hero-paragraph {
  color: var(--black);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.hero-buttons {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.hero-tag-button {
  color: var(--black);
  letter-spacing: 1px;
  border: 1px solid #000;
  border-radius: 30px;
  flex: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
}

.tag-text {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.hero-divider {
  background-color: #2a2a2a;
  border-radius: 10px;
  width: 100%;
  height: 1px;
}

.about-us-section {
  margin-top: 80px;
  overflow: hidden;
}

.about-us-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 268px) minmax(min-content, 268fr) minmax(min-content, 268px) minmax(min-content, 182fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.block-1.width268 {
  max-width: 268px;
}

.orange-arrow {
  border: 2px solid var(--orange-red);
  border-radius: 100%;
  width: 86px;
  height: 86px;
  padding: 12px;
}

.orange-arrow.mb60 {
  border-color: var(--orange-red);
  margin-bottom: 60px;
  overflow: hidden;
}

.get-started-button {
  grid-column-gap: 20px;
  background-color: var(--gold-2);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 60px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 7px 11px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
  display: flex;
}

.border {
  grid-column-gap: 20px;
  border: 1px solid var(--white);
  border-radius: 60px;
  flex: 1;
  align-items: flex-start;
  padding: 12px 33px;
  display: flex;
}

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

.small-h2 {
  color: var(--orange-red);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 43px;
}

.small-h2.mb60, .small-h2.mb100 {
  font-family: Poppins, sans-serif;
}

.orange {
  color: var(--orange-red);
}

.mb60 {
  margin-bottom: 60px;
}

.about-text {
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
}

.mb100 {
  margin-bottom: 100px;
}

.block-4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.count-number {
  grid-column-gap: 11px;
  display: flex;
}

.count-number-text {
  color: var(--background);
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 82px;
}

.plus-text {
  color: var(--orange-red);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 47px;
  display: inline-block;
}

.count-text {
  color: var(--orange-red);
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.button-star {
  color: var(--black-2);
  width: 25%;
  height: auto;
}

.services-section {
  margin-top: 87px;
}

.services-wrapper {
  background-color: var(--black-2);
  border-radius: 40px;
  padding: 36px 60px 60px;
}

.get-in-touch-section {
  padding-top: 80px;
  padding-bottom: 37px;
}

.footer-wrapper {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.footer-wrapper.black {
  grid-column-gap: 49px;
  background-color: var(--black-2);
  border-radius: 70px;
  padding: 40px 60px;
}

.footer-left {
  max-width: 929px;
}

.services-left {
  width: 100%;
  max-width: 51.31%;
}

.services-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  display: flex;
}

.services-right.left {
  flex: none;
  max-width: 450px;
  margin-left: 0;
}

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

.services-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 120%;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 94px;
}

.services-paragraph {
  color: var(--dim-grey);
  letter-spacing: .5px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

.services-tab {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  letter-spacing: 1px;
  border-radius: 30px;
  flex: none;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: font-variation-settings .3s, border-color .3s, color .3s;
  display: block;
}

.services-tab:hover {
  border-width: 1px;
  border-color: var(--silver);
  color: var(--silver);
  font-weight: 500;
}

.services-head-block {
  margin-bottom: 50px;
  display: flex;
}

.services-tab-wrapper {
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}

.services-tab-data {
  border-top: 1px solid var(--black-3);
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.services-tab-data.last {
  border-bottom: 1px none var(--black-3);
}

.services-tab-title {
  background-color: var(--black-2);
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
  overflow: hidden;
}

.services-tab-heading {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 61px;
}

.services-tab-heading.grey {
  color: var(--dim-grey);
}

.dot {
  background-color: var(--orange-red);
  opacity: 0;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.title-block {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-tab-content {
  grid-column-gap: 40px;
  background-color: #0000;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-tab-content.w--open {
  display: block;
  position: relative;
}

.services-tab-paragraph {
  color: var(--silver);
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.hide {
  display: none;
}

.tab-arrow {
  position: absolute;
  inset: 0%;
}

.projects {
  margin-top: 60px;
}

.project-title-block {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.project-heading {
  color: #c4c4c4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 94px;
}

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

.project-paragraph {
  color: var(--dim-grey);
  text-align: right;
  letter-spacing: 1px;
  max-width: 451px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

.project-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.project-tab.left {
  flex: none;
  margin-left: 0;
}

.project-divider {
  background-color: var(--black-3);
  width: 100%;
  height: 1px;
}

.project-tab-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.project-image {
  max-width: 360px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.project-image.max-width {
  border-bottom-left-radius: 70px;
  max-width: 750px;
  overflow: hidden;
}

.project-image.radius {
  border-bottom-right-radius: 70px;
  align-self: flex-start;
}

.overlay-box {
  opacity: 0;
  background-color: #fffc;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-overlay {
  margin-right: auto;
  padding: 24px 37px;
  position: relative;
}

.year {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.get-in-touch-button {
  background-color: var(--orange-red);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 162px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-bottom {
  padding-left: 60px;
  padding-right: 60px;
}

.footer-row {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-row.copyright {
  border-top-style: solid;
  padding-top: 0;
}

.social-icon {
  grid-column-gap: 40px;
  align-items: center;
  margin-left: auto;
  transition: opacity .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .5;
}

.footer-link-group {
  grid-column-gap: 40px;
  display: flex;
}

.footer-link {
  color: var(--black);
  letter-spacing: -.72px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 44px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--orange-red);
}

.copyright-text {
  color: var(--background);
  font-weight: 300;
  line-height: 44px;
}

.social-icon-group {
  grid-column-gap: 40px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.services-details {
  grid-column-gap: 40px;
  padding-bottom: 23px;
  display: flex;
}

.tab-icon {
  width: 60px;
  height: 60px;
  position: relative;
}

.tab-arrow-grey {
  position: absolute;
  inset: 0%;
}

.title {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.upper-case {
  text-transform: uppercase;
}

.get-in-touch-title {
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  line-height: 160px;
}

.get-in-touch-title.white {
  color: var(--silver);
  letter-spacing: -11px;
}

.team-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.divider-team-header {
  background-color: var(--black);
  height: 1px;
  margin-top: 26px;
}

.team-section {
  margin-top: 80px;
}

.team-grid {
  grid-column-gap: 83px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.team-details {
  background-color: var(--white);
  width: 100%;
  padding: 13px 54px 13px 25px;
  position: absolute;
  bottom: -1px;
  left: -1px;
}

.team-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.team-position {
  color: var(--light-slate-grey);
  font-weight: 400;
}

.social-icons {
  z-index: 2;
  grid-row-gap: 21px;
  background-color: var(--orange-red);
  flex-direction: column;
  align-items: center;
  padding: 20px 18px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.social-icon-small {
  width: 10px;
}

.white-arrow {
  position: absolute;
}

.social-icon-link {
  transition: transform .3s;
}

.social-icon-link:hover {
  transform: scale(1.2);
}

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

.image {
  text-align: left;
  padding-left: 10px;
}

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

.text-span {
  color: var(--orange-red);
}

.is-hidden {
  display: none;
}

.bold-text {
  text-transform: uppercase;
}

.text-block {
  color: var(--black-2);
  font-family: Poppins, sans-serif;
}

.profile-image {
  object-fit: cover;
  border: 1px solid #8770db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.chat-icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.chatbot-sub-title {
  color: #e0e0e0;
  font-size: 14px;
}

.button {
  background-color: #312f3a;
  border: 1px solid #716d83;
  border-radius: 40px;
  padding: 12px 24px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  background-color: #4f4c5c;
  transform: translate(0, -2px);
}

.form-item {
  margin-bottom: 20px;
}

.contact-form {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 25% 25% auto;
}

.chatbot-greeting {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.success-icon {
  color: #3f5c37;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  inset: auto 6px 6px auto;
}

.success-message {
  background-color: #ddd0;
  padding: 16px 16px 16px 0;
}

.container-2 {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: flex;
}

.success-message-wrapper {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.success-message-confirmation {
  background-color: #e7eee4;
  border: 1px solid #dce7d7;
  border-radius: 0 20px 20px;
  justify-content: flex-start;
  padding: 8px 22px 21px 8px;
  display: flex;
  position: relative;
}

.success-text {
  text-align: left;
}

.fixed-form-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #312f3a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px #00000059;
}

.fixed-form-trigger:hover {
  background-color: #454255;
  transform: translate(0, -2px);
}

.chatbot-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.close-line-2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.profile-message {
  background-color: #e7e4f3;
  border: 1px solid #ddd;
  border-radius: 0 20px 20px;
  flex: 1;
  padding: 8px;
}

.chatbot-form-wrapper {
  z-index: 0;
  background-color: #f6f5fa;
  border-radius: 20px;
  width: 360px;
  position: fixed;
  inset: auto 24px 104px auto;
  box-shadow: 2px 2px 7px #0000003d;
}

.field-label {
  font-weight: 600;
}

.close-line-1 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text-field:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text-field.text-area {
  min-height: 80px;
}

.spacer-medium {
  width: 32px;
  height: 32px;
}

.intro-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.chatbot-title-wrapper {
  background-color: #312f3a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px;
}

.chatbot-title {
  color: #f6f5fa;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
}

.form-verification {
  align-self: stretch;
  align-items: center;
  height: 60px;
  display: flex;
}

.text-area {
  color: #1e1f24;
  min-height: 200px;
  font-size: 18px;
  line-height: 22px;
}

.radio-btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.form-step {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 10%;
  padding: 0% 30% 50% 10%;
  display: flex;
}

.form-step.radio {
  padding-left: 10%;
  padding-right: 10%;
}

.right-arrow {
  width: 0;
  height: 0;
}

.nextbutton-text {
  color: #000;
  background-color: #0000;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-alert {
  color: #0cd9ff;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.next-prev-block {
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.contact-form-container {
  z-index: 11;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: 50%;
  display: block;
  position: static;
  inset: 0;
}

.radio-label {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.form-close-btn {
  z-index: 100;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  margin-top: 30px;
  margin-right: 10%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.radio-button-field {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.input-label {
  color: var(--black-2);
  margin-bottom: 70px;
  font-size: 48px;
  line-height: 48px;
}

.left-arrow-2 {
  width: 0;
  height: 0;
}

.form-radio-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block-2 {
  width: 100%;
  height: 50%;
}

.submit-btn {
  color: #0cd9ff;
  background-color: #0000;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.slider-dot-nav {
  display: none;
}

.slider {
  background-color: #0000;
  justify-content: center;
  height: 50%;
}

.prev-link {
  color: #848c8e;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--black-2);
  color: var(--black-2);
  background-color: #0000;
  width: 80%;
  height: 60px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
}

.slide, .mask, .form {
  height: 50%;
}

.submit-button-cf7 {
  background-color: var(--orange-red);
  box-shadow: none;
  color: #fff;
  text-align: left;
  background-image: none;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 26px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-cf7:hover {
  background-image: linear-gradient(151deg, #d33b00, #ff9772);
}

.text-field-cf7 {
  color: #000;
  text-align: left;
  border: 1px solid #0000;
  border-bottom-color: #d6d6d6;
  margin-top: 0;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-field-cf7.extra-left {
  margin-left: 20px;
}

.text-field-cf7.big {
  height: 100px;
  margin-top: 10px;
}

.error-message-cf7 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.success-message-cf7 {
  background-color: #0000;
  border: 1px solid #eee;
  font-weight: 500;
}

.form-cf7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-title-cf7 {
  color: var(--gold-2);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  display: flex;
}

.form-subwrapper-cf7 {
  width: 100%;
  display: flex;
}

.field-label-cf7 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.contact-form-wrapper {
  background-color: var(--black-2);
  color: #000;
  border-radius: 40px;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding: 36px 60px 60px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.contact-form-2 {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: block;
}

.paragraph {
  text-align: justify;
  padding-top: 23px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-2 {
  color: var(--gold-2);
  text-align: center;
  padding-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}

.heading-3 {
  font-size: 30px;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
}

.text-span-2 {
  font-weight: 700;
}

.bold-text-2 {
  font-size: 20px;
}

.text-span-3 {
  font-size: 20px;
  font-weight: 700;
}

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

.text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
}

.heading-4 {
  color: var(--gold-2);
  text-transform: capitalize;
  font-family: Archivo, sans-serif;
}

.paragraph-3 {
  text-transform: capitalize;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.div-block-2 {
  padding-top: 10px;
  padding-bottom: 40px;
}

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

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
  font-family: Poppins, sans-serif;
}

.partner-logo {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.heading-5 {
  text-align: center;
  font-size: 50px;
}

.image-2 {
  vertical-align: middle;
  display: block;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.column {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.column-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-3 {
  display: block;
}

.column-3 {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: auto;
}

.column-4 {
  position: static;
}

.heading-6 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-4 {
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: var(--white-smoke);
    flex-direction: column;
    padding: 5px 20px;
    box-shadow: 0 5px 30px -5px #0000000d;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 50px;
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .logo {
    line-height: 50px;
  }

  .hero-wrapper {
    grid-column-gap: 30px;
    overflow: hidden;
  }

  .hero-left-content {
    align-self: center;
    width: 100%;
  }

  .hero-title {
    font-size: 70px;
    line-height: 80px;
  }

  .hero-title.upper-case {
    letter-spacing: -3px;
    width: auto;
    font-size: 90px;
    line-height: 90px;
  }

  .hero-right-content {
    width: 60%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .play-icon {
    width: 85px;
    height: 85px;
  }

  .hero-image {
    width: 100%;
    max-width: 100%;
  }

  .hero-text-wrapper {
    width: 100%;
    margin-left: auto;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 18px;
  }

  .about-us-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-1.width-268 {
    max-width: 268px;
  }

  .get-started-button {
    display: inline-block;
  }

  .border {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-h2.mb60, .small-h2.mb100 {
    margin-bottom: 20px;
  }

  .block-4 {
    grid-row-gap: 30px;
  }

  .count-number-text {
    font-size: 50px;
  }

  .footer-wrapper.black {
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .services-head-block {
    grid-column-gap: 30px;
  }

  .project-tab-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-image.max-width {
    border-bottom-right-radius: 70px;
  }

  .project-image.radius {
    border-bottom-right-radius: 0;
  }

  .year {
    font-size: 20px;
    line-height: 30px;
  }

  .get-in-touch-button {
    width: 100px;
    height: 100px;
    padding: 6px;
  }

  .footer-row {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-row.copyright {
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .footer-link-group {
    grid-column-gap: 20px;
  }

  .social-icon-group {
    margin-left: 0;
  }

  .title {
    font-size: 32px;
    line-height: 40px;
  }

  .get-in-touch-title {
    font-size: 70px;
    line-height: 80px;
  }

  .get-in-touch-title.white {
    letter-spacing: -5px;
  }

  .full-image {
    width: 100%;
  }

  .top-line, .middle-line {
    background-color: var(--black);
    border-radius: 20px;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .bottom-line {
    background-color: var(--black);
    border-radius: 20px;
    width: 26px;
    height: 2px;
    margin-bottom: 0;
    padding: 0;
  }

  .team-title {
    font-size: 50px;
    line-height: 60px;
  }

  .team-section {
    margin-top: 40px;
  }

  .team-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .width-268 {
    max-width: 50%;
  }

  .text-block {
    font-size: 28px;
  }

  .chat-icon {
    height: 30px;
  }

  .contact-form {
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .form-step {
    padding-top: 25%;
    padding-bottom: 25%;
    padding-right: 10%;
  }

  .form-step.radio {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .radio-button-field {
    margin-bottom: 30px;
  }

  .form-radio-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-input {
    width: 100%;
  }

  .success-message-cf7 {
    font-size: 16px;
    font-weight: 600;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    padding-top: 20px;
  }

  .column {
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    line-height: 50px;
    display: block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar {
    margin-bottom: 20px;
  }

  .hero-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .hero-left-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-right-content {
    padding-top: 0;
  }

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

  .play-icon {
    top: auto;
    bottom: auto;
    left: 10px;
  }

  .hero-buttons {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-divider {
    order: -1;
  }

  .about-us-grid {
    grid-template-columns: 1fr;
  }

  .orange-arrow.mb60 {
    margin-bottom: 20px;
  }

  .block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .count-number-text {
    font-size: 40px;
  }

  .count-text {
    letter-spacing: 0;
    font-size: 16px;
  }

  .services-wrapper {
    padding: 30px 20px 40px;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

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

  .services-left {
    max-width: 100%;
  }

  .services-right {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .services-head-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .projects {
    margin-top: 40px;
  }

  .project-title-block {
    flex-direction: column;
  }

  .project-paragraph {
    text-align: left;
  }

  .project-tab {
    flex-flow: wrap;
  }

  .project-image.max-width {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .project-overlay {
    padding: 12px;
  }

  .get-in-touch-button {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    padding: 11px;
  }

  .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-row {
    margin-top: 20px;
  }

  .footer-row.copyright {
    flex-direction: column;
  }

  .social-icon-group {
    margin-left: 0;
  }

  .services-details {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .get-in-touch-title {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 60px;
  }

  .get-in-touch-title.white {
    letter-spacing: -2px;
  }

  .team-title {
    font-size: 35px;
    line-height: 45px;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .width-268 {
    max-width: 100%;
  }

  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    width: auto;
    max-width: 100%;
  }

  .intro-content {
    max-width: 100%;
  }

  .text-alert {
    font-size: 16px;
    line-height: 16px;
  }

  .radio-label {
    font-size: 20px;
    line-height: 20px;
  }

  .radio-button-field {
    margin-bottom: 20px;
  }

  .input-label {
    font-size: 36px;
    line-height: 36px;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

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

  .columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-4 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu-wrapper {
    box-shadow: 0 10px 30px -6px #0000000d;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    font-size: 20px;
    line-height: 40px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    flex-flow: column;
    display: block;
  }

  .hero-wrapper {
    grid-column-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .hero-title.upper-case {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-right-content {
    width: 80%;
    margin-top: 0;
  }

  .play-icon {
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .hero-text-wrapper {
    padding-top: 0;
  }

  .about-us-grid {
    flex-flow: column;
  }

  .border {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-4 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .count-block {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .count-number {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .count-number-text {
    line-height: 50px;
  }

  .services-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .services-tab-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .project-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .project-divider {
    margin-top: 20px;
  }

  .project-tab-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-image.max-width {
    max-width: 100%;
  }

  .project-overlay {
    position: absolute;
    inset: auto 0% 0%;
  }

  .project-arrow {
    width: 30px;
    height: 30px;
  }

  .year {
    font-size: 18px;
  }

  .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-row.copyright {
    grid-row-gap: 10px;
  }

  .footer-link-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright-text {
    text-align: center;
    line-height: 22px;
  }

  .social-icon-group {
    padding-bottom: 20px;
  }

  .tab-icon {
    width: 30px;
    height: 30px;
  }

  .title {
    font-size: 20px;
    line-height: 30px;
  }

  .get-in-touch-title {
    letter-spacing: -2px;
    font-size: 30px;
    line-height: 40px;
  }

  .full-image {
    width: 100%;
  }

  .team-title {
    font-size: 30px;
    line-height: 40px;
  }

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

  .chat-icon {
    width: 24px;
    height: 24px;
  }

  .chatbot-sub-title {
    font-size: 12px;
    display: none;
  }

  .form-item {
    margin-bottom: 14px;
  }

  .fixed-form-trigger {
    width: 54px;
    height: 54px;
    bottom: 8px;
    right: 16px;
  }

  .chatbot-main-content {
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .chat-close {
    width: 26px;
    height: 26px;
  }

  .chatbot-form-wrapper {
    max-width: 88vw;
    bottom: 16px;
    right: 16px;
  }

  .chatbot-title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .chatbot-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .input-label {
    margin-bottom: 40px;
  }

  .text-field-cf7.extra-left {
    margin-left: 0;
  }

  .form-subwrapper-cf7 {
    flex-direction: column;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 20px 40px;
  }

  .contact-form-2 {
    width: 100%;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: left;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-3 {
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-2 {
    padding-top: 20px;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-2 {
    padding-bottom: 30px;
  }

  .heading-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .image-2 {
    max-width: 80%;
  }

  .columns {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column {
    padding-right: 20px;
  }

  .image-3 {
    max-width: 150%;
  }

  .column-4 {
    padding-left: 20px;
  }

  .heading-6 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 70px;
  }

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

#w-node-_79bcc3ef-0390-fe26-98ca-07ee1b7b2a27-5b7014d9, #w-node-ffb0747f-b916-364d-8000-dbdef2a7f0a0-5b7014d9, #w-node-f46d8aa2-2d6f-775b-b5d3-c6b00980169d-5b7014d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_71cd6fb5-e9cb-356a-a0cb-1c02aefc5f18-dedbcd82, #w-node-_71cd6fb5-e9cb-356a-a0cb-1c02aefc5f18-5b7014d9 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d58070d9-343c-683e-ab5d-b08222bbd6e8-053f6040 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d58070d9-343c-683e-ab5d-b08222bbd6e8-053f6040, #w-node-ad6acbd9-8065-9654-2077-ee70904d968e-053f6040 {
    place-self: auto;
  }
}


