@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-BlackLC.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-LC.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-LightLC.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-ExtraBoldLC.ttf') format("truetype"), url('../fonts/Thunder-BoldLC.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-ThinLC.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-SemiBoldLC.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-ExtraLightLC.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-MediumLC.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.body {
  color: #000;
  background-color: #f2f7f7;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

.header {
  border-bottom: .104vw solid #000;
  position: absolute;
  inset: 0% 0% auto;
}

.container_50 {
  width: 94.531vw;
  margin-left: auto;
  margin-right: auto;
}

.header_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  display: flex;
}

.logo_image {
  width: 4vw;
}

.header_links, .page_links {
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: .833vw;
  grid-row-gap: .833vw;
  color: #000;
  background-color: #f2f7f7;
  border: .052vw solid #000;
  border-radius: .417vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .208vw 1.042vw .208vw .208vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button:hover {
  padding-left: 1.042vw;
  padding-right: .208vw;
}

.button.light {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button._1, .button.mobile {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.button.mobile:hover {
  transform: scale(.95);
}

._20_link {
  text-transform: uppercase;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 1.2;
}

._20_link.bold {
  font-weight: 700;
}

.page_link_container {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  color: #000;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.link_line {
  background-color: #000;
  width: 80%;
  height: .104vw;
}

.button_arrow {
  background-color: #000;
  border-radius: .417vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4.167vw;
  height: 3.125vw;
  display: flex;
}

.button_arrow.light {
  background-color: #fff;
}

.arrow_button {
  width: 1.042vw;
}

.btn_text {
  width: 8.854vw;
}

.hero_section {
  padding-bottom: 3.49vw;
}

.container {
  width: 94.792vw;
  margin-left: auto;
  margin-right: auto;
}

.hero_container {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  padding-top: 9vw;
  display: flex;
}

.hero_heading {
  grid-column-gap: 1.042vw;
  grid-row-gap: 1.042vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading_hero {
  text-transform: uppercase;
  position: relative;
}

._20_bg {
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 1.1;
}

._20_bg._1-3 {
  line-height: 1.3;
}

._20_bg._1-5 {
  font-weight: 500;
  line-height: 1.5;
}

._20_bg._1-5.bold {
  font-weight: 600;
}

._20_bg.extra_bold {
  font-weight: 800;
}

._20_bg._500 {
  font-weight: 500;
}

._20_bg.hero {
  line-height: 1.4;
}

._260_thunder {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 13.542vw;
  font-weight: 900;
  line-height: .8;
}

._260_thunder.hero {
  font-size: 13.5vw;
}

.hero_description {
  text-transform: capitalize;
  width: 25.938vw;
  line-height: 1.5;
  position: absolute;
  inset: 2vw 1.5vw auto auto;
}

._22_bg {
  font-size: 1.146vw;
  font-weight: 600;
}

._22_bg._500 {
  font-weight: 500;
}

._22_bg._400 {
  font-weight: 400;
}

._22_bg.extra_bold {
  font-weight: 700;
}

.hero_bottom_container {
  grid-column-gap: 4.792vw;
  grid-row-gap: 4.792vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.hero_bg_video {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: .833vw;
  width: 37.292vw;
  height: 11.458vw;
}

.hero_bg_video.a {
  display: none;
}

.hero_servcie_tag {
  border-bottom: .052vw solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.042vw;
  display: flex;
}

.tag_service {
  grid-column-gap: .26vw;
  grid-row-gap: .26vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: #000;
  border-radius: 5vw;
  width: .313vw;
  height: .313vw;
}

.about_section {
  background-image: linear-gradient(#0009, #0009);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about_container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about_heading {
  color: #a9a9a9;
  text-transform: uppercase;
}

.about_description {
  width: 43.125vw;
  line-height: 1.3;
}

._280_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 14.583vw;
  font-weight: 900;
  line-height: 1;
}

._280_thunder.a {
  text-transform: none;
}

._280_thunder._8 {
  line-height: .95;
}

._280_thunder._800 {
  font-weight: 700;
}

._24_bg {
  font-size: 1.25vw;
  font-weight: 400;
}

._24_bg._500 {
  font-family: Thunder, Georgia, sans-serif;
  font-weight: 500;
}

.white {
  color: #fff;
}

.work {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 600vh;
  display: flex;
  position: sticky;
  top: 0;
}

.work_container {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.our_work {
  grid-column-gap: .521vw;
  grid-row-gap: .521vw;
  background-color: #fff;
  border-radius: .625vw;
  flex-flow: column;
  width: 27.708vw;
  padding: 1.25vw;
  display: flex;
}

.our_work_thumbnail {
  width: 100%;
}

.work_2 {
  position: absolute;
  inset: auto 10% 0% auto;
}

.work_3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.work_4 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.work_5 {
  position: absolute;
  inset: 27% 33% auto auto;
}

.work_6 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-grid {
  z-index: 2;
  width: 100%;
  padding-left: 5vw;
  position: relative;
}

.work-grid._2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 5vw;
  display: flex;
}

.work-grid._3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.work-grid._4 {
  padding-left: 5vw;
}

.work_grid {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about_us_section {
  position: sticky;
  top: 0;
}

.about_us_container {
  background-image: url('../images/star-_icon.svg'), url('../images/star-_icon.svg');
  background-position: 5% 10%, 95% 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-bottom: .052vw solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.about_carosual {
  width: 100%;
  position: absolute;
  inset: auto 0% 5%;
}

.carousel-horizontal {
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_content {
  text-align: center;
  text-transform: uppercase;
  width: 84vw;
}

._83_thunder {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 4.323vw;
  font-weight: 300;
  line-height: 1.2;
}

.about {
  height: 200vh;
}

.our_work_heading {
  overflow: hidden;
}

.process_section {
  height: 300vh;
  position: relative;
}

.process_container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 97.396vw;
  margin-left: auto;
  display: flex;
}

.process_content {
  grid-column-gap: 2.708vw;
  grid-row-gap: 2.708vw;
  width: 100%;
  display: flex;
}

.process_head {
  grid-column-gap: 3.438vw;
  grid-row-gap: 3.438vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45.208vw;
  min-width: 45.208vw;
  display: flex;
}

._150_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 7.813vw;
  font-weight: 600;
  line-height: .8;
}

.process_block {
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  flex-flow: row;
  display: flex;
}

.process {
  grid-column-gap: 9.271vw;
  grid-row-gap: 9.271vw;
  color: #fff;
  background-color: #003d31;
  border-radius: .833vw;
  flex-flow: column;
  width: 37.292vw;
  min-width: 37.292vw;
  padding: 1.823vw;
  display: flex;
}

.process.bg_red {
  background-color: #c03d0e;
}

.process.bg_yellow {
  background-color: #bf9b2d;
}

.process.bg_blue {
  background-color: #0f47a6;
}

.process.bg_purple {
  background-color: #6233ba;
}

.process_card_heading {
  grid-column-gap: .521vw;
  grid-row-gap: .521vw;
  color: #fff;
  flex-flow: column;
  display: flex;
}

._60_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: .8;
}

._60_thunder._1-2 {
  line-height: 1.2;
}

._60_thunder._1 {
  line-height: 1.1;
}

.process_card_top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._200_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 10.417vw;
  font-weight: 600;
  line-height: 1;
}

.duration {
  grid-column-gap: .313vw;
  grid-row-gap: .313vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.duration_dot {
  background-color: #fff;
  border-radius: 5vw;
  width: .573vw;
  height: .573vw;
}

.process_inner_section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.testimmonial {
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.sprinkle_image {
  width: 100%;
}

._100_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 5.208vw;
  font-weight: 500;
  line-height: 1;
}

.testimonial_heading {
  width: 60vw;
}

.testimonial_image {
  z-index: 1;
  grid-column-gap: 2.292vw;
  grid-row-gap: 2.292vw;
  color: #141414;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 20vw;
  padding: 1.25vw .833vw;
  display: flex;
  position: absolute;
  inset: 2.24vw auto auto 2.24vw;
}

.testimonial_image_1 {
  z-index: 2;
  width: 20vw;
  position: absolute;
  inset: 2.24vw 2.24vw auto auto;
}

.testimonial_3 {
  z-index: 3;
  width: 20vw;
  position: absolute;
  inset: auto auto 2.24vw 2.24vw;
}

.testimonial_image_4 {
  z-index: 4;
  width: 20vw;
  position: absolute;
  inset: auto 2.24vw 2.24vw auto;
}

.testimonial_sec {
  height: 250vh;
}

.testimonial_container {
  position: sticky;
  top: 0;
}

.why_container {
  grid-column-gap: 3.854vw;
  grid-row-gap: 3.854vw;
  flex-flow: column;
  padding-top: 8.333vw;
  padding-bottom: 8.333vw;
  display: flex;
}

.testimonial_head {
  width: 70.573vw;
}

._120_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 6.25vw;
  font-weight: 600;
  line-height: .8;
}

.why_blocks {
  grid-column-gap: 1.042vw;
  grid-row-gap: 2.083vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_block_container {
  grid-column-gap: 1.458vw;
  grid-row-gap: 1.458vw;
  flex-flow: column;
  display: flex;
}

.why_image {
  border-radius: .417vw;
  width: 100%;
}

.cms_content {
  grid-column-gap: .85vw;
  grid-row-gap: .85vw;
  flex-flow: column;
  display: flex;
}

._42_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 2.188vw;
  font-weight: 600;
  line-height: 1;
}

._16_bg {
  font-size: .833vw;
  font-weight: 600;
  line-height: 1.4;
}

._16_bg._1-3 {
  line-height: 1.3;
}

._16_bg._1-5 {
  font-weight: 500;
  line-height: 1.5;
}

._16_bg._400 {
  font-weight: 400;
  line-height: 1;
}

._16_bg._800 {
  font-weight: 800;
}

.consultation_container {
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Star-2.svg'), url('../images/Star-2.svg');
  background-position: 95% 5%, 5% 5%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 1.25vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8.333vw;
  padding-bottom: 8.333vw;
  display: flex;
}

.consulatation_heading {
  text-align: center;
  width: 55vw;
}

.footer {
  background-color: #000;
  padding-top: 3.229vw;
}

.footer_carosual {
  color: #fff;
}

.smile_icon {
  grid-column-gap: 1.563vw;
  grid-row-gap: 1.563vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

._40_thunder {
  letter-spacing: .052vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 2.083vw;
  font-weight: 600;
  line-height: 1;
}

._40_thunder._1-2 {
  line-height: 1.2;
}

.carousal_container {
  grid-column-gap: 1.563vw;
  grid-row-gap: 1.563vw;
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousal_container.none {
  display: none;
}

.carousal_container.center {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_inner {
  grid-column-gap: 7.187vw;
  grid-row-gap: 7.187vw;
  flex-flow: column;
  display: flex;
}

.line_footer {
  width: 100%;
}

.footer_container {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

._240_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 12.5vw;
  font-weight: 900;
  line-height: 1;
}

.logo_footer {
  width: 27.031vw;
}

.footer_left {
  grid-column-gap: 6.875vw;
  grid-row-gap: 6.875vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-text {
  grid-column-gap: 4.375vw;
  grid-row-gap: 4.375vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2.604vw;
  display: flex;
}

.footer_text {
  width: 16vw;
}

.social_link {
  grid-column-gap: 1.042vw;
  grid-row-gap: 1.042vw;
  flex-flow: column;
  padding-bottom: 2.604vw;
  display: flex;
}

._36_thunder {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 1.875vw;
  font-weight: 500;
  line-height: .9;
  text-decoration: none;
}

.box_image {
  position: relative;
}

.btn_container {
  z-index: 1;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn_containers {
  background-color: #fff;
  border-radius: 5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  padding-top: .5em;
  display: none;
}

._24_thunder {
  font-family: Thunder, Georgia, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: .8;
}

._24_thunder._500 {
  font-family: Thunder, Georgia, sans-serif;
  font-weight: 500;
}

.work_hero_description {
  text-transform: capitalize;
  width: 43.646vw;
  line-height: 1.5;
  position: absolute;
  inset: 12vw 5vw auto auto;
}

.work_hero_container {
  grid-column-gap: 1.719vw;
  grid-row-gap: 1.719vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12.396vw;
  display: flex;
}

.work_hero_section {
  padding-bottom: 4.792vw;
}

.our_work_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8.333vw;
  display: grid;
}

.ourwork {
  grid-column-gap: .521vw;
  grid-row-gap: .521vw;
  background-color: #fff;
  border-radius: .625vw;
  flex-flow: column;
  padding: 1.25vw;
  display: flex;
}

._160_thunder {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 8.333vw;
  font-weight: 900;
  line-height: .8;
}

._160_thunder._700 {
  font-weight: 700;
}

.webflow_hero_description {
  text-transform: capitalize;
  width: 31.302vw;
  line-height: 1.5;
  position: absolute;
  inset: 6.6vw 1.5vw auto auto;
}

.webflow_hero_section {
  padding-bottom: 3.125vw;
}

.webflow_projects {
  padding-top: 3.333vw;
  padding-bottom: 5.208vw;
}

.webflow_image {
  width: 20.469vw;
}

.carousel-horizontal_webflow {
  grid-column-gap: 1.563vw;
  grid-row-gap: 1.563vw;
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-horizontal_webflow.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.expert_section {
  background-color: #000;
  height: 100%;
  padding-top: 7.813vw;
  padding-bottom: 7.813vw;
}

.expert_section.top {
  border-top: .5px solid #fff;
}

.expert_container {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  display: flex;
}

.expert_heading {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.expert_description {
  max-width: 34vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

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

.expert_green {
  grid-column-gap: .521vw;
  grid-row-gap: .521vw;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #003d31;
  border-radius: .417vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.042vw;
  line-height: 1.2;
  transition: all .4s;
  display: flex;
}

.expert_green:hover {
  transform: scale(1.02);
}

.expert_green.red {
  background-color: #c03d0e;
}

.expert_green.yellow {
  background-color: #bf9b2d;
}

.expert_green.blue {
  background-color: #145bd5;
}

.expert_green.purple {
  background-color: #6233ba;
}

.webflow_service_container {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8.333vw;
  padding-bottom: 8.333vw;
  display: flex;
}

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

.webflow_service_head.none {
  display: none;
}

.webflow_service_heading {
  text-transform: uppercase;
  width: 37.292vw;
}

.webflow_service_description {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 44.063vw;
  line-height: 1.5;
  display: flex;
}

.webflow_service_list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service_webflow {
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.823vw;
  display: flex;
  position: relative;
}

.service_webflow_description {
  width: 26.979vw;
}

._32_bg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 1.1;
}

._32_bg._500 {
  font-family: Thunder, Georgia, sans-serif;
  font-weight: 500;
}

.service_image {
  width: 17.396vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.about_webflow_container {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  flex-flow: column;
  display: flex;
}

.webflow_video {
  border-radius: .417vw;
  height: 53vw;
}

.webflow_benifits {
  padding-top: 3.333vw;
  padding-bottom: 6vw;
  position: relative;
}

.smile_image {
  width: 1.563vw;
}

.benifits_container {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  white-space: normal;
  word-break: normal;
  border: 1px solid #000;
  border-radius: .417vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22.917vw;
  height: 22vw;
  padding: 3.021vw 1.146vw;
  display: flex;
}

.benifits_head {
  grid-column-gap: .677vw;
  grid-row-gap: .677vw;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.benifits_tag {
  border: 1px solid #000;
  border-radius: 5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: .8vw;
  display: flex;
}

.tag_benifits {
  width: 1.667vw;
}

.recent_webflow_container {
  grid-column-gap: 4.427vw;
  grid-row-gap: 4.427vw;
  flex-flow: column;
  padding-bottom: 8.333vw;
  display: flex;
}

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

.faq_list {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.faq {
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding: 1vw 1vw 1.2vw;
}

.faq_heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_description_description {
  overflow: hidden;
}

.faq_inner_heading {
  padding-top: 1.5vw;
  line-height: 1.3;
}

.faq_cross {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_first {
  background-color: #000;
  border-radius: 50vw;
  width: .2vw;
  height: 1.8vw;
}

.faq_sec {
  background-color: #000;
  border-radius: 5vw;
  width: 1.8vw;
  height: .2vw;
  position: absolute;
}

.arrow {
  width: 1.2vw;
}

.faq_description {
  width: 50vw;
}

.contact_hero_section {
  padding-top: 14.167vw;
  padding-bottom: 10.417vw;
}

.loop_contant_heading {
  width: 100%;
}

.form_input {
  color: #141414;
  resize: none;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: .417vw;
  width: 100%;
  height: 4.375vw;
  min-height: 4.375vw;
  margin-bottom: 0;
  padding: 1.458vw;
  font-size: 1.042vw;
}

.form_input:active, .form_input:focus, .form_input:focus-visible, .form_input[data-wf-focus-visible] {
  color: #141414;
  border-color: #141414;
}

.form_input::placeholder {
  color: #141414;
}

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

.area_firld {
  color: #141414;
  resize: none;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: .417vw;
  height: 14.479vw;
  min-height: 14.479vw;
  margin-bottom: 0;
  padding: 1.458vw;
  font-size: 1.042vw;
}

.area_firld:active, .area_firld:focus, .area_firld:focus-visible, .area_firld[data-wf-focus-visible] {
  color: #141414;
  border-color: #141414;
}

.area_firld::placeholder {
  color: #141414;
}

.form_inner_container {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_btn {
  position: relative;
}

.btn {
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.drop_down {
  width: 100%;
}

.hamburger {
  cursor: pointer;
  width: 2.083vw;
  display: none;
  position: relative;
}

.hamburger_open {
  width: 100%;
  height: 100%;
}

.hamburger_close {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.home_inner_link {
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  display: flex;
  position: relative;
}

.page_linkss {
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.close_menu {
  display: none;
}

.link_faq {
  color: #000;
  font-weight: 800;
  text-decoration: underline;
}

.headin_expert {
  grid-column-gap: .85vw;
  grid-row-gap: .85vw;
  flex-flow: column;
  display: flex;
}

._28_thunder {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 1.458vw;
  font-weight: 500;
  line-height: 1;
}

._28_thunder.heading {
  letter-spacing: 0;
  font-weight: 700;
}

.expert_partners {
  grid-column-gap: 1.771vw;
  grid-row-gap: 1.771vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expert_images {
  background-color: #fff;
  border-radius: .417vw;
  width: 100%;
  height: 28vw;
  position: relative;
  overflow: hidden;
}

.expert_content {
  grid-column-gap: .625vw;
  grid-row-gap: .625vw;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.custom_design {
  z-index: 1;
  object-fit: cover;
  border-radius: .417vw;
  width: 100%;
  height: 28vw;
  position: relative;
}

.custom_design._1 {
  position: relative;
}

.custom_design-1 {
  z-index: 2;
  object-fit: cover;
  border-radius: .417vw;
  width: 100%;
  height: 28vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.custom_design-1._1 {
  position: relative;
}

.custom_design-2 {
  z-index: 3;
  object-fit: cover;
  border-radius: .417vw;
  width: 100%;
  height: 28vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.custom_design-2._1 {
  position: relative;
}

.custom_design-3 {
  z-index: 4;
  object-fit: cover;
  border-radius: .417vw;
  width: 100%;
  height: 28vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.custom_design-3._1 {
  position: relative;
}

.custom_design-4 {
  z-index: 5;
  object-fit: cover;
  border-radius: .417vw;
  width: 100%;
  height: 28vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.custom_design-4._1 {
  position: relative;
}

.carousal_container_black {
  grid-column-gap: 1.563vw;
  grid-row-gap: 1.563vw;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousal_container_black.none {
  display: none;
}

.frarv_logo {
  width: 2.476vw;
}

.carousal_containers {
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loop_container {
  background-color: #000;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.loop_controler_2 {
  position: absolute;
}

.pricing_hero {
  padding-top: 12vw;
}

.pricing_hero_container {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  display: flex;
}

.pricing_description {
  text-align: center;
  width: 54.479vw;
  margin-left: auto;
  margin-right: auto;
}

.pricing_heading {
  white-space: pre;
}

.pricing {
  grid-column-gap: 5.208vw;
  grid-row-gap: 5.208vw;
  flex-flow: column;
  padding-bottom: 8.333vw;
  display: flex;
}

.pricing_grid {
  grid-column-gap: .833vw;
  grid-row-gap: .833vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_card {
  grid-column-gap: 6.25vw;
  grid-row-gap: 6.25vw;
  color: #fffdfd;
  background-color: #000;
  border-radius: .833vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5vw 1.667vw;
  display: flex;
}

.pricing_card.green {
  background-color: #003d31;
}

.pricing_card.red {
  background-color: #c03d0e;
}

.pricing_card.purple {
  background-color: #6233ba;
}

.pricing_card_head {
  grid-column-gap: .833vw;
  grid-row-gap: .833vw;
  flex-flow: column;
  display: flex;
}

._48_thunder {
  letter-spacing: .052vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1;
}

._48_thunder._1-2 {
  line-height: 1.2;
}

._18_bg {
  font-size: .938vw;
  font-weight: 600;
  line-height: 1.4;
}

._18_bg._1-3 {
  line-height: 1.3;
}

._18_bg._1-5 {
  font-weight: 500;
  line-height: 1.5;
}

._18_bg._400 {
  font-weight: 400;
  line-height: 1;
}

.pricing_detail_head {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  display: flex;
}

.list_card {
  grid-column-gap: .938vw;
  grid-row-gap: .938vw;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 1.667vw;
  display: flex;
}

.pricing_detail_section {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 6.25vw;
  padding-bottom: 9.375vw;
  display: grid;
}

.pricing_detail_content {
  grid-column-gap: 3.125vw;
  grid-row-gap: 3.125vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2.292vw;
  padding-bottom: 2.292vw;
  display: flex;
}

.price_detail_head {
  grid-column-gap: 1.042vw;
  grid-row-gap: 1.042vw;
  flex-flow: column;
  display: flex;
}

._80_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 4.167vw;
  font-weight: 700;
  line-height: 1;
}

._80_thunder._1-2 {
  line-height: 1.2;
}

._80_thunder._1 {
  line-height: 1.1;
}

.pricing_head {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: column;
  display: flex;
}

.list_card_detail {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 1.667vw;
  display: flex;
}

.bg_video {
  background-color: #000;
  border-radius: .833vw;
  width: 100%;
  height: 100%;
}

.convert_service {
  width: 26vw;
}

.testimonial_text {
  grid-column-gap: .625vw;
  grid-row-gap: .625vw;
  flex-flow: column;
  display: flex;
}

.testimonial_profile {
  grid-column-gap: .833vw;
  grid-row-gap: .833vw;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile_image {
  object-fit: cover;
  border-radius: 5vw;
  width: 3.333vw;
  height: 3.333vw;
}

.testimonial_rating {
  grid-column-gap: .521vw;
  grid-row-gap: .521vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star_image {
  width: .833vw;
  height: .833vw;
}

.task {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.testimonial_image3 {
  z-index: 1;
  grid-column-gap: 2.292vw;
  grid-row-gap: 2.292vw;
  color: #141414;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 20vw;
  padding: 1.25vw .833vw;
  display: flex;
  position: absolute;
  inset: auto auto 5vw 2.24vw;
  transform: rotate(15deg);
}

.testimonial_image4 {
  z-index: 1;
  grid-column-gap: 2.292vw;
  grid-row-gap: 2.292vw;
  color: #141414;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 20vw;
  padding: 1.25vw .833vw;
  display: flex;
  position: absolute;
  inset: 5vw 2.24vw auto auto;
  transform: rotate(15deg);
}

.testimonial_image5 {
  z-index: 1;
  grid-column-gap: 2.292vw;
  grid-row-gap: 2.292vw;
  color: #141414;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 20vw;
  padding: 1.25vw .833vw;
  display: flex;
  position: absolute;
  inset: auto 2.24vw 5vw auto;
  transform: rotate(-15deg);
}

.testimonial_image1 {
  z-index: 1;
  grid-column-gap: 2.292vw;
  grid-row-gap: 2.292vw;
  color: #141414;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 20vw;
  padding: 1.25vw .833vw;
  display: flex;
  position: absolute;
  inset: 5vw auto auto 2.24vw;
  transform: rotate(-15deg);
}

.text-span {
  color: #fff;
}

.work_hero_containes {
  grid-column-gap: 1.719vw;
  grid-row-gap: 1.719vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vw;
  display: flex;
}

.logo_loop {
  width: 8vw;
  padding-top: 2vw;
}

.serice_hero_container {
  width: 94.792vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 4vw;
}

.hero_service_content {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  display: flex;
}

.hero_service_heading {
  text-align: center;
}

._451_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 23.8vw;
  font-weight: 900;
  line-height: 1;
}

.service_content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service_head_container {
  width: 28.68vw;
}

._28_bg {
  font-size: 1.458vw;
  font-weight: 700;
  line-height: 1.2;
}

._28_bg._500 {
  font-family: Thunder, Georgia, sans-serif;
  font-weight: 500;
}

.service_description {
  width: 35.529vw;
}

.webflow_container {
  z-index: 2;
  mix-blend-mode: difference;
  position: sticky;
  top: 0;
}

.service_container {
  z-index: 2;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 94.792vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  display: flex;
  position: relative;
}

.service_tag {
  color: #fff;
}

.service_over_container {
  z-index: 1;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service_heading_container {
  display: block;
  overflow: hidden;
}

.service_containers {
  height: auto;
  position: relative;
}

.service_block_container {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: #000;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.service_grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

.hero_main_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.service_card {
  grid-column-gap: 6.25vw;
  grid-row-gap: 6.25vw;
  background-color: #f2f7f7;
  border-radius: .833vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5vw 1.667vw;
  display: flex;
}

.service_card.green {
  background-color: #003d31;
}

.service_card.red {
  background-color: #c03d0e;
}

.service_card.purple {
  background-color: #6233ba;
}

.service_grid_container {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 94.792vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content_container {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  display: flex;
}

.service_tag_number {
  color: #fff;
  width: 1.8vw;
  overflow: hidden;
}

.service_contaienr {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-flow: column;
  width: 100%;
  padding-bottom: 100vh;
  display: none;
}

.list_container {
  grid-column-gap: 2.292vw;
  grid-row-gap: 2.292vw;
  text-align: center;
  flex-flow: column;
  display: flex;
}

._74_thunder {
  letter-spacing: .1vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 3.854vw;
  font-weight: 700;
  line-height: .8;
}

._74_thunder._1-2 {
  line-height: 1.2;
}

._74_thunder._1 {
  line-height: 1.1;
}

.service_inner_content {
  width: 100%;
  height: 100%;
  padding-top: 11vw;
  padding-bottom: 7.5vw;
}

.service_inner_container {
  width: 100%;
  height: 100%;
  position: relative;
}

.service_contain {
  display: none;
  position: absolute;
  inset: auto 2.604vw 2.604vw auto;
}

.service_inner_list {
  grid-column-gap: .833vw;
  grid-row-gap: .833vw;
  background-color: #fff;
  border-radius: .833vw;
  flex-flow: column;
  padding: 2.188vw 1.667vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service_inner_list.a {
  position: static;
}

.link_block {
  color: #fff;
  text-decoration: none;
}

.service_main_container {
  position: relative;
}

.service_block_contain {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  height: 100%;
  padding-bottom: 6vw;
  display: flex;
}

.service_contains {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 94.792vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70vh;
  display: flex;
}

.service_contains.last {
  padding-bottom: 90vh;
}

.service {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  background-color: #fbfbfb;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding: 5.208vw 3.333vw;
  display: grid;
  position: relative;
}

.service_content_main {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  display: flex;
}

._96_thunder {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
}

.points_container {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: column;
  display: flex;
}

.list_point_container {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  display: flex;
}

.points_contain_image {
  width: 100%;
}

.points_contain {
  width: 1.1vw;
}

.service_content_container {
  position: relative;
}

.process_description {
  text-transform: capitalize;
  width: 53vw;
  line-height: 1.5;
  position: absolute;
  inset: 8.2vw 1.5vw auto auto;
}

.work_hero_descriptions {
  text-transform: capitalize;
  width: 48vw;
  line-height: 1.5;
  position: absolute;
  inset: 11.3vw 5vw auto auto;
}

.process_contents {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  display: flex;
}

.line {
  text-decoration: underline;
}

._84_thunder {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, Georgia, sans-serif;
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 1;
}

.headin_expert_process {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  display: flex;
}

.expert_heading_process {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.expert_container_process {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process_block_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding: 3.333vw 2.5vw;
  display: grid;
}

.process_list {
  grid-column-gap: 1.563vw;
  grid-row-gap: 1.563vw;
  flex-flow: column;
  display: flex;
}

.list_containe {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  display: flex;
}

.video_container {
  border-radius: 1.25vw;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 10;
  border-radius: 1.25vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.process_containers {
  position: relative;
}

.slider_container {
  background-color: #ddd0;
  height: 48vw;
}

.mask {
  height: 100%;
}

.slide-nav {
  bottom: 2vw;
}

.expert_section-copy {
  background-color: #000;
  height: 100%;
  padding-top: 7.813vw;
  padding-bottom: 7.813vw;
}

.expert_section-copy.top {
  border-top: .5px solid #fff;
}

.work_hero_description-copy {
  text-transform: capitalize;
  width: 46vw;
  line-height: 1.5;
  position: absolute;
  inset: 12vw 5vw auto auto;
}

.hero_description-copy {
  text-transform: capitalize;
  width: 15vw;
  line-height: 1.5;
  position: absolute;
  inset: 1.9vw 0 auto auto;
}

.text-span-2 {
  background-color: #4c00ff;
}

@media screen and (min-width: 1920px) {
  .button_arrow {
    z-index: 2;
    position: relative;
  }

  .btn_text {
    z-index: 1;
    position: relative;
  }

  .webflow_benifits {
    padding-top: 4.635vw;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
  }

  .container_50 {
    width: 90%;
  }

  .header_container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo_image {
    width: 55px;
  }

  .button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 4px;
    padding: 6px 16px 6px 6px;
  }

  .button:hover {
    padding: 6px 16px 6px 6px;
  }

  .button.light {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 4px;
    padding: 6px 16px 6px 6px;
  }

  .button.mobile {
    display: none;
  }

  ._20_link {
    font-size: 16px;
  }

  ._20_link.bold {
    font-size: 14px;
  }

  .button_arrow, .button_arrow.light {
    border-radius: 4px;
    width: 50px;
    height: 40px;
  }

  .arrow_button {
    width: 16px;
  }

  .btn_text {
    width: auto;
  }

  .hero_section {
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

  .hero_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero_heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading_hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  ._20_bg {
    font-size: 16px;
    line-height: 1.5;
  }

  ._20_bg._12 {
    font-size: 12px;
  }

  ._20_bg._14 {
    font-size: 14px;
    line-height: 1.3;
  }

  ._20_bg._500 {
    font-size: 15px;
    line-height: 1.3;
  }

  ._260_thunder {
    font-size: 64px;
  }

  .hero_description {
    width: auto;
    position: static;
  }

  ._22_bg {
    font-size: 16px;
  }

  ._22_bg._14 {
    font-size: 14px;
  }

  ._22_bg.extra_bold {
    font-size: 18px;
  }

  .hero_bottom_container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .hero_bg_video {
    border-radius: 8px;
    width: 100%;
    height: 250px;
  }

  .hero_servcie_tag {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px #000;
    border-bottom-style: none;
    flex-flow: row;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .tag_service {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .about_section {
    height: 600px;
  }

  .about_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 32px;
  }

  .about_description {
    width: auto;
  }

  ._280_thunder {
    font-size: 88px;
  }

  ._280_thunder.a {
    color: #fff;
    font-size: 64px;
  }

  ._24_bg {
    font-size: 16px;
  }

  .work {
    height: auto;
    padding-bottom: 64px;
  }

  .our_work {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 8px;
    width: 100%;
    padding: 16px;
  }

  .our_work_thumbnail {
    border-radius: 8px;
  }

  .work_1 {
    width: 100%;
  }

  .work-grid._2 {
    padding-right: 0;
  }

  .work_grid {
    justify-content: center;
    align-items: center;
    width: 94vw;
  }

  .about_us_container {
    height: 95vh;
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .about_carosual {
    bottom: 24px;
  }

  .carousel-horizontal-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about_content {
    width: 80vw;
  }

  ._83_thunder.reveal-type {
    font-size: 38px;
  }

  .process_section {
    height: auto;
  }

  .process_container {
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }

  .process_content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .process_head {
    width: auto;
  }

  ._150_thunder {
    font-size: 64px;
  }

  .process_heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .process_block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    position: relative;
  }

  .process {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    border-radius: 8px;
    width: 100%;
    padding: 28px 20px;
    position: sticky;
    top: 20px;
  }

  .process_card_heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._60_thunder {
    font-size: 38px;
  }

  ._200_thunder {
    font-size: 88px;
  }

  .process_inner_section {
    height: auto;
    overflow: visible;
  }

  .testimmonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
    padding: 96px 32px;
  }

  .sprinkle_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  ._100_thunder {
    font-size: 64px;
  }

  .testimonial_heading {
    width: 100%;
    padding-bottom: 32px;
  }

  .why_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .testimonial_head {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  ._120_thunder {
    font-size: 64px;
  }

  ._120_thunder._42 {
    font-size: 42px;
    line-height: 1;
  }

  .why_blocks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid_block_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cms_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  ._42_thunder {
    font-size: 24px;
  }

  ._16_bg {
    font-size: 14px;
  }

  .consultation_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-size: 10%, 10%;
    border-radius: 8px;
    padding: 84px 32px;
  }

  .consulatation_heading {
    width: 103ch;
  }

  .footer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    padding-top: 48px;
    padding-bottom: 0;
    display: flex;
  }

  .smile_icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  ._40_thunder {
    font-size: 16px;
  }

  .carousal_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer_inner {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer_container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column-reverse;
    display: flex;
  }

  .footer_logo {
    display: block;
  }

  .logo_footer {
    width: 150px;
  }

  .footer_left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 48px;
  }

  .footer-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    padding-bottom: 0;
  }

  .footer_text {
    width: auto;
    display: none;
  }

  .social_link {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-bottom: 0;
  }

  ._36_thunder {
    font-size: 24px;
  }

  .box_image, .btn_container {
    border-radius: 8px;
  }

  .work_hero_description {
    width: auto;
    position: static;
  }

  .work_hero_container {
    padding-top: 64px;
  }

  .our_work_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .ourwork {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 8px;
    padding: 16px;
  }

  ._160_thunder._700 {
    font-size: 48px;
  }

  .webflow_hero_description {
    width: auto;
    position: static;
  }

  .webflow_hero_section {
    padding-bottom: 24px;
  }

  .webflow_projects {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .webflow_image {
    width: 250px;
  }

  .expert_section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .expert_container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .expert_heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .expert_description {
    max-width: none;
  }

  .expert_green {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 16px;
  }

  .webflow_service_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .webflow_service_head {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .webflow_service_heading, .webflow_service_description {
    width: auto;
  }

  .service_webflow {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 16px;
  }

  .service_webflow_description {
    width: auto;
  }

  ._32_bg {
    font-size: 20px;
  }

  .service_image {
    display: none;
    position: relative;
  }

  .about_webflow_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .webflow_benifits {
    padding-top: 16px;
    padding-bottom: 48px;
  }

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

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

  .faq {
    padding: 16px;
  }

  .faq_inner_heading {
    padding-top: 16px;
  }

  .arrow {
    width: 14px;
  }

  .faq_description {
    width: auto;
  }

  .contact_hero_section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
  }

  .form_input {
    border-radius: 4px;
    height: 60px;
    min-height: 60px;
    padding: 0 16px;
    font-size: 14px;
  }

  .form_input_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .area_firld {
    height: 200px;
    min-height: 200px;
    padding: 16px;
    font-size: 14px;
  }

  .hamburger {
    width: 35px;
  }

  .home_inner_link {
    display: none;
  }

  .headin_expert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._28_thunder {
    font-size: 14px;
  }

  ._28_thunder._22 {
    font-size: 22px;
  }

  .expert_partners {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .expert_images {
    border-radius: 8px;
    height: 250px;
  }

  .expert_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .custom_design, .custom_design-1, .custom_design-2, .custom_design-3, .custom_design-4 {
    height: 250px;
  }

  .frarv_logo {
    width: 32px;
  }

  .carousal_containers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .loop_container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing_hero {
    padding-top: 64px;
  }

  .pricing_hero_container {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing_description {
    width: 133ch;
  }

  .pricing_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .pricing_card {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 8px;
    padding: 32px 24px;
    position: sticky;
    top: 20px;
  }

  ._48_thunder {
    font-size: 38px;
  }

  ._18_bg {
    font-size: 16px;
  }

  .pricing_detail_head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .list_card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 24px;
    font-size: 16px;
  }

  .pricing_detail_section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: row-reverse wrap-reverse;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
  }

  .pricing_detail_content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price_detail_head {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._80_thunder {
    font-size: 42px;
  }

  ._80_thunder._64 {
    font-size: 64px;
  }

  .pricing_head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .list_card_detail {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 24px;
    font-size: 16px;
  }

  .bg_video {
    border-radius: 8px;
    height: 350px;
  }

  .convert_service {
    width: auto;
  }

  .testimonial_text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial_profile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .profile_image {
    width: 64px;
    height: 64px;
  }

  .star_image {
    width: 20px;
    height: 20px;
  }

  .testimonial_image3, .testimonial_image4, .testimonial_image5, .testimonial_image1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    padding: 32px 24px;
    position: static;
    transform: none;
  }

  .work_hero_containes {
    padding-top: 64px;
  }

  .logo_loop {
    width: 55px;
  }

  .serice_hero_container {
    padding-top: 64px;
    padding-bottom: 48px;
  }

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

  ._451_thunder {
    font-size: 88px;
  }

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

  .service_content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service_content.a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service_head_container {
    width: auto;
  }

  ._28_bg {
    font-size: 16px;
  }

  .service_description {
    width: auto;
  }

  .service_container {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .service_card {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 8px;
    padding: 32px 24px;
    position: sticky;
    top: 20px;
  }

  .service_grid_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .service_contaienr {
    justify-content: center;
    align-items: center;
    width: 94vw;
  }

  ._74_thunder {
    font-size: 38px;
  }

  .service {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 48px 32px;
    display: flex;
  }

  .service_content_main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._96_thunder {
    font-size: 48px;
  }

  ._96_thunder.reveal-type {
    font-size: 38px;
  }

  .points_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .list_point_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .points_contain {
    width: 24px;
  }

  .process_description, .work_hero_descriptions {
    width: auto;
    position: static;
  }

  .process_contents {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._84_thunder {
    font-size: 42px;
  }

  .headin_expert_process {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .expert_heading_process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .expert_container_process {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 90%;
  }

  .process_block_list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 32px 24px;
    display: flex;
  }

  .process_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .list_containe {
    margin-bottom: 0;
    padding-left: 32px;
    font-size: 20px;
  }

  .slider_container {
    height: 780px;
  }

  .slide-nav {
    font-size: 16px;
    bottom: 32px;
  }

  .icon_contain {
    display: none;
  }

  .left-arrow {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: none;
  }

  .icon {
    margin: 0;
    display: none;
    position: absolute;
  }

  .right-arrow {
    display: none;
  }

  .expert_section-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work_hero_description-copy, .hero_description-copy {
    width: auto;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .why_blocks {
    grid-template-columns: 1fr;
  }
}

#Message.w-node-_3625d97e-06dc-1633-a1c9-5e411822e4c8-2ca90376 {
  grid-area: 3 / 1 / 4 / 3;
}


@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BlackLC.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-LC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-LightLC.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-ExtraBoldLC.ttf') format('truetype'), url('../fonts/Thunder-BoldLC.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-ThinLC.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-SemiBoldLC.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-ExtraLightLC.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-MediumLC.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}