<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #656463;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style: none;
  padding-left: 16px;
}
ul li::before {
  content: '\2022';
  color: #ef7d00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
a {
  text-decoration: none;
  color: #144995;
}
#desktop {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #646363;
}
header {
  position: relative;
}
.header-w-image {
  background-color: #144995;
  display: flex;
  align-items: flex-end;
  padding: 0 10% 35px 70px;
}
.logo {
  position: absolute;
  display: block;
  top: 0;
  left: 70px;
  width: 225px;
  height: 128px;
}
.header-w-image .logo {
  position: static;
}
.header-img {
  display: block;
  max-width: 100%;
}
.slogan-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 10% 0 70px;
}
.header-w-image .slogan-wrapper {
  position: static;
  padding: 0 0 0 35px;
}
.slogan {
  font-size: 19px;
  line-height: 1.4;
  background-color: #144995;
  color: #fff;
  padding: 5px 25px;
  border-radius: 18px;
}
.header-w-image .slogan {
  background: none;
  padding: 0;
}
.content {
  padding: 50px 5% 50px 70px;
}
.introduction {
  margin-bottom: 25px;
}
.jobtitle-wrapper {
  margin-bottom: 30px;
  border: 1px solid #144995;
  border-radius: 20px;
  padding: 20px 40px;
  line-height: 1.3;
  box-shadow: 4px 4px 5px 0 rgba(91, 91, 91, 0.3);
  display: inline-block;
}
.jobtitle {
  color: #144995;
  font-weight: bold;
  font-size: 32px;
}
.jobtitle-add {
  color: #0085c8;
  font-weight: normal;
  font-size: 22px;
}
.bar {
  height: 7px;
  background-color: #ef7d00;
  width: 225px;
  border-radius: 3.5px;
  margin-top: 15px;
}
.inner {
  display: block;
}
.group {
  margin-bottom: 25px;
}
.group-title {
  font-size: 14px;
  color: #144995;
  margin-bottom: 3px;
  pointer-events: none;
}
.end-text {
  margin-bottom: 25px;
}
.instagram {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.instagram i {
  margin-right: 5px;
  font-size: 25px;
  color: #000;
}
.instagram b {
  margin-right: 5px;
}
.certificate-apply {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.certificates {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.certificates img {
  width: 90px;
  margin-right: 10px;
  margin-bottom: 25px;
}
/* .certificates img:last-child {
	height:76px;
	width:auto;
	margin-right:10px;
} */
.certificates img:nth-child(3) {
  height: 45px;
  width: auto;
}
.apply-btn {
  color: #fff;
  background: #144995;
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  padding-right: 45px;
  margin-bottom: 25px;
}
.apply-btn::before {
  content: '';
  position: absolute;
  border: 2px solid #fff;
  border-radius: 12px;
  height: 20px;
  width: 20px;
  top: 8px;
  right: 10px;
}
.apply-btn::after {
  content: '';
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ffffff;
  margin: 6px 0px 0 20px;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.slogan-footer {
  color: #ef7d00;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
}
.url a {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 650px) {
  .inner {
    display: block !important;
  }
  .group-title i {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .header-w-image {
    padding-left: 40px;
  }
  .content {
    padding: 30px 5% 30px 40px;
    overflow: hidden;
  }
  .slogan-wrapper {
    padding-left: 40px;
  }
  .logo {
    left: 40px;
    width: 130px;
    height: 74px;
  }
  .slogan {
    font-size: 14px;
    padding: 5px 15px;
  }
  .introduction {
    margin-bottom: 20px;
  }
  .jobtitle-wrapper {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 25px;
  }
  .inner {
    display: none;
    padding: 10px 0 20px;
  }
  .group-title {
    cursor: pointer;
    pointer-events: auto;
    background-color: #ebebeb;
    margin: 0 -40px 10px -40px;
    padding: 12px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.25s ease;
  }
  .group-title i {
    transition: all 0.25s ease;
  }
  .group-title:hover,
  .selected {
    background-color: #e1e1e1;
  }
  .selected i {
    transform: rotate(180deg);
  }
  .group {
    margin-bottom: 0;
  }
  .end-text {
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .bar {
    display: none;
  }
  .social {
    display: block;
    margin-bottom: 40px;
  }
  .best-recruiter-apply {
    justify-content: space-between;
  }
}
</pre></body></html>