.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('../images/custom-checkbox-check.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;
}

body {
  font-family: Publicsans, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Publicsans, sans-serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Publicsans, sans-serif;
  color: #070707;
  line-height: 24px;
}

a {
  font-family: Publicsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1px;
  text-decoration: none;
}

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

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

.header {
  padding-top: 24px;
  padding-bottom: 24px;
  background-image: url('../images/Wayfind-CTA-BG.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero {
  margin-top: -149px;
  padding-top: 149px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Wayfind-Hero-BG.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features {
  border-style: solid none none;
  border-width: 1px;
  border-color: #d8d8d8;
  background-color: #fcfcfc;
}

.cta {
  background-image: url('../images/Wayfind-CTA-BG.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer {
  background-color: #fcfcfc;
}

.nav-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.nav-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  height: 40px;
}

.button_ghost {
  margin-left: 24px;
  padding: 12px 32px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
}

.hero-heading {
  width: 66%;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 48px;
  padding-left: 48px;
  -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;
}

.hero-image {
  width: 100%;
  height: auto;
}

.main-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 48px 48px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.main-para_large {
  width: 66%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: #6d6d6d;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.button {
  margin-right: 24px;
  margin-left: 24px;
  padding: 12px 32px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9028), to(#db6d06));
  background-image: linear-gradient(180deg, #ff9028, #db6d06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  text-align: center;
}

.button:active {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.features-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 24px;
  padding-left: 24px;
}

.features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-col {
  width: 50%;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
}

.features-icon {
  height: 50px;
  margin-right: 16px;
}

.features-subheading {
  color: #004a79;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.features-para {
  margin-bottom: 24px;
  color: #4a4a4a;
}

.features-iconcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
  text-align: center;
}

.cta-para_large {
  position: static;
  width: 66%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-bottom: 0px;
  font-family: Publicsans, sans-serif;
  color: #fff;
  cursor: default;
}

.footer-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
}

.footer-topcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}

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

.footer-logolink {
  margin-right: 24px;
  color: #4a4a4a;
}

.footer-logo {
  height: 40px;
}

.footer-logo_smudge {
  height: 40px;
}

.footer-logolink_smudge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-logolink_smudge:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.footer-bottomcol {
  width: 50%;
  padding-top: 32px;
}

