/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  overscroll-behavior: none;
}

body {
  text-align: center;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  max-width: 100vw;
}
body.show_privacypolicy {
  overflow: hidden;
}

body:not(.ready) .sec_projects .wp-block-cover__video-background {
  display: none !important;
}

.fancy_anim {
  opacity: 0;
}

.obs {
  transition-duration: 0.4s;
  transform: translateY(1em);
  opacity: 0;
  transition-delay: 0.4s;
}
.obs.inview {
  opacity: 1;
  transform: none;
}

* {
  box-sizing: border-box;
  cursor: default;
}

a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition-duration: 0.4s;
}
a:hover {
  border-bottom-color: #000;
}

h1, h2, h3 {
  margin: 0;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1vw;
  font-size: max(14px, 1vw);
}

p {
  margin: 0.5em 0;
}

.ql-align-center {
  text-align: center;
}

.ql-align-left {
  text-align: left;
}

.ql-align-right {
  text-align: right;
}

#big_logo,
#page_logo {
  line-height: 1em;
  z-index: 5;
  font-family: 'Montserrat', sans-serif;
  font-size: min(16vw, 212px);
  text-align: center;
}
#big_logo span,
#page_logo span {
  opacity: 0;
}
#big_logo span:nth-child(1),
#page_logo span:nth-child(1) {
  transform: translateX(-50%);
}
#big_logo span:nth-child(2),
#page_logo span:nth-child(2) {
  transform: translateX(-20%);
}
#big_logo span:nth-child(4),
#page_logo span:nth-child(4) {
  transform: translateX(20%);
}
#big_logo span:nth-child(5),
#page_logo span:nth-child(5) {
  transform: translateX(50%);
}
#big_logo span_NOT,
#page_logo span_NOT {
  position: relative;
  display: inline-block;
  transition-property: transform, opacity;
  opacity: 0;
}
#big_logo span_NOT:nth-child(1),
#page_logo span_NOT:nth-child(1) {
  transform: translateX(-50%);
}
#big_logo span_NOT:nth-child(2),
#page_logo span_NOT:nth-child(2) {
  transform: translateX(-20%);
}
#big_logo span_NOT:nth-child(4),
#page_logo span_NOT:nth-child(4) {
  transform: translateX(20%);
}
#big_logo span_NOT:nth-child(5),
#page_logo span_NOT:nth-child(5) {
  transform: translateX(50%);
}
#big_logo.inview span,
#page_logo.inview span {
  transform: none !important;
  opacity: 1;
  transition-duration: 2s, 1s;
}

#big_logo {
  mix-blend-mode: difference;
  color: #fff;
  position: fixed;
  top: 3vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22vw;
  display: flex;
}
@media (max-width: 800px) {
  #big_logo {
    font-size: 20vw;
  }
}

#page_logo a:hover {
  border: 0 !important;
}

