/*! normalize.css v8.0.0 | 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;
}
/**
 * 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;
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url('../fonts/poppins-v9-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/poppins-v9-latin-200.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/poppins-v9-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../fonts/poppins-v9-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/poppins-v9-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/poppins-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/poppins-v9-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url('../fonts/noto-serif-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-serif-v8-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url('../fonts/noto-serif-v8-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-serif-v8-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #515151;
  letter-spacing: 0.4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.headline {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  word-break: break-word;
  margin-bottom: 20px;
  color: #8a8a8a;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue .headline {
  color: white;
}
h1 {
  font-size: 30px;
}
p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.8;
}
p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 46px;
  }
}
html,
body,
* {
  box-sizing: border-box;
}
body {
  position: relative;
}
body.menu-active {
  position: fixed;
}
body:after {
  content: "";
  position: fixed;
  top: 70px;
  height: calc(100vh - 70px);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /* -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;*/
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (orientation: landscape) {
  body:after {
    background-position: right top;
    background-size: cover;
  }
}
.site {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  height: 2px;
  background: #837574;
  border: 0 none;
  margin: 0;
}
a {
  text-decoration: none;
  color: #7095AD;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
a:hover {
  color: #837574;
}
a.is-socialmedia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: #474141;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
a.is-socialmedia:hover {
  background: rgba(71, 65, 65, 0.75);
}
.visually-hidden {
  display: none;
}
.img-caption {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  color: #848484;
}
.module {
  box-sizing: border-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
}
.module .module-content {
  -webkit-flex-basis: unset;
  -ms-flex-basis: unset;
  flex-basis: unset;
  -webkit-flex-grow: unset;
  -ms-flex-grow: unset;
  flex-grow: unset;
  max-width: 960px;
  width: 100%;
}
ul.blank-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-col,
.right-col {
  flex-basis: 0;
  flex-grow: 1;
}
.bg-blue .module-content {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 960 2000' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M60.831-.001H10.609l50.222 20.877V-.001h899.906V2001.62H0V-.001h10.609l-.005-.001h50.227v.001z' fill='%23164984' fill-opacity='.44'/%3E%3C/svg%3E");
  background-position: left top;
  background-size: 960px auto;
  background-repeat: no-repeat;
  color: white;
}
.bg-blue .module-content a {
  color: white;
}
.bg-blue .left-col,
.bg-blue .right-col {
  background: rgba(22, 73, 132, 0.44);
}
.bg-white {
  width: 100%;
}
.bg-white.pos-right .right-col {
  background-color: white;
}
.bg-white.pos-left .left-col {
  background-color: white;
}
.bg-gray .module-content {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 960 2000' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M60.831-.001H10.609l50.222 20.877V-.001h899.906V2001.62H0V-.001h10.609l-.005-.001h50.227v.001z' fill='rgba(232,231,231,0.8)'/%3E%3C/svg%3E");
  color: #515151;
  background-position: left top;
  background-size: cover;
}
.bg-gray.pos-fullwidth .left-col,
.bg-gray.pos-fullwidth .right-col {
  background-color: rgba(232, 231, 231, 0.8);
}
.bg-gray.pos-right .right-col {
  background-color: rgba(232, 231, 231, 0.8);
}
.bg-gray.pos-left .left-col {
  background-color: rgba(232, 231, 231, 0.8);
}
.module {
  position: relative;
}
.anchor {
  position: absolute;
  top: -80px;
}
@media screen and (min-width: 48em) {
  body:after {
    height: calc(100vh - 90px);
    top: 90px;
    background-position: right bottom;
  }
  .site {
    padding-top: 100px;
  }
}
@media screen and (min-width: 48em) and (orientation: landscape) {
  body:after {
    background-position: right top;
  }
}
@font-face {
  font-family: 'charlottedoepner';
  src: url('../fonts/charlottedoepner.eot?27fq3');
  src: url('../fonts/charlottedoepner.eot?27fq3#iefix') format('embedded-opentype'), url('../fonts/charlottedoepner.ttf?27fq3') format('truetype'), url('../fonts/charlottedoepner.woff?27fq3') format('woff'), url('../fonts/charlottedoepner.svg?27fq3#charlottedoepner') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'charlottedoepner' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-mail:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-x:before {
  content: "\e902";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-xing2:before {
  content: "\ead4";
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: white;
  z-index: 10;
}
.header .header-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 20px;
}
.header .branding {
  font-size: 22px;
  width: 200px;
}
.header .branding a {
  color: #515151;
  font-weight: 700;
}
.header .branding span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 48em) {
  .header {
    height: 90px;
  }
  .header .header-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .header .branding {
    font-size: 40px;
    width: 325px;
  }
  .header .branding span {
    font-size: 22px;
  }
}
.footer {
  color: #515151;
  background: rgba(71, 65, 65, 0.6);
}
.footer .footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 20px 10px;
  color: white;
}
.footer p {
  font-size: 14px;
}
.footer nav {
  display: flex;
  align-items: center;
}
.footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer .menu .menu-item {
  padding: 0 10px;
}
.footer .menu .menu-item:first-child {
  padding-left: 0;
}
.footer .menu .menu-item a {
  color: white;
  font-size: 14px;
}
@media screen and (min-width: 48em) {
  .footer .footer-inner {
    display: flex;
    justify-content: space-between;
  }
}
.nav-toggle {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 100000;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 40px;
  color: #515151;
  border: 0 none;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  text-align: center;
  font-size: 32px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.nav-toggle:before {
  font-family: "charlottedoepner";
  content: "\e901";
}
.nav-toggle.active:before {
  content: "\e902";
}
.main-navigation.active {
  display: flex;
}
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.main-navigation .menu .menu-item a {
  font-weight: 200;
  text-decoration: none;
}
.main-navigation .menu .menu-item.is-inline {
  display: inline-block;
  padding: 20px;
}
.main-navigation .menu .menu-item.is-inline a {
  font-size: 18px;
}
.menu .menu-item.linkedin a:before {
  font-family: "charlottedoepner";
  content: "\eaca";
}
.menu .menu-item.xing a:before {
  font-family: "charlottedoepner";
  content: "\ead4";
}
@media screen and (max-width: 767px) {
  .main-navigation {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #837574;
    z-index: 9999;
    min-height: calc(100vh - 60px);
    background: white;
  }
  .main-navigation .menu {
    display: block;
    padding-top: 40px;
  }
  .main-navigation .menu .menu-item {
    padding: 10px 20px;
  }
  .main-navigation .menu .menu-item a {
    font-size: 24px;
    text-align: left;
  }
  .main-navigation.active {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .nav-toggle {
    display: none;
    top: 40px;
    height: 60px;
    width: 60px;
  }
  .nav-toggle:before {
    font-size: 26px;
  }
  .main-navigation {
    display: flex;
    justify-content: flex-end;
  }
  .main-navigation .menu .menu-item {
    margin-left: 20px;
  }
  .main-navigation .menu .menu-item a {
    color: #515151;
  }
  .main-navigation .menu .menu-item a.active {
    color: #000;
  }
}
.content-columns .module-content {
  position: relative;
}
.content-columns .module-content .headline {
  padding: 40px 20px 0;
}
.content-columns.bg-white .module-content {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 960 2000' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M60.831-.001H10.609l50.222 20.877V-.001h899.906V2001.62H0V-.001h10.609l-.005-.001h50.227v.001z' fill='rgba(255,255,255,0.8)'/%3E%3C/svg%3E");
  background-position: left top;
  background-size: 960px auto;
}
.content-columns.bg-white.pos-right .right-col {
  background: rgba(255, 255, 255, 0.8);
}
.content-columns.bg-white.pos-left .left-col {
  background: rgba(255, 255, 255, 0.8);
}
.content-columns .headline + .columns {
  padding-top: 0;
}
.columns {
  padding-top: 20px;
}
.columns .column {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 48em) {
  .columns {
    display: flex;
  }
  .columns .column {
    width: 100%;
    padding: 20px;
  }
  .col-2.columns .column {
    width: 50%;
  }
  .col-3.columns .column {
    width: 33.333%;
  }
  .col-4.columns .column {
    width: 25%;
  }
}
@media screen and (min-width: 64em) {
  .columns.is-slim {
    max-width: 860px;
    margin: 0 auto;
  }
}
.numbers p {
  font-size: 20px;
}
.numbers .module-content {
  padding: 60px 0 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 960 2000' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M60.831-.001H10.609l50.222 20.877V-.001h899.906V2001.62H0V-.001h10.609l-.005-.001h50.227v.001z' fill='%23164984' fill-opacity='.44'/%3E%3C/svg%3E");
  background-position: left top;
  background-size: 960px auto;
  background-repeat: no-repeat;
}
.numbers .left-col,
.numbers .right-col {
  background: rgba(22, 73, 132, 0.44);
}
.numbers .description {
  padding: 0 20px;
  margin-bottom: 40px;
}
.numbers .items-wrapper {
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.numbers .items {
  padding-left: 20px;
}
.numbers .items .item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.numbers .items .item:last-child {
  margin-bottom: 0;
}
.numbers .items .item:nth-child(even) {
  padding-left: 40px;
}
.numbers .items .item .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  bottom: 8px;
  padding-left: 8px;
}
.numbers .items .item .number {
  position: relative;
  font-size: 50px;
  font-weight: 600;
  color: white;
  line-height: 1;
}
@media screen and (min-width: 30em) {
  .numbers .items-wrapper {
    position: relative;
    left: -160px;
    top: -50px;
    min-height: calc(100% + 80px);
    width: calc(100% + 160px);
    background-position: left top;
    padding-bottom: 160px;
    padding-right: 160px;
  }
  .numbers .items-wrapper .items {
    position: relative;
    left: 160px;
    top: 80px;
    padding-left: 40px;
  }
  .numbers .items-wrapper .items .item:nth-child(even) {
    padding-left: 100px;
  }
  .numbers .items-wrapper .items .item .number {
    font-size: 80px;
  }
}
.quote {
  display: flex;
  align-items: center;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  color: #486587;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quote:first-of-type {
  height: 70vh;
  align-items: flex-end;
}
.quote .module-content {
  padding: 180px 20px 40px;
}
.quote.margin-top {
  margin-top: calc(100vh - 550px);
}
/*# sourceMappingURL=all.css.map */