@font-face {
  font-family: philipsFont;
  src: url("./fonts/neuefrutigerworld-book.woff2") format("woff2"), url("./fonts/neuefrutigerworld-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: philipsFont;
  src: url("./fonts/neuefrutigerworld-bold.woff2") format("woff2"), url("./fonts/neuefrutigerworld-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
#cairo-rondo-hx7421-01-container {
  position: relative;
  z-index: 0;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.25);
  --color-white: #ffffff;
  --color-off-white: #f7f6f3;
  --color-gray: #f5f4f0;
  --color-cyan: #105b71;
  --color-navy: #090a38;
  --section-radius: 20px;
  --section-padding: 20px;
  --section-border: 2px;
  overflow: hidden;
}
#cairo-rondo-hx7421-01-container * {
  position: relative;
  box-sizing: border-box;
  color: var(--color-white);
  list-style: none;
  font-family: philipsFont, "Open Sans", Helvetica;
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
#cairo-rondo-hx7421-01-container input,
#cairo-rondo-hx7421-01-container label,
#cairo-rondo-hx7421-01-container textarea,
#cairo-rondo-hx7421-01-container button,
#cairo-rondo-hx7421-01-container select,
#cairo-rondo-hx7421-01-container a {
  -webkit-tap-highlight-color: transparent;
}
#cairo-rondo-hx7421-01-container section {
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  padding: var(--section-padding);
  background-color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section:nth-child(1) {
  z-index: 20;
}
#cairo-rondo-hx7421-01-container section:nth-child(2) {
  z-index: 19;
}
#cairo-rondo-hx7421-01-container section:nth-child(3) {
  z-index: 18;
}
#cairo-rondo-hx7421-01-container section:nth-child(4) {
  z-index: 17;
}
#cairo-rondo-hx7421-01-container section:nth-child(5) {
  z-index: 16;
}
#cairo-rondo-hx7421-01-container section:nth-child(6) {
  z-index: 15;
}
#cairo-rondo-hx7421-01-container section:nth-child(7) {
  z-index: 14;
}
#cairo-rondo-hx7421-01-container section:nth-child(8) {
  z-index: 13;
}
#cairo-rondo-hx7421-01-container section:nth-child(9) {
  z-index: 12;
}
#cairo-rondo-hx7421-01-container section:nth-child(10) {
  z-index: 11;
}
#cairo-rondo-hx7421-01-container section:nth-child(11) {
  z-index: 10;
}
#cairo-rondo-hx7421-01-container section:nth-child(12) {
  z-index: 9;
}
#cairo-rondo-hx7421-01-container section:nth-child(13) {
  z-index: 8;
}
#cairo-rondo-hx7421-01-container section:nth-child(14) {
  z-index: 7;
}
#cairo-rondo-hx7421-01-container section:nth-child(15) {
  z-index: 6;
}
#cairo-rondo-hx7421-01-container section:nth-child(16) {
  z-index: 5;
}
#cairo-rondo-hx7421-01-container section:nth-child(17) {
  z-index: 4;
}
#cairo-rondo-hx7421-01-container section:nth-child(18) {
  z-index: 3;
}
#cairo-rondo-hx7421-01-container section:nth-child(19) {
  z-index: 2;
}
#cairo-rondo-hx7421-01-container section:nth-child(20) {
  z-index: 1;
}
#cairo-rondo-hx7421-01-container section:first-child {
  margin-top: 0;
  padding-top: var(--section-padding);
}
#cairo-rondo-hx7421-01-container section:first-child::after {
  display: none;
}
#cairo-rondo-hx7421-01-container section.rounded-section {
  border-bottom-left-radius: var(--section-radius);
  border-bottom-right-radius: var(--section-radius);
  margin-top: calc(var(--section-radius) * -1);
  padding-top: calc(var(--section-radius) + var(--section-padding));
}
#cairo-rondo-hx7421-01-container section.rounded-section::after {
  top: var(--section-radius);
}
#cairo-rondo-hx7421-01-container section.rounded-section + section {
  margin-top: calc(var(--section-radius) * -1);
  padding-top: calc(var(--section-radius) + var(--section-padding));
}
#cairo-rondo-hx7421-01-container section.rounded-section + section::after {
  top: 0;
  height: calc(var(--section-radius) + var(--section-border));
  border-bottom-left-radius: var(--section-radius);
  border-bottom-right-radius: var(--section-radius);
}
#cairo-rondo-hx7421-01-container section.top-border::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
}
#cairo-rondo-hx7421-01-container section .section-header h2,
#cairo-rondo-hx7421-01-container section .section-header h3 {
  text-align: center;
  font-weight: normal;
  line-height: 1.25;
}
#cairo-rondo-hx7421-01-container section .section-header h2 {
  font-size: 8cqw;
}
#cairo-rondo-hx7421-01-container section .section-header h3 {
  font-size: 6cqw;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section .section-header h2,
  #cairo-rondo-hx7421-01-container section .section-header h3 {
    margin-left: 120px;
    margin-right: 120px;
  }
  #cairo-rondo-hx7421-01-container section .section-header h2 {
    font-size: 5cqw;
  }
  #cairo-rondo-hx7421-01-container section .section-header h3 {
    font-size: 4cqw;
  }
}
#cairo-rondo-hx7421-01-container a {
  text-decoration: none;
}
#cairo-rondo-hx7421-01-container strong {
  color: inherit;
}
#cairo-rondo-hx7421-01-container sup {
  font-size: 0.75em;
}
#cairo-rondo-hx7421-01-container h2,
#cairo-rondo-hx7421-01-container h3,
#cairo-rondo-hx7421-01-container h4 {
  font-weight: 700;
}
#cairo-rondo-hx7421-01-container .black-text {
  color: black;
}
#cairo-rondo-hx7421-01-container img {
  max-width: 100%;
}
#cairo-rondo-hx7421-01-container .bg-img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#cairo-rondo-hx7421-01-container .show-mobile {
  display: block;
}
#cairo-rondo-hx7421-01-container .show-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container {
    --section-radius: 40px;
    --section-padding: 40px;
    --section-border: 4px;
  }
  #cairo-rondo-hx7421-01-container .show-mobile {
    display: none;
  }
  #cairo-rondo-hx7421-01-container .show-desktop {
    display: block;
  }
}
#cairo-rondo-hx7421-01-container section.header {
  margin-top: 0;
  aspect-ratio: 450/700;
  position: relative;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cairo-rondo-hx7421-01-container section.header .header-logo {
  width: 146px;
  height: 54px;
}
#cairo-rondo-hx7421-01-container section.header .header-bottom {
  max-width: 60%;
}
#cairo-rondo-hx7421-01-container section.header h2 {
  font-size: 28px;
  margin-top: 0.9em;
  margin-bottom: 0;
  font-size: 8cqw;
  line-height: 1.25;
  color: var(--color-white);
  text-align: left;
}
#cairo-rondo-hx7421-01-container section.header h2 .inline-logo {
  height: 0.82em;
  margin: 0;
}
#cairo-rondo-hx7421-01-container section.header h3 {
  font-size: 16px;
}
#cairo-rondo-hx7421-01-container section.header p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.header {
    aspect-ratio: 1000/592;
  }
  #cairo-rondo-hx7421-01-container section.header .header-top,
  #cairo-rondo-hx7421-01-container section.header .header-bottom {
    max-width: 60%;
  }
  #cairo-rondo-hx7421-01-container section.header .header-logo {
    width: 199px;
    height: 74px;
  }
  #cairo-rondo-hx7421-01-container section.header h2 {
    font-size: 6.4cqw;
    line-height: calc(6.4cqw * 1.25);
    margin-bottom: 0;
    color: var(--color-white);
  }
  #cairo-rondo-hx7421-01-container section.header h3 {
    font-size: 30px;
    color: var(--color-white);
  }
  #cairo-rondo-hx7421-01-container section.header p {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#cairo-rondo-hx7421-01-container section.sonic {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.sonic * {
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.sonic .cards {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border-radius: 20px;
  gap: 20px;
  scroll-behavior: smooth;
  scroll-margin: 0;
  scroll-snap-type: x mandatory;
}
#cairo-rondo-hx7421-01-container section.sonic .cards .card {
  scroll-snap-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px;
  background-color: var(--color-gray);
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.sonic .cards .card .card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.sonic .cards .card img {
  display: block;
  width: 140px;
  object-fit: cover;
}
#cairo-rondo-hx7421-01-container section.sonic .cards .card h3 {
  font-size: 20px;
}
#cairo-rondo-hx7421-01-container section.sonic .cards .card p {
  font-size: 14px;
}
#cairo-rondo-hx7421-01-container section.sonic .cards .card h3,
#cairo-rondo-hx7421-01-container section.sonic .cards .card p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.sonic {
    gap: 40px;
    padding-bottom: 60px;
  }
  #cairo-rondo-hx7421-01-container section.sonic .cards {
    flex-direction: column;
    overflow: initial;
    gap: 40px;
    padding-left: 110px;
  }
  #cairo-rondo-hx7421-01-container section.sonic .cards .card {
    flex-direction: row;
    width: auto;
    padding: 0 40px 0 0;
    overflow: initial;
  }
  #cairo-rondo-hx7421-01-container section.sonic .cards .card img {
    width: 220px;
    margin: -10px 0 -10px -110px;
  }
  #cairo-rondo-hx7421-01-container section.sonic .cards .card h3 {
    font-size: 24px;
  }
  #cairo-rondo-hx7421-01-container section.sonic .cards .card p {
    font-size: 20px;
  }
  #cairo-rondo-hx7421-01-container section.sonic .cards .card h3,
  #cairo-rondo-hx7421-01-container section.sonic .cards .card p {
    text-align: left;
  }
}
#cairo-rondo-hx7421-01-container section.new {
  padding: 0;
  padding-top: 0 !important;
}
#cairo-rondo-hx7421-01-container section.new .card {
  display: flex;
  flex-direction: column;
}
#cairo-rondo-hx7421-01-container section.new .card .card-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#cairo-rondo-hx7421-01-container section.new .card .card-content h2 {
  text-align: center;
  font-size: 28px;
  font-size: 7cqw;
  color: var(--color-white);
  margin-bottom: 0;
  line-height: 1.25;
}
#cairo-rondo-hx7421-01-container section.new .card .card-content .card-copy-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#cairo-rondo-hx7421-01-container section.new .card .card-content .card-copy-container .card-copy {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#cairo-rondo-hx7421-01-container section.new .card .card-content .card-copy-container .card-copy h3 {
  margin: 0;
  line-height: 0.8;
  font-size: 114px;
  color: var(--color-white);
  padding: 0;
}
#cairo-rondo-hx7421-01-container section.new .card .card-content .card-copy-container .card-copy p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}
#cairo-rondo-hx7421-01-container section.new .card.card-1 {
  background-color: var(--color-navy);
  padding-top: 20px;
  aspect-ratio: 450/350;
}
#cairo-rondo-hx7421-01-container section.new .card.card-1 .card-copy-container {
  justify-content: center;
  align-items: flex-start;
}
#cairo-rondo-hx7421-01-container section.new .card.card-1 .card-copy-container .card-copy {
  max-width: 85%;
}
#cairo-rondo-hx7421-01-container section.new .card.card-2 {
  background-color: var(--color-cyan);
  aspect-ratio: 450/226;
}
#cairo-rondo-hx7421-01-container section.new .card.card-2 .card-copy-container {
  align-items: flex-end;
}
#cairo-rondo-hx7421-01-container section.new .card.card-2 .card-copy-container .card-copy {
  flex-direction: row-reverse;
  max-width: 75%;
}
#cairo-rondo-hx7421-01-container section.new .card.card-2 .card-copy-container .card-copy p {
  text-align: right;
}
#cairo-rondo-hx7421-01-container section.new .card.card-3 {
  background-color: var(--color-gray);
  aspect-ratio: 450/226;
}
#cairo-rondo-hx7421-01-container section.new .card.card-3 .card-copy-container {
  align-items: flex-start;
}
#cairo-rondo-hx7421-01-container section.new .card.card-3 .card-copy-container .card-copy {
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.new .card .card-content {
    padding: 50px;
    padding: 5cqw;
  }
  #cairo-rondo-hx7421-01-container section.new .card .card-content h2 {
    font-size: 48px;
    font-size: 4.8cqw;
  }
  #cairo-rondo-hx7421-01-container section.new .card .card-content .card-copy-container .card-copy h3 {
    font-size: 180px;
    font-size: 18cqw;
  }
  #cairo-rondo-hx7421-01-container section.new .card .card-content .card-copy-container .card-copy p {
    font-size: 24px;
    font-size: 2.4cqw;
    text-align: left;
    margin-bottom: 0;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-1 {
    aspect-ratio: 1000/420;
    padding-top: 40px;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-1 .card-copy-container {
    justify-content: center;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-1 .card-copy-container .card-copy {
    max-width: 65%;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-2 {
    aspect-ratio: 1000/300;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-2 .card-copy-container {
    justify-content: center;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-2 .card-copy-container .card-copy {
    max-width: 65%;
    gap: 20px;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-3 {
    aspect-ratio: 1000/300;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-3 .card-copy-container {
    justify-content: center;
  }
  #cairo-rondo-hx7421-01-container section.new .card.card-3 .card-copy-container .card-copy {
    max-width: 45%;
  }
}
#cairo-rondo-hx7421-01-container section.set {
  background: radial-gradient(77.7% 116.83% at 50% 57.24%, #9ecdda 0%, #2c6e82 44%, #10252b 76%, #071418 100%);
  padding: 0;
  padding-top: 0 !important;
  position: relative;
}
#cairo-rondo-hx7421-01-container section.set .section-header {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-padding);
}
#cairo-rondo-hx7421-01-container section.set .section-header h3 {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-white);
  padding: 0;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.set .section-header {
    height: 15%;
    padding-top: 60px;
  }
  #cairo-rondo-hx7421-01-container section.set .section-header h3 {
    font-size: 44px;
    margin: 0;
  }
}
#cairo-rondo-hx7421-01-container section.end {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.end * {
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.end .cards {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border-radius: 20px;
  gap: 20px;
  scroll-behavior: smooth;
  scroll-margin: 0;
  scroll-snap-type: x mandatory;
}
#cairo-rondo-hx7421-01-container section.end .cards .card {
  scroll-snap-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  overflow: hidden;
  border-radius: 20px;
  padding: 7%;
  background-color: var(--color-white);
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.end .cards .card .card-image {
  position: relative;
  aspect-ratio: 1;
  width: 75%;
}
#cairo-rondo-hx7421-01-container section.end .cards .card .card-image img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#cairo-rondo-hx7421-01-container section.end .cards .card .card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.end .cards .card img {
  display: block;
  width: 140px;
  object-fit: cover;
}
#cairo-rondo-hx7421-01-container section.end .cards .card p {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.end {
    gap: 20px;
    padding-bottom: 60px;
  }
  #cairo-rondo-hx7421-01-container section.end .cards {
    overflow: initial;
    gap: 0;
    width: 100%;
    border-radius: 0;
  }
  #cairo-rondo-hx7421-01-container section.end .cards .card {
    width: calc(100% / 3);
    background-color: transparent;
    padding: 4%;
  }
  #cairo-rondo-hx7421-01-container section.end .cards .card .card-image {
    width: 94%;
  }
  #cairo-rondo-hx7421-01-container section.end .cards .card p {
    font-size: 20px;
  }
}
#cairo-rondo-hx7421-01-container section.brush {
  aspect-ratio: 450/700;
}
#cairo-rondo-hx7421-01-container section.brush .section-copy {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#cairo-rondo-hx7421-01-container section.brush .section-copy h2 {
  font-size: 7cqw;
  line-height: 1.25;
  color: var(--color-white);
  text-align: left;
  margin-bottom: 0;
}
#cairo-rondo-hx7421-01-container section.brush .section-copy p {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.brush {
    aspect-ratio: 1000/640;
  }
  #cairo-rondo-hx7421-01-container section.brush .section-copy {
    max-width: 50%;
    height: 100%;
    justify-content: center;
  }
  #cairo-rondo-hx7421-01-container section.brush .section-copy h2 {
    font-size: 44px;
    font-size: 4.4cqw;
    line-height: 1.25;
  }
  #cairo-rondo-hx7421-01-container section.brush .section-copy p {
    font-size: 24px;
    font-size: 2.4cqw;
  }
}
#cairo-rondo-hx7421-01-container section.cert {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.cert * {
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.cert .cards {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border-radius: 20px;
  gap: 20px;
  scroll-behavior: smooth;
  scroll-margin: 0;
  scroll-snap-type: x mandatory;
}
#cairo-rondo-hx7421-01-container section.cert .cards .card {
  scroll-snap-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  overflow: hidden;
  border-radius: 20px;
  padding: 7%;
  background-color: var(--color-white);
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.cert .cards .card .card-image {
  position: relative;
  aspect-ratio: 1;
  width: 75%;
}
#cairo-rondo-hx7421-01-container section.cert .cards .card .card-image img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#cairo-rondo-hx7421-01-container section.cert .cards .card .card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.cert .cards .card img {
  display: block;
  width: 140px;
  object-fit: cover;
}
#cairo-rondo-hx7421-01-container section.cert .cards .card p {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.cert {
    gap: 20px;
    padding-bottom: 60px;
  }
  #cairo-rondo-hx7421-01-container section.cert .cards {
    overflow: initial;
    gap: 0;
    width: 100%;
    border-radius: 0;
  }
  #cairo-rondo-hx7421-01-container section.cert .cards .card {
    width: calc(100% / 3);
    background-color: transparent;
    padding: 4%;
  }
  #cairo-rondo-hx7421-01-container section.cert .cards .card .card-image {
    width: 94%;
  }
  #cairo-rondo-hx7421-01-container section.cert .cards .card p {
    font-size: 20px;
  }
}
#cairo-rondo-hx7421-01-container section.test {
  background: linear-gradient(99.34deg, #10252b 7.81%, #2c6e82 45%, #9ecdda 101.96%);
  padding: 0;
  padding-top: 0 !important;
}
#cairo-rondo-hx7421-01-container section.test .header-image {
  position: relative;
}
#cairo-rondo-hx7421-01-container section.test .header-image .image {
  aspect-ratio: 450/350;
  object-fit: cover;
  display: block;
}
#cairo-rondo-hx7421-01-container section.test .header-image .badge {
  aspect-ratio: 1;
  object-fit: cover;
  width: 45%;
  position: absolute;
  bottom: -8%;
  right: 2%;
}
#cairo-rondo-hx7421-01-container section.test .section-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: var(--section-padding);
  padding-top: calc(var(--section-padding) + 20px);
  text-align: center;
}
#cairo-rondo-hx7421-01-container section.test .section-copy h2 {
  font-size: 32px;
  font-size: 8cqw;
  line-height: 1.25;
  color: var(--color-white);
}
#cairo-rondo-hx7421-01-container section.test .section-copy h3 {
  font-size: 20px;
  font-size: 5.3cqw;
  line-height: 1.25;
  color: var(--color-white);
}
#cairo-rondo-hx7421-01-container section.test .section-copy p {
  font-size: 12px;
  font-kerning: none;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.test .header-image .image {
    aspect-ratio: 1000/550;
  }
  #cairo-rondo-hx7421-01-container section.test .header-image .badge {
    width: 30%;
    right: 7%;
    bottom: -12%;
  }
  #cairo-rondo-hx7421-01-container section.test .section-copy {
    gap: 20px;
  }
  #cairo-rondo-hx7421-01-container section.test .section-copy h2 {
    font-size: 44px;
  }
  #cairo-rondo-hx7421-01-container section.test .section-copy h3 {
    font-size: 32px;
  }
}
#cairo-rondo-hx7421-01-container section.app {
  background-color: var(--color-white);
  --app-bg: linear-gradient(115.89deg, #10252b 0%, #2c6e82 40.21%, #9ecdda 101.79%);
  --table-radius: 10px;
  --table-padding: 4px;
}
#cairo-rondo-hx7421-01-container section.app * {
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.app .app {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.app .app h2 {
  display: block;
  text-align: center;
  font-weight: normal;
  background: var(--app-bg);
  color: var(--color-white);
  padding: 20px;
  border-radius: var(--table-radius);
  margin: 0;
  line-height: 1.25;
}
#cairo-rondo-hx7421-01-container section.app .app h2 * {
  color: var(--color-white);
}
#cairo-rondo-hx7421-01-container section.app .app .app-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.app .app .app-content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
#cairo-rondo-hx7421-01-container section.app .app .app-content ul li {
  list-style: disc;
  margin: 0.5em 0em 0.5em 2em;
  padding: 0;
  background-image: none;
}
#cairo-rondo-hx7421-01-container section.app .app .app-content img {
  width: 100%;
  border-radius: var(--table-radius);
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.app {
    --table-radius: 30px;
  }
  #cairo-rondo-hx7421-01-container section.app .app {
    background: var(--app-bg);
    border-radius: var(--table-radius);
    padding: var(--table-padding);
    overflow: hidden;
    gap: 0;
    align-items: center;
  }
  #cairo-rondo-hx7421-01-container section.app .app h2 {
    background: transparent;
    font-size: 44px;
    max-width: 550px;
  }
  #cairo-rondo-hx7421-01-container section.app .app .app-content {
    border-radius: calc(var(--table-radius) - var(--table-padding));
    background-color: var(--color-white);
    padding: 20px;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }
  #cairo-rondo-hx7421-01-container section.app .app .app-content img {
    border-radius: 10px;
  }
}
#cairo-rondo-hx7421-01-container section.slider {
  background: linear-gradient(115.89deg, #10252b 0%, #2c6e82 40.21%, #9ecdda 101.79%);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#cairo-rondo-hx7421-01-container section.slider h2 {
  font-size: 32px;
  text-align: center;
  margin: 0;
  color: var(--color-white);
  line-height: 1.25;
}
#cairo-rondo-hx7421-01-container section.slider .carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#cairo-rondo-hx7421-01-container section.slider .carousel .slides {
  display: grid;
  grid-template-columns: repeat(8, 100%);
  height: 100%;
  align-items: start;
  justify-items: center;
  transition: transform 0.33s ease-in-out;
}
#cairo-rondo-hx7421-01-container section.slider .carousel input {
  display: none;
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide1:checked ~ .slides {
  transform: translateX(0);
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide2:checked ~ .slides {
  transform: translateX(-100%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide3:checked ~ .slides {
  transform: translateX(-200%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide4:checked ~ .slides {
  transform: translateX(-300%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide5:checked ~ .slides {
  transform: translateX(-400%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide6:checked ~ .slides {
  transform: translateX(-500%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide7:checked ~ .slides {
  transform: translateX(-600%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide8:checked ~ .slides {
  transform: translateX(-700%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel .right-arrows {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel .left-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#cairo-rondo-hx7421-01-container section.slider .carousel .arrow {
  width: 25px;
  height: 50px;
}
#cairo-rondo-hx7421-01-container section.slider .carousel label {
  display: none;
  cursor: pointer;
  aspect-ratio: 40/50;
}
#cairo-rondo-hx7421-01-container section.slider .carousel #slide1:checked ~ .right-arrows label[for="slide2"].next,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide2:checked ~ .left-arrows label[for="slide1"].prev,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide2:checked ~ .right-arrows label[for="slide3"].next,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide3:checked ~ .left-arrows label[for="slide2"].prev,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide3:checked ~ .right-arrows label[for="slide4"].next,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide4:checked ~ .left-arrows label[for="slide3"].prev,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide4:checked ~ .right-arrows label[for="slide5"].next,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide5:checked ~ .left-arrows label[for="slide4"].prev,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide5:checked ~ .right-arrows label[for="slide6"].next,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide6:checked ~ .left-arrows label[for="slide5"].prev,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide6:checked ~ .right-arrows label[for="slide7"].next,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide7:checked ~ .left-arrows label[for="slide6"].prev,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide7:checked ~ .right-arrows label[for="slide8"].next,
#cairo-rondo-hx7421-01-container section.slider .carousel #slide8:checked ~ .left-arrows label[for="slide7"].prev {
  display: block;
}
#cairo-rondo-hx7421-01-container section.slider .carousel .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#cairo-rondo-hx7421-01-container section.slider .carousel .slide img {
  max-width: 100%;
  aspect-ratio: 678/366;
  object-fit: contain;
  object-position: 100% 50%;
}
#cairo-rondo-hx7421-01-container section.slider .carousel .slide .slider-text-container {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 10px;
}
#cairo-rondo-hx7421-01-container section.slider .carousel .slide .slider-text-container .slide-title {
  font-size: 20px;
  font-weight: bold;
}
#cairo-rondo-hx7421-01-container section.slider .carousel .slide .slider-text-container .slide-text {
  min-height: 100px;
  font-size: 14px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.slider {
    min-height: 0px;
  }
  #cairo-rondo-hx7421-01-container section.slider h2 {
    font-size: 44px;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .arrow {
    width: 36px;
    height: 70px;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .right-arrows {
    top: 33%;
    right: 5%;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .left-arrows {
    top: 33%;
    left: 5%;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .slide img {
    max-width: none;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .slide .slider-text-container {
    max-width: 550px;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .slide .slider-text-container .slide-title {
    font-size: 32px;
  }
  #cairo-rondo-hx7421-01-container section.slider .carousel .slide .slider-text-container .slide-text {
    font-size: 20px;
  }
}
#cairo-rondo-hx7421-01-container section.table {
  --table-radius: 8px;
  --table-column-gap: 8px;
  --table-header-column-width: calc(100% * 0.4);
  --table-column-width: calc(100% * 0.6 - var(--table-column-gap));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--section-padding);
  background-color: var(--color-off-white);
}
#cairo-rondo-hx7421-01-container section.table * {
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.table .copy {
  text-align: center;
}
#cairo-rondo-hx7421-01-container section.table .copy h2,
#cairo-rondo-hx7421-01-container section.table .copy h3 {
  font-size: 32px;
}
#cairo-rondo-hx7421-01-container section.table .copy h2 {
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
}
#cairo-rondo-hx7421-01-container section.table .comp-table {
  text-align: center;
  display: grid;
  position: relative;
  width: calc(100% - var(--table-column-gap) - var(--table-column-gap));
  column-gap: var(--table-column-gap);
  padding: 0;
  align-items: center;
  justify-items: center;
  font-size: 14px;
  overflow-x: scroll;
}
#cairo-rondo-hx7421-01-container section.table .comp-table.comp-table-1 {
  grid-template-columns: var(--table-header-column-width);
}
#cairo-rondo-hx7421-01-container section.table .comp-table.comp-table-2 {
  grid-template-columns: var(--table-header-column-width) var(--table-column-width);
}
#cairo-rondo-hx7421-01-container section.table .comp-table.comp-table-3 {
  grid-template-columns: var(--table-header-column-width) var(--table-column-width) var(--table-column-width);
}
#cairo-rondo-hx7421-01-container section.table .comp-table.comp-table-4 {
  grid-template-columns: var(--table-header-column-width) var(--table-column-width) var(--table-column-width) var(--table-column-width);
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.highlight,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header.highlight {
  background-color: var(--color-cyan);
  background: linear-gradient(90deg, #10252b 0%, #2c6e82 39.5%, #9ecdda 100%);
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.highlight *,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header.highlight * {
  color: var(--color-white);
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.display-as-row,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header.display-as-row {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.table-model > *,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header.table-model > * {
  font-size: 16px;
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.table-image > img,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header.table-image > img {
  width: 75%;
  aspect-ratio: 3/4;
  object-fit: contain;
  display: block;
  padding: 0;
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.table-settings strong,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header.table-settings strong {
  display: block;
  font-size: 26px;
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell strong.big,
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header strong.big {
  font-size: 16px;
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header {
  position: sticky;
  left: 0px;
  z-index: 1;
  align-items: flex-end;
  background-color: var(--color-off-white);
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-header > * {
  font-weight: bold;
  text-align: right;
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.highlight-first {
  border-radius: var(--table-radius) var(--table-radius) 0 0;
}
#cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.highlight-last {
  border-radius: 0 0 var(--table-radius) var(--table-radius);
  padding-bottom: var(--table-radius);
}
#cairo-rondo-hx7421-01-container section.table .comp-table h3,
#cairo-rondo-hx7421-01-container section.table .comp-table h4,
#cairo-rondo-hx7421-01-container section.table .comp-table img,
#cairo-rondo-hx7421-01-container section.table .comp-table p {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.table {
    --table-radius: 20px;
    --table-column-gap: 20px;
    --table-header-column-width: 15%;
    --table-column-width: 22%;
  }
  #cairo-rondo-hx7421-01-container section.table .copy h2,
  #cairo-rondo-hx7421-01-container section.table .copy h3 {
    font-size: 44px;
  }
  #cairo-rondo-hx7421-01-container section.table .comp-table {
    justify-content: center;
    overflow: hidden;
    font-size: 16px;
  }
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-header {
    background-color: transparent;
  }
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-cell,
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-header {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.table-image,
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-header.table-image {
    padding-top: 0;
  }
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-cell.table-settings strong,
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-header.table-settings strong {
    font-size: 36px;
  }
  #cairo-rondo-hx7421-01-container section.table .comp-table .table-header p {
    padding-right: 0;
  }
  #cairo-rondo-hx7421-01-container section.table .comp-table h3,
  #cairo-rondo-hx7421-01-container section.table .comp-table h4,
  #cairo-rondo-hx7421-01-container section.table .comp-table img,
  #cairo-rondo-hx7421-01-container section.table .comp-table p {
    padding: 8px 16px;
  }
}
#cairo-rondo-hx7421-01-container section.care {
  padding: 0;
  background-color: var(--color-white);
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.care * {
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.care .section-header {
  padding: 0 var(--section-padding);
}
#cairo-rondo-hx7421-01-container section.care .section-header h3 {
  font-weight: bold;
  font-size: 32px;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards input {
  display: none;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .slides {
  display: grid;
  grid-template-columns: repeat(8, 100%);
  height: 100%;
  align-items: start;
  justify-items: center;
  padding: var(--section-padding);
  gap: 40px;
  transition: transform 0.33s ease-in-out;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .slides .slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .slides .slide .card {
  width: 100%;
  border-radius: 20px;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .slides .slide .slide-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .slides .slide .slide-title h3 {
  font-weight: normal;
  font-size: 20px;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .slides .slide .slide-title h3 strong {
  display: block;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards #slider-card-1:checked ~ .slides {
  transform: translateX(0);
}
#cairo-rondo-hx7421-01-container section.care .slider-cards #slider-card-2:checked ~ .slides {
  transform: translateX(-100%);
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .right-arrows,
#cairo-rondo-hx7421-01-container section.care .slider-cards .left-arrows {
  position: absolute;
  top: 90px;
  transform: translateY(-50%);
  filter: brightness(0.7);
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .right-arrows {
  right: 40px;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .left-arrows {
  left: 40px;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards .arrow {
  width: 25px;
  height: 50px;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards label {
  display: none;
  cursor: pointer;
  aspect-ratio: 40/50;
}
#cairo-rondo-hx7421-01-container section.care .slider-cards #slider-card-1:checked ~ .right-arrows label[for='slider-card-2'].next,
#cairo-rondo-hx7421-01-container section.care .slider-cards #slider-card-2:checked ~ .left-arrows label[for='slider-card-1'].prev {
  display: block;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.care .section-header h3 {
    font-size: 44px;
  }
  #cairo-rondo-hx7421-01-container section.care .slider-cards .slides {
    grid-template-columns: repeat(2, 1fr);
    transform: none !important;
  }
  #cairo-rondo-hx7421-01-container section.care .slider-cards .slides .slide .slide-title h3 {
    font-size: 24px;
  }
  #cairo-rondo-hx7421-01-container section.care .slider-cards .slides .slide .card {
    border-radius: 30px;
  }
  #cairo-rondo-hx7421-01-container section.care .slider-cards .right-arrows,
  #cairo-rondo-hx7421-01-container section.care .slider-cards .left-arrows {
    display: none;
  }
}
#cairo-rondo-hx7421-01-container section.footnotes {
  padding-top: var(--section-padding);
  background-color: var(--color-white);
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.footnotes * {
  color: var(--color-cyan);
}
#cairo-rondo-hx7421-01-container section.footnotes p {
  font-size: 10px;
  font-kerning: none;
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  #cairo-rondo-hx7421-01-container section.footnotes p {
    font-size: 12px;
  }
}
#cairo-rondo-hx7421-01-container section.footer {
  background: linear-gradient(104.16deg, #10252b 0%, #2c6e82 39.5%, #9ecdda 100%);
  display: flex;
  justify-content: center;
  align-content: center;
}
#cairo-rondo-hx7421-01-container section.footer img {
  margin: 1em;
  aspect-ratio: 199/74;
  width: 50%;
  max-width: 199px;
}
#cairo-rondo-hx7421-01-container {
  max-width: 820px;
}
