body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html body {
  padding: 0;
  margin: 0;
  overflow-y: inherit;
}

strong {
  font-weight: 800;
}

ul,
ol,
li {
  margin: auto;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.ssa-index-root {
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.ssa-app-root {
  margin: auto;
  max-width: 1920px;
}

#container {
  padding: 0 !important;
  width: 100% !important;
}

#footer {
  height: 285px !important;
}

html body {
  padding: 0;
  margin: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

#wrapper {
  background-image: unset !important;
  height: auto !important;
}

#header-image-mobile {
  display: none !important;
}

.img-responsive {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #wrapper {
    height: 7rem !important;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper #header {
    margin-top: 6.5rem !important;
  }
}
html {
  overflow-x: hidden !important;
}

.ssa-creativespaces-container {
  max-width: 1280px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}
.ssa-creativespaces-container .ssa-creativespaces-tabs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  justify-content: center;
  align-content: center;
  gap: 2rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .ssa-creativespaces-container .ssa-creativespaces-tabs-container {
    flex-wrap: wrap;
  }
}
.ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-large-screen-header {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-large-screen-header {
    display: none;
  }
}
.ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-small-screen-header {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-small-screen-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-tablist {
    display: none;
  }
}
.ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-content {
  margin-top: 2rem;
}
.ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-content .ssa-creativespaces-description {
  margin-bottom: 2rem;
  line-height: 2rem;
  white-space: break-spaces;
}
.ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-content .ssa-creativespaces-btn {
  font-size: 1.125rem;
  width: 19rem;
}
@media screen and (max-width: 1024px) {
  .ssa-creativespaces-container .ssa-creativespaces-tabs-container .ssa-creativespaces-tabs-flex .ssa-creativespaces-content {
    margin-top: 2rem;
  }
}

.ssa-tab-root {
  font-family: Roboto;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #000;
  background-color: transparent;
  padding-left: 8px;
  border: 1px none #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: "Roboto Condensed";
  color: #000;
  font-size: 18px;
  line-height: 32px;
  cursor: pointer;
}
.ssa-tab-root:hover {
  box-shadow: inset 4px 0 0 0 #000;
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
}
.ssa-tab-root[aria-selected=true] {
  background-color: #000;
  color: #fff;
}

.ssa-tablist-root {
  display: flex;
  width: 17rem;
  flex-direction: column;
  gap: 1px;
}

.ssa-tabpanel-active {
  display: block;
  visibility: visible;
}

.ssa-tabpanel-inactive {
  display: none;
}

.ssa-tabpanels-root {
  max-width: 648px;
}

.ssa-tabarrows-root {
  display: flex;
  gap: 1rem;
  flex-direction: row;
}

.ssa-tabarrows-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  transition: transform 200ms ease;
}
.ssa-tabarrows-btn:hover {
  transform: translate(0px, -2px);
}
.ssa-tabarrows-btn:active {
  transform: translate(0px, 0px);
}

.ssa-container-root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ssa-header-h2 {
  margin: 0px auto 2rem;
  border-bottom: 1px solid #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
}

