html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
  background: #1C1C1C;
}

a {
  text-decoration: none;
}

#heroSection {
  padding: 32px 0 66px 0;
  background: linear-gradient(359.7deg, rgba(0, 0, 0, 0) 9.44%, #1C1C1C 201.37%), url("./media/info_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#heroSection header {
  background: #1C1C1C;
  height: 68px;
  width: calc(100vw - 64px);
  margin: 0 auto;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
#heroSection header .heroSection_social {
  display: flex;
  column-gap: 20px;
}
#heroSection header .heroSection_social a {
  height: 24px;
}
#heroSection header nav a {
  color: #AEACAC;
  margin-left: 26px;
  font-size: 14px;
}
#heroSection header nav a.active {
  color: #fff;
}
#heroSection header nav .heroSection_mainlink {
  background: #CAFF33;
  color: #1C1C1C;
  padding: 8px 16px;
  display: inline-block;
  height: 36px;
  border-radius: 24px;
  font-size: 16px;
  margin-left: 32px;
  font-weight: 600;
}
#heroSection #heroSection_title {
  max-width: 1144px;
  padding: 0 16px;
  width: 100%;
  margin: 80px auto 0 auto;
}
#heroSection #heroSection_title a {
  width: 115px;
  height: 40px;
  display: flex;
  border-radius: 24px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  color: #fff;
}
#heroSection #heroSection_title a img {
  width: 24px;
  height: 24px;
}
#heroSection #heroSection_title h1 {
  font-size: 68px;
  font-weight: 700;
  height: 144px;
  line-height: 68px;
  margin-top: 32px;
  margin-bottom: 0;
  color: white;
}
#heroSection #heroSection_title h1 span {
  color: rgb(202, 255, 51);
}

footer {
  height: 88px;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  align-items: center;
  border-top: 1px solid rgb(71, 70, 70);
}
footer #footer_rules {
  display: flex;
  column-gap: 44px;
}
footer #footer_rules a {
  color: #fff;
  position: relative;
}
footer #footer_rules a:not(:nth-child(1))::before {
  position: absolute;
  content: " ";
  width: 4px;
  left: -22px;
  top: calc(50% - 2px);
  height: 4px;
  background: rgb(174, 172, 172);
  border-radius: 50%;
}
footer #footer_wrapper {
  max-width: 1176px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer span {
  color: rgb(174, 172, 172);
}

#infosection {
  position: relative;
  top: -54px;
  padding-top: 172px;
  background-image: url("./media/info_mainbg.png");
}
#infosection #infosection_wrapper {
  max-width: 1144px;
  width: 100%;
  margin: 0 auto;
  color: white;
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  row-gap: 32px;
}
#infosection #infosection_wrapper h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
}
#infosection #infosection_wrapper h5 {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
#infosection #infosection_wrapper p {
  margin: 8px 0;
  line-height: 24px;
  font-size: 16px;
}
#infosection #infosection_wrapper li {
  margin: 6px 0;
}

#heroSection .mobile_header {
  display: none;
}

#heroSection #heroSection_title h1 {
  word-break: break-all;
}

#contactus {
  background: url("./media/small_footer.png");
  background-position: center top;
  position: relative;
  z-index: 2;
  display: flex;
}
#contactus .contactus_bottom {
  display: flex;
  max-width: 1144px;
  padding: 0 16px;
  margin: auto auto 0 auto;
  width: 100%;
  justify-content: space-between;
  align-items: start;
}
#contactus .contactus_bottom > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#contactus .contactus_bottom > div:nth-child(2) {
  align-items: center;
}
#contactus .contactus_bottom > div:nth-child(2) h4 {
  margin-bottom: 8px;
}
#contactus .contactus_bottom h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
#contactus .contactus_bottom .contactus_media {
  display: flex;
  column-gap: 32px;
  margin-top: 48px;
}
#contactus .contactus_menu {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  width: 182px;
}
#contactus .contactus_menu a {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 32px;
}

#heroSection header .heroSection_mainlink {
  background: #CAFF33;
  color: #1C1C1C;
  padding: 8px 16px;
  display: inline-block;
  height: 36px;
  border-radius: 24px;
  font-size: 16px;
  margin-left: 32px;
  font-weight: 600;
}

