@charset "UTF-8";
/* Text colors */
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBook/font.woff") format("woff"), url("../fonts/NexaBook/font.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBookItalic/font.woff") format("woff"), url("../fonts/NexaBookItalic/font.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBold/font.woff") format("woff"), url("../fonts/NexaBold/font.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBoldItalic/font.woff") format("woff"), url("../fonts/NexaBoldItalic/font.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBlack/font.woff") format("woff"), url("../fonts/NexaBlack/font.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBlackItalic/font.woff") format("woff"), url("../fonts/NexaBlackItalic/font.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?iefix") format("eot"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg"), url("../fonts/icomoon/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ==================================================================
  Padding between elements and the edge of the window
===================================================================== */
/* ==================================================================
  Clear default list styles
===================================================================== */
a.button-link.dark {
  border: 3px solid #ffc733;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 11px 30px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #0d0f12;
}

a.button-link.light {
  border: 3px solid #ffc733;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 11px 30px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.skip-link {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.bump-block-top {
  margin-top: 4rem !important;
}

.bump-top {
  margin-top: 1rem !important;
}

.bump-block-bottom {
  margin-bottom: 4rem !important;
}

.bump-bottom {
  margin-bottom: 1rem !important;
}

.view-latest-work .views-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.view-latest-work .views-list li {
  display: block;
  margin: 0;
}
.view-latest-work .views-row {
  position: relative;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  background: #f8f9fa;
  transform: translateY(-10px);
}
.view-latest-work .views-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.view-latest-work .views-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  z-index: 1;
}
.view-latest-work .views-row .field-content,
.view-latest-work .views-row .group-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
  color: white;
}
.view-latest-work .views-row .field-content h2,
.view-latest-work .views-row .field-content h3,
.view-latest-work .views-row .field-content .field-name-node-title,
.view-latest-work .views-row .group-info h2,
.view-latest-work .views-row .group-info h3,
.view-latest-work .views-row .group-info .field-name-node-title {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: white;
}
.view-latest-work .views-row .field-content h2 a,
.view-latest-work .views-row .field-content h3 a,
.view-latest-work .views-row .field-content .field-name-node-title a,
.view-latest-work .views-row .group-info h2 a,
.view-latest-work .views-row .group-info h3 a,
.view-latest-work .views-row .group-info .field-name-node-title a {
  color: white;
  text-decoration: none;
}
.view-latest-work .views-row .field-content h2 a:hover,
.view-latest-work .views-row .field-content h3 a:hover,
.view-latest-work .views-row .field-content .field-name-node-title a:hover,
.view-latest-work .views-row .group-info h2 a:hover,
.view-latest-work .views-row .group-info h3 a:hover,
.view-latest-work .views-row .group-info .field-name-node-title a:hover {
  text-decoration: underline;
}
.view-latest-work .views-row .field-content .field-work-type,
.view-latest-work .views-row .field-content .field-name-field-work-type,
.view-latest-work .views-row .group-info .field-work-type,
.view-latest-work .views-row .group-info .field-name-field-work-type {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 400;
}
.view-latest-work .slick-track {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  transform: none !important;
}
.view-latest-work .slick-track .slick-slide {
  width: auto !important;
  margin: 0 !important;
  height: 350px !important;
}
.view-latest-work .slick-dots,
.view-latest-work .slick-arrows {
  display: none !important;
}