.ssa-header-h4 {
  padding-bottom: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.ssa-creativespacesinfo-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ssa-creativespacesinfo-info .ssa-creativespacesinfo-schedule {
  margin-bottom: 1.5rem;
  padding: 1rem;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fffcf5;
  box-shadow: inset 0 0 0 1px #cfcfcf;
}
.ssa-creativespacesinfo-info .ssa-creativespacesinfo-schedule .ssa-creativespacesinfo-hours-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.ssa-creativespacesinfo-info .ssa-creativespacesinfo-schedule .ssa-creativespacesinfo-week-days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.5rem;
}
.ssa-creativespacesinfo-info .ssa-creativespacesinfo-schedule .ssa-creativespacesinfo-week-days .ssa-creativespacesinfo-day-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ssa-creativespacesinfo-info .ssa-creativespacesinfo-info-sessions {
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
}
.ssa-creativespacesinfo-info .ssa-creativespacesinfo-btn-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 425px) {
  .ssa-creativespacesinfo-info .ssa-creativespacesinfo-btn-group {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ssa-creativespacesinfo-info .ssa-creativespacesinfo-btn-group {
    flex-direction: row;
  }
}
.ssa-creativespacesinfo-info .ssa-creativespacesinfo-btn-group .ssa-creativespacesinfo-btn {
  font-size: 1.125rem;
  width: 19rem;
}

.ssa-button-primary {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed" sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  display: block;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  transition: transform 200ms ease;
}
.ssa-button-primary:hover {
  transform: translate(0px, -2px);
}

.ssa-button-secondary {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed" sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  display: block;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #ffcc00;
  background-color: #000;
  border: 2px solid #ffcc00;
  transition: transform 200ms ease;
}
.ssa-button-secondary:hover {
  transform: translate(0px, -2px);
}

.ssa-readmore-text {
  display: inline;
  width: 100%;
}
.ssa-readmore-text .ssa-readmore-read-or-hide {
  color: #1277A8;
  cursor: pointer;
}

.ssa-hero-flex {
  display: flex;
  flex-direction: row;
  background-color: black;
}

.ssa-hero-hero {
  background: #000;
  color: white;
}

.ssa-hero-info,
.ssa-hero-quote,
.ssa-hero-h1-small,
.ssa-hero-h1-large {
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
}

.ssa-hero-info {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  text-decoration-line: underline;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.ssa-hero-quote {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #ffffff;
}

.ssa-hero-h1-small {
  text-align: center;
}

.ssa-hero-h1-small,
.ssa-hero-h1-large {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  color: white;
  font-family: "Roboto Condensed";
  font-weight: 500;
  letter-spacing: 0.07em;
}

.ssa-hero-h1-large {
  text-align: left;
}

.ssa-hero-h1-small-wrap {
  display: none;
  align-self: center;
  min-width: 353px;
  padding: 1.5rem;
}

.ssa-hero-h1-small {
  display: none;
  font-size: 19px;
  line-height: 22px;
}

.ssa-hero-h1-large {
  display: none;
  font-size: 33px;
  line-height: 42px;
}

.ssa-hero-color-yellow {
  color: #ffcc00;
}

.ssa-hero-btn-smalltext:hover {
  border: 1px none #000;
  background-color: #fc0;
  box-shadow: 0 4px 16px -2px rgba(255, 204, 0, 0.25);
  transform: translate(0px, -2px);
  outline: 0;
}

.ssa-hero-btn,
.ssa-hero-btn-smalltext {
  width: 100%;
}

.ssa-hero-btn-social-list {
  display: flex;
  gap: 1rem;
  justify-self: center;
  align-items: center;
  flex-wrap: wrap;
}

.ssa-hero-btn-smalltext {
  font-size: 1rem;
  line-height: 19px;
  padding: 0.5rem;
  border: 0;
}

.ssa-hero-container,
.ssa-hero-btn-container {
  margin: 0 auto;
  padding: 1rem;
}

.ssa-hero-container {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 0.75rem;
}

.ssa-hero-btn-container {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

.ssa-hero-img {
  background-size: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 557px;
}
@media screen and (max-width: 1440px) {
  .ssa-hero-img {
    height: 500px;
  }
}
@media screen and (max-width: 832px) {
  .ssa-hero-img {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .ssa-hero-img {
    height: 256px;
  }
}

.ssa-hero-video-wrap {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.ssa-hero-video-backdrop,
.ssa-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ssa-hero-video-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  filter: blur(24px) brightness(0.65);
  transform: scale(1.15);
}

.ssa-hero-video {
  position: relative;
  object-fit: contain;
}

.ssa-hero-video-toggle {
  position: absolute;
  right: 58px;
  bottom: 30px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease-in;
}
.ssa-hero-video-toggle:hover {
  background: rgba(0, 0, 0, 0.8);
}
.ssa-hero-video-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.ssa-hero-video-toggle svg {
  display: block;
  width: 18px;
  height: 18px;
}
.ssa-hero-video-toggle .ssa-hero-video-icon-play {
  display: none;
}

.ssa-hero-video-wrap.is-paused .ssa-hero-video-toggle .ssa-hero-video-icon-pause {
  display: none;
}
.ssa-hero-video-wrap.is-paused .ssa-hero-video-toggle .ssa-hero-video-icon-play {
  display: block;
  margin-left: 2px;
}

.ssa-hero-container {
  width: 500px;
}

.ssa-hero-info-sessions {
  display: flex;
  flex-direction: column;
  background: #251e00;
  border: 1px solid #574600;
}
.ssa-hero-info-sessions .ssa-hero-info-session-text {
  align-self: center;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 12px;
}

.control-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding: 0 1rem !important;
}
.control-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.carousel .control-arrow.control-prev::before,
.carousel .control-arrow.control-next::before {
  border-width: 1rem !important;
}

@media screen and (max-width: 400px) {
  .ssa-hero-btn-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .ssa-hero-container {
    width: 100%;
    padding: 1rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 832px) {
  .ssa-hero-container {
    width: 70%;
    padding: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .ssa-hero-h1-large {
    display: block;
  }
  .ssa-hero-h1-small {
    display: none;
  }
  .ssa-hero-h1-small-wrap {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .ssa-hero-flex {
    flex-direction: column-reverse;
  }
  .ssa-hero-h1-large {
    display: none;
  }
  .ssa-hero-h1-small {
    display: block;
  }
  .ssa-hero-h1-small-wrap {
    display: block;
  }
}
@media screen and (min-width: 1023px) {
  .ssa-hero-quote {
    text-align: left;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1440px) {
  .ssa-hero-quote {
    font-weight: 400;
    font-size: 1rem;
  }
  .ssa-hero-container {
    width: 22rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 1440px) {
  .ssa-hero-btn {
    font-size: 1rem;
    padding: 4px;
  }
  .ssa-hero-btn-smalltext {
    font-size: 14px;
    line-height: 1rem;
    font-weight: 500;
  }
  .ssa-hero-h1-large {
    font-size: 24px;
    line-height: 32px;
  }
}
.ssa-iconbutton-root {
  transition: transform 200ms ease;
}
.ssa-iconbutton-root:hover {
  transform: translate(0px, -2px);
}

.ssa-jedi-root {
  display: flex;
  min-height: 258px;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.ssa-jedi-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  grid-column-gap: 80px;
  grid-row-gap: 2rem;
}

.ssa-jedi-jedi-text-block {
  width: 245px;
  height: 192px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 13px;
}

.ssa-jedi-content {
  display: flex;
  max-width: 653px;
  flex-direction: column;
  flex-wrap: wrap;
}

.ssa-jedi-btn-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.ssa-jedi-statement-block {
  display: flex;
  max-width: 653px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ssa-jedi-jedi-button {
  height: 50px;
  min-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  padding: 9px 15px;
  text-decoration: none;
}
.ssa-jedi-jedi-button:hover {
  outline: 0;
  box-shadow: inset 0 0 0 3px #fff;
}

@media screen and (max-width: 479px) {
  .ssa-jedi-jedi-text-block {
    height: auto;
    font-size: 2rem;
  }
  .ssa-jedi-statement-block {
    font-size: 1rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 991px) {
  .ssa-jedi-flex {
    flex-direction: column;
  }
  .ssa-jedi-btn-group {
    justify-content: center;
  }
  .ssa-jedi-statement-block {
    display: block;
  }
}
.ssa-programs-root {
  margin: auto;
  margin-top: 60px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.ssa-programs-root .ssa-programs-container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.ssa-programs-root .ssa-programs-container .ssa-programs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .ssa-programs-root .ssa-programs-container .ssa-programs-grid {
    grid-template-columns: 1fr;
  }
}
.ssa-programs-root .ssa-programs-container .ssa-programs-grid .ssa-programs-programs-btn {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}
.ssa-programs-root .ssa-programs-container .ssa-programs-grid .ssa-programs-programs-btn .ssa-programs-text {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ssa-programs-root .ssa-programs-container .ssa-programs-grid .ssa-programs-programs-btn .ssa-programs-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .ssa-programs-root .ssa-programs-container .ssa-programs-grid .ssa-programs-programs-btn .ssa-programs-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}
.ssa-programs-root .ssa-programs-container .ssa-programs-grid .ssa-programs-programs-btn:hover {
  box-shadow: inset 0 -8px 0 0 #fc0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ssa-newscard-root {
  flex: 0 0 auto;
  background: #ffffff;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.25);
  width: fit-content;
  height: 391px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-row-gap: 16px;
  background-color: #fff;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.25);
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}
.ssa-newscard-root img {
  width: 268px;
  object-fit: cover;
  height: 176px;
}
.ssa-newscard-root:hover {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.5);
  transform: translate(0px, -2px);
  outline: 0;
}
.ssa-newscard-root .ssa-newscard-card-body {
  display: flex;
  overflow: hidden;
  height: 180px;
  width: 268px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  flex-direction: column;
  grid-row-gap: 8px;
  white-space: break-spaces;
}
.ssa-newscard-root .ssa-newscard-card-body .ssa-newscard-date {
  color: #555;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.ssa-newscard-root .ssa-newscard-card-body .ssa-newscard-title {
  color: #000;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0px;
}
.ssa-newscard-root .ssa-newscard-card-body .ssa-newscard-content {
  color: #000;
  font-weight: 400;
  width: 240px;
  line-height: 1.25rem;
}

.ssa-news-root {
  display: block;
  margin: 1rem;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.ssa-news-root .ssa-news-container {
  display: flex;
  gap: 2rem;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .ssa-news-root .ssa-news-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1251px) {
  .ssa-news-root .ssa-news-container {
    padding: 0 1rem;
  }
}
.ssa-news-root .ssa-news-container .ssa-news-news {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 836px;
}
.ssa-news-root .ssa-news-container .ssa-news-news .ssa-news-news-cards {
  display: flex;
  overflow: auto;
  gap: 1rem;
  padding-bottom: 1rem;
}
.ssa-news-root .ssa-news-container .ssa-news-events {
  display: block;
  max-width: 384px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .ssa-news-root .ssa-news-container .ssa-news-events {
    max-width: 100%;
  }
}
.ssa-news-root .ssa-news-container .ssa-news-events .ssa-news-events-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 50px;
}
.ssa-news-root .ssa-news-container .ssa-news-events .ssa-news-events-list .ssa-news-event-list-item {
  display: flex;
  padding-bottom: 1rem;
  flex-direction: column;
  grid-row-gap: 4px;
  border-bottom: 1px solid #b5b5b5;
  margin: 0;
}
.ssa-news-root .ssa-news-container .ssa-news-events .ssa-news-events-list .ssa-news-event-list-item .ssa-news-event-date {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #333;
}
.ssa-news-root .ssa-news-container .ssa-news-events .ssa-news-events-list .ssa-news-event-list-item .ssa-news-event-link {
  display: inline-block;
  word-wrap: break-word;
  text-decoration: none;
  color: #333;
}
.ssa-news-root .ssa-news-container .ssa-news-events .ssa-news-events-list .ssa-news-event-list-item .ssa-news-event-link:hover {
  text-decoration: underline;
  color: #000;
}
.ssa-news-root .ssa-news-container .ssa-news-events .ssa-news-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 16px;
  gap: 1rem;
}
.ssa-news-root .ssa-news-container .ssa-news-events .ssa-news-btn-group .ssa-news-btn {
  height: 45px;
  flex: 1;
  font-size: 1rem;
}

.ssa-videoplayer-container {
  overflow: hidden;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

.ssa-videoplayer-heading {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.ssa-videoplayer-cover {
  position: relative;
  height: 22.5rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

.ssa-videoplayer-playButton {
  position: absolute;
  z-index: 1;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 4.625rem;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 2.313rem 0rem 2.313rem 3.75rem;
}

.ssa-videoplayer-playButton:hover {
  border-color: transparent transparent transparent #404040;
}

.ssa-videoplayer-poster {
  position: relative;
  width: 100%;
  max-width: 640px;
  background-size: cover;
  background-color: #000;
  object-fit: cover;
}

.ssa-videoplayer-cover iframe {
  width: 100%;
  max-width: 640px;
  height: 360px;
  border: 0;
}

.ssa-cardcarousel-item {
  padding: 0 0 1.5rem;
}

.ssa-cardcarousel-container {
  max-width: 928px;
  width: 100%;
}

.ssa-personcard-root {
  display: flex;
  width: 271px;
  height: 525px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.25);
  color: #333;
}
.ssa-personcard-root .ssa-personcard-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 234px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ssa-personcard-root .ssa-personcard-content .ssa-personcard-testimonial {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
}
.ssa-personcard-root .ssa-personcard-content .ssa-personcard-person-info {
  font-family: "Roboto Condensed", sans-serif;
}

.ssa-testimonials-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (min-width: 1216px) {
  .ssa-testimonials-container .ssa-testimonials-content {
    display: flex;
    gap: 1rem;
  }
}
.ssa-testimonials-container .ssa-testimonials-content .ssa-testimonials-left-block {
  max-width: 837px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

html:not(.js) .ssa-readmore-read-or-hide {
  display: none;
}

html:not(.js) .ssa-videoplayer-playButton {
  display: none;
}

html:not(.js) .ssa-hero-video-toggle {
  display: none;
}

html:not(.js) .ssa-hero-video-wrap {
  cursor: auto;
}