header {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

.sec_intro .wp-block-cover__inner-container {
  color: #fff;
  font-size: 1.25vw;
  font-size: max(1.25vw, 18px);
  position: absolute;
  width: calc(100% - 3rem);
  max-width: 30em;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat', sans-serif;
  transition-duration: 1s;
  transition-delay: 2s;
}
.sec_intro .wp-block-cover__inner-container p {
  opacity: 0;
}
@media (max-width: 800px) {
  .sec_intro .wp-block-cover__inner-container {
    bottom: 16vmax;
  }
  .sec_intro .wp-block-cover__inner-container br {
    display: none;
  }
}

.sec_intro {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  z-index: 10;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding: 3rem 0;
}
.cart h3 {
  margin-bottom: 5rem;
  margin-top: 0;
}

.sec_about,
.sec_serv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.sec_about h3.fancy_anim,
.sec_serv h3.fancy_anim {
  transform: none !important;
}
.sec_about .content,
.sec_serv .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.sec_about_spacer {
  height: 100vh;
}

.sec_about {
  margin-top: 100vh;
  min-height: 100vh;
  padding: 5rem 5vw;
  padding-bottom: 10vw;
  align-items: stretch;
}
.sec_about .wp-block-group__inner-container {
  min-height: 100%;
}
.sec_about p {
  font-size: 3vw;
  font-size: max(3vw, 20px);
}
@media (max-width: 800px) {
  .sec_about {
    padding-bottom: 30vh;
    margin-bottom: -100px;
  }
}

.sec_serv {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-bottom: 0;
  z-index: 13;
  padding-top: 5rem;
  transform: translateY(80px);
  transform: translateY(4vw);
  transition-duration: 0.5s;
  align-items: stretch;
}
@media (max-width: 800px) {
  .sec_serv h3 {
    margin-bottom: 3rem;
  }
}
.sec_serv .wp-block-group__inner-container {
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}
.sec_serv .content {
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
}
body.below_serv .sec_serv {
  transform: none;
  border-color: transparent;
}
.sec_serv h2 {
  font-size: 1.6vw;
  font-size: max(1.6vw, 20px);
}
@media (max-width: 800px) {
  .sec_serv h2 {
    margin-left: 6vw;
    margin-bottom: 1em;
    margin-top: 2em;
  }
}
.sec_serv .content > .wp-block-group {
  display: flex;
  align-items: flex-start;
  padding: 2vw 5vw;
  border-bottom: 1px solid #000;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
.sec_serv .content > .wp-block-group:last-of-type {
  border-bottom: 0;
  padding-bottom: 5vw;
}
.sec_serv .content > .wp-block-group > p {
  flex-grow: 1;
  width: 33%;
  padding: 0 1rem;
  display: flex;
}
.sec_serv .content > .wp-block-group > p:first-of-type {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: max(1.6vw, 20px);
  font-weight: 700;
}
.sec_serv .content > .wp-block-group > p {
  margin-left: 5vw;
  font-size: 1vw;
  font-size: max(1vw, 16px);
}
@media (max-width: 800px) {
  .sec_serv .content > .wp-block-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec_serv .content > .wp-block-group > p {
    margin-bottom: 2rem;
  }
  .sec_serv .content > .wp-block-group p {
    grid-row: 2;
    margin-left: 0;
    width: auto;
  }
  .sec_serv .content > .wp-block-group p:first-of-type {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    width: auto;
    margin-top: 1rem;
  }
}
@media (max-width: 800px) and (max-width: 390px) {
  .sec_serv .content > .wp-block-group p {
    font-size: 14px;
  }
}
.sec_serv .logo {
  font-size: 14vw;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}
.sec_serv .logo div {
  white-space: nowrap;
  animation: marq 20s infinite linear;
}

@keyframes marq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-65.5%);
  }
}
#selected_works_NOT {
  position: fixed;
  top: 5vw;
  left: 50%;
  z-index: 13;
  color: #fff;
  transform: translateX(-50%) translateY(80px);
  transition-duration: 0.5s;
}
body.below_serv #selected_works_NOT {
  transform: translateX(-50%);
}

#left_arr,
#right_arr {
  display: block;
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  filter: invert(100%);
}

#left_arr {
  left: 2vw;
  transform: scale(-1);
}

#right_arr {
  right: 2vw;
}

