:root {
  --text--text-60: #0009;
  --brand: #2e3192;
  --white: white;
  --secondary-color: #ff4613;
  --black: black;
  --text--text-80: #000c;
  --text-white-60: #fff9;
}

body {
  color: #333;
  font-family: Radio Canada Big;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Radio Canada Big;
  font-size: 16px;
}

.nav_link {
  color: #00001b;
  letter-spacing: -.25px;
  padding: 15px;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.nav_link.w--current {
  letter-spacing: .25px;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.nav_link.landing-nav-item {
  font-weight: 400;
}

.container-wide {
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.contianer-1024 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  padding: 0 100px;
  display: block;
}

.contianer-1024.mt-63 {
  margin-top: 63px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--text--text-60);
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 20px;
  line-height: 29px;
  display: flex;
}

.button.primary-btn {
  background-color: var(--brand);
  color: var(--white);
  text-align: center;
  vertical-align: baseline;
  background-image: linear-gradient(#2e3192, #2e3192), linear-gradient(#00000080, #00000080);
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Radio Canada Big;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.button.primary-btn.button-medium {
  padding: 10px 15px;
}

.button.primary-btn.button-medium.text-white {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.button.primary-btn._w-150 {
  width: 150px;
}

.button.primary-btn.full-width {
  width: 100%;
  height: 60px;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 20px;
  line-height: 4px;
}

.button.primary-btn.full-width.popup-btn {
  height: 50px;
}

.button.button-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2e3192;
  text-align: center;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#00000080, #00000080);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-family: Radiocanadabig, Verdana, sans-serif;
  line-height: 10px;
  text-decoration: none;
  display: flex;
}

.button.button-white.p-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  min-width: 135px;
  height: 34px;
  padding: 10px 13px;
  display: flex;
}

.button.button-white.p-10.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dropldown_li {
  padding-top: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.navbar-no-shadow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  display: flex;
  box-shadow: 0 4px 0 2px #0000001a;
}

.navbar-no-shadow.landing-nav-container {
  width: 100%;
  height: 100%;
  box-shadow: none;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: block;
  position: relative;
}

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

.navbar-no-shadow-container.landing-nav-in {
  background-color: #fff;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 24px;
  padding: 20px 30px;
  display: flex;
}

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

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

.nav-menu {
  grid-column-gap: .92rem;
  grid-row-gap: .92rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu.landing-nav {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0 10px;
  font-size: 18px;
  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-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.mega_menu {
  background-color: #0000;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.mega_menu.w--open {
  background-color: #0000;
}

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

.mobile-margin-top-10 {
  flex: 0 auto;
  margin-left: 0;
  position: static;
}

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

.nav-button-wrapper.landing-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 39px;
  display: flex;
}

.columns {
  max-width: 0;
  display: flex;
}

.columns.container-wide {
  align-items: stretch;
  max-width: 1440px;
}

.title_h2 {
  color: #000;
  margin-bottom: 40px;
  font-family: Radio Canada Big;
  font-size: 42px;
  line-height: 1.2em;
}

.title_h2.mb-23 {
  margin-bottom: 23px;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-weight: 600;
}

.title_h2.mt-0 {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  height: 0%;
  min-height: 0%;
  display: flex;
}

.image {
  width: 104px;
  min-width: 104px;
  height: 104px;
  min-height: 104px;
  margin-bottom: 50px;
}

.btn {
  color: #000;
  background-color: #3898ec00;
}

.btn.nav-outline-btn {
  color: var(--brand);
  border: 1px solid #2e3192;
  border-radius: 6px;
  font-weight: 500;
}

.btn.nav-outline-btn.rounded {
  border-radius: 60px;
}

.btn.nav-outline-btn.d-block {
  display: block;
}

.btn.nav-outline-btn.d-block.rounded.ptb-12 {
  padding: 12px;
}

.btn.nav-outline-btn.d-block.rounded.ptb-12.text-center {
  text-align: center;
  text-decoration: none;
}

.btn.btn-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  text-decoration: none;
  display: flex;
}

.btn.btn-white.rounded {
  border-radius: 60px;
  width: auto;
}

.btn.btn-white.rounded.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.btn.primary-btn {
  background-color: var(--brand);
  color: #fff;
  border-radius: 6px;
  flex: none;
  padding: 12px 20px;
  font-family: Radio Canada Big;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.btn.primary-btn.rounded {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 60px;
}

.btn.primary-btn.rounded.text-center {
  justify-content: center;
  align-items: center;
}

.btn.primary-btn.rounded.text-white {
  background-color: var(--white);
  color: var(--brand);
}

.btn.primary-btn.hire_btn {
  padding: 8px 15px;
}

.btn.primary-btn.nav-button {
  padding: 12px 20px;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.btn.primary-btn.nav-button.w--current {
  padding: 12px 20px;
}

.btn.primary-btn.nav-button.rounded-btn {
  border-radius: 60px;
}

.btn.primary-btn-outline {
  border: 1px solid var(--brand);
  min-width: 280px;
  max-width: 0;
  color: var(--brand);
  border-radius: 6px;
  justify-content: center;
  align-items: baseline;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.btn.primary-btn-outline:hover {
  background-color: var(--brand);
  color: var(--white);
}

.section-paragraph {
  font-family: Radio Canada Big;
}

.section-paragraph.f-20.black-80 {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 86px;
}

.section.our-bim-capabilities-section.pt-120 {
  padding-top: 120px;
}

.section.aligned-engineering-capabilities {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/681cd43317d6851a87644f08_Aligned_Engineering_Capabilities_bg.webp");
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 86px;
}

.section.who-we-are-section {
  padding-top: 86px;
}

.section.hero-section-transperant--100px.career-hero-section {
  height: 100vh;
}

.section.pt-0 {
  padding-top: 0;
}

.section.pt-0.pb-0 {
  padding-bottom: 0;
}

.section.section-transperant {
  background-color: #fff0;
}

.section.pb-0 {
  padding-bottom: 0;
}

.section.pt-64 {
  padding-top: 64px;
}

.section.mt-60 {
  margin-top: 60px;
}

.section.sucess-story-container.pt-60, .section.pt-60 {
  padding-top: 60px;
}

.section.mt-100 {
  margin-top: 100px;
}

.section.pt-100 {
  padding-top: 100px;
}

.section._3d_solidworks_hero {
  background-image: linear-gradient(#fffc, #fff3 65%), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/6824afd480a5592970f01b03_3d_solidworks_hero_img-02.webp");
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: -105px;
  padding-top: 120px;
  display: flex;
}

.section.autodesk_advance_steel_hero {
  background-image: linear-gradient(90deg, #fffc, #fff3 80%), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/6824b0e2d428d18ea154754c_autodesk_advance_steel_hero_img-02.webp");
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: -105px;
  padding-top: 120px;
  display: flex;
}

.section.landing-hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 875px;
  margin-top: -115px;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.section.landing-hero-section.hire-remote-bim {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68527dd1096ebc834570fb82_Hire_Remote_BIM_and_VDC_Talent_for_Real_Outcomes_hero_img.webp");
  background-position: 50% 100%;
  background-size: cover;
  height: 875px;
}

.section.landing-hero-section.hire_remote_product_designers {
  background-image: linear-gradient(#0000, #00000078 40%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528a98958a26cb9398aa13_Hire_Remote_Product_Designers_for_Real_Outcomes_hero_bg.webp");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 875px;
}

.section.landing-hero-section.hire_remote_structural_engineers {
  background-image: linear-gradient(#0000, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528d141e53fd953b879348_Hire_Remote_Structural_Engineers_hero_bg.webp");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.service-hero-secion {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: -104px;
  display: flex;
}

.section.service-hero-secion.bim-autodesk-revit {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab0d69dd43b761afcb763_31ca9b9a94c5a6fd5339ba32504a13d7_bim-autodesk-revit_hero_img.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.service-hero-secion.autodesk_advance_steel_hero {
  background-image: linear-gradient(90deg, #fffc, #fff3 80%), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab27d93d9387072d0f8cf_autodesk_advance_steel_hero_img_updated.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.service-hero-secion.autodesk-plant-3d {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab3542d0b0415c2c4a943_autodesk_3d_plant_hero_img.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.service-hero-secion._3d_solidworks_hero {
  background-image: linear-gradient(#fffc, #fff3 65%), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab48914c562cf25a2a767_54535585cdf0f2b18769b9deb347f541_product-design-solidworks_hero_img.webp");
}

.section.service-hero-secion.product_banner {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab48914c562cf25a2a767_54535585cdf0f2b18769b9deb347f541_product-design-solidworks_hero_img.webp");
  background-position: 0 0;
  background-size: cover;
}

.section.service-hero-secion.plant-engineering {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab674fb2c48761f7aee0b_Plant_Engineering_hero_img.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.service-hero-secion.manufacturing-banner {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684abeaef7cb37811a153023_manufacturing-engineering_hero_img.webp");
  background-position: 0 0;
  background-size: cover;
}

.section.mt-0 {
  padding-top: 0;
  position: relative;
}

.section.bg-black {
  background-color: #000;
}

.section.bg-black.pt-85 {
  padding-top: 85px;
}

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

.section.blue-bg.ptb-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.light-blue-bg {
  background-color: #f8fbff;
}

.section.light-blue-bg.pt-80 {
  padding-top: 80px;
}

.div-block {
  padding-top: 0;
  padding-bottom: 32px;
}

.div-block.pt-40 {
  padding-top: 40px;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 0;
}

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

.heading.fact-head {
  color: #000;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.heading.fact-head.txt-secondary {
  color: var(--secondary-color);
  margin-top: -5px;
}

.heading.h4 {
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-weight: 400;
}

.cell-2, .cell-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.divided {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divided.mtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.divided.opacity-10 {
  background-color: #0000001a;
}

.divided.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.divided.mtb-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divided.white {
  background-color: #ffffff1f;
}

.divided.white.mtb-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.divided.white-12 {
  background-color: #ffffff1f;
}

.column-2 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.container-medium {
  max-width: 1240px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.image-2 {
  border-radius: 12px;
  width: 1208px;
  min-width: 100%;
  max-width: 100%;
  height: 253px;
  max-height: 100%;
}

.grid-2 {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.text-white {
  z-index: 0;
  color: #fff;
  font-weight: 500;
  position: static;
}

.text-white.f-36 {
  flex: none;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 36px;
  line-height: 1.3em;
}

.text-white.h4.feature-card-title {
  z-index: 2;
  color: #fff;
  z-index: 2;
  font-size: 28px;
  line-height: 36px;
  position: relative;
}

.home-service-card {
  width: 481.594px;
  position: relative;
}

.container-1024 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 89px;
  padding-right: 89px;
  display: flex;
}

.container-1024.suceess {
  justify-content: center;
  align-items: center;
}

.container-1024.blockclass {
  display: block;
}

.container-1024.height_auto {
  height: auto;
}

.container-1024.ptb-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-1024.landing-hero-content {
  justify-content: flex-end;
  align-items: flex-start;
}

.container-1024.align_items_center {
  justify-content: center;
  align-items: flex-start;
}

.container-1024.pt-30 {
  padding-top: 30px;
}

.container-1024.position-relative {
  position: relative;
}

.container-1024.position-relative.pb-60 {
  padding-bottom: 60px;
}

.service-card-image {
  z-index: 1;
  border: 1px solid #fff3;
  border-radius: 12px;
  width: 420px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-card-image.two, .service-card-image.three {
  height: 370px;
}

.service-card-image.one {
  height: 370px;
  text-decoration: none;
}

.service-card-image.two, .service-card-image.three {
  height: 370px;
}

.service-card-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.service-card-content {
  z-index: 2;
  background-color: #000;
  height: 228px;
  padding: 30px;
  position: absolute;
  inset: auto 0% -150px;
}

.service_card_description {
  color: #fff;
}

.service_card_description.mt-32 {
  color: #fff9;
  margin-top: 32px;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.industries-section.section.pt-80 {
  padding-top: 80px;
}

.section-head {
  width: 100%;
}

.industries-inner.mt-60 {
  margin-top: 60px;
}

.section-head-text {
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.section-head-with-bb-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  border-bottom: 1px solid #0000004d;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.industries-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.h4.text-white {
  color: #fff;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.h4.mb-0 {
  margin-bottom: 0;
}

.h4.mb-0.f-28.text-brand {
  color: var(--brand);
}

.h4.mb-0.f-28.text-brand.mb-20 {
  margin-bottom: 20px;
}

.h4.mb-0.text-light-purple {
  color: #00001bb3;
  font-weight: 400;
}

.h4.mb-0.f-20 {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.why-section {
  background-color: #030619;
}

.why-section.section.pt-80 {
  padding-top: 80px;
}

.why-outer-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.why-outer-grid.mb-50 {
  margin-bottom: 50px;
}

.why-grid-inner {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  display: flex;
}

.why-grid-inner.grid-horizontal {
  flex-flow: row;
}

.why-grid-inner.grid-horizontal.grid-cap-18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

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

.h3 {
  color: #fff;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-for-dark.text-white {
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-for-dark.text-white.font-bold {
  font-weight: 600;
}

.why-grid-inner-card {
  background-color: #ffffff14;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.dark_card {
  background-color: #020005;
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/681cd43317d6851a87644eee_929afb54940746b5056a5e61acef3c77_card_bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  place-content: stretch;
  place-items: center;
  padding: 48px 50px;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  display: block;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.success-stories-inner {
  background-color: #fff0;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
  margin-top: 40px;
  position: sticky;
  top: 100px;
}

.success-sories-scroll-wrap {
  height: 100%;
  margin-bottom: auto;
  position: relative;
}

.success-stories-card {
  z-index: 1;
  border-radius: 12px;
  height: 450px;
  margin-bottom: 220px;
  text-decoration: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sucess-story-content {
  z-index: 3;
  color: #fff;
  background-color: #000;
  padding: 20px 30px 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.sucess-story {
  color: #fff9;
  height: auto;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.sucess-sroty-tiltle {
  background-color: #fff0;
  height: 100%;
  padding-right: 24px;
  font-weight: 600;
  position: relative;
}

.h2 {
  color: #000;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.h2.f-40.mb-20 {
  margin-bottom: 20px;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.h2.f-48 {
  font-size: 48px;
  line-height: 52px;
}

.h2.f-48.text-white {
  color: #fff;
}

.h2.f-48.text-white.text-left {
  text-align: left;
  letter-spacing: -1px;
}

.h2.f-48.text-left {
  text-align: left;
}

.h2.f-48.mb-12 {
  margin-bottom: 12px;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.sucess-title-desc {
  color: #0009;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.sucess-story-feature-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.sucess-story-card-title {
  color: #fff;
  width: auto;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.sucess-story-card-description {
  color: #fff9;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.sucess-story-head {
  position: sticky;
  top: 100px;
}

.footer-section {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/681cd43317d6851a87644ecf_76e8eeaca6ff504c5ab0201d2263c7d4_footer-bg.webp");
  background-position: 50%;
  background-size: cover;
}

.footer_wrap {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr .75fr 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_wrap.four-column {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_inner_section {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 38px;
  padding-right: 0;
  display: block;
}

.footer_inner_section.pt-0 {
  flex: 1;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_inner_section.pt-0._w-293 {
  flex: 1;
  width: 293px;
  display: block;
}

.footer_inner_section.footercopylink {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_inner_section._w-124 {
  flex: 0 auto;
  width: 124px;
  min-width: 124px;
}

.footer_inner_section._w-196 {
  width: 196px;
  min-width: 196px;
}

.footer_inner_section._w-127 {
  min-width: 127px;
}

.heading-5 {
  color: #00001bb3;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-5.mb-24 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.footer_link {
  color: #00001b;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer_link.mb-17 {
  margin-bottom: 17px;
}

.footer_link.footer-link-with-text {
  margin-bottom: 0;
  line-height: 29px;
}

.footer-card-top-fix {
  background-color: #2e3192;
  border: 0 solid #000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 46px 21px;
}

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

.footer_card_inner.mb-25 {
  margin-bottom: 25px;
}

.mb-0 {
  color: var(--text--text-80);
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.mb-0.f-16 {
  font-weight: 400;
}

.mb-0.landing_ft_link_white {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.mb-0.landing_ft_link_white.mb-12 {
  border: 0 solid #000;
  margin-bottom: 12px;
}

.mb-0.text-blue {
  color: var(--brand);
}

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

.div-block-7 {
  background-color: #0006;
  width: 100%;
  height: 1px;
}

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

.footer_title_with_icon.mb-24 {
  margin-bottom: 24px;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.footer_link_in_text {
  color: #000;
  text-decoration: underline;
  display: inline;
}

.image-5 {
  border: 1px solid #0000001f;
  border-radius: 6px;
}

.image-5.mb-30 {
  border-width: 0;
  margin-bottom: 30px;
}

.image-5.mb-30.w201-h47 {
  width: 201px;
  min-width: auto;
  height: 47px;
  min-height: auto;
}

.social-media-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-slider-first-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding-left: 0;
}

.slide-wrap-inner {
  position: absolute;
  inset: 0%;
}

.slide-wrap-inner.two {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab48914c562cf25a2a767_54535585cdf0f2b18769b9deb347f541_product-design-solidworks_hero_img.webp");
  background-position: 0 0;
  background-size: auto;
}

.slide-wrap-inner.one {
  background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab0d69dd43b761afcb763_31ca9b9a94c5a6fd5339ba32504a13d7_bim-autodesk-revit_hero_img.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-3 {
  height: 675px;
}

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

.hero-slider-content {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
}

.left-arrow {
  display: block;
}

.slide {
  overflow: hidden;
}

.slide.two {
  background-image: linear-gradient(90deg, #fff, #0000);
}

.right-arrow {
  display: block;
}

.button-2.mt-42.secondary-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #ff4613;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  padding: 12px 40px;
  text-decoration: none;
  display: flex;
}

.button-2.primary-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #2e3192;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.button-2.primary-btn.mt-42 {
  margin-top: 42px;
}

.button-2.primary-btn.mt-42.secondary-button {
  padding: 14px 20px;
}

.slide-wrap {
  z-index: -1;
  background-color: #0000ff26;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-8 {
  place-items: stretch end;
}

.icon-h18 {
  width: 22.5px;
  height: 18px;
}

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

.mt-0.mb-0.f-40 {
  color: var(--black);
  flex: auto;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.mt-0.mb-0.f-24 {
  color: #000;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.mt-0.mb-0.f-24.d-none {
  display: none;
}

.mt-0.mb-0.heading-40 {
  color: var(--black);
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  display: block;
}

.mt-0.mb-0.f-20.fw-600 {
  font-weight: 600;
}

.mt-0.mb-0.f-20.text-white.fw-600.text-italic {
  font-style: italic;
}

.f-20 {
  color: #000;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.f-20.text-white {
  color: #fff;
}

.f-20.text-white.text-center {
  text-align: center;
  line-height: 1.2em;
}

.f-20.text-white {
  font-weight: 400;
}

.f-20.mt-0.mb-0.fw-600 {
  font-weight: 600;
}

.f-20.text-black-40 {
  color: #0006;
  font-style: italic;
}

.f-20.text-black-80 {
  color: var(--text--text-80);
}

.f-20.text-white-70 {
  color: #ffffffb3;
  font-weight: 400;
}

.f-20.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.f-20.fw-500 {
  font-weight: 500;
  line-height: 1.3em;
}

.f-20.fw-500.text-italic {
  font-style: italic;
}

.f-20.fw-500.text-italic.m-0.text-center {
  text-align: center;
}

.f-20.fw-600 {
  font-weight: 600;
}

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

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

.f-20.text-black-60 {
  color: var(--text--text-60);
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-weight: 400;
  position: static;
}

.f-28 {
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.f-28.text-brand {
  color: var(--brand);
}

.f-28.text-blue {
  color: var(--brand);
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.f-28.text-white {
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-weight: 400;
}

.f-28.mb-20 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.f-48 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.f-48.mb-17 {
  margin-bottom: 17px;
}

.f-48.mb-17.text-blue {
  color: #2e3192;
}

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

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

.f-48.semi-bold {
  font-weight: 600;
}

.f-48.text-white {
  color: #fff;
}

.f-48.text-white.text-left {
  text-align: left;
}

.f-48.text-white.text-center.fw-600.mb-50 {
  margin-bottom: 50px;
}

.f-48.text-white.mb-12 {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

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

.d-flex.gap-116 {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
}

.d-flex.gap-116.align_items_start {
  justify-content: flex-start;
  align-items: flex-start;
}

.d-flex.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.d-flex.gap-60.align-items-center {
  justify-content: flex-start;
  align-items: center;
}

.d-flex.gap-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: stretch;
}

.d-flex.gap-80.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-flex.gap-75 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.d-flex.gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

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

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

.d-flex.space-between.mb-24 {
  margin-bottom: 24px;
}

.d-flex.space-between.pb-10 {
  padding-bottom: 10px;
}

.d-flex.gap-36 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.d-flex.gap-70 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.d-flex.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
}

.d-flex.gap-32.space-between {
  justify-content: space-between;
}

.d-flex.gap-32.mb-62 {
  margin-bottom: 62px;
}

.d-flex.blog_post-detail_author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

.d-flex.align_items_end {
  justify-content: flex-end;
  align-items: center;
}

.d-flex.align_items_end.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.d-flex.align_items_end.gap-12.mt-45 {
  margin-top: 45px;
}

.d-flex.new-and-events-hero-section.light-blue-bg {
  background-color: #f8fbff;
  justify-content: flex-start;
  align-items: stretch;
}

.d-flex.new-and-events-hero-section.light-blue-bg.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.d-flex._w-100 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.d-flex.grow {
  flex: none;
}

.d-flex.gap-22 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.d-flex.who_fit_card.gap-10 {
  background-color: #ffffff1f;
  padding: 12px 20px;
}

.d-flex.who_fit_card.gap-10.rounded {
  border-radius: 100px;
}

.d-flex.flex_wrap.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
}

.d-flex.align-start.inhouse_col_dark_blue_list {
  padding-top: 12px;
  padding-bottom: 12px;
}

.d-flex.align-start.inhouse_col_dark_blue_list.bb-1 {
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}

.d-flex.align-start.inhouse_col_dark_blue_list.bb-1.pb-0 {
  padding-bottom: 0;
}

.d-flex.v_flex.align_sart {
  justify-content: flex-start;
  align-items: flex-start;
}

.d-flex.v_flex.align_sart.landing_ft_second_col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 132px;
  display: flex;
}

.d-flex.v_flex.align_sart.landing_ft_second_col.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.d-flex.gap-145 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
}

.d-flex.flex--column {
  flex-flow: column;
}

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

.d-flex.align-items-center.gap-125 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.d-flex.gap-28 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.grow-column {
  flex-flow: column;
  flex: 1;
  display: block;
}

.grow-column.job-feature-card {
  background-color: #f8fbff;
  border: 1px solid #0000001f;
  border-radius: 12px;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-top: 55px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.link-block-inner-para {
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.link-block-inner-para.f-20.text-blue {
  color: #2e3192;
}

.para-mb-0 {
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.para-mb-0.f-20 {
  text-decoration: none;
}

.para-mb-0.f-20.text-blue {
  color: var(--brand);
}

.image-14 {
  line-height: 24px;
  display: block;
}

.image-14.logo {
  width: 170px;
  height: 43px;
}

.made-with-kytz {
  grid-column-gap: 7px;
  text-align: right;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-39 {
  color: #00001b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-9 {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.paragraph-9.kytzlab, .link-block-3 {
  color: var(--brand);
  text-decoration: none;
}

.service-card-heading {
  color: #000;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.sticky-wrap-2 {
  width: 100%;
  height: 100vh;
  padding-top: 82px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-wrapper {
  border-radius: 0;
  flex: 1;
  width: 100%;
  padding: 0;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-card-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 solid #83838329;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 28vw;
  max-width: 24vw;
  height: auto;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.scroll-card-2:hover {
  background-color: #fff;
  min-height: auto;
  bottom: auto;
}

.scroll-inner-2 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 130vw;
  height: 100%;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 5%;
  display: flex;
}

.description {
  opacity: .75;
  color: #000;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.lear-more-for-service {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.media-wrapper {
  width: 100%;
  height: 50px;
  position: relative;
  inset: 0% 0% auto;
}

.sticky-container-2 {
  width: 100%;
  height: 175vw;
  display: flex;
  position: relative;
}

.h-18 {
  width: 28px;
  height: 18px;
}

.slider-hero-description {
  color: var(--text--text-60);
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}

.hero-slider-heading {
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.form-container {
  background-color: var(--white);
  border-radius: 12px;
  padding: 58px;
}

.form-container.popup-form-container {
  padding: 10px;
}

.input-field {
  background-color: #f5f5f5;
  border: 1px solid #0000000f;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 28px;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 20px;
}

.input-field.textarea-150 {
  height: 150px;
}

.input-field.textarea-150.popup-textarea {
  height: 100px;
}

.input-field.popup-input {
  height: 50px;
  margin-bottom: 16px;
}

.div-block-31, .div-block-32 {
  flex: 1;
}

.success-message {
  border-radius: 6px;
}

.success-message._w-form-done {
  text-align: center;
  text-align: center;
}

.text-block-5 {
  color: #000;
  font-size: 24px;
  line-height: 1.3em;
}

.text-block-5._w-form-done {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.hide {
  display: none;
}

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

.mb-32.h1 {
  color: #000;
}

.mb-32.h1.f-51 {
  margin-top: 0;
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 51px;
  line-height: 1.3em;
}

.sucess-story-card-link {
  width: 100%;
  height: 100%;
  line-height: 0;
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  display: grid;
}

.grid.ptb-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.grid.ptb-46.bgwhite {
  background-color: #fff;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

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

.mega_menu_item {
  margin-bottom: 68px;
}

.d-flex-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.nav_description {
  font-family: Radiocanadabig, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.icon-h16 {
  width: 23px;
  height: 16px;
}

.container-1240 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-1240.mb-90 {
  margin-bottom: 90px;
}

.container-1240.faq-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-1240.pb-50 {
  padding-bottom: 50px;
}

.container-1240.d-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.container-1240.d-flex.pt-50 {
  padding-top: 50px;
}

.container-1240.d-flex.ptb-50 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-1240.d-flex.pb-50 {
  justify-content: flex-start;
  align-items: flex-start;
}

.learn-more-icon {
  width: 20px;
  height: 24px;
}

.bg-white {
  background-color: #fff;
}

.text-black-60.f-20.ptb-12 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-black-60.f-20.ptb-12.bb-1 {
  border-bottom: 1px solid #0003;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
}

.text-black-60.f-20.ptb-12.m-0.bb-1 {
  border-bottom: 1px solid #0003;
  margin-bottom: 0;
}

.model {
  z-index: 2147483647;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.model-bg {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.model-container {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 35rem;
  padding: 24px;
  position: absolute;
}

.close-btn {
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.close-text {
  font-size: 36px;
  font-weight: 400;
  transform: rotate(45deg);
}

.home-our-capability-iocn {
  width: 60px;
  min-width: auto;
  height: 50px;
  min-height: auto;
}

.home-our-capability-iocn._w-50-h-50 {
  width: 50px;
  min-width: auto;
  max-width: none;
}

.home-our-capability-iocn.w48-h50 {
  width: 48px;
  min-width: auto;
  height: 50px;
  min-height: auto;
}

.paragraph-16, .code-embed, .nav-dropdown-title {
  font-family: Radiocanadabig, Verdana, sans-serif;
}

.code-embed-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.image-26 {
  width: 28px;
  min-width: 0;
  height: 23px;
}

.white-arrow-w {
  width: 28px;
  height: 23px;
}

.container-1241 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

._w-form-fail {
  text-align: center;
}

.form-block {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .nav_link, .nav_link.w--current, .button.primary-btn, .button.button-white.p-15, .button.primary-btn, .button.button-white.p-15, .button.button-white.p-15, .dropldown_li, .navbar-no-shadow-container {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .title_h2.mb-23 {
    font-size: 58px;
  }

  .btn.primary-btn.nav-button, .btn.primary-btn.rounded, .btn.nav-outline-btn.d-block.rounded.ptb-12.text-center, .btn.primary-btn.nav-button, .btn.primary-btn.rounded, .btn.primary-btn.nav-button, .btn.primary-btn.rounded, .btn.nav-outline-btn.d-block.rounded.ptb-12.text-center, .btn.nav-outline-btn.d-block.rounded.ptb-12.text-center, .btn.nav-outline-btn.d-block.rounded.ptb-12.text-center, .btn.nav-outline-btn.d-block.rounded.ptb-12.text-center, .btn.nav-outline-btn.d-block.rounded.ptb-12.text-center {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .section.landing-hero-section {
    height: 917px;
  }

  .section.landing-hero-section.hire_remote_product_designers {
    background-image: linear-gradient(#0000, #00000078 40%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528a98958a26cb9398aa13_Hire_Remote_Product_Designers_for_Real_Outcomes_hero_bg.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.landing-hero-section.hire_remote_structural_engineers {
    background-image: linear-gradient(#0000, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528d141e53fd953b879348_Hire_Remote_Structural_Engineers_hero_bg.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .text-white.f-36 {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .container-1024 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-1024.align-start {
    justify-content: center;
    align-items: flex-start;
  }

  .h2, .h2.f-40.mb-20, .h2.f-40.mb-20, .h2.f-40.mb-20, .mb-0, .mb-0.text-white, .mb-0.text-white {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .f-20.text-black-60 {
    font-size: 28px;
  }

  .f-24.text-white, .f-24.text-white.mb-20, .f-24.mt-13.mb-13.capabilities-card-title, .f-24.text-center.text-white, .f-24.mt-0.mb-22, .f-24.font-bold, .f-24.text-white, .f-24.text-white.mb-20, .f-24.text-white.mb-20, .f-24.mt-13.mb-13.capabilities-card-title, .f-24.mt-13.mb-13.capabilities-card-title, .f-24.mt-13.mb-13.capabilities-card-title, .f-24.text-center.text-white, .f-24.text-center.text-white, .f-24.mt-0.mb-22, .f-24.mt-0.mb-22, .f-24.font-bold, .heading-48.mt-0.mb-0, .heading-48.mt-0.mb-0, .heading-48.mt-0.mb-0, .f-18, .f-18.text-center, .f-18.text-white-70, .f-18.text-black-80, .f-18.fw-500, .f-18.text-center, .f-18.text-white-70, .f-18.text-black-80, .f-18.fw-500, .heading-4.mb-23, .heading-4.mb-23, .d-flex {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .d-flex.who_fit_card {
    background-color: #ffffff1f;
    border-radius: 100px;
    padding: 8px 20px;
  }

  .d-flex.flex_wrap {
    flex-flow: wrap;
  }

  .d-flex.flex_wrap.gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .d-flex.align-start {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d-flex.v_flex {
    flex-flow: column;
  }

  .d-flex.v_flex.align_sart {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-40.mb-25, .f-40.text-center, .f-40.mb-25, .f-40.text-center, .team-content, .team-name.mb-6, .team-name.mb-6, .team-description, .we-offer-title, .we-offer-description, .who-we-are-points, .job-card-title, .service-hero-tag, .hero-tag-txt, .service-hero-title, .service-hero-description, .service-hero-card-txt, .at-treknocom-we-help-you-bring-rock-solid-structures-to-life-with-scalable-standards-compliant-desig, .text-7, .text-8, .service-list-text {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .service-card-heading {
    font-size: 30px;
  }

  .description {
    font-size: 18px;
  }

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

  .input-field, .service-card-title-black {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .blog-card-cover-image {
    height: 200px;
  }

  .blog-card-title, .blog-categroy-button, .h32, .h24, .need-expert-support-for-fea-or-simulation-projects, .mb-32.h1.f-51, .mb-32.h1.f-51, .mb-32.h1.f-51, .blog_post-detail-date, .blog_post-detail_author, .blog_post_txt.mb-32, .blog_post_txt.mb-32, .releted-blogs-title, .is-news-card-title, .is-news-card-description {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .blog-filter-btn-grid {
    flex-flow: wrap;
  }

  .blog-filter-radio-btn-label {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .f-16 {
    font-family: Radiocanadabig, Verdana, sans-serif;
    line-height: 1.4em;
  }

  .f-16.mb-0 {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .blog-title-link {
    margin-top: 0;
  }

  .sucess-story-card-content-new, .sucess-story-card-category, .sucess-story-radion-label, .f-32.text-center.mb-40.text-black, .f-32.text-white, .f-32.text-black.mb-32, .f-32.text-center.mb-40.text-black, .f-32.text-center.mb-40.text-black, .f-32.text-center.mb-40.text-black, .f-32.text-white, .f-32.text-black.mb-32, .f-32.text-black.mb-32, .blog-post-content, .news-and-event-hero-title, .news_and_event_post_content_section, .news_and_event_post_content, .why-teknocom-card-title, .heading-52, .why-treknocom-card-desc, .heading-53, .paragraph-15 {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .landing_delivery_card {
    justify-content: center;
    align-items: flex-end;
    width: auto;
    display: flex;
  }

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

  .who-we-fit {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 55px 63px;
    display: flex;
  }

  .blog-category-tag-list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .blog-tag-container {
    margin-top: 5px;
  }

  .div-block-39 {
    margin-top: 10px;
  }

  .div-block-40 {
    flex: none;
  }

  .section_head.mb-50 {
    margin-bottom: 50px;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pt-100.pb-68 {
    padding-bottom: 68px;
  }

  .inhourse-grid {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1.25fr;
    align-self: center;
    place-items: stretch stretch;
    width: 100%;
  }

  .text-black-60 {
    color: #0009;
  }

  .text-black-60.f-20 {
    font-size: 20px;
  }

  .text-black-60.f-20.ptb-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-black-60.f-20.ptb-12.bb-1 {
    border-bottom: 1px solid #0003;
  }

  .text-black-60.f-20.ptb-12.m-0.bb-1, .text-black-60.f-20.ptb-12.bb-1 {
    border-bottom: 1px solid #0003;
  }

  .text-black-60.f-20.ptb-12.m-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-black-60.f-20.ptb-12.m-0.bb-1 {
    border-bottom: 1px solid #0003;
  }

  .inhouse_col_blue {
    background-color: #f2f5fc;
    border-radius: 12px;
    padding: 40px 28px;
  }

  .m-0, .m-0.f-24.text-blue.text-center.fw-500, .m-0.f-24.text-blue.text-center.fw-500, .m-0.f-24.text-blue.text-center.fw-500, .m-0.f-24.text-blue.text-center.fw-500, .m-0.f-24.text-blue.text-center.fw-500, .inhoust_blue_card_list {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .flex_aign_items_center.in-house-table-heading {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .f-23.text-center, .link_u_remove, .landing-deliver-team-card-txt {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  ._404-img {
    width: 70%;
  }

  .paragraph-17, .paragraph-18, .heading-54, .text-block-8, .nav-dropdown-title {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }

  .container-1241 {
    flex-flow: row;
  }

  .code-embed-3 {
    display: block;
  }

  .arrow-accordion {
    height: 25px;
  }

  .button-3.primary-btn, .mb-0-2, .mb-0-2.text-white, .mb-0-2.text-white {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .nav_link {
    font-size: 18px;
  }

  .nav_link.w--current {
    letter-spacing: -.25px;
    font-size: 18px;
  }

  .contianer-1024 {
    display: block;
  }

  .button.button-white.p-15 {
    height: 44px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-no-shadow {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .navbar-no-shadow-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-regular {
    justify-content: space-around;
    display: block;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.mega_menu.w--open {
    position: fixed;
    left: 0;
    right: 0;
  }

  .title_h2.mb-23 {
    font-size: 68px;
  }

  .btn.primary-btn {
    padding: 12px 20px;
  }

  .section.landing-hero-section, .section.landing-hero-section.hire-remote-bim {
    height: 100vh;
  }

  .section.our-bim-capabilities-section.pt-120 {
    padding-top: 120px;
  }

  .section.pt-80 {
    padding-top: 80px;
  }

  .section.landing-hero-section, .section.landing-hero-section.hire-remote-bim {
    height: 100vh;
  }

  .section.landing-hero-section.hire-remote-bim {
    height: 100vh;
  }

  .section.landing-hero-section.hire_remote_product_designers {
    background-image: linear-gradient(#0000, #00000078 40%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528a98958a26cb9398aa13_Hire_Remote_Product_Designers_for_Real_Outcomes_hero_bg.webp");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100vh;
  }

  .section.landing-hero-section.hire_remote_structural_engineers {
    background-image: linear-gradient(#0000, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528d141e53fd953b879348_Hire_Remote_Structural_Engineers_hero_bg.webp");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 97vh;
  }

  .container-1024 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .container-1024.height_auto {
    height: auto;
  }

  .h4.mb-0.f-28 {
    font-size: 20px;
  }

  .success-stories-card {
    width: 100%;
  }

  .h2.f-40.mb-20 {
    font-size: 44px;
  }

  .sucess-title-desc {
    line-height: 1.3em;
  }

  .footer_inner_section._w-124 {
    flex: 0 auto;
  }

  .footer_link {
    font-size: 18px;
  }

  .mb-0 {
    font-size: 20px;
  }

  .mb-0.text-white, .mb-0.text-blue, .mb-0.text-white, .mb-0.text-blue {
    font-size: 18px;
  }

  .image-5.mb-30 {
    border-width: 0;
  }

  .capabilitites_bim_and_autodesk_revit.section.hero-section.product-banner {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
  }

  .capabilitites_bim_and_autodesk_revit.section.hero-section.product-banner.align_items_centers {
    justify-content: center;
    align-items: flex-start;
  }

  .capabilitites_bim_and_autodesk_revit.section.capabilitites-hero {
    margin-top: -105px;
  }

  .hero-cta-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
  }

  .hero-title {
    font-size: 58px;
  }

  .hero-title.mt-0.mb-0 {
    font-size: 48px;
  }

  .mt-0.mb-0.f-40 {
    color: var(--black);
    font-size: 44px;
  }

  .mt-0.mb-0.heading-40 {
    color: var(--black);
    font-weight: 600;
  }

  .mt-0.mb-0.f-20.text-white.fw-600.text-italic {
    font-size: 20px;
  }

  .f-20 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .f-20.text-white.text-center {
    font-size: 25px;
  }

  .f-20.mt-0.mb-0.fw-600 {
    font-size: 24px;
  }

  .f-20.text-black-80 {
    line-height: 1.5em;
  }

  .f-20.text-black-60 {
    font-size: 26px;
  }

  .f-20.fw-500.text-italic.m-0.text-center {
    font-size: 22px;
  }

  .f-24.text-white {
    color: #fff;
  }

  .f-28 {
    font-size: 30px;
  }

  .f-28.text-brand {
    color: var(--brand);
  }

  .f-18.text-center, .f-18.text-white-70.mt-16 {
    font-size: 20px;
  }

  .f-18.text-center, .f-18.text-white-70.mt-16, .f-18.text-white-70.mt-16 {
    font-size: 20px;
  }

  .f-18.text-black-80 {
    color: var(--text--text-80);
  }

  .f-18.fw-500 {
    font-weight: 500;
  }

  .hero-section.hero-section-transperant.structural-engineering-hero {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -105px;
    display: flex;
  }

  .f-48 {
    font-size: 52px;
    line-height: 1.3em;
  }

  .f-48.mb-20, .f-48.mb-20.text-center {
    font-size: 54px;
  }

  .f-48.text-center.text-white, .f-48.mb-20, .f-48.mb-20.text-center, .f-48.mb-20.text-center {
    font-size: 54px;
  }

  .f-48.text-white.text-left.position-sticky {
    font-size: 50px;
  }

  .f-48.text-center.text-white {
    font-size: 54px;
  }

  .heading-4.mb-23 {
    font-size: 34px;
  }

  .d-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .d-flex.gap-75 {
    justify-content: flex-start;
    align-items: center;
  }

  .d-flex.space-between {
    flex-flow: row;
    align-items: center;
  }

  .d-flex.gap-32.mh-flex {
    flex: 0 auto;
  }

  .d-flex.align-start.inhouse_col_dark_blue_list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .d-flex.align-start.inhouse_col_dark_blue_list.bb-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-40.mb-25 {
    font-size: 48px;
  }

  .team-content {
    font-size: 20px;
    line-height: 1.4em;
  }

  .team-name.mb-6 {
    font-size: 26px;
  }

  .team-description {
    font-size: 18px;
  }

  .position-sticky.d-flex-with-space-between {
    height: 70vh;
  }

  .career-hero-section.section.hero-section-transperant--100px {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .btn-text {
    font-size: 18px;
  }

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

  .we-offer-title {
    font-size: 26px;
  }

  .we-offer-description {
    font-size: 22px;
    line-height: 1.4em;
  }

  .who-we-are-points {
    font-size: 22px;
  }

  .job-card-title {
    font-size: 26px;
  }

  .service-hero-title {
    font-size: 52px;
  }

  .service-hero-description {
    font-size: 18px;
  }

  .service-hero-card-txt {
    font-size: 20px;
  }

  .service-list-out {
    grid-row-gap: 15px;
    flex: auto;
  }

  .service-list-with-bullet-point {
    margin-bottom: 8px;
  }

  .service-list-text {
    line-height: 1.4em;
  }

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

  .text-39 {
    font-size: 18px;
  }

  .paragraph-9 {
    font-size: 24px;
  }

  .paragraph-9.kytzlab {
    font-size: 20px;
  }

  .service-card-heading {
    font-size: 34px;
  }

  .sticky-wrap-2 {
    height: 100vh;
    padding-top: 150px;
  }

  .scroll-inner-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 80px;
    padding-left: 320px;
  }

  .description {
    font-size: 18px;
  }

  .lear-more-for-service {
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
  }

  .media-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    width: 75px;
    height: 75px;
    display: block;
  }

  .sticky-container-2 {
    justify-content: flex-start;
    align-items: center;
    height: 175vw;
    display: block;
  }

  .paragraph-13 {
    color: var(--text--text-80);
  }

  .blog-card-cover-image {
    height: 200px;
    position: relative;
    overflow: hidden;
  }

  .blog-categroy-button {
    flex: 0 auto;
    margin-bottom: 0;
    display: block;
  }

  .h24 {
    font-size: 28px;
  }

  .mb-32 {
    margin-bottom: 60px;
  }

  .blog-filter-btn-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .f-16.mb-0 {
    font-size: 16px;
  }

  .blog-title-link {
    margin-top: 0;
  }

  .news_and_event_cta_container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .why-teknocom-card-title {
    font-size: 28px;
  }

  .learn-more-icon {
    width: 28px;
  }

  .bold-text-3 {
    font-size: 58px;
  }

  .why-treknocom-card-desc {
    font-size: 18px;
  }

  .heading-53 {
    font-size: 42px;
    line-height: 1.4em;
  }

  .paragraph-15 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .landing-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing_delivery_card {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .blog-category-tag-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .blog-tag-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .collection-item-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-wrapper-2 {
    width: 100%;
    margin-top: 12px;
    display: flex;
  }

  .div-block-39 {
    margin-top: 16px;
    position: static;
  }

  .inhourse-grid {
    grid-template-columns: .75fr 1fr 1.25fr;
  }

  .text-black-60.f-20.ptb-12 {
    font-size: 20px;
  }

  .text-black-60.f-20.ptb-12.bb-1 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .m-0.f-20.fw-500.mb-27 {
    font-size: 20px;
  }

  .inhoust_blue_card_list {
    font-size: 20px;
    line-height: 1.4em;
  }

  .landing_testimonial_name {
    padding: 20px 30px;
  }

  .home-our-capability-iocn {
    width: 60px;
    height: 50px;
  }

  .home-our-capability-iocn._w-50-h-50 {
    height: 50px;
  }

  .mb-0-2 {
    font-size: 20px;
  }

  .mb-0-2.text-white {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .nav_link, .nav_link.w--current {
    font-size: 15px;
  }

  .contianer-1024 {
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .button.button-white.p-10 {
    padding: 10px;
  }

  .button.button-white.p-15 {
    padding: 5px;
  }

  .dropldown_li {
    flex: 0 auto;
  }

  .navbar-no-shadow-container {
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.landing-nav {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    border-radius: 12px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle {
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .mobile-margin-top-10 {
    margin-left: 0;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .title_h2 {
    font-size: 26px;
  }

  .btn.primary-btn.nav-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .btn.primary-btn-outline {
    min-width: 150px;
    max-width: 150px;
    font-size: 16px;
  }

  .section.mt-0 {
    padding-bottom: 60px;
  }

  .section.our-bim-capabilities-section.pt-120 {
    padding-top: 60px;
  }

  .section.aligned-engineering-capabilities {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.pt-80 {
    padding-top: 40px;
  }

  .section.landing-hero-section.hire_remote_product_designers {
    background-image: linear-gradient(#0000, #000000b3 45%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528a98958a26cb9398aa13_Hire_Remote_Product_Designers_for_Real_Outcomes_hero_bg.webp");
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block {
    padding-bottom: 20px;
  }

  .div-block.pt-40 {
    padding-top: 30px;
  }

  .heading.fact-head {
    font-size: 35px;
  }

  .heading.fact-head.txt-secondary {
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .image-2 {
    object-fit: cover;
    height: 180px;
  }

  .grid-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1.5fr;
  }

  .text-white.h4.feature-card-title {
    font-size: 24px;
  }

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

  .service-card-image {
    width: auto;
    height: auto;
  }

  .service-card-title {
    font-size: 22px;
    line-height: 28px;
  }

  .service-card-content {
    padding: 16px;
    position: relative;
    bottom: 0;
  }

  .service_card_description.mt-32 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .section-head-text {
    font-size: 32px;
  }

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

  .h4 {
    font-size: 16px;
  }

  .why-outer-grid.mb-50 {
    grid-template-columns: 10fr;
    grid-auto-columns: 1fr;
  }

  .why-grid-inner.grid-horizontal.grid-cap-18 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .why-grid-inner-card {
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    justify-content: flex-start;
    width: 32%;
  }

  .dark_card {
    grid-template-columns: 1.25fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-stories-inner {
    grid-template-columns: 1fr;
    height: auto;
  }

  .success-stories-card {
    height: auto;
  }

  .sucess-story-content {
    padding: 20px;
    position: relative;
  }

  .h2.f-48 {
    font-size: 32px;
    line-height: 42px;
  }

  .sucess-story-feature-image {
    height: 200px;
  }

  .sucess-story-card-title {
    font-size: 22px;
  }

  .footer_wrap {
    flex-flow: wrap;
    grid-template-columns: .75fr 1fr;
    grid-auto-rows: 410px;
    place-content: start;
    place-items: start;
  }

  .footer_wrap.four-column {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: .75fr 1fr;
  }

  .footer_inner_section {
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .footer_inner_section.pt-0 {
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .mb-0 {
    font-size: 15px;
  }

  .hero-slider-first-grid {
    padding-left: 10px;
  }

  .button-2.primary-btn {
    border-radius: 6px;
  }

  .grid-8 {
    grid-template-columns: .75fr .75fr;
  }

  .icon-h18 {
    height: 18px;
  }

  .hero-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 85%;
  }

  .hero-title {
    font-size: 38px;
    line-height: 44px;
  }

  .h5.text-white.f-18 {
    width: 75%;
    font-size: 16px;
  }

  .grid-9 {
    grid-template-columns: .5fr;
    display: block;
  }

  .first-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .mt-0.mb-0.f-40 {
    font-size: 32px;
  }

  .mt-0.mb-0.heading-40, .mt-0.mb-0.f-40 {
    font-size: 32px;
  }

  .mt-0.mb-0.heading-40, .mt-0.mb-0.f-40 {
    font-size: 32px;
  }

  .mt-0.mb-0.f-24 {
    font-size: 22px;
  }

  .mt-0.mb-0.heading-40 {
    font-size: 32px;
  }

  .f-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .f-20.mtb-0 {
    font-size: 18px;
  }

  .card.light-blue-card {
    padding: 25px;
  }

  .f-24.text-white.mb-20 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .f-24.text-center {
    font-size: 20px;
  }

  .heading-48.mt-0.mb-0 {
    font-size: 38px;
  }

  .gap-25 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .head-with-through-line.mb-50 {
    margin-bottom: 25px;
  }

  .service-card-with-bg-light-blue {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px;
  }

  .f-28 {
    font-size: 24px;
    line-height: 32px;
  }

  .f-28.text-white {
    font-size: 22px;
    line-height: 1.2em;
  }

  .service_list {
    font-size: 16px;
    line-height: 1.4em;
  }

  .capabilities-card-section {
    grid-template-columns: 1fr;
  }

  .f-18.text-white.m-0 {
    font-size: 16px;
  }

  .software_expert_grid {
    grid-template-columns: .75fr 1fr;
  }

  .f-48 {
    font-size: 32px;
  }

  .f-48.mb-17.text-blue {
    font-size: 36px;
  }

  .f-48.mb-20 {
    text-align: left;
    font-size: 38px;
  }

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

  .second-column {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .who-we-are-card-out.mt-50 {
    flex-flow: column;
    display: flex;
  }

  .section-blue-card._w-100 {
    flex: auto;
    align-self: stretch;
    max-width: 100%;
    display: block;
  }

  .section-blue-card._w-512 {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-15.mt-20 {
    grid-template-columns: 1fr 1fr;
  }

  .light-blue-card.d-flex.h-100 {
    padding-left: 46px;
    padding-right: 46px;
  }

  .mb-75.align-items_center {
    margin-bottom: 35px;
  }

  .our-global-in.pr-75._w-45 {
    padding-right: 35px;
  }

  .gap-0 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .our-global-fact-container.pr-50.pl-50.br-1-black-100 {
    padding-left: 0;
  }

  .our-global-fact-container.pr-50.pl-50.br-1-black-100.mr-m-0 {
    border: 0 solid #000;
  }

  .our-global-fact-container.pl-50 {
    padding-left: 0;
    padding-right: 50px;
  }

  .d-flex.gap-116 {
    flex-flow: column;
  }

  .d-flex.gap-116.align_items_start {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .d-flex.gap-60 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .d-flex.gap-60.align-items-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d-flex.gap-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .d-flex.gap-80.grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .d-flex.gap-75 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .d-flex.gap-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .d-flex.gap-36.tab-vertical {
    flex-flow: column;
  }

  .d-flex.gap-70 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
  }

  .d-flex.gap-70.flex_wrap {
    flex-flow: wrap;
  }

  .d-flex.mobile_vflex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .d-flex.flex_wrap.gap-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d-flex.align-start.inhouse_col_dark_blue_list.bb-1 {
    padding-top: 4px;
  }

  .d-flex.gap-145 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  ._w-301px {
    flex: 0 auto;
    width: 300px;
  }

  .f-40 {
    font-size: 38px;
  }

  .team-card {
    padding: 24px;
  }

  .cta-section-before-footer-in {
    padding: 50px;
  }

  .cta-inner-card.mt-36 {
    margin-top: 18px;
  }

  .career-hero-section.section.hero-section-transperant--100px {
    background-position: 50%;
  }

  .why-work-at-treknocom-first-column.mr-1 {
    width: 257px;
  }

  .grow-column.job-feature-card {
    padding-top: 35px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .we-offer-card {
    padding: 34px 16px;
  }

  .we-offer-description {
    font-size: 16px;
    line-height: 24px;
  }

  ._w-490px {
    width: auto;
  }

  ._w-505.wt-50 {
    width: 50%;
  }

  .who-we-hire {
    width: 100%;
    height: 250px;
  }

  .job-card {
    padding: 16px;
  }

  .job-card-title {
    font-size: 22px;
  }

  .service-hero-title {
    width: 100%;
  }

  .frame-154 {
    max-width: 100%;
    height: auto;
  }

  .text-13 {
    text-align: left;
    font-size: 32px;
  }

  .service-list-text {
    font-size: 16px;
  }

  .aligned-services-for-a-complete-structural-package {
    font-size: 32px;
  }

  .frame-171 {
    width: auto;
    max-width: 100%;
    padding-bottom: 40px;
    display: flex;
  }

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

  .frame-172 {
    width: auto;
    max-width: 100%;
    padding-top: 40px;
    display: flex;
  }

  .scroll-card-2 {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-inner-2 {
    width: 600vw;
  }

  .media-wrapper {
    height: 50px;
  }

  .slider-hero-description {
    font-size: 18px;
  }

  .hero-slider-heading {
    font-size: 38px;
  }

  .input-field {
    height: 50px;
    font-size: 16px;
  }

  .input-field.textarea-150 {
    height: 120px;
  }

  .service-card-title-black {
    font-size: 24px;
  }

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

  .blog-card {
    flex-flow: column;
    width: 100%;
    padding: 16px;
    display: block;
  }

  .blog-card-cover-image {
    height: 210px;
  }

  .is-news-card-img {
    height: 150px;
  }

  .blog-card-title {
    font-size: 28px;
    line-height: 1.2em;
  }

  .whiteblock.navi {
    padding: 1.8rem;
  }

  .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet, .whiteblock.navi {
    padding: 1.8rem;
  }

  .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet {
    padding: 1.8rem;
  }

  .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet {
    padding: 1.8rem;
  }

  .whiteblock.bs.color.mt-33 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1.8rem;
  }

  .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet {
    padding: 1.8rem;
  }

  .h24.black, .h24.black.lh, .h24.black, .h24.black.lh, .h24.black.lh {
    line-height: 1.3em;
  }

  .book-cta {
    flex-flow: column;
    align-items: flex-start;
  }

  .need-expert-support-for-fea-or-simulation-projects {
    padding-bottom: 10px;
  }

  .news-and-events-cta-button-container {
    margin-top: 20px;
  }

  .blog_header-wrapper.mb-40.d-flex.space-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sucess-story-card-content {
    padding: 26px;
  }

  .sucess-story-card-content-new {
    font-size: 16px;
  }

  .f-32 {
    font-size: 28px;
  }

  .news-releated-card {
    margin-bottom: 16px;
  }

  .news-related-card-content {
    padding: 18px;
  }

  .news_and_event_cta_container {
    flex-flow: column;
    padding: 30px 25px;
    display: flex;
  }

  .grid.ptb-46.bgwhite {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
  }

  .nav_description {
    font-size: 14px;
  }

  .nav_title_icon_hover {
    height: 15px;
  }

  .nav_heading {
    font-size: 16px;
    font-weight: 600;
  }

  .landing-hero-cta-with-tag-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .landing-hero-tag-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .landing-why-card, .landing-why-card.brb-1, .landing-why-card.br-1, .landing-why-card.br-1.bb-md-1, .landing-why-card.brb-1, .landing-why-card.br-1, .landing-why-card.br-1.bb-md-1, .landing-why-card.br-1.bb-md-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .how_it_work_grid, .why-clients-trust-us-grid.mt-86, .why-clients-trust-us-grid.mt-86 {
    grid-template-columns: 1fr 1fr;
  }

  .who-we-fit {
    padding: 35px;
  }

  .inhourse-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 2fr);
  }

  .inhourse-grid.four-column {
    grid-template-columns: .75fr 1fr 1.25fr;
  }

  .inhouse_col_blue {
    min-width: 230px;
  }

  .inhoust_blue_card_list {
    padding-top: 4px;
    padding-bottom: 12px;
  }

  .flex_aign_items_center {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex_aign_items_center.in-house-table-heading.hide {
    display: none;
  }

  .inhouse_col_dark_blue {
    min-width: 240px;
    height: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .landing_testiomonial_card.mt-74 {
    padding: 30px 35px;
  }

  .f-23.text-center {
    font-size: 20px;
  }

  .model {
    padding: 0;
  }

  .model-bg {
    padding: 16px;
  }

  .in-house-table-head-md {
    font-family: Radiocanadabig, Verdana, sans-serif;
    display: block;
  }

  ._404-img {
    width: 75%;
  }

  .container-1241 {
    flex-flow: row;
  }

  .mb-0-2 {
    font-size: 15px;
  }

  .cta-inner-card-2.mt-36 {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contianer-1024 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-no-shadow-container {
    padding-left: 10px;
    padding-right: 0;
  }

  .container-regular {
    max-width: 100%;
    overflow: hidden;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    background-color: #fff;
  }

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

  .nav-menu.landing-nav {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 16px;
    list-style-type: none;
  }

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

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

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

  .section.who-we-are-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.mt-60.mobile_btoom_padding-20 {
    padding-bottom: 20px;
  }

  .section.pt-60.pb-md-10 {
    padding-bottom: 10px;
  }

  .section.landing-hero-section {
    height: auto;
  }

  .section.landing-hero-section.hire_remote_product_designers {
    background-image: linear-gradient(#0000, #000c 40%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528a98958a26cb9398aa13_Hire_Remote_Product_Designers_for_Real_Outcomes_hero_bg.webp");
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .heading.fact-head {
    font-size: 28px;
  }

  .heading.fact-head.txt-secondary {
    font-size: 22px;
  }

  .heading.h4 {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 13px;
  }

  .utility-page-wrap {
    width: auto;
  }

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

  .container-1024.nav_cotainer {
    padding-left: 0;
    padding-right: 0;
  }

  .service-card-content {
    background-color: var(--brand);
    color: var(--black);
    margin-top: -20px;
  }

  .footer_wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .footer_wrap.four-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer_inner_section._w-124 {
    flex: 0 auto;
  }

  .hero-slider-first-grid {
    grid-template-columns: 2.75fr 1fr;
    padding-left: 0;
  }

  .slide-wrap-inner.two {
    background-image: linear-gradient(90deg, #fff, #0000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/6875fe30ff049eba6b207a70_c0b6b8cff5dc08ee24275de285f36061_product_design_solidworks_hero_img_3.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-wrap-inner.one {
    background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/6875fded0e6ee405de7cf020_bf1df44b409812dc23e0584ab0e97c87_bim_autodesk_revit_hero_img_3.webp");
    background-position: 0 0;
    background-size: auto;
  }

  .hero-slider-content {
    padding-right: 30px;
  }

  .capabilitites_bim_and_autodesk_revit.section.hero-section {
    height: 90vh;
  }

  .hero-content {
    width: auto;
  }

  .hero-title.text-white {
    font-size: 34px;
  }

  .mt-0.mb-0.f-20.text-white.fw-600.text-italic {
    font-size: 20px;
  }

  .f-24.text-center {
    font-size: 18px;
  }

  .service-card-with-bg-light-blue {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .service-card-with-bg-light-blue.service_column_revese {
    flex-flow: column;
    display: flex;
  }

  .srvice-card-with-l_blue-image {
    max-width: 100%;
  }

  .srvice-card-with-l_blue-image.srvice-image-two-mobile {
    order: 1;
  }

  .srvice-card-with-l_blue-content {
    order: 2;
  }

  .f-28.mb-0.text-white {
    font-size: 20px;
  }

  .image-8 {
    margin-bottom: 40px;
  }

  .f-18.text-center {
    font-size: 16px;
    line-height: 1.2em;
  }

  .f-48.text-center.mb-20 {
    font-size: 34px;
  }

  .grid-flex-about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
  }

  .d-flex.align-items-center.gap-125 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .d-flex.gap-36 {
    flex-flow: column;
  }

  .d-flex.gap-70.flex_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .d-flex.gap-32.mh-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
  }

  .d-flex.gap-145 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  ._w-301px {
    width: 100%;
  }

  .f-40.text-center {
    text-align: center;
    text-align: center;
    font-size: 36px;
    line-height: 1.2em;
  }

  .cta-section-before-footer-in {
    padding: 30px;
  }

  .why-work-at-treknocom-first-column.mr-1 {
    width: 224px;
  }

  .grid-16, .grid-17 {
    grid-template-columns: 1fr 1fr;
  }

  .service-hero-tag {
    margin-bottom: 10px;
    padding-bottom: 12px;
  }

  .service-hero-title {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.25em;
  }

  .service-hero-title.aligcenter.success {
    font-size: 37px;
  }

  .service-hero-description {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2em;
  }

  .at-treknocom-we-help-you-bring-rock-solid-structures-to-life-with-scalable-standards-compliant-desig {
    font-size: 16px;
  }

  .text-8, .text-13 {
    font-size: 32px;
  }

  .frame-129 {
    width: auto;
    max-width: 100%;
  }

  .aligned-services-for-a-complete-structural-package {
    line-height: 1.2em;
  }

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

  .text-26 {
    font-size: 20px;
  }

  .text-29 {
    padding-top: 20px;
  }

  .image-16 {
    width: 100%;
  }

  .service-card-heading {
    font-size: 1.75rem;
  }

  .sticky-wrap-2 {
    height: auto;
    overflow: visible;
  }

  .scroll-card-2 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    max-width: 95vw;
    margin: 1rem 0;
  }

  .scroll-inner-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .sticky-container-2 {
    height: auto;
  }

  .form-container {
    padding: 38px;
  }

  ._w-40 {
    width: 100%;
  }

  .blog-card-title {
    font-size: 22px;
    line-height: 1.3em;
  }

  .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet {
    margin-bottom: 20px;
  }

  .whiteblock.navi {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet, .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet, .whiteblock.bs.color.orange_flag_bullet, .whiteblock.bs.color.green_check_circle_icon, .whiteblock.bs.color.blue_check_icon_bullet {
    margin-bottom: 20px;
  }

  .h32 {
    font-size: 28px;
  }

  .h24 {
    font-size: 21px;
    line-height: 124%;
  }

  .h24.black {
    line-height: 129%;
  }

  .h24.black.lh {
    line-height: 111%;
  }

  .h24.black.pt-0 {
    line-height: 118%;
  }

  .div-block-35 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .need-expert-support-for-fea-or-simulation-projects {
    font-size: 27px;
  }

  .text-42 {
    line-height: 116%;
  }

  .blog-wrapper, .blog_header-wrapper.mb-40.d-flex.space-between, .blog_header-wrapper.mb-40.d-flex.space-between, .blog_header-wrapper.mb-40.d-flex.space-between, .blog_header-wrapper.mb-40.d-flex.space-between {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid.ptb-46.bgwhite {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mega_menu_item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .nav_column_1, .nav_description {
    display: none;
  }

  .dropdown {
    text-align: center;
  }

  .container-1240.d-flex.ptb-50 {
    flex-flow: column;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .heading-53 {
    font-size: 36px;
  }

  .landing-hero-tag-container {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .landing-why-grid, .landing-why-grid.three-column, .landing-why-grid.three-column {
    grid-template-columns: 1fr 1fr;
  }

  .landing-why-card.bb-1 {
    border-right: 1.5px solid #2e31921f;
  }

  .landing-why-card.br-1 {
    border-bottom: 0 solid #2e31921f;
  }

  .landing-why-card.br-1.bb-md-1 {
    border-bottom-width: 1.5px;
  }

  .what-we-deliver.bg-light-blue.pt-76 {
    padding-top: 35px;
    padding-bottom: 40px;
  }

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

  .landing_delivery_card {
    height: auto;
  }

  .technologies-we-use-inner {
    padding: 25px;
  }

  ._w-622.black-bg-22.ptb-65.roundced-6 {
    width: auto;
  }

  .available-experts {
    padding-top: 20px;
  }

  .available-expert-container {
    grid-template-columns: 1fr;
  }

  .who-we-fit {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .inhourse-grid {
    grid-template-columns: 1.25fr;
  }

  .inhourse-grid.four-column {
    grid-template-columns: .75fr;
  }

  .landing_testiomonial_card.mt-74 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card-white {
    padding-left: 16px;
    padding-right: 16px;
  }

  .f-23.text-center {
    font-size: 18px;
  }

  .landing_testimonial_name {
    border-radius: 12px;
  }

  .landing_footer-card {
    width: 245px;
  }

  .grid-31 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
  }

  .logo-container {
    min-width: 150%;
  }

  .in-house-table-head-md.dark {
    font-family: Radiocanadabig, Verdana, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .nav_link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button.primary-btn.full-width {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.button-white {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 20px 10px;
    font-size: 15px;
  }

  .button.button-white.p-10.ptb-30 {
    justify-content: flex-start;
    align-items: center;
  }

  .button.button-white.p-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar-no-shadow.landing-nav-container {
    box-shadow: none;
    box-shadow: none;
  }

  .navbar-no-shadow-container.landing-nav-in {
    z-index: 9999;
    z-index: 9999;
    margin-top: 16px;
    padding: 10px 12px;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
  }

  .nav-menu.landing-nav {
    z-index: 999;
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    z-index: 999;
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 20px;
    position: relative;
  }

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

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

  .nav-button-wrapper.landing-nav {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    margin-left: 10px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 999999;
  }

  .columns.container-wide {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .title_h2 {
    margin-bottom: 20px;
  }

  .column {
    padding-bottom: 20px;
  }

  .image {
    width: 55px;
    margin-bottom: 20px;
    transform: rotate(90deg);
  }

  .btn.primary-btn-outline {
    min-width: 265px;
    max-width: 0;
    font-size: 16px;
  }

  .btn.btn-white.rounded._w-100 {
    display: flex;
  }

  .btn.btn-white.rounded._w-100.mt-20 {
    margin-top: 20px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .section.our-bim-capabilities-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.aligned-engineering-capabilities {
    padding-top: 50px;
  }

  .section.pt-64 {
    padding-top: 20px;
  }

  .section.mt-60 {
    margin-top: 10px;
  }

  .section.sucess-story-container.pt-60 {
    padding-top: 10px;
  }

  .section.light-blue-bg.pt-80 {
    padding-top: 40px;
  }

  .section.mt-100 {
    margin-top: 10px;
  }

  .section.pt-100 {
    padding-top: 40px;
  }

  .section.landing-hero-section {
    height: auto;
  }

  .section.landing-hero-section.hire-remote-bim {
    background-image: linear-gradient(#0000, #000c 40%, #000000eb 62%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68527dd1096ebc834570fb82_Hire_Remote_BIM_and_VDC_Talent_for_Real_Outcomes_hero_img.webp");
    background-position: 0 0, 69% -184px;
    background-size: auto, auto;
    height: auto;
    padding-top: 220px;
  }

  .section.landing-hero-section.hire_remote_product_designers {
    background-image: linear-gradient(#0000, #000c 40%, #000000fc 75%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528a98958a26cb9398aa13_Hire_Remote_Product_Designers_for_Real_Outcomes_hero_bg.webp");
    background-position: 0 0, 75% -92px;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    height: auto;
    padding-top: 220px;
  }

  .section.landing-hero-section.hire_remote_structural_engineers {
    background-image: linear-gradient(#0000, #000c 40%, #000000fc 74%, #000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/68528d141e53fd953b879348_Hire_Remote_Structural_Engineers_hero_bg.webp");
    background-position: 0 0, 58% -80px;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    margin-top: -124px;
    padding-top: 220px;
  }

  .section.service-hero-secion.autodesk-plant-3d {
    background-image: linear-gradient(#0000, #adadadad 55%, #fff), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/684ab3542d0b0415c2c4a943_autodesk_3d_plant_hero_img.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.service-hero-secion.product_banner {
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.service-hero-secion.plant-engineering {
    height: auto;
    padding-top: 60px;
  }

  .section.service-hero-secion.manufacturing-banner {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .quick-stack {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .divided.mtb-45 {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .image-2 {
    box-sizing: border-box;
    object-fit: cover;
    height: 150px;
  }

  .utility-page-wrap {
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .utility-page-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-2 {
    grid-template-columns: .25fr;
    width: 100%;
    display: block;
  }

  .text-white.h4.feature-card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .text-white.h4.feature-card-title.mb-0 {
    margin-bottom: 20px;
    line-height: 1.3em;
  }

  .container-1024 {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-1024.ph-0 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-card-image {
    width: 100%;
    min-width: 100%;
  }

  .service-card-image.one {
    width: 100%;
  }

  .service-card-title {
    font-size: 22px;
    line-height: 28px;
  }

  .service-card-content {
    background-color: var(--brand);
    height: auto;
    margin-top: -20px;
    padding: 15px;
  }

  .section-head-text {
    font-size: 31px;
    line-height: 42px;
  }

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

  .why-outer-grid.mb-50 {
    grid-template-columns: .5fr;
    display: block;
  }

  .why-grid-inner {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: flex-start;
    width: 288px;
  }

  .why-grid-inner.grid-horizontal.grid-cap-18 {
    flex-flow: column;
    margin-top: 20px;
  }

  .h3 {
    font-size: 32px;
    line-height: 1.3em;
  }

  .text-for-dark.text-white {
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: anywhere;
    direction: ltr;
    flex: auto;
    align-items: flex-start;
    width: 100%;
    min-width: 280px;
    display: block;
  }

  .why-grid-inner-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .dark_card {
    grid-template-columns: 1.75fr;
    place-items: center start;
    padding: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .success-stories-inner {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: flex;
    position: relative;
    top: 0;
  }

  .success-sories-scroll-wrap {
    height: auto;
  }

  .success-stories-card {
    height: auto;
    margin-bottom: 40px;
  }

  .sucess-story-content {
    padding: 20px;
    position: relative;
  }

  .h2.f-48 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.2em;
  }

  .h2.f-48.text-white {
    line-height: 1.3em;
  }

  .h2.f-48.text-left {
    font-size: 28px;
    line-height: 1.3em;
  }

  .sucess-title-desc {
    font-size: 18px;
  }

  .sucess-story-feature-image {
    height: 39%;
  }

  .sucess-story-card-title {
    font-size: 22px;
    line-height: 28px;
  }

  .sucess-story-card-description {
    font-size: 18px;
  }

  .footer_wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column-reverse wrap;
    grid-template-columns: minmax(200px, 5fr);
    grid-auto-flow: row dense;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer_wrap.four-column {
    grid-template-columns: .75fr;
    display: block;
  }

  .footer_inner_section {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .footer_inner_section.pt-0._w-293 {
    width: 100%;
  }

  .footer_inner_section.footercopylink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mb-0 {
    font-size: 15px;
  }

  .mb-0.text-white {
    font-weight: 400;
  }

  .hero-slider-first-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1.75fr;
    padding-left: 0;
    display: flex;
  }

  .slide-wrap-inner.two {
    background-image: linear-gradient(90deg, #fff, #0000), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/6875fe30ff049eba6b207a70_c0b6b8cff5dc08ee24275de285f36061_product_design_solidworks_hero_img_3.webp");
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .slide-wrap-inner.one {
    background-image: url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/6875fded0e6ee405de7cf020_bf1df44b409812dc23e0584ab0e97c87_bim_autodesk_revit_hero_img_3.webp");
    background-position: 0%;
    background-size: cover;
  }

  .slider-3 {
    height: 550px;
  }

  .hero-slider-content {
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-arrow {
    display: none;
  }

  .slide.two {
    vertical-align: middle;
    vertical-align: middle;
  }

  .right-arrow {
    display: none;
  }

  .button-2.primary-btn {
    border-radius: 8px;
  }

  .grid-8 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .capabilitites_bim_and_autodesk_revit.section.hero-section {
    height: auto;
  }

  .capabilitites_bim_and_autodesk_revit.section.hero-section.product-banner {
    min-height: 75vh;
    padding-top: 130px;
  }

  .capabilitites_bim_and_autodesk_revit.section.capabilitites-hero {
    min-height: 75vh;
    padding-bottom: 100px;
  }

  .hero-content {
    width: 100%;
    padding-top: 0;
  }

  .hero-cta-card {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

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

  .hero-description.text-white {
    font-size: 18px;
    line-height: 1.3em;
  }

  .h5.text-white.f-18 {
    width: 100%;
  }

  .first-column._w-100 {
    margin-bottom: 0;
  }

  .mt-0.mb-0.f-40 {
    text-align: left;
    font-size: 28px;
    line-height: 1.3em;
  }

  .mt-0.mb-0.f-24 {
    line-height: 1.3em;
  }

  .mt-0.mb-0.heading-40 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .mt-0.mb-0.f-20.text-white.fw-600.text-italic {
    font-size: 18px;
    line-height: 1.3em;
  }

  .mt-85 {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .f-20.mtb-0 {
    font-size: 18px;
  }

  .f-24.text_blue.mt-0.mb-0 {
    font-size: 20px;
    line-height: 28px;
  }

  .f-24.text-white {
    font-size: 20px;
    line-height: 1.2em;
  }

  .f-24.text-white.mb-20 {
    margin-bottom: 20px;
  }

  .f-24.mt-13.mb-13.capabilities-card-title {
    font-size: 23px;
  }

  .f-24.text-center {
    font-size: 18px;
    line-height: 26px;
  }

  .f-24.mt-0.mb-22 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-48.mt-0.mb-0 {
    font-size: 34px;
    line-height: 1.3em;
  }

  .gap-25 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .head-with-through-line.mb-50 {
    margin-bottom: 25px;
  }

  .head-with-through-line.mb-50.mt-25 {
    margin-top: 25px;
  }

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .service-card-with-bg-light-blue {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.25fr;
    margin-top: 0;
    padding: 15px;
  }

  .service-card-with-bg-light-blue.service_column_revese {
    flex-flow: column;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .srvice-card-with-l_blue-image {
    order: 1;
    height: auto;
    display: block;
  }

  .srvice-card-with-l_blue-image.srvice-image-two-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .srvice-card-with-l_blue-content {
    order: 2;
    width: 100%;
  }

  .service_list {
    margin-top: 15px;
  }

  .capabilities-card-section {
    flex-flow: column;
    display: flex;
  }

  .aligned-engineering-capabilities-column {
    min-width: auto;
    padding-right: 0;
  }

  .capabilities-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .f-18 {
    font-size: 17px;
  }

  .f-18.text-white-70 {
    font-size: 16px;
    line-height: 22px;
  }

  .f-18.text-white.m-0 {
    font-size: 14px;
    font-weight: 400;
  }

  .hero-section.hero-section-transperant.structural-engineering-hero {
    padding-top: 80px;
  }

  .software_expert_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .f-48 {
    font-size: 32px;
    line-height: 1.3em;
  }

  .f-48.mb-20, .f-48.mb-20.text-center {
    font-size: 32px;
  }

  .f-48.mb-20, .f-48.mb-20.text-center, .f-48.mb-20.text-center {
    font-size: 32px;
  }

  .f-48.text-white {
    font-size: 29px;
  }

  .f-48.text-white.text-center.fw-600.mb-50 {
    margin-bottom: 20px;
  }

  .f-48.text-white.mb-12 {
    margin-bottom: 12px;
  }

  .software-expertise-list {
    font-size: 20px;
    line-height: 1.2em;
  }

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

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

  .about_us_hero_section.section.hero-section-transperant--100px {
    background-position: 50% 0;
    height: auto;
    min-height: 75vh;
  }

  .second-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .section-blue-card._w-100 {
    padding: 18px;
  }

  .section-blue-card._w-512 {
    padding: 22px;
  }

  .heading-4.mb-23 {
    font-size: 28px;
  }

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

  .about-fact-container.mr-1-white_30 {
    border-bottom: 1px solid #ffffff4d;
    border-right-width: 0;
  }

  .grid-15.mt-20 {
    grid-template-columns: 1fr;
  }

  .light-blue-card {
    padding: 25px;
  }

  .light-blue-card.d-flex.h-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px 15px;
  }

  .mb-75.align-items_center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }

  .our-global-advantage-section-in, .our-global-in.pr-75._w-45, .our-global-in.pr-75._w-45, .our-global-in.pr-75._w-45 {
    width: 100%;
  }

  .gap-0 {
    grid-template-columns: 1fr;
  }

  .our-global-fact-container.pr-66.br-1-black-100, .our-global-fact-container.pr-50.pl-50.br-1-black-100 {
    border-bottom: 1px solid #000;
    border-right-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-global-fact-container.pr-66.br-1-black-100, .our-global-fact-container.pr-50.pl-50.br-1-black-100 {
    border-bottom: 1px solid #000;
    border-right-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-global-fact-container.pr-50.pl-50.br-1-black-100 {
    border-bottom: 1px solid #000;
    border-right-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-global-fact-container.pr-50.pl-50.br-1-black-100.mr-m-0 {
    border-bottom-width: 1px;
  }

  .leadership-team-section.section.bg-blue.pt-120 {
    padding-top: 40px;
  }

  .d-flex {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .d-flex.gap-60, .d-flex.gap-75 {
    flex-flow: column;
  }

  .d-flex.gap-60, .d-flex.gap-75 {
    flex-flow: column;
  }

  .d-flex.gap-15 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d-flex.gap-20 {
    flex-flow: column;
  }

  .d-flex.space-between {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .d-flex.space-between.mb-24.juntify-content-center-md {
    justify-content: space-between;
    align-items: center;
  }

  .d-flex.align-items-center.gap-125 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d-flex.gap-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .d-flex.gap-32 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .d-flex.gap-32.space-between {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .d-flex.gap-10.justify-content-center-md {
    justify-content: center;
    align-items: center;
  }

  .d-flex.new-and-events-hero-section.light-blue-bg.gap-30.mobile_flex_vertical {
    flex-flow: column;
  }

  .d-flex.who_fit_card.gap-10 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d-flex.who_fit_card.gap-10.rounded {
    justify-content: flex-start;
    align-items: center;
    padding: 8px 12px;
  }

  .d-flex.flex_wrap.gap-16 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .d-flex.align-start.inhouse_col_dark_blue_list.bb-1 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .d-flex.v_flex.align_sart.landing_ft_second_col.gap-16.justify-content-center-md {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
  }

  .d-flex.gap-24 {
    flex-flow: column;
  }

  .d-flex.gap-145 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .d-flex.gap-145.justify-content-center-md {
    justify-content: flex-start;
    align-items: center;
  }

  ._w-301px {
    flex: auto;
    width: auto;
    position: static;
  }

  .f-40 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .team-card {
    grid-template-columns: 1.5fr;
    padding: 15px;
  }

  .team-photo {
    max-width: 100%;
  }

  .cta-section-before-footer-in {
    padding: 20px;
  }

  .cta-inner-card.mt-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .position-sticky.d-flex-with-space-between {
    min-height: auto;
  }

  .career-hero-section.section.hero-section-transperant--100px {
    background-image: linear-gradient(#ffffff26, #fff 92%), url("https://cdn.prod.website-files.com/681cd43317d6851a87644e7a/681cd43317d6851a87644f4a_career-hero-image.webp");
    background-position: 0 0, 50% 51%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    min-height: auto;
  }

  .why-work-at-treknocom-first-column.mr-1 {
    border-right-width: 0;
  }

  .what-we-offer-section.section.blue-bg.pt-130 {
    padding-top: 40px;
  }

  .grow-column {
    align-self: stretch;
  }

  .grow-column.job-feature-card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-25 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .div-block-26 {
    width: 85px;
  }

  ._w-505 {
    width: auto;
  }

  ._w-505.wt-50.mobile_first_column {
    flex: 1;
    order: -1;
    justify-content: flex-start;
    align-items: stretch;
  }

  .who-we-hire {
    object-fit: cover;
  }

  .current-openings-section.mb-40 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-27 {
    order: 0;
  }

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

  .job-card {
    padding: 16px 20px;
  }

  .service-hero-tag {
    margin-bottom: 0;
    padding-bottom: 6px;
  }

  .service-hero-title {
    font-size: 32px;
  }

  .service-hero-title.aligcenter.success {
    font-size: 30px;
  }

  .service-hero-card-txt {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .frame-154 {
    grid-row-gap: 10px;
  }

  .text-7 {
    font-size: 18px;
  }

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

  .frame-style {
    width: 55px;
  }

  .frame-155 {
    padding: 20px;
  }

  .text-11 {
    font-size: 19px;
  }

  .text-12 {
    font-size: 16px;
  }

  .text-13 {
    font-size: 26px;
    line-height: 1.2em;
  }

  .service-list-text {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .aligned-services-for-a-complete-structural-package {
    font-size: 28px;
  }

  .text-23 {
    font-size: 19px;
    line-height: 27px;
  }

  .frame-171 {
    padding-bottom: 10px;
  }

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

  .text-25 {
    font-size: 17px;
    line-height: 25px;
  }

  .text-26 {
    font-size: 18px;
  }

  .text-28 {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .text-29 {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 23px;
    line-height: 1.2em;
  }

  .text-30 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .text-31 {
    font-size: 23px;
    line-height: 1.2em;
  }

  .text-32 {
    font-size: 17px;
    line-height: 1.2em;
  }

  .image-14 {
    z-index: 9999;
    position: relative;
  }

  .grid-18, .grid-19 {
    grid-template-columns: 1fr;
  }

  .scroll-card-2 {
    border-radius: 0;
    max-width: 100%;
  }

  .scroll-inner-2 {
    padding-left: 20px;
  }

  .lear-more-for-service {
    color: var(--secondary-color);
  }

  .text-wrapper {
    border-radius: 0;
  }

  .sticky-container-2 {
    height: auto;
  }

  .icon, .icon-2 {
    display: none;
  }

  .div-block-30 {
    width: 100%;
  }

  .grid-20, .grid-21, .grid-22, .grid-23, .grid-24, .grid-25 {
    grid-template-columns: 1fr;
  }

  .form-container {
    padding: 15px;
  }

  .form-container.popup-form-container {
    padding-top: 0;
  }

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

  .input-field {
    height: 45px;
    margin-bottom: 18px;
  }

  .input-field.textarea-150 {
    height: 80px;
  }

  .service-card-title-black {
    font-size: 22px;
  }

  .hero-slider-right-div {
    width: 0;
    max-width: 1px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-13 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card {
    height: auto;
    padding: 16px;
  }

  .blog-card-cover-image {
    height: 180px;
  }

  .is-news-card-img {
    border-radius: 12px;
    height: 120px;
  }

  .blog-card-title {
    font-size: 24px;
  }

  .whiteblock.navi, .whiteblock.bs.color, .whiteblock.bs.color.mt-33, .whiteblock.navi, .whiteblock.bs.color, .whiteblock.bs.color.mt-33, .whiteblock.bs.color, .whiteblock.bs.color.mt-33, .whiteblock.bs.color.mt-33 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h32.black.mb-12 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .h24 {
    font-size: 18px;
    font-weight: 400;
    line-height: 126%;
  }

  .h24.black.lh {
    font-size: 16px;
  }

  .items-inside {
    padding-bottom: 10px;
  }

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

  .need-expert-support-for-fea-or-simulation-projects {
    font-size: 25px;
  }

  .text-42 {
    font-size: 18px;
  }

  .news-and-events-cta-button-container {
    flex-flow: column;
    align-items: flex-start;
  }

  .image-23 {
    margin-top: 10px;
  }

  .blog_header-wrapper.mb-40.d-flex.space-between {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog_content-container.gap-35 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-content {
    flex: 1;
  }

  .mb-32.h1.f-51 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .blog_post_detail-cover_img.mb-32 {
    height: 250px;
  }

  .releted-blogs-title {
    margin-bottom: -20px;
  }

  .news-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide.is-news-card, .swiper-slide.is-webinar-events, .swiper-slide.is-news-card, .swiper-slide.is-webinar-events {
    width: 100%;
  }

  .is-news-card-content {
    padding: 20px;
  }

  .news-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-filter-btn-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .sucess-story-card-content {
    padding: 19px;
  }

  .success-story-filter-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .f-32.text-center.mb-40.text-black {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .f-32.text-black.mb-32 {
    font-size: 26px;
  }

  .f-32.text-black.mb-32.text-md-center {
    text-align: center;
    text-align: center;
    font-size: 26px;
  }

  .collection-item {
    flex-flow: column;
    display: block;
  }

  .news-evens-hero-section {
    flex-flow: column;
  }

  .news-and-event-hero-content {
    padding: 20px;
  }

  .news-and-event-hero-title {
    font-size: 32px;
  }

  .news-related-card-content {
    padding: 18px;
  }

  .colloection_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .mobile_first_column {
    display: flex;
  }

  .why-teknocom-card-title {
    font-size: 22px;
    font-weight: 600;
  }

  .text-block-7 {
    text-align: left;
    line-height: 1.3em;
  }

  .link-block-8 {
    display: inline-block;
  }

  .heading-52 {
    color: #000;
    font-size: 32px;
    line-height: 1.3em;
  }

  .ladning-hero-tag.rounded {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #ffffff0d;
    padding: 4px 15px;
  }

  .landing-hero-tag-container {
    grid-template-columns: 1fr;
  }

  .left-gradiant-transparent {
    width: 80px;
    height: 100%;
  }

  .right-gradiant-transparent {
    width: 80px;
  }

  .landing-why-grid, .landing-why-grid.three-column, .landing-why-grid.three-column {
    grid-template-columns: 1fr;
  }

  .landing-why-card.brb-1.br-none, .landing-why-card.bb-1, .landing-why-card.br-1.bb-md-1.br-none, .landing-why-card.brb-1.br-none, .landing-why-card.brb-1.br-none, .landing-why-card.bb-1, .landing-why-card.br-1.bb-md-1.br-none, .landing-why-card.br-1.bb-md-1.br-none, .landing-why-card.br-1.bb-md-1.br-none {
    border-right-width: 0;
  }

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

  .technologies-we-use-inner {
    padding: 15px;
  }

  ._w-622.black-bg-22.ptb-65.roundced-6 {
    width: auto;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .technologies-use-logo {
    grid-template-columns: 1fr 1fr;
  }

  .available-expert-container {
    grid-template-columns: 1fr;
  }

  .how-it-works-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 60px;
  }

  .how_it_work_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .why-clients-trust-us-grid.mt-86 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .mb-40 {
    margin-bottom: 0;
  }

  .who-we-fit {
    padding: 25px 15px;
  }

  .pt-100.pb-68 {
    padding-top: 60px;
  }

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

  .inhourse-grid.four-column {
    grid-template-columns: 1.25fr;
  }

  .inhouse_col_blue {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }

  .m-0 {
    line-height: 1em;
  }

  .inhoust_blue_card_list {
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .inhoust_blue_card_list.b-none {
    padding-top: 4px;
  }

  .flex_aign_items_center {
    text-align: left;
  }

  .inhouse_col_dark_blue {
    padding-top: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .landing_testiomonial_card.mt-74 {
    padding: 30px 20px;
  }

  .testimonial-card-white {
    padding: 30px 15px;
  }

  .f-23.text-center {
    font-size: 20px;
  }

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

  .landing_footer_lofo_container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-bottom: 20px;
  }

  .landing_footer-card {
    width: 100%;
  }

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

  .landing-nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-container {
    min-width: 300%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo-image {
    height: 45px;
  }

  .model {
    display: none;
  }

  .model-container {
    padding: 20px;
  }

  .list-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-point-icon {
    height: 20px;
  }

  .lg-w-auto.sm-w-100 {
    width: 100%;
  }

  .in-house-table-head-md.dark {
    line-height: 1.3em;
  }

  ._404-img {
    width: 95%;
  }

  .lp-cta {
    width: 100%;
  }

  .container-1241, .engagement-container.grid, .engagement-container.grid {
    flex-flow: column;
  }

  .engagement-card, ._w-50 {
    width: 100%;
  }

  .arrow-accordion {
    min-width: 20px;
  }

  .mb-0-2 {
    font-size: 15px;
  }

  .mb-0-2.text-white {
    font-weight: 400;
  }

  .cta-inner-card-2.mt-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .faq-section {
    flex-flow: column;
  }
}

#w-node-fb8cdda4-95ba-ad68-3a94-9b0e09fadf8d-87644e79, #w-node-fb8cdda4-95ba-ad68-3a94-9b0e09fadf99-87644e79 {
  align-self: center;
}

#w-node-_76262919-c777-5511-aca2-ffbe65dec19f-87644e79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6c97751f-fab6-29f9-1176-c4cf026c0376-87644e79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_9b546446-66e9-d7ed-0944-c45647107d0d-87644e79 {
  justify-self: end;
}

#w-node-f6f9b6fe-7bac-59a6-e44f-5dbae7ed599f-87644e79, #w-node-_2e149eff-0571-ec04-fe3d-92932aae8125-87644e79 {
  align-self: center;
}

#w-node-_6afe7425-5ff7-cac9-4ded-8654ae458f76-87644e79 {
  place-self: auto;
}

#w-node-_5229f88d-ef5a-b481-4318-a7f3edd3ca2b-87644e79, #w-node-_95463532-bb19-fdcd-c1f5-de361239448e-87644e79 {
  align-self: center;
}

#w-node-dec663bb-3b10-320a-5c59-877d8113d48d-87644e79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44bebea3-66b8-c90e-e47e-e44fb2b9386e-87644e79 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_9b546446-66e9-d7ed-0944-c45647107d0d-87644e79 {
    justify-self: stretch;
  }

  #w-node-afd9024c-c183-00b4-84e0-e58ea985f2e4-87644e79 {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_8a8b3255-6ca2-2103-8ed5-d2da12eee3a4-12eee374 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_8a8b3255-6ca2-2103-8ed5-d2da12eee3b3-12eee374 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76262919-c777-5511-aca2-ffbe65dec19f-87644e79, #w-node-_6c97751f-fab6-29f9-1176-c4cf026c0376-87644e79 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1dfaa7dd-d629-e831-15f6-69ab0a5ec900-87644e79 {
    justify-self: stretch;
  }

  #w-node-dec663bb-3b10-320a-5c59-877d8113d48d-87644e79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afd9024c-c183-00b4-84e0-e58ea985f2e4-87644e79 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_44bebea3-66b8-c90e-e47e-e44fb2b9386e-87644e79 {
    justify-self: start;
  }

  #w-node-_8a8b3255-6ca2-2103-8ed5-d2da12eee38f-12eee374 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a8b3255-6ca2-2103-8ed5-d2da12eee3b3-12eee374 {
    grid-column: span 1 / span 1;
  }
}
