* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #383838;
}

#header {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  color: #383838;
  background: white;
}

body.isHomeLandingPage #header {
  background: #2f3f73;
}
body:not(.isHomeLandingPage) #header {
  max-width: 100%;
}

.main-nav-top-left-content {
  display: flex;
  flex-grow: 1;
}
#main-nav-home-link-container {
  flex-grow: 1;
  display: flex;
}
body.has-main-nav-project-selector #main-nav-home-link {
  margin-left: auto;
  margin-right: auto;
}

body.has-main-nav-project-selector #project-dropdown-placeholder {
  width: 250px;
}

@media screen and (max-width: 800px) {
  body.has-main-nav-project-selector #main-nav-home-link {
    display: none;
  }
}

a {
  color: #2e67a3;
}

.dark-mode {
  & a {
    color: #fff;
  }
}

@media screen and (min-width: 801px) {
  #header > .container > .row > .col-12 {
    display: flex;
    align-items: center;
  }
}

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

#header nav {
  margin-left: auto;
}

#header h1 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

h1 {
  margin-bottom: 40px;
}

body.isHomeLandingPage #header .dbb-home-name {
  font-size: 30px;
  color: white;
  font-weight: bold;
}

body.isHomeLandingPage #header nav a {
  color: white;

  padding-right: 15px;
  padding-left: 15px;
}

a.header-nav-link {
  float: left;
  display: inline-block;
  padding: 8px 16px;
  line-height: 22px;
  color: #383838;
  font-weight: 500;
}

.header-nav-dropdown__container {
  display: none;
}

@media screen and (min-width: 801px) {
  .header-nav-dropdown__container {
    display: flex;
  }
}

