:root {
  --midnight-blue: #0a1f44;
  --slate-grey: #546681;
  --cta-color: #5d6d94;
  --white: white;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Barlow webfont, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--midnight-blue);
  max-width: 45rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--slate-grey);
  text-align: left;
  max-width: 40rem;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4em;
}

.sg-button {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.sg-colour-wrap {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 200px;
  min-height: 200px;
  display: block;
  box-shadow: 6px 6px 17px rgba(82, 76, 76, .06);
}

.sg-type-wrap {
  align-items: center;
  display: block;
}

.sg-title-wrap {
  margin-top: 65px;
  margin-bottom: 65px;
}

.sg-return-wrap {
  background-color: #2e3642;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12%;
  min-height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-full-colour-wrap {
  width: 16.6667%;
  min-height: 150px;
  margin-right: 15px;
}

.sg-header {
  background-color: var(--cta-color);
  justify-content: center;
  align-items: center;
  min-height: 460px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.em {
  font-style: italic;
}

.delete {
  text-decoration: line-through;
}

.style-guide-h6 {
  color: rgba(118, 126, 173, .33);
  margin-top: 0;
  margin-bottom: 0;
}

.sg-paragraph-light {
  color: rgba(245, 247, 253, .8);
  max-width: 700px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
}

.button-download {
  background-color: var(--cta-color);
  color: #001632;
  border-radius: 100px;
  margin-top: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.sg-logo {
  width: 120px;
  margin-right: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.sg-heading {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 1;
}

.sg-menu-title {
  color: #fff;
  border-bottom: 1px solid rgba(23, 48, 73, .04);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.sg-content {
  padding: 70px 5%;
  overflow: hidden;
}

.sg-type {
  margin-bottom: 45px;
}

.sg-menu-wrap {
  background-color: #0a1b2b;
  border-right: 1px solid rgba(23, 48, 73, .05);
  width: 15%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-menu-link {
  color: rgba(255, 255, 255, .55);
  align-items: center;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.sg-menu-link.w--current {
  background-color: #132433;
  border-left: 5px solid #178df7;
}

.sg-button-standard {
  background-color: var(--cta-color);
  color: #001632;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.sg-menu-text {
  z-index: 5;
  position: relative;
}

.colour_block_text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding-left: 14px;
  display: flex;
}

.sg-navigation-mobile {
  display: none;
}

.style-guide-container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.sg-logo-block {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.sg-details-highlight {
  float: left;
  color: var(--cta-color);
  margin-left: 8px;
}

.sg-container {
  flex: 1;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sg-heading-4 {
  color: #0a1f44;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.sg-hero {
  background-color: var(--cta-color);
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 55px 5%;
  display: flex;
}

.bold {
  font-weight: 700;
}

.sg-assets-wrap {
  background-color: #0a1b2b;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.q2 {
  border-left-color: #ffab00;
  max-width: 600px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}

.highlight-opacity {
  color: rgba(255, 255, 255, .8);
  font-weight: 500;
}

.sg-details-title {
  float: left;
  color: #33334f;
  font-size: 16px;
  font-weight: 500;
}

.sg-button-mobile {
  color: #001632;
  background-color: #178df7;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.sg-menu {
  border-bottom: 1px solid rgba(23, 48, 73, .09);
  height: 75%;
  max-height: 75vh;
  padding-top: 45px;
  overflow: auto;
}

.sg-colour-block {
  background-color: var(--cta-color);
  height: 60%;
}

.sg-colour-block.c3 {
  background-color: #132433;
}

.sg-colour-block.c12 {
  background-color: #546681;
}

.sg-colour-block.c4 {
  background-color: #2e3642;
}

.sg-colour-block.c2 {
  background-color: #00ebc7;
}

.sg-colour-block.c18 {
  background-color: #fff;
}

.sg-colour-block.c17 {
  background-color: #fafbfc;
}

.sg-colour-block.c15 {
  background-color: #c1c7d0;
}

.sg-colour-block.c5 {
  background-color: var(--slate-grey);
}

.sg-colour-block.c11 {
  background-color: var(--midnight-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.sg-content-wrap {
  background-color: #fff;
  border-right: 1px solid rgba(23, 48, 73, .05);
  width: 85%;
  height: 2000px;
  margin-left: 15%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.underline {
  text-decoration: underline;
}

.sg-full-wrap {
  align-items: center;
  display: flex;
}

.sg-paragraph {
  margin-bottom: 45px;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.sg-pattern {
  max-width: 350px;
  margin-left: 19px;
  margin-right: 19px;
}

.sg-details-wrap {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.sg-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
}

.sg-break-line {
  background-color: #ebecf0;
  width: 30%;
  min-width: 220px;
  height: 1px;
  margin-top: 8px;
}

.style-guide-h4 {
  margin-bottom: 8px;
  line-height: 38px;
}

.sg-menu-header {
  letter-spacing: 2px;
  font-weight: 500;
}

.colour_title {
  float: left;
  font-size: 17px;
  font-weight: 400;
}

.sg-link {
  color: #f5f7fd;
  text-decoration: none;
}

.mark {
  background-color: rgba(255, 171, 0, .23);
}

.colour_title_text {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 15px;
}

.colour_wrap_main {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-wrap {
  display: none;
}

.feature-wrap {
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: rgba(19, 36, 51, .05);
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  display: flex;
}

.service-pattern {
  max-width: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-pattern.service-pattern-03 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-pattern.service-pattern-02 {
  max-width: 90%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 350px;
  padding: 25px 35px;
  display: flex;
}

.location-chain-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.1rem;
  display: flex;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.service-square-title {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.button-nav {
  background-color: var(--cta-color);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  min-width: 150px;
  margin-left: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.span-link {
  color: #178df7;
  text-decoration: none;
}

.div-block-163 {
  background-color: rgba(255, 255, 255, .13);
  width: 1px;
  height: 35px;
  margin-left: 25px;
  margin-right: 25px;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-wrap.is__hidden {
  display: none;
}

.hero-heading {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1em;
}

.hero-heading.hero-heading-inner {
  font-size: 4.375em;
}

.hero-heading.hero-heading-inner.hero-heading-centre {
  text-align: center;
  font-size: 3.75em;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.content-wrap-01 {
  margin-bottom: 100px;
  display: flex;
}

.featured-title {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.standard-heading {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
}

.standard-heading.is__faq {
  color: var(--cta-color);
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1em;
}

.image {
  width: 35px;
  margin-right: 15px;
}

.footer-column-large {
  width: 60%;
}

.pattern-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.space-below {
  margin-bottom: 160px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.card-image-01 {
  background-image: url('../images/tonstudio-novel-media-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 290px;
  position: relative;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  padding-right: 20px;
  display: flex;
}

.footer-column.is_hidden {
  display: none;
}

.news-text {
  color: #fff;
  font-size: 16px;
}

.arrow-down {
  margin-left: 8px;
}

.footer-icon {
  margin-right: 10px;
}

.line-background {
  border-right: 1px solid rgba(255, 255, 255, .22);
  width: 14.2857%;
}

.navigation-block-right {
  align-items: center;
  display: flex;
}

.legal-text {
  color: rgba(107, 111, 154, .61);
  font-size: 16px;
}

.blog-item {
  padding-left: 12px;
  padding-right: 12px;
}

.arrow-card {
  width: 22px;
}

.arrow-card.is__pointed-down {
  transform: rotate(90deg);
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.text-link {
  color: var(--cta-color);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-hero {
  color: #fff;
  font-style: normal;
}

.pattern-01 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.large-paragraph {
  max-width: 30rem;
  font-size: 1.125em;
  font-style: normal;
  line-height: 1.4em;
}

.large-paragraph.paragraph-centre-dark {
  color: rgba(255, 255, 255, .52);
}

.navigation {
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  min-height: 100px;
  padding: 25px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-wrap-hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.content-block-hero {
  max-width: 680px;
  position: relative;
}

.featured-wrap {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-wrap-focus {
  color: #fff;
  background-color: #178df7;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap-focus:hover {
  background-color: #f0ac09;
}

.plain-link {
  color: #178df7;
  font-size: 16px;
}

.beschreibung {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 25px;
}

.image-8-copy {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.news-bar {
  background-color: var(--cta-color);
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.navigation-link {
  color: rgba(255, 255, 255, .88);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  border-bottom-color: var(--cta-color);
}

.navigation-link.is__hidden {
  display: none;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.featured-article {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.navigation-link-wrap {
  display: flex;
}

.heading-6 {
  color: #fff;
  font-size: 22px;
}

.service-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 200px rgba(0, 22, 50, .06);
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.card-image-03 {
  background-image: url('../images/DSC00883.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 290px;
  position: relative;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-content-white {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5% 160px;
}

.button {
  background-color: var(--cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  border-radius: 100px;
  margin-right: 15px;
  padding: 15px 28px;
  font-size: 1em;
  font-weight: 500;
  line-height: .9em;
}

.button.button-space {
  border: 2px solid rgba(0, 0, 0, 0);
  margin-top: 25px;
}

.button.button-space.is__ghosted {
  border: 2px solid var(--cta-color);
  color: var(--cta-color);
  background-color: rgba(0, 0, 0, 0);
}

.button.is__white {
  background-color: var(--white);
  color: var(--cta-color);
}

.thumbnail-small {
  border-radius: 8px;
  width: 85px;
}

.span-cta {
  color: var(--cta-color);
}

.span-cta.is__bold {
  font-weight: 600;
}

.heading-h5 {
  color: #2e3642;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.home-hero {
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero._02, .home-hero._03 {
  background-image: linear-gradient(rgba(10, 27, 43, .47), rgba(10, 27, 43, .98) 70%, #0a1b2b), url('../images/DSC00917.jpg');
  background-position: 0 0, 50% 100%;
  min-height: 0;
  padding-top: 689px;
}

.return-top {
  z-index: 999;
  background-color: var(--cta-color);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 25px;
}

.logo-image {
  width: 130px;
}

.navigation-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

.service-card-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.card-image-02 {
  background-image: url('../images/IMG_4823.JPG');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  min-height: 290px;
  position: relative;
}

.standard-title {
  color: var(--cta-color);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.service-card-link {
  background-color: var(--cta-color);
  border-top-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 55px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.footer-link-wrap.is__hidden {
  display: none;
}

.news-tag {
  color: #fff;
  background-color: #eea800;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin-right: 16px;
  padding: 8px 16px;
  display: flex;
}

.footer-text {
  color: #546681;
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.line-box-wrap {
  z-index: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: #fff;
  padding: 140px 5% 20px;
}

.primary-navigation-link {
  color: rgba(255, 255, 255, .88);
  flex-direction: row;
  align-items: center;
  padding: 12px 24px 12px 12px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.primary-navigation-link:hover {
  color: #178df7;
}

.primary-navigation-link.is__hidden, .mobile-button-link {
  display: none;
}

.section-news {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.section-news.no-top-margin {
  padding-top: 0;
}

.cta-color-section {
  background-color: var(--cta-color);
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.section-content {
  background-color: #0a1b2b;
  background-image: url('../images/bg_shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
  position: relative;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.featured-article-block {
  align-items: center;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 35px 55px;
  display: flex;
  position: relative;
}

.footer-logo {
  opacity: .77;
  width: 110px;
  margin-bottom: 25px;
}

.footer-text-02 {
  color: var(--cta-color);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  color: #484dff;
}

.image-8 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-content {
  width: 100%;
  height: 100%;
  padding: 45px 45px 45px 35px;
  position: relative;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.service-square-wrap {
  margin-bottom: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  width: 100%;
  min-width: 300px;
  padding-top: 15px;
  padding-bottom: 35px;
}

.cta-arrow {
  margin-left: 60px;
  margin-right: 60px;
}

.play-icon {
  width: 24px;
  position: absolute;
}

.cta-big-word {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}

.column {
  width: 33%;
  padding: 10px;
}

.dropdown-mobile {
  display: none;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.heading-primary {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.1;
}

.capital-heading {
  color: var(--cta-color);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 80%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.section-featured {
  background-color: #0a1b2b;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 15px 5%;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 310px;
  position: relative;
}

.blog-content {
  padding: 20px;
}

.blog-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.author-detail-text {
  color: #8a94a6;
  font-size: 16px;
}

.author-image {
  background-color: #178df7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.paragraph-3 {
  color: #627792;
  font-size: 15px;
  display: none;
}

.author-name-image {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.blog-paragraph {
  color: rgba(255, 255, 255, .49);
}

.author-wrap {
  margin-top: 15px;
  display: flex;
  position: relative;
}

.category-text {
  color: var(--cta-color);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.time-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.time-icon {
  width: 15px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.blog-post-wrap {
  min-height: 200px;
}

.category-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.category {
  z-index: 9;
  color: #627792;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(255, 182, 7, .15);
  border: 1px rgba(255, 255, 255, .2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.category.w--current:hover {
  background-color: rgba(255, 182, 7, .05);
}

.blog-posted-date {
  color: rgba(98, 119, 146, .49);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.h-div {
  background-color: var(--cta-color);
  border-radius: 100px;
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
}

.h-div.card-h-div {
  background-color: var(--cta-color);
  width: 30px;
}

.big-price {
  color: var(--midnight-blue);
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.big-price.tiny {
  color: var(--slate-grey);
  font-size: .9em;
  line-height: 1em;
}

.pricing-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 320px;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 1px 1px 29px rgba(0, 0, 0, .08);
}

.pricing-card.big-card {
  z-index: 10;
  background-color: #fff;
  justify-content: space-around;
  width: 362px;
  height: 450px;
  margin-left: -25px;
  margin-right: -25px;
  padding-right: 0;
  position: relative;
  top: -25px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .08);
}

.pricing-card.third-card {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 0;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .08);
}

.pricing-terms-text-block {
  color: var(--slate-grey);
  text-align: center;
  padding-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.pricing-cards-wrapper {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 125px;
  font-weight: 300;
  display: flex;
}

.price-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.pricing-card-description {
  color: #080110;
  text-align: center;
  width: 70%;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.h2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.header-blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.header-blog-page.impressum {
  background-image: url('../images/DSC00926-hero.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
}

.hero-content {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gradient-overlay {
  background-image: linear-gradient(rgba(10, 27, 43, .98), rgba(10, 27, 43, .92) 41%, rgba(10, 27, 43, .84) 70%, #0a1b2b);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-breadcrumb {
  background-color: #0a1b2b;
  height: 100px;
  overflow: hidden;
}

.section-breadcrumb.breadcrumb-white-bg {
  background-color: #fff;
}

.breadcrumb-block {
  background-color: var(--cta-color);
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section-blog-post {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 5% 160px;
}

.container-tight {
  z-index: 10;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-line {
  background-color: var(--cta-color);
  max-width: 100%;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.faq-answer {
  margin-bottom: 24px;
}

.faq-container {
  margin-bottom: 60px;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq {
  background-color: var(--white);
  color: var(--cta-color);
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.form-caption {
  text-align: center;
  margin-bottom: 28px;
  font-size: 13px;
}

.form-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 59px 5%;
  display: flex;
  overflow: hidden;
}

.form-wrap {
  margin-bottom: 0;
}

.form-field {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dcdcdd;
  height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  line-height: 35px;
}

.form-field.high-input {
  height: 150px;
}

.abstract-1 {
  z-index: 1;
  background-image: url('../images/wave_tri_02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 125px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: auto;
  right: -4%;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 10px;
  min-height: 630px;
  padding: 50px 50px 30px;
  position: relative;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .13);
}

.comp-pane.left {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.component-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.submit-button {
  color: #000;
  background-color: #ffd000;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: filter .2s;
}

.submit-button:hover {
  filter: brightness(96%);
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.span-light {
  font-weight: 300;
}

.date {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.date:hover {
  border-color: #e3e6eb;
}

.date:active, .date:focus {
  border-color: #43464d;
}

.date::placeholder {
  color: rgba(50, 52, 58, .4);
}

.image-9 {
  filter: grayscale();
  width: 100%;
}

.hero-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.full-screen-bg-video {
  width: 100%;
  height: 100%;
  display: none;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .sg-full-colour-wrap {
    width: 25%;
    margin-bottom: 15px;
  }

  .button-download {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sg-menu-wrap {
    z-index: 99;
    width: 0%;
    overflow: hidden;
  }

  .sg-button-standard {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sg-navigation-mobile {
    background-color: #0a1b2b;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 30px 15px;
    display: flex;
  }

  .sg-button-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sg-content-wrap {
    width: 100%;
    margin-left: 0%;
  }

  .sg-logo-mobile {
    width: 130px;
  }

  .colour_wrap_main {
    flex-wrap: wrap;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .service-pattern {
    max-width: 210px;
  }

  .service-pattern.service-pattern-02 {
    max-width: 390px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

  .hero-heading {
    text-align: center;
    font-size: 4em;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .content-wrap-01 {
    flex-wrap: wrap;
  }

  .footer-column-large {
    width: 40%;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .footer-column {
    width: 20%;
  }

  .blog-item {
    width: 50%;
    margin-bottom: 35px;
  }

  .paragraph-hero {
    text-align: center;
  }

  .dropdown-link {
    color: #3b4c5b;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 212, .09);
  }

  .dropdown-link.w--current {
    color: #178df7;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .featured-wrap {
    flex-wrap: wrap;
  }

  .feature-wrap-focus {
    flex-direction: column;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .navigation-link-wrap {
    display: none;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

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

  .button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button.is__hidden-on-mobile {
    display: none;
  }

  .home-hero {
    padding-top: 160px;
  }

  .return-top {
    right: 3%;
  }

  .mobile-button-link {
    background-color: #fff;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .section-news, .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .service-square-wrap {
    margin-bottom: 10px;
  }

  .cta-big-word {
    font-size: 60px;
  }

  .column {
    width: 50%;
  }

  .dropdown-mobile {
    z-index: 999;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    background-color: #fff;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(84, 102, 129, .13);
  }

  .heading-primary {
    font-size: 2.7em;
  }

  .author-wrap {
    flex-wrap: wrap;
  }

  .category-wrap {
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
  }

  .big-price {
    font-size: 40px;
  }

  .pricing-card {
    width: 300px;
    height: 450px;
    padding-right: 14px;
  }

  .pricing-card.big-card {
    width: 320px;
    height: 470px;
    margin-left: -20px;
    margin-right: -20px;
    top: -20px;
  }

  .pricing-card.third-card {
    width: 300px;
    padding-left: 14px;
  }

  .pricing-cards-wrapper {
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .h2-wrapper {
    padding-bottom: 10px;
  }

  .header-blog-page {
    padding-top: 160px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .breadcrumb-block {
    width: 90%;
  }

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

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .comp-pane.right {
    width: 60%;
  }

  .comp-pane.left {
    background-size: contain;
    width: 60%;
    margin-left: -80px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .component-wrap {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .sg-colour-wrap {
    margin-bottom: 25px;
  }

  .sg-full-colour-wrap {
    width: 33%;
  }

  .content-block-left {
    padding-left: 25px;
  }

  .button-nav {
    max-width: 160px;
  }

  .hero-heading {
    font-size: 3.5em;
  }

  .content-block-right {
    padding: 10px;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .footer-column {
    width: 50%;
  }

  .blog-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .news-bar {
    display: none;
  }

  .section-content-white, .section-news {
    padding: 80px 3%;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .service-card-content {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .cta-big-word {
    font-size: 50px;
  }

  .column {
    width: 100%;
  }

  .heading-primary {
    font-size: 2.3em;
  }

  .section-featured {
    padding-top: 20px;
    display: none;
  }

  .category-wrap {
    margin-bottom: 0;
  }

  .category {
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h-div {
    background-color: #583bb5;
  }

  .pricing-card {
    width: 80%;
    height: 470px;
    padding-right: 0;
  }

  .pricing-card.big-card {
    width: 85%;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }

  .pricing-card.third-card {
    width: 80%;
    height: 470px;
    padding-left: 0;
  }

  .pricing-cards-wrapper {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-breadcrumb {
    display: none;
  }

  .section-blog-post {
    padding: 80px 3%;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .form-component {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .abstract-1 {
    bottom: -2%;
    right: 5%;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .comp-pane.left {
    width: 90%;
    height: 600px;
    position: static;
  }

  .component-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .sg-full-colour-wrap {
    width: 100%;
  }

  .button-download, .sg-button-standard, .sg-button-mobile {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .navigation-block-left {
    width: 100%;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .button-nav {
    margin-bottom: 15px;
    margin-right: 0;
    display: none;
  }

  .hero-heading {
    font-size: 2.8em;
  }

  .footer-column-large, .footer-column {
    width: 100%;
  }

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

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .mobile-button-link {
    width: 40px;
    height: 40px;
    padding: 13px;
  }

  .image-block {
    padding: 8px;
  }

  .service-card-content {
    padding: 5px 15px 50px;
  }

  .cta-big-word {
    font-size: 2.8em;
  }

  .heading-primary {
    font-size: 1.9em;
  }

  .capital-heading {
    text-align: center;
  }

  .pricing-card {
    width: 85%;
  }

  .pricing-card.big-card {
    width: 90%;
  }

  .pricing-card.third-card {
    width: 85%;
  }

  .pricing-cards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-wrapper {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-img {
    display: none;
  }

  .form-field.high-input {
    overflow: auto;
  }

  .abstract-1 {
    bottom: -3%;
    right: -10%;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 20px 15px;
  }

  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }

  .submit-button {
    width: 100%;
  }
}


@font-face {
  font-family: 'Barlow webfont';
  src: url('../fonts/Barlow-SemiBold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow webfont';
  src: url('../fonts/Barlow-Medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow webfont';
  src: url('../fonts/Barlow-Light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow webfont';
  src: url('../fonts/Barlow-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}