@charset "UTF-8";
body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  background-color: #ffffff;
}

.fadein {
  -webkit-animation: fadeinanimation 3s;
          animation: fadeinanimation 3s;
  visibility: visible !important;
}

@-webkit-keyframes fadeinanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeinanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.max-width-center {
  max-width: 1280px;
  margin: auto;
}

.maincontent__herobanner {
  background: url("https://www.jobget.com/landing-page-2023/header-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  position: relative;
  top: 0;
  -webkit-transition: top 1s;
  transition: top 1s;
  margin: 0 auto;
}
.maincontent__herobanner-contentrow {
  display: grid;
  grid-template-columns: 54% 46%;
  position: relative;
  height: inherit;
  overflow: hidden;
}
@media screen and (min-width: 1281px) and (max-width: 1436px) {
  .maincontent__herobanner-contentrow {
    padding: 0 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .maincontent__herobanner-contentrow {
    grid-template-columns: 55% 45%;
    padding: 0 40px;
  }
}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
  .maincontent__herobanner-contentrow {
    grid-template-columns: 100%;
    grid-row-gap: 0px;
    row-gap: 0px;
    grid-template-areas: "text" "image";
    top: 112px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__herobanner-contentrow {
    padding: 0 24px;
    grid-row-gap: 0px;
    row-gap: 0px;
    grid-template-areas: "text" "image";
    top: 70px;
  }
}
.maincontent__herobanner-contentrow > img {
  height: 520px;
  width: auto;
  max-width: 624px;
  border-radius: 0 120px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .maincontent__herobanner-contentrow > img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
  .maincontent__herobanner-contentrow > img {
    grid-row: 1;
    grid-area: image;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__herobanner-contentrow > img {
    min-width: unset;
    width: 100%;
    top: unset;
    position: static;
    position: initial;
    max-width: 100%;
    height: auto;
    grid-area: image;
  }
}
.maincontent__herobanner-contentrow .textcontent {
  padding-right: 129px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .maincontent__herobanner-contentrow .textcontent {
    padding-right: 54px;
  }
}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
  .maincontent__herobanner-contentrow .textcontent {
    padding-right: 0;
    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;
    grid-area: text;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__herobanner-contentrow .textcontent {
    grid-area: text;
    padding: 0;
    text-align: center;
    margin-top: 24px;
    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;
  }
}
.maincontent__herobanner-contentrow .textcontent > div {
  max-width: 310px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
}
.maincontent__herobanner-contentrow .textcontent > div img {
  max-width: 146px;
}
.maincontent__herobanner-contentrow .textcontent > h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
}
.maincontent__herobanner-contentrow .textcontent > h2 > span {
  color: #E6ED5A;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .maincontent__herobanner-contentrow .textcontent > h2 {
    font-size: 4vw;
  }
}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
  .maincontent__herobanner-contentrow .textcontent > h2 {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__herobanner-contentrow .textcontent > h2 {
    font-size: 48px;
  }
}
.maincontent__herobanner-contentrow .textcontent > p {
  letter-spacing: 0.5px;
  color: #ffffff;
  font-family: "Golos Text";
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.maincontent__herobanner-contentrow .textcontent .post-btn {
  border-radius: 100px;
  background-color: #e6ed5a;
  color: #253156;
  padding: 21px 88px 21px 88px;
  text-align: center;
  font-weight: 700;
  outline: 0;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  font-size: 16px;
  font-family: "Outfit";
  width: 310px;
}
.maincontent__informationrow {
  margin-top: 144px;
  padding: 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .maincontent__informationrow {
    margin-top: 80px;
    padding: 0 40px;
  }
}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
  .maincontent__informationrow {
    padding: 0 40px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow {
    margin-top: 54px;
    padding: 0 24px;
  }
}
.maincontent__informationrow .jobget-social-network-info {
  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;
  margin-bottom: 54px;
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .jobget-social-network-info {
    margin-bottom: 40px;
  }
}
.maincontent__informationrow .jobget-social-network-info h3 {
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #3D0AAA;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .jobget-social-network-info h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .jobget-social-network-info h3 {
    font-size: 32px;
  }
}
.maincontent__informationrow .jobget-social-network-info h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: #3F335A;
  width: 75%;
  font-family: "Golos Text";
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .jobget-social-network-info h4 {
    width: 80%;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .jobget-social-network-info h4 {
    width: 100%;
    margin: 32px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.maincontent__informationrow :nth-child(2),
.maincontent__informationrow :nth-child(4) {
  grid-template-columns: 49% 51%;
}
.maincontent__informationrow :nth-child(2) img,
.maincontent__informationrow :nth-child(4) img {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow :nth-child(2) img,
.maincontent__informationrow :nth-child(4) img {
    width: 100%;
  }
}
.maincontent__informationrow :nth-child(3),
.maincontent__informationrow :nth-child(5) {
  grid-template-columns: 51% 49%;
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow :nth-child(3) img,
.maincontent__informationrow :nth-child(5) img {
    grid-row: 2;
  }
}
.maincontent__informationrow :nth-child(3) img,
.maincontent__informationrow :nth-child(5) img {
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow :nth-child(3) img,
.maincontent__informationrow :nth-child(5) img {
    position: relative;
    width: 100%;
  }
}
.maincontent__informationrow .individualinformation {
  display: grid;
  position: relative;
  margin: 10px 0;
  margin-bottom: 84px;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .individualinformation {
    grid-template-columns: 55% 45%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation {
    grid-template-columns: 100%;
    overflow: hidden;
    margin: 32px 0;
    margin-bottom: 54px;
    grid-row-gap: 24px;
    row-gap: 24px;
  }
}
.maincontent__informationrow .individualinformation > img {
  max-width: 470px;
  max-height: 632px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation > img:nth-child(2) {
    grid-row: 1;
  }
}
.maincontent__informationrow .individualinformation > div {
  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: 85%;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .individualinformation > div {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation > div {
    max-width: 100%;
  }
}
.maincontent__informationrow .individualinformation > div:nth-child(1), .maincontent__informationrow .individualinformation > div:nth-child(3) {
  padding-left: 130px;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .individualinformation > div:nth-child(1), .maincontent__informationrow .individualinformation > div:nth-child(3) {
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation > div:nth-child(1), .maincontent__informationrow .individualinformation > div:nth-child(3) {
    padding: 0;
  }
}
.maincontent__informationrow .individualinformation > div:nth-child(2), .maincontent__informationrow .individualinformation > div:nth-child(4) {
  padding-right: 130px;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .individualinformation > div:nth-child(2), .maincontent__informationrow .individualinformation > div:nth-child(4) {
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation > div:nth-child(2), .maincontent__informationrow .individualinformation > div:nth-child(4) {
    padding: 0;
  }
}
.maincontent__informationrow .individualinformation > div > span {
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #3D0AAA;
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .individualinformation > div > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation > div > span {
    font-size: 28px;
  }
}
.maincontent__informationrow .individualinformation > div > span:nth-child(2) {
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.54);
  margin: 32px 0;
  font-family: "Golos Text";
}
@media screen and (max-width: 1280px) {
  .maincontent__informationrow .individualinformation > div > span:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation > div > span:nth-child(2) {
    margin: 28px 0;
  }
}
.maincontent__informationrow .individualinformation > div > a {
  text-decoration: none;
  background: #6a45ff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
  max-width: 308px;
  min-height: 53px;
  min-width: 308px;
}
@media screen and (max-width: 720px) {
  .maincontent__informationrow .individualinformation > div > a {
    max-width: 100%;
  }
}
.maincontent__testimonialrow {
  background: url("https://www.jobget.com/landing-page-2023/bg_testmonials.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 20px;
  padding: 80px 0;
  overflow: hidden;
}
.maincontent__testimonialrow--background {
  position: absolute;
  height: 115%;
  width: 100%;
  bottom: -26px;
  right: 0;
}
@media screen and (min-width: 1311px) and (max-width: 1734px) {
  .maincontent__testimonialrow {
    padding: 60px 10px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1310px) {
  .maincontent__testimonialrow {
    padding: 44px 10px;
  }
}
@media screen and (max-width: 1280px) {
  .maincontent__testimonialrow {
    padding: 72px 10px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__testimonialrow {
    padding: 65px 10px;
  }
}
.maincontent__testimonialrow .wrapper {
  width: 100%;
  position: relative;
}
.maincontent__testimonialrow .wrapper .prev,
.maincontent__testimonialrow .wrapper .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  color: #253156;
  font-weight: bold;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #e6ed5a;
  -webkit-box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.06);
          box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.06);
  border-radius: 100px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .maincontent__testimonialrow .wrapper .prev,
.maincontent__testimonialrow .wrapper .next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }
}
.maincontent__testimonialrow .wrapper .next {
  right: 21.5%;
}
@media screen and (max-width: 720px) {
  .maincontent__testimonialrow .wrapper .next {
    right: 10px;
  }
}
.maincontent__testimonialrow .wrapper .prev {
  left: 21%;
}
@media screen and (max-width: 720px) {
  .maincontent__testimonialrow .wrapper .prev {
    left: 10px;
  }
}
.maincontent__testimonialrow .wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  grid-gap: 0;
  gap: 0;
  border-radius: 40px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin: auto;
  scroll-behavior: smooth;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 48px;
  width: 160%;
  position: relative;
  left: -27%;
}
.maincontent__testimonialrow .carousel::-webkit-scrollbar {
  display: none;
}
.maincontent__testimonialrow .carousel.no-transition {
  scroll-behavior: auto;
}
.maincontent__testimonialrow .carousel.dragging {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
  scroll-behavior: auto;
}
.maincontent__testimonialrow .carousel.dragging .card {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.maincontent__testimonialrow .carousel :where(.card, .img) {
  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;
}
.maincontent__testimonialrow .carousel .card {
  scroll-snap-align: start;
  list-style: none;
  background: #6A45FF;
  cursor: pointer;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 40px;
}
.maincontent__testimonialrow .carousel .card > div {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 80%;
  margin: auto;
  border-radius: 40px;
  color: white;
  padding: 1px 0;
  position: relative;
  height: 100%;
  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;
}
.maincontent__testimonialrow .carousel .card .text {
  font-size: 20px;
  line-height: 30px;
  width: 75%;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .maincontent__testimonialrow .carousel .card .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.maincontent__testimonialrow .carousel .card .source {
  margin-bottom: 48px;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .maincontent__testimonialrow .carousel .card .source {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__testimonialrow .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
    left: -64%;
  }
}
.maincontent__testimonialrow .wrapping_container {
  position: relative;
}
@media screen and (max-width: 720px) {
  .maincontent__testimonialrow .wrapping_container {
    padding: 0 10px;
  }
}
.maincontent__testimonialrow .wrapping_container > span {
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0.5px;
  padding-bottom: 48px;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #3F335A;
}
@media screen and (max-width: 1280px) {
  .maincontent__testimonialrow .wrapping_container > span {
    font-size: 32px;
  }
}
.maincontent__testimonialrow .wrapping_container .slideshow-container {
  position: relative;
  margin: auto;
  scroll-behavior: smooth;
  min-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.maincontent__testimonialrow .wrapping_container .slideshow-container--transitionadded {
  -webkit-transition: 1.5s -webkit-transform ease-in-out;
  transition: 1.5s -webkit-transform ease-in-out;
  transition: 1.5s transform ease-in-out;
  transition: 1.5s transform ease-in-out, 1.5s -webkit-transform ease-in-out;
}
.maincontent__testimonialrow .wrapping_container .dot {
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #977dff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  opacity: 0.3;
}
.maincontent__testimonialrow .wrapping_container .active {
  background-color: #6a45ff;
  opacity: 1;
}
.maincontent__businessescarouselrow {
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .maincontent__businessescarouselrow {
    margin-top: 80px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__businessescarouselrow {
    margin-top: 54px;
    padding: 0 24px;
  }
}
.maincontent__businessescarouselrow > span {
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #3F335A;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 1280px) {
  .maincontent__businessescarouselrow > span {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.maincontent__businessescarouselrow > div {
  overflow: hidden;
  height: 54px;
}
@media screen and (max-width: 1280px) {
  .maincontent__businessescarouselrow > div {
    height: 48px;
  }
}
.maincontent__businessescarouselrow > div :hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.maincontent__businessescarouselrow > div > div {
  background: url("https://www.jobget.com/landing-page-2023/logos-moving.png") repeat-x;
  height: inherit;
  background-size: contain;
  width: 9999px;
  -webkit-animation: slide 300s linear infinite;
          animation: slide 300s linear infinite;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-9999px);
            transform: translateX(-9999px);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-9999px);
            transform: translateX(-9999px);
  }
}
.maincontent__jobsearchrow {
  margin-top: 100px;
  margin-bottom: 54px;
  padding: 0 80px;
  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;
}
@media screen and (max-width: 1280px) {
  .maincontent__jobsearchrow {
    padding: 0 40px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__jobsearchrow {
    padding: 0 24px;
    margin-top: 54px;
    margin-bottom: 24px;
  }
}
.maincontent__jobsearchrow > span {
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  color: #3F335A;
  margin-bottom: 54px;
}
@media screen and (max-width: 1280px) {
  .maincontent__jobsearchrow > span {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.maincontent__jobsearchrow .top_locations {
  display: grid;
  max-width: 1024px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-row-gap: 24px;
  row-gap: 24px;
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .maincontent__jobsearchrow .top_locations {
    grid-template-columns: repeat(auto-fit, minmax(184px, 1fr));
    max-width: 1024px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media only screen and (device-width: 820px), only screen and (max-width: 820px) {
  .maincontent__jobsearchrow .top_locations {
    grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
    max-width: 820px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__jobsearchrow .top_locations {
    grid-template-columns: repeat(1, auto);
    padding: 0 10px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.maincontent__jobsearchrow .top_locations a {
  position: relative;
  text-align: center;
}
.maincontent__jobsearchrow .top_locations a > img {
  max-height: 215px;
  max-width: 215px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .maincontent__jobsearchrow .top_locations a > img {
    max-height: 184px;
    max-width: 184px;
  }
}
@media only screen and (device-width: 820px), only screen and (max-width: 820px) {
  .maincontent__jobsearchrow .top_locations a > img {
    max-height: 154px;
    max-width: 154px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__jobsearchrow .top_locations a > img {
    max-height: 215px;
    max-width: 215px;
  }
}
.maincontent__jobsearchrow .top_locations a > img:nth-child(2) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.maincontent__jobsearchrow .top_locations a > div {
  position: absolute;
  top: 50%;
  width: 215px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 0 1px 0 black;
}
@media screen and (max-width: 1024px) {
  .maincontent__jobsearchrow .top_locations a > div {
    width: 184px;
    font-size: 24px;
  }
}
@media only screen and (device-width: 820px), only screen and (max-width: 820px) {
  .maincontent__jobsearchrow .top_locations a > div {
    font-size: 22px;
    width: 100%;
  }
}
.maincontent__featuredinrow {
  padding: 64px 80px;
}
@media screen and (max-width: 1280px) {
  .maincontent__featuredinrow {
    padding: 54px 40px;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__featuredinrow {
    padding: 40px 24px;
  }
}
.maincontent__featuredinrow > span {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #3F335A;
  margin-bottom: 32px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .maincontent__featuredinrow > span {
    font-size: 32px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    width: 100%;
  }
}
.maincontent__featuredinrow > div > div {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-row-gap: 24px;
  row-gap: 24px;
  grid-column-gap: 54px;
  -webkit-column-gap: 54px;
     -moz-column-gap: 54px;
          column-gap: 54px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .maincontent__featuredinrow > div > div {
    grid-template-columns: repeat(3, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__featuredinrow > div > div {
    grid-template-columns: repeat(2, auto);
    padding: 0 14px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.maincontent__featuredinrow > div > div > a {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .maincontent__featuredinrow > div > div > a:nth-of-type(1), .maincontent__featuredinrow > div > div > a:nth-of-type(2), .maincontent__featuredinrow > div > div > a:nth-of-type(3) {
    grid-row: 2;
  }
  .maincontent__featuredinrow > div > div > a:nth-of-type(4), .maincontent__featuredinrow > div > div > a:nth-of-type(5), .maincontent__featuredinrow > div > div > a:nth-of-type(6) {
    grid-row: 3;
  }
}
@media screen and (max-width: 720px) {
  .maincontent__featuredinrow > div > div > a {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .maincontent__featuredinrow > div > div > a:nth-of-type(1), .maincontent__featuredinrow > div > div > a:nth-of-type(2) {
    grid-row: 2;
  }
  .maincontent__featuredinrow > div > div > a:nth-of-type(3), .maincontent__featuredinrow > div > div > a:nth-of-type(4) {
    grid-row: 3;
  }
  .maincontent__featuredinrow > div > div > a:nth-of-type(5), .maincontent__featuredinrow > div > div > a:nth-of-type(6) {
    grid-row: 4;
  }
}
.maincontent__featuredinrow > div > div > a:nth-of-type(1) {
  pointer-events: unset;
}
.maincontent__featuredinrow > div > div > a img {
  margin: auto;
}
@media screen and (max-width: 720px) {
  .maincontent__featuredinrow > div > div > a img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

article {
  position: fixed;
  max-width: 400px;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background-color: #ffffff;
  padding: 48px 16px 8px 16px;
  z-index: 3;
}
article #close-modal {
  position: absolute;
  right: 29px;
  top: 14px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 34px;
  cursor: pointer;
}
article #close-modal::after {
  content: "×";
}
article > img {
  max-width: 240px;
  max-height: 240px;
  width: 100%;
  height: 100%;
}
article h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0.75px;
  color: #3D0AAA;
  margin: 16px 0 24px 0;
  width: 100%;
  text-align: left;
}
article label {
  display: none;
}
article input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  min-height: 56px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.25px;
  padding: 0 24px;
  outline: none;
  color: #6A45FF;
  background: #F1EAFF;
  border: 1.5px solid #F1EAFF;
}
article input::-webkit-input-placeholder {
  color: #6A45FF;
  font-size: 16px;
  font-weight: 400;
}
article input::-moz-placeholder {
  color: #6A45FF;
  font-size: 16px;
  font-weight: 400;
}
article input:-ms-input-placeholder {
  color: #6A45FF;
  font-size: 16px;
  font-weight: 400;
}
article input::-ms-input-placeholder {
  color: #6A45FF;
  font-size: 16px;
  font-weight: 400;
}
article input::placeholder {
  color: #6A45FF;
  font-size: 16px;
  font-weight: 400;
}
article .input--error {
  border: 1.5px solid #b61827;
}
article button {
  background: #6A45FF;
  border-radius: 50px;
  width: 100%;
  min-height: 56px;
  color: #ffffff;
  border: none;
  margin: 16px 0 40px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
article div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 310px;
  min-width: 152px;
}
article div a {
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #040707;
  border-radius: 7px;
  width: 152px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  article div a {
    margin-bottom: 24px;
  }
}
article .toast {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  min-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.backdrop {
  position: fixed;
  background: rgba(24, 39, 51, 0.85);
  width: 200vw;
  height: 200vh;
  top: 0;
  left: 0;
  z-index: 2;
}

.success-toast {
  position: fixed;
  bottom: 30px;
  background: #344051;
  color: white;
  padding: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
