body .first-section {
  margin: 0px;
  padding: 0px;
  background-image: url("../img/sweeden-flag.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

body .first-section .container {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .first-section .container .first-section-content {
  margin: 50px 0px;
}

body .first-section .container .first-section-content .titles {
  margin: 40px;
}

body .first-section .container .first-section-content .titles .first-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
}

body .first-section .container .first-section-content .titles .first-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
}

body .first-section .container .first-section-content .form-part {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .first-section .container .first-section-content .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #696969;
  margin: 0 auto;
}

body .first-section .container .first-section-content .search-form .search-input,
body .first-section .container .first-section-content .search-form .search-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0 16px;
  border-radius: 0px;
  border-right: 2px solid #ECEDF2;
  width: 100%;
  height: 56px;
  color: #696969;
}

body .first-section .container .first-section-content .search-form .search-input input,
body .first-section .container .first-section-content .search-form .search-select select {
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  margin-left: 8px;
  width: 100%;
  color: #696969;
}

body .first-section .container .first-section-content .search-form .search-btn {
  background: #03429f;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0 40px;
  height: 56px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

body .first-section .container .first-section-content .search-form .search-btn:hover {
  background: #03429f;
}

body .first-section .container .first-section-content .search-form .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #888;
}

body .second-section {
  margin: 0px;
  padding: 0px;
  margin: 50px 0px;
}

body .second-section .container {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

body .second-section .container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  background-color: #f4f9fc;
  padding: 40px;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .second-section .container .box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .second-section .container .box .left .title {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 20px;
}

body .second-section .container .box .left .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
  margin-bottom: 40px;
  max-width: 250px;
}

body .second-section .container .box .left .button {
  margin-top: 20px;
}

body .second-section .container .box .left .button a {
  text-decoration: none;
  color: #03429F;
  padding: 10px 20px;
  border: 0.5px solid #03429F;
  background-color: #fff;
  border-radius: 5px;
}

body .second-section .container .box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .second-section .container .box .right img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

body .job-posts {
  width: 85%;
  margin: 50px auto;
}

body .job-posts .container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .job-posts .container .bigtitle {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
}

body .job-posts .container .smalltitle {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
}

body .job-posts .container .job-posts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0px;
}

body .job-posts .container .job-posts-content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #ECEDF2;
  padding: 10px;
  border-radius: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
}

body .job-posts .container .job-posts-content .box .left img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

body .job-posts .container .job-posts-content .box .right {
  padding: 0 20px;
}

body .job-posts .container .job-posts-content .box .right .job-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

body .job-posts .container .job-posts-content .box .right .job-title a {
  color: #202124;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body .job-posts .container .job-posts-content .box .right .job-title a:hover {
  color: #03429f;
  text-decoration: underline;
}

body .job-posts .container .job-posts-content .box .right .job-category {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #696969;
  margin-bottom: 5px;
}

body .job-posts .container .job-posts-content .box .right .job-location {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #696969;
  margin-bottom: 10px;
}

body .job-posts .container .job-posts-content .box .right .job-type {
  color: #03429f;
  background-color: rgba(3, 66, 159, 0.15);
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
  width: 70px;
}

body .job-posts .container .job-posts-content .box .iconsabove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

body .job-posts .container .job-posts-content .box .iconsabove .bookmark-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

body .job-posts .container .no-jobs {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
  color: #696969;
  font-size: 16px;
}

body .job-posts .container .buttonpart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
}

