body {
  max-width: 1680px;
  margin: 0 auto;
}

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 .section-infos {
  width: 85%;
  margin: 20px auto;
  padding: 20px 0;
}

body .section-infos .container {
  width: 100%;
  margin: 0 auto;
}

body .section-infos .container .platform-network {
  background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
}

body .section-infos .container .platform-network::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.6)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
}

body .section-infos .container .platform-network .platform-header {
  margin-bottom: 20px;
}

body .section-infos .container .platform-network .platform-header .platform-title {
  font-size: 24px;
  font-weight: 800;
  color: #202124;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #03429f 0%, #1e40af 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

body .section-infos .container .platform-network .platform-header .platform-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #64748b;
  max-width: 450px;
  margin: 0 auto;
  line-height: 1.3;
}

body .section-infos .container .platform-network .platform-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

body .section-infos .container .platform-network .platform-grid .platform-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  padding: 18px 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(226, 232, 240, 0.8);
  position: relative;
  overflow: hidden;
}

body .section-infos .container .platform-network .platform-grid .platform-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#03429f), to(#3b82f6));
  background: linear-gradient(90deg, #03429f 0%, #3b82f6 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body .section-infos .container .platform-network .platform-grid .platform-card:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
          transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
  border-color: #03429f;
}

body .section-infos .container .platform-network .platform-grid .platform-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #03429f 0%, #1e40af 50%, #3b82f6 100%);
  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;
  margin: 0 auto 12px;
  -webkit-box-shadow: 0 4px 12px rgba(3, 66, 159, 0.3);
          box-shadow: 0 4px 12px rgba(3, 66, 159, 0.3);
  position: relative;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-icon::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-icon i {
  font-size: 16px;
  color: #ffffff;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content {
  text-align: center;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-name {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-description {
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  margin-bottom: 12px;
  line-height: 1.3;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #03429f;
  font-weight: 600;
  font-size: 11px;
  padding: 6px 14px;
  border: 1.5px solid #03429f;
  border-radius: 18px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  position: relative;
  overflow: hidden;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link:hover {
  background: linear-gradient(135deg, #03429f 0%, #1e40af 100%);
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(3, 66, 159, 0.4);
          box-shadow: 0 4px 12px rgba(3, 66, 159, 0.4);
  border-color: #03429f;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link:hover::before {
  left: 100%;
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 10px;
  height: 10px;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

body .section-infos .container .platform-network .platform-mission {
  max-width: 550px;
  margin: 0 auto;
}

body .section-infos .container .platform-network .platform-mission .mission-text {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  line-height: 1.4;
  padding: 12px 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.9) 100%);
  border-radius: 12px;
  border-left: 3px solid #03429f;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

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 .ads-part {
  width: 85%;
  margin: 50px auto;
}

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 .section-infos {
    width: 90%;
    margin: 10px auto;
    padding: 15px 0;
  }
  body .section-infos .container {
    width: 100%;
    margin: 0 auto;
  }
  body .section-infos .container .platform-network {
    background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    border-radius: 16px;
    padding: 18px 12px;
    text-align: center;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
  }
  body .section-infos .container .platform-network::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.6)), to(transparent));
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  }
  body .section-infos .container .platform-network .platform-header {
    margin-bottom: 15px;
  }
  body .section-infos .container .platform-network .platform-header .platform-title {
    font-size: 20px;
    font-weight: 800;
    color: #202124;
    margin-bottom: 6px;
    background: linear-gradient(135deg, #03429f 0%, #1e40af 50%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.3px;
  }
  body .section-infos .container .platform-network .platform-header .platform-subtitle {
    font-size: 11px;
    font-weight: 400;
    color: #64748b;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.2;
  }
  body .section-infos .container .platform-network .platform-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 15px;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    padding: 12px 10px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    position: relative;
    overflow: hidden;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#03429f), to(#3b82f6));
    background: linear-gradient(90deg, #03429f 0%, #3b82f6 100%);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card:hover {
    -webkit-transform: translateY(-2px) scale(1.01);
            transform: translateY(-2px) scale(1.01);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.08);
    border-color: #03429f;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #03429f 0%, #1e40af 50%, #3b82f6 100%);
    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;
    margin: 0 auto 8px;
    -webkit-box-shadow: 0 3px 8px rgba(3, 66, 159, 0.3);
            box-shadow: 0 3px 8px rgba(3, 66, 159, 0.3);
    position: relative;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-icon::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-icon i {
    font-size: 14px;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content {
    text-align: center;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
    letter-spacing: -0.2px;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-description {
    font-size: 10px;
    font-weight: 400;
    color: #64748b;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
    text-decoration: none;
    color: #03429f;
    font-weight: 600;
    font-size: 9px;
    padding: 4px 10px;
    border: 1px solid #03429f;
    border-radius: 12px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    position: relative;
    overflow: hidden;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link:hover {
    background: linear-gradient(135deg, #03429f 0%, #1e40af 100%);
    color: #ffffff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 3px 8px rgba(3, 66, 159, 0.4);
            box-shadow: 0 3px 8px rgba(3, 66, 159, 0.4);
    border-color: #03429f;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link:hover::before {
    left: 100%;
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 8px;
    height: 8px;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  }
  body .section-infos .container .platform-network .platform-grid .platform-card .platform-content .platform-link:hover svg {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  body .section-infos .container .platform-network .platform-mission {
    max-width: 100%;
    margin: 0 auto;
  }
  body .section-infos .container .platform-network .platform-mission .mission-text {
    font-size: 11px;
    font-weight: 500;
    color: #374151;
    line-height: 1.3;
    padding: 8px 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.9) 100%);
    border-radius: 8px;
    border-left: 2px solid #03429f;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  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 */