@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme;
  src: url('../fonts/Supreme-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 24 Pt";
  src: url('../fonts/DMSans_24pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 24 Pt";
  src: url('../fonts/DMSans_24pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 24 Pt";
  src: url('../fonts/DMSans_24pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 24 Pt";
  src: url('../fonts/DMSans_24pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --strokes: #5f4e92;
  --lavender: #f4f0ff;
  --midnight-blue: #212f78;
  --indian-red: #ff525b;
  --slate-blue: #264ed5;
  --texts: #131a3d;
  --white-smoke: #f5f7fa;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.header {
  z-index: 1;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: var(--strokes);
  background-color: var(--lavender);
  height: 76px;
  padding-top: 0;
  position: static;
  top: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 4%;
  padding-right: 0%;
  display: flex;
}

.navbar-brand, .navbar-brand.w--current {
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  border-left: 1px solid var(--strokes);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 64%;
  height: 100%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--midnight-blue);
  letter-spacing: .15px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Supreme, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom: 2px solid var(--slate-blue);
  color: var(--slate-blue);
}

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

.nav-link.hamburger {
  letter-spacing: .25px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.hamburger:hover {
  color: var(--indian-red);
  border-bottom-style: none;
  border-bottom-width: 0;
}

.nav-link.hamburger.w--current:hover {
  border-bottom-width: 0;
}

.button-primary {
  background-color: var(--slate-blue);
  color: #fff;
  letter-spacing: .75px;
  text-transform: none;
  border-radius: 6px;
  margin-top: 40px;
  padding: 12px 24px;
  font-family: Supreme, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--indian-red);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 0 4px 10px 4px #ff3e5c33;
}

.button-primary:active {
  background-color: var(--midnight-blue);
}

.button-primary.large {
  letter-spacing: .45px;
  border-radius: 4px;
  width: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-weight: 500;
}

.button-primary.large.vertical {
  margin-top: 20px;
  margin-left: 10px;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  height: 100%;
  display: flex;
}

.heading-1 {
  color: var(--midnight-blue);
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Supreme, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 70px;
}

.heading-1.bmargin {
  margin-bottom: 80px;
}

.heading-1.bmargin.bpadding {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.heading-1.wdheader {
  letter-spacing: -.5px;
  flex: 1;
  width: auto;
  min-width: 45%;
  max-width: 70%;
  margin-top: 0;
  padding-right: 0;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 64px;
  font-weight: 500;
}

.heading-1.subpage {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.5px;
  align-self: center;
  width: 90%;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-weight: 500;
}

.heading-1.subpage-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  align-self: center;
  width: auto;
  margin: 60px auto 0;
  padding-right: 0;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.heading-2 {
  color: var(--midnight-blue);
  letter-spacing: -.45px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.heading-2.bmargin {
  margin-bottom: 60px;
}

.heading-2.bmargin.tmargin {
  margin-bottom: 80px;
  padding-top: 10px;
}

.heading-2.bmargin.lmargin {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}

.heading-2.bmargin40 {
  margin-bottom: 30px;
}

.link-button {
  color: var(--midnight-blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 54px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link-button:hover {
  border-bottom: 0px none var(--slate-blue);
  color: var(--slate-blue);
}

.link-button.full-line {
  justify-content: space-between;
  width: 98%;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.link-button.full-line:hover {
  border-bottom: 0px none var(--slate-blue);
  color: var(--indian-red);
}

.link-button.full-line.cpd {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.link-button.social {
  justify-content: flex-start;
}

.link-button.social:hover {
  color: var(--indian-red);
}

.link-button.tmargin {
  justify-content: flex-start;
  width: 150px;
  margin-top: 60px;
  margin-left: 20px;
  position: relative;
}

.link-button.tmargin:hover {
  color: var(--indian-red);
}

.link-button.contact-line {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.link-button.contact-line:hover {
  border-bottom: 0px none var(--slate-blue);
  color: var(--indian-red);
}

.button-text {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-text.navlink {
  font-size: 17px;
  font-weight: 500;
}

.section-fluid {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 80px 4%;
  display: flex;
  position: relative;
}

.section-fluid.bmargin {
  border: 1px #000;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-fluid.bmargin.malign {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 140px;
  display: flex;
}

.section-fluid.workdetail {
  flex-direction: column;
  padding-top: 140px;
  padding-left: 0%;
  padding-right: 0%;
}

.section-fluid.clean {
  border-bottom-style: none;
  border-bottom-width: 0;
  height: auto;
  padding-left: 8%;
  padding-right: 8%;
}

.section-fluid.clean.cmargin {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-fluid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-fluid.malign {
  justify-content: center;
  align-items: center;
}

.container-fluid.malign.bmargin {
  margin-bottom: 40px;
}

.container-fluid.bmargin {
  margin-bottom: 60px;
}

.column-2 {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 0;
}

.column-3 {
  padding-right: 80px;
}

.specs-img {
  border-radius: 10px;
  width: 30%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  position: static;
}

.columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.body-text {
  color: var(--texts);
  letter-spacing: 0;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.body-text.tpd {
  color: var(--texts);
  padding-top: 20px;
}

.body-text.tpd.lpd {
  padding-left: 20px;
}

.body-text.bpd {
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 18px;
}

.body-text.sbbody {
  color: #e3d8ff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

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

.body.white {
  background-color: #fbf9ff;
}

.columns-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.service-name {
  color: var(--texts);
  text-align: center;
  margin-top: 10px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 18px;
}

.service-box {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.service-icon {
  width: 74%;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
}

.columns-work {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.column-work {
  padding-right: 30px;
}

.column-work.right {
  padding-left: 30px;
  padding-right: 10px;
}

.heading-4 {
  color: var(--midnight-blue);
  letter-spacing: -.25px;
  width: 100%;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
}

.heading-4.formtitle {
  margin-bottom: 40px;
}

.heading-4.small {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.work-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.work-tile {
  margin-bottom: 80px;
}

.work-tile:hover {
  color: var(--indian-red);
}

.work-section {
  background-color: #0000;
  border: 0 #000;
  height: auto;
  padding: 80px 4%;
  position: relative;
}

.work-section.tmargin {
  border-width: 1px 0;
  border-color: var(--strokes);
  border-top-style: solid;
  border-bottom-style: solid;
  margin-top: 100px;
  padding-top: 140px;
}

.work-detail {
  color: var(--texts);
  padding-top: 8px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.work-detail.location {
  margin-left: 2px;
  padding-bottom: 8px;
  display: inline-block;
}

.work-detail.bpadding {
  margin-left: 2px;
  padding-bottom: 8px;
}

.client-logo {
  width: 90%;
  max-width: none;
  height: auto;
  padding: 10px;
  position: static;
  top: auto;
  left: auto;
}

.big-title {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -1px;
  width: 500px;
  font-family: Supreme, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 86px;
}

.big-title.wide {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 12px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 78px;
  display: block;
}

.big-title.wide.gradient {
  color: var(--slate-blue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding-left: 12px;
  padding-right: 12px;
}

.hamburger-list {
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hamburger-list:hover {
  box-shadow: inset 0 2px 0 0 var(--indian-red);
}

.hamburger-list.stroke {
  border-left: 1px solid var(--strokes);
  padding-left: 30px;
  padding-right: 30px;
}

.field-label {
  color: var(--midnight-blue);
  margin-top: 30px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.field-label.vertical {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 17px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--midnight-blue);
  color: #232f74;
  cursor: text;
  background-color: #0000;
  margin-bottom: 10px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-field:focus {
  border-bottom-color: var(--slate-blue);
}

.text-field.msg-field {
  width: 100%;
  height: 140px;
}

.text-field.msg-field.vertical {
  height: 120px;
}

.text-field.vertical {
  border-bottom-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
}

.success-message {
  color: var(--midnight-blue);
  background-color: #0000;
  height: 500px;
  padding-top: 60px;
  font-family: Supreme, sans-serif;
  font-size: 20px;
}

.image-5 {
  height: 140px;
}

.text-block {
  padding-top: 20px;
  font-family: "Dmsans 24 Pt", sans-serif;
  line-height: 30px;
}

.error-message {
  color: #fff;
  background-color: #e27676;
  border-radius: 6px;
  margin-top: 40px;
  font-family: Supreme, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . ."
                 "Area Area Area"
                 "Area-2 Area-2 Area-2"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.form-block {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.form-block.msg-field {
  width: 100%;
}

.form-block.vertical {
  width: 80%;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 10px;
  display: flex;
}

.form-block-2 {
  max-width: 80%;
}

.form-block-2.vertical {
  width: 85%;
  max-width: none;
  margin-top: 140px;
  display: block;
}

.buttonunderline {
  background-color: var(--indian-red);
  flex: none;
  width: 0;
  height: 4px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.buttonunderline.thin {
  background-color: var(--indian-red);
  height: 2px;
  position: absolute;
}

.work-link-block {
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: var(--midnight-blue);
  letter-spacing: .15px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 0px none var(--indian-red);
  color: var(--indian-red);
}

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

.social-button {
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 40px 0 0;
  padding: 10px 0 10px 10px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  height: 60px;
  margin-right: 4px;
  padding: 10px;
}

.social-icon.in {
  width: 60px;
}

.footer-links {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-buttons {
  border-left: 1px solid var(--strokes);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--strokes);
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 0 0% 0 6%;
  display: grid;
  position: relative;
}

.hero-section {
  z-index: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: var(--strokes);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 860px;
  padding: 80px 4%;
  display: flex;
  position: relative;
}

.hero-section.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: 140px;
  display: block;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading3 {
  color: var(--midnight-blue);
  font-family: Supreme, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.heading3.mbsize {
  letter-spacing: -.25px;
  padding-bottom: 8px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.project-title {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px 16px 30px 8px;
  display: flex;
}

.work-cover-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: auto;
}

.works-container {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.work-img-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  overflow: hidden;
}

.work-img-block-2 {
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.smooth-wrapper {
  overflow: hidden;
}

.arrows {
  color: var(--slate-blue);
  -webkit-text-stroke-color: var(--slate-blue);
  width: 28px;
  height: 28px;
  margin-top: 2px;
  margin-left: 8px;
}

.html-embed {
  width: 28px;
  height: 28px;
}

.iconsheader {
  color: var(--slate-blue);
  width: 28px;
  height: 28px;
  margin-top: 2px;
  margin-left: 8px;
}

.sb-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  display: grid;
}

.sb-header.malign {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 15%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.sb-header.malign-copy {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: static;
}

.hero-text-block {
  z-index: 2;
  width: auto;
  max-width: none;
  margin-top: 20%;
  margin-bottom: 0;
  padding-left: 40px;
  position: static;
}

.hblogomark {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.hblogomark.big {
  flex: 1;
  width: auto;
  min-width: 46px;
  max-width: 60px;
  height: auto;
}

.hblogotype {
  color: var(--slate-blue);
  width: 164px;
  height: auto;
  margin-top: 8px;
  margin-left: 10px;
  padding-left: 0;
}

.hblogotype.big {
  flex: 1;
  width: auto;
  min-width: 196px;
  max-width: 218px;
}

.link-block {
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: var(--midnight-blue);
  letter-spacing: .2px;
  margin-top: 10px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.client-block {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 4px 10px;
  display: flex;
  position: relative;
}

.logo-container {
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: auto;
  min-width: auto;
  padding: 40px 0;
  display: flex;
  position: static;
  left: -1810px;
}

.client-logos-section {
  background-color: var(--slate-blue);
  align-items: center;
  max-width: none;
  height: 540px;
  display: block;
  overflow: visible;
}

.logo-strip {
  align-items: center;
  min-width: auto;
  min-height: auto;
  display: flex;
}

.text-block-2 {
  color: var(--midnight-blue);
  padding-top: 10px;
  padding-left: 70px;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.detailpage-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-9 {
  justify-content: space-between;
  width: 100%;
  padding-left: 5%;
  padding-right: 10%;
  display: flex;
}

.details {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  margin-right: 20px;
  display: flex;
}

.wd-icons {
  width: 14px;
  height: 18px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.wd-icons.width {
  width: 18px;
}

.wd-icons.width.pd {
  margin-left: 10px;
  margin-right: 10px;
}

.work-info {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.scope-section {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: inline-block;
}

.wd-img {
  width: 100%;
}

.work-header-img {
  object-fit: cover;
  width: auto;
  height: auto;
}

.work-images-section {
  border-bottom: 1px solid var(--strokes);
  background-color: #0000;
  padding: 10px 6% 60px;
}

.work-images-section.malign {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.detail-img {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.detail-img-container {
  border: 0 #e2dfeb;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.detail-img-mobile {
  display: none;
}

.work-info-section {
  background-color: #0000;
  border-bottom: 0 #e4ebf3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 80px 6%;
  display: flex;
  position: relative;
}

.background-video {
  border-radius: 10px;
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto;
}

.div-block-11 {
  width: 48%;
}

.image-7 {
  min-width: auto;
  max-width: 54%;
  height: auto;
  min-height: auto;
  position: relative;
  right: 36px;
}

.image-7.posrel {
  right: -30px;
}

.email-link {
  color: var(--slate-blue);
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.email-link:hover {
  color: var(--indian-red);
}

.email-link.white {
  color: #fff;
  cursor: pointer;
}

.works-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  display: grid;
}

.subpage-header-body {
  color: var(--texts);
  text-align: left;
  width: 90%;
  font-family: "Dmsans 24 Pt", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-13 {
  width: 100%;
  padding-top: 140px;
}

.div-block-15 {
  background-color: var(--slate-blue);
  padding-top: 40px;
  padding-bottom: 60px;
}

.contact-header {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: center;
  display: grid;
}

.image-10 {
  width: 48%;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  font-family: "Dmsans 24 Pt", sans-serif;
}

.html-embed-3 {
  color: #fff;
  width: 22px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 0;
  display: inline-block;
}

.div-block-16 {
  align-items: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.image-11 {
  width: 40%;
  margin-bottom: 40px;
}

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

.work-header-block {
  justify-content: center;
  width: auto;
  height: auto;
  max-height: none;
}

.heading-6 {
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.studio-header {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.div-block-15-copy {
  background-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-10-copy {
  width: 68%;
  max-width: 74%;
  margin: 80px 0;
  display: block;
}

.hero-img-block {
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: 98%;
  display: flex;
}

.image-12 {
  width: auto;
  max-width: 98%;
  height: auto;
}

.video-container-block {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.work-header-img-mobile {
  object-fit: cover;
  width: auto;
  height: auto;
  display: none;
  overflow: clip;
}

.work-header-block-m {
  justify-content: center;
  width: auto;
  height: auto;
  max-height: none;
}

.detail-img-container-copy, .detail-img-container-copy-copy {
  border: 0 #e2dfeb;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .header {
    height: 80px;
  }

  .navbar-wrapper {
    padding-left: 4%;
    padding-right: 0%;
  }

  .nav-menu-two {
    list-style: none;
  }

  .nav-link:hover, .nav-link.hamburger:hover, .nav-link.hamburger.w--current:hover {
    color: var(--indian-red);
  }

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

  .button-primary.large {
    font-size: 18px;
  }

  .heading-1 {
    padding-right: 60px;
    font-size: 72px;
    line-height: 82px;
  }

  .heading-1.bmargin {
    letter-spacing: -.65px;
  }

  .heading-1.wdheader {
    max-width: 60%;
  }

  .heading-1.subpage {
    text-align: left;
    align-self: center;
    width: 90%;
    padding-right: 0;
  }

  .heading-1.subpage-copy {
    text-align: left;
    align-self: center;
    width: auto;
    margin-top: 60px;
    padding-right: 0;
    line-height: 70px;
  }

  .heading-2 {
    letter-spacing: -1px;
    max-width: 600px;
    font-size: 56px;
    line-height: 68px;
  }

  .heading-2.bmargin {
    max-width: 800px;
  }

  .heading-2.bmargin.lmargin {
    align-self: auto;
    max-width: none;
  }

  .heading-2.bmargin40 {
    max-width: 800px;
  }

  .link-button.full-line {
    margin-left: 200px;
    margin-right: 200px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .link-button.tmargin {
    width: 170px;
    margin-top: 80px;
  }

  .link-button.contact-line {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .button-text {
    font-size: 20px;
  }

  .section-fluid {
    height: auto;
  }

  .section-fluid.bmargin {
    margin-bottom: 140px;
    padding-top: 180px;
  }

  .section-fluid.bmargin.malign {
    margin-top: 0;
    padding-top: 180px;
  }

  .container-fluid {
    justify-content: flex-start;
  }

  .container-fluid.bmargin {
    margin-bottom: 80px;
  }

  .column-2 {
    padding-left: 0;
    display: block;
    position: relative;
  }

  .specs-img {
    object-fit: cover;
    border-radius: 16px;
    width: 30%;
    height: auto;
    left: 0;
  }

  .specs-img.hide {
    height: auto;
  }

  .columns {
    width: 100%;
  }

  .div-block {
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .body-text {
    font-size: 18px;
    line-height: 30px;
  }

  .body-text.tpd {
    max-width: 700px;
  }

  .body-text.tpd.lpd {
    padding-left: 20px;
  }

  .body-text.bpd {
    font-size: 18px;
  }

  .columns-2 {
    width: 100%;
  }

  .column-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    padding-top: 0;
    padding-left: 0;
    display: grid;
    position: relative;
  }

  .service-name {
    margin-top: 20px;
    font-size: 20px;
  }

  .service-box {
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .service-icon {
    width: 80%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-work {
    width: 100%;
  }

  .column-work.right {
    padding-left: 0;
  }

  .heading-4 {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
  }

  .heading-4.formtitle {
    font-size: 32px;
  }

  .heading-4.small {
    font-size: 28px;
    line-height: 32px;
  }

  .work-image {
    width: 100%;
  }

  .work-tile {
    border-radius: 0;
  }

  .work-section {
    height: auto;
  }

  .work-section.tmargin {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 180px;
  }

  .client-logo {
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-title {
    width: 600px;
    font-size: 90px;
    line-height: 98px;
  }

  .big-title.wide {
    font-size: 84px;
    line-height: 84px;
    display: inline-block;
  }

  .field-label.vertical {
    padding-top: 16px;
  }

  .text-field, .text-field.msg-field {
    font-family: "Dmsans 24 Pt", sans-serif;
  }

  .form-block-2.vertical {
    margin-top: 140px;
  }

  .work-link-block {
    border-radius: 0;
    margin-bottom: 100px;
    display: block;
    overflow: hidden;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

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

  .footer-link.w--current {
    margin-left: 30px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-button {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 10px 16px 20px;
    display: flex;
  }

  .footer-links {
    flex: 1;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .social-buttons {
    justify-content: flex-end;
    display: flex;
  }

  .footer {
    grid-template-columns: .5fr .75fr .425fr;
    height: auto;
    margin-top: 0;
    padding-left: 6%;
    padding-right: 0%;
  }

  .hero-section {
    height: 900px;
  }

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

  .heading3.mbsize {
    max-width: none;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .project-title {
    align-items: flex-start;
    padding-top: 30px;
  }

  .work-cover-img {
    width: 100%;
    height: auto;
  }

  .works-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .work-img-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .work-img-block-2 {
    border-radius: 0;
  }

  .sb-header {
    grid-template-columns: .4fr .75fr;
  }

  .sb-header.malign {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .sb-header.malign-copy {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .hero-text-block {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-top: 20%;
    padding-right: 0;
    display: block;
  }

  .hblogomark.big {
    flex: 1;
    width: auto;
    min-width: 60px;
    max-width: 80px;
    height: 74px;
  }

  .hblogotype {
    margin-left: 10px;
  }

  .hblogotype.big {
    flex: 1;
    width: auto;
    min-width: 250px;
    max-width: 270px;
    margin-left: 16px;
  }

  .link-block {
    flex-wrap: wrap;
    height: 40%;
    text-decoration: none;
    display: flex;
  }

  .client-block {
    width: 280px;
    height: 280px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .client-logos-section {
    height: 640px;
  }

  .text-block-2 {
    clear: left;
    padding-left: 97px;
    position: static;
  }

  .detailpage-header {
    grid-template-columns: .4fr .75fr;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-9 {
    justify-content: space-between;
    width: 100%;
    padding-left: 5%;
    padding-right: 20%;
    display: flex;
  }

  .scope-section {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .work-header-img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .work-images-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .work-images-section.malign {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .detail-img {
    border-radius: 16px;
  }

  .detail-img-container {
    border-style: none;
    border-width: 0;
    border-radius: 0;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
  }

  .work-info-section {
    border-bottom-style: none;
    border-bottom-width: 0;
    height: auto;
  }

  .background-video {
    border-radius: 16px;
  }

  .div-block-11 {
    width: 48%;
  }

  .image-7 {
    max-width: 50%;
    height: auto;
  }

  .works-header {
    grid-template-columns: .4fr .75fr;
    margin-bottom: 50px;
  }

  .subpage-header-body {
    width: 90%;
  }

  .div-block-15 {
    padding-bottom: 70px;
  }

  .work-header-block {
    justify-content: center;
    max-width: 1920px;
    max-height: none;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    overflow: hidden;
  }

  .div-block-15-copy {
    height: auto;
    padding-bottom: 0;
  }

  .image-10-copy {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .hero-img-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-12 {
    max-height: 94%;
  }

  .video-container-block {
    border-radius: 16px;
    margin-bottom: 100px;
  }

  .work-header-img-mobile {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .work-header-block-m {
    justify-content: center;
    max-width: 1920px;
    max-height: none;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    overflow: hidden;
  }

  .detail-img-container-copy, .detail-img-container-copy-copy {
    border-style: none;
    border-width: 0;
    border-radius: 0;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .button-primary.large {
    width: 200px;
    font-size: 20px;
  }

  .heading-1.bmargin.bpadding, .heading-1.subpage, .heading-1.subpage-copy {
    font-size: 80px;
    line-height: 88px;
  }

  .heading-2 {
    max-width: 700px;
    font-size: 64px;
    line-height: 76px;
  }

  .heading-2.bmargin.tmargin {
    margin-bottom: 100px;
  }

  .heading-2.bmargin.malign {
    max-width: 1000px;
  }

  .button-text {
    font-size: 22px;
  }

  .specs-img {
    width: 30%;
    height: auto;
  }

  .specs-img.hide {
    width: 30%;
  }

  .div-block {
    height: auto;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .body-text {
    width: 100%;
    font-size: 19px;
    line-height: 32px;
  }

  .body-text.tpd, .body-text.bpd {
    font-size: 19px;
  }

  .service-name {
    font-size: 20px;
  }

  .service-icon {
    width: 76%;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .heading-4.formtitle {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-4.small {
    font-size: 30px;
    line-height: 38px;
  }

  .work-detail {
    padding-top: 10px;
  }

  .work-detail.location, .work-detail.bpadding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .big-title.wide {
    font-size: 96px;
    line-height: 104px;
    display: inline-block;
    position: static;
  }

  .big-title.wide.gradient {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    display: inline-block;
  }

  .field-label {
    font-size: 20px;
  }

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

  .footer {
    margin-top: 0;
  }

  .hero-section {
    height: 1080px;
  }

  .hero-section.gird {
    flex-direction: row;
    grid-template-columns: 1.5fr 1fr;
    justify-items: center;
    display: flex;
  }

  .heading3.mbsize {
    font-size: 40px;
    line-height: 44px;
  }

  .project-title {
    padding-top: 40px;
  }

  .work-cover-img {
    height: auto;
  }

  .work-img-block-2 {
    margin-bottom: 40px;
  }

  .sb-header.malign-copy {
    padding-left: 12%;
    padding-right: 12%;
  }

  .hero-text-block {
    flex-flow: row;
    align-content: flex-start;
    align-items: flex-start;
    width: 55%;
    max-width: none;
    margin-top: 6%;
    display: block;
  }

  .detailpage-header {
    max-width: 1920px;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .work-info {
    margin-top: 0;
    margin-bottom: 0;
  }

  .scope-section {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 1920px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .wd-img {
    background-image: linear-gradient(to bottom, var(--lavender), #fbf9ff);
    justify-content: center;
    display: flex;
  }

  .work-header-img {
    border-radius: 0;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .work-images-section {
    padding-left: 8%;
    padding-right: 8%;
  }

  .detail-img {
    border-radius: 16px;
  }

  .detail-img-container {
    border-style: none;
    border-width: 0;
    border-radius: 0;
    justify-content: center;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .work-info-section {
    padding-left: 8%;
    padding-right: 8%;
  }

  .background-video {
    border-radius: 16px;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    inset: 0% auto;
  }

  .div-block-11 {
    width: 46%;
  }

  .works-header {
    margin-bottom: 60px;
  }

  .subpage-header-body {
    font-size: 22px;
  }

  .div-block-15 {
    padding-bottom: 100px;
  }

  .image-10 {
    width: 44%;
    max-width: 500px;
  }

  .div-block-16 {
    margin-bottom: 40px;
  }

  .work-header-block {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    height: auto;
    max-height: none;
    margin-top: 60px;
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .div-block-15-copy {
    height: auto;
    padding-bottom: 0;
  }

  .image-10-copy {
    flex: 0 auto;
    width: 48%;
    max-width: 50%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .hero-img-block {
    width: 45%;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: 600px;
  }

  .image-12 {
    flex: 0 auto;
    align-self: center;
    width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: 860px;
    display: block;
    position: static;
  }

  .div-block-18 {
    width: 100%;
  }

  .video-container-block {
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    padding-top: 0%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .work-header-img-mobile {
    border-radius: 0;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .work-header-block-m {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    height: auto;
    max-height: none;
    margin-top: 60px;
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .detail-img-container-copy, .detail-img-container-copy-copy {
    border-style: none;
    border-width: 0;
    border-radius: 0;
    justify-content: center;
    width: auto;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 2;
    height: 74px;
  }

  .navbar-wrapper {
    padding-right: 4%;
    position: relative;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    border-left-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .nav-menu-two {
    z-index: 100;
    border-top: 1px solid var(--strokes);
    text-align: left;
    background-color: #f6f3ff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 60px 0 40px;
    font-family: Supreme, sans-serif;
    font-size: 18px;
    line-height: 60px;
    display: block;
    position: relative;
    box-shadow: 0 20px 50px #0003;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.hamburger {
    letter-spacing: 0;
    padding-right: 80%;
    font-size: 28px;
  }

  .menu-button {
    border-radius: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff;
    width: auto;
    height: auto;
    padding: 0;
  }

  .heading-1 {
    margin-bottom: 60px;
    padding-right: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .heading-1.bmargin {
    line-height: 68px;
  }

  .heading-1.bmargin.bpadding {
    width: auto;
    margin-bottom: 30px;
    padding-left: 0%;
    line-height: 66px;
    display: inline-block;
  }

  .heading-1.wdheader {
    letter-spacing: -.3px;
    width: 50%;
    max-width: 60%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 58px;
    position: static;
  }

  .heading-1.subpage {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 54px;
    line-height: 58px;
  }

  .heading-1.subpage-copy {
    text-align: left;
    width: 54%;
    margin-bottom: 0;
    font-size: 54px;
    line-height: 58px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 50px;
  }

  .link-button.full-line {
    margin-left: 30px;
    margin-right: 20px;
  }

  .link-button.social {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-button.tmargin {
    margin-top: 50px;
  }

  .link-button.contact-line {
    margin-left: auto;
    margin-right: auto;
  }

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

  .button-text.navlink {
    font-size: 28px;
    font-weight: 500;
    line-height: 20px;
  }

  .section-fluid {
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-fluid.bmargin {
    border: 1px #000;
  }

  .section-fluid.bmargin.malign {
    margin-top: 0;
    padding-top: 140px;
  }

  .section-fluid.workdetail {
    padding-top: 100px;
  }

  .section-fluid.clean {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .section-fluid.clean.cmargin {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .container-fluid.bmargin {
    margin-bottom: 50px;
  }

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

  .column-3 {
    align-items: flex-start;
    padding-right: 40px;
    display: block;
  }

  .specs-img {
    width: 48%;
    height: auto;
  }

  .specs-img.hide {
    display: none;
  }

  .div-block {
    width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 30px;
  }

  .body-text {
    line-height: 26px;
    display: inline-block;
  }

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

  .service-name {
    line-height: 24px;
  }

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

  .service-icon {
    width: 100%;
    height: auto;
  }

  .columns-work {
    display: flex;
  }

  .column-work {
    align-items: flex-start;
    padding-right: 20px;
    display: block;
  }

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

  .heading-4 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-4.small {
    font-size: 24px;
    line-height: 30px;
  }

  .work-image {
    width: 100%;
    margin-bottom: 0;
  }

  .work-tile {
    margin-bottom: 80px;
  }

  .work-section {
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .work-section.tmargin {
    margin-top: 140px;
  }

  .work-detail {
    padding-top: 2px;
    font-size: 16px;
  }

  .work-detail.location, .work-detail.bpadding {
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .client-logo {
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-title {
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
  }

  .big-title.wide {
    padding: 2px 10px;
    font-size: 68px;
    line-height: 76px;
    display: inline-block;
  }

  .big-title.wide.gradient {
    padding: 2px 10px;
  }

  .hamburger-list {
    border-bottom: 1px solid #ddd6f3;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    display: block;
  }

  .hamburger-list:hover {
    box-shadow: none;
    width: 100%;
  }

  .hamburger-list.stroke {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 60px;
    padding-right: 0;
  }

  .field-label.vertical {
    padding-top: 12px;
  }

  .form-block.vertical {
    width: 100%;
    padding-right: 0;
  }

  .form-block-2 {
    max-width: 96%;
  }

  .form-block-2.vertical {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .work-link-block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .social-button {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-icon.in {
    width: 60px;
  }

  .footer-links {
    justify-content: center;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .social-buttons {
    border-top: 1px solid var(--strokes);
    border-left-style: none;
    border-left-width: 0;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    padding: 0;
  }

  .footer {
    grid-row-gap: 37px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
    padding-top: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section {
    border-style: none none solid;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    justify-content: space-between;
    height: 1000px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-section.gird {
    flex-direction: column-reverse;
    height: auto;
    display: flex;
  }

  .heading3.mbsize {
    max-width: 160px;
    font-size: 30px;
    line-height: 34px;
  }

  .project-title {
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 4px;
  }

  .work-cover-img {
    border-radius: 0;
    height: auto;
  }

  .works-container {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .work-img-block-2 {
    border-radius: 0;
  }

  .iconsheader {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-top: 0;
    display: flex;
  }

  .menuline1 {
    background-color: var(--slate-blue);
    flex: none;
    width: 32px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .div-block-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .menuline2 {
    background-color: var(--slate-blue);
    flex: none;
    width: 32px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .sb-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 4%;
    display: grid;
  }

  .sb-header.malign {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .sb-header.malign-copy {
    margin-bottom: 20px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-text-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 16px;
    position: static;
    top: 59px;
  }

  .hblogotype.big {
    min-width: 208px;
    max-width: 240px;
    margin-right: 10px;
  }

  .link-block {
    justify-content: center;
    max-width: 48%;
  }

  .client-block {
    width: 220px;
    height: 220px;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .client-logos-section {
    height: 520px;
  }

  .text-block-2 {
    padding-left: 23px;
    display: block;
  }

  .detailpage-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 4%;
    display: flex;
  }

  .div-block-9 {
    justify-content: space-between;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .wd-icons {
    margin-left: 5px;
    margin-right: 5px;
  }

  .wd-icons.width.pd {
    margin-left: 2px;
    margin-right: 2px;
  }

  .scope-section {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wd-img {
    justify-content: center;
    display: flex;
  }

  .work-header-img {
    height: auto;
  }

  .detail-img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .detail-img-mobile {
    display: none;
  }

  .work-info-section {
    border-bottom-style: none;
    border-bottom-width: 0;
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .background-video {
    width: 100%;
    height: auto;
    min-height: 400px;
    margin-bottom: 0;
  }

  .div-block-11 {
    width: 100%;
  }

  .image-7 {
    order: 1;
    max-width: 80%;
    margin-top: 40px;
    right: auto;
  }

  .image-7.posrel {
    right: auto;
  }

  .works-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 4%;
    display: grid;
  }

  .subpage-header-body {
    width: 100%;
  }

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

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

  .image-10 {
    width: 44%;
    margin-top: 4%;
  }

  .work-header-block {
    display: flex;
  }

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

  .div-block-15-copy {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .image-10-copy {
    width: 38%;
    max-width: 48%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .hero-img-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-12 {
    max-height: 440px;
    margin-top: 60px;
  }

  .work-header-img-mobile {
    height: auto;
  }

  .work-header-block-m {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding: 60px 0 140px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.hamburger {
    padding-right: 70%;
    font-size: 26px;
  }

  .heading-1 {
    margin-bottom: 40px;
    font-size: 54px;
    line-height: 62px;
  }

  .heading-1.bmargin {
    letter-spacing: -.5px;
    margin-bottom: 60px;
  }

  .heading-1.bmargin.bpadding {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 58px;
  }

  .heading-1.wdheader {
    width: auto;
    min-width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
  }

  .heading-1.subpage {
    text-align: left;
    width: 100%;
    font-size: 50px;
    line-height: 56px;
  }

  .heading-1.subpage-copy {
    text-align: center;
    width: 100%;
    font-size: 50px;
    line-height: 56px;
  }

  .heading-2 {
    letter-spacing: -.5px;
    font-size: 38px;
    line-height: 48px;
  }

  .heading-2.bmargin.tmargin {
    margin-bottom: 60px;
  }

  .heading-2.bmargin.lmargin {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.bmargin.malign {
    text-align: center;
  }

  .link-button.social {
    padding-right: 5px;
  }

  .link-button.tmargin {
    margin-top: 40px;
  }

  .button-text {
    font-size: 17px;
  }

  .button-text.navlink {
    font-size: 26px;
  }

  .section-fluid {
    height: auto;
    padding: 40px 15px;
  }

  .section-fluid.bmargin {
    margin-bottom: 80px;
    padding-top: 80px;
  }

  .section-fluid.bmargin.malign {
    margin-top: 0;
    padding-top: 40px;
  }

  .section-fluid.workdetail {
    padding-top: 80px;
  }

  .section-fluid.clean {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 40px;
  }

  .section-fluid.clean.cmargin {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-fluid.malign.bmargin {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .container-fluid.bmargin {
    margin-bottom: 40px;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .specs-img {
    border-radius: 8px;
    width: 30%;
    height: auto;
  }

  .specs-img.hide {
    display: block;
  }

  .div-block {
    align-items: flex-start;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 30px;
  }

  .body-text.bpd {
    margin-top: 0;
  }

  .body-text.sbbody {
    margin-bottom: 0;
  }

  .column-4 {
    justify-items: start;
    padding-top: 20px;
    padding-left: 0;
  }

  .service-name {
    align-self: center;
  }

  .service-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .service-icon {
    width: 76%;
    height: auto;
  }

  .columns-work {
    flex-direction: column-reverse;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .column-work {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-work.right {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4.formtitle {
    font-size: 28px;
  }

  .work-image {
    border-radius: 0;
  }

  .work-tile {
    margin-bottom: 60px;
  }

  .work-section {
    height: auto;
    padding: 40px 15px;
  }

  .work-section.tmargin {
    margin-top: 80px;
    padding-top: 80px;
  }

  .work-detail.location {
    margin-left: 4px;
    padding-bottom: 4px;
  }

  .work-detail.bpadding {
    padding-bottom: 4px;
  }

  .client-logo {
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .big-title {
    width: 360px;
    font-size: 80px;
    line-height: 80px;
  }

  .big-title.wide {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 62px;
    line-height: 64px;
  }

  .hamburger-list, .hamburger-list.stroke {
    padding-left: 30px;
  }

  .form-block {
    width: 100%;
  }

  .form-block-2 {
    max-width: 92%;
  }

  .work-link-block {
    border-radius: 0;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .footer-link.w--current {
    font-size: 20px;
  }

  .social-button {
    height: 100%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .footer-links {
    justify-content: space-between;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-buttons {
    height: 100%;
    margin-top: 0;
  }

  .footer {
    grid-row-gap: 29px;
    height: auto;
    padding: 100px 0 0;
  }

  .hero-section {
    border-style: none none solid;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 60px 15px 40px;
  }

  .heading3.mbsize {
    max-width: 160px;
    font-size: 28px;
    line-height: 30px;
  }

  .project-title {
    padding-bottom: 40px;
  }

  .work-cover-img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .works-container {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .work-img-block-2 {
    border-radius: 0;
  }

  .sb-header {
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .sb-header.malign {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .sb-header.malign-copy {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-text-block {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 8px;
    position: relative;
    top: auto;
    bottom: -5%;
  }

  .hblogotype.big {
    width: 250px;
  }

  .link-block {
    max-width: 58%;
  }

  .client-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .client-logos-section {
    height: 440px;
  }

  .text-block-2 {
    padding-left: 0;
    display: block;
  }

  .detailpage-header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 4%;
  }

  .details {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .scope-section {
    grid-column-gap: 16px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .work-header-img {
    height: auto;
    display: none;
  }

  .detail-img {
    object-fit: cover;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .detail-img-container {
    border-radius: 8px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
  }

  .detail-img-mobile {
    display: block;
  }

  .work-info-section {
    height: auto;
    padding: 40px 15px;
  }

  .background-video {
    width: 100%;
    height: auto;
    min-height: 300px;
    display: block;
  }

  .div-block-11 {
    width: 100%;
  }

  .image-7 {
    max-width: 110%;
    height: auto;
  }

  .works-header {
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .subpage-header-body {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-13 {
    padding-top: 100px;
  }

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

  .image-10 {
    margin-top: 2%;
  }

  .div-block-16 {
    margin-bottom: 0;
  }

  .div-block-15-copy {
    padding-bottom: 0;
  }

  .image-10-copy {
    width: 44%;
    margin-top: 60px;
  }

  .hero-img-block {
    margin-bottom: 10px;
  }

  .video-container-block {
    margin-bottom: 50px;
  }

  .work-header-img-mobile {
    height: auto;
    display: inline-flex;
  }

  .detail-img-container-copy, .detail-img-container-copy-copy {
    border-radius: 8px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 60px;
    padding-top: 4px;
  }

  .navbar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.hamburger {
    padding-right: 50%;
    font-size: 24px;
  }

  .button-primary.large.vertical {
    align-self: center;
  }

  .heading-1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading-1.bmargin {
    margin-bottom: 50px;
    line-height: 50px;
  }

  .heading-1.bmargin.bpadding {
    margin-bottom: 0;
    line-height: 50px;
  }

  .heading-1.wdheader {
    padding-top: 10px;
    padding-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading-1.subpage {
    text-align: left;
    width: 100%;
    font-size: 44px;
    line-height: 48px;
  }

  .heading-1.subpage-copy {
    text-align: center;
    width: 100%;
    font-size: 44px;
    line-height: 48px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-2.bmargin.tmargin, .heading-2.bmargin.malign {
    margin-bottom: 40px;
  }

  .heading-2.bmargin40 {
    margin-bottom: 20px;
  }

  .link-button.full-line {
    margin-left: 0;
    margin-right: 0;
  }

  .link-button.full-line.cpd {
    width: 90%;
    margin-top: 10px;
  }

  .link-button.tmargin {
    margin-top: 30px;
    margin-left: 8px;
  }

  .link-button.contact-line {
    margin-left: 0;
    margin-right: 0;
  }

  .button-text {
    font-size: 16px;
  }

  .button-text.navlink {
    font-size: 24px;
  }

  .section-fluid {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-fluid.bmargin {
    border: 1px #000;
    margin-bottom: 0;
    padding: 100px 20px 60px;
  }

  .section-fluid.bmargin.malign {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-fluid.workdetail {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-fluid.clean {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .section-fluid.clean.cmargin {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-fluid {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-fluid.malign.bmargin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-fluid.bmargin, .column-3 {
    margin-bottom: 20px;
  }

  .specs-img {
    width: 47%;
    height: auto;
  }

  .specs-img.hide {
    width: 48%;
    display: none;
  }

  .div-block {
    height: auto;
    margin-bottom: 30px;
  }

  .body-text {
    font-size: 15px;
    line-height: 24px;
  }

  .body-text.tpd.lpd {
    padding-left: 0;
  }

  .body-text.bpd {
    margin-top: 0;
  }

  .column-4 {
    place-content: space-around;
    align-items: start;
    margin-top: 40px;
    padding-top: 0;
  }

  .service-name {
    text-align: center;
    margin-top: 4px;
    font-size: 16px;
  }

  .service-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .service-icon {
    width: 86%;
    max-width: none;
    height: auto;
  }

  .column-work {
    margin-bottom: 0;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-4.small {
    font-size: 22px;
    line-height: 26px;
  }

  .work-image {
    border-radius: 0;
    margin-bottom: 0;
  }

  .work-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .work-section.tmargin {
    margin-top: 0;
  }

  .work-detail {
    font-size: 15px;
  }

  .client-logo {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .big-title {
    font-size: 58px;
    line-height: 62px;
  }

  .big-title.wide {
    text-align: left;
    padding: 0 10px 0 0;
    font-size: 46px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
  }

  .big-title.wide.gradient {
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .hamburger-list {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .hamburger-list.stroke {
    padding-left: 20px;
  }

  .form-block-2 {
    max-width: 100%;
    margin-top: 0;
  }

  .form-block-2.vertical {
    margin-top: 40px;
  }

  .work-link-block {
    border-radius: 0;
  }

  .footer-link {
    font-size: 20px;
  }

  .social-button {
    justify-content: center;
    width: 33.3%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icon {
    height: 70px;
    max-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icon.in {
    width: 70px;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .social-buttons {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .footer {
    height: auto;
    padding: 60px 0 0;
  }

  .hero-section {
    border-bottom-style: solid;
    height: auto;
    padding: 20px 20px 40px;
  }

  .heading3.mbsize {
    max-width: none;
    font-size: 28px;
    line-height: 30px;
  }

  .project-title {
    width: 100%;
    padding-bottom: 40px;
  }

  .work-cover-img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .works-container {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-img-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .work-img-block-2 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .smooth-wrapper {
    overflow: hidden;
  }

  .arrows {
    width: 24px;
    height: 24px;
  }

  .menuline1 {
    width: 28px;
  }

  .div-block-5 {
    width: 50px;
    height: 50px;
  }

  .menuline2 {
    width: 28px;
  }

  .sb-header {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .sb-header.malign {
    z-index: 2;
    margin-bottom: 20px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .sb-header.malign-copy {
    z-index: 2;
    margin-bottom: 10px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-text-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    display: block;
    top: auto;
    bottom: auto;
  }

  .hblogotype {
    display: none;
  }

  .hblogotype.big {
    width: 180px;
    display: block;
  }

  .link-block {
    max-width: 80%;
  }

  .heading-5 {
    display: none;
  }

  .client-block {
    width: 140px;
    height: 140px;
  }

  .logo-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    width: 100%;
    display: grid;
  }

  .logo-container.hide {
    display: none;
  }

  .client-logos-section {
    justify-content: space-around;
    height: auto;
  }

  .logo-strip {
    justify-content: space-between;
  }

  .detailpage-header {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin-bottom: 10px;
  }

  .div-block-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .details {
    flex-direction: column;
    margin-right: 0;
  }

  .wd-icons {
    margin-left: 4px;
    margin-right: 4px;
  }

  .work-info {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .scope-section {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-header-img {
    height: 320px;
    display: none;
    overflow: visible;
  }

  .work-images-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .detail-img {
    border-radius: 0;
    display: none;
  }

  .detail-img-container {
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .detail-img-mobile {
    border-radius: 0;
  }

  .work-info-section {
    border-bottom-style: none;
    border-bottom-width: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .background-video {
    border-radius: 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    display: block;
  }

  .image-7 {
    max-width: 120%;
    height: auto;
    margin-top: 20px;
  }

  .image-7.posrel {
    max-width: 120%;
    height: auto;
  }

  .email-link.white {
    font-size: 16px;
  }

  .works-header {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .subpage-header-body {
    width: 100%;
  }

  .div-block-13 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .image-10 {
    width: 70%;
  }

  .work-header-block {
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .image-10-copy {
    width: 70%;
    max-width: 80%;
  }

  .image-12 {
    max-width: 100%;
    max-height: 380px;
    margin-top: 40px;
  }

  .video-container-block {
    border-radius: 0;
    margin-bottom: 30px;
  }

  .work-header-img-mobile {
    width: 100%;
    height: auto;
    display: inline-flex;
  }

  .work-header-block-m {
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .detail-img-container-copy, .detail-img-container-copy-copy {
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#w-node-_0931c923-257b-709b-3cce-472d2e85fb52-51de9303 {
  place-self: center;
}

#w-node-c9801521-1586-6400-a7dc-61c34cf9aaaf-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ba4d435d-17ba-572d-fca3-b8348d95dfa4-51de9303, #w-node-_41bebe26-9c82-71e6-7996-d16ad5c8b4c3-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16dc0736-9364-5eda-512b-f8cc748142cc-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_16dc0736-9364-5eda-512b-f8cc748142cd-51de9303, #w-node-_16dc0736-9364-5eda-512b-f8cc748142ce-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70cce140-4324-ef24-e700-0d1efb1452b3-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_70cce140-4324-ef24-e700-0d1efb1452b4-51de9303, #w-node-_70cce140-4324-ef24-e700-0d1efb1452b5-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abc66577-6266-3a1e-57f5-236d341ed034-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-abc66577-6266-3a1e-57f5-236d341ed035-51de9303, #w-node-abc66577-6266-3a1e-57f5-236d341ed036-51de9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac879a97-ed8b-403c-3d88-1008b698ba6a-b698ba5d {
  justify-self: stretch;
}

#w-node-_179e08c6-c296-a4c9-5f12-0415813d4887-813d4871 {
  grid-area: Area-2;
}

#w-node-e0e8108e-cb0f-42ae-e6c7-2d8cff868255-870100fa {
  align-self: start;
}

#w-node-fd6db797-5431-6328-a3b8-f090a81fa45d-a81fa45d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e7190974-5c45-c46f-a054-5338b561d275-b561d273 {
  align-self: start;
}

#w-node-e7190974-5c45-c46f-a054-5338b561d277-b561d273 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0e8108e-cb0f-42ae-e6c7-2d8cff868255-9d228e99, #w-node-b89ffe1f-b009-640e-c112-73df5b5248db-1679f45a {
  align-self: start;
}

#w-node-ff49eaf0-36e6-8fdf-3722-4973dd5ee4fb-1679f45a {
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-c9801521-1586-6400-a7dc-61c34cf9aaaf-51de9303, #w-node-_16dc0736-9364-5eda-512b-f8cc748142cc-51de9303, #w-node-_70cce140-4324-ef24-e700-0d1efb1452b3-51de9303, #w-node-abc66577-6266-3a1e-57f5-236d341ed034-51de9303 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ac443b2f-afce-30b2-1efa-d6f2cb4b0028-9d228e99 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c9801521-1586-6400-a7dc-61c34cf9aaaf-51de9303 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 24 Pt';
  src: url('../fonts/DMSans_24pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 24 Pt';
  src: url('../fonts/DMSans_24pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 24 Pt';
  src: url('../fonts/DMSans_24pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 24 Pt';
  src: url('../fonts/DMSans_24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}