.job-fair {
  --jf-primary: #d71e1e;
  --jf-primary-hover: #bc1b1b;
  --jf-white: #fff;
  --jf-black: #000;
  --jf-text-gradient-end: rgba(255, 255, 255, 0);
  --bs-body-bg: var(--jf-white);
  --bs-body-color: var(--jf-black);
}

.btn-primary {
  --bs-btn-color: var(--jf-white);
  --bs-btn-bg: var(--jf-primary);
  --bs-btn-border-color: var(--jf-primary);
  --bs-btn-hover-bg: var(--jf-primary-hover);
  --bs-btn-hover-border-color: var(--jf-primary-hover);
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-border-radius: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.75rem;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
}

.btn-secondary {
  --bs-btn-color: var(--jf-black);
  --bs-btn-bg: var(--jf-white);
  --bs-btn-border-color: var(--bs-btn-bg);
  --bs-btn-hover-color: var(--bs-btn-color);
  --bs-btn-hover-bg: var(--bs-btn-bg);
  --bs-btn-hover-border-color: var(--bs-btn-bg);
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-border-radius: 0.75rem;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 1.75rem;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
}

.btn-primary .arrow #buttonArrow,
.btn-secondary .arrow #buttonArrow {
  fill: currentColor;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.btn-primary .arrow,
.btn-secondary .arrow {
  overflow: hidden;
  flex: none;
}

.btn-primary:hover > .arrow #buttonArrow,
.btn-secondary:hover > .arrow #buttonArrow {
  transform: translateX(32px);
}

.btn-primary .text,
.btn-secondary .text {
  display: inline-flex;
  flex-flow: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.5rem;
  text-align: left;
  white-space: nowrap;
}

.btn-primary .text .small,
.btn-secondary .text .small {
  font-size: 12px;
  font-weight: 400;
}

