@font-face {
  font-family: Nohemi;
  src: url('../fonts/nohemi-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/nohemi-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/nohemi-thin-webfont.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/nohemi-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tanker;
  src: url('../fonts/tanker-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/nohemi-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ydarkblue: #023047;
  --black: black;
  --headerheight: 56px;
  --ygreenyblue: #264653;
  --purewhite: #fff;
  --ycream: #ffecd1;
  --yyellow: #ffb703;
}

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

a {
  color: var(--ydarkblue);
  text-decoration: underline;
}

.sitecss {
  display: none;
}

.sitenav {
  z-index: 2;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100dvh;
  margin-right: 0;
  padding: 0 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.sitenav.innerpheader {
  color: var(--black);
  border: 1px solid #0000;
}

.logotext {
  color: #ffecd1;
  width: 8ch;
  font-family: Nohemi, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.container {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sitelogo {
  z-index: 5;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100dvh;
  margin-left: 0;
  display: flex;
}

.sitelogo.innerplogo {
  height: var(--headerheight);
  justify-content: flex-start;
  align-items: center;
}

.main-content {
  max-width: 100%;
  min-height: 100dvh;
  position: relative;
}

.main-content.innerpmain {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
}

.main-content.innerpmain.aboutandcontactcolor {
  color: var(--ygreenyblue);
}

.main-content.innerpmain.blog-list-color {
  color: var(--purewhite);
}

.body {
  font-family: Nohemi, sans-serif;
  font-weight: 500;
}

.fallbackheroimage {
  width: 100%;
  max-height: 100vh;
  display: none;
  position: absolute;
}

.herovideohtml {
  width: 100%;
  max-height: 100vh;
  display: block;
  position: absolute;
}

.heroscript, .othertests {
  display: none;
}

.sitevertnav {
  background-color: #fff0;
  min-height: 100vh;
}

.hideforever {
  display: none;
}

.mainnavmenu {
  height: var(--headerheight);
  max-height: var(--headerheight);
  grid-column-gap: 106px;
  grid-row-gap: 106px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menulink {
  color: var(--ycream);
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.menulink.innerpmlink {
  color: var(--purewhite);
}

.menulink.innerpmlink.sworkmenulink {
  color: var(--ycream);
}

.menulink.innercontentcolors {
  color: var(--black);
}

.menulink.blog-list-color {
  color: var(--purewhite);
}

.menulink.black {
  color: var(--black);
}

.menulink.white {
  color: var(--purewhite);
}

.bgoverlay {
  z-index: 1;
  opacity: .34;
  mix-blend-mode: normal;
  background-color: #00000038;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  position: absolute;
}

.heading.hometitle {
  z-index: 2;
  color: var(--purewhite);
  text-align: right;
  text-transform: uppercase;
  max-width: 23ch;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  position: static;
  inset: 50% 90px auto auto;
}

.logoimage {
  color: var(--black);
}

.sitefooter {
  z-index: 2;
  color: var(--ycream);
  justify-content: flex-start;
  align-items: center;
  max-width: 560px;
  margin-right: 0;
  padding-right: 10px;
  display: block;
  position: relative;
  inset: auto 0% 10px;
}

.sitefooter.homefooter {
  position: absolute;
}

.socialink {
  color: var(--ycream);
  margin-right: 12px;
}

.socialink:last-child {
  margin-right: 0;
}

.socialink.lastone {
  margin-left: 18px;
}

.footerlink {
  color: var(--ycream);
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.footerlink.black {
  color: var(--black);
}

.footerlink.black.blue {
  color: var(--ydarkblue);
}

.footerlink.white {
  color: var(--purewhite);
}

.socialiconcodesvg {
  color: var(--ycream);
}

.socialiconcodesvg.aboutandcontactcolor {
  color: var(--ygreenyblue);
}

.socialiconcodesvg.white {
  color: var(--purewhite);
}

.socialiconcodesvg.black {
  color: var(--black);
}

.socialwrap {
  display: inline-flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footerinnerwrap {
  color: var(--purewhite);
  width: 100%;
  display: flex;
  position: relative;
}

.body-works {
  background-color: var(--ydarkblue);
  color: var(--yyellow);
}

.body-works.body {
  background-color: var(--black);
  color: var(--purewhite);
}

.listingpagetitle {
  max-width: 23.8ch;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Tanker, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1em;
}

.listingpagetitle.abouttitle {
  margin-top: 180px;
}

.listingpagetitle.abouttitle.work {
  margin-top: 100px;
}

.listingpagetitle.contitle {
  max-width: 27.48ch;
}

.listingpagetitle.contitle.aboutandcontactcolor {
  color: var(--ygreenyblue);
}

.listingpagetitle.innercontentcolors {
  color: var(--black);
}

.listingpagetitle.workh1title.white {
  color: var(--purewhite);
}

.workgridcontainer {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: flex-start;
  place-items: start;
  max-width: 100%;
  margin-bottom: 100px;
  display: grid;
}

.gridworktitle {
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 11.57px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: inline-flex;
}

.gridworktitle.sworkcolor {
  color: var(--ycream);
}

.gridworktitle.swork-herometa {
  font-size: 12px;
  display: block;
}

.gridworktitle.swork-herometa._5mgt {
  margin-top: 5px;
}

.gridworktitle.blog-list-color {
  color: var(--purewhite);
}

.gridinnerwork {
  color: var(--yyellow);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.gridinnerwork.has-tooltip {
  color: var(--purewhite);
}

.gridinnerwork.has-tooltip.hide {
  display: none;
}

.workcoverimage {
  width: 100%;
}

.worksgridh2 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  line-height: 1em;
}

.worksgridh2.sworkmar.bposttitle2 {
  width: 22ch;
  position: absolute;
}

.worksgridh2.sworkmar.bposttitle2.innercontentcolors {
  width: 25ch;
}

.worksgridh2.sociallinkc {
  margin-bottom: 4px;
  display: block;
}

.worksgridh2.contacth2 {
  font-weight: 600;
}

.worksgridh2.worksh2title.white {
  color: var(--purewhite);
}

.worksgridh2.aboutandcontactcolor {
  color: var(--ygreenyblue);
}

.worksgridh2.white {
  color: var(--purewhite);
}

.worksgridh2.work.blue {
  color: var(--ydarkblue);
}

.has-tooltip {
  text-decoration: none;
}

.tooltip-wrapper {
  z-index: 999;
  background-color: var(--purewhite);
  color: #000;
  font-weight: 500;
  display: block;
  position: fixed;
  inset: 12px auto auto 12px;
}

.tooltip-text {
  padding: .3em .7em;
  font-weight: 500;
}

.project-image-wrapper {
  position: relative;
  overflow: hidden;
}

.clientlogoscontainer {
  max-width: 100%;
  margin-bottom: 95px;
  padding-left: 0;
}

.marquee-wrap {
  display: flex;
}

.loop-track {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 745px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradiant-overlay-div {
  z-index: 5;
  background-image: linear-gradient(90deg, var(--ycream), #fff0);
  min-width: 5rem;
  min-height: 5rem;
  position: absolute;
  inset: -16px auto 0% 0%;
}

.white-gradiant-overlay-div._1 {
  background-image: linear-gradient(260deg, var(--ycream), #fff0);
  left: auto;
  right: 0%;
}

.white-gradiant-overlay-div._1.petrolpage {
  background-image: linear-gradient(260deg, var(--ycream), #fff0);
}

.white-gradiant-overlay-div._1.petrolpage.black {
  background-image: linear-gradient(270deg, var(--purewhite), #fff0);
}

.white-gradiant-overlay-div._1.white-fade1 {
  background-image: linear-gradient(260deg, #fff, #fff0);
}

.white-gradiant-overlay-div._1.blue-gradiant-overlay-div-reverse {
  background-image: linear-gradient(260deg, var(--black), #fff0);
}

.white-gradiant-overlay-div.petrolpage {
  background-image: linear-gradient(90deg, var(--ycream), #fff0);
}

.white-gradiant-overlay-div.petrolpage.black {
  background-image: linear-gradient(90deg, var(--purewhite), #fff0);
}

.white-gradiant-overlay-div.white-fade {
  background-image: linear-gradient(90deg, #fff, #fff0);
}

.white-gradiant-overlay-div.blue-gradiant-overlay-div {
  background-image: linear-gradient(90deg, var(--black), #fff0);
}

.loop-collection {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.customerlogowrapper {
  flex: none;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Tanker, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.customerlogowrapper._13-5 {
  min-width: 13.5ch;
}

.customerlogowrapper._8 {
  min-width: 8ch;
}

.customerlogowrapper._15ch {
  min-width: 15ch;
}

.customerlogowrapper.colorcream {
  color: var(--ycream);
}

.customerlogowrapper.blue {
  color: var(--ydarkblue);
}

.customerlogowrap {
  flex: none;
  width: 100%;
  max-width: none;
  display: flex;
}

.customerlogowrap.logosclone {
  position: relative;
  left: 20%;
}

.clogotext {
  color: var(--purewhite);
}

.clogotext.innercontentcolors.blue {
  color: var(--ydarkblue);
}

.clogotext.aboutandcontactcolor {
  color: var(--ygreenyblue);
}

.clogotext.blog-list-color {
  color: var(--purewhite);
}

.card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f8f8fa;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker.has-horizontal-fade {
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-logo {
  flex: none;
  width: auto;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.body-single-work {
  background-color: var(--purewhite);
  color: var(--black);
  font-family: Nohemi, sans-serif;
  font-weight: 700;
}

.singleworkvideo {
  flex: 0 100%;
  height: 674px;
  margin-top: 60px;
}

.singleworkvideo.postimage {
  height: 100%;
}

.singleworkvideo.vimeoembed {
  background-color: var(--purewhite);
  height: 78.75vh;
}

.singleworkvideo.hide {
  display: none;
}

.wfvideowrap {
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 140vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sworkcontentwrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.sworkcontentwrap.spostwrap {
  justify-content: flex-start;
  padding-right: 0;
}

.sworkcontentwrap.spostwrap.work {
  margin-bottom: 70px;
}

.sworkcontentwrap.contact-section {
  width: 1165px;
  padding-right: 0;
}

.sworkcontentwrap.contact-section.aboutandcontactcolor.work {
  max-width: 100%;
}

.sworkcontentwrap.contact-socialwrapp {
  max-width: 410px;
  padding-right: 0;
}

.sworkcontentwrap.black.body-single-work.hide {
  display: none;
}

.sworkcontentwrap.black.work {
  margin-top: 30px;
}

.sworkcontentwrap.black.work.hide {
  display: none;
}

.sworktextcontent {
  max-width: 54ch;
  font-size: 15px;
  font-weight: 500;
  line-height: 126%;
}

.sworktextcontent.testimonialtext {
  letter-spacing: .03px;
  font-size: 15px;
  font-weight: 500;
}

.sworktextcontent.spost {
  margin-left: auto;
  margin-right: auto;
  font-family: Nohemi, sans-serif;
  font-weight: 400;
}

.sworktextcontent.conplusimage {
  margin-top: 45px;
}

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

._3colimages._4columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._3colwrapsection {
  margin-bottom: 100px;
}

.coverimagesection {
  background-image: url('../images/underthemeteorshower1-1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 815px;
  margin-bottom: 100px;
  margin-left: -10px;
  margin-right: -10px;
}

.testimonialref {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
}

.body-blog {
  background-color: var(--purewhite);
  color: #000;
  font-family: Nohemi, sans-serif;
  font-weight: 700;
}

.body-blog.blog-list-color {
  background-color: var(--black);
  color: var(--purewhite);
}

.contentimage {
  width: 100%;
}

.aboutimageplus {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 388px;
  display: flex;
}

.aboutimage {
  max-width: 278px;
  margin-top: 45px;
}

.body-about {
  background-color: var(--ycream);
  color: var(--ygreenyblue);
  font-family: Nohemi, sans-serif;
  font-weight: 700;
}

.contact-link {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1em;
}

.hugelink {
  height: auto;
  margin-top: 0;
}

.contactsocialwrap {
  display: block;
}

.verticalvideowrap {
  width: 426px;
  height: 757px;
  margin: 0 auto 70px;
}

.ytshortsvideo {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.hide {
  display: none;
}

.homcontentvertcenter {
  justify-content: flex-end;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.innercontentcolors {
  color: var(--black);
}

.section {
  position: relative;
  inset: auto 0% 0%;
}

.h3blog {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.rich-text-block, .bold-text, .paragraph {
  color: var(--black);
}

.link {
  color: var(--ygreenyblue);
  text-decoration: underline;
}

.code-embed {
  max-width: 100%;
  max-height: 86.384%;
}

.video {
  margin-top: 30px;
}

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

@media screen and (max-width: 991px) {
  .nav-menu {
    display: block;
  }

  .mainnavmenu {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    position: absolute;
    inset: 0% 10px auto auto;
  }

  .heading.hometitle {
    max-width: 19.3ch;
    right: 10px;
  }

  .sitefooter {
    align-content: center;
    max-width: 100%;
    bottom: 10%;
    left: 10px;
  }

  .footerlink {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .footerinnerwrap {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .worksgridh2.sworkmar.bposttitle2 {
    width: 100%;
    position: static;
  }

  .worksgridh2.sworkmar.aboutflex {
    width: 100%;
  }

  .tooltip-wrapper {
    margin-top: 9px;
    margin-bottom: 9px;
    position: relative;
    top: 0;
    left: 0;
  }

  .tooltip-text {
    font-size: 12px;
    font-weight: 600;
  }

  .clientlogoscontainer {
    padding-right: 0;
  }

  .singleworkvideo.vimeoembed {
    height: auto;
  }

  .wfvideowrap {
    max-width: 80vh;
  }

  .sworkcontentwrap.spostwrap, .sworkcontentwrap.aboutsec {
    flex-flow: wrap;
  }

  .sworkcontentwrap.contact-section.aboutandcontactcolor.work {
    width: 100%;
  }

  .coverimagesection {
    background-position: 50% 0;
    height: 400px;
  }

  .aboutimageplus {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 100%;
  }

  .aboutimage {
    order: -1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 70px;
  }

  .contact-link {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading.hometitle {
    right: 10px;
  }

  .listingpagetitle {
    width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 40px;
  }

  .listingpagetitle.contitle.aboutandcontactcolor.work {
    margin-top: 90px;
  }

  .listingpagetitle.workh1title.white {
    color: var(--purewhite);
    margin-bottom: 30px;
  }

  .workgridcontainer {
    color: var(--purewhite);
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .gridinnerwork.has-tooltip {
    flex-flow: column;
  }

  .worksgridh2 {
    width: 100%;
  }

  .worksgridh2.sworkmar {
    margin-bottom: 28px;
  }

  .worksgridh2.worksh2title.white {
    color: var(--purewhite);
  }

  .clientlogoscontainer {
    margin-bottom: 50px;
  }

  .white-gradiant-overlay-div {
    display: none;
  }

  .customerlogowrapper.black {
    color: var(--black);
  }

  .singleworkvideo.postimage {
    height: 400px;
  }

  .wfvideowrap {
    max-width: 100vh;
  }

  .sworkcontentwrap {
    color: var(--purewhite);
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .sworkcontentwrap.aboutsec.darkblue {
    color: var(--ydarkblue);
  }

  .sworkcontentwrap.contact-section.aboutandcontactcolor {
    flex-flow: column;
  }

  .sworkcontentwrap.black {
    color: var(--black);
  }

  ._3colimages {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  ._3colwrapsection {
    margin-bottom: 0;
  }

  .testimonialref {
    display: inline-block;
  }

  .verticalvideowrap {
    margin-bottom: 0;
  }

  .ytshortsvideo.hide {
    margin-top: 0;
  }

  .ytshortsvideo.vimeovertvideo {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .sitenav {
    justify-content: flex-start;
    align-items: center;
    max-height: 100dvh;
  }

  .sitenav.innerpheader {
    position: absolute;
  }

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

  .main-content {
    overflow: hidden;
  }

  .menulink {
    font-size: 10px;
  }

  .heading.hometitle {
    font-size: 13px;
    top: 48%;
    right: 10px;
  }

  .logolink {
    padding-left: 0;
  }

  .sitefooter {
    position: relative;
    left: 0;
  }

  .sitefooter.homefooter {
    bottom: 10px;
    left: 10px;
  }

  .footerlink.black {
    color: var(--black);
  }

  .socialiconcodesvg.white {
    color: var(--purewhite);
  }

  .socialiconcodesvg.black, .footerinnerwrap.black {
    color: var(--black);
  }

  .listingpagetitle {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .listingpagetitle.abouttitle.work {
    margin-top: 90px;
  }

  .listingpagetitle.contitle {
    margin-bottom: 92px;
  }

  .listingpagetitle.contitle.aboutandcontactcolor {
    margin-top: 90px;
  }

  .listingpagetitle.workh1title {
    margin-top: 90px;
    margin-bottom: 0;
  }

  .listingpagetitle.blog-list-color {
    margin-top: 90px;
  }

  .listingpagetitle.work {
    margin-bottom: 40px;
  }

  .workgridcontainer {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .gridinnerwork {
    width: 100%;
  }

  .gridinnerwork.has-tooltip {
    justify-content: space-between;
    align-items: flex-start;
  }

  .worksgridh2 {
    margin-top: 100px;
  }

  .worksgridh2.sworkmar {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .worksgridh2.sociallinkc.work {
    margin-bottom: 10px;
  }

  .worksgridh2.contacth2.aboutandcontactcolor.work {
    margin-bottom: 20px;
  }

  .worksgridh2.worksh2title {
    margin-top: 170px;
  }

  .worksgridh2.worksh2title.white {
    margin-top: 50px;
  }

  .worksgridh2.white {
    color: var(--purewhite);
    margin-top: 0;
  }

  .worksgridh2.work {
    margin-top: 0;
  }

  .tooltip-wrapper {
    text-align: center;
    width: 100%;
  }

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

  .clientlogoscontainer {
    padding-right: 0;
  }

  .clientlogoscontainer.work {
    margin-bottom: 20px;
  }

  .loop-track {
    width: 100%;
    overflow: hidden;
  }

  .customerlogowrapper {
    flex: none;
    display: inline-flex;
  }

  .customerlogowrap {
    white-space: nowrap;
    flex-flow: row;
    width: 200%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .singleworkvideo, .singleworkvideo.postimage {
    height: 210px;
  }

  .sworkcontentwrap.spostwrap {
    margin-bottom: 70px;
  }

  .sworkcontentwrap.spostwrap.work {
    margin-bottom: 40px;
  }

  .sworkcontentwrap.aboutsec.darkblue {
    color: var(--ydarkblue);
    margin-bottom: 40px;
  }

  .sworkcontentwrap.contact-section.aboutandcontactcolor {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .sworkcontentwrap.black.body-single-work, .sworkcontentwrap.black.work {
    margin-bottom: 40px;
  }

  .sworktextcontent.conplusimage {
    margin-top: 10px;
  }

  ._3colwrapsection.workcoverimage {
    margin-bottom: 40px;
  }

  .coverimagesection {
    height: 210px;
  }

  .testimonialref {
    float: right;
    clear: right;
    display: inline-block;
  }

  .aboutimage {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .body-about {
    height: 100dvw;
  }

  .contactsec-right {
    margin-bottom: 0;
  }

  .contact-link {
    margin-bottom: 20px;
  }

  .verticalvideowrap {
    width: 100%;
    height: 757px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .ytshortsvideo.hide {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_2d6578b2-8f29-0d80-95de-bf8296b94bd4-23c8777b, #w-node-_2d6578b2-8f29-0d80-95de-bf8296b94bd4-e99cf628 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d6db3ee9-ce70-5973-2b1d-96af9ffdd6e1-e99cf628 {
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-_2d6578b2-8f29-0d80-95de-bf8296b94bd4-23c8777b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d6578b2-8f29-0d80-95de-bf8296b94bd4-23c8777b {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/nohemi-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/nohemi-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/nohemi-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/nohemi-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tanker';
  src: url('../fonts/tanker-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/nohemi-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Logo responsive sizing */
.logoimage {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 479px) {
  .logoimage {
    width: 64px;
  }
}