@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  tab-size: 4; /* 4 */
}

body {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

.p1 {
  padding: 8px;
}

.p2 {
  padding: 16px;
}

.p3 {
  padding: 24px;
}

.p4 {
  padding: 32px;
}

.px1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px3 {
  padding-left: 24px;
  padding-right: 24px;
}

.px4 {
  padding-left: 32px;
  padding-right: 32px;
}

.py1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

@keyframes fadeInBody {
  to {
    opacity: 1;
  }
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #202329;
  height: 100%;
  opacity: 0;
  animation: fadeInBody 0.8s ease-out forwards;
}

header {
  height: 100px;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
header .container {
  display: flex;
  align-items: center;
}
header.hide {
  transform: translateY(-100%);
}
header .logo {
  height: 100px;
}
header .push {
  flex: 1;
}
header nav a {
  color: #9A9DA1;
  font-weight: 300;
  margin-left: 24px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
header nav a:hover {
  opacity: 0.5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.button {
  cursor: pointer;
  will-change: auto;
  flex-flow: row;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: min-content;
  height: min-content;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  background-color: #4164A0;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.008em;
  border-radius: 0.75rem;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  overflow: clip;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
body.index h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
}
body.index .spacer {
  height: 100px;
}
body.index #hero {
  height: calc(100vh - 100px);
  opacity: 0;
  transform: translateY(40px);
  animation: slideUp 1s 0.2s ease-out forwards;
}
body.index #hero h1 {
  opacity: 0;
  transform: scale(0.95);
  animation: fadeScale 1s 0.6s ease-out forwards;
  font-size: 68px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
body.index #hero h3 {
  color: #9A9DA1;
  font-weight: 300;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 33px;
}
body.index #hero .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  text-align: left;
  height: 100%;
}
body.index #hero .flex > div {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
body.index .image-container {
  justify-content: center;
}
body.index .hero-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 1.5em;
}
body.index #services {
  background-color: #f3f4f2;
  padding-top: 64px;
  padding-bottom: 64px;
}
body.index #services h2 {
  margin-bottom: 40px;
}
body.index #about {
  padding-top: 64px;
  padding-bottom: 64px;
}
body.index #about p {
  font-size: 20px;
  color: #9A9DA1;
  font-weight: 300;
}
body.index .numbers-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin-top: 48px;
}
body.index .numbers-grid > div {
  background-color: #f3f4f2;
  height: 250px;
  border-radius: 1.5em;
  overflow: hidden;
}
body.index .numbers-grid > div.text {
  padding: 32px;
  background-color: #4164A0;
  color: #ffffff;
}
body.index .numbers-grid > div.text h4 {
  font-size: 64px;
  margin: 0;
  margin-bottom: 8px;
}
body.index .numbers-grid > div.text div {
  font-size: 20px;
  font-weight: 300;
}
body.index .numbers-grid > div.text.alt {
  background-color: #202329;
}
body.index .numbers-grid > div img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills while preserving aspect ratio */
  object-position: center;
}
body.index .numbers-grid .one {
  grid-area: span 1/span 2/span 1/span 2;
}
body.index .numbers-grid .three {
  grid-area: span 2/span 1/span 2/span 1;
  height: 100%;
}
body.index .numbers-grid .four {
  grid-area: span 1/span 2/span 1/span 2;
}
body.index .skills {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
body.index .skills .pill {
  padding: 16px 24px;
  background-color: #b9cced;
  color: #4164A0;
  white-space: nowrap;
  border-radius: 100px;
  font-size: 20px;
}

/*# sourceMappingURL=styles.css.map */