body .job-posts .container .buttonpart a {
  text-decoration: none;
  color: #03429F;
  padding: 10px 20px;
  border: 0.5px solid #03429F;
  border-radius: 16px;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

body .third-section {
  width: 85%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .third-section .container {
  width: 100%;
  background-color: #F4F9FD;
  border-radius: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body .third-section .container .left img {
  max-width: 350px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

body .third-section .container .mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}

body .third-section .container .mid .texts .bigtitle {
  font-size: 33px;
  font-weight: 500;
  color: #202124;
}

body .third-section .container .mid .texts .smalltitle {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

body .third-section .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}

body .third-section .container .right a {
  background-color: #FFFFFF;
  font-size: 15px;
  fill: #03429F;
  color: #03429F;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #03429F;
  border-radius: 12px 12px 12px 12px;
  padding: 17px 30px 17px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .companies-part {
  width: 85%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .companies-part .container .bigtitle {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
}

body .companies-part .container .smalltitle {
  font-size: 16px;
}

body .companies-part .container .boxes-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 30px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .companies-part .container .boxes-carousel .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #ECEDF2;
  padding: 10px;
  border-radius: 16px;
  width: 350px;
}

body .companies-part .container .boxes-carousel .box .uppart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .companies-part .container .boxes-carousel .box .uppart .left img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}

body .companies-part .container .boxes-carousel .box .uppart .right {
  margin-left: 20px;
}

body .companies-part .container .boxes-carousel .box .uppart .right .bigtitle {
  font-size: 18px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 10px;
}

body .companies-part .container .boxes-carousel .box .uppart .right .smalltitle {
  font-size: 15px;
  font-weight: 400;
  color: #202124 !important;
}

body .companies-part .container .boxes-carousel .box .midpart {
  margin: 10px 0px;
}

body .companies-part .container .boxes-carousel .box .midpart .text-category {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
  margin-bottom: 10px;
}

body .companies-part .container .boxes-carousel .box .midpart .text-description {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
}

body .companies-part .container .boxes-carousel .box .downpart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .companies-part .container .boxes-carousel .box .downpart a {
  width: 100%;
  text-decoration: none;
  color: #03429F;
  padding: 10px 20px;
  border: 0.5px solid #03429F;
  border-radius: 16px;
  padding: 10px 20px;
  width: 100px;
  text-align: center;
  margin-top: 10px;
}

body .companies-part .container .button-part {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .companies-part .container .button-part a {
  border: 0.5px solid #03429F;
  text-decoration: none;
  color: #03429F;
  padding: 10px 20px;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  max-width: 200px;
}

body .categories-part {
  width: 85%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .categories-part .container .bigtitle {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
}

body .categories-part .container .smalltitle {
  font-size: 16px;
}

body .categories-part .container .boxes-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .categories-part .container .boxes-carousel .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-radius: 16px;
  padding: 15px;
  background-color: #F4F9FD;
  width: 100%;
  text-decoration: none;
  max-width: 370px;
}

body .categories-part .container .boxes-carousel .box .uptitle {
  font-size: 16px;
  font-weight: 500;
  color: #202124;
}

body .categories-part .container .boxes-carousel .box .downtitle {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

body .fourth-section {
  width: 85%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .fourth-section .container .bigtitle {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
  text-align: center;
}

body .fourth-section .container .smalltitle {
  font-size: 16px;
  text-align: center;
}

body .fourth-section .container .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 30px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .fourth-section .container .boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #ECEDF2;
  padding: 10px;
  border-radius: 16px;
}

body .fourth-section .container .boxes .box img {
  width: 70px;
  height: 70px;
}

body .fourth-section .container .boxes .box .bigtitle {
  font-size: 20px;
  font-weight: 500;
  color: #202124;
}

body .fourth-section .container .boxes .box .bigtitle span {
  color: #03429F;
  font-weight: 600;
}

body .fourth-section .container .boxes .box .smalltitle {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

body .fifth-section {
  width: 85%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .fifth-section .container {
  background-color: #F4F9FD;
  border-radius: 16px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

body .fifth-section .container .left {
  width: 50%;
}

body .fifth-section .container .left .title {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
}

body .fifth-section .container .left .text {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  margin-top: 20px;
  margin-bottom: 80px;
}

body .fifth-section .container .left a {
  text-decoration: none;
  color: #03429F;
  padding: 10px 20px;
  border: 0.5px solid #03429F;
  border-radius: 16px;
  width: 100%;
  text-align: center;
}

body .fifth-section .container .right img {
  max-width: 350px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 768px) {
  body .first-section {
    margin: 0px;
    padding: 0px;
    background-image: url("../img/sweeden-flag.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  body .first-section .container {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .first-section .container .first-section-content {
    margin: 10px 0px;
  }
  body .first-section .container .first-section-content .titles {
    margin: 0px;
    margin-bottom: 20px;
  }
  body .first-section .container .first-section-content .titles .first-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 10px #000000;
  }
  body .first-section .container .first-section-content .titles .first-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 10px #000000;
  }
  body .first-section .container .first-section-content .form-part {
    padding: 10px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .first-section .container .first-section-content .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #696969;
  }
  body .first-section .container .first-section-content .search-form .search-input,
  body .first-section .container .first-section-content .search-form .search-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 0px;
    padding: 0 16px;
    border: 0px;
    border-bottom: 2px solid #ECEDF2;
    width: 100%;
    height: 56px;
    color: #696969;
    width: 90%;
  }
  body .first-section .container .first-section-content .search-form .search-input input,
  body .first-section .container .first-section-content .search-form .search-select select {
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    margin-left: 8px;
    width: 100%;
    color: #696969;
  }
  body .first-section .container .first-section-content .search-form .search-btn {
    background: #03429f;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 0 40px;
    height: 50px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  body .first-section .container .first-section-content .search-form .search-btn:hover {
    background: #03429f;
  }
  body .first-section .container .first-section-content .search-form .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #888;
  }
  body .second-section {
    margin: 0px;
    padding: 0px;
    margin: 20px 0px;
  }
  body .second-section .container {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  body .second-section .container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    background-color: #f4f9fc;
    padding: 20px;
    border-radius: 16px;
  }
  body .second-section .container .box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body .second-section .container .box .left .title {
    font-size: 22px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 10px;
  }
  body .second-section .container .box .left .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 20px;
  }
  body .second-section .container .box .left .button {
    margin-top: 0px;
  }
  body .second-section .container .box .left .button a {
    text-decoration: none;
    color: #03429F;
    padding: 10px 20px;
    border: 0.5px solid #03429F;
    background-color: #fff;
    border-radius: 5px;
    font-size: 15px;
  }
  body .second-section .container .box .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  body .second-section .container .box .right img {
    width: 100%;
    height: auto;
  }
  body .job-posts {
    width: 90%;
    margin: 20px auto;
  }
  body .job-posts .container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .job-posts .container .bigtitle {
    font-size: 22px;
    font-weight: 500;
    color: #202124;
  }
  body .job-posts .container .smalltitle {
    font-size: 15px;
    font-weight: 400;
    color: #202124;
  }
  body .job-posts .container .job-posts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0px;
  }
  body .job-posts .container .job-posts-content .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 2px solid #ECEDF2;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  body .job-posts .container .job-posts-content .box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .job-posts .container .job-posts-content .box .left img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }
  body .job-posts .container .job-posts-content .box .right {
    padding: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body .job-posts .container .job-posts-content .box .right .job-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  body .job-posts .container .job-posts-content .box .right .job-category {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #696969;
    margin-bottom: 5px;
  }
  body .job-posts .container .job-posts-content .box .right .job-location {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #696969;
    margin-bottom: 10px;
  }
  body .job-posts .container .job-posts-content .box .right .job-type {
    color: #03429f;
    background-color: rgba(3, 66, 159, 0.15);
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 20px;
    width: 70px;
  }
  body .job-posts .container .job-posts-content .box .iconsabove {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body .job-posts .container .job-posts-content .box .iconsabove .bookmark-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #696969;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body .job-posts .container .job-posts-content .box .iconsabove .bookmark-btn:hover {
    background-color: rgba(3, 66, 159, 0.1);
    color: #03429f;
  }
  body .job-posts .container .buttonpart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
  body .job-posts .container .buttonpart a {
    text-decoration: none;
    color: #03429F;
    padding: 10px 20px;
    font-size: 15px;
    border: 0.5px solid #03429F;
    border-radius: 16px;
    width: 100%;
    max-width: 200px;
    text-align: center;
  }
  body .third-section {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .third-section .container {
    width: 100%;
    background-color: #F4F9FD;
    border-radius: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body .third-section .container .left {
    width: 90%;
    margin: 10px auto;
  }
  body .third-section .container .left img {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
  }
  body .third-section .container .mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto;
    max-width: 350px;
  }
  body .third-section .container .mid .texts .bigtitle {
    font-size: 25px;
    font-weight: 500;
    color: #202124;
  }
  body .third-section .container .mid .texts .smalltitle {
    font-size: 15px;
    font-weight: 400;
    color: #696969;
  }
  body .third-section .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 350px;
    margin: 10px auto;
  }
  body .third-section .container .right a {
    background-color: #FFFFFF;
    font-size: 15px;
    fill: #03429F;
    color: #03429F;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #03429F;
    border-radius: 12px 12px 12px 12px;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .companies-part {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .companies-part .container .bigtitle {
    font-size: 22px;
    font-weight: 500;
    color: #202124;
  }
  body .companies-part .container .smalltitle {
    font-size: 15px;
  }
  body .companies-part .container .boxes-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 10px 0px;
  }
  body .companies-part .container .boxes-carousel .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 2px solid #ECEDF2;
    padding: 10px;
    border-radius: 16px;
  }
  body .companies-part .container .boxes-carousel .box .uppart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .companies-part .container .boxes-carousel .box .uppart .left img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }
  body .companies-part .container .boxes-carousel .box .uppart .right {
    margin-left: 20px;
  }
  body .companies-part .container .boxes-carousel .box .uppart .right .bigtitle {
    font-size: 15px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 5px;
  }
  body .companies-part .container .boxes-carousel .box .uppart .right .smalltitle {
    font-size: 15px;
    font-weight: 400;
    color: #202124 !important;
  }
  body .companies-part .container .boxes-carousel .box .midpart {
    margin: 10px 0px;
  }
  body .companies-part .container .boxes-carousel .box .midpart .text-category {
    font-size: 15px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 5px;
  }
  body .companies-part .container .boxes-carousel .box .midpart .text-description {
    font-size: 15px;
    font-weight: 400;
    color: #202124;
  }
  body .companies-part .container .boxes-carousel .box .downpart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .companies-part .container .boxes-carousel .box .downpart a {
    width: 100%;
    text-decoration: none;
    color: #03429F;
    padding: 10px 20px;
    border: 0.5px solid #03429F;
    border-radius: 16px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  body .companies-part .container .button-part {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .companies-part .container .button-part a {
    border: 0.5px solid #03429F;
    text-decoration: none;
    color: #03429F;
    padding: 10px 20px;
    border-radius: 16px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    max-width: 200px;
    font-size: 15px;
  }
  body .categories-part {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .categories-part .container .bigtitle {
    font-size: 22px;
    font-weight: 500;
    color: #202124;
  }
  body .categories-part .container .smalltitle {
    font-size: 15px;
  }
  body .categories-part .container .boxes-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0px;
  }
  body .categories-part .container .boxes-carousel .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    border-radius: 16px;
    padding: 15px;
    background-color: #F4F9FD;
    width: 100%;
    text-decoration: none;
    max-width: 350px;
  }
  body .categories-part .container .boxes-carousel .box .uptitle {
    font-size: 15px;
    font-weight: 500;
    color: #202124;
  }
  body .categories-part .container .boxes-carousel .box .downtitle {
    font-size: 15px;
    font-weight: 400;
    color: #696969;
  }
  body .fourth-section {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .fourth-section .container .bigtitle {
    font-size: 22px;
    font-weight: 500;
    color: #202124;
    text-align: center;
  }
  body .fourth-section .container .smalltitle {
    font-size: 15px;
    text-align: center;
  }
  body .fourth-section .container .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 10px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .fourth-section .container .boxes .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.5px solid #ECEDF2;
    padding: 10px;
    border-radius: 16px;
  }
  body .fourth-section .container .boxes .box img {
    width: 50px;
    height: 50px;
  }
  body .fourth-section .container .boxes .box .bigtitle {
    font-size: 15px;
    font-weight: 500;
    color: #202124;
  }
  body .fourth-section .container .boxes .box .bigtitle span {
    color: #03429F;
    font-weight: 600;
  }
  body .fourth-section .container .boxes .box .smalltitle {
    font-size: 15px;
    font-weight: 400;
    color: #696969;
  }
  body .fifth-section {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .fifth-section .container {
    background-color: #F4F9FD;
    border-radius: 0px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-radius: 16px;
  }
  body .fifth-section .container .left {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  body .fifth-section .container .left .title {
    font-size: 22px;
    font-weight: 500;
    color: #202124;
  }
  body .fifth-section .container .left .text {
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body .fifth-section .container .left a {
    text-decoration: none;
    color: #03429F;
    padding: 10px 20px;
    border: 0.5px solid #03429F;
    border-radius: 16px;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
  body .fifth-section .container .right {
    width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  body .fifth-section .container .right img {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
  }
}
/*# sourceMappingURL=homepage.css.map */