.sec_projects {
  background: #fff;
  height: 100vh;
  position: relative;
  z-index: 12;
  width: 100vw;
  overflow: hidden;
  background: #000;
}
@media (max-width: 800px) {
  .sec_projects {
    height: calc(100vh + 5rem);
  }
}
.sec_projects h3 {
  position: absolute;
  top: 3vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec_projects .items > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .sec_projects .items > .wp-block-group__inner-container > .wp-block-cover {
    height: calc(100vh + 5rem);
  }
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  left: 8vw;
  top: 8vmax;
  color: #fff;
  font-size: 16px;
  text-align: left;
  max-width: 84vw;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container .c {
  font-size: 24px;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container h2 {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: 700;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container p {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.55;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container p em, .sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container p:last-of-type {
  font-style: normal;
  text-transform: lowercase;
  display: block;
  margin-top: 1rem;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container.inview {
  transition-delay: 0.4s;
}
@media (max-width: 800px) {
  .sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container {
    left: 8vw;
    top: 15vmax;
    font-size: 15px;
  }
  .sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container h2, .sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .wp-block-cover__inner-container .c {
    font-size: 23px;
  }
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .content .bg,
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .content .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .content .bg_video {
  transform: none;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .content .bg_video:not(.ready) {
  display: none;
}
.sec_projects .items > .wp-block-group__inner-container > .wp-block-cover .content p {
  position: relative;
}

.sec_contact {
  position: relative;
  background: #fff;
  padding: 4vw 0;
  padding: 3rem 0;
  z-index: 13;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border-color: 1px solid #000;
  border-bottom: 0;
  transition-duration: 0.5s;
  margin-top: -3rem;
  padding-bottom: 0;
}
body.below_proj .sec_contact {
  transform: translateY(-80px);
  border-color: #000;
}
.sec_contact h3 {
  margin-top: 2rem;
}
.sec_contact a {
  margin: 1.5em auto 1.8em;
  font-size: 5vw;
  font-family: Apoc;
  display: inline-block;
  transition-duration: 0s;
  text-transform: uppercase;
}

footer {
  position: relative;
  z-index: 12;
  padding: 5rem;
  background: #fff;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  footer {
    padding: 3rem;
  }
}
footer .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
footer .menu li {
  margin-bottom: 0.5em;
}
footer > div {
  width: 25%;
}
footer > div:first-of-type {
  text-align: left;
}
footer > div:nth-child(2) {
  width: 50%;
}
footer > div:last-of-type {
  text-align: right;
}
footer > div span {
  display: block;
  margin-top: 0.5em;
}
@media (max-width: 800px) {
  footer {
    flex-direction: column;
  }
  footer > div {
    width: 100% !important;
    margin-bottom: 2rem;
    text-align: center !important;
  }
  footer > div:last-of-type {
    text-align: center;
  }
}

.cursor {
  position: fixed;
  z-index: 502;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  border-radius: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.15s;
  transition-property: width, height, transform, min-width, min-height;
  transform: translate(-50%, -50%);
  transition-timing-function: linear;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  overflow: visible;
  overflow: visible;
  font-family: 'Montserrat', sans-serif;
  top: -100px;
  left: -100px;
}
.cursor .text {
  transform: translateX(1em);
  white-space: nowrap;
  position: absolute;
  left: 100%;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity;
  opacity: 1;
}
.cursor.large {
  width: 140px;
  height: 140px;
}
.cursor.large .text {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s;
}

#popup {
  position: fixed;
  background: #fff;
  padding: 3rem;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border-color: 1px solid #000;
  border-bottom: 0;
  transform: translateY(100%);
  transition-duration: 0.66s;
}
@media (max-width: 800px) {
  #popup {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#popup .content_frame {
  height: calc(100% - 1rem);
  margin-top: 3rem;
  width: 100%;
}
body.show_popup #popup {
  transform: none;
  transition-duration: 1s;
}
#popup .content_wrap {
  overflow-y: scroll;
  text-align: left;
  margin-top: 3rem;
  font-size: 16px;
  font-size: max(1vw, 16px);
  height: calc(100vh - 6rem);
  overscroll-behavior: contain;
}
#popup .content_wrap p:empty {
  min-height: 1.5em;
}
#popup .content_wrap ul {
  list-style-type: circle;
}
#popup .content_wrap ol li {
  margin-bottom: 1em;
}
#popup .close {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 5vw;
  top: 3rem;
}
#popup .close svg,
#popup .close img {
  cursor: pointer;
}

.frame_content,
.page_content {
  text-align: left;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.frame_content h2,
.page_content h2 {
  margin: 1.5rem 0;
  text-transform: uppercase;
  font-size: max(1.6vw, 20px);
}
.frame_content p,
.page_content p {
  font-size: max(1vw, 16px);
  margin-bottom: 1rem;
}

.page-rel {
  text-align: left;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.page_content,
.page-rel {
  padding-bottom: 6rem;
  padding-top: 6rem;
  line-height: 1.5;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding-bottom: 10rem;
}
.page_content *,
.page-rel * {
  box-sizing: border-box;
  max-width: 100%;
}

.langs {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 800px) {
  .langs {
    justify-content: center;
  }
}
.langs a, .langs span {
  margin-left: 0.5em;
  display: inline-block;
  margin-top: 0;
}