DIV.servicesDetailRow {
  background-color: #f5f7f9;
  padding-top: clamp(50px, 12%, 100px);
  padding-bottom: clamp(50px, 12%, 100px);
}
DIV.servicesDetailRow.standalone {
  padding-top: clamp(75px, 12%, 150px);
  padding-bottom: clamp(75px, 12%, 150px);
}
DIV.servicesDetailRow UL {
  list-style: none;
  margin-bottom: 45px;
  padding: 0;
}
DIV.servicesDetailRow UL LI {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
DIV.servicesDetailRow UL LI:before {
  color: #5F96C1;
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 22px;
  position: absolute;
  top: -1px;
  left: 0;
}
DIV.servicesDetailRow DIV.aiPanel {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 60px;
  padding-top: min(6%, 120px);
  padding-bottom: min(6%, 120px);
  padding-right: min(5%, 90px);
  padding-left: min(5%, 90px);
}
DIV.servicesDetailRow DIV.aiPanel H3 {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.21;
}
DIV.servicesDetailRow DIV.aiPanel H3 {
  font-size: 26px;
}
@media screen and (min-width: 390px) {
  DIV.servicesDetailRow DIV.aiPanel H3 {
    font-size: calc(26px + 11 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  DIV.servicesDetailRow DIV.aiPanel H3 {
    font-size: 37px;
  }
}
DIV.servicesDetailRow DIV.aiPanel H3 SUP {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -9px;
  left: 2px;
}
DIV.servicesDetailRow DIV.aiPanel H6 {
  color: #5F96C1;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.64px;
}
DIV.servicesDetailRow DIV.aiPanel P {
  color: #a7c6df;
  margin-bottom: 30px;
}
DIV.servicesDetailRow DIV.aiPanel P {
  font-size: 17px;
}
@media screen and (min-width: 390px) {
  DIV.servicesDetailRow DIV.aiPanel P {
    font-size: calc(17px + 4 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  DIV.servicesDetailRow DIV.aiPanel P {
    font-size: 21px;
  }
}
DIV.servicesDetailRow DIV.aiPanel P SUP {
  font-size: 7px;
  margin-right: 5px;
  position: relative;
  top: -4px;
  left: 2px;
}
DIV.servicesDetailRow DIV.aiPanel .hs-web-interactive-inline {
  display: inline-block;
  margin-right: 10px;
}
DIV.servicesDetailRow DIV.aiPanel A.rm {
  border: 2px solid #5F96C1;
}
DIV.servicesDetailRow DIV.aiPanel A.video {
  border: 2px solid transparent;
  color: #FFFFFF !important;
}
DIV.servicesDetailRow DIV.aiPanel A.video:hover {
  border: 2px solid #5F96C1;
}
DIV.servicesDetailRow DIV.aiPanel A.video I {
  background-color: #536c83;
  border-radius: 50%;
  font-size: 8px;
  height: 20px;
  margin-left: 5px;
  padding: 6px 5px 5px;
  position: relative;
  top: -2px;
  text-align: center;
  width: 20px;
}
DIV.servicesDetailRow DIV.servicePanel {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  background-color: #FFFFFF;
  border-radius: 30px;
  margin-bottom: 60px;
  padding: 20px;
  text-align: left;
}
DIV.servicesDetailRow DIV.servicePanel.digitalisation A.rm {
  background-color: #133b59;
}
DIV.servicesDetailRow DIV.servicePanel.digitalisation UL LI:before {
  color: #133b59;
}
DIV.servicesDetailRow DIV.servicePanel.sustainability A.rm {
  background-color: #004750;
}
DIV.servicesDetailRow DIV.servicePanel.sustainability UL LI:before {
  color: #004750;
}
DIV.servicesDetailRow DIV.servicePanel H2, DIV.servicesDetailRow DIV.servicePanel H3, DIV.servicesDetailRow DIV.servicePanel H4, DIV.servicesDetailRow DIV.servicePanel H5, DIV.servicesDetailRow DIV.servicePanel H6, DIV.servicesDetailRow DIV.servicePanel P, DIV.servicesDetailRow DIV.servicePanel LI {
  color: #101D2A;
}
DIV.servicesDetailRow DIV.servicePanel H3 {
  font-size: 26px;
  font-weight: 400;
}
DIV.servicesDetailRow DIV.servicePanel DIV.header {
  padding: 20px;
}
DIV.servicesDetailRow DIV.servicePanel DIV.panel {
  background-color: #eceff2;
  border-radius: 30px;
  padding: 20px;
}
DIV.servicesDetailRow DIV.servicePanel DIV.panel H4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
DIV.servicesDetailRow DIV.servicePanel DIV.panel P {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
DIV.servicesDetailRow DIV.servicePanel DIV.panel P STRONG {
  color: inherit;
  font-size: 16px;
}
DIV.servicesDetailRow DIV.intro {
  margin-bottom: 60px;
}
DIV.servicesDetailRow DIV.intro H2 {
  color: #101D2A;
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 30px;
}
DIV.servicesDetailRow DIV.intro P {
  color: #536c83;
  font-size: 21px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  DIV.servicePanel {
    margin-bottom: 30px;
  }