.text-beige {
  color: #fde596; }

.text-black {
  color: #3c3c3b; }

.text-green {
  color: #7EC771; }

.text-magenta {
  color: #ff3872; }

.text-teal {
  color: #6687ff; }

.text-red {
  color: #DF422F; }

.text-orange {
  color: #FFA628; }

.text-white {
  color: #F8F8F2; }

div.a-beige a {
  color: #fde596;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

div.a-black a {
  color: #3c3c3b;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

div.a-green a {
  color: #7EC771;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

div.a-magenta a {
  color: #ff3872;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

div.a-teal a {
  color: #6687ff;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

div.a-red a {
  color: #DF422F;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

div.a-orange a {
  color: #FFA628;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

div.a-white a {
  color: #F8F8F2;
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

.bg-beige {
  background-color: #fde596; }

.bg-black {
  background-color: #3c3c3b; }

.bg-green {
  background-color: #7EC771; }

.bg-magenta {
  background-color: #ff3872; }

.bg-teal {
  background-color: #6687ff; }

.bg-red {
  background-color: #DF422F; }

.bg-orange {
  background-color: #FFA628; }

.bg-white {
  background-color: #F8F8F2; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mw-100p {
  max-width: 100%; }

body {
  margin: 0; }

.flex-top {
  align-items: start; }

.flex-middle {
  align-items: center; }

.r-5 {
  border-radius: 5px; }

.flex {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap; }

.flex-center {
  flex: 1;
  text-align: center; }

.flex-right {
  margin-left: auto; }

@font-face {
  font-family: galano-grotesque;
  src: url("/font/GalanoGrotesque/GalanoGrotesque.otf"); }

@font-face {
  font-family: galano-grotesque-heavy;
  src: url("/font/GalanoGrotesque/GalanoGrotesqueHeavy.otf"); }

@font-face {
  font-family: galano-grotesque-medium;
  src: url("/font/GalanoGrotesque/GalanoGrotesqueMedium.otf"); }

.text-bold {
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

.text-heavy {
  font-family: galano-grotesque-heavy, Verdana, Tahoma, sans-serif; }

a {
  text-decoration: none; }

p, a, li {
  font-family: galano-grotesque, Verdana, Tahoma, sans-serif;
  line-height: 1.5; }

h1, h2, h3 {
  font-family: galano-grotesque-heavy, Verdana, Tahoma, sans-serif;
  text-transform: uppercase; }

p, li {
  font-size: 17px; }

nav > a {
  font-size: 17px;
  margin-right: 5px;
  margin-left: 5px; }

nav > a.selected {
  font-family: galano-grotesque-heavy, Verdana, Tahoma, sans-serif;
  position: relative; }

nav > a:hover {
  text-decoration: underline;
  cursor: pointer; }

a, a:visited, a:hover, a:active {
  color: inherit; }

nav > a.selected::before {
  position: absolute;
  height: 18px;
  width: 100%;
  top: -30px;
  left: 8px;
  content: "";
  background-image: url("/img/shard-menu.svg");
  background-repeat: no-repeat;
  background-position: center; }

.shard {
  position: relative; }

.shard:before {
  position: absolute;
  height: 50px;
  width: 50px;
  top: -40px;
  left: -35px;
  content: "";
  background-repeat: no-repeat;
  background-position: center; }

.shard-home::before {
  background-image: url("/img/shard-home.svg"); }

.shard-values::before {
  background-image: url("/img/shard-about.svg"); }

.shard-services::before {
  background-image: url("/img/shard-services.svg"); }

.shard-blog::before {
  background-image: url("/img/shard-blog.svg"); }

h1 {
  font-size: 37.5px; }

div .uc-card {
  max-width: 450px;
  margin: 40px; }

div .uc-card-header {
  position: relative; }

div .uc-card-shard {
  margin-left: 0;
  height: 160px;
  position: absolute;
  left: -40px;
  z-index: -10;
  bottom: 20px; }

div .uc-card-shard > img {
  height: inherit; }

.uc-card-image {
  max-height: 200px;
  position: relative;
  right: -40px;
  margin-left: auto;
  z-index: -10; }

div .uc-card-title > h2 {
  margin-right: -40px;
  word-wrap: anywhere; }

div .uc-card-title {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center; }

@media screen and (max-width: 900px) {
  #header-large {
    display: none; } }

@media screen and (min-width: 900px) {
  #header-small {
    display: none; } }

#menu-small {
  width: 100%;
  position: absolute;
  display: flex;
  top: 0;
  z-index: 100;
  max-height: 0;
  transition: max-height 0.2s linear;
  overflow: hidden; }

#menu-small.show {
  max-height: 500px;
  display: flex; }

.menu-close {
  position: absolute;
  top: 25px;
  right: 25px; }

nav.horizontal {
  margin: 65px auto 65px auto; }

nav.horizontal > a {
  display: block;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px; }

nav.horizontal > a.selected::before {
  height: 20px;
  top: 10px;
  left: -70px;
  content: "";
  background-image: url("/img/shard-menu-small.svg"); }

article {
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 700px;
  margin-bottom: 50px; }

@media screen and (max-width: 1100px) {
  body {
    background-color: #fde596; }
  .blog-deco {
    display: none; } }

@media screen and (min-width: 1100px) {
  .blog-deco {
    position: absolute;
    width: 300px;
    right: 20px;
    top: 200px;
    z-index: -100; }
  .blog-deco > img {
    max-width: 100%;
    max-height: 400px; } }

.highlight {
  width: 100%;
  font-size: 13px; }

pre.chroma {
  padding: 20px;
  overflow-x: auto;
  border-radius: 5px; }

li > code, p > code {
  border-radius: 5px;
  padding: 0 5px 0 5px;
  font-family: monospace;
  font-size: 14px;
  border: #3c3c3b solid 1px; }

code {
  padding: 0; }

article p > a {
  text-decoration: underline; }

::marker {
  font-family: galano-grotesque-medium, Verdana, Tahoma, sans-serif; }

pre[tabindex] {
  background-color: #3c3c3b;
  border-radius: 5px;
  padding: 20px;
  color: #F8F8F2;
  font-size: 13px;
  overflow-x: auto; }

html {
  scroll-behavior: smooth; }