@media (max-width: 768px) {
  .view-latest-work .views-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .view-latest-work .views-row {
    height: 320px;
  }
  .view-latest-work .views-row .field-content,
  .view-latest-work .views-row .group-info {
    padding: 20px;
  }
  .view-latest-work .views-row .field-content h2,
  .view-latest-work .views-row .field-content h3,
  .view-latest-work .views-row .field-content .field-name-node-title,
  .view-latest-work .views-row .group-info h2,
  .view-latest-work .views-row .group-info h3,
  .view-latest-work .views-row .group-info .field-name-node-title {
    font-size: 1.1rem;
  }
  .view-latest-work .slick-track {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
  }
  .view-latest-work .slick-track .slick-slide {
    height: 320px !important;
  }
}
@media (max-width: 480px) {
  .view-latest-work .views-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .view-latest-work .views-row {
    height: 300px;
  }
  .view-latest-work .views-row .field-content,
  .view-latest-work .views-row .group-info {
    padding: 15px;
  }
  .view-latest-work .views-row .field-content h2,
  .view-latest-work .views-row .field-content h3,
  .view-latest-work .views-row .field-content .field-name-node-title,
  .view-latest-work .views-row .group-info h2,
  .view-latest-work .views-row .group-info h3,
  .view-latest-work .views-row .group-info .field-name-node-title {
    font-size: 1rem;
  }
  .view-latest-work .slick-track {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .view-latest-work .slick-track .slick-slide {
    height: 300px !important;
  }
}
/*** Basic page ***/
.node--type-basic-page.node--view-mode-full {
  padding-top: 80px;
}
.node--type-basic-page.node--view-mode-full .field-name-field-focus-text {
  max-width: 680px;
}
.node--type-basic-page.node--view-mode-full .field-name-body {
  max-width: 680px;
}

.group-left h2 {
  font-weight: 900 !important;
}

.carousel-inner {
  background: url(/themes/custom/crw2025/images/quote.svg) no-repeat left top !important;
  padding-left: 110px !important;
  background-size: 80px !important;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .carousel-inner {
    background: url(/themes/custom/crw2025/images/quote.svg) no-repeat left top !important;
    padding-left: 70px !important;
    background-size: 50px !important;
  }
}

.carousel-indicators {
  justify-content: flex-end !important;
  margin-right: 5% !important;
  margin-bottom: -5% !important;
}

.carousel-indicators button {
  background-color: #0d0f12 !important;
}
.carousel-indicators button .active {
  background-color: #ffc733 !important;
}

.carousel-control-prev-icon {
  display: none !important;
}

.carousel-control-next-icon {
  display: none !important;
}

.content h3 {
  font-weight: 900 !important;
}

/*** Work item ***/
.node--type-work-item {
  /* Work listing page */
  /* Work item pages */
}
.node--type-work-item.node--view-mode-teaser {
  display: flex;
  justify-content: space-between;
}
.node--type-work-item.node--view-mode-teaser .group-left img {
  border-radius: 10px;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 679px) {
  .node--type-work-item.node--view-mode-teaser {
    align-items: center;
    flex-direction: column;
  }
  .node--type-work-item.node--view-mode-teaser .group-right {
    margin-top: 30px;
    max-width: 500px;
  }
}
@media screen and (min-width: 680px) {
  .node--type-work-item.node--view-mode-teaser {
    bottom: 0;
  }
  .node--type-work-item.node--view-mode-teaser .group-left {
    margin-right: 4%;
    min-width: 350px;
  }
  .node--type-work-item.node--view-mode-teaser .group-right {
    flex-basis: 46%;
  }
}
.node--type-work-item.node--view-mode-teaser .field-name-field-work-type {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.node--type-work-item.node--view-mode-teaser .field-name-node-title {
  margin-top: 20px;
}
.node--type-work-item.node--view-mode-teaser .field-name-node-title h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
.node--type-work-item.node--view-mode-teaser .field-name-node-title h2 a {
  text-decoration: none;
}
.node--type-work-item.node--view-mode-teaser .field-name-node-title h2 a {
  text-decoration: none;
}
.node--type-work-item.node--view-mode-teaser .field-name-field-focus-text {
  margin-top: 20px;
  font-family: "Nexa", sans-serif !important;
}
.node--type-work-item.node--view-mode-teaser .field-name-field-website {
  margin-top: 20px;
}
.node--type-work-item.node--view-mode-full .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .node--type-work-item.node--view-mode-full .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .node--type-work-item.node--view-mode-full .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.node--type-work-item.node--view-mode-full .banner-wrapper {
  margin-top: -160px;
  padding-top: 250px;
  position: relative;
  min-height: 400px;
}
.node--type-work-item.node--view-mode-full .banner-wrapper.wrapper {
  background-image: var(--work-item-banner-bg);
  background-size: 50%;
  background-position: 100% center;
  background-repeat: no-repeat;
}
@media (min-width: 750px) {
  .node--type-work-item.node--view-mode-full .banner-wrapper.wrapper {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 80%, transparent 100%), var(--work-item-banner-bg);
    background-size: 100% 100%, 70%;
    background-position: 0 0, 100% center;
  }
}
.node--type-work-item.node--view-mode-full .banner-wrapper .field-name-field-preview-image {
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.node--type-work-item.node--view-mode-full .banner-wrapper .field-name-field-preview-image img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
}
.node--type-work-item.node--view-mode-full .banner-wrapper .field-name-field-preview-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 270px, rgba(13, 15, 18, 0.7) 980px), linear-gradient(to right, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 60%, rgba(13, 15, 18, 0.3) 70%);
  z-index: 2;
}
@media (max-width: 749px) {
  .node--type-work-item.node--view-mode-full .banner-wrapper .field-name-field-preview-image::after {
    background: black;
  }
}
.node--type-work-item.node--view-mode-full .banner-wrapper .banner {
  position: relative;
  z-index: 3;
}
.node--type-work-item.node--view-mode-full .banner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1070px;
}
@media screen and (min-width: 0px) and (max-width: 751px) {
  .node--type-work-item.node--view-mode-full .banner {
    flex-direction: column-reverse;
  }
}
.node--type-work-item.node--view-mode-full .banner-first {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 752px) {
  .node--type-work-item.node--view-mode-full .banner-first {
    max-width: 580px;
    width: 60%;
  }
}
.node--type-work-item.node--view-mode-full .banner-first img {
  border-radius: 10px 10px 0 0;
  display: block;
  position: relative;
  z-index: 4;
}
.node--type-work-item.node--view-mode-full .banner-second {
  padding-bottom: 60px;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 752px) {
  .node--type-work-item.node--view-mode-full .banner-second {
    margin-left: 60px;
    max-width: 410px;
    width: 40%;
  }
}
.node--type-work-item.node--view-mode-full .field-name-bundle-fieldnode {
  color: #ffc733;
  font-weight: 600;
  margin-top: 15px;
}
.node--type-work-item.node--view-mode-full .field-name-node-title {
  margin-top: 15px;
}
.node--type-work-item.node--view-mode-full .field-name-node-title h1 {
  font-size: 34px;
  font-size: 1.8888888889rem;
  font-weight: 900;
  line-height: 1.3;
  color: white;
}
@media screen and (min-width: 800px) {
  .node--type-work-item.node--view-mode-full .field-name-node-title h1 {
    font-size: 36px;
    font-size: 2rem;
  }
}
.node--type-work-item.node--view-mode-full .field-name-node-title h1 a {
  text-decoration: none;
}
.node--type-work-item.node--view-mode-full .field-name-field-subtitle {
  color: white;
  margin-top: 15px;
}
.node--type-work-item.node--view-mode-full .field-name-field-subtitle h1,
.node--type-work-item.node--view-mode-full .field-name-field-subtitle h2,
.node--type-work-item.node--view-mode-full .field-name-field-subtitle h3,
.node--type-work-item.node--view-mode-full .field-name-field-subtitle h4,
.node--type-work-item.node--view-mode-full .field-name-field-subtitle h5,
.node--type-work-item.node--view-mode-full .field-name-field-subtitle h6 {
  color: #0d0f12;
}
.node--type-work-item.node--view-mode-full .field-name-field-website {
  margin-top: 30px;
}
.node--type-work-item.node--view-mode-full .overview-wrapper,
.node--type-work-item.node--view-mode-full .solution-wrapper,
.node--type-work-item.node--view-mode-full .challenge-wrapper,
.node--type-work-item.node--view-mode-full .testimonial-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}
.node--type-work-item.node--view-mode-full .overview-wrapper {
  padding-bottom: 0;
}
.node--type-work-item.node--view-mode-full .solution-wrapper:has(.field-name-field-solution-text:empty) {
  display: none;
}
.node--type-work-item.node--view-mode-full .overview-wrapper,
.node--type-work-item.node--view-mode-full .solution-wrapper {
  background-color: #fff !important;
}
.node--type-work-item.node--view-mode-full .challenge-wrapper {
  background-color: #fff;
}
.node--type-work-item.node--view-mode-full .testimonial-wrapper {
  background-color: #f1f2f6;
}
.node--type-work-item.node--view-mode-full .challenge,
.node--type-work-item.node--view-mode-full .overview,
.node--type-work-item.node--view-mode-full .solution {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 990px;
}
@media screen and (min-width: 0px) and (max-width: 751px) {
  .node--type-work-item.node--view-mode-full .challenge,
  .node--type-work-item.node--view-mode-full .overview,
  .node--type-work-item.node--view-mode-full .solution {
    flex-direction: column;
  }
}
.node--type-work-item.node--view-mode-full .testimonial {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  max-width: 990px;
}
@media screen and (min-width: 0px) and (max-width: 751px) {
  .node--type-work-item.node--view-mode-full .testimonial {
    flex-direction: column;
  }
}
.node--type-work-item.node--view-mode-full .challenge h2,
.node--type-work-item.node--view-mode-full .overview h2,
.node--type-work-item.node--view-mode-full .solution-first h2,
.node--type-work-item.node--view-mode-full .testimonial h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0;
}
.node--type-work-item.node--view-mode-full .challenge h2 a,
.node--type-work-item.node--view-mode-full .overview h2 a,
.node--type-work-item.node--view-mode-full .solution-first h2 a,
.node--type-work-item.node--view-mode-full .testimonial h2 a {
  text-decoration: none;
}
.node--type-work-item.node--view-mode-full .challenge h2,
.node--type-work-item.node--view-mode-full .overview h2 {
  position: absolute;
}
.node--type-work-item.node--view-mode-full .field-name-field-overview-first,
.node--type-work-item.node--view-mode-full .field-name-field-technologies,
.node--type-work-item.node--view-mode-full .solution-first {
  flex-basis: 180px;
  flex-grow: 1;
  padding-right: 40px;
}
.node--type-work-item.node--view-mode-full .field-name-field-overview-first,
.node--type-work-item.node--view-mode-full .field-name-field-technologies {
  margin-top: 40px;
}
.node--type-work-item.node--view-mode-full .field-name-field-overview-first ul {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.45;
}
.node--type-work-item.node--view-mode-full .field-name-field-overview-first + .field-name-field-overview-text {
  margin-top: 0;
}
.node--type-work-item.node--view-mode-full .field-name-display-field-copynode-website-copy {
  margin-top: 20px;
}
.node--type-work-item.node--view-mode-full .field-name-field-challenge-text,
.node--type-work-item.node--view-mode-full .field-name-field-overview-text,
.node--type-work-item.node--view-mode-full .field-name-field-solution-text,
.node--type-work-item.node--view-mode-full .field-name-field-testimonial {
  flex-basis: 0;
  flex-grow: 5;
  font-family: "Nexa", sans-serif;
}
.node--type-work-item.node--view-mode-full .field-name-field-challenge-text p,
.node--type-work-item.node--view-mode-full .field-name-field-overview-text p,
.node--type-work-item.node--view-mode-full .field-name-field-solution-text p,
.node--type-work-item.node--view-mode-full .field-name-field-testimonial p {
  font-family: "Nexa", sans-serif;
}
.node--type-work-item.node--view-mode-full .field-name-field-challenge-text span,
.node--type-work-item.node--view-mode-full .field-name-field-overview-text span,
.node--type-work-item.node--view-mode-full .field-name-field-solution-text span,
.node--type-work-item.node--view-mode-full .field-name-field-testimonial span {
  font-family: "Nexa", sans-serif !important;
  font-size: 18px !important;
}
.node--type-work-item.node--view-mode-full .field-name-field-overview-text {
  margin-top: 60px;
}
.node--type-work-item.node--view-mode-full .field-name-field-challenge-text {
  margin-top: 60px;
}
.node--type-work-item.node--view-mode-full .field-name-field-testimonial {
  margin-top: 30px;
}
.node--type-work-item.node--view-mode-full .field-name-field-client-feedback-credit,
.node--type-work-item.node--view-mode-full .field-name-field-client-feedback-title {
  font-weight: 600;
}
.node--type-work-item.node--view-mode-full .screenshots {
  background-color: #fff !important;
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .node--type-work-item.node--view-mode-full .screenshots {
    padding-left: 30px;
  }
}
@media screen and (min-width: 860px) {
  .node--type-work-item.node--view-mode-full .screenshots {
    padding-left: 60px;
  }
}
.node--type-work-item.node--view-mode-full .field-name-field-image,
.node--type-work-item.node--view-mode-full .carousel-bottom {
  width: calc(100vw - 20px);
  /* Mobile overflow prevention */
}
@media screen and (min-width: 560px) {
  .node--type-work-item.node--view-mode-full .field-name-field-image,
  .node--type-work-item.node--view-mode-full .carousel-bottom {
    width: calc(100vw - 30px);
  }
}
@media screen and (min-width: 860px) {
  .node--type-work-item.node--view-mode-full .field-name-field-image,
  .node--type-work-item.node--view-mode-full .carousel-bottom {
    width: calc(100vw - 60px);
  }
}
@media screen and (min-width: 1184px) {
  .node--type-work-item.node--view-mode-full .field-name-field-image,
  .node--type-work-item.node--view-mode-full .carousel-bottom {
    width: calc(50vw + 535px);
  }
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .node--type-work-item.node--view-mode-full .field-name-field-image,
  .node--type-work-item.node--view-mode-full .carousel-bottom {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.node--type-work-item.node--view-mode-full .field-name-field-image {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.node--type-work-item.node--view-mode-full .slides {
  display: flex;
  justify-content: center;
  align-items: center;
}
.node--type-work-item.node--view-mode-full .slick-slide {
  margin-right: 20px;
}
@media screen and (min-width: 560px) {
  .node--type-work-item.node--view-mode-full .slick-slide {
    margin-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .node--type-work-item.node--view-mode-full .slick-slide {
    margin-right: 60px;
  }
}
.node--type-work-item.node--view-mode-full .slick-slide img {
  height: auto !important;
  max-height: 300px !important;
  max-width: 300px !important;
  width: auto !important;
  object-fit: contain;
}
.node--type-work-item.node--view-mode-full .slides .slick-slide img {
  width: auto !important;
  max-width: 300px !important;
  height: auto !important;
  max-height: 300px !important;
}
.node--type-work-item.node--view-mode-full .carousel-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.node--type-work-item.node--view-mode-full .carousel-caption {
  color: #000000 !important;
  font-weight: 600;
}
.node--type-work-item.node--view-mode-full .slick-arrows {
  display: flex;
  justify-content: end;
  padding: 45px 100px 40px 0;
}
.node--type-work-item.node--view-mode-full .slick-arrow {
  background: none;
  border: none;
  height: 50px;
  line-height: 45px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 200%;
  visibility: hidden;
  width: 50px;
}
.node--type-work-item.node--view-mode-full .slick-arrow:after {
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  zoom: 1;
  border: 3px solid #ffc733;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "icomoon", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: bold;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.node--type-work-item.node--view-mode-full .slick-arrow[aria-disabled=true]:after {
  border-color: #b9c0d4;
}
.node--type-work-item.node--view-mode-full .slick-prev:after {
  content: "\e903";
}
.node--type-work-item.node--view-mode-full .slick-next {
  margin-left: 10px;
}
.node--type-work-item.node--view-mode-full .slick-next:after {
  content: "\e902";
}
.node--type-work-item.node--view-mode-full .field-name-field-client-feedback-title {
  max-width: 500px;
}
.node--type-work-item.node--view-mode-slide {
  background: url(../images/quote.svg) no-repeat left top;
  /* Mobile-first defaults and fluid scaling */
  background-size: clamp(32px, 6.5vw, 80px);
  max-width: 990px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(40px, 8vw, 120px);
  padding-right: clamp(16px, 4vw, 60px);
  padding-bottom: clamp(24px, 6vw, 60px);
  font-family: "Nexa", sans-serif !important;
  /* Keep Bootstrap breakpoints, but force additional right padding to ensure fit */
  /* md ≥768px */
  /* lg ≥992px */
  /* xl ≥1200px */
  /* Typography scaling inside slide */
}
@media (min-width: 576px) {
  .node--type-work-item.node--view-mode-slide {
    padding-right: clamp(24px, 4vw, 80px);
  }
}
@media (min-width: 768px) {
  .node--type-work-item.node--view-mode-slide {
    padding-right: clamp(32px, 5vw, 100px);
  }
}
@media (min-width: 992px) {
  .node--type-work-item.node--view-mode-slide {
    padding-right: clamp(40px, 6vw, 120px);
  }
}
@media (min-width: 1200px) {
  .node--type-work-item.node--view-mode-slide {
    padding-right: clamp(48px, 6vw, 140px);
  }
}
.node--type-work-item.node--view-mode-slide .intro {
  font-size: clamp(18px, 2.8vw, 30px);
  line-height: 1.45;
}
.node--type-work-item.node--view-mode-slide .field-name-field-client-feedback-title {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.4;
}
.node--type-work-item.node--view-mode-slide .field-name-field-client-feedback-credit {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.3;
}
.node--type-work-item.node--view-mode-slide .field-name-field-client-feedback-credit a {
  text-decoration: none;
}
.node--type-work-item.node--view-mode-slide .field-name-field-client-feedback-title,
.node--type-work-item.node--view-mode-slide .intro {
  overflow: visible;
}
.node--type-work-item.node--view-mode-slide .field-name-field-client-feedback-credit,
.node--type-work-item.node--view-mode-slide .field-name-field-client-feedback-title {
  max-width: 500px;
}

/* CRW 2025: Home page "Our Work" */
#views-bootstrap-latest-work-block-latest .node--view-mode-latest {
  box-shadow: 42px 42px 45px rgba(0, 0, 0, 0.3);
  transform: translateY(-20px);
}

/* Permanent text overlay background for work items */
.wrapper-recent-item-detail {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.8) 100%) !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 30% !important;
  z-index: 1 !important;
  pointer-events: none !important;
  color: white !important;
}
.wrapper-recent-item-detail div div div span a {
  position: relative;
  z-index: 10;
  color: white;
}
.wrapper-recent-item-detail div div div span #text {
  position: relative;
  z-index: 10;
  color: white;
}
.wrapper-recent-item-detail div div div span img {
  width: 100% !important;
}

