html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 13px;
  -webkit-backface-visibility: hidden;
  outline: none;
  -webkit-touch-callout: none;
  box-sizing: initial;
}

*:before,
*:after {
  box-sizing: initial;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

a, input {
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
}

input {
  -webkit-appearance: none;
}

div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  /*-webkit-transform:translateZ(0);*/
  /*-webkit-perspective: 1000;*/
  -webkit-backface-visibility: hidden;
}

body {
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  max-width: 1340px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}

header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  height: 90px;
  margin: 0px 12px 0px 12px;
  position: relative;
}

@media (min-width: 1340px) {
  header {
    margin: 0px auto 0px auto;
  }
}

header .logo {
  width: 120px;
  margin: 2px 0px 0px 12px;
}

@media (min-width: 380px) {
  header .logo {
    margin: 30px 0px 0px 20px;
    width: 120px;
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrapper .comingsoon {
  margin: 0px 0px 0px 0px;
  width: 240px;
}

.wrapper .message {
  margin: -30px 0px 0px 0px;
  color: #333333;
  width: 90%;
  max-width: 500px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
}

.wrapper progress {
  margin: 30px 0px 0px 0px;
  width: 80%;
  max-width: 400px;
}

.wrapper .message2 {
  margin: 20px 0px 0px 0px;
}

.wrapper input {
  margin: 60px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  width: 70%;
  max-width: 400px;
  height: 50px;
  border: solid 1px #cdcdcd;
  border-radius: 6px;
  color: #666666;
}

.wrapper .subscribeButton {
  display: block;
  margin: 20px auto 0px auto;
  width: 140px;
  height: 44px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #ff585d;
  color: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
}

.wrapper .footer {
  font-size: 11px;
  color: #999999;
  margin: 60px 0px 0px 0px;
  bottom: 12px;
  width: 100%;
  text-align: center;
}

#privacy {
  padding: 0px 0px 0px 0px;
}

#privacy .box {
  margin: 0px auto 44px auto;
  width: 90%;
  color: #666666;
  line-height: 24px;
}

#privacy .box h1 {
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  margin: 28px 0px 12px 0px;
}

#privacy .box h2 {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
  margin: 28px 0px 12px 0px;
}

#privacy .box h3 {
  font-weight: 800;
  font-size: 15px;
  color: #333333;
  margin: 28px 0px 12px 0px;
}

#privacy .box p {
  margin: 4px 0px 4px 0px;
}

.container {
  min-width: 320px;
  max-width: 1118px;
  margin: 0px auto 0px auto;
}

.container .splash {
  margin: 0px 0px 0px 0px;
  position: relative;
  height: 746px;
}

.container .splash .splashImg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  z-index: 0;
}

@media (min-width: 870px) {
  .container .splash .splashImg {
    top: 0px;
    left: 0px;
  }
}

.container .splash .logomenu {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 24px auto 0px auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 600px) {
  .container .splash .logomenu {
    flex-direction: row;
    justify-content: space-between;
  }
}

.container .splash .logomenu .jobilologo {
  z-index: 100;
  width: 124px;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 12px;
}

@media (min-width: 400px) {
  .container .splash .logomenu .jobilologo {
    margin-top: 0px;
  }
}

@media (min-width: 600px) {
  .container .splash .logomenu .jobilologo {
    margin-left: 40px;
    margin-bottom: 0px;
  }
}

.container .splash .logomenu .topmenu {
  width: 100%;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-right: 0px;
}

@media (min-width: 400px) {
  .container .splash .logomenu .topmenu {
    display: flex;
  }
}

@media (min-width: 600px) {
  .container .splash .logomenu .topmenu {
    width: 70%;
  }
}

@media (min-width: 730px) {
  .container .splash .logomenu .topmenu {
    margin-right: 20px;
    width: 60%;
  }
}

.container .splash .logomenu .topmenu .menulink {
  font-weight: bold;
  color: #333333;
}

.container .splash .splashTxt {
  z-index: 100;
  position: absolute;
  bottom: 40px;
  left: 30px;
}

@media (min-width: 570px) {
  .container .splash .splashTxt {
    top: 224px;
  }
}

@media (min-width: 630px) {
  .container .splash .splashTxt {
    left: 68px;
  }
}

.container .splash .splashTxt .headline {
  z-index: 100;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  font-weight: 800;
}

