* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url("./public/fonts/poppins-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url("./public/fonts/poppins-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url("./public/fonts/poppins-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: url("./public/fonts/poppins-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  src: url("./public/fonts/poppins-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("./public/fonts/inter-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("./public/fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url("./public/fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("./public/fonts/inter-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: url("./public/fonts/inter-800.woff2") format("woff2");
}
html {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
  background-color: #fff;
}

section {
  scroll-margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section {
    scroll-margin-top: 55px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f3f7fa;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #00284d;
}

.banner {
  padding-block: 63px 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner {
    padding-block: 50px 30px;
  }
}
.banner::before {
  top: 0;
  right: 0;
  content: "";
  width: 1440px;
  height: 100%;
  z-index: -1;
  position: absolute;
  min-height: 810px;
  background: url("./public/images/banner_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .banner::before {
    width: 800px;
    min-height: 400px;
    background: url("./public/images/banner_bg.png") no-repeat right/cover;
  }
}
.banner__content {
  padding-inline: 4%;
}
.banner__image {
  width: 100%;
  height: 253px;
  overflow: hidden;
  border-radius: 5px;
  margin-block: 29px 40px;
}
@media screen and (max-width: 767px) {
  .banner__image {
    height: 180px;
  }
}
.banner__title-page {
  margin-bottom: 6px;
  font: 600 2.4rem "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .banner__title-page {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.banner__title {
  color: #00284d;
  margin-bottom: 20px;
  font: 600 3.6rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.banner__text {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .banner__text {
    font-size: 16px;
  }
}
.banner__search input {
  height: 45px;
  width: 365px;
  padding-inline: 20px;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1em;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .banner__search input {
    height: 40px;
    width: 100%;
  }
}
.banner__search input::-webkit-input-placeholder {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Inter", sans-serif;
  color: #000;
}
.banner__search input::-moz-placeholder {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Inter", sans-serif;
  color: #000;
}
.banner__search input:-ms-input-placeholder {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Inter", sans-serif;
  color: #000;
}
.banner__search input::-ms-input-placeholder {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Inter", sans-serif;
  color: #000;
}
.banner__search input::placeholder {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Inter", sans-serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .banner__search input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .banner__search input::-moz-placeholder {
    font-size: 16px;
  }
  .banner__search input:-ms-input-placeholder {
    font-size: 16px;
  }
  .banner__search input::-ms-input-placeholder {
    font-size: 16px;
  }
  .banner__search input::placeholder {
    font-size: 16px;
  }
}

.footer {
  overflow: hidden;
  position: relative;
  padding-block: 56px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 40px;
  }
}
.footer::before {
  top: 0;
  left: 50%;
  width: 101%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 46px 46px 0 0;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
@media screen and (max-width: 767px) {
  .footer::before {
    border-radius: 30px 30px 0 0;
  }
}
.footer--main {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 57, 102, 0.5)), color-stop(80%, #f3f7fa));
  background: linear-gradient(to right, rgba(0, 57, 102, 0.5) 20%, #f3f7fa 80%);
}
@media screen and (max-width: 767px) {
  .footer--main {
    background: #fff;
  }
}
.footer__content {
  gap: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1374px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__wrap {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1040px) {
  .footer__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    row-gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__social {
  width: 100%;
  max-width: 324px;
}
.footer__nav {
  width: 100%;
  max-width: 225px;
}
@media screen and (max-width: 1200px) {
  .footer__nav {
    max-width: 115px;
  }
}
.footer__contact {
  gap: 14px;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1145px) {
  .footer__contact {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (max-width: 850px) {
  .footer__contact {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.footer__label {
  display: block;
  margin-bottom: 6px;
  color: #0af;
  font: 500 1.6rem "Inter", sans-serif;
}
.footer__text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-family: "Inter", sans-serif;
  margin-bottom: 6px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 15px;
  }
}
.footer__text:hover {
  color: #0af;
}
.footer__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1040px) {
  .footer__logo {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.footer__logo img {
  width: 178px;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 150px;
  }
}
.footer__copyright {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1374px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
  margin-block: 59px 10px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 14px;
  }
}

.header {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  position: fixed;
  padding-inline: 4%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .header {
    height: 55px;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 80px;
  }
}
.header__nav {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00284d;
  font: 600 1.6rem "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .header__nav {
    top: 55px;
    left: 0;
    gap: 0;
    width: 100%;
    padding: 40px 4%;
    min-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 55px);
    position: absolute;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .header__nav::before {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 300px;
    position: absolute;
    background: url("./public/images/careers_section_bg.png") no-repeat left/cover;
  }
}
.header__nav a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-text-decoration: underline solid transparent 3px;
          text-decoration: underline solid transparent 3px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 767px) {
  .header__nav a {
    width: 100%;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #00284d;
  }
}
@media screen and (max-width: 767px) {
  .header__nav a:first-child {
    border-top: 1px solid #00284d;
  }
}
@media screen and (max-width: 767px) {
  .header__nav a::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: auto;
    background: url("./public/svg/caret-right.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__nav a::after {
    width: 20px;
    height: 20px;
  }
}
.header__nav a:hover {
  color: #0af;
  text-decoration-color: #0af;
}
@media screen and (max-width: 767px) {
  .header__nav a:hover {
    color: #00284d;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav a svg {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header__menubar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
  }
}
.header__menubar.active .header__menubar-line {
  opacity: 0;
}
.header__menubar.active .header__menubar-line--2, .header__menubar.active .header__menubar-line--3 {
  opacity: 1;
}
.header__menubar.active .header__menubar-line--2 {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__menubar.active .header__menubar-line--3 {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header__menubar-line {
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .header__menubar-line--2 {
    left: 0;
    top: -8px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .header__menubar-line--3 {
    left: 0;
    bottom: -8px;
    position: absolute;
  }
}

.image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  text-align: center;
  margin-bottom: 40px;
  color: #003966;
  font: 700 3.2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.title--h3 {
  color: #000;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .title--h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.title--h4 {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .title--h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.title--mb {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .title--mb {
    margin-bottom: 10px;
  }
}
.title--white {
  color: #f3f7fa;
}

.subtitle {
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
  display: block;
  margin-block: -20px 40px;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 15px;
    margin-block: -15px 30px;
  }
}

.main {
  overflow: hidden;
}
.main__mv {
  padding: 130px 0 92px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main__mv {
    padding-bottom: 50px;
  }
}
.main__mv::before {
  top: 60px;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  min-width: 1440px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("./public/svg/mv_background_2.svg") no-repeat top/cover;
}
@media screen and (max-width: 980px) {
  .main__mv::before {
    top: 55px;
  }
}
.main__mv-content {
  z-index: 1;
  position: relative;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1324px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .main__mv-content {
    max-width: 100%;
  }
}
.main__mv-image {
  width: 330px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 767px) {
  .main__mv-image {
    width: 260px;
  }
}
.main__mv-button {
  gap: 30px;
  width: 100%;
  height: 69px;
  max-width: 256px;
  border-radius: 10px;
  margin-inline: auto;
  font: 700 2.4rem "Inter", sans-serif;
  background-color: #e0a62f;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .main__mv-button {
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main__mv-button {
    gap: 10px;
    height: 45px;
    width: 180px;
    font-size: 18px;
  }
}
.main__mv-button::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("./public/svg/icon_external.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .main__mv-button::after {
    width: 20px;
    height: 20px;
  }
}
.main__mv-button:hover {
  background-color: #c48918;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.main__title {
  color: #003966;
  text-align: center;
  font: 600 4.8rem "Poppins", sans-serif;
}
@media screen and (max-width: 1150px) {
  .main__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 980px) {
  .main__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 24px;
  }
}
.main__subtitle {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  color: #00284d;
  margin-block: 20px 67px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .main__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main__subtitle {
    font-size: 16px;
    margin-block: 10px 15px;
  }
}
.main__service {
  position: relative;
  padding-block: 44px 108px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003966), to(#fff));
  background: linear-gradient(to bottom, #003966, #fff);
}
@media screen and (max-width: 767px) {
  .main__service {
    padding-block: 60px;
  }
}
.main__service-content {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1222px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main__service-content {
    max-width: 100%;
  }
}
.main__service-sub {
  text-align: center;
  color: #f3f7fa;
  font: 500 2.4rem "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__service-sub {
    font-size: 16px;
  }
}
.main__service-list {
  gap: 50px;
  display: grid;
  margin-top: 55px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .main__service-list {
    gap: 20px;
  }
}
@media screen and (max-width: 950px) {
  .main__service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .main__service-list {
    gap: 10px;
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 400px) {
  .main__service-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main__service-item {
  padding: 26px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .main__service-item {
    padding: 15px;
  }
}
.main__service-icon {
  width: 130px;
  height: 130px;
  margin-inline: auto;
}
@media screen and (max-width: 980px) {
  .main__service-icon {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .main__service-icon {
    width: 75px;
    height: 75px;
  }
}
.main__service-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  text-align: center;
  margin-block: 30px 20px;
  letter-spacing: -0.01em;
  font: 600 2.2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__service-label {
    height: unset;
    font-size: 18px;
    margin-block: 20px 10px;
  }
}
.main__service-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .main__service-text {
    font-size: 1.4rem;
  }
}
.main__about {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main__about {
    padding-top: 30px;
  }
}
.main__about::before, .main__about::after {
  content: "";
  width: 600px;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .main__about::before, .main__about::after {
    width: 300px;
  }
}
.main__about::before {
  top: 0;
  left: 0;
  background: url("./public/svg/about_bg_1.svg") no-repeat top/contain;
}
.main__about::after {
  right: 0;
  bottom: 0;
  background: url("./public/svg/about_bg_2.svg") no-repeat bottom/contain;
}
.main__about-content {
  z-index: 1;
  position: relative;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1360px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .main__about-content {
    max-width: 100%;
  }
}
.main__about-wrap {
  gap: 36px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 53px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 980px) {
  .main__about-wrap {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.main__about-image {
  width: 100%;
  height: 100%;
  max-width: 650px;
}
@media screen and (max-width: 980px) {
  .main__about-image {
    height: 300px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .main__about-image {
    height: 250px;
  }
}
.main__about-text {
  text-align: justify;
  margin-bottom: 50px;
  font: 500 2rem "Inter", sans-serif;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .main__about-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.main__about-list {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 500px) {
  .main__about-list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__about-item {
  width: 100%;
  padding: 17px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}
.main__about-icon {
  width: 76px;
  height: 76px;
  margin-inline: auto;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .main__about-icon {
    width: 60px;
    height: 60px;
  }
}
.main__about-title {
  text-align: center;
  margin-block: 17px 10px;
  font: 600 2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__about-title {
    margin-block: 16px 10px;
    font-size: 18px;
  }
}
.main__about-label {
  text-align: center;
  margin-bottom: 30px;
  font: 500 3.2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__about-label {
    font-size: 28px;
  }
}
.main__about-detail {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .main__about-detail {
    font-size: 14px;
  }
}
.main__about-values {
  z-index: 1;
  position: relative;
  color: #f3f7fa;
  padding-block: 19px 32px;
  background-color: #003966;
}
.main__about-values-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1250px) {
  .main__about-values-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main__about-values-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .main__about-values-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .main__about-values-item {
    width: 50%;
  }
}
.main__about-values-item:not(:last-child)::before {
  top: 20px;
  right: 0;
  bottom: 20px;
  content: "";
  width: 1px;
  position: absolute;
  background-color: #a3a3a3;
}
@media screen and (max-width: 767px) {
  .main__about-values-item:not(:last-child)::before {
    top: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main__about-values-item:nth-child(2)::before, .main__about-values-item:nth-child(4)::before {
    content: none;
  }
}
@media screen and (max-width: 1250px) {
  .main__about-values-item:nth-child(3)::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .main__about-values-item:nth-child(3)::before {
    content: "";
  }
}
.main__about-values-image {
  width: 94px;
  height: 94px;
  margin-inline: auto;
}
@media screen and (max-width: 980px) {
  .main__about-values-image {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main__about-values-image {
    width: 30px;
    height: 30px;
  }
}
.main__about-values-label {
  display: block;
  text-align: center;
  margin-top: 20px;
  font: 500 2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__about-values-label {
    font-size: 15px;
    margin-top: 10px;
  }
}
.main__about-values-text {
  font-size: 1.3rem;
  margin-top: 10px;
  text-align: center;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .main__about-values-text {
    margin-top: 15px;
    font-size: 12px;
    padding-inline: 15px;
  }
}
.main__careers {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .main__careers {
    padding-inline: 4%;
  }
}
.main__careers-content {
  overflow: hidden;
  position: relative;
  padding: 62px 4% 55px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .main__careers-content {
    padding-block: 40px;
  }
}
.main__careers-content::before, .main__careers-content::after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.main__careers-content::before {
  background: rgba(224, 166, 47, 0.85);
}
.main__careers-content::after {
  z-index: -2;
  background: url("./public/images/career_bg.jpg") no-repeat center/cover;
}
.main__careers-sub {
  text-align: center;
  margin-bottom: 40px;
  font: 600 2rem "Inter", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .main__careers-sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.main__careers-btn {
  gap: 5px;
  width: 100%;
  height: 55px;
  max-width: 240px;
  margin-inline: auto;
  border-radius: 39.5px;
  background-color: #fff;
  font: 600 1.6rem "Inter", sans-serif;
  -webkit-transition: background-color 0.22s ease, color 0.22s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.22s ease, color 0.22s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.2s ease;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .main__careers-btn {
    gap: 10px;
    height: 40px;
    font-size: 15px;
  }
}
.main__careers-btn::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("./public/svg/icon_external.svg") no-repeat center/contain;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
@media screen and (max-width: 767px) {
  .main__careers-btn::after {
    width: 20px;
    height: 20px;
  }
}
.main__careers-btn:hover {
  background-color: #1a1208;
  color: #f3f7fa;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.main__careers-btn:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main__contact {
  padding-block: 138px 60px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 57, 102, 0.5)), color-stop(50%, #f3f7fa));
  background: linear-gradient(to right, rgba(0, 57, 102, 0.5) 20%, #f3f7fa 50%);
}
@media screen and (max-width: 767px) {
  .main__contact {
    padding-block: 60px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 57, 102, 0.5)), color-stop(50%, #f3f7fa));
    background: linear-gradient(to bottom, rgba(0, 57, 102, 0.5) 35%, #f3f7fa 50%);
  }
}
.main__contact-sub {
  padding-top: 28px;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
  font: 500 2rem "Inter", sans-serif;
  border-top: 1px solid #00284d;
}
@media screen and (max-width: 767px) {
  .main__contact-sub {
    font-size: 18px;
    padding-top: 15px;
  }
}
.main__contact-sub::before, .main__contact-sub::after {
  top: -0.5px;
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00284d;
}
.main__contact-sub::before {
  left: 0;
}
.main__contact-sub::after {
  right: 0;
}
.main__contact-content {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1300px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .main__contact-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .main__contact-content {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main__contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__contact-wrap {
  width: 100%;
}
.main__contact-image {
  min-width: 390px;
}
@media screen and (max-width: 980px) {
  .main__contact-image {
    width: 100%;
    height: 150px;
    min-width: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main__contact-image {
    height: 100px;
  }
}
.main__contact-form-item {
  width: 100%;
}
.main__contact-form-item input {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  font-family: inherit;
  border-radius: 5px;
  padding-inline: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.main__contact-form-item textarea {
  width: 100%;
  height: 142px;
  resize: none;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.main__contact-form-item select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 1.6rem;
  padding-inline: 10px;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: url("./public/svg/caret-down.svg") no-repeat center/contain;
  background-size: 25px 25px;
  background-position: right 10px center;
  background-color: #fff;
}
.main__contact-form-item:not(:last-child) {
  margin-bottom: 18px;
}
.main__contact-form-item--short {
  max-width: 365px;
}
.main__contact-form-label {
  display: block;
  margin-bottom: 4px;
  font: 600 1.6rem "Inter", sans-serif;
}
.main__contact-form-wrap {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main__contact-form-wrap {
    gap: 10px;
  }
}
.main__contact-btn {
  margin-inline: auto;
  border: none;
  cursor: pointer;
  width: 189px;
  height: 45px;
  border-radius: 39.5px;
  font: 600 1.6rem "Inter", sans-serif;
  background-color: #e0a62f;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__contact-btn:hover {
  background-color: #c48918;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.main__contact-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  padding: 30px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.main__contact-modal-wrap {
  width: 100%;
  max-width: 832px;
  padding: 30px 24px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #00284d;
}
.main__contact-modal-label {
  text-align: center;
  display: block;
  margin-bottom: 17px;
  font: 600 2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .main__contact-modal-label {
    font-size: 18px;
  }
}
.main__contact-modal-text {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .main__contact-modal-text {
    font-size: 15px;
  }
}
.main__contact-modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10px;
  padding-inline: 32px;
  margin-top: 17px;
  cursor: pointer;
  margin-inline: auto;
  font-weight: 600;
  background-color: #003966;
}
@media screen and (max-width: 767px) {
  .main__contact-modal-close {
    height: 40px;
  }
}

.careers {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .careers {
    padding-top: 55px;
  }
}
.careers__wrap {
  padding-inline: 4%;
}
.careers__empty {
  padding-block: 105px;
  border-top: 1px solid #003966;
}
@media screen and (max-width: 767px) {
  .careers__empty {
    padding-block: 60px;
  }
}
.careers__empty-icon {
  width: 103px;
  height: 103px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .careers__empty-icon {
    width: 60px;
    height: 60px;
  }
}
.careers__empty-text {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Inter", sans-serif;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .careers__empty-text {
    margin-top: 30px;
    font-size: 2rem;
  }
}
.careers__jobs {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .careers__jobs {
    gap: 2%;
    padding-bottom: 70px;
  }
}
.careers__list {
  width: 100%;
}
.careers__item {
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .careers__item {
    padding: 15px;
  }
}
.careers__item:not(:last-child) {
  margin-bottom: 5px;
}
.careers__item:first-child {
  border-radius: 5px 5px 0 0;
}
.careers__item:last-child {
  border-radius: 0 0 5px 5px;
}
.careers__item:hover {
  background-color: #f3f7fa;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
}
.careers__item.active {
  background-color: #f3f7fa;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
}
.careers__label {
  margin-bottom: 20px;
  color: #e0a62f;
  font: 500 2.4rem "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .careers__label {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.careers__text {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .careers__text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.careers__tags {
  gap: 10px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .careers__tags {
    gap: 8px;
  }
}
.careers__tag {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding: 6px 20px;
  font-family: "Inter", sans-serif;
  border-radius: 22.5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .careers__tag {
    gap: 6px;
    font-size: 14px;
    padding: 4px 12px;
  }
}
.careers__tag::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./public/svg/icon_site.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .careers__tag::before {
    width: 13px;
    height: 13px;
  }
}
.careers__tag:nth-child(2)::before {
  background: url("./public/svg/icon_location.svg") no-repeat center/contain;
}
.careers__tag:nth-child(3)::before {
  background: url("./public/svg/icon_time_2.svg") no-repeat center/contain;
}
.careers__modal {
  width: 100%;
  display: none;
  min-width: 638px;
}
@media screen and (max-width: 1200px) {
  .careers__modal {
    min-width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .careers__modal {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .careers__modal::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.careers__modal.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .careers__modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.careers__post {
  height: 623px;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .careers__post {
    width: 100%;
    height: 96%;
    margin-inline: 4%;
  }
}
.careers__post-label {
  margin-bottom: 20px;
  font: 500 2.4rem "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .careers__post-label {
    font-size: 20px;
  }
}
.careers__post-tag {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .careers__post-tag {
    font-size: 14px;
  }
}
.careers__post-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  margin-block: 23px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .careers__post-btns {
    gap: 15px;
    margin-block: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.careers__post-btn {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .careers__post-btn {
    gap: 7px;
  }
}
.careers__post-click {
  width: 110px;
  height: 40px;
  cursor: pointer;
  border-radius: 10px;
  color: #0b1326;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  border: 1px solid #0b1326;
  font: 500 1.4rem "Inter", sans-serif;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .careers__post-click {
    width: 90px;
    height: 35px;
    font-size: 12px;
  }
}
.careers__post-click:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #1a1208;
  color: #f3f7fa;
}
.careers__post-click--blue {
  color: #f3f7fa;
  background-color: #003966;
  border: 1px solid #003966;
}
.careers__post-click--blue:hover {
  background-color: #015394;
}
.careers__post-click--blue.active {
  color: #f3f7fa;
  background-color: #003966;
  border: 1px solid #003966;
}
.careers__post-click.active {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #1a1208;
  color: #f3f7fa;
}
.careers__post-time {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
}
.careers__post-details {
  height: 69%;
  overflow: auto;
  padding-right: 10px;
}
.careers__post-detail {
  margin-bottom: 28px;
}
.careers__post-detail-label {
  display: block;
  margin-bottom: 11px;
  font: 500 1.6rem "Inter", sans-serif;
}
.careers__post-detail-text {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}
.careers__post-close {
  top: 22px;
  right: 28px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
}
.careers__post-btn-share {
  position: relative;
}
.careers__post-social {
  top: -80px;
  left: 50%;
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .careers__post-social {
    top: -50px;
    padding: 5px 10px;
  }
}
.careers__post-social.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.careers__post-social::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  border-style: solid;
  border-width: 10px 5px 0;
  border-color: #fff transparent transparent;
  -webkit-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
}
.careers__post-icon {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #003966;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .careers__post-icon {
    width: 30px;
    height: 30px;
  }
}
.careers__post-icon svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .careers__post-icon svg {
    width: 15px;
    height: 15px;
  }
}
.careers__post-icon:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.careers__apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  padding-inline: 4%;
  padding-block: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.careers__apply::before {
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.careers__apply.active {
  opacity: 1;
  visibility: visible;
}
.careers__apply.active .careers__apply-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.careers__apply-head {
  padding: 24px 45px 18px;
  border-bottom: 1px solid #e2e6ea;
}
@media screen and (max-width: 767px) {
  .careers__apply-head {
    padding: 15px;
  }
}
.careers__apply-label {
  display: block;
  margin-bottom: 8px;
  color: #00284d;
  font: 700 2.5rem "Poppins", sans-serif;
}
.careers__apply-tags {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
}
.careers__apply-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-block: 30px;
  max-width: 560px;
  position: relative;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 14px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.careers__apply-body {
  min-height: 300px;
  padding: 24px 28px 8px;
}
@media screen and (max-width: 767px) {
  .careers__apply-body {
    padding: 15px;
  }
}
.careers__apply-input {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .careers__apply-input {
    gap: 15px;
  }
}
.careers__apply-input:not(:last-child) {
  margin-bottom: 20px;
}
.careers__apply-input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.careers__apply-input-label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.careers__apply-input-text input[type=text],
.careers__apply-input-text input[type=email],
.careers__apply-input-text input[type=url],
.careers__apply-input-text input[type=tel],
.careers__apply-input-text select,
.careers__apply-input-text textarea {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  border: 1px solid #e2e6ea;
  border-radius: 8px;
  padding-inline: 10px;
}
.careers__apply-input-text input[type=text]::-webkit-input-placeholder, .careers__apply-input-text input[type=email]::-webkit-input-placeholder, .careers__apply-input-text input[type=url]::-webkit-input-placeholder, .careers__apply-input-text input[type=tel]::-webkit-input-placeholder, .careers__apply-input-text select::-webkit-input-placeholder, .careers__apply-input-text textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.careers__apply-input-text input[type=text]::-moz-placeholder, .careers__apply-input-text input[type=email]::-moz-placeholder, .careers__apply-input-text input[type=url]::-moz-placeholder, .careers__apply-input-text input[type=tel]::-moz-placeholder, .careers__apply-input-text select::-moz-placeholder, .careers__apply-input-text textarea::-moz-placeholder {
  font-size: 14px;
}
.careers__apply-input-text input[type=text]:-ms-input-placeholder, .careers__apply-input-text input[type=email]:-ms-input-placeholder, .careers__apply-input-text input[type=url]:-ms-input-placeholder, .careers__apply-input-text input[type=tel]:-ms-input-placeholder, .careers__apply-input-text select:-ms-input-placeholder, .careers__apply-input-text textarea:-ms-input-placeholder {
  font-size: 14px;
}
.careers__apply-input-text input[type=text]::-ms-input-placeholder, .careers__apply-input-text input[type=email]::-ms-input-placeholder, .careers__apply-input-text input[type=url]::-ms-input-placeholder, .careers__apply-input-text input[type=tel]::-ms-input-placeholder, .careers__apply-input-text select::-ms-input-placeholder, .careers__apply-input-text textarea::-ms-input-placeholder {
  font-size: 14px;
}
.careers__apply-input-text input[type=text]::placeholder,
.careers__apply-input-text input[type=email]::placeholder,
.careers__apply-input-text input[type=url]::placeholder,
.careers__apply-input-text input[type=tel]::placeholder,
.careers__apply-input-text select::placeholder,
.careers__apply-input-text textarea::placeholder {
  font-size: 14px;
}
.careers__apply-input-text input[type=file] {
  display: none;
}
.careers__apply-input-text textarea {
  height: 100px;
  resize: none;
  padding: 10px;
}
.careers__apply-input-text select {
  cursor: pointer;
}
.careers__apply-input-text .js-apply-option {
  pointer-events: none;
}
.careers__apply-input-note {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #616e7c;
}
.careers__apply-input-file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  width: 100%;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e2e6ea;
  border-radius: 8px;
  padding-inline: 10px;
  color: #616e7c;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.careers__apply-input-file label strong {
  color: #000;
}
.careers__apply-input-file label .file {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}
.careers__apply-input-file label:hover {
  background-color: #f6f8f9;
}
.careers__apply-footer {
  margin-top: 20px;
  padding: 18px 28px 26px;
  border-top: 1px solid #e2e6ea;
}
.careers__apply-buttons {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .careers__apply-buttons {
    gap: 10px;
  }
}
.careers__apply-button {
  color: #fff;
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background-color: #00284d;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.careers__apply-button:hover {
  background-color: #1c4a73;
}
.careers__apply-button--white {
  color: #00284d;
  background-color: #fff;
  border: 1px solid #e2e6ea;
}
.careers__apply-button--white:hover {
  background-color: #f6f8f9;
}
.careers__apply-close {
  top: 20px;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  position: absolute;
  font-size: 2.5rem;
  color: #616e7c;
}
.careers__success-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  padding: 30px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.careers__success-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careers__success-modal-wrap {
  width: 100%;
  max-width: 832px;
  padding: 30px 24px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #00284d;
}
.careers__success-modal-label {
  text-align: center;
  display: block;
  margin-bottom: 17px;
  font: 600 2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .careers__success-modal-label {
    font-size: 18px;
  }
}
.careers__success-modal-text {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .careers__success-modal-text {
    font-size: 15px;
  }
}
.careers__success-modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10px;
  padding-inline: 32px;
  margin-top: 17px;
  cursor: pointer;
  margin-inline: auto;
  font-weight: 600;
  background-color: #003966;
}
@media screen and (max-width: 767px) {
  .careers__success-modal-close {
    height: 40px;
  }
}

.about {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 55px;
  }
}
.about__content {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1250px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__content {
    max-width: 100%;
  }
}
.about__content--banner {
  padding-block: 90px 70px;
}
@media screen and (max-width: 767px) {
  .about__content--banner {
    padding-block: 50px;
  }
}
.about__banner {
  position: relative;
}
.about__banner::before {
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 1440px;
  height: 100%;
  min-height: 810px;
  position: absolute;
  background: url("./public/images/banner_bg.png") no-repeat top/contain;
}
@media screen and (max-width: 767px) {
  .about__banner::before {
    width: 700px;
  }
}
.about__banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}
@media screen and (max-width: 1000px) {
  .about__banner-wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about__banner-wrap {
    margin-top: 20px;
  }
}
.about__banner-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .about__banner-image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .about__banner-image {
    height: 200px;
  }
}
.about__banner-image img {
  overflow: visible;
}
.about__banner-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8.334%;
}
@media screen and (max-width: 1000px) {
  .about__banner-detail {
    padding-left: 0;
  }
}
.about__banner-label {
  color: #003966;
  font: 700 4.8rem "Inter", sans-serif;
  line-height: 1.2em;
  margin-bottom: 69px;
}
@media screen and (max-width: 1000px) {
  .about__banner-label {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .about__banner-label {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.about__banner-text {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .about__banner-text {
    font-size: 16px;
  }
}
.about__banner-us {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  padding-inline: 32px;
}
@media screen and (max-width: 767px) {
  .about__banner-us {
    gap: 30px;
    margin-top: 30px;
    padding-inline: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__banner-us-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 23px 27px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about__banner-us-wrap {
    padding: 15px;
  }
}
.about__banner-us-icon {
  width: 76px;
  height: 76px;
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about__banner-us-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}
.about__banner-us-label {
  text-align: center;
  margin-block: 17px;
  font: 600 2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .about__banner-us-label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about__banner-us-text {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__banner-us-text {
    font-size: 16px;
  }
}
.about__section {
  padding-block: 50px;
}
@media screen and (max-width: 767px) {
  .about__section {
    padding-block: 25px;
  }
}
.about__section--gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#003966), to(#fff));
  background: linear-gradient(to bottom, #003966, #fff);
}
.about__section--objective {
  background-color: #003966;
}
.about__cards {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 980px) {
  .about__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .about__cards {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__card {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.15);
}
.about__card-icon {
  width: 80px;
  height: 80px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about__card-icon {
    width: 60px;
    height: 60px;
  }
}
.about__card-icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(43%);
          filter: brightness(0) saturate(100%) invert(11%) sepia(43%);
}
.about__text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3em;
}
.about__purpose-head {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .about__purpose-head {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about__purpose-label {
  font-size: 4.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about__purpose-label {
    font-size: 30px;
  }
}
.about__purpose-image {
  min-width: 556px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .about__purpose-image {
    min-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .about__purpose-image {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .about__purpose-image {
    height: 200px;
    min-width: 100%;
  }
}
.about__purpose-body {
  gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 69px;
}
@media screen and (max-width: 1000px) {
  .about__purpose-body {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__purpose-body {
    gap: 25px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__purpose-card {
  width: 100%;
  max-width: 493px;
  border-radius: 10px;
  padding: 40px 50px;
  border: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .about__purpose-card {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__purpose-card {
    max-width: 100%;
  }
}
.about__purpose-footer {
  gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 76px 55px;
}
@media screen and (max-width: 1000px) {
  .about__purpose-footer {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .about__purpose-footer {
    margin-block: 30px;
  }
}
.about__purpose-footer .about__purpose-label {
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .about__purpose-footer .about__purpose-label {
    max-width: 100%;
  }
}
.about__purpose-target-tags {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__purpose-target-tags span {
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 1.5rem;
  font-weight: 500;
  background: rgba(26, 43, 69, 0.1);
  border: 1.5px solid rgba(26, 43, 69, 0.03);
}
@media screen and (max-width: 767px) {
  .about__purpose-target-tags span {
    font-size: 12px;
  }
}
.about__objectives {
  gap: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__objectives {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__objective-card {
  width: 100%;
  max-width: 550px;
}
.about__objective-icon {
  width: 94px;
  height: 94px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about__objective-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
}
.about__objective-list {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__objective-list li {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__objective-list li::before {
  content: "";
  min-width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.about__solution-cards {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .about__solution-cards {
    max-width: 800px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .about__solution-cards {
    max-width: 350px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__solution-card {
  border-radius: 10px;
  padding: 38px 15px 20px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.about__solution-card .title {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about__solution-card .title {
    height: auto;
  }
}
.about__solution-icon {
  width: 90px;
  height: 90px;
  margin-inline: auto;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .about__solution-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
}
.about__solution-list {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__solution-list li {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__solution-list li::before {
  content: "";
  min-width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #000;
}
.about__subtitle {
  display: block;
  text-align: center;
  color: #e0a62f;
  margin-block: -20px 28px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about__subtitle {
    font-size: 16px;
    margin-block: -10px 20px;
  }
}
.about__principles {
  margin-top: 42px;
}
.about__principles .title {
  color: #000;
}
.about__principles-cards {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .about__principles-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .about__principles-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__principles-icon {
  width: 90px;
  height: 90px;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .about__principles-icon {
    width: 70px;
    height: 70px;
  }
}
.about__principles-label {
  display: block;
  text-align: center;
}
.about__careers {
  overflow: hidden;
  position: relative;
}
.about__careers::before {
  content: "";
  z-index: -1;
  width: 1451px;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  min-height: 367px;
  background: url("./public/images/careers_section_bg.png") no-repeat left/contain;
  background-position: left bottom -20px;
}
@media screen and (max-width: 767px) {
  .about__careers::before {
    min-height: 200px;
  }
}
.about__careers .main__careers-btn {
  border-radius: 10px;
}
.about__careers .main__careers-content {
  z-index: 1;
}
.about__careers .main__careers-content::after {
  background: url("./public/images/career_bg_02.jpg") no-repeat center/cover;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.tab-pc {
  display: block;
}
@media screen and (max-width: 980px) {
  .tab-pc {
    display: none;
  }
}

.tab-sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .tab-sp {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.highlight {
  font-weight: 700;
}

.blue {
  color: #00284d;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}