#block-views-block-latest-work > h2 {
  font-size: 1.66667rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  margin-bottom: 20px !important;
}
#block-views-block-latest-work .view-content .row {
  padding-left: 0;
}

.node--view-mode-teaser {
  border-bottom: 0 !important;
}

/*** Blog posts ***/
.node--type-blog-post {
  /* Blog */
  /* Full post */
  /* Lastest News block at bottom of blog post page */
}
.node--type-blog-post.node--view-mode-teaser {
  display: flex;
  justify-content: space-between;
}
.node--type-blog-post.node--view-mode-teaser .group-left img {
  border-radius: 10px;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 679px) {
  .node--type-blog-post.node--view-mode-teaser {
    align-items: center;
    flex-direction: column;
  }
  .node--type-blog-post.node--view-mode-teaser .group-right {
    margin-top: 30px;
    max-width: 500px;
  }
}
@media screen and (min-width: 680px) {
  .node--type-blog-post.node--view-mode-teaser {
    bottom: 0;
  }
  .node--type-blog-post.node--view-mode-teaser .group-left {
    margin-right: 4%;
    min-width: 350px;
  }
  .node--type-blog-post.node--view-mode-teaser .group-right {
    flex-basis: 46%;
  }
}
.node--type-blog-post.node--view-mode-teaser .field-name-node-title {
  margin-top: 20px;
}
.node--type-blog-post.node--view-mode-teaser .field-name-node-title h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
.node--type-blog-post.node--view-mode-teaser .field-name-node-title h2 a {
  text-decoration: none;
}
.node--type-blog-post.node--view-mode-teaser .field-name-node-title h2 a {
  text-decoration: none;
}
.node--type-blog-post.node--view-mode-teaser .field-name-field-focus-text {
  margin-top: 20px;
}
.node--type-blog-post.node--view-mode-teaser .field-name-node-link {
  margin-top: 20px;
}
.node--type-blog-post.node--view-mode-teaser .field-name-node-link a {
  border: 3px solid #ffc733;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 11px 30px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.node--type-blog-post.node--view-mode-full .field-name-field-date {
  color: #ffc733;
  font-weight: 600;
  text-align: center;
}
.node--type-blog-post.node--view-mode-full .field-name-node-title {
  margin-top: 10px;
  text-align: center;
}
.node--type-blog-post.node--view-mode-full .field-name-node-title h1 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
  margin: auto;
  max-width: 500px;
}
.node--type-blog-post.node--view-mode-full .field-name-node-title h1 a {
  text-decoration: none;
}
.node--type-blog-post.node--view-mode-full .field-name-field-blogpost-image {
  margin-top: 60px;
}
.node--type-blog-post.node--view-mode-full .group-bottom {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (min-width: 680px) {
  .node--type-blog-post.node--view-mode-full .group-bottom {
    flex-direction: row;
  }
}
.node--type-blog-post.node--view-mode-full .field-name-body {
  flex-basis: 740px;
  padding-right: 60px;
}
.node--type-blog-post.node--view-mode-full .social-sharing-buttons {
  padding: 0;
}
@media screen and (min-width: 680px) {
  .node--type-blog-post.node--view-mode-full .social-sharing-buttons {
    flex-direction: column;
  }
}
.node--type-blog-post.node--view-mode-full .social-sharing-buttons__button {
  border: 3px solid #f1f2f6;
  border-radius: 100%;
  height: 45px;
  margin-bottom: 10px;
  width: 45px;
}
.node--type-blog-post.node--view-mode-small-teaser img {
  border-radius: 10px;
}
.node--type-blog-post.node--view-mode-small-teaser .field-name-node-title {
  margin-top: 30px;
}
.node--type-blog-post.node--view-mode-small-teaser .field-name-node-title h3 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.3;
}
.node--type-blog-post.node--view-mode-small-teaser .field-name-node-title h3 a {
  text-decoration: none;
}
.node--type-blog-post.node--view-mode-small-teaser .field-name-field-focus-text {
  margin-top: 10px;
}
.node--type-blog-post.node--view-mode-small-teaser .field-name-node-link {
  margin-top: 10px;
}
.node--type-blog-post.node--view-mode-small-teaser .field-name-node-link a {
  font-weight: 600;
}

