@import url("./webflow-compat.d4441f12f10b.css");
@import url("../vendor/webflow/css/cloudsmiths.webflow.0f2bd437b62e.css");

:root {
  --cloudsmiths-dark-green: #16232c;
  --cloudsmiths-dark-green-rgb: 22, 35, 44;
  --cloudsmiths-light-green: var(--secondary--color-2);
}

/* Keep home service CTA label white in all states */
.home-services-button,
.home-services-button:visited,
.home-services-button:hover,
.home-services-button:focus {
  color: #fff !important;
}

/* Project-owned baseline reset/normalize layer */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

body.cookie-consent-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

:disabled {
  cursor: not-allowed;
}

[hidden] {
  display: none !important;
}

.page-wrapper { opacity: 1; }
.ck-prefmanager-w[hidden],
.ck-preference-w[hidden],
.ck-cookie-w[hidden] {
  display: none !important;
}
.ck-preference-w.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
html[data-cookie-consent-state="unset"] .ck-prefmanager-w {
  display: none !important;
}
html[data-cookie-consent-state="set"] .ck-cookie-w {
  display: none !important;
}
.ck-preference__scroll-w {
  width: min(100%, 50rem);
  max-height: calc(100vh - 2rem);
  margin: 0 auto;
  padding: 1rem 2rem;
}
.ck-form .cookie-preference-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 10px;
}
.ck-form .cookie-preference-option.is-disabled {
  cursor: not-allowed;
}
.ck-form .cookie-preference-option .cookie-preference-copy {
  flex: 1 1 auto;
}
.ck-form .cookie-preference-option .ck-radio__label {
  display: block;
}
.ck-form .cookie-preference-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 2px 0 0;
  border: 1px solid #d5d7da;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(16, 24, 40, 0.08);
  cursor: pointer;
  flex: 0 0 auto;
  float: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.ck-form .cookie-preference-checkbox:hover {
  border-color: var(--cloudsmiths-dark-green);
}
.ck-form .cookie-preference-checkbox:checked {
  border-color: var(--cloudsmiths-dark-green);
  background-color: var(--cloudsmiths-dark-green);
  background-image: url("../vendor/webflow/images/check-form-brix-templates-webflow.447dd1d57fc9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.ck-form .cookie-preference-checkbox:focus {
  outline: 2px solid rgba(var(--cloudsmiths-dark-green-rgb), 0.2);
  outline-offset: 2px;
}
.ck-form .cookie-preference-checkbox:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.ck-form .cookie-preference-checkbox:checked:disabled {
  border-color: var(--cloudsmiths-dark-green);
  background-color: var(--cloudsmiths-dark-green);
}
.page-wrapper.contact-us-wrapper {
  background-color: var(--neutral--200);
}
.hero-section { background: #062331; padding-top: 96px; padding-bottom: 96px; }
.partner-logo { max-width: 240px; height: auto; margin-bottom: 24px; }
.header-nav-menu-wrapper .link {
  display: inline-block;
}
.header-wrapper .header-nav-link {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.header-nav-link.is-current,
.header-nav-menu-wrapper .is-current,
.footer-link .nav-link.is-current {
  color: var(--cloudsmiths-light-green);
}
.contact-form .form-input,
.contact-form .form-select,
.contact-form input:not([type="checkbox"]):not([type="radio"]),
.contact-form textarea,
.contact-form select {
  width: 100%;
}
.contact-form .form-select,
.contact-form select {
  /* Native select arrows stay in the browser's control area, so add extra end padding */
  padding-right: 44px;
  -webkit-padding-end: 44px;
}
.contact-form .form-field--full,
.contact-form .submit-row { grid-column: 1 / -1; }
.contact-form .submit-row { margin-top: 8px; }
.contact-form .submit-row .form-submit,
.contact-form .submit-row input[type="submit"] {
  width: 100%;
  border: 1px solid var(--cloudsmiths-dark-green);
  background-color: var(--cloudsmiths-dark-green);
  color: #fff;
}
.contact-form .submit-row .form-submit:hover,
.contact-form .submit-row input[type="submit"]:hover {
  border-color: var(--cloudsmiths-light-green);
  background-color: var(--cloudsmiths-light-green);
  color: #fff;
}
.position-relative.card-contact-links {
  overflow: visible;
}
.card-contact-links-bg {
  background-color: var(--neutral--200);
}
.card.contact-links {
  background-color: var(--neutral--200);
}
.contact-form .consent-field input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-top: 0;
  margin-right: 10px;
  border: 1px solid #d5d7da;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(16, 24, 40, 0.08);
  cursor: pointer;
  vertical-align: top;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.contact-form .consent-field input[type="checkbox"]:hover {
  border-color: var(--cloudsmiths-dark-green);
}
.contact-form .consent-field input[type="checkbox"]:checked {
  border-color: var(--cloudsmiths-dark-green);
  background-color: var(--cloudsmiths-dark-green);
  background-image: url("../vendor/webflow/images/check-form-brix-templates-webflow.447dd1d57fc9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.contact-form .consent-field input[type="checkbox"]:focus {
  outline: 2px solid rgba(var(--cloudsmiths-dark-green-rgb), 0.2);
  outline-offset: 2px;
}
.contact-form .consent-field {
  margin-top: 0;
}
.contact-form .consent-field .form-checkbox,
.contact-form .consent-field .w-checkbox,
.contact-form .consent-field label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 10px;
}
.contact-form .text-area { min-height: 120px; }
.contact-form .form-checkbox-input,
.contact-form .consent-field input[type="checkbox"] {
  width: 22px;
  margin: 0;
  flex: 0 0 auto;
  float: none;
}
.contact-form .form-checkbox-label,
.contact-form .w-form-label,
.contact-form .consent-field label > span {
  display: block;
  margin-bottom: 0;
  line-height: 1.4;
}
.contact-form .paragraph-small {
  max-width: none;
  margin-top: 6px;
}
.errorlist {
  color: #b42318;
  list-style: none;
  margin: 8px 0 0;
  padding-left: 0;
}
.errorlist.nonfield {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}
.technology-hero-grid {
  align-items: center;
}
.technology-hero-badge {
  width: 200px;
  max-width: 100%;
  margin-top: 20px;
}
.technology-hero-image {
  width: 90%;
  height: auto;
}
.technology-content-grid {
  align-items: center;
  gap: 48px;
}
.technology-section-image {
  width: 100%;
  height: auto;
}
.technology-icon-grid-shell {
  padding: 56px 40px;
}
.technology-icon-grid-image {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.technology-logo-grid {
  gap: 24px;
}
/*
  Webflow's .technology-logo { height: 100% } was designed to work inside
  .technology-logo-wrapper { height: 45px }. Our templates don't use that wrapper.
  Before ce02133, static <img> had no explicit dims so height: 100% collapsed to auto.
  Now Wagtail adds width/height attrs (e.g. height="429"), which the browser uses to
  anchor the height: 100% circular dependency in grid layouts, expanding logos to 429px.
  Override globally to restore the intended ~45px maximum height in all contexts.
*/
.technology-logo {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 45px;
  margin-bottom: 0;
  object-fit: contain;
}
.technology-list .technology-grid .technology-logo {
  max-width: 84%;
  max-height: 42px;
}
/* NICE logo is 498x177 – slightly wider than others so give it less max-width */
.technology-list .technology-grid .technology-logo[alt="Imported static asset: vendor/webflow/images/Nice_Logo_2.svg"] {
  max-width: 62%;
  max-height: 36px;
}
.technology-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 24px;
}
.technology-logo-image {
  max-width: 100%;
  height: auto;
}
/*
  Wagtail renders width/height attributes on logo images.
  Webflow's `.customer-icon { height: 80%; }` can distort those when combined.
  Keep logos responsive while preserving intrinsic ratio.
*/
.technology-logo-image.customer-icon {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80%;
}

.group-company-logo-wrap {
  display: flex;
  align-items: center;
  min-height: 170px;
  padding: 22px 0 34px;
}

.group-company-logo-wrap img {
  margin-bottom: 0;
  max-height: 150px;
  width: auto;
}
/* ObjectiveAI logo: old template constrained to width="253", Wagtail now serves full size */
.objectiveai-logo {
  max-width: 253px;
  height: auto;
}
.technology-cta-actions {
  justify-self: end;
}
.customer-filters .custom-checkbox.filter-button {
  position: relative;
  background-color: #f3f3f3;
  align-self: auto;
  padding: 0 10px 0 30px;
  font-size: 14px;
  margin-bottom: 5px;
}
.customer-filters .custom-checkbox.filter-button:hover {
  opacity: 1;
  color: var(--neutral--800);
}
.customer-filters .customer-filter-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.customer-filters .filter-check {
  background-color: #fff;
  border-width: 0;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 8px;
  font-size: 14px;
}
.customer-filters .customer-filter-input:checked + .filter-check {
  background-color: #ececec;
  background-image: url("../vendor/webflow/images/check.20786b849529.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.customer-filters .customer-filter-input:focus + .filter-check {
  box-shadow: none;
}
.customer-filters .filter-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 10px;
}
.service-card-grid-intro {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.blog-articles-grid {
  align-items: stretch;
}

.blog-articles-grid .card.link-card.post-item {
  height: 100%;
}

.card-post-item-content .blog-title {
  font-weight: 700;
  line-height: 1.3;
}

.card-post-item-content .blog-category {
  font-weight: 600;
}

.card-post-item-content .blog-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* Keep featured-work customer logos visually consistent across source image ratios. */
.featured-work-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.featured-work-customer-logo {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 28px;
  margin-bottom: 0;
}

.featured-work-bottom-row .featured-work-platform-icon,
.featured-work-bottom-row .customer-icon {
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 28px;
}

.featured-work-bottom-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0 5px;
}

.featured-work-bottom-row > .read-more-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}

.featured-work-bottom-row > .featured-work-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto;
  min-width: 0;
}

.technology-card-divider {
  --divider-bg: var(--secondary--color-5);
  --divider-height: 2px;
  width: 100%;
  height: var(--divider-height);
  margin-top: 8px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--divider-bg);
}

.technology-card-divider--orange {
  --divider-bg: var(--secondary--color-5);
}

.technology-card-divider--green {
  --divider-bg: var(--secondary--color-2);
}

.technology-card-divider--blue {
  --divider-bg: var(--secondary--color-4);
}

.technology-card-divider--snowflake {
  --divider-bg: #00b8ed;
  --divider-height: 3px;
}

.technology-card-divider--asana {
  --divider-bg: linear-gradient(270deg, #6688db, #eb4f51);
  --divider-height: 5px;
}

.gcp-icons-grid .gcp-icon {
  width: 50px;
  height: 50px;
  max-width: none;
  object-fit: contain;
}

.technology-cards-with-divider {
  align-items: stretch;
}

.technology-cards-with-divider .card.value.subservice {
  height: 100%;
}

.technology-cards-with-divider .card.value.subservice > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.technology-cards-with-divider .card.value.subservice h3.mg-top-16px {
  min-height: 2.6em;
  margin-bottom: 0;
}
.work-email-prompt {
  display: none;
  color: #b42318;
  margin-top: 8px;
}
.contact-form .form-submit[disabled],
.contact-form input[type="submit"][disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
@media screen and (max-width: 991px) {
  .technology-cta-actions {
    justify-self: center;
  }
}
