/*Variables: Unicodes*/
/*Please maintain alphabetical order*/
.static-list-documents {
  margin-left: 0 !important;
}
.static-list-documents h3 {
  color: #646363;
  font-size: 14px;
}
.static-list-documents .offset-element {
  padding-left: 40px;
}
.static-list-documents .offset-element a {
  font-weight: bold;
}
.static-list-documents .container-documents {
  font-weight: bold;
}
.static-list-documents .container-documents__links {
  margin-bottom: 2px;
}
.static-list-documents .container-documents__links:last-child {
  margin-bottom: 0;
}
.static-list-documents .container-documents a {
  color: #cc0000;
  text-decoration: none;
  font-size: 12px;
}
.static-list-documents .container-documents .size {
  color: #000;
  font-size: 14px;
  text-transform: none;
}
.static-list-documents .container-documents .cmp-button__icon--powerpoint::before {
  color: #fc2a2a;
}
.static-list-documents .container-documents .cmp-button__icon--pdf-file::before {
  color: #cc0000;
}
.static-list-documents .container-documents .cmp-button__icon--word::before {
  color: #00008b;
}
.static-list-documents .container-documents .cmp-button__icon--excel::before {
  color: #006400;
}
.static-list-documents .container-links h3 {
  color: #999999;
}
.static-list-documents .container-links a {
  color: #cc0000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.static-list-documents .container-links .size {
  color: #000;
  text-transform: none;
}
.static-list-documents.margin-list--big .container-documents,
.static-list-documents.margin-list--big .container-links {
  margin-left: 35px;
}

.video-list-container {
  flex-direction: column;
  gap: 50px;
}
.video-item {
  padding: 15px;
  width: 60%;
}
.video-item__title {
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.video-item__title::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  font-size: 1.0em;
  line-height: 1;
}
.video-item__toggle {
  font-size: 0.8em;
  color: #333333;
  margin-left: 10px;
  cursor: pointer;
  font-weight: normal;
}
.video-item__content {
  display: none;
}
.video-item__content--open {
  display: block;
}
.video-item__subtitle,
.video-item__description,
.video-item__documents {
  margin: 10px 0;
  color: #333333;
  font-size: 0.75em;
}
.video-item__image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-item__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.video-item__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: rgba(51, 63, 72, 0.65);
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 72px;
  pointer-events: auto;
}
.video-item__button .icon--arrow-tip-solid-right {
  font-size: 45px;
}
.video-item__button i {
  font-size: 30px;
}
.video-item__modal {
  display: flex;
  transition: background 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 999;
}
.video-item__modal--hidden {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.video-item__modal--active {
  background: rgba(255, 255, 255, 0.8);
}
.video-item__modal-container {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 3.8px rgba(0, 0, 0, 0.035), 0px 0px 30px rgba(0, 0, 0, 0.07);
  top: -2rem;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  padding: 20px;
}
.video-item__modal-container--down {
  opacity: 1;
  transform: translateY(0);
}
.video-item__modal-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.video-item__modal-close {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.video-item__modal-body {
  width: 55vw;
  height: calc(30.9375vw);
}
.video-item__modal-iframe {
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.video-item__modal-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

