ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section.intro {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-top: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #f5f5f5;
  background-image: url('../images/BackgroundF.jpg');
  background-position: 0% 0%;
}

.section.middle {
  position: relative;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
}

.section.end {
  position: relative;
  height: 100vh;
  background-color: #1d1d1d;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/WORKER.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-content._2nd {
  background-image: url('../images/WORKER2.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-attachment: fixed;
}

.cards-wrapper {
  border-radius: 0px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 750px;
  min-height: 350px;
  margin: 10px 10px 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ccc;
}

.card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  z-index: 0;
  background-color: #f7f4e2;
}

.card._1.b {
  z-index: 1;
  background-color: #f5f5f5;
}

.card._1.b._2nd {
  top: 22%;
  background-color: transparent;
  background-image: url('../images/WORKERff.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 24%;
  z-index: 2;
  background-color: #f5f5f5;
}

.card._2._2nd {
  background-color: transparent;
  background-image: url('../images/porter.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 28%;
  z-index: 3;
  background-color: #f5f5f5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.card._3._2nd {
  background-color: transparent;
  background-image: url('../images/Lead.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.card._3._2nd._2 {
  top: 30%;
  background-image: url('../images/manager.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 32%;
  z-index: 4;
  background-color: #f5f5f5;
}

.card._4._2nd {
  background-color: transparent;
  background-image: url('../images/admin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 32%;
  z-index: 5;
  background-color: #f5f5f5;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.card-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card-number.ft {
  margin-top: 75px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Droid Serif', serif;
  color: #7f5af0;
  font-size: 8vw;
  line-height: 5vh;
  text-decoration: underline;
}

.card-number._1 {
  width: auto;
}

.card-content {
  position: relative;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 5vw;
  line-height: 10vh;
  font-weight: 700;
}

.welcome {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: none;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  width: auto;
  margin-bottom: 30px;
  padding: 20px 20px 26px;
  background-color: #9b033d;
  font-family: 'PT Serif', serif;
  color: #fffffe;
  font-size: 10em;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.heading._2 {
  color: #fffffe;
  font-size: 8em;
}

.goodbye {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: none;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  padding: 5px;
  background-color: rgba(10, 9, 9, 0.56);
}

.div-block {
  margin-top: 15px;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-2 {
  margin-top: 30px;
  padding: 30px;
  background-color: #9463ff;
  font-family: Roboto, sans-serif;
  color: #f5f5f5;
  font-size: 45px;
  line-height: 54px;
  font-weight: 500;
}

.heading-2.c {
  margin-top: 20px;
  font-size: 30px;
  line-height: 36px;
}

.tagline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 350px;
  margin-top: 145px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about {
  position: absolute;
  left: 57px;
  top: 742px;
  display: block;
  width: auto;
  height: auto;
  margin-top: 157px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 28.799999999999997px;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
}

.image-2 {
  position: absolute;
  left: 343px;
  top: 155px;
}

.image-3 {
  position: absolute;
  left: 103px;
  top: 23px;
}

.image-4 {
  position: absolute;
  left: 110px;
  top: 36px;
  z-index: 1;
}

.image-5 {
  position: absolute;
  left: 155px;
  top: 29px;
  z-index: -1;
}

.image-6 {
  position: absolute;
  left: 342px;
  top: 178px;
  z-index: 2;
}

.image-7 {
  position: absolute;
  left: 139px;
  top: 14px;
}

.image-8 {
  position: absolute;
  left: 103px;
  top: 23px;
}

.image-9 {
  position: absolute;
  left: 110px;
  top: 36px;
}

.image-10 {
  position: absolute;
  left: 110px;
  top: 36px;
  width: auto;
  height: auto;
}

.image-11 {
  position: absolute;
  left: 343px;
  top: 155px;
  width: auto;
  height: auto;
}

.image-12 {
  position: absolute;
  left: 386px;
  top: 173px;
  z-index: 1;
}

.image-13 {
  position: absolute;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-14 {
  position: absolute;
  left: 3px;
  top: 5px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-15 {
  position: absolute;
  left: 48px;
  top: 65px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-16 {
  position: absolute;
  left: 316px;
  top: 184px;
}

.image-17 {
  position: absolute;
  left: 317px;
  top: 213px;
}

.image-18 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-19 {
  position: absolute;
  left: 52px;
  top: 60px;
  bottom: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-20 {
  position: absolute;
  left: 134px;
}

.image-21 {
  position: absolute;
  top: -31px;
}

.image-22 {
  position: absolute;
  left: 16px;
  top: -27px;
}

.picbg {
  position: relative;
}

.storepic {
  position: absolute;
  left: 9px;
  top: 20px;
}

.namebg {
  position: absolute;
  left: 282px;
  top: 124px;
}

.image-26 {
  position: absolute;
  left: 282px;
  top: 148px;
}

.image-26.p {
  left: 308px;
  top: 135px;
}

.image-26._50 {
  left: 297px;
  top: 139px;
}

.image-26.gab {
  left: 283px;
  top: 150px;
}

.image-26.d4 {
  left: 294px;
  top: 141px;
}

.image-27 {
  position: absolute;
  top: 18px;
}

.image-28 {
  position: absolute;
  left: 281px;
  top: -21px;
}

.image-28._50 {
  left: 248px;
  top: 92px;
  padding-left: 0px;
}

.image-28.gab {
  left: 211px;
  top: 19px;
}

.image-28.d4 {
  left: 203px;
  top: 16px;
}

.image-29 {
  position: relative;
}

.lbmenu:hover {
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  mix-blend-mode: luminosity;
}

.grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-2 {
  grid-auto-flow: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". Area";
}

.link {
  position: absolute;
  left: 9px;
  top: 62px;
  font-family: Roboto, sans-serif;
  color: #2cb67d;
  font-size: 25px;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
}

.link.ft {
  position: static;
  font-size: 40px;
  line-height: 48px;
}

.ftgrid {
  position: relative;
  margin: 10px;
  padding: 10px;
}

.ftgrid.mail {
  margin-left: -22px;
}

.grid-3 {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 5px;
  grid-row-gap: 50px;
}

.ftlink {
  margin-top: 20px;
  margin-left: 0px;
  color: #2cb67d;
  font-size: 35px;
  line-height: 42px;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  margin-top: 20px;
  color: #fffffe;
  font-size: 35px;
  line-height: 42px;
}

.careers {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 33vh;
  margin-bottom: 0px;
}

.link-career {
  color: #7f5af0;
}

.jobs {
  position: relative;
  top: -4px;
  bottom: 0px;
  z-index: 1;
  min-height: 3em;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 6px;
  padding-bottom: 0px;
  padding-left: 14px;
  background-image: url('../images/Rectangle-27.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #ccc;
  cursor: pointer;
}

.jobs._2 {
  padding-top: 15px;
  padding-left: 93px;
  background-image: url('../images/Rectangle-65.png');
  background-position: 0px 0px;
  background-size: contain;
  color: #ccc;
}

.jobs._2.ff {
  padding-left: 33px;
}

.jobs._2.am {
  padding-left: 69px;
}

.jobs.ffw {
  min-height: 3em;
  padding-top: 14px;
  padding-left: 55px;
}

.jobs.ffs {
  padding-top: 16px;
  padding-left: 65px;
  background-image: url('../images/Rectangle-66.png');
  background-position: 0px 0px;
  background-size: contain;
}

.jobs.am {
  padding-top: 16px;
  padding-left: 53px;
  background-image: url('../images/Rectangle-67.png');
  background-position: 0px 0px;
  background-size: contain;
}

.jobs.oa {
  padding-top: 16px;
  padding-left: 48px;
  background-image: url('../images/Rectangle-68.png');
  background-position: 0px 0px;
  background-size: contain;
}

.div-block-3 {
  max-width: none;
}

.jobdescription {
  padding: 5px;
  background-color: rgba(240, 202, 202, 0.13);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.body {
  font-family: Roboto, sans-serif;
}

.text-span {
  margin-left: 10px;
}

.text-span-2 {
  padding-left: 0px;
}

.text-span-2.jobf {
  position: relative;
  left: 10px;
  margin-left: 0px;
  letter-spacing: normal;
}

.text-span-3 {
  position: relative;
  left: 10px;
}

.text-span-4 {
  position: relative;
  left: 10px;
}

.description {
  position: relative;
  left: 10px;
  top: 5px;
}

.content-container {
  position: relative;
  max-width: 75vw;
}

.nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-2 {
  color: #7f5af0;
}

.link-3 {
  color: #7f5af0;
}

.jobbg {
  position: absolute;
  left: 0px;
  top: 1707px;
  z-index: auto;
  opacity: 1;
  mix-blend-mode: normal;
}

.jobbg._1 {
  top: 205px;
}

.jobbg._3 {
  top: 3117px;
}

.jobbg._4 {
  top: 4768px;
}

.jobtitle {
  position: relative;
  margin-left: 0px;
}

.lbjobtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lbjobtitle:hover {
  mix-blend-mode: difference;
}

.button {
  position: static;
  display: inline-block;
  margin-bottom: 10px;
  padding: 9px 15px;
  border-radius: 20px;
  background-color: #2cb67d;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
}

.text-block-5 {
  position: absolute;
  left: 47px;
  top: 12px;
  color: #ccc;
  font-size: 15px;
  line-height: 16.8px;
}

.image-31 {
  position: absolute;
  left: 407px;
  top: 126px;
}

.text-block-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 0px;
  color: #550202;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  line-height: 48px;
}

.link-4 {
  height: auto;
  font-size: 4em;
  line-height: 1em;
}

.link-4.banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b033d;
  color: #2cb67d;
  font-size: 2em;
  line-height: 0.5em;
}

.form {
  margin-right: 220px;
  margin-left: 220px;
  padding-right: 0px;
}

.form-block {
  margin-top: 220px;
  margin-right: 220px;
  margin-left: 220px;
}

.text-span-5 {
  color: #9b0609;
  font-size: 16px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .section.intro {
    top: auto;
  }

  .card {
    margin-right: 40px;
    margin-left: 40px;
  }

  .card-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-number._1 {
    width: auto;
    font-size: 14px;
  }

  .card-number._1.b {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block {
    font-size: 10vw;
  }

  .text-block.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .welcome {
    max-width: 100vw;
  }

  .heading {
    font-size: 8em;
  }

  .heading._2 {
    font-size: 4em;
  }

  .goodbye {
    max-width: 100vw;
  }

  .about {
    left: 15px;
    top: 636px;
  }

  .image-20 {
    top: 81px;
  }

  .namebg {
    left: 257px;
  }

  .image-26 {
    left: 260px;
    top: 141px;
  }

  .image-26.p {
    left: 288px;
  }

  .image-26._50 {
    left: 275px;
  }

  .image-26.gab {
    left: 258px;
  }

  .image-26.d4 {
    left: 271px;
  }

  .image-27 {
    position: absolute;
    left: 226px;
    top: -4px;
  }

  .grid-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .button {
    margin-top: 20px;
  }

  .form-block {
    margin-right: 100px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section.intro {
    min-width: 600px;
  }

  .main-content {
    min-width: 600px;
  }

  .text-block {
    font-size: 25px;
    line-height: 19.2px;
    font-weight: 900;
  }

  .text-block.bottom {
    font-size: 10vw;
    line-height: 10vh;
    text-decoration: none;
  }

  .heading {
    font-size: 6em;
  }

  .image-2 {
    left: 228px;
  }

  .image-3 {
    left: 21px;
  }

  .image-4 {
    left: 28px;
  }

  .image-6 {
    left: 233px;
  }

  .image-7 {
    top: 66px;
  }

  .image-8 {
    left: 23px;
  }

  .image-10 {
    left: 29px;
  }

  .image-11 {
    left: 143px;
    width: auto;
    height: auto;
  }

  .image-12 {
    left: 249px;
    z-index: 1;
  }

  .image-16 {
    left: 121px;
    top: 276px;
  }

  .image-17 {
    left: 124px;
    top: 296px;
  }

  .image-18 {
    position: absolute;
    top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-19 {
    left: 166px;
    top: 20px;
    z-index: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-20 {
    left: 28px;
    top: 39px;
  }

  .picbg {
    left: 86px;
    top: -43px;
  }

  .storepic {
    left: 94px;
    top: -28px;
  }

  .namebg {
    left: 67px;
    top: 267px;
  }

  .namebg.gab {
    top: 264px;
  }

  .image-26 {
    left: 67px;
    top: 285px;
  }

  .image-26.p {
    left: 93px;
    top: 272px;
  }

  .image-26._50 {
    left: 82px;
    top: 281px;
  }

  .image-26.gab {
    left: 69px;
    top: 291px;
  }

  .image-26.d4 {
    left: 80px;
    top: 277px;
  }

  .image-27 {
    left: -4px;
    top: 5px;
  }

  .image-28 {
    left: 41px;
    top: -22px;
  }

  .image-28._50 {
    left: 30px;
    top: 135px;
  }

  .image-28.gab {
    left: -3px;
    top: 24px;
  }

  .image-28.d4 {
    left: -13px;
    top: 44px;
  }

  .ftlink {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .form-block {
    margin-top: 140px;
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.intro {
    overflow: hidden;
    width: auto;
    min-width: 430px;
    padding-top: 220px;
    background-image: url('../images/backgroundFs.jpg');
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.middle {
    width: auto;
    min-width: 430px;
    padding-top: 40px;
  }

  .section.end {
    width: auto;
    min-width: 430px;
  }

  .main-content {
    width: auto;
    max-width: 100vw;
    min-width: 430px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .main-content._2nd {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .cards-wrapper {
    min-width: 0px;
  }

  .card {
    min-height: 350px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 25px 25px 60px;
  }

  .card._1 {
    min-height: 10vh;
    padding-bottom: 60px;
  }

  .card._1.b {
    top: 22%;
    overflow: visible;
    min-width: auto;
  }

  .card._1.b._2nd {
    background-position: 50% 50%;
  }

  .card._2 {
    min-height: 10vh;
  }

  .card._2._2nd {
    background-position: 50% 50%;
  }

  .card._3._2nd {
    min-height: 10px;
    background-position: 50% 50%;
  }

  .card._3._2nd._2 {
    background-position: 50% 50%;
  }

  .card._4._2nd {
    min-height: 10px;
    background-position: 75% 50%;
  }

  .card._5 {
    z-index: 5;
  }

  .card-number.ft {
    margin-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .card-number._1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .card-content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block {
    position: relative;
    font-size: 5vh;
    line-height: 5vh;
  }

  .text-block.bottom {
    font-size: 12vw;
    line-height: 10vh;
  }

  .welcome {
    width: auto;
  }

  .heading {
    margin: 0px;
    font-size: 3.5em;
  }

  .goodbye {
    padding-bottom: 50px;
  }

  .logo {
    display: inline-block;
    background-color: #111010;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45.5px;
  }

  .heading-2.c {
    margin-top: 35px;
    font-size: 20px;
    line-height: 24px;
  }

  .tagline {
    width: auto;
  }

  .about {
    left: -19px;
    top: 492px;
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 14.399999999999999px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 16.8px;
  }

  .picbg {
    position: relative;
    left: -5px;
    top: -29px;
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .picbg._2 {
    top: -32px;
  }

  .storepic {
    left: 85px;
    top: 18px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .namebg {
    position: absolute;
    left: 53px;
    top: 320px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .namebg.gab {
    left: 39px;
    top: 317px;
  }

  .image-26 {
    left: 56px;
    top: 337px;
  }

  .image-26.p {
    left: 71px;
    top: 330px;
  }

  .image-26._50 {
    left: 70px;
    top: 336px;
  }

  .image-26.gab {
    left: 41px;
    top: 346px;
  }

  .image-26.d4 {
    left: 64px;
    top: 333px;
  }

  .image-27 {
    left: -10px;
    top: 61px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-28 {
    left: 53px;
    top: 29px;
  }

  .image-28._50 {
    left: 36px;
    top: 195px;
  }

  .image-28.gab {
    top: 70px;
  }

  .grid-3 {
    margin-top: 0px;
  }

  .ftlink {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 21.599999999999998px;
  }

  .careers {
    height: auto;
  }

  .link-career {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .jobs._2 {
    padding-top: 16px;
    padding-left: 99px;
  }

  .jobs.ffw {
    padding-top: 13px;
    padding-left: 43px;
  }

  .jobs.ffs {
    padding-top: 16px;
    padding-left: 67px;
  }

  .jobs.am {
    padding-top: 16px;
    padding-left: 53px;
  }

  .jobs.oa {
    padding-top: 16px;
    padding-left: 42px;
  }

  .nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .nav-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .image-30 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .button {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .body-2 {
    min-width: 0px;
  }

  .heading-3 {
    padding: 0px;
  }

  .link-4.banner {
    padding: 10px;
    font-size: 1em;
  }

  .form-block {
    margin-top: 180px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