.container .splash .splashTxt .text {
  margin: 24px 0px 0px 0px;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 600;
  display: none;
}

@media (min-width: 570px) {
  .container .splash .splashTxt .text {
    display: block;
  }
}

.container .splash .splashTxt .stores {
  margin: 40px 0px 0px 0px;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 570px) {
  .container .splash .splashTxt .stores {
    display: flex;
  }
}

.container .splash .splashTxt .stores .applelogo {
  display: block;
  height: 28px;
  width: auto;
  margin-right: 40px;
}

.container .splash .splashTxt .stores .androidlogo {
  display: block;
  height: 28px;
  width: auto;
}

.container .splash .stars {
  width: 200px;
  height: auto;
  position: absolute;
  left: 40px;
  right: auto;
  top: 320px;
}

@media (min-width: 400px) {
  .container .splash .stars {
    left: 40px;
    right: auto;
    top: 230px;
  }
}

@media (min-width: 570px) {
  .container .splash .stars {
    left: auto;
    right: 260px;
    top: 530px;
  }
}

@media (min-width: 680px) {
  .container .splash .stars {
    top: 530px;
    right: 260px;
  }
}

@media (min-width: 870px) {
  .container .splash .stars {
    right: 40px;
  }
}

.container .splash .emojis {
  width: 265px;
  height: auto;
  position: absolute;
  left: 40px;
  bottom: 220px;
}

@media (min-width: 400px) {
  .container .splash .emojis {
    left: 40px;
    bottom: 280px;
  }
}

@media (min-width: 570px) {
  .container .splash .emojis {
    left: auto;
    right: 40px;
    bottom: 40px;
  }
}

.container .jobseekers {
  margin: 40px 0px 0px 0px;
  padding-bottom: 78px;
  border-bottom: solid 1px #e0e0e0;
}

@media (min-width: 920px) {
  .container .jobseekers {
    margin: 100px 0px 0px 0px;
  }
}

.container .jobseekers .box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column-reverse;
}

@media (min-width: 920px) {
  .container .jobseekers .box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

.container .jobseekers .box .text {
  margin-left: 0px;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text {
    margin-left: 40px;
  }
}

.container .jobseekers .box .text .label {
  width: 164px;
  height: 26px;
  background-color: #ff585d;
  color: #ffffff;
  font-weight: bold;
  padding-left: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto 12px auto;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .label {
    justify-content: flex-start;
    margin: 0px 0px 12px 0px;
  }
}

.container .jobseekers .box .text .title {
  font-size: 32px;
  color: #333333;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .title {
    text-align: left;
  }
}

.container .jobseekers .box .text .caption {
  margin: 30px auto 0px auto;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  width: 90%;
  text-align: center;
}

@media (min-width: 390px) {
  .container .jobseekers .box .text .caption {
    width: 80%;
  }
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .caption {
    width: 100%;
    margin: 30px 0px 0px 0px;
    text-align: left;
  }
}

.container .jobseekers .box .text .caption .breaks {
  display: none;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .caption .breaks {
    display: inline-block;
  }
}

.container .jobseekers .box .text .caption span {
  color: #ff585d;
  font-weight: bold;
  font-size: 16px;
}

