/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../assets/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-Regular.woff") format("woff"), url("../assets/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../assets/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-Medium.woff") format("woff"), url("../assets/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../assets/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-SemiBold.woff") format("woff"), url("../assets/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../assets/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-Bold.woff") format("woff"), url("../assets/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../assets/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-ExtraBold.woff") format("woff"), url("../assets/fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
body {
  font-family: "Gilroy", sans-serif;
}

.nav {
  display: none;
}

@media (min-width: 1024px) {
  .nav {
    display: block;
    width: 135px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
  }
  .nav img {
    margin: 24px auto;
  }
  .nav ul {
    margin: 0;
    padding: 0;
  }
  .nav li {
    width: 100%;
    height: 135px;
  }
  .nav li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #200e32;
    text-decoration: none;
  }
  .nav li a:hover, .nav li a:focus {
    background: #f7f7f7;
  }
  .nav li a svg {
    margin-bottom: 10px;
  }

  body {
    margin-left: 135px;
  }
}
.header {
  background: linear-gradient(0deg, rgba(37, 40, 119, 0.5), rgba(37, 40, 119, 0.5)), url("../assets/images/corporate-meeting.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 16px 90px;
  margin-bottom: 100px;
}
.header .logo {
  display: inline-block;
}
.header .title {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}

.find-a-job {
  margin: 0 16px 100px;
  border-radius: 16px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.find-a-job div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 340px;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(21, 24, 97, 0.6), rgba(21, 24, 97, 0.6)), url("../assets/images/corporate-deal.jpeg");
  background-size: cover;
  background-position: center;
}
.find-a-job div:last-child {
  padding: 20px;
}
.find-a-job div:last-child .title {
  font-weight: 700;
  font-size: 40px;
  color: #151861;
  margin-bottom: 26px;
}
.find-a-job div:last-child p,
.find-a-job div:last-child li {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.find-a-job div:last-child p {
  margin-bottom: 21px;
}
.find-a-job div:last-child p:last-of-type {
  margin-bottom: 0;
}
.find-a-job div:last-child p a {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.find-a-job div:last-child ul {
  padding-left: 20px;
}
.find-a-job div:last-child .link__search {
  margin-top: 34px;
  background: #111585;
  border-radius: 5px;
  padding: 16px 20px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 1024px) {
  .find-a-job {
    display: flex;
  }
  .find-a-job div:first-child {
    height: auto;
    flex: 3;
    max-width: 562px;
  }
  .find-a-job div:last-child {
    flex: 4;
  }
}
@media (min-width: 1024px) {
  .find-a-job div:last-child {
    padding: 50px;
  }
}
.fill-a-job {
  margin: 0 16px 50px;
  border-radius: 16px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.fill-a-job div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(21, 24, 97, 0.6), rgba(21, 24, 97, 0.6)), url("../assets/images/corporate-meeting-3.jpeg");
  background-size: cover;
  background-position: center;
}
.fill-a-job div:last-child {
  padding: 20px;
}
.fill-a-job div:last-child .title {
  font-weight: 700;
  font-size: 40px;
  color: #151861;
  margin-bottom: 26px;
}
.fill-a-job div:last-child p {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 21px;
}
.fill-a-job div:last-child p:last-of-type {
  margin-bottom: 0;
}
.fill-a-job div:last-child p a {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.fill-a-job div:last-child .link__search {
  margin-top: 34px;
  background: #111585;
  border-radius: 5px;
  padding: 16px 20px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 1024px) {
  .fill-a-job {
    display: flex;
  }
  .fill-a-job div:first-child {
    height: auto;
    flex: 3;
    max-width: 562px;
  }
  .fill-a-job div:last-child {
    flex: 4;
  }
}
@media (min-width: 1024px) {
  .fill-a-job div:last-child {
    padding: 50px;
  }
}
.services {
  padding: 74px 16px;
  margin-bottom: 100px;
  background: linear-gradient(0deg, rgba(21, 24, 97, 0.8), rgba(21, 24, 97, 0.8)), url("../assets/images/corporate-meeting-2.jpeg");
  background-size: cover;
  background-position: center;
}
.services .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 26px;
}
.services p,
.services li {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.services p {
  margin-bottom: 21px;
}

@media (min-width: 1440px) {
  .services {
    display: flex;
    padding: 74px 100px;
  }
  .services h2 {
    margin-right: 100px;
  }
}
.about-us {
  margin: 0 16px 166px;
}
.about-us img {
  margin-bottom: 60px;
}
.about-us .title {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  margin-bottom: 50px;
}
.about-us p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 21px;
}
.about-us ul {
  padding: 0;
  margin-top: 64px;
}
.about-us li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.about-us li svg {
  margin-bottom: 16px;
}

@media (min-width: 375px) {
  .about-us ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media (min-width: 768px) {
  .about-us ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-us {
    display: flex;
    align-items: flex-start;
  }
  .about-us .image-container {
    margin-right: 60px;
    flex: 2;
  }
  .about-us div:last-of-type {
    flex: 4;
  }
  .about-us img {
    margin-bottom: 0;
  }

  .about-us ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.contact {
  padding: 75px 16px;
  background: #151861;
}
.contact .title {
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 50px;
}
.contact p,
.contact h3,
.contact a {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.contact h3 {
  margin-top: 21px;
}
.contact img {
  margin-top: 50px;
  border-radius: 10px;
}

@media (min-width: 1440px) {
  .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 100px;
  }
}
.job-board {
  padding: 20px 0;
}

.embed_jobs_head {
  background-color: #ffffff !important;
}

@media (min-width: 1024px) {
  .job-board {
    padding: 100px 0;
  }
}