html {
  scroll-behavior: smooth;
}
body, body * {
    font-family: 'Figtree', Helvetica, sans-serif;
}

body {
     margin: 0 auto;
}

.content {
    padding: 0;
    padding-top: 80px;
}

.nav {
    margin-bottom: 2em;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
}

.nav_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 1000;
    margin-left: auto;
    margin-right: auto;
}

.white_background {
    background-color: #ffffff;
}

.nav_icon_default {
    width: 35px;
    height: 35px;
    margin: 8px;
    border-radius: 8px;
    border: 1px solid #dfdee3;
}

.nav_icon_large {
    height: 60;
    margin: 16;
}

.nav_left {
    text-decoration: none;
    color: #292929;
    font-weight: bold;
    font-size: 17;
    margin-left: 16px;
    font-size: 21;
    font-weight: 600;
    letter-spacing: 0.231;
}

.nav_right {
    text-decoration: none;
    color: #0663cc;
    font-size: 17;
    margin-right: 16px;
    font-weight: lighter;
    line-height: 2;
}

.get_button {
    --height: 35;
    --line-height: 35px;
    text-align: center;
    float: right;
    text-decoration: none;
    color: white;
    background-color: #0663cc;
    font-size: 17;
   -- margin-right: 16px;
    border-radius: 17px;
    font-weight: 600;
    --letter-spacing: 0.9px;
    padding-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 8px;
}

.get_button:hover {
    filter: brightness(85%);
}

.buttons_large {
    display: flex;
    flex-direction: row-reverse;
}

.buttons_small {

}

.menu {
    z-index: 200;
    position: fixed;
    top:  16;
    right:  16;
    width: 256;
    background-color: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: -2px 5px 42px 5px rgba(122,122,122,0.31);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.menu_container {
    width: 130;
    display: none; 
    justify-content: flex-end;
}

.menu_button {
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    color: #007afe;
    font-size: 17;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #dfdee3;
    display: flex;
    justify-content: center;
    align-items: center;
}


.menu_button:hover {
    background-color: #dfdee3;
}

.menu_close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.menu_button_image {
    margin-right: 16;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    display: none;
}

.menu_button_image:hover {
    background-color: #F5F7FB;
}

.close_menu_button_image {
    margin-top: 18;
    margin-left: 16;
    width: 44px;
    height: 44px;
    display: none;
    border-radius: 6px;
}

.close_menu_button_image:hover {
    background-color: #F5F7FB;
}

.back_link {
    text-decoration: none;
    color: #0663cc;
    font-size: 20;
    margin-right: 16px;
    line-height: 2;
}

.back_link:hover {
   filter: brightness(85%);
}

@media (max-width: 850px) {
    .menu_container { display: flex; }
    .buttons_large { display: none; }
    .menu_view { display: none; }
    .buttons_small { display: inline-block; }
    .menu_button_image { display: block; }
}


footer {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #EFEFF4;
    padding-bottom: 16px;
}

.footer_links_container {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.footer_logo_container {
    margin: 32;
    display: flex;
    flex-direction: column;
}

.footer_logo {
    width: 64;
    height: 64;
    border-radius: 16px;
}

.footer_logo_text {
    margin-top: 4;
    text-align: center;
}

.footer_section {
    margin: 32;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.footer_section_title {
    font-weight: bold;
}

.footer_section_link {
    color: gray;
    font-size: 18;
}

.footer_copy {
    margin: 32;
    margin-top: 0;
    margin-bottom: 0;
    color: gray;
}

.link {
    text-decoration: none;
}


a:hover {
    filter: brightness(65%);
}

a.anchor {
    padding-top: 80px;
    margin-top: -80px;
    display: inline-block; /* required for webkit browsers */
    filter: brightness(100%);
}

table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse:collapse !important;
}

th {
    text-align: inherit;
    text-align:-webkit-match-parent;
}

table td, table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table {
    border:1px solid #dee2e6;
}

table td, table th {
    border:1px solid #dee2e6 !important;
}

table td, table th {
    border:1px solid #dee2e6;
}

table thead td, table thead th {
    border-bottom-width:2px;
}