/*** Taxonomy ***/
.taxonomy-term--type-technology {
  display: flex;
  align-items: center;
  height: 100px;
}
.taxonomy-term--type-technology img {
  display: block;
}

/*** Users ***/
.user--view-mode-compact {
  /* Company page */
}
.user--view-mode-compact .field-name-field-title {
  color: #0d0f12;
  font-weight: 600;
}
.user--view-mode-compact .field-name-field-bio {
  border-top: 1px solid #b9c0d4;
  margin-top: 10px;
}

/*** Block types ***/
.block-content--type-service {
  /* Services page */
}
.block-content--type-service.block-content--view-mode-full {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 511px) {
  .block-content--type-service.block-content--view-mode-full {
    flex-direction: column;
  }
}
.block-content--type-service.block-content--view-mode-full .group-left {
  width: 325px;
  flex-grow: 0;
  flex-shrink: 15;
  padding-right: 20px;
}
@media screen and (min-width: 0px) and (max-width: 511px) {
  .block-content--type-service.block-content--view-mode-full .group-left {
    margin-bottom: 40px;
  }
}
.block-content--type-service.block-content--view-mode-full .group-right {
  flex-basis: 325px;
  flex-grow: 1;
}
.block-content--type-service.block-content--view-mode-full .field-name-field-icon {
  text-align: center;
}
.block-content--type-service.block-content--view-mode-full h2 {
  color: #ffc733;
}
.block-content--type-service.block-content--view-mode-full .field-name-field-subtitle {
  color: #0d0f12;
}
.block-content--type-service.block-content--view-mode-full .field-name-body {
  margin-top: 20px;
}

