body {
  background-color: #141414;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.8;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lemurmure, sans-serif;
  font-size: 8em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lemurmure, sans-serif;
  font-size: 6em;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  max-width: 6em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lemurmure, sans-serif;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

p {
  display: inline;
  max-width: 38em;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  padding-left: 0px;
  -webkit-transition: background-position 300ms ease-in-out;
  transition: background-position 300ms ease-in-out;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  background-image: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 36px;
  padding-left: 0px;
  line-height: 1.8;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 36px;
  padding-left: 0px;
  line-height: 1.8;
}

img {
  display: inline-block;
  width: 100%;
  max-width: none;
}

label {
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

blockquote {
  max-width: 730px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px;
  border-left: 0px none #000;
  font-family: Lemurmure, sans-serif;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.hero-home {
  position: relative;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 5%, 0)), to(hsla(0, 0%, 5%, 0.9))), url('../images/M1160794-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 5%, 0), hsla(0, 0%, 5%, 0.9)), url('../images/M1160794-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.section.about {
  position: relative;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section.cta {
  position: relative;
  text-align: center;
}

.section.footer {
  padding-top: 170px;
  padding-bottom: 0px;
  background-color: #0d0d0d;
}

.section.last {
  position: relative;
  padding-bottom: 7em;
}

.container-old {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.heading-large {
  font-family: Lemurmure, sans-serif;
  font-size: 120px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-large.margin-bottom-36 {
  margin-bottom: 36px;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 80px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  z-index: 600;
  width: 60px;
  height: 60px;
  padding: 0px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.nav-button {
  z-index: 600;
  padding: 0px;
  cursor: pointer;
}

.nav-button.w--open {
  background-color: transparent;
}

.blog-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 520px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-logo {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -55px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.social-wrap {
  display: -ms-grid;
  display: grid;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links-wrap {
  display: -ms-grid;
  display: grid;
  height: 134px;
  margin-top: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #1a1a1a;
}

.footer-column-grid {
  display: -ms-grid;
  display: grid;
  width: 500px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-load {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
}

.hero-home-inner {
  overflow: hidden;
}

.hero-slogan {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-slogan.before {
  margin-bottom: 2em;
}

.hero-slogan.after {
  margin-top: 1.5em;
}

.text-block {
  position: relative;
  z-index: 50;
  max-width: 38em;
}

.text-block.margin-b-7em {
  margin-bottom: 7em;
}

.text-block.margin-v-7em {
  margin-top: 7em;
  margin-bottom: 7em;
}

.text-block.right {
  margin-left: auto;
}

.clients-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 162px;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.menu-links-wrap {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-photo-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  width: 50%;
  height: 100%;
}

.nav-link {
  -webkit-transition: color 300ms ease-in-out, background-position 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-position 300ms ease-in-out;
  font-family: Lemurmure, sans-serif;
  font-size: 3.5em;
  line-height: 1;
  font-weight: 400;
}

.nav-link:hover {
  color: #7e7e7e;
}

.menu-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
}

.menu-photo-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100vh;
  background-image: url('../images/M1160789-2.png');
  background-position: 50% 50%;
  background-size: auto 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.nav-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
}

.hover-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.link-line {
  position: relative;
  overflow: hidden;
  font-family: Lemurmure, sans-serif;
  font-size: 4em;
  font-weight: 400;
}

.link-line.margin-t-5em {
  margin-top: 2em;
  margin-bottom: 2em;
}

.link-line-arrow {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  background-image: url('../images/Link-arrow.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-line-arrow:hover {
  background-image: url('../images/Link-arrow.svg');
  background-size: auto;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.container {
  width: 88.8%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.image-format {
  position: relative;
  max-width: none;
  padding-top: 50%;
}

.container.image-format.photograph {
  width: 100%;
  margin-top: -4em;
  margin-bottom: -11em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 5%, 0)), to(hsla(0, 0%, 5%, 0.9))), url('../images/MULT4981-2.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 5%, 0), hsla(0, 0%, 5%, 0.9)), url('../images/MULT4981-2.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

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

.paragraph.popup {
  color: #6cc1ec;
  cursor: pointer;
}

.image.format {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.format.photograph {
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.popup-text {
  color: #6cc1ec;
  cursor: pointer;
}

.text-flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-flex-h.margin-v-7em {
  margin-top: 7em;
  margin-bottom: 7em;
}

.text.hero-dell {
  margin-top: 0.5em;
  font-size: 0.8em;
}

.popup-block {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 50;
  display: none;
  width: 500px;
  max-width: 28em;
  margin-top: 0.25em;
  margin-right: -1em;
  padding: 0.75em 1em 0.85em;
  border-radius: 5px;
  background-color: #2192ca;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  line-height: 1.3;
}

.popup-container {
  position: relative;
  display: inline;
}

.title {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title.margin-b-4em {
  margin-bottom: 4em;
}

.ichip-logo {
  width: 7em;
}

.link-block.overlay {
  position: absolute;
  bottom: 60px;
}

.text-selection {
  background-color: #97779e;
  box-shadow: 0 6px 0 0 #97779e, 0 -6px 0 0 #97779e;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.6vw;
  }

  h1 {
    font-size: 7em;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 2.5em;
  }

  .section.about {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.footer {
    padding-top: 140px;
  }

  .heading-large {
    font-size: 80px;
  }

  .nav-bar {
    position: absolute;
    top: 60px;
  }

  .menu {
    height: 100vh;
  }

  .blog-wrap {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .footer-links-wrap {
    height: auto;
    margin-top: 90px;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-slogan {
    font-size: 1.4em;
  }

  .menu-photo-mask {
    display: none;
  }

  .nav-link {
    font-size: 5em;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.image-format.photograph {
    margin-bottom: -6em;
  }

  .text.hero-dell {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.1vw;
  }

  h1 {
    font-size: 6em;
  }

  h2 {
    font-size: 4em;
  }

  h3 {
    max-width: none;
    font-size: 3em;
  }

  h4 {
    font-size: 20px;
  }

  p {
    max-width: none;
  }

  blockquote {
    max-width: none;
    font-size: 60px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.last {
    padding-bottom: 6em;
  }

  .container-old {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-old.social {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-large {
    font-size: 60px;
  }

  .nav-bar {
    top: 50px;
  }

  .brand {
    width: 50px;
    height: 50px;
  }

  .blog-wrap {
    height: 400px;
  }

  .footer-column-grid {
    width: 100%;
    justify-items: start;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block {
    max-width: none;
  }

  .text-block.margin-b-7em {
    margin-bottom: 5em;
  }

  .nav-link {
    font-size: 5em;
  }

  .footer {
    padding: 40px 20px;
  }

  .link-line.margin-t-5em {
    font-size: 3.5em;
  }

  .container {
    width: 92%;
  }

  .container.image-format.photograph {
    margin-bottom: -6em;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .text-flex-h {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-flex-h.margin-v-7em {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .popup-block {
    top: auto;
    right: auto;
    width: 100%;
    max-width: 40em;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.9em;
  }

  .popup-container {
    position: static;
  }

  .title.margin-b-4em {
    margin-bottom: 3em;
  }

  .ichip-logo {
    width: 6em;
  }

  .text-selection {
    box-shadow: 0 4px 0 0 #97779e, 0 -4px 0 0 #97779e;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.5vw;
  }

  h2 {
    font-size: 3em;
  }

  p {
    line-height: 1.6;
  }

  blockquote {
    font-size: 50px;
  }

  .section.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer {
    padding-top: 100px;
  }

  .section.last {
    padding-top: 0px;
    padding-bottom: 7em;
  }

  .heading-large {
    font-size: 40px;
  }

  .nav-bar {
    top: 40px;
  }

  .brand {
    width: 50px;
    height: 50px;
  }

  .blog-wrap {
    height: 300px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .social-wrap {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-links-wrap {
    margin-top: 70px;
  }

  .hero-slogan {
    font-size: 18px;
  }

  .text-block.margin-v-7em {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .faq-question {
    text-align: left;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .link-line.margin-t-5em {
    font-size: 3em;
  }

  .container.image-format {
    padding-top: 65%;
  }

  .container.image-format.photograph {
    margin-top: -2em;
    margin-bottom: -2em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .popup-block {
    line-height: 1.1;
  }
}

@font-face {
  font-family: 'Lemurmure';
  src: url('../fonts/LeMurmure-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georama';
  src: url('../fonts/Georama-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georama';
  src: url('../fonts/Georama-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georamacondensed';
  src: url('../fonts/GeoramaCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.page-header__partner {
  color: #ffffff;
  margin: 0 auto 0 15px;
  font-size: 14px;
  line-height: 18px;
}

.page-header__partner .text {
  text-transform: uppercase;
  margin: 0 0 5px;
}
.partner-footer {
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  bottom: 3em;
}

@media screen and (max-width: 479px) {
  .page-header__partner {
    margin: 0 auto 0 10px;
  }
  .partner-footer {
    bottom: 10px;
  }
}