.btn-close-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-image: var(--bs-btn-close-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.btn-contact-us {
  --bs-btn-hover-bg: var(--jf-primary);
  --bs-btn-hover-border-color: var(--jf-primary);
  display: none;
  overflow-x: hidden;
  width: 11.75rem;
}

.btn-contact-us .icon,
.btn-contact-us .text,
.btn-contact-us .arrow {
  transition-property: transform;
  transition: .3s cubic-bezier(.4,.4,0,1);
}

.btn-contact-us .icon,
.btn-contact-us .text {
  transform: translateX(0);
}

.btn-contact-us:hover .icon {
  transform: translateX(-2rem);
}
.btn-contact-us:hover .text {
  transform: translateX(-1rem);
}

.btn-contact-us .arrow {
  display: inline-block;
  transform: scaleX(0) translateX(1rem);
  width: 0;
  flex: none;
}

.btn-contact-us:hover .arrow {
  transform: scaleX(100%) translateX(1rem);
  width: 28px;
}

@media screen and (min-width: 992px) {
  .btn-contact-us {
    display: inline-flex;
  }
}

.navbar-expand-lg.navbar.nav-job-fair {
  background-color: transparent;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  z-index: 100;
}

.nav-job-fair {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-job-fair .btn-close {
  --bs-btn-close-opacity: 1;
  --bs-btn-close-color: var(--bs-white);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--bs-white);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.nav-job-fair .navbar-toggler {
  position: absolute;
  display: flex;
  right: 1.25rem;
  top: 1.25rem;
  align-items: center;
  justify-content: center;
  background-color: var(--jf-primary);
  border-radius: 50% 50%;
  width: 3.125rem;
  height: 3.125rem;
}

.navbar-expand-lg.nav-job-fair .navbar-collapse {
  background: none;
  background-color: var(--jf-primary);
  padding: 0.75rem 1.25rem 3rem 1.25rem;
}

.nav-job-fair .nav-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: space-between;
}

.navbar-expand-lg.nav-job-fair .navbar-collapse .nav-content > .navbar {
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
  width: 100%;
}

.nav-job-fair .nav-content .navbar-nav {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: flex-start;
  gap: 2rem;
  padding: 4rem 0;
}

.nav-job-fair .navbar-nav .nav-item > a {
  display: inline-flex;
  flex-flow: column;
  padding: 0 1rem 0.5rem 1rem;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  justify-content: center;
}

.nav-job-fair .navbar-nav .nav-item > a .small {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.nav-job-fair .nav-contact-us {
  display: none;
}

.nav-job-fair .nav-footer {
  display: flex;
  padding: 0 2rem;
}

.nav-job-fair .nav-footer .footer-content {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  color: #fff;
  padding-top: 1rem;
}

.nav-job-fair .nav-footer .footer-content > p {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.32rem;
}

@media screen and (min-width: 992px) {
  .nav-job-fair .navbar-nav {
    display: inline-flex;
    flex-flow: row;
    background-color: var(--bs-white);
    border-radius: 0.75rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1.25rem;
  }

  .nav-job-fair .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg.nav-job-fair .navbar-collapse {
    background: none;
    background-color: transparent;
    padding: 0;
  }

  .nav-job-fair .nav-content {
    flex-flow: row;
    height: auto;
  }

  .navbar-expand-lg.nav-job-fair .navbar-collapse .nav-content > .navbar {
    display: none;
  }

  .nav-job-fair .nav-content .navbar-nav {
    flex-flow: row;
    flex: none;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
  }

  .nav-job-fair .navbar-nav .nav-item {
    transition-property: opacity;
    transition: .3s cubic-bezier(.4,.4,0,1);
    opacity: 1;
  }

  .nav-job-fair .navbar-nav .nav-item:hover {
    opacity: 0.5;
  }

  .nav-job-fair .navbar-nav .nav-item > a {
    font-size: 16px;
    color: #000;
  }

  .nav-job-fair .navbar-nav .nav-item > a .small {
    font-size: 12px;
    font-weight: 300;
  }

  .nav-job-fair .nav-contact-us {
    display: inline-block;
  }

  .nav-job-fair .nav-footer {
    display: none;
  }
}

.jobfair-hero {
  position: relative;
  display: block;
  width: calc(100vw - 0.5px);
  min-height: 37.625rem;
  aspect-ratio: 16/7;
  background-image: url(../assets/images/jobfair/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.jobfair-hero .hero-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, transparent 57%, var(--jf-primary) 100%);
}

.jobfair-hero .hero-content .flags {
  display: inline-block;
  width: 8.5rem;
}

.jobfair-hero .hero-content .flags > img {
  width: 100%;
  height: auto;
}

.jobfair-hero .hero-content .content h3 {
  font-size: clamp(1.25rem, 1.6vw + 0.75rem, 2.25rem);
  font-weight: 600;
  line-height: 1.35;
}

.jobfair-hero .hero-content .content h4 {
  font-size: clamp(1rem, 1vw + 0.75rem, 1.5rem);
  font-weight: 500;
  line-height: 1.45;
}

.jobfair-hero .hero-content .content .hero-subcopy,
.jobfair-hero .hero-content .content .hero-highlight {
  display: inline-block;
}

.jobfair-hero .hero-content .content .hero-highlight {
  font-size: clamp(1.15rem, 1.3vw + 0.85rem, 1.8rem);
  font-weight: 700;
}

.gradient-text {
  width: fit-content;
  height: fit-content;
  line-height: 1;
  font-size: clamp(3.5rem, 8vw + 2vh, 12rem);
  font-weight: 900;
  background: linear-gradient(
    to bottom,
    var(--jf-white) 0%,
    var(--jf-white) 50%,
    var(--jf-text-gradient-end) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-indo {
  color: var(--jf-primary);
}

.bg-indo {
  background: var(--jf-primary);
}

.border-indo {
  border: 1px solid var(--jf-primary);
}

.border-dashed {
  border-style: dashed;
}

.border-indo-top-0 {
  border-top: 0;
}

.section-block {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  margin-bottom: 2.25rem;
}

.section-heading h1 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.35rem;
  color: var(--jf-black);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
}

.section-kicker::before {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background-color: var(--jf-primary);
  content: "";
}

.section-kicker-light {
  color: var(--jf-white);
}

.section-kicker-light::before {
  background-color: var(--jf-white);
}

.benefits {
  scroll-margin-top: 6rem;
}

.benefits-box {
  max-width: 50rem;
}

.benefits-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.benefit-item {
  min-height: 10.5rem;
}

.benefit-item img {
  width: min(5rem, 34vw);
  height: auto;
  margin-bottom: 1.1rem;
}

.benefit-item p {
  max-width: 14rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.6;
}

.benefit-item p span {
  font-weight: 300;
}

.exhibition-section {
  border-radius: 0.75rem;
  margin-top: 4rem;
  padding-bottom: 5rem !important;
}

.exhibition-pricing {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.exhibition-price-card {
  min-height: 12rem;
  padding: 2rem 1.25rem;
}

.exhibition-price-card h2 {
  color: var(--jf-black);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
}

.exhibition-price-card .price {
  color: var(--jf-black);
  line-height: 1;
}

.exhibition-price-card .price strong {
  color: var(--jf-primary);
  font-size: clamp(3.25rem, 7vw, 4.5rem);
  font-weight: 700;
  line-height: 0.9;
}

.exhibition-price-card .price span {
  font-size: 1.1rem;
  font-weight: 600;
}

.exhibition-price-card .note {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
}

.exhibition-includes-heading h2 {
  color: var(--jf-black);
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.4;
}

.exhibition-includes-heading p {
  color: var(--jf-black);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.7;
}

.exhibition-includes-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2.75rem;
}

.exhibition-include-item {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}

.exhibition-include-item h3 {
  padding: 0.75rem 1rem;
  border-radius: 0.45rem;
  background-color: var(--jf-primary);
  color: var(--jf-white);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.exhibition-include-item h3 span {
  font-weight: 700;
}

.exhibition-include-item ul {
  flex-flow: column;
}

.exhibition-include-item li {
  position: relative;
  padding-left: 1rem;
  color: var(--jf-black);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.6;
}

.exhibition-include-item li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: var(--jf-primary);
  content: "";
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .exhibition-price-card {
    min-height: 11.5rem;
  }

  .exhibition-includes-grid {
    --bs-gutter-x: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .benefits-grid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.information {
  scroll-margin-top: 6rem;
}

.information-box {
  background-color: var(--jf-white);
}

.information-item h2 {
  margin: 0 0 0.75rem;
  color: var(--jf-primary);
  font-size: 1.58rem;
  font-weight: 700;
  line-height: 1.35;
}

.information-item p,
.information-item li {
  margin: 0;
  color: var(--jf-black);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
}

.information-item .small {
  font-size: 0.9rem;
  font-weight: 400;
}

.information-action {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 1rem;
  width: min(100%, 16rem);
  justify-content: space-between;
  margin-top: 0.75rem;
  overflow: hidden;
}

.information-action .text {
  margin-left: 0;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1;
}

.information-action .arrow {
  width: 2rem;
  height: 1rem;
}

.information-map-wrap {
  position: sticky;
  top: 6rem;
}

.information-map {
  display: block;
  width: 100%;
  min-height: 15rem;
  border: 0;
  border-radius: 1rem;
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  box-shadow: none;
  background-color: transparent;
}

.contact-form-panel {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-heading {
  margin-bottom: 2rem;
}

.contact-form {
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
}

.contact-field {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.contact-field label {
  font-size: 1.05rem;
  font-weight: 500;
}

.contact-field label span {
  color: var(--jf-primary);
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0.75rem;
  background-color: var(--jf-white);
  color: var(--jf-black);
  font: inherit;
  font-size: 1.05rem;
}

.contact-field input {
  min-height: 3rem;
  padding: 0 1rem;
}

.contact-field textarea {
  min-height: 8rem;
  padding: 1rem;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--jf-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 30, 30, 0.12);
}

.contact-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.contact-checks label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.contact-checks input {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: var(--jf-primary);
}

.contact-submit {
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 1.75rem;
  align-self: flex-start;
  margin-top: 0.5rem;
}

.contact-submit .text {
  margin-left: 0;
  margin-right: 0.5rem;
  font-size: 1.05rem;
}

.contact-visual {
  display: none;
}

@media screen and (min-width: 768px) {
  .information-map {
    min-height: 18rem;
  }
}

@media screen and (min-width: 992px) {
  .contact-box {
    grid-template-columns: minmax(22rem, 0.9fr) minmax(18rem, 1.1fr);
    min-height: 45rem;
    background-image:
      linear-gradient(
        90deg,
        var(--jf-white) 0%,
        var(--jf-white) 48%,
        rgba(255, 255, 255, 0.96) 54%,
        rgba(255, 255, 255, 0.7) 63%,
        rgba(255, 255, 255, 0) 76%
      ),
      url(../assets/images/jobfair/contact.webp);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 104%;
  }

  .contact-visual {
    display: block;
    min-height: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: none;
  }
}

.jobfair-footer {
  margin-top: 5rem;
  padding: 5.85rem 0 1.35rem;
}

.jobfair-footer .container {
  max-width: 1200px;
}

.jobfair-footer a {
  color: var(--jf-white);
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.4,.4,0,1);
}

.jobfair-footer a:hover {
  opacity: 0.4;
}

.jobfair-footer-nav {
  gap: 3.75rem;
}

.jobfair-footer li a {
  display: inline-flex;
  flex-flow: column;
  line-height: 1;
}

.jobfair-footer li span {
  font-size: 0.72rem;
  font-weight: 400;
}

.jobfair-footer li strong {
  margin-top: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
}

.jobfair-footer-top {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
}

.jobfair-footer-line {
  margin: 6.9rem auto 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
}

.jobfair-footer-copy {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.45rem;
}

@media screen and (max-width: 991.98px) {
  .jobfair-footer {
    padding-top: 4rem;
    text-align: center;
  }

  .jobfair-footer-nav {
    gap: 1.75rem 2.25rem;
    justify-content: center;
  }

  .jobfair-footer-line {
    margin-top: 4rem;
  }
}
