html {
  position: relative;
  min-height: 100%;
  color-scheme: light dark;
  --bg-color: #ffffff;
  --txt-color: #000000;
}

@supports (background-color: Canvas) and (color: CanvasText) {
  :root {
    --bg-color: Canvas;
    --txt-color: CanvasText;
  }
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  padding-top: 66px;
  margin-bottom: 380px;
}

main,
section {

  font-weight: 300;

}

.sz-18 {
  font-size: 1.4rem;
}

.w400 {
  font-weight: 400;
}
section.footer-logos {
  background-color: white;
  color: black;
}


section.contact {
  background-color: #073762;
  color: white;
}

.footer {
  height: 408px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer a {
  color: white;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.dropdown-header {
  color: black;
  font-size: 1.15rem;
}

@media (min-width: 576px) {
  .footer {
    height: 210px;
  }

  body {
    margin-bottom: 210px;
  }

}

@media (min-width: 768px) {

  .footer {
    height: 200px;
  }

  body {
    margin-bottom: 200px;
  }



}

@media (min-width: 992px) {
  .footer {
    height: 180px;

  }

  body {
    margin-bottom: 180px;
  }

}

@media (min-width: 1200px) {}



.text-white-50 {
  color: rgba(255, 255, 255, .5);
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.medias a img {
  filter: contrast(0) brightness(2);
  transition: all 250ms ease-in-out;
  width: 100%;

}

.medias a {
  display: inline-block;
  width: 45px;
}

@font-face {
  font-family: 'Bebas Neue';
  font-weight: 400;
  src: url('/fonts/bebasneue_regular-webfont.eot');
  src: url('/fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bebasneue_regular-webfont.woff') format('woff'), url('/fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('/fonts/bebasneue_regular-webfont.svg#webfont') format('svg');
}

@font-face {
  font-family: 'Bebas Neue';
  font-weight: 300;
  src: url('/fonts/bebasneue_light-webfont.eot');
  src: url('/fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bebasneue_light-webfont.woff') format('woff'), url('/fonts/bebasneue_light-webfont.ttf') format('truetype'), url('/fonts/bebasneue_light-webfont.svg#webfont') format('svg');
}


/* material-icons-outlined-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/material-icons-outlined-v109-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* material-symbols-outlined-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/material-symbols-outlined-v226-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  vertical-align: text-top;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.material-symbols-outlined.md-28 {
  font-size: 28px !important;
}

.material-symbols-outlined.md-20 {
  font-size: 20px !important;
}

.material-symbols-outlined.md-24 {
  font-size: 24px !important;
}

.material-symbols-outlined.md-18 {
  font-size: 18px !important;
}

.material-symbols-outlined.md-16 {
  font-size: 16px !important;
}