/***********
 * BLOCKS
 ***********/
/* System branding */
#header img {
  display: block;
  width: 200px;
  margin-top: 5%;
}

/* Page title */
.block-page-title-block {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}
.front .block-page-title-block {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

/* Main content block */
.page-node-type-basic-page .block-system-main-block {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}
.page-node-type-blog-post .block-system-main-block {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 560px) {
  .page-node-type-blog-post .block-system-main-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .page-node-type-blog-post .block-system-main-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-node-type-blog-post .block-system-main-block .block__wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.front .block-system-main-block {
  display: none;
}
.path-webform .block-system-main-block {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .path-webform .block-system-main-block {
    flex-grow: 0;
    margin-top: 0;
    padding-left: 80px;
    width: 50%;
    font-family: "Nexa", sans-serif !important;
  }
}
.path-user .block-system-main-block {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 140px;
}
@media screen and (min-width: 560px) {
  .path-user .block-system-main-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .path-user .block-system-main-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.path-user .block-system-main-block .block__wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}

/*** Footer ***/
body:not(.front) .block-contact,
.block-contact-footer {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffc733;
  border-radius: 10px;
  max-width: 1070px;
  width: 80% !important;
  margin-top: -60px !important;
}
@media screen and (min-width: 1040px) {
  body:not(.front) .block-contact,
  .block-contact-footer {
    background: url(../images/contact.png) #ffc733 no-repeat right center;
    background-size: 29%;
  }
}

.block-contact {
  padding: 30px !important;
}

.block-contact a,
.block-contact-footer a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.block-contact a:hover, .block-contact a:active, .block-contact a:focus,
.block-contact-footer a:hover,
.block-contact-footer a:active,
.block-contact-footer a:focus {
  text-decoration: none;
}
.block-contact h2,
.block-contact-footer h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .block-contact h2,
  .block-contact-footer h2 {
    font-size: 48px;
    font-size: 2.6666666667rem;
  }
}
.block-contact p,
.block-contact-footer p {
  color: white;
  font-family: "Nexa", sans-serif !important;
}

.block-contact {
  transform: translate(0, 50%);
}
.front .block-contact {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .front .block-contact {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .front .block-contact {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.front .block-contact .block__wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffc733;
  border-radius: 10px;
  max-width: 1070px;
}
@media screen and (min-width: 1040px) {
  .front .block-contact .block__wrapper {
    background: url(../images/contact.png) #ffc733 no-repeat right center;
    background-size: 29%;
  }
}

.block-contact-footer {
  grid-column: 1/9;
  grid-row: 1;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block-contact-footer {
    grid-column: unset !important;
    grid-row: unset !important;
    margin-top: 0 !important;
  }
}

.block-footer-menu {
  grid-column: 1/8;
  grid-row: 2;
  margin-top: 60px;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block-footer-menu {
    grid-column: unset !important;
    grid-row: unset !important;
    margin-top: 30px !important;
  }
}

.block-social-menu {
  grid-column: 8;
  grid-row: 2;
  justify-self: flex-end;
  margin-top: 60px;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block-social-menu {
    grid-column: unset !important;
    grid-row: unset !important;
    justify-self: unset !important;
    margin-top: 30px !important;
  }
}

.block-copyright {
  color: #b9c0d4;
  font-size: 14px;
  font-size: 0.7777777778rem;
  grid-column: 1/9;
  grid-row: 3;
  margin-top: 60px;
  text-align: center;
  width: 100%;
  font-family: "Nexa", sans-serif !important;
}
.block-copyright a {
  color: #b9c0d4;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block-copyright {
    grid-column: unset !important;
    grid-row: unset !important;
    margin-top: 30px !important;
    text-align: left !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
  .block-crw2025-googleadwordstrackerphoneemaillinks {
    display: none !important;
  }
}
/*** Homepage blocks ***/
.block-homepage-banner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}
.block-homepage-banner h1 {
  font-size: 40px;
  font-size: 2.2222222222rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 440px) {
  .block-homepage-banner h1 {
    font-size: 48px;
    font-size: 2.6666666667rem;
  }
}
@media screen and (min-width: 932px) {
  .block-homepage-banner h1 {
    font-size: 60px;
    font-size: 3.3333333333rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block-homepage-banner h1 br {
    display: none;
  }
}
.block-homepage-banner .button-link {
  margin-top: 30px;
}
@media screen and (min-width: 920px) {
  .block-homepage-banner {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}

/* Our Work text */
.block-our-work-text {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  padding: 80px 0 20px;
}
@media screen and (min-width: 716px) {
  .block-our-work-text {
    padding: 80px 0;
  }
  .block-our-work-text .block__wrapper {
    max-width: 280px;
  }
}
.block-our-work-text h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
.block-our-work-text h2 a {
  text-decoration: none;
}
.block-our-work-text .block_content {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.block-our-work-text .button-link {
  margin-top: 30px;
}

/* Featured / Recent Work */
@media screen and (min-width: 0px) and (max-width: 439px) {
  .block-latest-work {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 440px) {
  .block-latest-work {
    width: calc(100% + 20px);
  }
}
@media screen and (min-width: 716px) {
  .block-latest-work {
    left: 337px;
    position: absolute;
    top: -80px;
    width: calc(100% - 337px);
  }
}
@media screen and (min-width: 860px) {
  .block-latest-work {
    left: 367px;
    width: calc(100% - 367px);
  }
}
@media screen and (min-width: 1160px) {
  .block-latest-work {
    left: calc(50vw - 215px);
    width: calc(50vw + 200px);
  }
}
.block-latest-work .simplebar-scrollbar.simplebar-visible::before {
  background-color: #ffc733;
  opacity: 1;
}
.block-latest-work .simplebar-track.simplebar-horizontal {
  background-color: #f1f2f6;
  height: 6px;
}
.block-latest-work .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 6px;
  top: 0;
}

/* Latest Work Mobile Styles */
@media screen and (min-width: 0px) and (max-width: 799px) {
  #block-views-block-latest-work {
    /* Add padding-bottom to each individual work item */
  }
  #block-views-block-latest-work h2 {
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  #block-views-block-latest-work .view-content .row {
    margin-left: auto !important;
  }
  #block-views-block-latest-work .views-row {
    padding-bottom: 25px !important;
  }
}
/* Mobile Overflow Prevention */
@media screen and (min-width: 0px) and (max-width: 799px) {
  /* Prevent horizontal scrolling on mobile devices */
  body {
    overflow-x: hidden !important;
  }
  /* Ensure all containers respect mobile viewport width */
  .container,
  .container-fluid,
  .row {
    max-width: 100vw !important;
  }
  /* Fix any elements that might cause horizontal overflow */
  * {
    max-width: 110% !important;
    box-sizing: border-box !important;
  }
  /* Specific fixes for problematic elements */
  .field-name-field-image,
  .carousel-bottom {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* Ensure images don't overflow */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  /* Fix Our Services button positioning on mobile */
  .block-our-services {
    max-width: 110% !important;
  }
  .block-our-services .button-link {
    position: static !important;
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .block-our-services h2 {
    text-align: center !important;
    margin-bottom: 20px !important;
  }
}
/* Our Services */
.block-our-services {
  /* moved to new region
    background-color: $ice;
    flex-wrap: wrap;
    @include wrapper-padding;
    padding-top: 100px;
    padding-bottom: 130px;
  */
}
.block-our-services h2 {
  font-weight: 900 !important;
}
.block-our-services > div {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.block-our-services .block__title {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
.block-our-services .block__title a {
  text-decoration: none;
}
.block-our-services .button-link {
  position: absolute;
  right: 0;
  top: -60px !important;
}
@media screen and (min-width: 500px) {
  .block-our-services .button-link {
    top: 0;
  }
}
.block-our-services .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .block-our-services .services {
    align-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1052px) {
  .block-our-services .services {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.block-our-services .service {
  margin-left: 25px;
}
.block-our-services .service img {
  margin-right: 15px;
  width: 60px;
}
.block-our-services .service h3 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  display: inline-block;
  width: calc(100% - 85px);
}
.block-our-services .service h3 a {
  text-decoration: none;
}
.block-our-services .service p {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-family: "Nexa", sans-serif !important;
  color: #424242 !important;
  margin-top: 10px !important;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .block-our-services .service {
    margin-top: 40px;
    max-width: 225px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1051px) {
  .block-our-services .service {
    flex-basis: 45%;
    margin-top: 40px;
  }
  .block-our-services .service:nth-child(1), .block-our-services .service:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1052px) {
  .block-our-services .service {
    flex-basis: 225px;
    flex-grow: 0;
    margin-left: 15px;
    margin-top: 60px;
  }
  .block-our-services .service:nth-child(1) {
    margin-left: 0;
  }
}

/* Client feedback cars carousel */
.block-testimonial-slides {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  padding-top: clamp(24px, 6vw, 60px);
  padding-bottom: clamp(32px, 8vw, 80px);
}
@media screen and (min-width: 560px) {
  .block-testimonial-slides {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .block-testimonial-slides {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.block-testimonial-slides .block__wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  font-family: "Nexa", sans-serif !important;
}

/*** Services ***/
/* Individual service block */
.block-service .block__wrapper {
  border-bottom: 5px solid #f1f2f6;
  padding-top: 80px;
  padding-bottom: 80px;
}

/*** Work item list page ***/
/* Portfolio */
.block-work-items {
  background-color: #fff;
}

/*** Work item page ***/
/* Client feedback  */
.block-testimonial {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  padding-top: clamp(40px, 10vw, 110px);
  padding-bottom: clamp(40px, 10vw, 110px);
}
@media screen and (min-width: 560px) {
  .block-testimonial {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .block-testimonial {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.block-testimonial .block__wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  font-family: "Nexa", sans-serif !important;
}

/*** Blog ***/
.block-latest-news {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  padding-top: 110px;
}
.block-latest-news .block__title {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 900;
  line-height: 1.3;
}
.block-latest-news .block__title a {
  text-decoration: none;
}
.block-latest-news .block__wrapper {
  position: relative;
}

/*** Employee page ***/
/* Our Team */
.block-team {
  padding-top: 60px;
}
.block-team .block__wrapper {
  max-width: 680px;
}
.block-team .block__title {
  margin-bottom: 40px;
}

/*** Banner ***/
.featured-top {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -80px;
  padding-top: 180px;
  padding-bottom: 120px;
}
@media screen and (min-width: 560px) {
  .featured-top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 860px) {
  .featured-top {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.featured-top span {
  font-weight: 900;
}

@media screen and (min-width: 0px) and (max-width: 679px) {
  .path-frontpage .featured-top h1 {
    font-size: 2.3rem !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 679px) {
  .bump-bottom {
    margin-bottom: 3rem !important;
  }
}

/*** Contact Us page banner ***/
.page-node-46 .layout-container {
  background: url(/themes/custom/crw2025/images/boston-night-buildings.jpg) no-repeat right top -140px;
  background-size: cover;
}
.page-node-46 .featured-top {
  background: none;
}
.page-node-46 .featured-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 100px, #0d0f12 550px), linear-gradient(to left, rgba(0, 0, 0, 0.3) 100px, #0d0f12 800px), url(/themes/custom/crw2025/images/boston-night-buildings.jpg) no-repeat right top -140px;
  color: white;
  font-weight: bold;
  padding: 50px 0 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}

/*** Services page banner ***/
.page-node-44 .layout-container {
  background: url("/sites/default/files/styles/banner_background/public/2021-07/fenway-area.jpg?h=827069f2&itok=xeZ05IHG") no-repeat right top -140px;
  background-size: cover;
}
.page-node-44 .featured-top {
  background: none;
}
.page-node-44 .featured-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 100px, #0d0f12 550px), linear-gradient(to left, rgba(0, 0, 0, 0.3) 100px, #0d0f12 800px), url("/sites/default/files/styles/banner_background/public/2021-07/fenway-area.jpg?h=827069f2&itok=xeZ05IHG") no-repeat right top -140px;
  color: white;
  font-weight: bold;
  padding: 50px 0 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}

/*** Company page banner ***/
.page-node-3 .layout-container {
  background: url("/sites/default/files/styles/banner_background/public/2021-07/night-boston-zakim-bridge.jpg?h=827069f2&itok=94AEExUk") no-repeat right top -140px;
  background-size: cover;
}
.page-node-3 .featured-top {
  background: none;
}
.page-node-3 .featured-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 100px, #0d0f12 550px), linear-gradient(to left, rgba(0, 0, 0, 0.3) 100px, #0d0f12 800px), url("/sites/default/files/styles/banner_background/public/2021-07/night-boston-zakim-bridge.jpg?h=827069f2&itok=94AEExUk") no-repeat right top -140px;
  color: white;
  font-weight: bold;
  padding: 50px 0 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.btn-outline-primary {
  --bs-btn-hover-color: white !important;
}

.page-node-34 .layout-container {
  background-color: black;
}
.page-node-34 .featured-top {
  background: black;
}
.page-node-34 h1.title {
  color: white;
}

/*** Work page banner ***/
.page-node-40 .layout-container {
  background: url("/sites/default/files/styles/banner_background/public/2021-07/keyboard-closeup.jpg?h=827069f2&itok=6FnXp6B_") no-repeat right top -140px;
  background-size: cover;
}
.page-node-40 .featured-top {
  background: none;
}
.page-node-40 .featured-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 100px, #0d0f12 550px), linear-gradient(to left, rgba(0, 0, 0, 0.3) 100px, #0d0f12 800px), url("/sites/default/files/styles/banner_background/public/2021-07/keyboard-closeup.jpg?h=827069f2&itok=6FnXp6B_") no-repeat right top -140px;
  color: white;
  font-weight: bold;
  padding: 50px 0 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Contact info */
.block-contact-info {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (min-width: 680px) {
  .block-contact-info {
    padding-right: 80px;
  }
}
.block-contact-info h2 {
  color: #ffc733;
  font-weight: 900 !important;
}
.block-contact-info p {
  margin-top: 1.5rem;
}
.block-contact-info .intro {
  color: #0d0f12;
}
.block-contact-info .address,
.block-contact-info address {
  font-style: normal;
  margin-top: 40px;
}
.block-contact-info .phone,
.block-contact-info .email {
  color: #0d0f12;
  display: flex;
  margin-top: 10px;
}
.block-contact-info .phone:before,
.block-contact-info .email:before {
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  zoom: 1;
  font-family: "icomoon", sans-serif;
  font-size: 20px;
  font-size: 1.1111111111rem;
  height: 30px;
  line-height: 30px;
  text-align: justify;
  width: 30px;
}
.block-contact-info .phone a,
.block-contact-info .email a {
  color: #0d0f12;
  text-decoration: none;
}
.block-contact-info .phone:before {
  content: "\e904";
}
.block-contact-info .email:before {
  content: "\e900";
}

/* Map */
.block-map {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 1070px;
}
.block-map #map > div > div.gm-style > div:nth-child(1) > div:nth-child(2) {
  transform: translateX(15%);
}

/* Offcanvas close button positioning */
.offcanvas-header {
  position: relative;
  padding: 20px;
  min-height: 60px;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-close:hover, .btn-close:focus {
  color: #ffc733;
  background: none;
}
.offcanvas-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Mobile navbar body scroll prevention */
@media screen and (min-width: 0px) and (max-width: 799px) {
  body.navbar-open {
    overflow: hidden;
  }
}
/* Off-canvas menu styling - full screen with icon toggle */
@media screen and (max-width: 991px) {
  .navbar-toggler {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 1050;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    zoom: 1;
    content: "\e901";
    color: #fff;
    font-family: "icomoon", sans-serif;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    content: "\e907";
  }
  .navbar-toggler:hover .navbar-toggler-icon::before, .navbar-toggler:focus .navbar-toggler-icon::before {
    color: #ffc733;
  }
  .offcanvas {
    width: 100% !important;
    height: 100vh !important;
    background: linear-gradient(135deg, #0d0f12 0%, #1a1d23 50%, #0d0f12 100%) !important;
    border: none !important;
  }
  .offcanvas .offcanvas-header {
    display: none;
  }
  .offcanvas .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: linear-gradient(135deg, #0d0f12 0%, #1a1d23 50%, #0d0f12 100%);
  }
  .offcanvas .offcanvas-body .menu--main {
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 400px;
  }
  .offcanvas .offcanvas-body .menu--main li {
    margin: 0;
    height: auto;
    width: 100%;
  }
  .offcanvas .offcanvas-body .menu--main li a {
    color: #fff;
    padding: 20px 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .offcanvas .offcanvas-body .menu--main li a:hover, .offcanvas .offcanvas-body .menu--main li a:focus {
    color: #ffc733;
    background-color: rgba(255, 199, 51, 0.1);
  }
  .offcanvas .offcanvas-body .menu--main li.menu-item--active-trail a {
    color: #ffc733;
    font-weight: 600;
  }
  .offcanvas.show {
    z-index: 1045;
  }
}
/*********
 * VIEWS *
 ********/
/* Pager */
.pager {
  margin-top: 70px;
}
.pager .pager__items {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background-image: none;
  display: flex;
}
.pager .pager__items li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background: none;
}
.pager .pager__items li:before {
  display: none;
}
.pager .pager__items ::marker {
  content: none;
}
.pager li.pager__item {
  border: 3px solid #f1f2f6;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.pager li.pager__item a {
  display: block;
  font-weight: 900;
  height: 100%;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.pager li.pager__item.is-active {
  border-color: #ffc733;
}
.pager li.pager__item.pager__item--previous a, .pager li.pager__item.pager__item--next a {
  background: none;
  border: none;
  line-height: 45px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 200%;
  visibility: hidden;
}
.pager li.pager__item.pager__item--previous a:after, .pager li.pager__item.pager__item--next a:after {
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  zoom: 1;
  display: block;
  font-family: "icomoon", sans-serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: bold;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.pager li.pager__item.pager__item--previous a:after {
  content: "\e903";
}
.pager li.pager__item.pager__item--next a:after {
  content: "\e902";
}
.pager li.pager__item.pager__item--first, .pager li.pager__item.pager__item--last {
  display: none;
}

.view-latest-work .views-list,
.view-work-items .views-list,
.view-testimonials .views-list,
.view-blog .views-list,
.view-employees .views-list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background-image: none;
}
.view-latest-work .views-list li,
.view-work-items .views-list li,
.view-testimonials .views-list li,
.view-blog .views-list li,
.view-employees .views-list li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background: none;
}
.view-latest-work .views-list li:before,
.view-work-items .views-list li:before,
.view-testimonials .views-list li:before,
.view-blog .views-list li:before,
.view-employees .views-list li:before {
  display: none;
}
.view-latest-work .views-list ::marker,
.view-work-items .views-list ::marker,
.view-testimonials .views-list ::marker,
.view-blog .views-list ::marker,
.view-employees .views-list ::marker {
  content: none;
}

.view-latest-work .slick-track {
  padding: 20px 0 70px;
}
.view-latest-work .slick-track .slick-slide {
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 440px) {
  .view-latest-work .slick-track .slick-slide {
    margin-right: 30px;
  }
}
.view-latest-work .slick-dots {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background-image: none;
  margin: 0 auto;
  display: flex;
  height: 5px;
  justify-content: space-between;
  max-width: 100%;
  top: 12px;
  width: 280px;
}
.view-latest-work .slick-dots li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background: none;
}
.view-latest-work .slick-dots li:before {
  display: none;
}
.view-latest-work .slick-dots ::marker {
  content: none;
}
@media screen and (min-width: 920px) {
  .view-latest-work .slick-dots {
    background: #ffc733;
    width: 50%;
  }
}
.view-latest-work .slick-dots button {
  background: #ffc733;
  border: 3px solid #ffc733;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  text-indent: 30px;
  line-height: 15px;
  overflow: hidden;
  position: relative;
  top: -11px;
}
.view-latest-work .slick-dots .slick-active button {
  border: 3px solid #888;
}

.view-testimonials {
  position: relative;
  font-family: "Nexa", sans-serif !important;
  overflow-x: hidden;
  padding-bottom: clamp(48px, 10vw, 120px);
}
.view-testimonials .slick-list,
.view-testimonials .slick-track,
.view-testimonials .slick-slide {
  height: auto !important;
}
.view-testimonials .slick-list {
  overflow: visible !important;
}
.view-testimonials .view-footer {
  position: static;
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .view-testimonials .view-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
.view-testimonials .slick-arrows {
  display: flex;
  justify-content: end;
}
.view-testimonials .slick-arrow {
  background: none;
  border: none;
  height: clamp(36px, 6vw, 50px);
  line-height: clamp(32px, 5.6vw, 45px);
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 200%;
  visibility: hidden;
  width: 50px;
}
.view-testimonials .slick-arrow:after {
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  zoom: 1;
  border: 3px solid #ffc733;
  border-radius: 50%;
  color: #0d0f12;
  display: block;
  font-family: "icomoon", sans-serif;
  font-size: clamp(12px, 2.2vw, 16px);
  font-weight: bold;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.view-testimonials .slick-arrow[aria-disabled=true]:after {
  border-color: #f1f2f6;
}
.view-testimonials .slick-prev:after {
  content: "\e903";
}
.view-testimonials .slick-next {
  margin-left: 10px;
}
.view-testimonials .slick-next:after {
  content: "\e902";
}

.view-display-id-block_all .views-list .views-row,
.view-work-items .views-list .views-row {
  padding: 40px 0;
  border-bottom: 5px solid #f1f2f6;
}

.page-item:first-child .page-link {
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
}

#block-crw2025-views-block-work-items-block-1 nav {
  margin-top: 40px;
}
#block-crw2025-views-block-work-items-block-1 pagination js-pager__items {
  margin-top: 10px;
}
#block-crw2025-views-block-work-items-block-1 .page-item.active > .page-link,
#block-crw2025-views-block-work-items-block-1 .page-item .page-link.active,
#block-crw2025-views-block-work-items-block-1 #block-crw2025-views-block-work-items-block-1 .page-item.active > .page-link,
#block-crw2025-views-block-work-items-block-1 #block-crw2025-views-block-work-items-block-1 .page-item .page-link.active {
  border: 4px solid #ffc733 !important;
  border-radius: 50% !important;
  background-color: white !important;
  color: black !important;
  font-weight: 900 !important;
  line-height: 30px;
  text-align: center;
  outline: none !important;
}
#block-crw2025-views-block-work-items-block-1 .page-item:has(a[title="Go to next page"]),
#block-crw2025-views-block-work-items-block-1 .page-item:has(a[title="Go to last page"]),
#block-crw2025-views-block-work-items-block-1 .page-item:has(a[title="Go to first page"]),
#block-crw2025-views-block-work-items-block-1 .page-item:has(a[title="Go to previous page"]) {
  display: none;
}
#block-crw2025-views-block-work-items-block-1 .page-item {
  display: block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
  transition: all 0.3s ease;
  overflow: hidden;
}
#block-crw2025-views-block-work-items-block-1 .page-item.active {
  border-color: #ffc733;
  background: none !important;
  color: black !important;
}
#block-crw2025-views-block-work-items-block-1 .page-item:focus, #block-crw2025-views-block-work-items-block-1 .page-item:focus-within {
  outline: none;
  border-radius: 50%;
}
#block-crw2025-views-block-work-items-block-1 .page-item a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: inherit !important;
  height: 100%;
  width: 100%;
  line-height: 30px;
  text-align: center;
  border-radius: 50% !important;
  font-weight: 900;
  padding-top: 10px;
  outline: none !important;
}

.view-blog.view-display-id-block_latest .views-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 560px) and (max-width: 679px) {
  .view-blog.view-display-id-block_latest .views-list {
    justify-content: normal;
  }
}
@media screen and (min-width: 680px) {
  .view-blog.view-display-id-block_latest .views-list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.view-blog.view-display-id-block_latest .views-list .views-row {
  margin-top: 60px;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .view-blog.view-display-id-block_latest .views-list .views-row {
    max-width: 300px;
  }
}
@media screen and (min-width: 560px) and (max-width: 679px) {
  .view-blog.view-display-id-block_latest .views-list .views-row {
    padding-left: 30px;
    width: calc((100% + 30px) / 2);
  }
  .view-blog.view-display-id-block_latest .views-list .views-row:nth-child(2n+1) {
    margin-left: -30px;
  }
}
@media screen and (min-width: 680px) {
  .view-blog.view-display-id-block_latest .views-list .views-row {
    padding-left: 7.5%;
    width: calc((100% + 7.5%) / 3);
  }
  .view-blog.view-display-id-block_latest .views-list .views-row:nth-child(3n+1) {
    margin-left: -7.5%;
  }
}
.view-blog.view-display-id-block_latest .more-link {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 560px) {
  .view-blog.view-display-id-block_latest .more-link {
    top: 0;
  }
}
.view-blog.view-display-id-block_latest .more-link a {
  border: 3px solid #ffc733;
  border-radius: 2em;
  display: inline-block;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 11px 30px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.view-employees .views-list .views-row {
  margin-bottom: 60px;
}

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