:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.tab-group {
  margin-bottom: var(--wp--preset--spacing--normal) !important;
}
* + .tab-group {
  margin-top: var(--wp--preset--spacing--normal) !important;
}
.tab-group + .btn {
  margin-top: -2rem !important;
}
.tab-group + div,
.tab-group + .tab-group,
.tab-group + p,
.tab-group + h2,
.tab-group + h3,
.tab-group + h4,
.tab-group + h5,
.tab-group + h6 {
  margin-top: var(--wp--preset--spacing--normal) !important;
}
.tab-group.vert {
  border-bottom: none;
}
.tab-group.vert > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 749px) {
  .tab-group.vert .accordion > input + .acc-title {
    padding: 0.9ch 40px 0.9ch 1.4rem;
  }
}

ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 5px;
  background: rgba(112, 133, 239, 0.1);
  border-radius: 5rem;
  position: relative;
}
ul.tabs li {
  margin: 0;
  padding: 0;
}
ul.tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  padding: 12px 3rem 12px 5rem;
  color: #FFF;
  border: 0.15rem solid #7085EF;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
  border-color: transparent;
}
ul.tabs a strong {
  font-weight: 500;
  position: relative;
  z-index: 3;
}
ul.tabs a:before, ul.tabs a:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5rem;
  position: absolute;
  top: 3px;
  left: 3px;
}
ul.tabs a:before {
  background: #7085EF;
  z-index: 1;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.tabs a:after {
  background: #0a0d14;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' fill='none'%3E%3Cpath fill='%2306080b' d='M13.54.214a.75.75 0 0 1 1.06.01l4.239 4.322a.75.75 0 0 1-.006 1.055l-4.238 4.222a.75.75 0 1 1-1.059-1.063l2.953-2.942H.75a.75.75 0 0 1 0-1.5h15.765L13.53 1.275a.75.75 0 0 1 .01-1.06'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 2;
}
ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  color: #0a0d14;
}
ul.tabs a:hover:before, ul.tabs a:active:before, ul.tabs a:focus:before {
  width: calc(100% - 6px);
}
ul.tabs a[href$=".pdf"]:after {
  transform: rotate(90deg);
}
ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus, ul.tabs a.active {
  background: transparent;
}
ul.tabs a.active {
  border-color: #FFF;
}
ul.tabs a.active:after {
  transform: rotate(90deg);
}
ul.tabs a:not(.active):after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='2' fill='none'%3E%3Cpath stroke='%2306080b' stroke-dasharray='3 4' stroke-linecap='round' stroke-width='1.5' d='M19.25.75H.75'/%3E%3C/svg%3E");
  mask-size: 20px;
  mask-position: center;
  mask-repeat: no-repeat;
}
ul.tabs.fw li {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
}
ul.tabs.fw li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vert ul.tabs {
  display: flex;
  flex-direction: column;
  width: calc(35% - 30px);
  margin: 0 30px 0 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.vert ul.tabs li {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
}
.vert ul.tabs a {
  display: block;
  height: auto;
  background: #FFF;
  padding: 0.7ch 1rem;
}
.vert ul.tabs a:hover, .vert ul.tabs a:active, .vert ul.tabs a:focus, .vert ul.tabs a.active {
  cursor: pointer;
}
@media (min-width: 750px) {
  .vert .tab-panel {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .vert ul.tabs {
    width: 180px;
  }
  .vert .tab-panel {
    width: calc(100% - 215px);
  }
}

@media (max-width: 749px) {
  .acc ul.tabs {
    display: none;
  }
}
.has-beige-to-bottom-gradient-background ul.tabs,
.has-beige-rad-background ul.tabs,
.has-cloud-rad-gradient-background ul.tabs,
.has-silver-background-color ul.tabs,
.has-cloud-background-color ul.tabs,
.has-white-background-color ul.tabs,
.has-orange-to-bottom-gradient-background ul.tabs {
  background: #D5D1C8;
}
.has-beige-to-bottom-gradient-background ul.tabs li a,
.has-beige-rad-background ul.tabs li a,
.has-cloud-rad-gradient-background ul.tabs li a,
.has-silver-background-color ul.tabs li a,
.has-cloud-background-color ul.tabs li a,
.has-white-background-color ul.tabs li a,
.has-orange-to-bottom-gradient-background ul.tabs li a {
  color: #0a0d14;
  border-color: #2832C6;
}
.has-beige-to-bottom-gradient-background ul.tabs li a:before,
.has-beige-rad-background ul.tabs li a:before,
.has-cloud-rad-gradient-background ul.tabs li a:before,
.has-silver-background-color ul.tabs li a:before,
.has-cloud-background-color ul.tabs li a:before,
.has-white-background-color ul.tabs li a:before,
.has-orange-to-bottom-gradient-background ul.tabs li a:before {
  background-color: #2832C6;
}
.has-beige-to-bottom-gradient-background ul.tabs li a:after,
.has-beige-rad-background ul.tabs li a:after,
.has-cloud-rad-gradient-background ul.tabs li a:after,
.has-silver-background-color ul.tabs li a:after,
.has-cloud-background-color ul.tabs li a:after,
.has-white-background-color ul.tabs li a:after,
.has-orange-to-bottom-gradient-background ul.tabs li a:after {
  background: #FFF;
}
.has-beige-to-bottom-gradient-background ul.tabs li a:hover, .has-beige-to-bottom-gradient-background ul.tabs li a:active, .has-beige-to-bottom-gradient-background ul.tabs li a:focus,
.has-beige-rad-background ul.tabs li a:hover,
.has-beige-rad-background ul.tabs li a:active,
.has-beige-rad-background ul.tabs li a:focus,
.has-cloud-rad-gradient-background ul.tabs li a:hover,
.has-cloud-rad-gradient-background ul.tabs li a:active,
.has-cloud-rad-gradient-background ul.tabs li a:focus,
.has-silver-background-color ul.tabs li a:hover,
.has-silver-background-color ul.tabs li a:active,
.has-silver-background-color ul.tabs li a:focus,
.has-cloud-background-color ul.tabs li a:hover,
.has-cloud-background-color ul.tabs li a:active,
.has-cloud-background-color ul.tabs li a:focus,
.has-white-background-color ul.tabs li a:hover,
.has-white-background-color ul.tabs li a:active,
.has-white-background-color ul.tabs li a:focus,
.has-orange-to-bottom-gradient-background ul.tabs li a:hover,
.has-orange-to-bottom-gradient-background ul.tabs li a:active,
.has-orange-to-bottom-gradient-background ul.tabs li a:focus {
  color: #FFF;
}

@media (max-width: 749px) {
  .tab-panel > div {
    overflow-x: hidden;
  }
  .tab-group.acc {
    padding: 0;
  }
  .tab-group.acc .tab-panel {
    display: block !important;
    width: 100%;
    padding: 0;
  }
  .tab-group.acc .tab-panel > input {
    display: none;
  }
  .tab-group.acc .tab-panel > input + .acc-title {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    line-height: 1.25;
    padding: 1.5rem 55px 1.5rem 0;
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 1px dashed #2832C6;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    transition: background 0.45s ease-in-out, border 0.45s ease-in-out;
  }
  .tab-group.acc .tab-panel > input + .acc-title:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #2832C6;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 38 38'%3E%3Crect width='37' height='37' x='.5' y='.5' stroke='%238796e0' rx='18.5'/%3E%3Cpath stroke='%238796e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14.606 21.026 4.343 4.394 4.445-4.394'/%3E%3Cpath stroke='%238796e0' stroke-linecap='round' stroke-width='1.5' d='M18.952 24.72V13.281'/%3E%3C/svg%3E");
    mask-size: cover;
    position: absolute;
    top: 15px;
    right: 0;
    transition: background-color 0.45s ease-in-out, transform 0.45s ease-in-out;
  }
  .tab-group.acc .tab-panel > input + .acc-title span {
    display: block;
    width: 100%;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: var(--wp--preset--font-size--font-22);
    font-weight: 300;
    color: #13263A;
    transition: color 0.45s ease-in-out;
  }
  .tab-group.acc .tab-panel > input + .acc-title:hover {
    cursor: pointer;
  }
  .tab-group.acc .tab-panel > input + .acc-title:hover:after {
    background-color: #0a0d14;
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel {
    height: 0;
    visibility: hidden;
    padding: 0;
    border: 1px solid transparent;
    transition: visibility 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, height 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, padding 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s;
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel > * {
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.82, -0.04, 1, 1);
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel .wp-block-columns:first-child {
    margin-top: 0;
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel .wp-block-columns:last-child {
    margin-bottom: 0;
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title:after {
    transform: scaleY(-1);
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    height: auto;
    visibility: visible;
    padding: 20px 0;
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel > * {
    opacity: 1;
  }
  .tab-group.tabs .tab-panel > input,
  .tab-group.tabs .tab-panel > label {
    display: none;
  }
  .tab-group.tabs .tab-panel > div {
    opacity: 0;
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-group.tabs .tab-panel.active {
    display: block;
  }
}
@media (min-width: 750px) {
  .tab-panel > input,
  .tab-panel > label {
    display: none;
  }
  .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
    opacity: 0;
  }
  .tab-panel.active {
    display: block;
  }
}
.tab-group + h2,
.tab-group + h3,
.tab-group + h4 {
  padding-top: var(--wp--preset--spacing--m);
}
.tab-group ul.tabs li.archive {
  margin-left: auto;
  padding-right: 0;
}

@media (max-width: 749px) {
  .acc-panel .file-tabs.acc .tab-panel:last-child {
    border-bottom: none;
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title {
    font-size: 1.7rem;
    font-weight: 400;
    padding: 1.2rem;
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title:after {
    width: 20px;
    height: 22px;
    right: 1.2rem;
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title + .acc-panel {
    margin: 0;
    padding: 0;
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title + .acc-panel > * {
    transition: none;
    animation: none;
  }
  .acc-panel .file-tabs.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    padding: 10px 0;
  }
}
* + .file-table {
  margin-top: var(--wp--preset--spacing--small);
}
.file-table + h2,
.file-table + h3,
.file-table + h4,
.file-table + h5,
.file-table + h6 {
  margin-top: 4ch;
}
.file-table .file {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-radius: 6px;
}
.file-table .file:nth-child(odd) {
  background: linear-gradient(125deg, rgba(112, 133, 239, 0.01) 0%, rgba(112, 133, 239, 0.35) 100%);
}
.file-table .file span {
  display: block;
}
.file-table .file span.date {
  font-size: var(--wp--preset--font-size--font-16);
  color: rgba(112, 133, 239, 0.7);
}
.file-table .file span.format, .file-table .file span.size {
  font-size: var(--wp--preset--font-size--font-16);
  text-transform: uppercase;
  color: rgba(112, 133, 239, 0.7);
}
.file-table .file span.title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 200;
  line-height: 1.25;
  color: #FFF;
  cursor: pointer;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.file-table .file span.title:hover, .file-table .file span.title:active .file-table .file span.title:focus {
  color: #ED8323;
}
.file-table .file span.icon {
  width: 38px;
}
.file-table .file span.icon svg {
  width: 38px;
  height: 38px;
}
.file-table .file:hover, .file-table .file:active, .file-table .file:focus {
  text-decoration: none;
}
@media (max-width: 799px) {
  .file-table .file {
    padding: 20px 20px 12px 80px;
    position: relative;
  }
  .file-table .file span {
    display: block;
  }
  .file-table .file span.date {
    width: 100%;
  }
  .file-table .file span.title {
    width: 100%;
    padding: 0.5ch 0 0.6ch 0;
  }
  .file-table .file span.icon {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .file-table .file span.format, .file-table .file span.size {
    padding-right: 2ch;
  }
}
@media (min-width: 800px) {
  .file-table .file {
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
  }
  .file-table .file span {
    flex: 1;
  }
  .file-table .file span.date {
    flex: 2;
  }
  .file-table .file span.title {
    font-size: var(--wp--preset--font-size--font-22);
    flex: 6;
    padding-right: 2ch;
    padding-left: 2ch;
  }
}
.file-table .accordion:first-of-type {
  border-top: none;
}
.file-table .accordion:last-of-type input + .acc-title {
  border-color: transparent;
}
.file-table .archived-year:not(:first-child) {
  margin-top: 4rem;
}
@media (max-width: 749px) {
  .file-table .archived-year:first-child {
    margin-top: 3rem;
  }
}
.file-table .archived-year h4 {
  margin: 0 0 2ch 0;
  padding: 0 0 0.3ch 0;
}

.has-beige-to-bottom-gradient-background .file-table .file:nth-child(odd),
.has-beige-rad-background .file-table .file:nth-child(odd),
.has-cloud-rad-gradient-background .file-table .file:nth-child(odd),
.has-silver-background-color .file-table .file:nth-child(odd),
.has-cloud-background-color .file-table .file:nth-child(odd),
.has-white-background-color .file-table .file:nth-child(odd),
.has-orange-to-bottom-gradient-background .file-table .file:nth-child(odd) {
  background: linear-gradient(125deg, rgba(40, 50, 198, 0.01) 0%, rgba(40, 50, 198, 0.15) 100%);
}
.has-beige-to-bottom-gradient-background .file-table .file span.icon svg rect,
.has-beige-to-bottom-gradient-background .file-table .file span.icon svg path,
.has-beige-rad-background .file-table .file span.icon svg rect,
.has-beige-rad-background .file-table .file span.icon svg path,
.has-cloud-rad-gradient-background .file-table .file span.icon svg rect,
.has-cloud-rad-gradient-background .file-table .file span.icon svg path,
.has-silver-background-color .file-table .file span.icon svg rect,
.has-silver-background-color .file-table .file span.icon svg path,
.has-cloud-background-color .file-table .file span.icon svg rect,
.has-cloud-background-color .file-table .file span.icon svg path,
.has-white-background-color .file-table .file span.icon svg rect,
.has-white-background-color .file-table .file span.icon svg path,
.has-orange-to-bottom-gradient-background .file-table .file span.icon svg rect,
.has-orange-to-bottom-gradient-background .file-table .file span.icon svg path {
  stroke: #2832C6;
}
.has-beige-to-bottom-gradient-background .file-table .file span.date, .has-beige-to-bottom-gradient-background .file-table .file span.format, .has-beige-to-bottom-gradient-background .file-table .file span.size,
.has-beige-rad-background .file-table .file span.date,
.has-beige-rad-background .file-table .file span.format,
.has-beige-rad-background .file-table .file span.size,
.has-cloud-rad-gradient-background .file-table .file span.date,
.has-cloud-rad-gradient-background .file-table .file span.format,
.has-cloud-rad-gradient-background .file-table .file span.size,
.has-silver-background-color .file-table .file span.date,
.has-silver-background-color .file-table .file span.format,
.has-silver-background-color .file-table .file span.size,
.has-cloud-background-color .file-table .file span.date,
.has-cloud-background-color .file-table .file span.format,
.has-cloud-background-color .file-table .file span.size,
.has-white-background-color .file-table .file span.date,
.has-white-background-color .file-table .file span.format,
.has-white-background-color .file-table .file span.size,
.has-orange-to-bottom-gradient-background .file-table .file span.date,
.has-orange-to-bottom-gradient-background .file-table .file span.format,
.has-orange-to-bottom-gradient-background .file-table .file span.size {
  color: #13263A;
}
.has-beige-to-bottom-gradient-background .file-table .file span.title,
.has-beige-rad-background .file-table .file span.title,
.has-cloud-rad-gradient-background .file-table .file span.title,
.has-silver-background-color .file-table .file span.title,
.has-cloud-background-color .file-table .file span.title,
.has-white-background-color .file-table .file span.title,
.has-orange-to-bottom-gradient-background .file-table .file span.title {
  font-weight: 300;
  color: #2832C6;
}
.has-beige-to-bottom-gradient-background .file-table .file span.title:hover, .has-beige-to-bottom-gradient-background .file-table .file span.title:active .has-beige-to-bottom-gradient-background .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:hover,
.has-beige-to-bottom-gradient-background .file-table .file span.title:active .has-beige-rad-background .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:hover,
.has-beige-to-bottom-gradient-background .file-table .file span.title:active .has-cloud-rad-gradient-background .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:hover,
.has-beige-to-bottom-gradient-background .file-table .file span.title:active .has-silver-background-color .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:hover,
.has-beige-to-bottom-gradient-background .file-table .file span.title:active .has-cloud-background-color .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:hover,
.has-beige-to-bottom-gradient-background .file-table .file span.title:active .has-white-background-color .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:hover,
.has-beige-to-bottom-gradient-background .file-table .file span.title:active .has-orange-to-bottom-gradient-background .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:active .has-beige-to-bottom-gradient-background .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:active .has-beige-rad-background .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:active .has-cloud-rad-gradient-background .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:active .has-silver-background-color .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:active .has-cloud-background-color .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:active .has-white-background-color .file-table .file span.title:focus,
.has-beige-rad-background .file-table .file span.title:active .has-orange-to-bottom-gradient-background .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:active .has-beige-to-bottom-gradient-background .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:active .has-beige-rad-background .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:active .has-cloud-rad-gradient-background .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:active .has-silver-background-color .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:active .has-cloud-background-color .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:active .has-white-background-color .file-table .file span.title:focus,
.has-cloud-rad-gradient-background .file-table .file span.title:active .has-orange-to-bottom-gradient-background .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:active .has-beige-to-bottom-gradient-background .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:active .has-beige-rad-background .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:active .has-cloud-rad-gradient-background .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:active .has-silver-background-color .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:active .has-cloud-background-color .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:active .has-white-background-color .file-table .file span.title:focus,
.has-silver-background-color .file-table .file span.title:active .has-orange-to-bottom-gradient-background .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:active .has-beige-to-bottom-gradient-background .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:active .has-beige-rad-background .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:active .has-cloud-rad-gradient-background .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:active .has-silver-background-color .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:active .has-cloud-background-color .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:active .has-white-background-color .file-table .file span.title:focus,
.has-cloud-background-color .file-table .file span.title:active .has-orange-to-bottom-gradient-background .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:active .has-beige-to-bottom-gradient-background .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:active .has-beige-rad-background .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:active .has-cloud-rad-gradient-background .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:active .has-silver-background-color .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:active .has-cloud-background-color .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:active .has-white-background-color .file-table .file span.title:focus,
.has-white-background-color .file-table .file span.title:active .has-orange-to-bottom-gradient-background .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:active .has-beige-to-bottom-gradient-background .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:active .has-beige-rad-background .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:active .has-cloud-rad-gradient-background .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:active .has-silver-background-color .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:active .has-cloud-background-color .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:active .has-white-background-color .file-table .file span.title:focus,
.has-orange-to-bottom-gradient-background .file-table .file span.title:active .has-orange-to-bottom-gradient-background .file-table .file span.title:focus {
  color: #0a0d14;
}

@media (max-width: 749px) {
  .tab-panel + .tab-panel {
    margin-top: 8px;
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel.file-table,
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel.file-table {
    margin: 0;
  }
  .tab-panel > input + .acc-title + .acc-panel > * {
    transition: none !important;
    opacity: 1 !important;
  }
}
@media (max-width: 749px) {
  .accordion .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    opacity: 1;
  }
}
@media (min-width: 750px) {
  .accordion .tab-group .tab-panel {
    transition: none !important;
    animation: fadeIn 0.45s forwards 0.15s !important;
  }
  .accordion .tab-group .tab-panel > input,
  .accordion .tab-group .tab-panel > label {
    display: none;
  }
  .accordion .tab-group .tab-panel .acc-panel {
    visibility: visible;
    transition: none !important;
    animation: fadeIn 0.45s forwards 0.15s !important;
  }
}
