@font-face {
    font-family: 'Bariol';
    src: url("../font/bariol_regular-webfont.3226f53c0367.woff2") format('woff2'),
        url("../font/bariol_regular-webfont.323975467709.woff") format('woff'),
        url("../font/bariol_regular-webfont.6a0a772feff3.eot"),
        url("../font/bariol_regular-webfont.6a0a772feff3.eot?#iefix") format('embedded-opentype'),
        url("../font/bariol_regular-webfont.d06eb55c98d5.ttf") format('truetype'),
        url("../font/bariol_regular-webfont.66560c625394.svg#bariolregular") format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bariol-Bold';
    src: url("../font/bariol_bold-webfont.890afebfbf46.woff2") format('woff2'),
        url("../font/bariol_bold-webfont.aecd7aa1a713.woff") format('woff'),
        url("../font/bariol_bold-webfont.8bfacb67f11d.eot"),
        url("../font/bariol_bold-webfont.8bfacb67f11d.eot?#iefix") format('embedded-opentype'),
        url("../font/bariol_bold-webfont.f87d2f29765f.ttf") format('truetype'),
        url("../font/bariol_bold-webfont.ee78f6f9b5ed.svg#bariolbold") format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url("../font/muli-webfont.71be5c2df5df.woff2") format('woff2'),
        url("../font/muli-webfont.88d7f8aadb77.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

*,
:after,
:before {
    box-sizing: inherit;
}

html,
body {
    display: inline;
    box-sizing: inherit;
    min-height: 100vh;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    box-sizing: border-box;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    font-family: Muli, Calibri, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f3f0f8;
    background-image: url(https://cdn-static.twigscience.com/tsc-react/footer-background.asset.612843d91b14e890566a1f4d8039f97f.png);
    color: #373737;
    background-position-y: 100%;
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

a {
    line-height: inherit;
    color: #128383;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

h2 {
    font-weight: 400;
}

button,
.button {
    overflow: visible;
    font-family: Bariol-Bold, Calibri, sans-serif;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 0.7em 1.5em 0.9em;
    text-decoration: none;
    background: #128383;
    display: inline-block;
}

button:hover,
.button:hover {
    background: #0B5B5B;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    transform: scale(1.06);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

button:focus-visible,
.button:focus-visible {
    outline: 2px transparent solid;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ff126d, 0 0 0 9px #fff;
}

.button.primary {
    margin-top: 1rem;
}

.button.secondary {
    background: #fff;
    color: rgb(18, 131, 131);
    border-color: rgb(18, 131, 131);
    box-shadow: none;
}

.button.secondary:hover {
    color: rgb(18, 131, 131);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    transition: 0.3s;
    text-decoration: none;
    transform: scale(1.06);
}

.button.secondary:focus {
    background: rgb(137, 216, 216);
    border-color: transparent;
}

button:disabled,
.button:disabled:hover {
    background: rgb(205, 202, 205);
    color: rgb(147, 146, 147);
    border-color: transparent;
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

label {
    margin: 0 0 1rem;
    color: #343a72;
    font-family: Bariol-Bold, Calibri, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

input {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    font-family: Bariol, Calibri, sans-serif;
    font-size: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #757575;
    border-image: initial;
    padding: 0.7rem;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    height: 2.44444rem;
    margin: 0.6rem 0 1rem;
}

input::placeholder {
    color: #757575;
}

.pill {
    background-color: #ff126d;
    height: 6px;
    width: 1.2rem;
    border-radius: 1rem;
    margin: 0.5rem 0px 1rem;
}
