body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-nav-menu > a:last-child {
  margin-right: 0 !important;
}

.home-hero-text-wrapper:after,
.contact-hero-text-wrapper:after,
.home-hardest-problems-text-wrapper:after,
.home-how-we-work-text-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4px;
  background: #fff;
  opacity: 0.6;
}

.contact-background-image {
  opacity: 0 !important;
}

.background-image-active,
.contact-background-image-active {
  opacity: 100 !important;
}

.home-hero-text-wrapper:after,
.contact-hero-text-wrapper:after {
  height: 3000px;
}

.home-hardest-problems-text-wrapper:after {
  height: 48svh;
}

.home-how-we-work-text-wrapper:after {
  height: 40svh;
}

.button-secondary {
  padding-right: 20px;
}

.button-secondary:after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDg1IDYuMTI1SDBWNS4wNDE2N0g5LjA4NUw0LjgxNzI5IDAuNzczOTU5TDUuNTgzMzMgMEwxMS4xNjY3IDUuNTgzMzNMNS41ODMzMyAxMS4xNjY3TDQuODE3MjkgMTAuMzkyN0w5LjA4NSA2LjEyNVoiIGZpbGw9IiNFM0UzRTMiLz4KPC9zdmc+Cg==");
}

#osfn-slider .slide-active-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDg1IDYuMTI1SDBWNS4wNDE2N0g5LjA4NUw0LjgxNzI5IDAuNzczOTU5TDUuNTgzMzMgMEwxMS4xNjY3IDUuNTgzMzNMNS41ODMzMyAxMS4xNjY3TDQuODE3MjkgMTAuMzkyN0w5LjA4NSA2LjEyNVoiIGZpbGw9IiNFM0UzRTMiLz4KPC9zdmc+Cg==");
}

.button-arrow-down:after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDQxNzUgOS4wODVMNS4wNDE3NSAtMi42NzczMmUtMDdMNi4xMjUwOCAtMi4yMDM3OGUtMDdMNi4xMjUwOCA5LjA4NUwxMC4zOTI4IDQuODE3MjlMMTEuMTY2NyA1LjU4MzMzTDUuNTgzNDEgMTEuMTY2N0w4LjA4MTgzZS0wNSA1LjU4MzMzTDAuNzc0MDM5IDQuODE3MjlMNS4wNDE3NSA5LjA4NVoiIGZpbGw9IiNFM0UzRTMiLz4KPC9zdmc+Cg==") !important;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: rgba(31, 31, 31, 0.25);
  text-transform: uppercase;
  font-family: "Aeonik Mono", Arial, sans-serif;
  font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(31, 31, 31, 0.25);
  text-transform: uppercase;
  font-family: "Aeonik Mono", Arial, sans-serif;
  font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(31, 31, 31, 0.25);
  text-transform: uppercase;
  font-family: "Aeonik Mono", Arial, sans-serif;
  font-weight: 400;
}

.contact-select-field {
  appearance: none;
  color: rgba(31, 31, 31, 0.25);
  text-transform: uppercase;
  font-family: "Aeonik Mono", Arial, sans-serif;
  font-weight: 400;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  font-family: "Aeonik Mono", Arial, sans-serif;
  font-size: 10px;
  box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 9999s ease-in-out 0s;
}

.contact-location {
  cursor: pointer;
}

@media (max-width: 479px) {
  .home-hero-text-wrapper:after,
  .contact-hero-text-wrapper:after,
  .home-hardest-problems-text-wrapper:after,
  .home-how-we-work-text-wrapper:after {
    content: "";
    display: none;
  }
}

.w-nav-brand {
  padding-left: 0 !important;
}
