body {
    color: var(--greyish-brown);
    font-family: 'Red Hat Text', sans-serif;
    font-feature-settings: 'kern', 'liga', 'pnum';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow-x: hidden;

   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin: 0;
    font-weight: 700;
    color: var(--greyish-brown);
}

p {
    margin: 0 0 1.5em;
}

a {
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
    a {
        transition-duration: 0s;
    }
}

blockquote {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0 var(--margin-m);
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .container {
        padding: 0 64px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: var(--max-page-width);
        padding: 0;
    }
}

button {
    padding: 0;
    background: none;
    border: none;
    line-height: 1;
    font-size: 0;
    cursor: pointer;
}

a:focus,
a:active,
button:focus,
button:active {
    outline: 5px auto #ff8c00;
}

/* Screen Reader Only Text */
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nav-with-list,
.nav-with-list ul,
.nav-with-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Gravity forms */
.gform_wrapper .gform_heading .gform_title {
    margin-bottom: 32px;
}

.gform_wrapper .gform_heading .gform_description {
    margin: 0;
}

.gform_wrapper .gform_body {
    margin-top: 64px;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
}

.gform_wrapper .gform_button {
    border: 1px solid var(--white);
    color: var(--white);
    background-color: var(--charcoal-grey);
    padding: var(--margin-s) calc(var(--margin-m) * 1.5);
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gform_wrapper .gform_button svg {
    margin: 0 0 0 var(--margin-s);
}

.gform_wrapper .gform_button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.gform_wrapper .gform_button:disabled:hover {
    opacity: 0.5;
}

.gform_wrapper .gform_button:focus {
    outline: 5px auto #ff8c00;
}

.gform_wrapper .gform_button:hover {
    opacity: 0.75;
}

.gform_wrapper .gform_button:hover svg {
    opacity: 0.75;
}

@media screen and (min-width: 768px) {
    .gform_wrapper .gform_button {
        font-size: 15px;
    }
}

.hidden{
    right: -110vw !important;
    transition: all 150ms ease-in;
}
.hidden-top{
    top: -20rem !important;
}

 .none{
    display: none !important;
 }

 .locked{
    overflow: hidden;
    height: 100vh;
}