.header-nav-dropdown {
  float: left;
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.header-nav-dropdown__trigger {
  background-color: transparent;
  border: none;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: #383838;
  font-weight: 500;
  cursor: pointer;
}
.isHomeLandingPage .header-nav-dropdown__trigger {
  color: white;
}
.header-nav-dropdown__trigger:after {
  content: "";
  border: 0.25em solid transparent;
  border-top-color: currentColor;
  opacity: 0.66;
  margin-left: 0.25em;
  transform: translateY(0.15em);
}
.header-nav-dropdown__flyout {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 20ch;
  padding: 0.5em 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23),
    0 0 1px 1px rgb(0, 0, 0, 0.05);
  opacity: 0.1;
  transform: rotateX(-90deg) translateX(-50%);
  transform-origin: top center;
  transition: 120ms all 120ms ease-out;
}
.header-nav-dropdown:hover .header-nav-dropdown__flyout,
.header-nav-dropdown:focus-within .header-nav-dropdown__flyout {
  opacity: 1;
  transform: rotateX(0) translateX(-50%);
}
.header-nav-dropdown__flyout:after {
  content: "";
  position: absolute;
  top: -0.5em;
  left: calc(50% - 0.125em);
  border: 0.25em solid transparent;
  border-bottom-color: white;
}
.header-nav-dropdown__flyout a {
  color: #383838 !important;
  padding: 0.3rem 1rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.header-nav-dropdown__flyout a img {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.header-nav-dropdown__flyout a > div {
  margin-left: 8px;
}
.header-nav-dropdown__flyout a > div {
  font-weight: 500;
}
.header-nav-dropdown__flyout a > div > div {
  font-size: 80%;
  opacity: 0.8;
  font-weight: normal;
}
.header-nav-dropdown__flyout a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

body.isHomeLandingPage nav a:hover {
  color: white;
}

.btn {
  border: none;
}
.btn-primary {
  background-color: #0a76a7;
}
.btn-outline-secondary {
  box-shadow: inset #6c757d 0 0 0 1px;
}
.btn-green,
.btn-primary-small-green {
  background: #72b71ac9;
}
.btn-green:hover,
.btn-primary-small-green:hover {
  background: #22a03d;
}
.btn-dark-blue {
  background: #275070;
}
.btn-dark-blue:hover {
  background: #1e425f;
}

.gray-background {
  background: #f6f5f6;
}

.dark-mode .gray-background {
  background: #1e212e;
}

.static-breadcrumbs {
  margin-top: 20px;
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.static-breadcrumbs {
  color: white;
}
.static-breadcrumbs > a {
  color: white;
}

.content-container {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.content-container--padded {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .content-container {
    border-radius: 0;
    max-width: 100vw;
  }
  .content-container--padded {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-container--full-width {
  border-radius: 0;
}
.content-container--below-breadcrumbs {
  margin-top: 0;
}

.content-container:not(.content-container--bg-optout),
.container-on-bg {
  /* box-shadow: 0 2px 4px hsl(200deg 15% 25% / 10%);
  border: 1px solid hsl(213, 22%, 90%); */
  background: white;
  border-radius: 4px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #094f78;
  color: white;
}
.footer a {
  display: block;
  color: #9bc4de !important;
  padding-bottom: 5px;
  padding-top: 5px;
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #427da8;
  padding-bottom: 5px;
  margin-bottom: 20px;
  max-width: 200px;
}
@media screen and (max-width: 801px) {
  .footer h4 {
    margin-top: 20px;
  }
}

#outer-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page-content {
  flex-grow: 1;
}

.link-button {
  color: #2f3f73 !important;
  cursor: pointer;
}

@media (min-width: 600px) {
  body:not(.disableWideContent) .container {
    max-width: 100vw;
  }

  #header.header--wide > .container {
    max-width: 100vw;
  }
}

.btn-primary:disabled {
  background: #555;
  border-color: #333;
}

.btn-primary-red {
  background: #d1308b;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 500;
}
.btn-primary-red:hover:not(:disabled) {
  background: #ea1d91;
  text-decoration: underline;
}

.btn-primary-outline {
  background: rgb(116, 193, 108, 0.2);
  border: solid 2px #74c16c;
  color: #74c16c;
  font-weight: bold;
}
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #22a03d;
  border-color: #22a03d;
}

.btn-primary-white-border {
  background: transparent;
  border: 1px solid white;
}

.btn.btn-danger:disabled {
  opacity: 0.7;
}

iframe {
  max-width: 100%;
}

.btn-xs {
  padding: 2px 6px;
  font-size: 13px;
}

.article-container--single-column {
  margin: auto;
  max-width: 700px;
}
body:not(.isHomeLandingPage) h2 {
  font-size: 16px;
  color: #044262;
  font-weight: 500;
}
body:not(.isHomeLandingPage) h3 {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

body:not(.isHomeLandingPage) .article-container h1 {
  font-weight: bold;
}
body:not(.isHomeLandingPage) .article-container h2 {
  color: #333;
  margin-top: 32px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
}
.article-container a {
  /* color: #04496e; */
  color: #c32035;
}
body:not(.isHomeLandingPage) .article-container h3 {
  font-weight: 600;
}

.article-container p,
.article-container ul {
  line-height: 1.6em;
  max-width: 700px;
}
.article-container p,
.article-container li {
  font-size: 18px;
}

.article-container h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.article-container h3 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.article-container h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2f3f72;
}

.article-container p {
  /* Prevent long URLs in e.g. error messages from making page scrollable horizontally */
  word-break: break-word;
}

.h4-simple-bold,
.h3-simple-bold,
body:not(.isHomeLandingPage) .h3-simple-bold {
  font-size: 16px;
  font-weight: 500;
}

.article-container table thead th {
  background: #35b565;
  color: white;
  font-weight: bold;
  padding: 4px;
}
.article-container table td {
  border: 1px solid #eee;
  padding: 4px;
}
@media screen and (max-width: 600px) {
  .article-container table td,
  .article-container table thead th {
    padding: 2px;
    font-size: 13px;
  }
}
.article-container table tr:nth-child(even) td {
  background: #f8f9fc;
}

.article-container blockquote {
  padding-left: 20px;
}

.h2-inline-block-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.h2-inline-block-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0;
}

body .primary-nav-cta {
  margin-left: 10px;
  background: #0a76a7;
  border-radius: 4px;
  width: 170px;
  color: white;
  text-align: center;
}
body.isHomeLandingPage .primary-nav-cta {
  background: #074262;
}
body.isHomeLandingPage .sticky-header .primary-nav-cta {
  background: #0a76a7;
}
body .primary-nav-cta:hover {
  color: white;
}

.article-container__h1-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
body:not(.isHomeLandingPage) h1 {
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  body:not(.isHomeLandingPage) h1 {
    font-size: 16px;
    font-weight: bold;
  }
}

code {
  /* Override bootstrap with something more subtle */
  color: #be3574;
}

.article-container pre {
  border-radius: 4px;
}
.article-container pre:not(.hljs) {
  padding: 10px;
  background: #f7fafc;
}
.article-container pre:not(.hljs) code {
  color: #303f72;
}
.article-container code {
  color: hsl(332, 78%, 37%);
}
.article-container pre.hljs code {
  color: inherit;
}

.image-2x {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .image-1x {
    display: none;
  }
  .image-2x {
    display: block;
  }
}

.alert-info {
  background-color: hsla(189, 53%, 92%, 1);
  border-color: #bee5eb;
}
.alert-warning {
  color: #6d5203;
  background-color: #fff5d6;
}
.alert-danger {
  background-color: hsla(355, 53%, 96%, 1);
  border-color: hsla(354, 80%, 57%, 1);
}
.alert {
  padding: 8px 20px;
}

.monitoring-cta {
  background: #e4f1ff;
  padding: 20px;
  border-radius: 4px;
}
.monitoring-cta > div {
}
.monitoring-cta__info {
  font-size: 18px;
  line-height: 1.5em;
}

.monitoring-cta__button {
  background: #3d8fe5;
  text-align: center;
  color: white !important;
  display: block;
  padding: 10px 5px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
}

.group .show-on-group-hover {
  opacity: 0;
}

.group:hover .show-on-group-hover {
  opacity: 1;
}

/** FeatureSection */
.image-style {
  box-shadow: 2px 0px 80px #c4c9d4;
  position: relative;
  border-radius: 10px;
}

.dark-mode .image-style {
  box-shadow: 2px 0px 80px #000000;
}

@media (min-width: 600px) {
  .image-container-right {
    padding-left: 70px;
  }
  .image-container-left {
    padding-right: 70px;
  }
}
@media (max-width: 599px) {
  .image-container-left {
    order: 5;
  }
}

.circle {
  position: relative;
}
.circle > div {
  background-image: url(/public/circles-a.webp);
  width: 500px;
  height: 500px;
  position: absolute;
  top: -100px;
  right: -25px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1300px) {
  .circle > div {
    right: -80px;
  }
}
@media screen and (max-width: 899px) {
  .circle {
    display: none;
  }
}
.section--dark .circle > div {
  left: -80px;
  background-image: url(/public/circles-b.webp);
}
@media screen and (max-width: 1320px) {
  /* prevent horiz scroll bar */
  .section--light .circle > div {
    right: 0;
  }
}

.section {
  display: flex;
  align-items: center;
  min-height: 500px;
}

.section h2 {
  margin-bottom: 40px;
  font-weight: bold;
}

.section h3 {
  font-size: 16px;
}

.section .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section--light .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section--wrapper .section:nth-child(odd) {
  background: #2f3f73;
  color: white;
  background: white;
  color: #3a3a3a;
}

.dark-mode .section--wrapper .section:nth-child(odd) {
  background: #171923;
  color: rgba(255, 255, 255, 0.5);
}

.section--wrapper .section:nth-child(even) {
  background: #f8fbff;
  color: #3a3a3a;
}

.dark-mode .section--wrapper .section:nth-child(even) {
  background: #1e212e;
  color: rgba(255, 255, 255, 0.5);
}

.section--wrapper .section:first-child .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section--first {
  padding-bottom: 200px;
  border-bottom: none;
  background: #387fb4;
  color: white;
}

.section--first .container {
  padding-top: 200px;
  padding-bottom: 160px;
}

@media (min-width: 600px) {
  .section--text-image:nth-of-type(even) .row {
    flex-direction: row-reverse;
  }
  .section--text-image:nth-of-type(even) .section--text-image--image {
    padding-right: 70px;
  }
  .section--text-image:nth-of-type(odd) .section--text-image--image {
    padding-left: 70px;
  }

  .section--text-image:nth-of-type(even)
    .section-bullet.animation--scroll-slideleft {
    animation-name: slideright;
  }
}

.section--text-image h2 ~ .row {
  margin-left: 7px;
}

.section--columns .col-md-12 {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.section--columns .container {
  padding-top: 0;
  padding-bottom: 0;
}
.section-columns p {
  margin-top: 4px;
}

.section-columns img {
  max-width: 100%;
  border-radius: 4px;
  max-height: 100%;
}
.section-columns__image-container {
  border-radius: 4px;
  padding: 8px;
  background-color: #f6f6f6;
  margin-bottom: 24px;
  box-shadow: 0px 0px 4px #ccc;
  aspect-ratio: 1.6 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section h3 {
  font-size: 18px;
  font-weight: bold;
  max-width: 500px;
  color: #0a78b2;
}

.section p {
  font-size: 18px;
}
.section--text-image h3 {
  margin-left: -20px;
}

.dark-mode .section--text-image h3 {
  color: #fff;
}

.section--text-image h3:before {
  content: "";
  background: url(/public/landing/feature-bullet.png);
  display: inline-block;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 6px;
  vertical-align: middle;
}
.section--text-image p {
  font-size: 18px;
  max-width: 500px;
  margin-bottom: 10px;
}
.section--text-image p:last-child {
  margin-bottom: 25px;
}

.section.section--quote {
  min-height: 0;
}

.section-quote__author {
  margin-top: 10px;
  display: flex;
}
.section-quote__author img:first-child {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 4px #999;
}
.section-quote__author img:last-child {
  max-width: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  align-self: center;
}
.section-quote__author-text {
  padding-left: 15px;
  padding-top: 15px;
  font-size: 16px;
}
.section-quote__author-text div:nth-child(1) {
  font-weight: bold;
}
.section-quote__author-text div:nth-child(2) {
  opacity: 0.8;
}
.section.section--quote *[class^="col"] {
  margin: auto;
  max-width: 700px;
  overflow: hidden;
  font-size: 20px;
  color: #25495d;
}
.section-quote__divider {
  height: 5px;
  width: 30px;
  background: #0c88c9;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section.section--quote *[class^="col"] > div:nth-child(3) {
  font-size: 18px;
  opacity: 0.8;
}
@media screen and (min-width: 800px) {
  .section.section--quote-top .container {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .section.section--quote-bottom .container {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 799px) {
  .section.section--quote *[class^="col"]:not(:first-child) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 800px) {
  .section.section--first .container {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .section .container {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  .section h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .section .col-md-5 {
    /* push the shadow down even before the image has loaded */
    order: 1000;
  }
  .section--first {
    padding-bottom: 50px;
  }
}

.landing-page-bottom-section {
  background: #0272bf;
  background: url(/public/bg-blue-zag.webp);
  background-size: cover;
}
body .landing-page-bottom-section h2 {
  color: white;
  font-size: 40px;
  margin-bottom: 10px;
}
.landing-page-bottom-section__cta-button {
  margin-top: 40px;
  font-size: 18px;
}
.landing-page-bottom-section__subtitle {
  color: white;
  font-size: 20px;
}

.recommended-articles {
  background: #f8fbff;
}

.dark-mode .recommended-articles {
  background: #1e212e;
}

.recommended-articles img {
  border-radius: 4px;
}

.recommended-articles h3 {
  font-size: 18px;
  margin-top: 4px;
  color: #333;
}

.dark-mode .recommended-articles h3 {
  color: #fff;
}

.recommended-articles__topic {
  opacity: 0.8;
  text-transform: uppercase;
}

.recommended-articles__image {
  max-width: 100%;
}

/** /FeatureSection */

/* Override bootstrap, otherwise some text in Lighthouse dark mode doesn't have enough contrast */
pre {
  color: inherit;
}

/* override bootstrap */
.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.old-browser-warning {
  background: #dbbc3e;
  padding: 1rem 1rem;

  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;

  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

.old-browser-warning p {
  margin-bottom: 0;
  margin-right: 3rem;
  margin-left: 1rem;
  font-size: 14px;
  color: #044262;
}

.old-browser-warning button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;

  line-height: 1;
  background: none;
  border: none;
  padding: 0.25rem;
}

.old-browser-warning button:hover {
  cursor: pointer;
  background: #837024;
}

.old-browser-warning button:hover svg {
  fill: white !important;
}

.old-browser-warning button:focus {
  outline: none;
}

/* Override bootstrap style and replace with focus-visible*/
body button:focus {
  outline: none;
}
body button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2)
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2)
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2)
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2)
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2)
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@keyframes slideup {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideleft {
  0% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideright {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scaleup {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scroll-scaleup {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scroll-scaleup-greater {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.animation--slideup {
  animation-name: slideup;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-duration: 500ms;
}

.animation--scaleup {
  animation-name: scaleup;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-duration: 600ms;
  animation-delay: 0ms;
}

.animation--scroll-slideup,
.animation--scroll-slideleft,
.animation--scroll-slideright,
.animation--scroll-scaleup {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-duration: 1ms; /* Firefox requires this to apply the animation */
  animation-timeline: view();
}
.animation--scroll-slideup {
  animation-name: slideup;
  animation-range: cover 0% cover 30%;
}

.animation--scroll-slideleft {
  animation-name: slideleft;
  animation-range: cover 0% cover 30%;
}

.animation--scroll-slideright {
  animation-name: slideright;
  animation-range: cover 0% cover 30%;
}

.animation--scroll-scaleup {
  animation-name: scroll-scaleup;
  animation-range: cover 0% cover 30%;
}

.animation--scroll-scaleup-greater {
  animation-name: scroll-scaleup-greater;
  animation-range: cover 0% cover 30%;
}

.data-types-container {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.data-types-container a {
  padding: 4px 12px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  background: #094262;
  border-radius: 20px;
  color: white;
}
.data-types-container a:hover {
  opacity: 1;
  background: #1ea0a4;
}
@media screen and (max-width: 800px) {
  .data-types-container a {
    display: block;
  }
}
.data-types-container > a:not(:first-child) {
  margin-left: 8px;
}
.data-types-container > a svg {
  fill: white;
  margin-right: 8px;
}
[data-datatype-screenshot] {
  transition: opacity 0.4s ease;
}

/*Dark Mode */
body.dark-mode {
  color: #f7f7f7;
  background-color: #171923;
}

body.dark-mode:not(.isHomeLandingPage) h2 {
  color: #87b7d0;
}

.dark-mode #header {
  background-color: #171923;
}

.dark-mode .logo-head {
  display: none;
}
.dark-mode .logo-head-dark {
  display: block !important;
}

.dark-mode #main-nav-home-link span {
  color: white !important;
}

.dark-mode .hamburger-inner,
.dark-mode .hamburger-inner::before,
.dark-mode .hamburger-inner::after {
  background-color: #777;
}

@media (min-width: 900px) {
  .container-wide {
    max-width: 900px;
  }
}
@media (min-width: 1000px) {
  .container-wide {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1200px;
  }
}

.landing-page-top-section {
  background-color: #0e7ab6;
  background: linear-gradient(0deg, #206892, #0e7ab6);
  background-size: cover;
}
.landing-page-top-section-plain-blue {
  background: #0a5078;
  background: linear-gradient(312deg, #28678a 50%, #763f98 99%);
}
.free-test-top-section {
  background-color: #0e7ab6;
  background: linear-gradient(320deg, #0ea7b6, #0e7ab6 70%);
}
.landing-page-top-section-plain-green {
  background-color: #276935;
  background: linear-gradient(0deg, #30723e, #306a5e);
}
.landing-page-top-section-ttfb-test {
  background-color: #276935;
  background: linear-gradient(312deg, #2d7a7b 50%, #2f4672 99%);
}
.landing-page-top-section-noscript-test {
  background-color: #1b9c4b;
  background: linear-gradient(325deg, #219482 75%, #be8e19 99%);
}

body.dark-mode a.header-nav-link {
  color: #fff;
}

body.dark-mode .content-container:not(.content-container--bg-optout),
body.dark-mode .container-on-bg {
  background-color: #112129;
}

/* info page styles shared between handlebars and react */

.info-page-header {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 50vh;
  display: flex;
}

.info-page-container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.info-page-title {
  color: #d77c10;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-page-subtitle {
  color: #333;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2em;
}
.dark-mode .info-page-subtitle {
  color: #fff;
}

.info-page-detail {
  margin-top: 10px;
}

.info-page-image {
  width: 500px;
  max-width: 100%;
}
/* -- */
