.activity-hanger-card {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.activity-hanger-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-hanger-title-container {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.activity-hanger-dropdown-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
}
.activity-hanger-title-icon {
  vertical-align: middle;
}
.activity-hanger-title-container {
  cursor: pointer;
  user-select: none;
}
.activity-hanger-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
  opacity: 0;
  margin-top: 0;
}
.activity-hanger-accordion.is-open .activity-hanger-content {
  max-height: 2000px;
  opacity: 1;
  margin-top: 1rem;
}
.activity-hanger-dropdown-icon {
  transition: transform 0.3s ease;
}
.activity-hanger-accordion.is-open .activity-hanger-dropdown-icon {
  transform: rotate(0deg);
}
.audio-container {
  max-width: fit-content;
  margin-inline: auto;
}
audio.audio-element {
  border-radius: 25px;
  background-color: transparent;
}
pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
code.code-block {
  font-size: 14px;
  color: white;
}
div.code-container {
  background-color: #212529;
}
pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
code.code-block {
  font-size: 14px;
  color: white;
}
div.code-container {
  background-color: #212529;
}
.rpb-hero .white {
  color: black;
  background-color: rgba(255, 255, 255, 0.85);
}
.rpb-hero .maxw {
  width: 100%;
  max-width: 600px;
}
.gallery-img {
  cursor: zoom-in;
}
.rpb-officeactivity {
  display: flex;
  flex-wrap: wrap;
}
.rpb-officeactivity-iframe {
  width: 90%;
  flex-basis: 100%;
  margin: 0 auto;
}
.rpb-officeactivity-header {
  flex-basis: 100%;
}
.rpb-quotes .maxw {
  width: 100%;
  max-width: 800px;
}
.rpb-quotes .grid {
  gap: 20px;
}
.rpb-quotes img.uk-border-circle {
  border: 5px solid white;
}
@media (max-width: 950px) {
  .rpb-quotes .arrow-nav {
    display: none;
  }
}
.rpb-singleimage {
  outline: 2px solid red;
  padding: 50px;
}
.steps-long-img {
  cursor: zoom-in;
}
.steps-short-img {
  cursor: zoom-in;
}
.rpb-stepstoknowvideo {
  outline: 2px solid red;
  padding: 50px;
}
.rpb-support-link-text {
  color: #505050;
  text-decoration: none;
}
.bg-manila {
  background-color: #fef5ac;
}
pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
code.code-block {
  font-size: 14px;
  color: white;
}
div.code-container {
  background-color: #212529;
}
.two-col-img {
  cursor: zoom-in;
}
.rpb-video {
  outline: 2px solid red;
  padding: 50px;
}
