html, body {
  scroll-behavior: smooth;
}

#header {
  padding: 60px 0 0 0;
}

#header-toggle,
#header div[class^="menu-header"] {
  display: none !important;
}

#header .container {
  width: 1296px;
}

#header .logo img {
  width: 279px;
  height: auto;
}

body {
  background-image: url('../images/careers-dots.png');
  background-image: image-set(url('../images/careers-dots.png') 1x,
      url('../images/careers-dots@2x.png') 2x);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}

#hero {
  padding: 35px 0 52px 0;
}

#hero .container {
  width: 1295px;
}

#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6 {
  color: var(--light-blue);
  text-transform: uppercase;
  margin-bottom: 15px;
}

#hero p {
  max-width: 860px;
}

#map {
  overflow: hidden;
}

#map.no-interact > * {
  pointer-events: none;
}

#map iframe {
  margin-top: -70px;
  border: none;
  display: block;
  width: 100%;
  max-width: 100%;
}

#map::before {
  display: none !important;
}

#map .container {
  width: 1400px;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

#map .box {
  pointer-events: all;
  background-color: rgba(2, 117, 179, 0.8);
  border-radius: 15px;
  position: relative;
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
}

#map .box p {
  color: #fff;
  max-width: 242px;
}

#map .box a.close {
  background: #fff;
  position: absolute;
  text-align: center;
  opacity: 1;
  top: 21px;
  right: 18px;
  border-radius: 50px;
  width: 29px;
  font-size: 18px;
  line-height: 28px;
  color: #0275B3;
  font-family: 'Normalidad Wide';
  font-weight: 900;
}

#clients {
  background-color: var(--dark-green);
  text-align: center;
  padding: 55px 0 129px 0;
}

#clients .title {
  color: #fff;
  margin-bottom: 45px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

#clients .text {
  color: #fff;
  max-width: 978px;
  margin: 0 auto 44px auto;
}

#clients .spacer {
  height: 40px;
  border-bottom: 1px solid #fff;
  position: relative;
  margin: 45px auto;
  max-width: 961px;
}

#clients .spacer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #fff;
}

#clients .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

#clients .logos img {
  max-height: 48px;
}

#openings {
  margin-top: -82px;
  padding-bottom: 71px;
  text-align: center;
}

#openings .container {
  width: 1400px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}

#openings .el {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 15px;
  width: 305px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#openings .img {
  height: 93px;
}

#openings p.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  max-width: 100%;
  min-height: 60px;
}

#openings p {
  font-size: 15px;
  margin: 0;
  max-width: 244px;
  font-weight: 600;
}

#openings .text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 164px;
  padding-bottom: 11px;
}

#openings .button {
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  padding: 0;
  text-align: center;
  margin-top: auto;
}

#why .container {
  display: flex;
  width: 100%;
  padding: 0;
  height: 784px;
}

#why .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#why .left .title {
  color: #fff;
  text-transform: uppercase;
  max-width: 562px;
}

#why .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
  background: #eaeaea;
  height: 100%;
  padding: 15px;
}

#why .right .el {
  width: 459px;
  min-height: 124px;
  border-left: 10px solid var(--light-blue);
  padding: 8px 0 0 26px;
}

#why .right .el p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

#why .right .el p strong {
  font-size: 28px;
  color: var(--light-blue);
  display: block;
  margin-bottom: 21px;
  text-transform: capitalize;
  font-family: 'Normalidad Wide';
  font-weight: 500;
  letter-spacing: 0.03em;
}

#benefits {
  padding: 60px 0 50px 0;
  text-align: center;
  background: #121e23;
}

#benefits .title {
  margin-bottom: 72px;
  text-transform: uppercase;
  color: #fff;
}

#benefits .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 63px 0;
  max-width: 1119px;
  margin: 0 auto;
}

#benefits .inner .el {
  width: 25%;
  display: flex;
  flex-direction: column;
}

#benefits .inner .el .img {
  height: 110px;
}

#benefits .inner .el p {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Normalidad Wide';
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

#benefits .text {
  text-align: center;
  margin-top: 56px;
}

#benefits .text p {
  font-size: 14px;
  color: #fff;
}

#people {
  background: var(--blue);
  padding: 82px 0 48px 0;
}

