:root {
  --container-margin: (100vw - 1260px) / 2;
  --navbar-height: 62px;
}

@media (max-width: 1300px) {
  :root {
    --container-margin: (100vw - 1000px) / 2;
    --navbar-height: 64px;
  }
}

@media (max-width: 1100px) {
  :root {
    --container-margin: (100vw - 700px) / 2;
    --navbar-height: 52px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-margin: (100vw - 500px) / 2;
  }
}

@media (max-width: 576px) {
  :root {
    --container-margin: 15px;
  }
}

.subscription-card .image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
}

.subscription-card .date {
  color: #ffffff;
  margin-bottom: 12px;
}

.subscription-card .name {
  margin-bottom: 0;
  color: #ffffff;
}

.subscription-card.shr-card-default .date {
  font-size: 0.875rem;
  line-height: 1.25;
}

.subscription-card.shr-card-default .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 1300px) {
  .subscription-card.shr-card-default .name {
    font-size: 1.5rem;
  }
}

@media (max-width: 1100px) {
  .subscription-card.shr-card-default .name {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .subscription-card.shr-card-default .name {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .subscription-card.shr-card-default .name {
    font-size: 2rem;
  }
}

.subscription-card.shr-card-small .image-content {
  padding: 15px;
}

.subscription-card.shr-card-small .date {
  font-size: 11px;
  line-height: 1;
  margin-bottom: 5px;
}

.subscription-card.shr-card-small .name {
  font-size: 15px;
  font-weight: 700;
  line-height: 13px;
}

@media (max-width: 1300px) {
  .subscription-card.shr-card-small .name {
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  .subscription-card.shr-card-small .name {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .subscription-card.shr-card-small .name {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .subscription-card.shr-card-small .name {
    font-size: 15px;
  }
}

.table-button {
  padding: 6px 12px;
  color: #f0af36 !important;
  border: solid 1px #f0af36 !important;
  text-align: center;
  display: block;
  font-weight: 700;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-button:hover {
  text-decoration: underline;
}

.table-button img {
  margin-right: 6px;
}

.shr-btn {
  line-height: 1.25;
  font-weight: 700;
  padding: 12px 24px;
  outline: none;
  text-decoration: none !important;
  border: solid 1px #f0af36 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shr-btn img {
  margin-right: 5px;
}

.shr-btn.shr-btn-sm {
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 150px;
  display: block;
}

.shr-btn-outline {
  color: #f0af36 !important;
  background-color: #fff !important;
  border-color: #f0af36 !important;
}

.shr-btn-outline:hover {
  color: #eea215;
  border-color: #eea215;
}

.shr-btn-full {
  color: #fff;
  border-color: #f0af36 !important;
  background-color: #f0af36;
}

.shr-btn-full:hover {
  color: #fff;
  background-color: #eea215;
}

.info-wrapper {
  z-index: 2;
  top: -15px;
}

@media (max-width: 768px) {
  .info-wrapper {
    top: 0;
  }
}

.info-wrapper .info {
  color: #304a70;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  padding: 24px 18px;
  background-color: #ffffff;
  margin-bottom: 32px;
}

.info-wrapper .info .event-details {
  display: flex;
}

.info-wrapper .info .event-details .shr-btn:first-of-type {
  margin-right: 15px;
}

.info-wrapper .info .event-details .data-container {
  padding: 0 12px;
  border-left: solid 1px #cdd3db;
}

.info-wrapper .info .event-details .data-container:first-of-type {
  padding-left: 0;
  border-left: none;
}

.info-wrapper .info .event-details .data-container .label {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
}

.info-wrapper .info .event-details .data-container .value {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.info-wrapper .info .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.info-wrapper .info .price .euroshort {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 4px;
}

.info-wrapper .info .subscription-details {
  display: flex;
}

.info-wrapper .info .subscription-details .price {
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 32px;
}

.info-wrapper .info .subscription-details .price::first-letter {
  font-size: 0.75rem;
  font-weight: 400;
}

.info-wrapper .info .subscription-details .submit {
  font-size: 1rem;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 700;
  background-color: #f0af36;
  padding: 12px 24px;
}

@media (min-width: 768px) {
  .info-wrapper {
    z-index: 4;
  }

  .info-wrapper.pinned {
    background-color: #ffffff;
  }

  .info-wrapper.pinned .info {
    position: fixed !important;
    top: var(--navbar-height);
    transform: translateX(-50%);
    left: 50%;
    width: calc(100% - 2 * var(--container-margin));
    box-shadow: none;
  }
}

@media (min-width: 768px) and (min-width: 769px) {
  .info-wrapper.pinned .info::after {
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .info-wrapper {
    position: relative;
  }

  .info-wrapper .info {
    flex-direction: column;
    align-items: center;
  }

  .info-wrapper .info .subscription-details {
    margin: 0;
    margin-top: 24px;
  }

  .info-wrapper .info .subscription-details .price {
    margin-left: 0;
  }
}

@media (max-width: 573px) {
  .info-wrapper .info .event-details {
    flex-wrap: wrap;
  }

  .info-wrapper .info .event-details .data-container {
    flex-basis: 50%;
    border: none;
    padding: 6px 12px !important;
  }
}

.details {
  background-color: #fdf7eb;
  display: grid;
  grid-template-columns: auto 1fr;
  color: #304a70;
  padding: 18px 0;
}

.details .label {
  margin: 0;
  padding: 6px 18px;
  font-size: 0.75rem;
  line-height: 1.2;
  border-right: solid 1px #f0af36;
  text-transform: uppercase;
  text-align: right;
}

.details .label:first-of-type {
  padding-top: 0;
}

.details .label:last-of-type {
  padding-bottom: 0;
}

.details .value {
  margin: 0;
  padding: 6px 18px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
}

.details .value:first-of-type {
  padding-top: 0;
}

.details .value:last-of-type {
  padding-bottom: 0;
}

.form-container .field {
  padding: 12px;
  font-size: 1rem;
  line-height: 1.25;
  width: 100%;
  border: 1px solid #d2d2d2;
  outline: none;
  color: #304a70;
  transition: 0.3s ease;
}

.form-container .field:focus {
  border-color: #304a70;
}

.wrapper {
  padding-top: calc(var(--navbar-height) + 48px);
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.page-title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  max-width: 620px;
  width: 100%;
  color: #304a70;
  margin-top: 12px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 26px;
  }
}

.page-title b {
  font-weight: 700;
}

p {
  min-height: 1rem;
}

.text-dark-green {
  color: #008389;
}

.text-orange {
  color: #eb5d40;
}

.text-blue-green {
  color: #187481;
}

.header-title {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: 0em;
  color: #304a70;
}

.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  margin: 18px 0;
}

.breadcrumb-wrapper .breadcrumb-link {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #304a70;
  text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb-link:last-of-type {
  opacity: 0.5;
}

span.speakers-item + span.speakers-item::before {
  content: " | ";
}

span.type-item + span.type-item::before {
  content: ", ";
}

.hero-image-container {
  position: relative;
  width: calc(100% + var(--container-margin));
}

.hero-image-container .hero-image {
  width: 100%;
}

@media (max-width: 1100px) {
  .hero-image-container {
    width: calc(100% + 2 * var(--container-margin));
    left: calc(-1 * var(--container-margin));
  }
}

.event-card {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease;
}

@media (max-width: 576px) {
  .event-card {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
  }
}

.event-card img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.event-card .content {
  flex: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: 12px;
  background-color: #ffffff;
}

.event-card .content .date {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #8392a9;
}

.event-card .content .title {
  flex: 1;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  color: #304a70;
}

.event-card .content .description {
  margin: 18px 0;
  font-size: 0.8rem;
  line-height: 1.25;
  color: #304a70;
}

.event-card .content .bottom-card-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-card .content .bottom-card-section * {
  margin: 0;
}

.event-card .content .bottom-card-section .price {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #304a70;
}

.event-card .content .bottom-card-section .price b {
  font-weight: 700;
  font-size: 1.125rem;
}

.event-card .content .bottom-card-section .button {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  color: #f0af36;
  transition: 0.3s ease;
  transform-origin: bottom;
  text-decoration: none;
  padding: 12px 0;
}

.event-card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.event-card:hover .content .bottom-card-section .button {
  color: #ffffff;
  padding: 12px 24px;
  background-color: #f0af36;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}

.pagination-container .arrow {
  display: block;
  margin: 0 16px;
}

.pagination-container .arrow img {
  height: 24px;
}

.pagination-container .item {
  margin: 0 10px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #304a70;
  text-decoration: none;
  cursor: pointer;
}

.pagination-container .item span {
  line-height: 1.5;
  font-size: 0.875rem;
}

.pagination-container .current {
  background-color: #304a70;
}

.pagination-container .current span {
  font-weight: 700;
  color: #ffffff;
}

#video-open {
  display: none !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 9999;
}

#video-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

button {
  outline: none !important;
  border: 0 !important;
}

a.link {
  position: relative;
}

a.link .link-icon {
  display: inline-block;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateX(0);
}

a.link:hover .link-icon {
  transform: translateX(3px);
}

.text-blue {
  color: #304a70;
}

.text-yellow {
  color: #f0af36;
}

.bg-blue {
  background-color: #304a70;
}

.bg-light-blue {
  background-color: #ebf8f6;
}

.bg-yellow {
  background-color: #f0af36;
}

.hrcamp-numbers > div {
  padding: 60px 40px 30px 25px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1px;
  word-spacing: 100vw;
  line-height: 32px;
}

.blue-corner::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 20px;
  width: 200px;
  height: 130px;
  background-color: #ebf8f6;
  z-index: -1;
}

@media (min-width: 768px) {
  .hrcamp-numbers > div {
    padding: 60px 40px 30px 50px;
  }
}

.waiting-list {
  width: 100%;
  font-size: 0.75rem;
  text-align: right;
}