.container .jobseekers .box .text .jobseekerPoint {
  margin: 40px auto 0px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .jobseekerPoint {
    margin: 40px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.container .jobseekers .box .text .jobseekerPoint .icon {
  width: 32px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 12px;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .jobseekerPoint .icon {
    margin-bottom: 12px;
  }
}

.container .jobseekers .box .text .jobseekerPoint .pointtext .pointtitle {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-bottom: 6px;
  text-align: center;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .jobseekerPoint .pointtext .pointtitle {
    text-align: left;
  }
}

.container .jobseekers .box .text .jobseekerPoint .pointtext .txt {
  color: #666666;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

@media (min-width: 920px) {
  .container .jobseekers .box .text .jobseekerPoint .pointtext .txt {
    text-align: left;
  }
}

.container .jobseekers .box .jobseekersImg {
  margin: 0px 0px 78px 0px;
  width: 400px;
  height: auto;
}

@media (min-width: 390px) {
  .container .jobseekers .box .jobseekersImg {
    width: 500px;
  }
}

@media (min-width: 920px) {
  .container .jobseekers .box .jobseekersImg {
    margin: 0px 0px 0px 0px;
  }
}

.container .jobseekers .jobseekersFooter {
  margin: 78px 0px 0px 0px;
}

.container .jobseekers .jobseekersFooter .text {
  font-weight: bold;
  color: #333333;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  margin: 0px 12px 0px 12px;
}

@media (min-width: 400px) {
  .container .jobseekers .jobseekersFooter .text {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
  }
}

.container .jobseekers .jobseekersFooter .text .break {
  display: none;
}

@media (min-width: 400px) {
  .container .jobseekers .jobseekersFooter .text .break {
    display: inline-block;
  }
}

.container .jobseekers .jobseekersFooter .stores {
  margin: 40px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.container .jobseekers .jobseekersFooter .stores .applelogo {
  display: block;
  height: 28px;
  width: auto;
  margin-right: 40px;
}

.container .jobseekers .jobseekersFooter .stores .androidlogo {
  display: block;
  height: 28px;
  width: auto;
}

.container .employers {
  margin: 40px 0px 0px 0px;
  padding-bottom: 78px;
  border-bottom: solid 1px #e0e0e0;
}

@media (min-width: 920px) {
  .container .employers {
    margin: 100px 0px 0px 0px;
  }
}

.container .employers .box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 920px) {
  .container .employers .box {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.container .employers .box .text {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

@media (min-width: 400px) {
  .container .employers .box .text {
    margin-left: 40px;
    margin-right: 20px;
  }
}

.container .employers .box .text .label {
  text-align: center;
  width: 164px;
  height: 26px;
  background-color: #ff585d;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto 12px auto;
}

.container .employers .box .text .title {
  font-size: 32px;
  color: #333333;
  line-height: 36px;
  font-weight: 800;
}

.container .employers .box .text .title .break {
  display: none;
}

@media (min-width: 440px) {
  .container .employers .box .text .title .break {
    display: inline-block;
  }
}

.container .employers .box .text .title span {
  color: #ff585d;
  font-size: 32px;
  font-weight: 800;
}

.container .employers .box .text .caption {
  margin: 30px auto 0px auto;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  width: 100%;
}

@media (min-width: 460px) {
  .container .employers .box .text .caption {
    width: 80%;
  }
}

@media (min-width: 920px) {
  .container .employers .box .text .caption {
    margin: 30px 0px 0px 0px;
    width: 90%;
  }
}

.container .employers .box .text .caption span {
  color: #ff585d;
  font-weight: bold;
  font-size: 16px;
}

.container .employers .box .text .employerPoint {
  margin: 40px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.container .employers .box .text .employerPoint .icon {
  width: 32px;
  height: auto;
  margin-bottom: 12px;
}

.container .employers .box .text .employerPoint .pointtext .pointtitle {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-bottom: 6px;
}

.container .employers .box .text .employerPoint .pointtext .txt {
  margin: 0px auto 0px auto;
  width: 90%;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}

@media (min-width: 400px) {
  .container .employers .box .text .employerPoint .pointtext .txt {
    width: 80%;
  }
}

@media (min-width: 1060px) {
  .container .employers .box .text .employerPoint .pointtext .txt {
    width: 70%;
  }
}

.container .employers .box .jobseekersImg {
  width: 400px;
  height: auto;
  margin-bottom: 40px;
}

@media (min-width: 420px) {
  .container .employers .box .jobseekersImg {
    width: 500px;
  }
}

@media (min-width: 920px) {
  .container .employers .box .jobseekersImg {
    margin-bottom: 0px;
  }
}

.container .employers .employerFooter {
  margin: 78px 0px 0px 0px;
}

.container .employers .employerFooter .text {
  font-weight: bold;
  color: #333333;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 400px) {
  .container .employers .employerFooter .text {
    font-size: 24px;
  }
}

.container .employers .employerFooter .stores {
  margin: 40px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.container .employers .employerFooter .stores .applelogo {
  display: block;
  height: 28px;
  width: auto;
  margin-right: 40px;
}

.container .employers .employerFooter .stores .androidlogo {
  display: block;
  height: 28px;
  width: auto;
}

.container .reviews {
  margin: 78px 0px 0px 0px;
  padding-bottom: 40px;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 920px) {
  .container .reviews {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 164px;
  }
}

.container .reviews .imgbox {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 920px) {
  .container .reviews .imgbox {
    margin-bottom: 0px;
    width: 522px;
  }
}

.container .reviews .imgbox .reviewsimg {
  width: 522px;
  height: auto;
  margin-left: -20%;
}

@media (min-width: 400px) {
  .container .reviews .imgbox .reviewsimg {
    margin-left: 0px;
  }
}

.container .reviews .imgbox .jobilologo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 78px;
  height: auto;
}

.container .reviews .imgbox .bubble {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 266px;
  height: 266px;
}

.container .reviews .reviewbox {
  width: 80%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

@media (min-width: 920px) {
  .container .reviews .reviewbox {
    width: 36%;
  }
}

.container .reviews .reviewbox .review {
  position: relative;
  margin-bottom: 78px;
}

.container .reviews .reviewbox .review .quote {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 28px;
  height: auto;
}

.container .reviews .reviewbox .review .txt {
  color: #999999;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  font-style: italic;
}

.container .reviews .reviewbox .review .name {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.container .reviews .reviewbox .review .company {
  color: #999999;
  font-size: 14px;
}

.container .faqs {
  margin: 40px 20px 0px 20px;
}

@media (min-width: 700px) {
  .container .faqs {
    margin: 78px 40px 0px 40px;
  }
}

@media (min-width: 1180px) {
  .container .faqs {
    margin: 78px auto 0px auto;
  }
}

.container .faqs .faqsbox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 700px) {
  .container .faqs .faqsbox {
    flex-direction: row;
    justify-content: space-between;
  }
}

.container .faqs .faqsbox .titlebox {
  width: 90%;
  margin-bottom: 40px;
}

@media (min-width: 700px) {
  .container .faqs .faqsbox .titlebox {
    width: 30%;
    margin-bottom: 0px;
  }
}

.container .faqs .faqsbox .titlebox .jobilologo {
  width: 78px;
  height: auto;
}

.container .faqs .faqsbox .titlebox .titletxt {
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  color: #333333;
}

.container .faqs .faqsbox .qbox {
  width: 90%;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 700px) {
  .container .faqs .faqsbox .qbox {
    margin: 0px 0px 0px 30px;
    width: 30%;
  }
}

.container .faqs .faqsbox .qbox .question {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.container .faqs .faqsbox .qbox .question span {
  color: #ff585d;
  font-size: 16px;
  font-weight: bold;
}

.container .faqs .faqsbox .qbox .ans {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px 30px 0px;
}

.container .faqs .faqsFooter {
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.container .faqs .faqsFooter .text {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.container .faqs .faqsFooter .stores {
  margin: 30px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.container .faqs .faqsFooter .stores .applelogo {
  display: block;
  height: 28px;
  width: auto;
  margin-right: 40px;
}

.container .faqs .faqsFooter .stores .androidlogo {
  display: block;
  height: 28px;
  width: auto;
}

.container .stats {
  width: 100%;
  height: 640px;
  margin: 78px 0px 0px 0px;
  position: relative;
}

@media (min-width: 350px) {
  .container .stats {
    height: 680px;
  }
}

@media (min-width: 400px) {
  .container .stats {
    height: 794px;
  }
}

.container .stats .panel {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 507px;
  background-color: #e6e6e6;
}

.container .stats .screenshot1 {
  width: 280px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 360px) {
  .container .stats .screenshot1 {
    width: 300px;
  }
}

@media (min-width: 400px) {
  .container .stats .screenshot1 {
    width: 344px;
  }
}

.container .stats .screenshot2 {
  width: 266px;
  height: auto;
  position: absolute;
  left: 40px;
  bottom: 0px;
  display: none;
}

@media (min-width: 680px) {
  .container .stats .screenshot2 {
    display: block;
  }
}

.container .stats .screenshot3 {
  width: 266px;
  height: auto;
  position: absolute;
  right: 40px;
  bottom: 0px;
  display: none;
}

@media (min-width: 480px) {
  .container .stats .screenshot3 {
    display: block;
  }
}

.container .stats .bubble1 {
  width: 266px;
  height: auto;
  position: absolute;
  top: 78px;
  left: 20px;
}

.container .stats .bubble2 {
  width: 266px;
  height: auto;
  position: absolute;
  top: 164px;
  right: 20px;
}

.container .figures {
  margin: 78px auto 0px auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.container .figures .title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin: 0px 20px 0px 20px;
  text-align: center;
}

.container .figures .title span {
  font-size: 30px;
  font-weight: bold;
  color: #ff585d;
}

.container .figures .caption {
  color: #999999;
  margin: 8px 20px 0px 20px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.container .figures .figuresbox {
  width: 90%;
  margin: 40px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 740px) {
  .container .figures .figuresbox {
    flex-direction: row;
    justify-content: space-between;
    margin: 78px 20px 0px 20px;
  }
}

.container .figures .figuresbox .stat {
  width: 80%;
  height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

@media (min-width: 740px) {
  .container .figures .figuresbox .stat {
    width: 30%;
    margin-bottom: 0px;
  }
}

.container .figures .figuresbox .stat .staticon {
  margin: 0px auto 12px auto;
  width: auto;
  height: 48px;
}

.container .figures .figuresbox .stat .txt {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.container .contact {
  width: 96%;
  margin: 3px auto 0px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 640px) {
  .container .contact {
    flex-direction: row;
    justify-content: space-between;
    margin: 78px auto 0px auto;
  }
}

@media (min-width: 1180px) {
  .container .contact {
    width: 100%;
    margin: 78px auto 0px auto;
    justify-content: space-between;
  }
}

.container .contact .contactimg {
  width: auto;
  height: 600px;
  margin-left: 0px;
}

@media (min-width: 640px) {
  .container .contact .contactimg {
    width: auto;
    height: 600px;
    margin-left: -220px;
  }
}

@media (min-width: 720px) {
  .container .contact .contactimg {
    margin-left: -180px;
  }
}

@media (min-width: 880px) {
  .container .contact .contactimg {
    margin-left: -100px;
  }
}

@media (min-width: 1020px) {
  .container .contact .contactimg {
    margin-left: 0px;
  }
}

.container .contact .contactbox {
  width: 90%;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 640px) {
  .container .contact .contactbox {
    margin-right: 40px;
    width: 40%;
  }
}

.container .contact .contactbox .title {
  margin-top: 30px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333333;
  font-size: 32px;
}

.container .contact .contactbox .caption {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
}

.container .contact .contactbox .email {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 46px;
  margin: 30px 0px 0px 0px;
  border: none;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
}

@media (min-width: 640px) {
  .container .contact .contactbox .email {
    width: 100%;
  }
}

.container .contact .contactbox .message {
  width: 90%;
  height: 230px;
  margin: 40px 0px 0px 0px;
  border: none;
  background-color: #f1f1f1;
  padding: 20px;
  color: #333333;
  line-height: 24px;
  resize: none;
}

@media (min-width: 640px) {
  .container .contact .contactbox .message {
    width: 100%;
  }
}

.container .contact .contactbox .button {
  margin: 30px 0px 0px 0px;
  width: 200px;
  height: 44px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #ff585d;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 4px;
}

.container footer {
  margin: 78px auto 30px auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-top: solid 1px #e0e0e0;
  padding-top: 20px;
}

@media (min-width: 540px) {
  .container footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1180px) {
  .container footer {
    width: 100%;
  }
}

.container footer .box1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

@media (min-width: 540px) {
  .container footer .box1 {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (min-width: 1180px) {
  .container footer .box1 {
    margin-left: 0px;
  }
}

.container footer .box1 .jobilologo {
  width: 78px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-top: 20px;
}

@media (min-width: 540px) {
  .container footer .box1 .jobilologo {
    margin-top: 0px;
    margin-right: 12px;
    margin-bottom: 0px;
  }
}

.container footer .box1 .text {
  color: #999999;
  margin-bottom: 20px;
}

@media (min-width: 540px) {
  .container footer .box1 .text {
    margin-bottom: 0px;
  }
}

.container footer .social {
  margin-right: 20px;
}

@media (min-width: 1180px) {
  .container footer .social {
    margin-right: 0px;
  }
}

.container footer .social .link {
  margin-left: 12px;
}

.container footer .social .link .fb {
  color: #999999;
  font-size: 24px;
}

.container footer .social .link .twitter {
  color: #999999;
  font-size: 24px;
}

.container footer .social .link .insta {
  color: #999999;
  font-size: 24px;
}
