.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

li {
  margin-bottom: 30px;
}

.body {
  height: 100%;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -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;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

.sectionform {
  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;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #d4d4d4;
}

.text-field {
  margin-bottom: 0px;
}

.h1 {
  font-family: 'Work Sans', sans-serif;
  color: #2b77e9;
  font-weight: 600;
}

.textbody {
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
}

.h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.herocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
}

.submit-button {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  text-align: center;
}

.success-message {
  width: 100%;
  border-radius: 5px;
  background-color: #e1ffde;
  font-family: 'Work Sans', sans-serif;
  text-align: left;
}

.error-message {
  padding: 25px;
  border-radius: 7px;
  font-family: 'Work Sans', sans-serif;
}

.textfield {
  height: 60px;
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}

.formlabel {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}

.checkbox-label {
  font-family: 'Work Sans', sans-serif;
}

.checkbox-field {
  margin-bottom: 10px;
}

.h3 {
  text-align: left;
}

.h4 {
  margin-top: 30px;
  font-family: 'Work Sans', sans-serif;
}

.covidhome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.covidhomecontainer {
  width: 800px;
}

.invitehero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d2b7fb;
}

.container {
  width: 1100px;
}

.h1invite {
  font-family: 'Work Sans', sans-serif;
  color: #5031d0;
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
}

.h2invite {
  font-family: 'Work Sans', sans-serif;
  color: #4d497e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.invitelink {
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #5031d0;
  font-size: 24px;
}

.invitecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.bodytext {
  font-family: 'Work Sans', sans-serif;
  color: #4d497e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.list {
  margin-top: 20px;
}

.join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label {
  font-weight: 400;
}

.nav {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100px;
  padding: 25px;
  -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-image: url('../images/Zedic_Logo_standard.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.linkcontainers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  border-bottom: 3px solid rgba(80, 49, 208, 0);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #5031d0;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.navlink:hover {
  border-bottom: 3px solid #5031d0;
}

.navlink.w--current {
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 3px solid #5031d0;
  text-align: center;
}

.navlink.w--current:hover {
  border-bottom-color: #5031d0;
}

.navlink.why {
  border-bottom-color: rgba(80, 49, 208, 0);
}

.navlink.why:hover {
  border-bottom-color: #5031d0;
}

.herodiv {
  width: 50%;
  padding-right: 35px;
  padding-left: 75px;
}

.div-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 50%;
  background-color: #4d497e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 49, 208, 0.36)), to(rgba(80, 49, 208, 0.36))), url('../images/vince-fleming-7qileFwJEWo-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(80, 49, 208, 0.36), rgba(80, 49, 208, 0.36)), url('../images/vince-fleming-7qileFwJEWo-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heroimage {
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 86, 211, 0.38)), to(rgba(110, 86, 211, 0.38))), url('../images/vince-fleming-7qileFwJEWo-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(110, 86, 211, 0.38), rgba(110, 86, 211, 0.38)), url('../images/vince-fleming-7qileFwJEWo-unsplash.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.nameblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.formblockleft {
  width: 50%;
  padding-right: 25px;
}

.formblockright {
  width: 50%;
  padding-left: 26px;
}

.joincopy {
  width: 500px;
  padding-right: 60px;
}

.formfield {
  height: 60px;
  margin-bottom: 20px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  font-size: 16px;
}

.submitbutton {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  background-color: #ff4250;
  font-size: 16px;
  font-weight: 600;
}

.zedic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.aboutcontent:hover {
  background-color: #fff;
}

.aboutlogo {
  margin-bottom: 15px;
}

.list-2 {
  margin-top: 25px;
}

.confirmation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.confirmationcontainer {
  width: 600px;
}

.buttonzedic {
  padding: 15px 30px;
  border: 1px solid #ff4250;
  border-radius: 5px;
  background-color: #ff4250;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.buttonzedic:hover {
  border: 1px solid #ff4250;
  background-color: #fff;
  color: #ff4250;
}

.mobilemenubutton {
  display: none;
}

.mobilemenu {
  display: none;
}

.formsuccess {
  height: 350px;
  background-color: #d2b7fb;
}

.formsuccesscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .formblock {
    width: 100%;
  }
  .h1invite.h1invitehero {
    font-size: 36px;
  }
  .invitelink {
    line-height: 28px;
  }
  .invitecontent {
    padding-right: 25px;
    padding-left: 25px;
  }
  .bodytext {
    font-size: 16px;
    line-height: 22px;
  }
  .join {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navlogo {
    position: relative;
    width: 25%;
    height: 100%;
    padding: 5px;
    background-image: url('../images/Zedic_Logo_standard.png');
    background-position: 50% 50%;
    background-size: 125px;
    background-repeat: no-repeat;
  }
  .linkcontainers {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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;
  }
  .navlink {
    width: 100px;
    height: 100%;
  }
  .navlink.w--current {
    width: 100px;
    height: 100%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .herodiv {
    padding-left: 30px;
  }
  .joincopy {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
  }
  .zedic {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navtext {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero {
    height: auto;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
  }
  .form {
    margin-bottom: 70px;
  }
  .formblock {
    width: 100%;
    margin-bottom: 0px;
  }
  .sectionform {
    padding-right: 15px;
    padding-left: 15px;
  }
  .textbody {
    font-family: 'Work Sans', sans-serif;
  }
  .herocontainer {
    width: 100%;
  }
  .textfield {
    height: 60px;
    border-radius: 5px;
    font-family: 'Work Sans', sans-serif;
  }
  .formlabel {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
  }
  .checkbox-label {
    font-family: 'Work Sans', sans-serif;
  }
  .checkbox-field {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-radius: 5px;
    background-color: #f0f0f0;
  }
  .covidhome {
    padding-top: 70px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .covidhomecontainer {
    width: 100%;
  }
  .invitehero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .invitecontent {
    padding: 50px 15px;
  }
  .join {
    padding: 0px 15px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav {
    height: 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navlogo {
    width: 60%;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .linkcontainers {
    display: none;
    overflow: hidden;
    width: 200%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #5031d0;
  }
  .navlink {
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .navlink.w--current {
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .herodiv {
    width: 100%;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }
  .heroimage {
    width: 100%;
    height: 500px;
    margin-top: 75px;
  }
  .nameblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .formblockleft {
    width: 100%;
    padding-right: 0px;
  }
  .formblockright {
    width: 100%;
    padding-left: 0px;
  }
  .joincopy {
    width: 100%;
    margin-bottom: 30px;
  }
  .text-block {
    text-align: center;
  }
  .zedic {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .confirmation {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobilemenubutton {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-right: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hamburgerpatty {
    width: 30px;
    height: 4px;
    max-height: 5px;
    margin-top: 4px;
    margin-bottom: 1px;
    border-radius: 20px;
    background-color: #ff4250;
  }
  .mobilemenu {
    position: fixed;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    margin-top: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 13px 0 #36257a;
    -webkit-transform: translate(0px, -400px);
    -ms-transform: translate(0px, -400px);
    transform: translate(0px, -400px);
  }
  .mobilenavlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    -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-transition: all 150ms ease;
    transition: all 150ms ease;
    font-family: 'Work Sans', sans-serif;
    color: #5031d0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  .mobilenavlink:hover {
    color: #ff4250;
  }
  .mobilenavlink:active {
    background-color: #d2b7fb;
    color: #4d497e;
  }
}