#people .container {
  width: 1400px;
}

#people .title {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding-left: 2.1em;
  margin-left: 4px;
}

#people .title span {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6em;
  color: rgba(2, 117, 178, 0.7);
  left: 0;
  top: 0.165em;
  z-index: 1;
}

#people .title strong {
  position: relative;
  z-index: 2;
}

#people .inner {
  display: flex;
  justify-content: center;
  gap: 31px;
  margin-top: 100px;
}

#people .el {
  background: #eaeaea;
  border-radius: 8px;
  text-align: center;
  width: 430px;
  max-width: 100%;
  padding: 0 20px 40px 20px;
}

#people .el .img img {
  border-radius: 50%;
  border: 5px solid #eaeaea;
  margin-top: -80px;
  max-width: 167px;
}

#people .name {
  font-family: 'Normalidad Wide';
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0 1px 0;
}

#people .position {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

#people .testim-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  width: 100%;
  color: var(--light-blue);
  border-bottom: 3px solid var(--light-blue);
  padding-bottom: 10px;
  margin: 0 auto 20px auto;
  max-width: 358px;
}

#people .testim {
  font-size: 15px;
  font-weight: 600;
}

#brands {
  padding: 73px 0 81px 0;
  text-align: center;
}

#brands .title {
  margin-bottom: 39px;
  text-transform: uppercase;
}

#brands .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 38px 53px;
  max-width: 918px;
  margin: 0 auto 34px auto;
}

#brands .text {
  max-width: 962px;
  margin: 0 auto;
}

#bottom {
  padding: 43px 0;
  text-align: center;
  background: var(--dark-green);
}

#bottom .title {
  text-transform: capitalize;
  margin-bottom: 14px;
}

#bottom p {
  color: #fff;
  max-width: 874px;
  margin: 0 auto;
}

#bottom .button {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-top: 40px;
  padding: 0 30px;
}

@media screen and (max-width: 1300px) {
  #why .left .title {
    font-size: 54px;
    line-height: 1.1em;
    max-width: 462px;
  }

  #why .right .el p strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  #why .left .title {
    font-size: 34px;
    max-width: 292px;
  }

  #why .right {
    align-items: start;
  }

  #why .right .el {
    width: auto;
  }

  #why .right .el p strong {
    font-size: 18px;
  }

  #people .title {
    max-width: 690px;
  }

  #people .inner {
    flex-direction: column;
    align-items: center;
    gap: 111px;
    margin-top: 131px;
  }

  #map .box {
    height: auto;
    padding: 50px 15px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    padding-top: 20px;
  }

  #header .logo img {
    width: auto;
  }

  #hero h1 {
    max-width: 500px;
  }

  #why .container {
    flex-direction: column;
    height: auto;
  }

  #why .left {
    height: auto;
    flex: unset;
    padding: 60px 25px;
  }

  #why .right {
    height: auto;
    flex: unset;
    padding: 30px 25px;
  }

  #benefits .inner .el {
    width: 50%;
  }

  #benefits .inner .el .img {
    height: 100px;
  }

  #benefits .inner .el img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
  }

  #people .el .img img {
    max-width: 137px;
  }

  #bottom .button {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
}

@media screen and (max-width: 694px) {

  #openings p.title,
  #openings .text {
    min-height: auto;
  }

  #openings .img {
    height: auto;
  }

  #openings p.title {
    margin: 12px 0 8px 0;
  }

  #openings .button {
    margin-top: 5px;
  }
  
  #brands {
    padding: 60px 0;
  }
}

@media screen and (max-width: 567px) {
  #hero h1 {
    max-width: 340px;
    font-size:24px;
  }

  #clients .text + img {
    max-width: 80px;
  }

  #clients .el {
    width: 100%;
  }

  #benefits .inner .el p {
    padding: 0 10px;
    font-size: 16px;
  }

  #brands .el {
    width: 120px;
  }

  #brands .el img {
    max-height: 23px;
    width: auto;
  }

  #map .box {
    max-width: 220px;
  }

  #map .box a.close {
    font-size: 13px;
    width: 22px;
    line-height: 22px;
    top: 14px;
    right: 17px;
  }

  #bottom .button {
    font-size: 12px;
    padding: 0 15px;
  }
}