/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/screen.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@media screen and (max-width: 950px) {
  .about-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.pcm-section p {
  margin: 0 0 7px 0 !important;
}
.pcm-section .img-row {
  margin: 25px 0 !important;
}

.leadership-grid-wrap {
  max-width: 1300px;
}

@media screen and (max-width: 950px) {
  .leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.leadership-grid .icon-headshot-linkedin {
  position: absolute;
  bottom: 6%;
  right: 10%;
  z-index: 2;
}
.hero-row-asset-tagging {
  margin-top: 50px;
}
.hero-row-asset-tagging .hero-headers-stack {
  margin-bottom: -200px;
  width: 60%;
}
@media screen and (max-width: 950px) {
  .hero-row-asset-tagging .hero-headers-stack {
    margin-bottom: 0px;
    width: 100%;
  }
  .hero-row-asset-tagging .hero-headers-stack h1 {
    font-size: 45px !important;
  }
}
.hero-row-asset-tagging .hero-img-asset-tagging {
  position: relative;
  right: 15%;
  margin-bottom: -180px;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .hero-row-asset-tagging .hero-img-asset-tagging {
    margin-bottom: 0px;
    margin-top: 100px;
    right: 0;
    top: -30px;
    width: 80%;
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .hero-row-asset-tagging {
    flex-wrap: wrap !important;
    margin-top: 20px;
  }
}

.asset-grid {
  gap: 3%;
}
@media screen and (max-width: 950px) {
  .asset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.screenshot-row {
  position: relative;
  z-index: 1;
  margin-top: clamp(10px, 170px - 14.545vw, 50px) !important;
}

.tagging-step {
  position: relative;
}
.tagging-step .text-block {
  max-width: 300px;
  position: relative;
  z-index: 2;
  line-height: 1.4rem;
}
.tagging-step.row-1 {
  align-items: flex-start !important;
  justify-content: flex-end;
  margin-bottom: clamp(-250px, -11.667px - 18.333vw, -85px) !important;
}
.tagging-step.row-1 figure {
  max-width: 50%;
  margin-bottom: 40px;
}
.tagging-step.row-1 figure img {
  position: relative;
  left: -20%;
}
@media screen and (max-width: 950px) {
  .tagging-step.row-1 .text-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding-left: 3vw;
  }
  .tagging-step.row-1 figure {
    position: relative;
    max-width: 70%;
    top: 20px;
    right: 0;
    padding-right: 3vw;
  }
  .tagging-step.row-1 figure img {
    left: 0;
  }
}
.tagging-step.row-1 .color-stripe-bg {
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  z-index: -1;
  min-width: 100%;
}
.tagging-step.row-2 {
  z-index: 1;
  max-height: 380px !important;
}
.tagging-step.row-2 figure {
  max-width: 300px;
  width: 30%;
  margin: -8% 1% -8% 0 !important;
  left: -15%;
}
.tagging-step.row-2 figure img {
  position: relative;
  padding-top: 30% !important;
  left: -40%;
  min-width: 140%;
}
.tagging-step.row-2 .color-stripe-bg {
  position: absolute;
  left: 0;
  top: 0%;
  height: 130%;
  max-height: 380px !important;
  z-index: -1;
  min-width: 100%;
}
.tagging-step.row-3 {
  margin-top: 130px;
}
@media screen and (max-width: 950px) {
  .tagging-step.row-3 {
    flex-direction: column;
    margin-top: 20px;
  }
  .tagging-step.row-3 .text-block p,
  .tagging-step.row-3 h2 {
    text-align: left !important;
  }
}
.tagging-step.row-3 figure {
  min-width: 500px;
  max-width: 800px;
}
.tagging-step.row-3 figure img {
  position: relative;
  left: -20%;
}
@media screen and (max-width: 950px) {
  .tagging-step.row-4 {
    flex-direction: column;
  }
  .tagging-step.row-4 figure {
    margin-top: 40px;
  }
  .tagging-step.row-4 .text-block {
    min-width: 80%;
  }
}
.tagging-step.row-4 figure {
  margin-right: 5%;
}
.tagging-step.row-4 .color-stripe-bg {
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  z-index: -1;
  min-width: 100%;
}
.blog-hero-wrap {
  position: relative !important;
  top: 0;
  left: 0;
  margin-top: 40px;
  height: 170px;
}
.blog-hero-wrap figure.blog-home-factory {
  position: absolute;
  z-index: -1 !important;
  max-width: var(--wp--style--global--content-size);
  width: 90%;
  margin-bottom: 20px !important;
}
.blog-hero-wrap figure.blog-home-factory img {
  width: 100%;
  display: block;
  float: right;
  position: relative;
  right: 0;
  top: -110px;
}
@media screen and (max-width: 825px) {
  .blog-hero-wrap figure.blog-home-factory img {
    top: 0;
    width: 80% !important;
  }
}
.blog-hero-wrap figure.blog-home-factory-archive {
  position: absolute;
  z-index: -1 !important;
  max-width: var(--wp--style--global--content-size);
  width: 90%;
  margin-bottom: 20px !important;
}
.blog-hero-wrap figure.blog-home-factory-archive img {
  width: 100%;
  display: block;
  float: right;
  position: relative;
  right: 0;
  top: -110px;
}
@media screen and (max-width: 825px) {
  .blog-hero-wrap figure.blog-home-factory-archive img {
    top: 0;
    width: 80% !important;
  }
}

.all-post-wrapper .case-studies-post-block .post-title {
  margin: 1.7rem 0 1rem !important;
}
.all-post-wrapper .case-studies-post-block .wp-block-post-excerpt p {
  font-size: 1rem;
}
.all-post-wrapper .case-studies-post-block .taxonomies-group .taxonomies-header {
  margin: 15px 0 5px 0;
}

.taxonomies-group {
  min-width: 25%;
  padding-right: 20px;
}
.taxonomies-group h2.taxonomies-home-header:before {
  content: url("data:image/svg+xml,<svg width=\"30\" height=\"30\" viewBox=\"0 0 24 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.53005 20.1495C2.05772 20.1495 1.6548 19.9827 1.3213 19.6492C0.987634 19.3156 0.820801 18.9146 0.820801 18.4462V4.61948H2.53005V18.4462H21.1556V20.1495H2.53005ZM5.7333 16.9462C5.2648 16.9462 4.8638 16.7794 4.5303 16.4457C4.1968 16.1121 4.03005 15.7091 4.03005 15.237V2.55373C4.03005 2.08373 4.1968 1.6814 4.5303 1.34673C4.8638 1.0119 5.2648 0.844482 5.7333 0.844482H11.6136L13.6136 2.84448H21.476C21.9445 2.84448 22.3456 3.0119 22.6791 3.34673C23.0126 3.6814 23.1793 4.08373 23.1793 4.55373V15.237C23.1793 15.7091 23.0126 16.1121 22.6791 16.4457C22.3456 16.7794 21.9445 16.9462 21.476 16.9462H5.7333ZM5.7333 15.237H21.476V4.55373H12.9051L10.9051 2.55373H5.7333V15.237Z\" fill=\"%2354C3F1\"/></svg>");
  position: relative;
  top: 7px;
  margin-right: 7px;
  margin-left: 2px;
  padding-right: 2px;
}
.taxonomies-group h2.taxonomies-home-header.tags {
  margin-top: 30px;
}
.taxonomies-group h2.taxonomies-home-header.tags:before {
  content: url("data:image/svg+xml,<svg width=\"28\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.813 23.7676C10.5704 23.7676 10.3299 23.723 10.0914 23.6337C9.85299 23.5444 9.63706 23.4083 9.44366 23.2253L0.838734 14.579C0.646653 14.4053 0.502545 14.1957 0.40641 13.9503C0.310275 13.7047 0.262207 13.4611 0.262207 13.2194C0.262207 12.9763 0.308484 12.7352 0.401037 12.4962C0.493779 12.2572 0.639678 12.0407 0.838734 11.8468L11.3381 1.34505C11.5124 1.16683 11.7203 1.02609 11.9615 0.922822C12.2028 0.819366 12.4521 0.767639 12.7094 0.767639H21.3358C21.8655 0.767639 22.319 0.956614 22.6961 1.33457C23.0735 1.71233 23.2622 2.16646 23.2622 2.69695V11.315C23.2622 11.5737 23.2083 11.8202 23.1005 12.0547C22.9927 12.2892 22.8544 12.4932 22.6857 12.6669L12.1648 23.2253C11.9713 23.3988 11.7582 23.5326 11.5255 23.6266C11.2929 23.7206 11.0554 23.7676 10.813 23.7676ZM10.7652 21.895L21.3358 11.2581V2.70375H12.7182L2.16709 13.2554L10.7652 21.895ZM18.3729 7.10099C18.7693 7.10099 19.1125 6.95581 19.4024 6.66546C19.6923 6.37492 19.8373 6.03293 19.8373 5.63949C19.8373 5.24606 19.6925 4.90388 19.403 4.61296C19.1136 4.32185 18.7707 4.1763 18.3743 4.1763C17.9781 4.1763 17.6361 4.32119 17.3482 4.61098C17.0606 4.90096 16.9167 5.24285 16.9167 5.63666C16.9167 6.03047 17.0604 6.37303 17.3476 6.66433C17.6347 6.95544 17.9765 7.10099 18.3729 7.10099Z\" fill=\"%2354C3F1\"/></svg>");
  position: relative;
  top: 7px;
  margin-right: 5px;
  margin-left: 2px;
  padding-right: 2px;
}
.taxonomies-group .tags-block {
  display: none;
}
.taxonomies-group ul.taxonomy-list {
  margin: 0;
  padding: 0;
}
.taxonomies-group ul.taxonomy-list li {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  display: block;
  color: var(--wp--preset--color--daikin-grey);
  font-size: 14px;
}
.taxonomies-group ul.taxonomy-list li a {
  display: inline;
  min-width: 100%;
  padding: 5px 0;
  color: var(--wp--preset--color--daikin-blue);
}
.taxonomies-group .wp-block-post-terms__separator {
  display: none;
}
@media screen and (max-width: 825px) {
  .taxonomies-group {
    display: none;
  }
}

.case-studies-title span.category-title {
  font-size: 30px;
}
.case-studies-title span.category-title:before {
  content: url("data:image/svg+xml,<svg width=\"30\" height=\"30\" viewBox=\"0 0 24 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.53005 20.1495C2.05772 20.1495 1.6548 19.9827 1.3213 19.6492C0.987634 19.3156 0.820801 18.9146 0.820801 18.4462V4.61948H2.53005V18.4462H21.1556V20.1495H2.53005ZM5.7333 16.9462C5.2648 16.9462 4.8638 16.7794 4.5303 16.4457C4.1968 16.1121 4.03005 15.7091 4.03005 15.237V2.55373C4.03005 2.08373 4.1968 1.6814 4.5303 1.34673C4.8638 1.0119 5.2648 0.844482 5.7333 0.844482H11.6136L13.6136 2.84448H21.476C21.9445 2.84448 22.3456 3.0119 22.6791 3.34673C23.0126 3.6814 23.1793 4.08373 23.1793 4.55373V15.237C23.1793 15.7091 23.0126 16.1121 22.6791 16.4457C22.3456 16.7794 21.9445 16.9462 21.476 16.9462H5.7333ZM5.7333 15.237H21.476V4.55373H12.9051L10.9051 2.55373H5.7333V15.237Z\" fill=\"%2354C3F1\"/></svg>");
  position: relative;
  top: 5px;
  margin-right: 7px;
  margin-left: 2px;
  padding-right: 2px;
}
.case-studies-title span.tag-title:before {
  content: url("data:image/svg+xml,<svg width=\"28\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.813 23.7676C10.5704 23.7676 10.3299 23.723 10.0914 23.6337C9.85299 23.5444 9.63706 23.4083 9.44366 23.2253L0.838734 14.579C0.646653 14.4053 0.502545 14.1957 0.40641 13.9503C0.310275 13.7047 0.262207 13.4611 0.262207 13.2194C0.262207 12.9763 0.308484 12.7352 0.401037 12.4962C0.493779 12.2572 0.639678 12.0407 0.838734 11.8468L11.3381 1.34505C11.5124 1.16683 11.7203 1.02609 11.9615 0.922822C12.2028 0.819366 12.4521 0.767639 12.7094 0.767639H21.3358C21.8655 0.767639 22.319 0.956614 22.6961 1.33457C23.0735 1.71233 23.2622 2.16646 23.2622 2.69695V11.315C23.2622 11.5737 23.2083 11.8202 23.1005 12.0547C22.9927 12.2892 22.8544 12.4932 22.6857 12.6669L12.1648 23.2253C11.9713 23.3988 11.7582 23.5326 11.5255 23.6266C11.2929 23.7206 11.0554 23.7676 10.813 23.7676ZM10.7652 21.895L21.3358 11.2581V2.70375H12.7182L2.16709 13.2554L10.7652 21.895ZM18.3729 7.10099C18.7693 7.10099 19.1125 6.95581 19.4024 6.66546C19.6923 6.37492 19.8373 6.03293 19.8373 5.63949C19.8373 5.24606 19.6925 4.90388 19.403 4.61296C19.1136 4.32185 18.7707 4.1763 18.3743 4.1763C17.9781 4.1763 17.6361 4.32119 17.3482 4.61098C17.0606 4.90096 16.9167 5.24285 16.9167 5.63666C16.9167 6.03047 17.0604 6.37303 17.3476 6.66433C17.6347 6.95544 17.9765 7.10099 18.3729 7.10099Z\" fill=\"%2354C3F1\"/></svg>");
  position: relative;
  top: 7px;
  margin-right: 5px;
  margin-left: 2px;
  padding-right: 2px;
}

.blog-home-pagination {
  padding-top: 1em;
}
@media screen and (max-width: 825px) {
  .blog-home-pagination {
    font-size: 25px !important;
  }
}

.blog-column-gallery {
  min-width: 100% !important;
  gap: 1.5%;
}

.border-blocks-grid.contractors {
  gap: 0;
}
.border-blocks-grid.contractors .border-block {
  padding: 25px;
}
@media screen and (max-width: 950px) {
  .border-blocks-grid.contractors {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .border-blocks-grid.contractors .border-block {
    align-items: start;
    padding: 10px 25px;
  }
  .border-blocks-grid.contractors .border-block img {
    max-height: 50px;
  }
  .border-blocks-grid.contractors .border-block p {
    text-align: left;
  }
}

.grid-4 {
  width: 100%;
  margin: 0 auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.make-money-wrapper {
  width: 100%;
  max-width: 1300px;
}
.make-money-wrapper ul {
  margin-left: 10px !important;
}

.testimonial-stack {
  width: 70% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

.faq-group figure {
  max-width: 100%;
}
.faq-group .faq-section .faq-item:not(:last-child):after {
  margin-left: 0 !important;
  margin-top: 20px;
  color: var(--wp--preset--color--daikin-blue);
  content: "•••••••••••••••••••••••••••••••••";
  letter-spacing: 7px;
  font-size: 7px;
}

.hero-row-directed-supply {
  margin-top: 25px;
}
.hero-row-directed-supply .hero-headers-stack {
  width: 35%;
  z-index: 2;
}
.hero-row-directed-supply .hero-directed-supply-img {
  margin-right: 50px;
}
@media screen and (max-width: 770px) {
  .hero-row-directed-supply {
    flex-wrap: wrap !important;
    margin-bottom: 50px;
  }
  .hero-row-directed-supply .hero-headers-stack {
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
  }
  .hero-row-directed-supply .hero-headers-stack h2 {
    white-space: nowrap;
  }
  .hero-row-directed-supply .hero-headers-stack h3 {
    font-weight: 600 !important;
  }
  .hero-row-directed-supply .hero-directed-supply-img {
    margin-right: 0;
    margin-top: -10px;
  }
  .hero-row-directed-supply .hero-directed-supply-img img {
    position: relative;
    left: -20%;
    min-width: 120%;
  }
}

@media screen and (max-width: 770px) {
  .numbers-paint-wrap figure img {
    min-width: 115% !important;
    margin-left: -3.5%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero-text span {
    animation: move-bg 20s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}
.hero-row {
  max-width: 2500px;
  width: 100%;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.hero-row .hero-text-row {
  max-width: 30%;
  min-width: 340px;
  position: relative;
}
.hero-row .hero-text-row .home-hero-text {
  width: 150%;
  font-size: clamp(40px, 15.484px + 2.581vw, 80px) !important;
  font-weight: 500 !important;
}
.hero-row .hero-text-row .home-hero-text span {
  font-weight: 700;
  --bg-size: 400%;
  --color-one: #3e89c6;
  --color-two: #44c8f5;
  background: linear-gradient(90deg, var(--color-one), var(--color-two), var(--color-one)) 0 0/var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.hero-row .hero-text-row .hero-sub-text {
  font-size: clamp(23px, 18.71px + 0.452vw, 30px) !important;
  margin-top: 1em;
  font-weight: 500 !important;
}
.hero-row .hero-factory {
  min-width: 550px !important;
  display: flex;
  margin-top: 100px;
  z-index: -9;
  position: relative;
}
.hero-row .hero-factory img {
  position: relative !important;
  min-width: 100% !important;
}

@media screen and (max-width: 950px) {
  .hero-row {
    flex-flow: column;
    overflow: hidden;
  }
  .hero-row .hero-text-row {
    max-width: 100%;
  }
  .hero-row .hero-text-row .home-hero-text {
    width: 100%;
    font-size: clamp(40px, 30.217px + 2.609vw, 55px) !important;
  }
  .hero-row .hero-text-row .hero-sub-text {
    font-size: clamp(23px, 18.435px + 1.217vw, 30px) !important;
    margin-top: 0.4em;
  }
  .hero-row .hero-factory {
    margin-top: 40px;
    min-width: 135% !important;
    left: -33%;
  }
}
.home-row {
  position: relative !important;
  max-width: 2500px;
  margin: 0 auto;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: 0px -300px !important;
  background-clip: none !important;
}
.home-row figure.home-line {
  display: none;
}
.home-row figure img {
  min-width: 100%;
}
.home-row p {
  padding-right: 20%;
}
@media screen and (max-width: 950px) {
  .home-row {
    margin-top: 50px;
    display: flex !important;
    flex-flow: column !important;
    min-width: 100%;
    overflow: hidden;
  }
  .home-row .solution-stack {
    display: flex;
    min-width: 100% !important;
    margin-bottom: 50px;
  }
  .home-row .solution-stack .solution-block {
    display: flex;
    flex-flow: column;
    position: relative !important;
  }
  .home-row .solution-stack .solution-block .image-group {
    display: flex;
    order: 5;
    margin-top: 20px;
    margin-right: 0 !important;
  }
  .home-row .solution-stack .solution-block .image-group figure {
    margin-left: 0 !important;
  }
  .home-row .solution-stack .solution-block .image-group figure.img-solution {
    width: 70%;
  }
  .home-row .solution-stack .solution-block .image-group figure.home-line {
    display: block;
    position: absolute !important;
    z-index: -1;
    width: 100%;
    top: -30%;
  }
  .home-row .solution-stack .solution-block .image-group figure.home-line.labor {
    top: 25%;
    transform: scaleX(-1);
  }
  .home-row .solution-stack .solution-block .image-group figure.home-line.tech {
    top: -15%;
  }
  .home-row .solution-stack .solution-block .text-block {
    position: relative !important;
    margin-bottom: 10px;
  }
  .home-row .solution-stack .solution-block .text-block p {
    min-width: 100%;
  }
}

.spacer-border {
  flex-basis: auto !important;
}
.spacer-border.second {
  height: clamp(44px, -3.194px + 4.968vw, 121px) !important;
}
.spacer-border.third {
  height: clamp(141px, 1.258px + 14.71vw, 369px) !important;
}
@media screen and (max-width: 950px) {
  .spacer-border {
    display: none !important;
  }
}

figure.bg-lines {
  display: flex !important;
  align-items: center;
  margin: 0 auto !important;
  height: 0 !important;
  max-width: 2300px !important;
  position: relative;
  z-index: -10;
  margin-top: -30px !important;
}
@media screen and (max-width: 950px) {
  figure.bg-lines {
    display: none !important;
  }
}
figure.bg-lines img {
  transform: translate(24%, 36%);
  width: 79% !important;
}

.hero-img-wrap {
  min-height: clamp(400px, 277.419px + 12.903vw, 600px) !important;
  height: clamp(400px, 277.419px + 12.903vw, 600px) !important;
  background-repeat: no-repeat;
}
.hero-img-wrap.builders {
  background-position: 30% 0;
}
@media screen and (max-width: 950px) {
  .hero-img-wrap.builders {
    background-position: 80% 0;
  }
}
.hero-img-wrap.warranty {
  background-position: 50% 0;
}
.hero-img-wrap.multifam {
  background-position: 100% 0;
}

.hero-text-group-wrap {
  position: absolute !important;
  top: 0px;
  left: 0;
  display: flex;
  justify-content: left !important;
  min-width: 100%;
  margin: 0 auto !important;
}
.hero-text-group-wrap .hero-text-group {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: 1300px !important;
  margin: clamp(0px, -15.306px + 3.061vw, 30px) auto 0 auto !important;
  padding-left: 10px;
}
.hero-text-group-wrap .hero-text-group h1 {
  max-width: 50% !important;
}
@media screen and (max-width: 950px) {
  .hero-text-group-wrap .hero-text-group h1 {
    max-width: 100% !important;
    padding-left: 1vw !important;
  }
}
.hero-text-group-wrap .hero-text-group .hero-sub-header {
  width: 50%;
}
@media screen and (max-width: 950px) {
  .hero-text-group-wrap .hero-text-group {
    text-align: left;
  }
}
.hero-text-group-wrap .hero-text-group .hero-sub-header {
  font-size: clamp(22px, 14.959px + 0.408vw, 28px) !important;
  padding-left: 5px;
  margin: 0;
  font-weight: 600 !important;
}
.hero-text-group-wrap .hero-text-group.multifam h1 {
  max-width: 50% !important;
}
.hero-text-group-wrap .hero-text-group.multifam .hero-sub-header {
  width: 50%;
}
.hero-text-group-wrap .hero-text-group.warranty h2 {
  width: 40%;
}

@media screen and (max-width: 950px) {
  .hero-industry-img {
    margin-top: 10px;
    padding: 0 !important;
  }
  .hero-text-group-wrap {
    position: relative !important;
    max-width: 100% !important;
  }
  .hero-text-group-wrap .hero-text-group {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .hero-text-group-wrap .hero-text-group .hero-sub-header {
    display: none;
  }
  .hero-text-group-wrap .hero-text-group.warranty h2 {
    width: 100%;
  }
  .video-row {
    flex-wrap: wrap !important;
  }
  .video-row .wp-block-spacer {
    max-height: 10px !important;
  }
}
.special-text {
  color: var(--wp--preset--color--daikin-blue);
  font-weight: 700;
}

.wide-text-content {
  max-width: 1000px !important;
}

.medium-narrow-content {
  max-width: 800px !important;
}

.very-narrow-content {
  max-width: 560px !important;
}

.icon-text-row {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.icon-text-row .icon-text-block {
  margin-top: 50px;
}
.icon-text-row .icon-text-block figure img {
  margin-right: 20px;
}
.icon-text-row .icon-text-block p {
  margin-top: 30px;
  font-size: 18 !important;
}
@media screen and (max-width: 950px) {
  .icon-text-row {
    flex-direction: column;
  }
  .icon-text-row .icon-text-block {
    margin-top: 20px;
    align-items: center;
  }
  .icon-text-row .icon-text-block p {
    margin-top: 5px;
    text-align: center;
  }
  .icon-text-row .wp-block-spacer {
    display: none !important;
  }
  .icon-text-row .icon-text-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

.solutions-spacer {
  height: clamp(20px, -100px + 15.385vw, 100px) !important;
}

.industry-sub-hero,
.narrow-content {
  max-width: 660px !important;
}

.wide-bg {
  min-width: 100% !important;
  max-width: 1500px !important;
  display: block !important;
  position: absolute !important;
  z-index: -1;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: top !important;
}
.wide-bg img {
  width: 100% !important;
  max-width: 2500px !important;
  display: block !important;
  margin: 0 auto !important;
}

.solution-grid {
  gap: 10%;
}
@media screen and (max-width: 950px) {
  .solution-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3%;
  }
  .solution-grid .solutions-grid-cell {
    padding: 0 4vw !important;
  }
}

.three-boxes-left {
  -moz-column-gap: 5% !important;
       column-gap: 5% !important;
}
.three-boxes-left .wp-block-group figure {
  flex-basis: auto;
}
.three-boxes-left .wp-block-group figure img {
  min-width: 100%;
}
@media screen and (max-width: 950px) {
  .three-boxes-left {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 7% !important;
  }
  .three-boxes-left img {
    height: 60px !important;
  }
}

figure.factory-image-shift img {
  position: relative;
  margin-top: 10%;
  left: -10%;
}
@media screen and (max-width: 950px) {
  figure.factory-image-shift img {
    margin-top: 0;
    left: -17% !important;
    min-width: 120%;
  }
}

figure.directed-supply-image-shift img {
  position: relative;
  margin-top: 2%;
  left: -10%;
}

figure.asset-tag-image-shift img {
  position: relative;
  left: -12%;
}

.hero-replacement {
  gap: 5%;
  margin-top: 70px !important;
  display: flex;
  align-items: center;
}
.hero-replacement .hero-text {
  position: relative;
}
@media screen and (max-width: 950px) {
  .hero-replacement {
    flex-direction: column;
    margin-top: 40px !important;
    align-items: flex-start !important;
  }
  .hero-replacement .hero-text {
    margin-bottom: 40px !important;
  }
  .hero-replacement figure {
    display: block;
    max-width: 80%;
  }
}

.grid-big-3 {
  gap: 3%;
}

.prev-huge-image-wrapper {
  width: 1300px;
  height: 200px;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1 !important;
}
.prev-huge-image-wrapper figure.huge-image,
.prev-huge-image-wrapper figure.huge-image-dummy {
  position: absolute;
  width: 100%;
  top: -280px;
  left: -10%;
  z-index: -1 !important;
  border: 1px solid red;
}
.prev-huge-image-wrapper figure.huge-image-dummy.prev {
  position: relative;
  visibility: hidden;
  z-index: -1 !important;
}

.hero-row-self-supply {
  margin-top: 50px;
  padding-left: 24px;
  justify-content: space-around;
}
.hero-row-self-supply .hero-headers-stack {
  min-width: 30%;
  z-index: 2;
  margin-right: -30%;
}
.hero-row-self-supply .hero-self-supply-img {
  min-width: 60% !important;
}
.hero-row-self-supply .hero-self-supply-img img {
  min-width: 100% !important;
}
@media screen and (max-width: 950px) {
  .hero-row-self-supply .hero-headers-stack {
    text-align: left;
  }
}

.sub-hero-text-stack-self-supply {
  max-width: 660px !important;
}
@media screen and (max-width: 950px) {
  .sub-hero-text-stack-self-supply {
    align-items: flex-start !important;
  }
  .sub-hero-text-stack-self-supply h2 {
    text-align: left !important;
  }
  .sub-hero-text-stack-self-supply p {
    text-align: left;
  }
}

.screenshot-self-supply {
  max-width: 900px;
}

.colums-4-supply {
  max-width: 1300px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.colums-4-supply figure {
  height: 52px !important;
  margin-bottom: 20px !important;
}
.colums-4-supply .stack-item {
  flex: 25%;
  padding: 15px;
}
.colums-4-supply .stack-item h2 {
  font-size: 18px !important;
}
.colums-4-supply .stack-item p {
  line-height: 1.4rem !important;
}
@media screen and (max-width: 920px) {
  .colums-4-supply .stack-item {
    flex: 50%;
  }
  .colums-4-supply .stack-item img {
    width: 38px !important;
    margin-bottom: 10px;
  }
  .colums-4-supply .stack-item p {
    font-size: 14px;
    font-weight: 500;
  }
}

.table-section {
  position: relative;
  z-index: 0;
}
.table-section p {
  max-width: 700px;
}
.table-section .supply-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto !important;
}
.table-section .wave-bg {
  position: absolute;
  top: 30%;
  left: 0;
  min-width: 100%;
  opacity: 0.75;
  z-index: 0;
}

@media screen and (max-width: 950px) {
  .hero-row-self-supply {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .hero-row-self-supply .hero-headers-stack {
    align-items: flex-start;
    margin: 0 0 30px 0;
    z-index: 2;
    min-width: 100%;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .hero-row-self-supply .hero-headers-stack {
    width: 20%;
  }
}
@media screen and (max-width: 950px) {
  .hero-row-self-supply .hero-self-supply-img {
    min-width: 100% !important;
  }
  .hero-row-self-supply .hero-self-supply-img img {
    min-width: 100% !important;
  }
  .spacer-shrink-mobile {
    max-height: 30px;
  }
  .colums-4-supply {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .table-section figure img {
    min-width: 115% !important;
    margin-left: -7.5%;
  }
  .numbers-paint-wrap figure img {
    min-width: 115% !important;
    margin-left: -3.5%;
  }
}
.post-hero-wrap {
  position: relative;
}
.post-hero-wrap .hero-row {
  overflow: hidden !important;
  margin: 0 auto;
  display: flex;
  position: relative;
  min-width: 100%;
}
.post-hero-wrap .hero-row .has-background-gradient {
  border-radius: 0;
}
.post-hero-wrap .hero-row figure {
  min-width: 100%;
  max-height: 400px;
  max-width: 1300px;
  background-size: cover !important;
  background-position: top !important;
}
@media screen and (max-width: 825px) {
  .post-hero-wrap .hero-row {
    flex-direction: column;
  }
}
.post-hero-wrap h1 {
  position: absolute;
  z-index: 2;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
  color: var(--wp--preset--color--daikin-blue) !important;
  background-color: white !important;
  box-shadow: 0.75rem 0 0 white, 0rem 0 0 white;
  opacity: 0.9;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0rem 0.5rem 0.2rem 0.85rem !important;
  margin-left: 0px !important;
  line-height: 1.35em;
}
@media screen and (max-width: 825px) {
  .post-hero-wrap h1 {
    position: relative;
    padding-bottom: 18px;
    margin: var(--wp--style--root--padding-right) 0 0 0;
    line-height: 1.15em;
    min-width: 100% !important;
    font-size: 2.1rem !important;
  }
  .post-hero-wrap h1 span {
    padding: 0 !important;
  }
}
.post-hero-wrap img {
  min-height: 350px !important;
  border-radius: 0;
}
@media screen and (max-width: 825px) {
  .post-hero-wrap {
    margin-top: 60px !important;
  }
}

.blog-all-content-wrap {
  position: relative;
}
@media screen and (max-width: 825px) {
  .blog-all-content-wrap .hero-spacer {
    height: 30px !important;
  }
}

.post-content-group {
  width: 100%;
  position: relative;
}
.post-content-group .blog-content-wrap {
  position: relative;
  max-width: 100% !important;
  margin: 0 14% 0 0 !important;
}
@media screen and (max-width: 825px) {
  .post-content-group .blog-content-wrap {
    margin: 0 !important;
  }
}
.post-content-group .blog-content-wrap h1,
.post-content-group .blog-content-wrap h2,
.post-content-group .blog-content-wrap h3,
.post-content-group .blog-content-wrap h4,
.post-content-group .blog-content-wrap h5,
.post-content-group .blog-content-wrap h6 {
  max-width: 100%;
}
.post-content-group .blog-content-wrap p {
  margin: 0 0 0.75rem 0 !important;
  max-width: 100%;
  color: var(--wp--preset--color--daikin-grey);
}
.post-content-group .blog-content-wrap p a {
  color: var(--wp--preset--color--daikin-blue);
}
.post-content-group .blog-content-wrap figure {
  margin: 1.5rem 0 !important;
  min-width: 100%;
}
.post-content-group .category-group {
  border-top: 1px solid lightgrey;
  margin-top: 20px;
  padding-top: 20px;
}
.post-content-group .wp-block-list {
  padding-left: 30px !important;
  color: var(--wp--preset--color--daikin-grey) !important;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 825px) {
  .post-content-group {
    padding: 0;
  }
  .post-content-group > * {
    max-width: 100vw !important;
  }
}

.previous-next-row {
  height: auto;
  border-bottom: 1px solid lightgrey;
  width: 100%;
  padding-bottom: 20px;
}
.previous-next-row .wp-block-post-navigation-link {
  display: inline-block;
  width: 50%;
}
.previous-next-row .wp-block-post-navigation-link .is-arrow-arrow {
  position: relative;
  top: 2px;
}
.previous-next-row .wp-block-post-navigation-link a .post-navigation-link__label {
  font-size: 16px;
}
.previous-next-row .wp-block-post-navigation-link a .post-navigation-link__title {
  font-size: 16px;
  color: var(--wp--preset--color--daikin-grey);
}
.previous-next-row .wp-block-post-navigation-link a .post-navigation-link-next {
  justify-content: flex-end;
}

.tags-wrapper {
  padding-top: 20px;
}
.tags-wrapper .taxonomy-category {
  padding: 0 0 10px 0;
  font-size: 0.9rem !important;
}
.tags-wrapper .taxonomy-post_tag {
  padding: 0 0 10px 0;
  font-size: 0.9rem !important;
}

@media screen and (max-width: 1000px) {
  .left-spacer {
    display: none !important;
  }
}

.recent-posts-widget-wrap {
  position: relative;
  padding-left: 30px;
  width: 100%;
  max-width: 30%;
  min-width: 315px;
}
@media screen and (max-width: 825px) {
  .recent-posts-widget-wrap {
    display: none !important;
  }
}
.recent-posts-widget-wrap:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"11px\" height=\"11px\"><circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"%2354C3F1\"></circle></svg>") bottom left repeat-y;
}
.recent-posts-widget-wrap h2 {
  font-size: 23px !important;
}
.recent-posts-widget-wrap ul {
  padding-bottom: 30px;
}
.recent-posts-widget-wrap ul li {
  padding: 25px 0 0 0;
}
.recent-posts-widget-wrap ul li a.wp-block-latest-posts__post-title {
  font-family: var(--wp--preset--font-family--assistant);
  color: var(--wp--preset--color--daikin-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2rem !important;
  text-decoration: none;
}
.recent-posts-widget-wrap ul li a.wp-block-latest-posts__post-title:hover {
  transition: all 0.15s linear;
  color: var(--wp--preset--color--daikin-light-blue);
}
.recent-posts-widget-wrap ul li .wp-block-latest-posts__post-excerpt {
  color: var(--wp--preset--color--daikin-grey);
  font-weight: 400;
}
.recent-posts-widget-wrap ul li .wp-block-latest-posts__post-excerpt .wp-block-latest-posts__read-more {
  font-size: 14px;
  color: var(--wp--preset--color--daikin-blue) !important;
}
.recent-posts-widget-wrap ul li .wp-block-latest-posts__post-excerpt .wp-block-latest-posts__read-more:hover {
  transition: all 0.15s linear;
  color: var(--wp--preset--color--daikin-light-blue);
}

.tech-lead-tools-offfscreen {
  position: relative;
}

.hero-tech-row {
  max-width: 1150px !important;
}
.hero-tech-row .hero-tech-text-stack {
  margin-left: 60px !important;
}
.hero-tech-row .hero-technology-img {
  max-width: 800px !important;
}

@media screen and (max-width: 820px) {
  .hero-tech-row {
    flex-wrap: wrap !important;
  }
  .hero-tech-row .hero-tech-text-stack {
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .spacer-mobile {
    height: 10px !important;
  }
}
.api-integrations-img {
  position: realtive !important;
  margin-left: -60px !important;
}

.supply-header {
  margin-top: 30px !important;
}
@media screen and (max-width: 950px) {
  .supply-header {
    flex-direction: column;
    margin-top: 40px !important;
  }
  .supply-header .hero-text {
    margin-bottom: 40px !important;
    min-width: 100%;
  }
  .supply-header figure {
    display: block;
    min-width: 80%;
  }
}

.labor-header {
  margin-top: 70px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.labor-header .hero-text {
  position: relative;
}
@media screen and (max-width: 950px) {
  .labor-header {
    flex-direction: column;
    margin-top: 40px !important;
  }
  .labor-header .hero-text {
    margin-bottom: 40px !important;
  }
  .labor-header figure {
    display: block;
    min-width: 80%;
  }
}

@media screen and (max-width: 780px) {
  .awards-grid {
    margin: 0 auto;
    min-width: 100%;
    display: block !important;
  }
  .awards-grid .award-item {
    min-width: 100%;
    margin-bottom: 60px;
  }
  .awards-grid .award-item .wp-block-spacer {
    display: none;
  }
  .awards-grid .award-item:last-child {
    margin-bottom: 0;
  }
}

.wp-block-button {
  margin: 0 !important;
}

.motili-button {
  position: relative;
  padding: 0 !important;
  outline: 0;
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  border-radius: 0;
  transform-origin: center;
  z-index: 0;
}
.motili-button.nav-button {
  margin-bottom: 12px !important;
}
.motili-button.grey:before {
  background-color: var(--wp--preset--color--daikin-grey);
}
.motili-button.dark-blue:before {
  background-color: var(--wp--preset--color--daikin-blue);
}
.motili-button.light-blue:before {
  background-color: var(--wp--preset--color--daikin-light-blue);
}
.motili-button:hover a {
  color: var(--wp--preset--color--daikin-grey) !important;
  transition: all 0.2s ease;
}
.motili-button:before {
  position: absolute;
  content: "";
  touch-action: manipulation;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  transform: skew(-15deg, 0deg);
  transition: all 0.2s ease;
  border-radius: 3px;
}
.motili-button:hover:before {
  transform: skew(0deg, 0deg);
  background-color: var(--wp--preset--color--daikin-blue);
  opacity: 1;
  z-index: -1;
  background-color: transparent;
  border-style: dotted;
  border-image-source: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDE1MTYgMy45NDkyOUMzLjIzNTU3IDMuOTQ5MjkgMy45MDA2NCAzLjI4NDIyIDMuOTAwNjQgMi40NjM4MUMzLjkwMDY0IDEuNjQzNCAzLjIzNTU3IDAuOTc4MzMzIDIuNDE1MTYgMC45NzgzMzNDMS41OTQ3NiAwLjk3ODMzMyAwLjkyOTY4OCAxLjY0MzQgMC45Mjk2ODggMi40NjM4MUMwLjkyOTY4OCAzLjI4NDIyIDEuNTk0NzYgMy45NDkyOSAyLjQxNTE2IDMuOTQ5MjlaIiBmaWxsPSIjNTRDM0YxIi8+CjxwYXRoIGQ9Ik0xMC43OTggMy45NDkyOUMxMS42MTg0IDMuOTQ5MjkgMTIuMjgzNSAzLjI4NDIyIDEyLjI4MzUgMi40NjM4MUMxMi4yODM1IDEuNjQzNCAxMS42MTg0IDAuOTc4MzMzIDEwLjc5OCAwLjk3ODMzM0M5Ljk3NzU3IDAuOTc4MzMzIDkuMzEyNSAxLjY0MzQgOS4zMTI1IDIuNDYzODFDOS4zMTI1IDMuMjg0MjIgOS45Nzc1NyAzLjk0OTI5IDEwLjc5OCAzLjk0OTI5WiIgZmlsbD0iIzU0QzNGMSIvPgo8cGF0aCBkPSJNMTkuMTczIDMuOTQ5MjlDMTkuOTkzNCAzLjk0OTI5IDIwLjY1ODUgMy4yODQyMiAyMC42NTg1IDIuNDYzODFDMjAuNjU4NSAxLjY0MzQgMTkuOTkzNCAwLjk3ODMzMyAxOS4xNzMgMC45NzgzMzNDMTguMzUyNiAwLjk3ODMzMyAxNy42ODc1IDEuNjQzNCAxNy42ODc1IDIuNDYzODFDMTcuNjg3NSAzLjI4NDIyIDE4LjM1MjYgMy45NDkyOSAxOS4xNzMgMy45NDkyOVoiIGZpbGw9IiM1NEMzRjEiLz4KPHBhdGggZD0iTTIuNDE1MTYgMjAuNzE2OUMzLjIzNTU3IDIwLjcxNjkgMy45MDA2NCAyMC4wNTE5IDMuOTAwNjQgMTkuMjMxNEMzLjkwMDY0IDE4LjQxMSAzLjIzNTU3IDE3Ljc0NiAyLjQxNTE2IDE3Ljc0NkMxLjU5NDc2IDE3Ljc0NiAwLjkyOTY4OCAxOC40MTEgMC45Mjk2ODggMTkuMjMxNEMwLjkyOTY4OCAyMC4wNTE5IDEuNTk0NzYgMjAuNzE2OSAyLjQxNTE2IDIwLjcxNjlaIiBmaWxsPSIjNTRDM0YxIi8+CjxwYXRoIGQ9Ik0xMC43OTggMjAuNzE2OUMxMS42MTg0IDIwLjcxNjkgMTIuMjgzNSAyMC4wNTE5IDEyLjI4MzUgMTkuMjMxNEMxMi4yODM1IDE4LjQxMSAxMS42MTg0IDE3Ljc0NiAxMC43OTggMTcuNzQ2QzkuOTc3NTcgMTcuNzQ2IDkuMzEyNSAxOC40MTEgOS4zMTI1IDE5LjIzMTRDOS4zMTI1IDIwLjA1MTkgOS45Nzc1NyAyMC43MTY5IDEwLjc5OCAyMC43MTY5WiIgZmlsbD0iIzU0QzNGMSIvPgo8cGF0aCBkPSJNMTkuMTczIDIwLjcxNjlDMTkuOTkzNCAyMC43MTY5IDIwLjY1ODUgMjAuMDUxOSAyMC42NTg1IDE5LjIzMTRDMjAuNjU4NSAxOC40MTEgMTkuOTkzNCAxNy43NDYgMTkuMTczIDE3Ljc0NkMxOC4zNTI2IDE3Ljc0NiAxNy42ODc1IDE4LjQxMSAxNy42ODc1IDE5LjIzMTRDMTcuNjg3NSAyMC4wNTE5IDE4LjM1MjYgMjAuNzE2OSAxOS4xNzMgMjAuNzE2OVoiIGZpbGw9IiM1NEMzRjEiLz4KPHBhdGggZD0iTTIuNDE1MTYgMTIuMzMzMUMzLjIzNTU3IDEyLjMzMzEgMy45MDA2NCAxMS42NjggMy45MDA2NCAxMC44NDc2QzMuOTAwNjQgMTAuMDI3MiAzLjIzNTU3IDkuMzYyMTIgMi40MTUxNiA5LjM2MjEyQzEuNTk0NzYgOS4zNjIxMiAwLjkyOTY4OCAxMC4wMjcyIDAuOTI5Njg4IDEwLjg0NzZDMC45Mjk2ODggMTEuNjY4IDEuNTk0NzYgMTIuMzMzMSAyLjQxNTE2IDEyLjMzMzFaIiBmaWxsPSIjNTRDM0YxIi8+CjxwYXRoIGQ9Ik0xOS4xNzMgMTIuMzMzMUMxOS45OTM0IDEyLjMzMzEgMjAuNjU4NSAxMS42NjggMjAuNjU4NSAxMC44NDc2QzIwLjY1ODUgMTAuMDI3MiAxOS45OTM0IDkuMzYyMTIgMTkuMTczIDkuMzYyMTJDMTguMzUyNiA5LjM2MjEyIDE3LjY4NzUgMTAuMDI3MiAxNy42ODc1IDEwLjg0NzZDMTcuNjg3NSAxMS42NjggMTguMzUyNiAxMi4zMzMxIDE5LjE3MyAxMi4zMzMxWiIgZmlsbD0iIzU0QzNGMSIvPgo8L3N2Zz4K);
  border-image-slice: 29% 29%;
  border-image-repeat: round;
  border-width: 7px 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  padding: 0 !important;
  width: calc(100% - 13px);
  height: 68%;
  transition: all 0.2s ease;
  top: 0px;
}
.motili-button a {
  position: relative;
  background-color: transparent !important;
  text-decoration: none !important;
  transform: none !important;
  color: white !important;
  font-size: clamp(14px, 9.669px + 0.564vw, 17px) !important;
  padding: 8px 18px !important;
}
.motili-button a:hover {
  text-decoration: none !important;
}
.motili-button a span {
  position: relative;
  top: 1px;
  left: 5px;
}

.cta-wrap {
  display: block;
  overflow: hidden;
  min-width: 100%;
}
.cta-wrap figure.bg-cta {
  display: flex !important;
  align-items: start;
  margin: 0 auto !important;
  height: clamp(30px, -15.652px + 12.174vw, 100px) !important;
  width: 100% !important;
  z-index: -10;
}
@media screen and (max-width: 950px) {
  .cta-wrap figure.bg-cta img {
    display: block !important;
    min-width: 220% !important;
  }
}
.cta-wrap .cta-content-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 2500px;
  margin: clamp(30px, -86.452px + 12.258vw, 220px) auto 0 auto !important;
  display: block !important;
}
@media screen and (max-width: 950px) {
  .cta-wrap .cta-content-wrap {
    margin-top: 100px !important;
  }
}
.cta-wrap .cta-content-wrap .cta-inner {
  margin: 0 0 0 8% !important;
  display: block;
  max-width: 50% !important;
  min-width: 400px !important;
}
.cta-wrap .cta-content-wrap .cta-inner.with-form h1.header-1,
.cta-wrap .cta-content-wrap .cta-inner.with-form h2 {
  padding: 0 40px !important;
}
.cta-wrap .cta-content-wrap .cta-inner h1.header-1 {
  font-size: 50px !important;
  max-width: 70% !important;
  color: white !important;
}
@media screen and (max-width: 950px) {
  .cta-wrap .cta-content-wrap .cta-inner h1.header-1 {
    max-width: 100% !important;
    font-size: 40px !important;
  }
}
.cta-wrap .cta-content-wrap .cta-inner .wp-block-leadin-hubspot-form-block {
  margin: 0 !important;
  padding: 0 !important;
}
.cta-wrap .cta-content-wrap .cta-inner.industry {
  max-width: 80% !important;
  display: flex;
  flex-direction: column;
}
.cta-wrap .cta-content-wrap .cta-inner.industry .industry-grid {
  width: 100%;
  max-width: 1100px !important;
  gap: 20px;
}
@media screen and (max-width: 950px) {
  .cta-wrap .cta-content-wrap .cta-inner.industry .industry-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.cta-wrap .cta-content-wrap .cta-inner.industry .industry-grid .industry-cell {
  min-width: 100%;
  display: block;
  height: 130px;
  cursor: pointer;
}
.cta-wrap .cta-content-wrap .cta-inner.industry .industry-grid .industry-cell a {
  text-decoration: none;
}
@media screen and (max-width: 950px) {
  .cta-wrap .cta-content-wrap h1.header-1 {
    font-size: 40px !important;
    color: white !important;
  }
  .cta-wrap .cta-content-wrap .cta-inner {
    margin: 0 auto !important;
  }
}

.footer-wrap {
  background-size: 105% auto !important;
}
@media screen and (max-width: 820px) {
  .footer-wrap {
    background-position: 50% 14% !important;
  }
}
.footer-wrap .address-and-links {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .footer-wrap .address-and-links {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  .footer-wrap .address-and-links .address-stack {
    margin-top: 30px;
    order: 2;
  }
}
.footer-wrap .address-and-links .address-stack h2 {
  margin-bottom: 10px;
  opacity: 0.75;
}
@media screen and (max-width: 820px) {
  .footer-wrap .address-and-links .address-stack {
    border-bottom: 1px solid grey;
    min-width: 100%;
    padding-bottom: 30px;
  }
}
.footer-wrap .address-and-links .links-grid {
  margin-left: 3vw;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: 40px 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.footer-wrap .address-and-links .links-grid > div {
  padding-right: 20px;
}
.footer-wrap .address-and-links .links-grid > div h2:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .footer-wrap .address-and-links .links-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 1vw;
  }
}
@media screen and (max-width: 820px) {
  .footer-wrap .address-and-links .links-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-left: 0;
  }
}
@media screen and (max-width: 530px) {
  .footer-wrap .address-and-links .links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.footer-wrap .legal-row {
  padding-left: 3vw;
  display: flex;
  min-width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .footer-wrap .legal-row {
    padding-left: 0;
  }
}

.form-wrapper {
  max-width: 50%;
}
.form-wrapper .forminator-textarea {
  border: 1px solid #c3bebe !important;
}

.forminator-row * {
  font-family: var(--wp--preset--font-family--assistant) !important;
  font-weight: 700 !important;
  color: var(--wp--preset--color--dark-grey);
}

.wp-block-leadin-hubspot-form-block {
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  padding-bottom: 50px;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form {
  display: flex;
  max-width: 50%;
  flex-direction: column;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field.hs-fieldtype-select span {
  display: inline-block;
  font-family: var(--wp--preset--font-family--assistant) !important;
  color: var(--wp--preset--color--daikin-grey);
  margin: 15px 0 5px 0;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field .hs-input {
  outline: none;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 100%;
  margin: 0 0 10px 0;
  padding: 12px 9px 10px 12px;
  font-family: var(--wp--preset--font-family--nunito-sans);
  border: 2px solid transparent;
  transition: all 0.12s linear;
  font-size: 16px;
  font-weight: 600;
  color: var(--wp--preset--color--daikin-grey);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field .hs-input::-moz-placeholder {
  opacity: 0.5;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field .hs-input::placeholder {
  opacity: 0.5;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field .hs-input:focus {
  border: 2px solid var(--wp--preset--color--daikin-blue);
}
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field ul.hs-error-msgs,
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field ul.no-list {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field ul.hs-error-msgs li label,
.wp-block-leadin-hubspot-form-block .hbspt-form form div.hs-form-field ul.no-list li label {
  display: block !important;
  font-size: 14px !important;
  color: #e63232 !important;
}
.wp-block-leadin-hubspot-form-block .hbspt-form form .hs-button {
  border: none;
  background: var(--wp--preset--color--daikin-blue);
  font-size: 17px;
  font-family: var(--wp--preset--font-family--assistant);
  color: white;
  font-weight: 600;
  padding: 10px 22px 10px;
  border-radius: 5px;
}
.wp-block-leadin-hubspot-form-block label.hs-main-font-element {
  display: block !important;
  font-size: 14px !important;
  color: #e63232 !important;
}

@media screen and (max-width: 780px) {
  .wp-block-leadin-hubspot-form-block {
    margin: 20px auto !important;
    min-width: 100%;
  }
  .wp-block-leadin-hubspot-form-block form {
    min-width: 100%;
  }
}
.industry-block-wrapper {
  background-size: 105% auto !important;
}
.industry-block-wrapper .industry-block {
  gap: 0 !important;
  width: 90% !important;
  max-width: 900px !important;
}
.industry-block-wrapper .industry-block .industry-block-header-row {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.industry-block-wrapper .industry-block .industry-block-link {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
  gap: 0;
}
.industry-block-wrapper .industry-block .industry-block-stack {
  gap: 0;
}
.industry-block-wrapper .industry-block .industry-block-stack:hover {
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-backdrop-filter: brightness(60%);
          backdrop-filter: brightness(60%);
}
.industry-block-wrapper .industry-block .industry-block-stack:hover img {
  transition: all 0.2s ease;
  filter: brightness(0.6);
}
.industry-block-wrapper .industry-block .industry-block-stack:hover::after {
  position: absolute;
  top: 180px;
  padding: 5px 5px 3px 10px;
  content: "Find out more →";
  display: block;
  color: var(--wp--preset--color--daikin-grey) !important;
  font-family: "assistant" !important;
  background-color: white;
  text-decoration: none;
}
.industry-block-wrapper .industry-block.row-1 .industry-block-stack {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: none;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}
.industry-block-wrapper .industry-block.row-1 .industry-block-stack:nth-child(1) {
  border-left: none;
}
.industry-block-wrapper .industry-block.row-1 .industry-block-stack:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-left: none;
}
.industry-block-wrapper .industry-block.row-2 .industry-block-stack {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}
.industry-block-wrapper .industry-block.row-2 .industry-block-stack:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-left: none;
}
.industry-block-wrapper .industry-block .industry-block-inner-grid {
  gap: 0 !important;
}
.industry-block-wrapper .industry-block .industry-block-inner-grid .industry-block-stack .industry-grid-text-group {
  padding: var(--wp--preset--spacing--40);
}

.industry-block-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 780px) {
  .industry-block-wrapper {
    display: none;
  }
  .industry-block-wrapper-mobile {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .industry-block-wrapper-mobile .mobile-services-header {
    margin: 0 25px 80px !important;
  }
  .industry-block-wrapper-mobile .industry-section {
    position: relative;
  }
  .industry-block-wrapper-mobile .industry-section .mobile-services-img {
    width: 95%;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .industry-block-wrapper-mobile .industry-section .industry-text {
    position: absolute;
    bottom: 10%;
    left: 2.5%;
    padding: 1% 2.5% 1% 4%;
    display: block;
    font-weight: 600 !important;
    z-index: 1;
    background-color: white;
    font-size: 19px !important;
    color: var(--wp--preset--color--daikin-grey);
    transition: all 0.2s ease;
  }
  .industry-block-wrapper-mobile .industry-section .industry-text a {
    display: block;
    min-width: 100%;
    min-height: 100%;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  .industry-block-wrapper-mobile .industry-section:active .mobile-services-img, .industry-block-wrapper-mobile .industry-section:hover .mobile-services-img {
    transition: all 0.2s ease;
    filter: brightness(50%);
  }
  .industry-block-wrapper-mobile .industry-section:active .mobile-services-img img, .industry-block-wrapper-mobile .industry-section:hover .mobile-services-img img {
    transition: all 0.2s ease;
    transform: scale(1.25);
  }
  .industry-block-wrapper-mobile .industry-section:active .industry-text, .industry-block-wrapper-mobile .industry-section:hover .industry-text {
    transition: all 0.2s ease;
    padding: 1% 2.5% 1% 10%;
    left: 0;
  }
  .industry-block-wrapper-mobile .industry-section:active .industry-text a, .industry-block-wrapper-mobile .industry-section:hover .industry-text a {
    color: var(--wp--preset--color--daikin-blue);
    transition: all 0.2s ease;
  }
}
.post-query-3 .single-post {
  padding: 30px 10px !important;
}
.post-query-3 .single-post h2 {
  font-size: 1.25rem !important;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 950px) {
  .post-query-3 .single-post {
    padding-bottom: 0 !important;
  }
}
.post-query-3 .single-post .category-row .icon-tag {
  width: 18px;
  position: relative;
  top: -5px;
  margin-right: -3px;
}
.post-query-3 .single-post .category-row .taxonomy-category {
  padding: 0 0 10px 0;
  font-size: 0.9rem !important;
}
.post-query-3 .single-post .category-row .taxonomy-category a {
  text-decoration: none;
}
.post-query-3 .single-post .category-row .taxonomy-category a:before {
  content: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.18659 19.4624C8.98618 19.4624 8.78749 19.4255 8.5905 19.3518C8.39352 19.278 8.21515 19.1655 8.05538 19.0144L0.946965 11.8718C0.788289 11.7283 0.669243 11.5552 0.589827 11.3524C0.510411 11.1495 0.470703 10.9483 0.470703 10.7486C0.470703 10.5478 0.508932 10.3486 0.585389 10.1512C0.662002 9.95375 0.782527 9.77494 0.946965 9.61478L9.62034 0.93939C9.76438 0.792168 9.93606 0.675904 10.1354 0.590597C10.3347 0.505134 10.5406 0.462402 10.7532 0.462402H17.8793C18.3169 0.462402 18.6915 0.618512 19.0031 0.930734C19.3148 1.2428 19.4707 1.61795 19.4707 2.05618V9.17545C19.4707 9.38911 19.4262 9.59279 19.3371 9.78649C19.248 9.98018 19.1338 10.1488 18.9944 10.2922L10.3033 19.0144C10.1434 19.1577 9.96736 19.2682 9.7752 19.3459C9.58305 19.4236 9.38684 19.4624 9.18659 19.4624ZM9.14712 17.9154L17.8793 9.12843V2.0618H10.7604L2.0443 10.7784L9.14712 17.9154ZM15.4317 5.6943C15.7592 5.6943 16.0427 5.57437 16.2822 5.33451C16.5217 5.0945 16.6414 4.81199 16.6414 4.48698C16.6414 4.16197 16.5218 3.8793 16.2826 3.63897C16.0436 3.39849 15.7603 3.27825 15.4329 3.27825C15.1056 3.27825 14.823 3.39794 14.5852 3.63733C14.3476 3.87688 14.2288 4.15932 14.2288 4.48464C14.2288 4.80996 14.3474 5.09294 14.5848 5.33358C14.8219 5.57406 15.1042 5.6943 15.4317 5.6943Z%27 fill=%27%2354C3F1%27/%3E%3C/svg%3E");
  position: relative;
  top: 2.5px;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 2px;
  opacity: 0.7;
}
.post-query-3 .single-post .wp-block-post-excerpt p a {
  margin-top: 0.5rem;
  text-decoration: none;
}
.post-query-3 .single-post .wp-block-post-excerpt p a:after {
  content: "⇢";
  position: relative;
  top: 2.5px;
  left: 8px;
  font-size: 20px;
}

.post-list-wrapper {
  max-width: 1100px !important;
}
.post-list-wrapper figure {
  max-height: 200px;
}
.slider-group {
  z-index: 1;
}

.contractor-slider {
  max-width: 1600px !important;
  margin: 0 auto;
  box-sizing: border-box;
}
.contractor-slider .nextend-thumbnail-scroller {
  grid-template-columns: repeat(4, 1fr);
}
.contractor-slider .n2-ss-slider-controls {
  position: relative !important;
  top: -40px;
  max-width: 1300px;
  margin: 0 auto;
}
.contractor-slider .n2-ss-slider-controls .nextend-thumbnail-inner {
  background: transparent !important;
}
.contractor-slider .n2-thumbnail-dot {
  outline: 2px solid #d4d4d4 !important;
  margin-top: 2px;
  margin-left: 2px;
  padding: 15px !important;
  overflow: visible !important;
  transition: all 0.1s linear;
  background-color: transparent !important;
}
.contractor-slider .n2-thumbnail-dot img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.contractor-slider .n2-thumbnail-dot.n2-active {
  outline: 2px solid var(--wp--preset--color--daikin-light-blue) !important;
  position: relative;
  z-index: 1;
}
.contractor-slider .n2-thumbnail-dot:last-child {
  border-right: 2px solid #d4d4d4 !important;
}
.contractor-slider .n2-thumbnail-dot.n2-active:last-child {
  border-right: 2px solid var(--wp--preset--color--daikin-light-blue) !important;
}
.contractor-slider .n2-ss-caption {
  display: block;
  padding-top: 80px !important;
  background-size: 70% auto !important;
  background-repeat: no-repeat !important;
  height: auto !important;
}
.contractor-slider .n2-ss-caption div:first-child {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.contractor-slider .n2-ss-caption div:last-child {
  margin-top: 20px;
  font-weight: normal !important;
  font-family: var(--wp--preset--font-family--nunito-sans) !important;
}

@media screen and (max-width: 700px) {
  .slider-group {
    display: none;
  }
}
.vertical-mobile-slider {
  max-width: 900px !important;
  margin: 0 auto;
  left: 2.1%;
  box-sizing: border-box;
}
.vertical-mobile-slider * {
  overflow: visible !important;
}
.vertical-mobile-slider .n2-ss-slider-controls {
  display: flex !important;
  flex-direction: column !important;
  width: 35% !important;
}
.vertical-mobile-slider .n2-ss-slider-controls .nextend-thumbnail-inner {
  background-color: transparent !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller {
  display: flex !important;
  flex-direction: column;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot {
  display: flex !important;
  flex-direction: column !important;
  padding: 20px !important;
  transition: all 0.2s linear;
  background-color: white !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot.n2-active {
  outline: 2px solid #0097e0 !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot.n2-active .n2-ss-caption {
  padding: 0 !important;
  width: 100% !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot.n2-active .n2-ss-caption div:first-child {
  font-size: 17px !important;
  font-weight: 700 !important;
  padding: 3rem 0 0.5rem;
  color: var(--wp--preset--color--daikin-blue) !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot.n2-active .n2-ss-caption div:last-child {
  color: var(--wp--preset--color--daikin-grey) !important;
  font-family: var(--wp--preset--font-family--nunito-sans) !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.3rem !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot:not(.n2-active) {
  outline: 2px solid #d4d4d4 !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot:not(.n2-active):hover {
  outline: 2px solid var(--wp--preset--color--daikin-blue) !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot:not(.n2-active) .n2-ss-caption {
  padding: 0 !important;
  width: 100% !important;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot:not(.n2-active) .n2-ss-caption div:first-child {
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 0.5rem 0 0 0;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot:not(.n2-active) .n2-ss-caption div:last-child {
  display: none;
}
.vertical-mobile-slider .nextend-thumbnail-scroller .n2-thumbnail-dot picture img {
  width: 40px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.vertical-mobile-slider .n2-ss-slider-wrapper-inside {
  display: flex !important;
  flex-direction: column !important;
}
.vertical-mobile-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-2 {
  background-color: transparent !important;
}
.vertical-mobile-slider .n2-ss-slider-wrapper-inside img {
  left: -8%;
}
.vertical-mobile-slider .nextend-arrow {
  display: none;
}
@media screen and (max-width: 820px) {
  .vertical-mobile-slider .nextend-arrow {
    display: block;
  }
}

.mobile-screenshots {
  position: relative;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 700px) {
  .mobile-screenshots {
    display: block;
  }
  .mobile-screenshots figure {
    position: relative;
    left: -35%;
    margin-bottom: -28%;
    width: 130%;
  }
  .mobile-screenshots .mobile-screenshot-text-group {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  .mobile-screenshots .mobile-screenshot-text-group h2 {
    font-weight: 600 !important;
  }
  .mobile-screenshots .mobile-screenshot-text-group p {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .mobile-screenshots .spacer-hide-mobile {
    display: none !important;
  }
}

.body-pad {
  padding-left: 3vw !important;
  padding-right: 3vw !important;
}

@media screen and (max-width: 950px) {
  .mobile-pad {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
}

@media screen and (max-width: 950px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 951px) {
  .show-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .grid-single-column-mobile {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2%;
  }
  .grid-single-column-mobile figure {
    height: auto;
  }
  .grid-single-column-mobile figure img {
    min-width: 100% !important;
    width: 100% !important;
  }
  .grid-single-column-mobile figure.exploded-img-shrink {
    max-width: 65% !important;
    min-width: 65% !important;
    width: 65% !important;
  }
}

@media screen and (max-width: 950px) {
  .exploded-img-shrink {
    max-width: 75% !important;
    min-width: 75% !important;
    width: 75% !important;
  }
}

.dotted-border-top {
  min-width: 100%;
  background-image: radial-gradient(circle at 2.5px, var(--wp--preset--color--motili-blue) 1.25px, rgba(255, 255, 255, 0) 2.5px);
  background-position: top;
  background-size: 15px 5px, 5px 15px;
  background-repeat: repeat-x;
}

.row-75 {
  width: 75% !important;
}

#sb_instagram .sbi_info {
  text-align: left !important;
  font-size: 16px;
}
#sb_instagram .sbi_info .sbi_caption {
  font-family: var(--wp--preset--font-family--nunito-sans);
  color: var(--wp--preset--color--dark-grey);
}

.header-1 {
  font-size: 51px !important;
  font-weight: 400 !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1em !important;
}
.header-1.large {
  font-size: 75px !important;
}
.header-1.bold {
  font-weight: 700 !important;
}
.header-1.narrow {
  max-width: 50% !important;
}
.header-1.hero {
  font-size: 65px !important;
}
@media screen and (max-width: 950px) {
  .header-1 {
    margin-top: 2rem !important;
    max-width: 100% !important;
  }
  .header-1.shrink-mobile {
    font-size: 40px !important;
    line-height: 1.25em !important;
  }
}

.header-2 {
  font-size: 38px !important;
  font-weight: 400 !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  max-width: 85% !important;
}
.header-2.bold {
  font-weight: 600 !important;
}
@media screen and (max-width: 950px) {
  .header-2 {
    font-size: 28px !important;
    max-width: 100% !important;
  }
}

.header-3 {
  font-size: 31px !important;
  font-weight: 400 !important;
  max-width: 75% !important;
  margin-top: 0.65rem !important;
  margin-bottom: 0.65rem !important;
}
.header-3.bold {
  font-weight: 700 !important;
}
.header-3.narrow {
  max-width: 60% !important;
}
@media screen and (max-width: 950px) {
  .header-3 {
    max-width: 100% !important;
    min-width: 100% !important;
    font-size: 24px !important;
  }
}

.header-4 {
  font-size: 26px !important;
  font-weight: 400 !important;
  max-width: 100% !important;
  line-height: 1.25em;
}
.header-4.bold {
  font-weight: 700 !important;
}
.header-4.narrow {
  max-width: 65% !important;
}
@media screen and (max-width: 950px) {
  .header-4.narrow {
    max-width: 100% !important;
  }
}

.body {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-top: 0.65rem !important;
  margin-bottom: 0.65rem !important;
}
.body.narrow {
  max-width: 65% !important;
}
@media screen and (max-width: 950px) {
  .body.narrow {
    max-width: 100% !important;
  }
}
.body.bold {
  font-weight: 700 !important;
}
.body.small {
  font-size: 18px !important;
}
.body.large {
  font-size: 22px !important;
}
@media screen and (max-width: 950px) {
  .body.shrink-mobile {
    font-size: 20px !important;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.text-highlighter.blog-hero span {
  color: var(--wp--preset--color--daikin-blue) !important;
  background-color: white !important;
  box-shadow: 0.75rem 0 0 white, 0rem 0 0 white;
  opacity: 0.9;
  font-weight: 600;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0rem 0.5rem 0.2rem 0.85rem !important;
  margin-left: 0px !important;
}

h1.text-highlighter.page-hero span {
  color: var(--wp--preset--color--daikin-blue) !important;
  background-color: white !important;
  box-shadow: 0.75rem 0 0 white, 0rem 0 0 white;
  opacity: 0.9;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0rem 0.5rem 0.2rem 0.85rem !important;
  margin-left: 0px !important;
  line-height: 1.35em;
}
@media screen and (max-width: 950px) {
  h1.text-highlighter.page-hero span {
    line-height: 1.2em;
    box-shadow: 0.75rem 0 0 transparent, 0rem 0 0 transparent !important;
  }
}
h1.text-highlighter.industry-hero-text {
  margin-top: 6rem !important;
}
@media screen and (max-width: 950px) {
  h1.text-highlighter.industry-hero-text {
    paddin-left: 3vw !important;
    padding-right: 3vw !important;
    margin: 1.5rem 0 0.2rem !important;
    line-height: 1.3em !important;
    font-size: 44px !important;
    text-align: left;
    color: var(--wp--preset--color--light-blue) !important;
    box-shadow: 0.75rem 0 0 transparent, 0rem 0 0 transparent !important;
  }
}

h2.text-highlighter.page-hero span {
  color: var(--wp--preset--color--daikin-blue) !important;
  background-color: white !important;
  box-shadow: 0.75rem 0 0 white, 0rem 0 0 white;
  opacity: 0.9;
  font-weight: 600;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.15rem 0.5rem 0.2rem 0.85rem !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 950px) {
  h2.text-highlighter.industry-hero-text {
    margin: 1.5rem 0 0.6rem !important;
    line-height: 1.2em !important;
    font-size: 44px !important;
    text-align: left;
  }
}

h3.text-highlighter.page-hero {
  padding-left: 0 !important;
}
h3.text-highlighter.page-hero span {
  color: var(--wp--preset--color--daikin-blue) !important;
  background-color: white !important;
  box-shadow: 0.75rem 0 0 white, 0rem 0 0 white;
  opacity: 0.9;
  font-weight: 600;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.2rem 0.5rem 0.3rem 0.35rem !important;
  margin-left: 0px !important;
}
h3.text-highlighter.industry-hero-text {
  margin-top: 7rem;
}
h3.text-highlighter.industry-hero-text span {
  color: var(--wp--preset--color--daikin-grey) !important;
}

h4.text-highlighter {
  padding-left: 0 !important;
}
h4.text-highlighter span {
  color: var(--wp--preset--color--daikin-blue) !important;
  background-color: white !important;
  box-shadow: 0.75rem 0 0 white, 0rem 0 0 white;
  opacity: 0.9;
  font-weight: 600;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.2rem 0.5rem 0.3rem 0.35rem !important;
  margin-left: 0px !important;
}
h4.text-highlighter.industry-hero-text {
  margin-top: 7rem;
}
h4.text-highlighter.industry-hero-text span {
  color: var(--wp--preset--color--daikin-grey) !important;
}

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

body {
  padding: 0;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}

/*# sourceMappingURL=screen.css.map*/