.jams-home-assistance {
  margin-bottom: var(--jams-gutter-m);
}
.jams-home-assistance .jams-container {
  position: relative;
  overflow: hidden;
  padding-left: 0;
}
@media screen and (min-width: 1280px) {
  .jams-home-assistance .jams-container {
    border-radius: 12px;
    padding-left: var(--jams-gutter);
  }
}
.jams-home-assistance.jams-home-section .jams-section-footer {
  text-align: left;
}
.jams-home-assistance .assistance-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.jams-home-assistance .assistance-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.jams-home-assistance .assistance-container {
  max-width: 45%;
  padding: 3rem;
  color: var(--jams-color-blue-base);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: linear-gradient(to right, #fff, transparent 90%);
  z-index: 1;
}
.jams-home-assistance .assistance-container > * + * {
  margin-top: var(--jams-gutter-m);
}
@media screen and (max-width: 1024px) {
  .jams-home-assistance .assistance-container {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .jams-home-assistance .assistance-container {
    padding: var(--jams-gutter-m);
  }
}
@media screen and (max-width: 480px) {
  .jams-home-assistance .assistance-container {
    max-width: 90%;
  }
}
.jams-home-assistance .assistance-container .jams-heading-large {
  margin-bottom: 0;
}
.jams-home-assistance .assistance-container h2.jams-heading-large {
  font-weight: 300;
  font-size: 2.4rem;
}
.jams-home-assistance .assistance-container p {
  font-size: 1.5rem;
}
.jams-home-assistance .jams-section-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.jams-home-assistance .jams-section-footer .jams-phone {
  display: block;
  font-size: 1.5rem;
  margin-left: var(--jams-gutter);
}
.jams-home-assistance .jams-section-footer .jams-phone .jams-btn-link {
  font-weight: 600;
  padding: var(--jams-gutter-xs);
}
.jams-home-assistance .jams-section-footer .jams-phone .jams-btn-link:hover, .jams-home-assistance .jams-section-footer .jams-phone .jams-btn-link:focus {
  color: var(--jams-color-red-base);
}
@media screen and (max-width: 480px) {
  .jams-home-assistance .jams-section-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--jams-gutter-s);
  }
.jams-home-assistance .jams-section-footer .jams-phone {
    margin-left: 0;
  }
}
.jams-home-thinking .jams-thinking-articles {
  display: flex;
  padding-bottom: var(--jams-gutter);
}
@media screen and (max-width: 767px) {
  .jams-home-thinking .jams-thinking-articles {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .jams-home-thinking .jams-thinking-articles {
    flex-direction: column;
  }
}
.jams-home-thinking .jams-article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 100%;
  min-width: 200px;
}
.jams-home-thinking .jams-article {
  margin-right: var(--jams-gutter-l);
}
.jams-home-thinking .jams-article:hover .article-media img, .jams-home-thinking .jams-article:focus-within .article-media img {
  filter: grayscale(75%);
}
.jams-home-thinking .jams-article .article-body > * {
  margin-top: var(--jams-gutter);
}
.jams-home-thinking .jams-article .article-media {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  background-color: var(--jams-color-gray-base);
  background-image: url("/assets/img/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96px auto;
  transition: all 0.3s ease;
}
.jams-home-thinking .jams-article .article-media img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .jams-home-thinking .jams-article {
    flex-direction: row;
    margin: 0;
    margin-top: var(--jams-gutter-l);
  }
  .jams-home-thinking .jams-article .article-media-link {
    flex: 0 0 33%;
  }
  .jams-home-thinking .jams-article .article-media {
    border-radius: 6px;
    font-size: 0;
  }
  .jams-home-thinking .jams-article .article-media img {
    border-radius: 6px;
    height: auto;
  }
  .jams-home-thinking .jams-article .article-body {
    margin-left: var(--jams-gutter);
    margin-left: var(--jams-gutter);
  }
  .jams-home-thinking .jams-article .article-body > *:not(:first-child) {
    margin-top: var(--jams-gutter-s);
  }
  .jams-home-thinking .jams-article .article-body > *:first-child {
    margin-top: 0;
  }
  .jams-home-thinking .jams-article .article-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jams-home-thinking .jams-article .jams-article-topics {
    order: 2;
    font-size: 0.9rem;
		height: 2rem;
    margin-top: var(--jams-gutter-s);
  }
  .jams-home-thinking .jams-article .jams-article-title {
    font-size: 1.2rem;
  }
  .jams-home-thinking .jams-article .jams-author-image {
    display: none;
  }
  .jams-home-thinking .jams-article .jams-author-name {
    font-size: 0.9rem;
  }
  .jams-home-thinking .jams-article p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .jams-home-thinking .jams-article .jams-article-topics {
    height: 1.775rem;
  }
  .jams-home-thinking .jams-article .jams-article-topic {
    font-size: 0.775rem;
    letter-spacing: 0;
  }
}
.jams-home-thinking .jams-article .article-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.jams-home-thinking .jams-article .article-link {
  display: block;
  color: var(--jams-color-blue-base);
  text-decoration: none;
  transition: color 0.2s ease;
}
.jams-home-thinking .jams-article .article-link:hover, .jams-home-thinking .jams-article .article-link:focus {
  color: var(--jams-color-red-base);
  outline-width: 1px;
  outline-offset: -1px;
}
.jams-home-thinking .jams-article .jams-article-title {
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: 0;
}
.jams-home-thinking .jams-article p {
  color: #111;
  font-family: var(--jams-font-secondary);
}
.jams-home-thinking .article-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.jams-home-thinking .article-author .jams-author-name {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--jams-color-gray-dark);
}
.jams-home-thinking .article-author .jams-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: var(--jams-gutter-s);
}
.jams-home-thinking .article-author .jams-author-image img {
  object-fit: cover;
  border-radius: 50%;
}
.jams-home-thinking .author-link:hover .author-name,
.jams-home-thinking .author-link:focus .author-name {
  text-decoration: none;
}
.jams-home-thinking .jams-article-topics {	
  height: 2.25rem;	
  overflow: hidden;	
}
.jams-home-thinking .jams-article-topic {
  font-family: var(--jams-font-primary);	
  display: inline-block;
  border-radius: 4px;
  margin-bottom: var(--jams-gutter-xs);
  padding: var(--jams-gutter-xs) var(--jams-gutter-s);
  background-color: var(--jams-color-yellow-base);
  color: var(--jams-color-blue-base);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.jams-home-thinking .jams-article-topic:hover, .jams-home-thinking .jams-article-topic:focus {
  color: #fff;
  background-color: var(--jams-color-blue-base);
}
.jams-home-newcomers {
  background-color: var(--jams-color-gray-base);
}
.jams-home-newcomers .jams-container {
  flex-direction: row;
}
.jams-home-newcomers .jams-profiles {
  padding: var(--jams-gutter) 54px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .jams-home-newcomers .jams-profiles {
    padding-left: 0;
    padding-right: 0;
  }
}
.jams-home-newcomers .jams-profiles .slider-control {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.jams-home-newcomers .jams-profiles .slider-control .jams-btn {
  padding: var(--jams-gutter-xs);
}
.jams-home-newcomers .jams-profiles .slider-control .jams-btn:active {
  transform: scale(0.9);
}
.jams-home-newcomers .jams-profiles .slider-control .jams-btn:active:disabled {
  transform: none;
}
.jams-home-newcomers .jams-profiles .slider-control-prev {
  left: 0;
}
.jams-home-newcomers .jams-profiles .slider-control-next {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .jams-home-newcomers .jams-profiles .slider-control {
    display: none;
  }
}
.jams-home-newcomers .jams-profile-items {
  display: flex;
  flex-wrap: nowrap;
  padding: var(--jams-gutter) var(--jams-gutter-s);
  scroll-padding: var(--jams-gutter-s);
}
@media screen and (min-width: 1280px) {
  @supports not (scroll-behavior: smooth) {
    .jams-home-newcomers .jams-profile-items::after {
      content: " ";
      width: 0;
      border-right: var(--jams-gutter-s) solid transparent;
    }
  }
}
.jams-home-newcomers .jams-profile-item {
  scroll-snap-align: start;
  width: 252px;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  color: var(--jams-color-blue-base);
}
.jams-home-newcomers .jams-profile-item:not(:first-child) {
  margin-left: var(--jams-gutter-m);
}
.jams-home-newcomers .jams-profile-item .profile-body {
  padding: var(--jams-gutter-s) var(--jams-gutter) var(--jams-gutter);
}
.jams-home-newcomers .jams-profile-item .profile-body .expand {
  display: block;
  text-align: right;
}
.jams-home-newcomers .jams-profile-item .profile-media img {
  border-radius: 12px 12px 0 0;
  filter: sepia(0.25);
  object-fit: cover;
}
.jams-home-newcomers .jams-profile-item a {
  color: inherit;
  text-decoration: none;
}
.jams-home-newcomers .jams-profile-item a:hover, .jams-home-newcomers .jams-profile-item a:focus {
  color: var(--jams-color-red-base);
}
.jams-home-newcomers .jams-profile-item .details {
  position: absolute;
}
.jams-home-newcomers .jams-profile-item:hover .profile-details, .jams-home-newcomers .jams-profile-item:focus-within .profile-details {
  visibility: visible;
  pointer-events: all;
  animation: jamsSlideUp 0.3s ease forwards;
}
.jams-home-newcomers .jams-profile-item:hover .expand, .jams-home-newcomers .jams-profile-item:focus-within .expand {
  visibility: hidden;
}
.jams-home-newcomers .profile-details-container {
  position: relative;
}
.jams-home-newcomers .profile-details-container .profile-details {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  padding: var(--jams-gutter);
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.jams-home-newcomers .profile-details-container .profile-details::after {	
  content: "";	
  position: absolute;	
  bottom: 0;	
  left: 0;	
  width: calc(100% - var(--jams-gutter-m));	
  height: 16px;	
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));	
}
.jams-home-newcomers .profile-details-container .details-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--jams-gutter-s);
  border-bottom: 2px solid var(--jams-color-yellow-base);
  margin-bottom: var(--jams-gutter-xs);
}
.jams-home-newcomers .profile-details-container .full-profile-link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23011541'%3E%3Cpath fill-rule='evenodd' d='M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: var(--jams-gutter-m);
}
.jams-home-newcomers .profile-details-container .full-profile-link:hover, .jams-home-newcomers .profile-details-container .full-profile-link:focus {
  color: var(--jams-color-red-base);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%238f3237'%3E%3Cpath fill-rule='evenodd' d='M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.jams-home-newcomers .profile-details-container .profile-practices {
  padding: var(--jams-gutter) var(--jams-gutter-m);
  max-height: 100%;
  scrollbar-color: var(--jams-color-blue-base);
  scrollbar-width: thin;
  animation-delay: 0.3s;	
}
.jams-home-newcomers .profile-details-container .profile-practices::-webkit-scrollbar {
  width: 6px;
}
.jams-home-newcomers .profile-details-container .profile-practices::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.jams-home-newcomers .profile-details-container .profile-practices::-webkit-scrollbar-thumb {
  background-color: var(--jams-color-gray-dark);
  outline: 0;
  border-radius: 12px;
}
.jams-home-newcomers .profile-details-container .profile-practices ul,
.jams-home-newcomers .profile-details-container .profile-practices li {
  margin: 0;
  padding: 0;
  list-style-type: square;
}
.jams-home-newcomers .profile-details-container .profile-practices ul {	
  padding-bottom: var(--jams-gutter);
}
.jams-home-newcomers .profile-details-container .profile-practices li {
  font-family: var(--jams-font-secondary);
  font-size: 1.25;
}
.jams-home-newcomers .jams-section-footer .buttons-container {
  max-width: 332px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.jams-home-newcomers .jams-section-footer .jams-btn {
  width: 100%;
  font-size: 0.9rem;
}
.jams-home-newcomers .jams-section-footer .jams-btn:not(:first-child) {
  margin-top: var(--jams-gutter);
}
@keyframes jamsSlideUp {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.jams-home-services .jams-services-container {
  display: flex;
  align-items: center;
  padding: var(--jams-gutter) var(--jams-gutter-l);
}
@media screen and (max-width: 1024px) {
  .jams-home-services .jams-services-container {
    padding: var(--jams-gutter) var(--jams-gutter-l);
    padding-left: 0;
    padding-right: 0;
  }
}
.jams-home-services .jams-services-nav {
  width: 33%;
  height: 100%;
  flex-shrink: 0;
  border-right: 1px solid var(--jams-color-yellow-base);
  padding: var(--jams-gutter) 0;
}
@media screen and (max-width: 480px) {
  .jams-home-services .jams-services-nav {
    display: none;
  }
}
.jams-home-services .services-nav-item {
  position: relative;
  padding: var(--jams-gutter-xs);
  width: 100%;
}
.jams-home-services .services-nav-item .jams-btn {
  font-size: 1.2rem;
  padding: var(--jams-gutter-s) var(--jams-gutter);
  padding-left: 0;
  color: var(--jams-color-blue-dark);
  font-weight: 300;
  width: 100%;
  justify-content: flex-start;
  letter-spacing: 0.5px;
}
.jams-home-services .services-nav-item.active:before {
  position: absolute;
  content: "";
  right: -9px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  background-color: #fff;
  border-color: var(--jams-color-yellow-base);
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 18px;
  height: 18px;
  z-index: 2;
}
.jams-home-services .services-nav-item.active .jams-btn {
  font-weight: 700;
}
.jams-home-services .jams-services-panels {
  border-left: 1px solid var(--jams-color-yellow-base);
  margin-left: -1px;
}
@media screen and (max-width: 480px) {
  .jams-home-services .jams-services-panels {
    border-left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.jams-home-services .services-panel {	
  display: none;	
  width: 100%;	
  padding: var(--jams-gutter-l) 3rem;	
  gap: var(--jams-gutter-l);	
  scroll-margin-top: 72px;	
  /*	
  .jams-link {	
    text-decoration: none;	
    font-size: 1.1rem;	
    font-weight: 700;	
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23011541'%3E%3Cpath fill-rule='evenodd' d='M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z' clip-rule='evenodd' /%3E%3C/svg%3E");	
    background-position: center right;	
    background-repeat: no-repeat;	
    background-size: 18px;	
    padding-right: var(--jams-gutter-m);	
    transition: all 0.2s ease;	
    &:hover,	
    &:focus {	
      color: var(--jams-color-red-base);	
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%238f3237'%3E%3Cpath fill-rule='evenodd' d='M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z' clip-rule='evenodd' /%3E%3C/svg%3E");	
    }	
  }	
  */	
}
@media screen and (max-width: 480px) {
  .jams-home-services .services-panel {
    display: block;
    margin-bottom: var(--jams-gutter-s);
    padding: 0;
  }
}
.jams-home-services .services-panel.active {
  display: flex;
}
.jams-home-services .services-panel .panel-toggle {
  display: none;
  background: var(--jams-color-gray-base);
  padding: var(--jams-gutter-s) var(--jams-gutter);
  list-style: none;
  cursor: pointer;
}
.jams-home-services .services-panel .panel-toggle::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 480px) {
  .jams-home-services .services-panel .panel-toggle {
    display: block;
  }
}
.jams-home-services .services-panel .panel-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  animation: fadePanelIn 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .jams-home-services .services-panel .panel-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .jams-home-services .services-panel .panel-body {
    flex-direction: column;
    padding: var(--jams-gutter) var(--jams-gutter);
  }
}
.jams-home-services .services-panel .panel-media {
  width: 240px;
  flex-shrink: 0;
  margin-right: var(--jams-gutter-l);
}
@media screen and (max-width: 1024px) {
  .jams-home-services .services-panel .panel-media {
    margin-right: 0;
    margin-bottom: var(--jams-gutter-l);
  }
}
.jams-home-services .services-panel .panel-media img {
  border-radius: 6px;
}
.jams-home-services .services-panel .panel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.jams-home-services .services-panel .panel-content p {
  font-family: var(--jams-font-secondary);
  font-size: 1.1rem;
}
.jams-home-services .services-panel .panel-content a {
  margin-top: var(--jams-gutter);
  white-space: inherit;	
  text-decoration: none;
  font-size: 0.9rem;
}
.jams-home-services .services-panel .panel-title {
  margin-bottom: 0;
  color: var(--jams-color-blue-dark);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.jams-home-services .services-panel .panel-title::after {
  content: "+";
  font-size: 2rem;
  font-weight: 900;
}
.jams-home-services .services-panel[open] .panel-title::after {
  content: "-";
}
.jams-home-services .services-panel .jams-heading-medium,
.jams-home-services .services-panel .jams-link {
  color: var(--jams-color-blue-dark);
}
.jams-home-services .services-panel .jams-link:hover, .jams-home-services .services-panel .jams-link:focus {
  color: var(--jams-color-red-base);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%238f3237'%3E%3Cpath fill-rule='evenodd' d='M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
@keyframes fadePanelIn {
  from {
    opacity: 0.2;
    transform: scale(0.8);
  }
}
.jams-home-about {
  color: var(--jams-color-gray-base);
  position: relative;
}
.jams-home-about.jams-home-section .jams-section-header {
  color: inherit;
  background-color: transparent;
}
.jams-home-about .about-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
.jams-home-about .about-media img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  margin: 0 auto;
}
@media screen and (min-width: 1800px) {
  .jams-home-about .about-media img {
    width: 100%;
  }
}
.jams-home-about .simpleParallax {
  height: 100%;
}
.jams-home-about .jams-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.jams-home-about .jams-heading-large,
.jams-home-about .jams-heading-x-large {
  line-height: 1.2;
  max-width: 15ch;
}
.jams-home-about .jams-heading-large {
  margin-bottom: var(--jams-gutter-xs);
  font-weight: 300;
}
.jams-home-about .about-content {
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .jams-home-about .about-content {
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .jams-home-about .about-content {
    max-width: initial;
  }
}
.jams-home-about .about-body {
  padding: var(--jams-gutter) 0;
  font-size: 1.2rem;
}
.jams-home-about .about-buttons {
  display: flex;
  padding: var(--jams-gutter-m) 0 0;
}
.jams-home-about .about-buttons .jams-btn {
  flex-grow: 1;
}
.jams-home-about .about-buttons .jams-btn:not(:first-child) {
  margin-left: var(--jams-gutter);
}
@media screen and (max-width: 480px) {
  .jams-home-about .about-buttons .jams-btn:not(:first-child) {
    margin-left: 0;
    margin-top: var(--jams-gutter);
  }
}
@media screen and (max-width: 480px) {
  .jams-home-about .about-buttons {
    flex-direction: column;
  }
}
.jams-home-about .jams-btn.jams-btn-outline {
  padding-left: var(--jams-gutter-l);
  padding-right: var(--jams-gutter-l);
}
.jams-home-events .jams-events-items {
  display: flex;
  justify-content: stretch;
  flex-wrap: nowrap;
  padding: var(--jams-gutter-s) 0;
  text-align: left;
}
.jams-home-events .events-item {
  flex: 1;
  flex-basis: 20%;
  scroll-snap-align: start;
  padding: var(--jams-gutter);
  min-width: 200px;
  aspect-ratio: 1/1;
  background-color: var(--jams-color-gray-base);
  color: var(--jams-color-blue-base);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.jams-home-events .events-item:not(:first-child) {
  margin-left: var(--jams-gutter-s);
}
.jams-home-events .events-item a {
    text-decoration: none;
    color: inherit;
}
@media screen and (max-width: 1024px) {
  .jams-home-events .events-item {
    min-width: min(100vw - var(--jams-gutter-l), 220px);
  }
}
.jams-home-events .events-item .item-body {
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-line-clamp: 5;
}
.jams-home-events .events-item:hover {
  background-color: var(--jams-color-orange-base);
  color: #fff;
}
@media screen and (hover: hover) {	
  .jams-home-events .events-item:hover {	
    transition: all 0.2s ease-in-out;	
  }	
  .jams-home-events .events-item:hover .jams-heading-underline-small::after {	
    animation: maxUnderline 0.3s linear forwards;	
  }	
}
.jams-home-events .events-item:nth-child(2n):hover {
  background-color: var(--jams-color-gray-hover);
}
.jams-home-events .events-item:nth-child(3n):hover {
  background-color: var(--jams-color-teal-base);
}
@keyframes maxUnderline {
  to {
    max-width: 100%;
  }
}
.jams-home-news .jams-news-items {
  display: flex;
}
@media screen and (max-width: 480px) {
  .jams-home-news .jams-news-items {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .jams-home-news .jams-news-items {
    flex-wrap: wrap;
  }
}
.jams-home-news .jams-news-item + .jams-news-item {
  margin-left: var(--jams-gutter-l);
}
@media screen and (max-width: 767px) {
  .jams-home-news .jams-news-item + .jams-news-item {
    margin-top: var(--jams-gutter);
  }
}
@media screen and (max-width: 480px) {
  .jams-home-news .jams-news-item + .jams-news-item {
    margin-left: 0;
  }
}
.jams-home-news .jams-news-item {
  flex: 1;
  flex-basis: 220px;
}
@media screen and (max-width: 767px) {
  .jams-home-news .jams-news-item:first-child {
    min-width: 100%;
  }
  .jams-home-news .jams-news-item:nth-child(2) {
    margin-left: 0;
  }
}
.jams-home-news .jams-news-item .item-media {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--jams-color-gray-base);
  background-image: url("/assets/img/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96px auto;
}
.jams-home-news .jams-news-item .item-media img {
  width: 100%;
  height: auto;
  border-radius: 6px;  
  object-fit: cover;
}
.jams-home-news .jams-news-item a {
  display: block;
  display: flex;
  flex-direction: column;
  color: var(--jams-color-blue-base);
  text-decoration: none;
  transition: color 0.2s ease;
}
.jams-home-news .jams-news-item a > * + * {
  margin-top: var(--jams-gutter-s);
}
.jams-home-news .jams-news-item a:hover, .jams-home-news .jams-news-item a:focus {
  color: var(--jams-color-red-base);
  outline-width: 1px;
  outline-offset: -1px;
}
.jams-home-news .jams-news-item .jams-heading {
  margin-bottom: 0;
  font-family: var(--jams-font-primary);
  text-align: left;
}
.jams-home-news .jams-news-item p {
  color: #111;
  text-align: left;
}
.jams-hero-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.jams-hero-slider-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-slide-content {
    top: auto;
    bottom: 112px;
  }
}
.jams-hero-slider-slide-content .jams-heading-large {
  font-size: 50px;
  color: inherit;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-slide-content .jams-heading-large {
    font-size: 2rem;
  }
}
.jams-hero-slider-slide-content .jams-container {
  padding: 4rem var(--jams-gutter) 0;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .jams-hero-slider-slide-content .jams-container {
    padding: 4rem var(--jams-gutter-m) 0;
  }
}
.jams-hero-slider-slide .slide-body {
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .jams-hero-slider-slide .slide-body {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-slide .slide-body {
    max-width: 100%;
  }
}
.jams-hero-slider-slide .slide-body .jams-link {
  color: inherit;
  text-decoration: none;
}
.jams-hero-slider-slide .slide-summary {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-slide .slide-summary {
    display: none;
  }
}
.jams-hero-slider-slide .slide-btn-container {
  padding-top: var(--jams-gutter-l);
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-slide .slide-btn-container {
    padding-top: var(--jams-gutter-s);
  }
}
.jams-hero-slider-slide-media {
  width: 100%;
  height: 100%;
  display: flex;
}
.jams-hero-slider-slide-media picture {
  width: 100%;
  height: 100%;
}
.jams-hero-slider-slide-media img {
  object-fit: cover;
  max-width: initial;
  max-height: initial;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.jams-hero-slider-slide.active {
  visibility: visible;
  opacity: 1;
}
.jams-hero-slider-slide.active .slide-body {
  animation: slideInContent 0.5s ease-in-out;
}
.jams-hero-slider-slide.active.from-left .slide-body {
  animation: slideInContentLeft 0.5s ease-in-out;
}
.auto .active .jams-hero-slider-slide-media img {
  animation: scaleOutImg 10s ease;
  animation-fill-mode: forwards;
}
@keyframes slideInContent {
  from {
    transform: translateX(30%);
    opacity: 0.5;
  }
}
@keyframes slideInContentLeft {
  from {
    transform: translateX(-30%);
    opacity: 0.5;
  }
}
@keyframes scaleOutImg {
  to {
    transform: scale(1.1);
  }
}
.jams-hero-slider {
  background-color: var(--jams-color-blue-dark);
  padding: 0 !important;
}
.jams-hero-slider-wrapper {
  --sh: 600px;
  width: 100%;
  max-width: 100%;
  height: var(--sh);
  position: relative;
  margin: 0 auto;
  font-family: var(--jams-font-primary);
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-wrapper {
    --sh: 485px;
  }
}
.jams-hero-slider-wrapper .jams-slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--jams-gutter) 0;
}
.jams-hero-slider-wrapper .jams-slider-nav .jams-container {
  flex-direction: row;
  padding-left: var(--jams-gutter-s);
  padding-right: var(--jams-gutter-s);
}
@media screen and (min-width: 1280px) {
  .jams-hero-slider-wrapper .jams-slider-nav .jams-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.jams-hero-slider-wrapper .jams-slider-nav-item {
  flex: 1;
}
.jams-hero-slider-wrapper .jams-slider-nav-btn {
  outline: 0;
  border: 0;
  background-color: transparent;
  color: var(--jams-color-gray-light);
  opacity: 0.5;
  width: 100%;
  text-align: left;
  padding: var(--jams-gutter-s) var(--jams-gutter);
  position: relative;
  cursor: pointer;
}
.jams-hero-slider-wrapper .jams-slider-nav-btn-progress {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background-color: var(--jams-color-gray-light);
  margin-bottom: var(--jams-gutter-s);
}
.jams-hero-slider-wrapper .jams-slider-nav-btn:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
}
.jams-hero-slider-wrapper .jams-slider-nav-btn-topic {
  text-transform: uppercase;
  font-weight: 400;
  padding: var(--jams-gutter-xs) 0;
  letter-spacing: 1px;
}
.jams-hero-slider-wrapper .jams-slider-nav-btn-title {
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .jams-hero-slider-wrapper .jams-slider-nav-btn-topic, .jams-hero-slider-wrapper .jams-slider-nav-btn-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-wrapper .jams-slider-nav-btn-topic, .jams-hero-slider-wrapper .jams-slider-nav-btn-title {
    display: none;
  }
}
.jams-hero-slider-wrapper .jams-slider-nav-item.active .jams-slider-nav-btn {
  color: #fff;
  opacity: 1;
}
.jams-hero-slider-wrapper .jams-slider-nav-item.active .jams-slider-nav-btn .jams-slider-nav-btn-progress {
  background-color: #fff;
}
.jams-hero-slider-wrapper .jams-slider-nav-item.active .jams-slider-nav-btn .jams-slider-nav-btn-progress:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: var(--jams-color-yellow-base);
  animation: 0.1s slideIndicator linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1024px) {
  .jams-hero-slider-wrapper .jams-slider-nav {
    padding: var(--jams-gutter-s) 0;
  }
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-wrapper .jams-slider-nav {
    gap: var(--jams-gutter-xs);
    flex-direction: column;
  }
}
.jams-hero-slider-wrapper .jams-slider-nav .jams-mobile-title {
  display: none;
  height: 56px;
  width: 100%;
  color: #fff;
  padding: 0 var(--jams-gutter-m) var(--jams-gutter-s);
  text-align: left;
}
.jams-hero-slider-wrapper .jams-slider-nav .jams-mobile-title p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .jams-hero-slider-wrapper .jams-slider-nav .jams-mobile-title {
    display: block;
  }
}
.jams-hero-slider-wrapper.auto .jams-slider-nav-item.active .jams-slider-nav-btn .jams-slider-nav-btn-progress {
  background-color: #fff;
}
.jams-hero-slider-wrapper.auto .jams-slider-nav-item.active .jams-slider-nav-btn .jams-slider-nav-btn-progress:before {
  animation-duration: 5s;
}
.jams-hero-slider-slides {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@keyframes slideIndicator {
  to {
    width: 100%;
  }
}
.jams-home-section {
  padding: var(--jams-gutter-l) 0;
  font-family: var(--jams-font-primary);
  /*background-color: var(--jams-color-white-base);*/
}
.jams-home-section .jams-container {
  flex-direction: column;
}
.jams-home-section .jams-section-header {
  color: var(--jams-color-blue-base);
  background-color: transparent;
  text-align: left;
}
.jams-home-section .jams-section-header .jams-heading-medium {
  /*margin-bottom: 0;*/
}
.jams-home-section .jams-section-header .jams-heading-small {
  font-weight: 400;
  font-family: var(--jams-font-secondary);
}
.jams-home-section .jams-section-footer {
  text-align: center;
  padding-top: var(--jams-gutter);
}
.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}