.footer-para_legal {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.header-button_ghost {
  margin-left: 48px;
  padding: 12px 32px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
}

.footer-link {
  margin-right: 24px;
  color: #4a4a4a;
}

.footer-logopara {
  padding-right: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.contactmain {
  border-bottom: 1px solid #d8d8d8;
  min-height: 400px;
}

.contactmain-wrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
}

.contactmain-para_large {
  width: 66%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  color: #6d6d6d;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.contactmain-email_link {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.contactmain-formcontainer {
  width: 66%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 8px;
}

.contactform-formlabel {
  margin-bottom: 16px;
  color: #4a4a4a;
  font-weight: 500;
}

.contactform {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactform-formfield {
  margin-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 4px;
  color: #4a4a4a;
  font-size: 16px;
}

.contactform-formfield:focus {
  border-color: #9b9b9b;
}

.contactform-formfield::-webkit-input-placeholder {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 400;
}

.contactform-formfield:-ms-input-placeholder {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 400;
}

.contactform-formfield::-ms-input-placeholder {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 400;
}

.contactform-formfield::placeholder {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 400;
}

.button_form {
  padding: 12px 48px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9028), to(#db6d06));
  background-image: linear-gradient(180deg, #ff9028, #db6d06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
}

.button_form:active {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.contactform-formarea {
  min-height: 150px;
  margin-bottom: 24px;
  border-radius: 4px;
  color: #4a4a4a;
  font-size: 16px;
}

.contactform-formarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
}

.contactform-formarea::-webkit-input-placeholder {
  color: #d8d8d8;
  font-size: 16px;
}

.contactform-formarea:-ms-input-placeholder {
  color: #d8d8d8;
  font-size: 16px;
}

.contactform-formarea::-ms-input-placeholder {
  color: #d8d8d8;
  font-size: 16px;
}

.contactform-formarea::placeholder {
  color: #d8d8d8;
  font-size: 16px;
}

.contactmain-form_success {
  padding: 48px;
  border-radius: 8px;
  background-color: #004a79;
}

.contactmain-para_success {
  color: #fff;
}

.contactmain-form_error {
  margin-top: 24px;
  padding: 48px;
  border-radius: 8px;
  background-color: #bb2121;
  color: #fff;
}

.contactmain-para_error {
  text-align: center;
}

.contactform-checkboxcol {
  width: 50%;
  margin-bottom: 16px;
  padding-left: 22px;
}

.contactform-checkbox {
  margin-top: 6px;
  margin-left: -22px;
}

.contactform-checkboxlabel {
  padding-right: 16px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}

.contactform-checkboxcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactmain-heading {
  width: 60%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  text-align: center;
}

.contactform-formlabel_checkbox {
  margin-bottom: 24px;
  color: #4a4a4a;
  font-weight: 500;
}

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

.nav-link {
  margin-left: 48px;
  color: #fff;
}

.nav-link.w--current {
  margin-left: 48px;
}

.partners-hero {
  margin-top: -149px;
  padding-top: 149px;
  padding-bottom: 48px;
  background-image: url('../images/Partners-Hero-BG.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-color: #1c6898
}

.partners-herowrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 48px;
  padding-left: 48px;
}

.partners-herocontainer {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.partners-heroheading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
}

.partners-para_white {
  margin-bottom: 24px;
  color: hsla(0, 0%, 100%, 0.8);
}

.partnershero-ctacontainer {
  padding: 147px 24px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.partners-paralarge_white {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.partners-button {
  padding: 12px 32px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9028), to(#db6d06));
  background-image: linear-gradient(180deg, #ff9028, #db6d06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  text-align: center;
}

.partners-button:active {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.partners-main {
  background-color: #fcfcfc;
}

.partners-mainwrapper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 48px 24px;
}

.partners-mainheading {
  margin-bottom: 24px;
  text-align: center;
}

.partners-mainlistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  list-style-type: none;
}

.partners-mainlist {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.partners-mainiconcontainer {
  width: 58px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.hero-line {
  position: relative;
  z-index: 100;
  margin-top: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
}

.button-ghost_partners {
  margin-left: 24px;
  padding: 12px 32px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
}

.footer-bottomcol_right {
  width: 50%;
  padding-top: 32px;
}

@media (max-width: 991px) {
  .nav-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  .button_ghost {
    margin-left: 16px;
  }
  .hero-heading {
    width: 80%;
  }
  .main-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  .main-para_large {
    width: 80%;
  }
  .button {
    margin-right: 16px;
    margin-left: 16px;
  }
  .features-col {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cta-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  .cta-para_large {
    width: 100%;
  }
  .contactmain-para_large {
    width: 100%;
  }
  .contactmain-formcontainer {
    width: 100%;
    padding: 32px;
  }
  .partners-herocontainer {
    width: 100%;
  }
  .partners-button {
    margin-right: 16px;
    margin-left: 16px;
  }
  .partners-mainlist {
    width: 100%;
  }
  .button-ghost_partners {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .nav-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .hero-heading {
    width: 90%;
  }
  .hero-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .main-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .main-para_large {
    width: 90%;
  }
  .features-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .features-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .features-col {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-bottomcontainer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-bottomcol {
    width: 100%;
    text-align: center;
  }
  .footer-para_legal {
    text-align: center;
  }
  .header-button_ghost {
    margin-left: 32px;
  }
  .footer-link {
    margin-right: 12px;
    margin-left: 12px;
  }
  .footer-logopara {
    text-align: center;
  }
  .contactmain-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .contactmain-para_large {
    width: 90%;
  }
  .contactmain-formcontainer {
    width: 90%;
    padding: 24px;
  }
  .contactform-checkboxcol {
    width: 100%;
  }
  .partners-herowrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .partners-mainwrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-bottomcol_right {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero {
    margin-top: -235px;
    padding-top: 235px;
  }
  .nav-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-logo {
    margin-bottom: 24px;
  }
  .button_ghost {
    width: 180px;
    margin-top: 16px;
    margin-left: 0px;
  }
  .hero-heading {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
  .hero-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .main-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .main-para_large {
    width: 100%;
  }
  .button {
    width: 180px;
  }
  .features-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .features-col {
    width: 100%;
    text-align: center;
  }
  .features-icon {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .features-iconcontainer {
    -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;
  }
  .cta-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cta-para_large {
    width: 100%;
  }
  .footer-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-topcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottomcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logolink {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .footer-logolink.w--current {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .footer-logolink_smudge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-bottomcol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-button_ghost {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
  }
  .footer-link {
    margin-bottom: 16px;
  }
  .footer-link.w--current {
    margin-bottom: 24px;
  }
  .footer-logopara {
    text-align: center;
  }
  .contactmain-wrapper {
    padding: 48px 16px;
  }
  .contactmain-para_large {
    width: 100%;
    margin-bottom: 24px;
  }
  .contactmain-formcontainer {
    width: 100%;
  }
  .contactform-formlabel {
    margin-bottom: 8px;
  }
  .button_form {
    width: 180px;
    text-align: center;
  }
  .contactmain-form_success {
    padding: 32px;
  }
  .contactmain-form_error {
    padding: 32px;
  }
  .contactform-checkboxlabel {
    padding-right: 0px;
  }
  .contactmain-heading {
    margin-bottom: 24px;
  }
  .footer-logocontainer_smudge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav {
    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;
  }
  .nav-link {
    margin-bottom: 24px;
    margin-left: 0px;
  }
  .partners-hero {
    margin-top: -235px;
    padding-top: 235px;
  }
  .partners-herowrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .partners-button {
    width: 180px;
  }
  .partners-mainwrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .partners-mainlistitem {
    -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;
  }
  .partners-mainlist {
    text-align: center;
  }
  .partners-mainiconcontainer {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .button-ghost_partners {
    width: 180px;
    margin-top: 16px;
    margin-left: 0px;
  }
  .footer-bottomcol_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}