@charset "UTF-8";:root {scroll-behavior: smooth;}@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap");* {box-sizing: border-box;}html {height: 100%;}body {display: flex;flex-direction: column;height: 100%;font-family: 'Hanken Grotesk', sans-serif;}a {color: #0e3796;text-decoration: none;}main {width: 650px;margin: 0 auto;}@media screen and (max-width: 768px) {main {width:100% }}.content {display: flex;flex-direction: column;text-align: center;justify-content: center;padding: 1.5rem;text-decoration: none;}.avatar {display: flex;flex-direction: column;align-items: center;margin: 3.75rem 0 1rem;}@media screen and (max-width: 768px) {.avatar {margin-top:1.25rem }}.avatar img {height: 110px;width: 110px;border-radius: 50%;margin-bottom: 1rem;border: 1px solid #d4d4d8;;}.avatar h3 {margin: 0;color: #71717a;font-size: 1rem;}.avatar .branding img {width: auto;height: 2rem;border:none;border-radius: 0;}@media screen and (max-width: 768px) {.avatar .branding img {width:200px }}.social-links {display: flex;flex-wrap: wrap;justify-content: center;}.social-links a {text-decoration: none;padding: .5rem;display: inline;transition: all 0.2s ease-in-out;}.social-links a i {font-size: 26px;color: #71717a;transition: all 0.2s ease-in-out;}.social-links a:hover i {color: #0e3796;transition: all 0.2s ease-in-out;}.links {margin-top: 25px;}@media screen and (max-width: 768px) {.links {margin-top: 15px;}}.links .heading {margin: 2rem 0 1rem;font-size: 0.75rem;font-weight: bold;text-transform: uppercase;letter-spacing: 0.25rem;color: #555761;}.links .btn {width: 90%;margin: 1rem auto;border-color: #d4d4d8;color: #71717a;cursor: pointer;border-radius: 50px;padding: 0.5rem 1rem;font-weight: 500;transition: all .14s ease-out;min-height: 60px;display: flex;align-items: center;justify-content: space-between;}.links .btn:hover {background-color: #d5e1ff;border-color: #7396ed;color: #000;transition: all .14s ease;}.links .btn i {font-size: 20px;margin-right: .5rem;display: flex;color: #71717a;align-items: center;}.links .btn:hover i {color: #000;}.links .btn p {font-size: .925rem;margin-bottom: 0;}.links .btn .arrow {color: #71717a;font-size: 24px;}.links .btn:hover .arrow {color: #000;}.links .btn .btn-content {display: flex;align-items: center;justify-content: space-between;}.btn-transparent {background: transparent;color:#0e3796;box-shadow: none;border: 0;}.btn-transparent:focus,.btn-transparent:active {box-shadow: none;border: 0;}.languages {display: flex;justify-content: center;align-items: center;}.languages .item {display: flex;justify-content: center;align-items: center;padding:0;margin:0;margin-right: 1rem;}.languages .item:last-child {display: flex;justify-content: center;align-items: center;padding:0;margin:0;margin-right: 0rem;}.languages .item img.image {width:20px;height:auto;display: flex;margin-right: 4px;}.languages .item p {margin-bottom: 0;font-size: .825rem;font-weight: 600;color: #0e3796;}footer {margin-top: auto;padding: 1.5rem 0;display: block;text-align: center;}