#announcement .icons.multi-panels li .cta-row {
  min-height: auto;
  margin-bottom: 1rem;
}
#announcement .bo-temp { background-color: #000000; padding-top: 0;}
/* Blade 18 - hide products on certain locales */
:lang(it-IT) #announcement .icons ul li:nth-child(7),
:lang(en-AP) #announcement .icons ul li:nth-child(7),
:lang(pt-BR) #announcement .icons ul li:nth-child(7) {
  display: none;
}
/* Skin - US only */
#announcement .icons ul li:nth-child(8) {
  display: none;
}
:lang(en-US) #announcement .icons ul li:nth-child(8),
:lang(es-MX) #announcement .icons ul li:nth-child(8) {
  display: block;
}
/* kraken v4 pro no TW */
:lang(zh-tw) #announcement .icons ul li:nth-child(6) {
display: none;
}
/* freyja no ES */
:lang(es-ES) #announcement .icons ul li:nth-child(5) {
display: none;
}
@media (min-width: 769px) {
:lang(en-US) #announcement .icons ul li:last-child {
			grid-column-end: 3;
	}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}