/* CSS Reset and Base Styles */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: rgba(0, 0, 0, 0);
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Headings */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .75em;
    margin: 2.33em 0;
}

/* Text Elements */
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: """ """ "'" "'";
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Media Elements */
img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

/* Form Elements */
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

/* Global Styles */
* {
    box-sizing: border-box;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

ul {
    margin-bottom: 0;
    padding-left: 20px;
    margin-bottom: 16px;
}

li {
    margin-bottom: 8px;
    line-height: 1.5;
}

li.body {
    font-size: 14px;
    color: #1c1e21;
    font-family: "Rubic", sans-serif;
    font-weight: 400;
}

@media (min-width: 1200px) {
    ul {
        padding-left: 24px;
        margin-bottom: 24px;
    }
    
    li {
        margin-bottom: 12px;
    }
    
    li.body {
        font-size: 16px;
    }
}

/* Typography Classes */
.heading-1 {
    line-height: 1.25;
    letter-spacing: -1.5px;
    font-weight: 400;
    font-family: "Satoshi", sans-serif;
}

.heading-2 {
    line-height: 1.25;
    letter-spacing: -1.5px;
    font-weight: 400;
    font-family: "Satoshi", sans-serif;
}

.heading-3 {
    line-height: 1.25;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: "Satoshi", sans-serif;
}

.heading-4 {
    line-height: 1.25;
    font-weight: 500;
    font-family: "Satoshi", sans-serif;
}

.heading-5 {
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
    font-family:  "Satoshi", sans-serif;
}

.body {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Rubic", sans-serif;
}

.caption-md {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -1.5px;
    font-family: "DM Mono", sans-serif;
}

.caption-sm {
    line-height: 1.25;
    font-weight: 400;
    font-family: "Rubic", sans-serif;
}

.link {
    font-weight: 400;
    font-family: "DM Mono", sans-serif;
}

a,
a:active,
a:focus {
    outline: none;
}

/* Header Styles */
.header {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid #bababa;
    outline: 1px solid rgba(0, 0, 0, 0);
}

.header .header__content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}

.header .header__logo {
    display: inline-flex;
    border: none;
    background-color: #fff;
    text-align: left;
    padding: 0;
    color: #25d366;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header .header__logo img {
    height: 22px;
}

@media (min-width: 1200px) {
    .header {
        height: 80px;
        padding: 0 64px;
    }
    
    .header .header__logo img {
        height: 32px;
    }
}

/* Main Content Styles */
.main {
    padding-top: 56px;
}

.main .section {
    padding: 64px 16px;
    border-bottom: 1px solid #bababa;
}

.main .section .section__content {
    max-width: 1300px;
    margin: 0 auto;
}

.main .section h1 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1c1e21;
}

.main .section h2 {
    margin-top: 24px;
    font-size: 20px;
    color: #1c1e21;
}

.main .section p {
    font-size: 14px;
    margin-bottom: 0;
    color: #1c1e21;
}

@media (min-width: 1200px) {
    .main {
        padding-top: 80px;
    }
    
    .main .section {
        padding: 120px 64px 88px;
    }
    
    .main .section h1 {
        font-size: 42px;
        margin-bottom: 64px;
    }
    
    .main .section h2 {
        margin-top: 64px;
        font-size: 24px;
    }
    
    .main .section p {
        font-size: 16px;
    }
}

/* Footer Styles */
.footer {
    color: #474747;
}

.footer .footer__content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer__fine-print-list {
    border-bottom: 1px solid #bababa;
    padding: 20px 16px;
    flex: 1 1 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.footer .footer__fine-print-list-link {
    font-size: 12px;
    color: #474747;
    text-decoration: none;
    transition: color .2s linear;
}

@media (hover: hover) {
    .footer .footer__fine-print-list-link:hover {
        color: #25d366;
    }
}

.footer .footer__copyright {
    padding: 20px 16px;
    display: flex;
    align-items: center;
}

.footer .footer__copyright-paragraph {
    font-size: 12px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .footer {
        padding: 0 64px;
    }
    
    .footer .footer__content {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .footer .footer__fine-print-list {
        border-bottom: 0;
        border-right: 1px solid #bababa;
        flex-direction: row;
        column-gap: 24px;
        flex-basis: 0;
        padding: 20px 32px;
        padding-left: 0;
        align-items: center;
    }
    
    .footer .footer__fine-print-list-link {
        font-size: 12px;
    }
    
    .footer .footer__copyright {
        flex: 0 0 250px;
        padding: 20px 32px;
        padding-right: 0;
    }
}
