* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #24292f;
    background-color: #ffffff;
}

.Header {
    background-color: #f6f8fa;
    border-bottom: 1px solid #d0d7de;
    padding: 16px 0;
}

.Header-link {
    color: #24292f;
    text-decoration: none;
}

.Box {
    background-color: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 6px;
}

.Box-header {
    padding: 16px;
    background-color: #f6f8fa;
    border-bottom: 1px solid #d0d7de;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.Box-body {
    padding: 16px;
}

.Box-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.btn {
    display: inline-block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid;
    border-radius: 6px;
    text-decoration: none;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
}

.btn-primary {
    color: #ffffff;
    background-color: #2da44e;
    border-color: rgba(27, 31, 36, 0.15);
}

.btn-primary:hover {
    background-color: #2c974b;
}

.btn-large {
    padding: 10px 20px;
    font-size: 16px;
}

.container-xl {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.px-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-md-nowrap {
    flex-wrap: nowrap !important;
}

.d-none {
    display: none !important;
}

.d-md-flex {
    display: flex !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-md-3 {
    margin-right: 16px !important;
}

.flex-order-1 {
    order: 1 !important;
}

.flex-md-order-none {
    order: inherit !important;
}

.mt-n1 {
    margin-top: -4px !important;
}

.mb-n1 {
    margin-bottom: -4px !important;
}

.h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.position-relative {
    position: relative !important;
}

.js-header-wrapper {
    min-height: 100vh;
}

.Details {
    display: flex !important;
}

.Header-item {
    display: flex;
    margin-right: 16px;
    align-self: stretch;
    align-items: center;
    flex-wrap: nowrap;
}

.Header-item:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
    
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 8px;
}

h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

li {
    margin-bottom: 4px;
}

p {
    margin-bottom: 16px;
}
