body,
body * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ag {
  width: 100%;
  max-width: 778px;
  margin: min(20px, max(0px, calc(50vw - 389px))) auto;
  text-align: left;
  background: #fff;
  border: 1px solid #999;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: 'Source Sans Pro', sans-serif, Arial;
  color: #000;
  font-size: 13px;
  line-height: 20px;
}
#ag h1,
#ag h2,
#ag h3,
#ag h4,
#ag h5,
#ag h6,
#ag p,
#ag ul,
#ag ol {
  font-family: 'Source Sans Pro', sans-serif, Arial;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  padding-top: 15px;
}
#ag h1 {
  font-size: 42px;
  line-height: 48px;
}
#ag h2,
#ag p[role="heading"][aria-level="2"] {
  font-size: 20px;
  line-height: 25px;
  padding-top: 2px;
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #d7dc52, #30a936);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ag h3,
#ag p[role="heading"][aria-level="3"] {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
#ag h3 + p,
#ag p[role="heading"][aria-level="3"] + p,
#ag h3 + ul,
#ag p[role="heading"][aria-level="3"] + ul {
  padding-top: 10px;
}
#ag a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ag a:hover {
  color: inherit;
  text-decoration: underline;
}
#ag ul {
  list-style-type: none;
}
#ag ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
#ag ul li:first-child {
  margin-top: 0;
}
#ag ul li:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 1px;
  height: 10px;
  width: 10px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='155' height='155'%3E%3Cpath stroke='none' fill='%233A9D35' d='M59.866442431226 9.8284214018671a30 30 0 0 1 35.267115137548 0l45.634584299946 33.155466241757a30 30 0 0 1 10.89813792008 33.541019662497l-17.430860140107 53.646671292012a30 30 0 0 1 -28.531695488855 20.729490168752l-56.407448319678 0a30 30 0 0 1 -28.531695488855 -20.729490168752l-17.430860140107 -53.646671292012a30 30 0 0 1 10.89813792008 -33.541019662497'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#ag ul ul {
  padding-top: 10px;
}
#ag header {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#ag header .logo {
  width: 250px;
  max-width: 100%;
}
#ag main {
  position: relative;
  padding: 0 min(35px, 4.5vw);
}
#ag main .image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
#ag main [itemprop="hiringOrganization"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse wrap;
          flex-flow: column-reverse wrap;
}
#ag main .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 min(70px, 9vw);
}
#ag main .job > div {
  width: calc((100% - min(70px, 9vw)) / 2);
}
#ag .contact {
  position: relative;
  width: 580px;
  max-width: 100%;
  margin-left: max(-35px, -4.5vw);
  padding: 0 min(35px, 4.5vw) 20px min(35px, 4.5vw);
  background: left bottom/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='440' height='142' viewBox='0 0 440 142' version='1.1'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' style='stop-color: %23d7dc52; stop-opacity: 1' /%3E%3Cstop offset='100%25' style='stop-color: %2355b43c; stop-opacity: 1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23grad)' d=' M 0 18 L 0 142, 440 142, 432.089 121.915 C 418.122 87.211, 409.485 72.864, 391.001 53.662 C 369.165 30.977, 343.263 15.395, 312.762 6.593 C 297.440 2.172, 287.579 0.836, 267.500 0.460 C 251.131 0.154, 231.469 1.336, 125.500 8.999 L 0 18 '/%3E%3C/svg%3E");
}
#ag .contact h3,
#ag .contact p[role="heading"][aria-level="3"] {
  font-size: 22px;
}
#ag .contact h3 + p,
#ag .contact p[role="heading"][aria-level="3"] + p {
  padding-top: 0;
}
#ag .website {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
#ag .website a {
  background: -webkit-linear-gradient(0deg, #d7dc52, #30a936);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
#ag .ldad {
  display: none !important;
}
@media all and (max-width: 779px) {
  #ag {
    border: none;
  }
}
@media (max-width: 660px) {
  #ag h1 {
    font-size: 25px;
    line-height: 28px;
  }
  #ag h3,
  #ag p[role="heading"][aria-level="3"],
  #ag .contact h3,
  #ag .contact p[role="heading"][aria-level="3"] {
    font-size: 20px;
    line-height: 25px;
  }
  #ag main .image {
    opacity: 0.3;
  }
  #ag main .job > div {
    width: 100%;
  }
  #ag main .contact {
    width: calc(100% + 9vw);
    max-width: calc(100% + 9vw);
    margin-right: -4.5vw;
    background-size: cover;
  }
  #ag .website {
    display: none;
  }
}
@media (max-width: 480px) {
  #ag {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media print {
  #ag {
    margin: 0;
    max-width: 100%;
    border-width: 0;
  }
  header,
  [itemprop] {
    page-break-inside: avoid;
  }
}
