<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.associationBlock-corporate,
.associationBlock-corporate:hover,
.associationBlock-corporate svg path {
  color: #931A24;
  stroke:#931A24;
}
.associationBlock-hardware,
.associationBlock-hardware:hover,
.associationBlock-hardware svg path{
  color: #6C3C6C;
  stroke:#6C3C6C;
}
.associationBlock-dark,
.associationBlock-dark:hover,
.associationBlock-dark svg path{
  color:#231f20;
  stroke:#231f20;
}
.associationBlock-light,
.associationBlock-light:hover,
.associationBlock-light svg path{
  color:#FAFAFA;
  stroke:#FAFAFA;
}
.associationBlock-ventilation,
.associationBlock-ventilation:hover,
.associationBlock-ventilation svg path{
  color: #3B5163;
  stroke:#3B5163;
}
.associationBlockButton a:hover svg {
  transform: translateX(6px);
}
.associationBlockButton a svg{
  transition: transform 0.3s ease-in-out;
}
.associationBlockHeader {
  text-align: center;
  max-width: 832px;
  margin: 0 auto;
  margin-bottom:44px;
}
.content-card-ventilation {
  background-color:#364554;
}
.content-card-hardware {
  background-color:#6C3C6C;
}
.content-card-corporate {
  background-color:#931A24;
}
.content-card-light {
  background-color:#f3f7f8;
}
.content-card-dark {
  background-color:#231F20;
}


.associationBlock a {
  text-decoration: none;
  cursor: pointer;
}
.associationBlockHeader h2,
.associationBlockHeader h3 {
  margin-bottom:16px !important;
}
/* .associationBlockContent {
min-height: 112px; /* Set a minimum height 
} */

.associationBlockHeader h6 {
  margin-bottom: 16px;
}
.associationBlockHeader .body-copy-ventilation,
.associationBlockHeader .body-copy-hardware,
.associationBlockHeader .body-copy-corporate,
.associationBlockHeader .body-copy,
.associationBlockHeader .body-copy-light {
  margin-top:16px !important;
}
.association_block_outer {
  background-attachment:fixed;
}
.processesDescriptionPadding {
  padding:28px 40px; 
}
.associationSecIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.associationSecWrapper {
  display: flex;
  padding-bottom: 25px;
  justify-content: center;
  /*   align-items: flex-start;
  align-content: flex-start; */
  row-gap: 32px;
  align-self: stretch;
  flex-wrap: wrap;
  column-gap: 20px;
}
/* Updated Animation 032625 START */

.associationBlock {
background: rgba(255, 255, 255, 0.80);
  border-radius: 14px;
  flex: 0 23%;
  transition: transform 0.6s ease-in-out, 
              box-shadow 0.5s ease-in-out, 
              background-color 0.5s ease-in-out;
  border: 1px solid #DADCE0;
  padding: 20px 20px 40px;
  position: relative;
  padding-bottom: 0px;
}

.associationBlock:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-5px);
  box-shadow: -10px 11px 50px 0px rgba(237, 237, 237, 0.8);
}


/* Update END */

.associationBlock h4 {
  margin-bottom: 40px;
}
.associationBlockContainer {
  text-align: center;
  margin-top:10px;
  margin-bottom:30px;
}
.associationBlockButton {
  position: absolute;
  bottom: 20px;
}
/* .mainContentOuter {
padding: 20px;
} */
.processesCardChip {
  display: flex;
  width: 41px;
  height: 102px;
  padding: 7px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 0px 7px 7px 0px;
}
.associationBlockContainer h4.h4-ventilation {
  width: calc(100% - 41px);
}
.associationBlockContainer h4 {
  margin-bottom: 0px;
  padding-top: 5px;
}
.associationBlockButton a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 102%;
  padding: 8px 0;
  text-decoration: none;
  display: inline-flex;
}
.mainContentOuter h4 {
  text-shadow: none !important;
}
.associationButtonWrap {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) { 
  .associationSecWrapper {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .associationBlock {
    flex: 0 40%;
  }
}
@media screen and (max-width: 1150px) {
  .associationBlock {
    width: 390px;
  }
  .associationSecWrapper {
    column-gap: 32px;
  }
}
@media screen and (max-width: 840px) {
  .associationBlock {
    width: 356px;
  }
  .associationSecWrapper {
    column-gap: 30px;
  }
} 
@media screen and (max-width: 767px) {
  .associationBlock {
    flex: 0 100%;
  }
  .associationSecIcon {
    min-height: unset;
  }
  .associationBlockContent {
    min-height: unset;
  }
}
@media screen and (max-width: 391px) {
  .associationBlockButton a {
    width: 100%;    
    justify-content: center;
  }
}
</pre></body></html>