@media (max-width: 988px) {
  #heroSection main .heroSection_rightmain.desktop {
    display: none;
  }
  #heroSection {
    padding-top: 32px;
    height: 939px;
    background-image: url("./media/banner_bg.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  #heroSection .mobile_header {
    display: flex;
    flex-direction: column;
    height: 72px;
    margin: 0 16px;
    width: calc(100vw - 32px);
    padding: 12px 20px;
  }
  #heroSection .mobile_header .heroSection_mainlink {
    height: 24px;
    padding: 0 8px;
    font-size: 12px;
    align-items: center;
    display: flex;
  }
  #heroSection .mobile_header .mobile_upperheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #heroSection .mobile_header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #heroSection .mobile_header nav a {
    margin: 0;
  }
  #heroSection header {
    display: none;
  }
  #heroSection main {
    flex-direction: column;
    padding: 40px 16px 0 16px;
    align-items: start;
  }
  #heroSection main #heroSection_leftmain > div h1 {
    font-size: 72px;
  }
  #heroSection main #heroSection_leftmain > div h1:nth-child(2) {
    font-size: 72px;
    margin-top: 52px;
  }
  #heroSection main #heroSection_leftmain .heroSection_rotatedText {
    width: 262px;
    height: 60px;
    left: 0;
    bottom: 68px;
    font-size: 32px;
  }
  #heroSection main #heroSection_leftmain > div h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  #heroSection main div.heroSection_rightmain {
    margin-top: 148px;
    flex-direction: row;
    column-gap: 20px;
    width: calc(100vw - 16px);
    overflow: overlay;
  }
  #heroSection main div.heroSection_rightmain > div {
    min-width: 279px;
    padding: 16px 24px;
    height: fit-content;
  }
  #heroSection main #heroSection_swiper {
    width: calc(100% + 16px);
  }
  #heroSection main #heroSection_swiper .swiper-slide {
    max-width: calc(100vw - 16px);
  }
  #offerSection {
    background-image: url("./media/mobile_offers.png");
    height: 1998px;
    top: -64px;
    padding: 185px 16px 0 16px;
  }
  #heroSection header nav a {
    font-size: 12px;
  }
  main #offerSection div.offerSection_card,
  #offerSection .offerSection_card:nth-child(2n) {
    padding: 0;
    flex-direction: column;
    position: relative;
  }
  #offerSection .offerSection_card > div {
    width: 100%;
  }
  #offerSection .offerSection_card {
    margin-bottom: 140px;
    height: auto;
  }
  #offerSection .offerSection_card .offerSection_cardrightside img {
    position: absolute;
    width: 156px;
    height: 156px;
    left: 0;
  }
  #offerSection .offerSection_card:nth-child(2n) .offerSection_cardrightside img {
    right: 0;
    left: auto;
  }
  #offerSection .offerSection_card .offerSection_cardleftside {
    padding: 20px;
  }
  #offerSection .offerSection_card .offerSection_cardleftside h4 {
    font-size: 28px;
    margin-bottom: 16px;
    height: 28px;
  }
  #offerSection .offerSection_card .offerSection_cardleftside p {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  #offerSection h2 {
    font-size: 44px;
    line-height: 48px;
  }
  #salary {
    padding-top: 0px;
    height: 1008px;
    background-size: 100%;
    background-image: url("./media/mobile_offer.png");
  }
  #salary .salary_wrapper {
    flex-direction: column;
    margin-top: 50px;
    padding: 0 16px;
  }
  #salary .salary_left .salary_title h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .salary_icon {
    width: 56px;
    height: 56px;
  }
  #salary .salary_left .salary_rotated {
    width: 297px;
    height: 80px;
    font-size: 36px;
  }
  #salary .salary_left a {
    margin-right: auto;
  }
  #salary .salary_right {
    width: calc(100% + 16px);
    position: relative;
    left: 8px;
    flex-direction: row;
    margin-top: 72px;
    column-gap: 20px;
    overflow: overlay;
  }
  #salary .salary_right > div {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
  }
  #contactus .contactus_top {
    flex-direction: column;
  }
  #contactus .contactus_top img {
    width: calc(100% - 32px);
    margin-top: 32px;
  }
  #contactus .contactus_top .contactus_topleft h3 {
    font-size: 40px;
    line-height: 56px;
    text-align: center;
  }
  #contactus .contactus_top .contactus_topleft h4 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
  #contactus {
    background: url("./media/mobile_footer.png");
  }
  #contactus .contactus_bottom {
    flex-direction: column;
    margin-top: 56px;
  }
  #contactus .contactus_bottom > div:nth-child(1) {
    order: 3;
    margin-top: 16px;
  }
  #contactus .contactus_bottom img {
    width: 100%;
  }
  #contactus .contactus_bottom > div:nth-child(3) {
    margin-top: 20px;
  }
  #contactus .contactus_menu {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  #contactus .contactus_menu a {
    width: 50%;
    margin-bottom: 24px;
    font-size: 20px;
  }
  #contactus .contactus_bottom .contactus_media {
    margin-top: 24px;
  }
  footer {
    padding: 32px 16px;
    height: auto;
  }
  footer #footer_wrapper {
    flex-direction: column;
  }
  #footer_rules {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #footer_rules > div:nth-child(1) {
    width: 100%;
  }
  footer span {
    margin-top: 32px;
  }
  #offerSection h2 {
    margin-top: 0px;
  }
}

/*# sourceMappingURL=info.css.map */
