/* @import '@fontsource/roboto/300.css'; */

:root {
  --primary-color: #0074eb;
  --wrapper-treshold: 600px;
}

*,
*::before,
*::after {
  scroll-behavior: smooth;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* scrollbar styles */

@media(min-width: 576px) {
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F7FA;
  }

  body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F7FA;
  }

  body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
  }
}

*:hover {
  transition: all 400ms ease;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  /* font-size: theme(fontSize.base); */
}

/* Primary colors */

.bg-primary {
  background-color: var(--primary-color);
}

.text-primary {
  color: var(--primary-color);
}

.border-primary {
  border-color: var(--primary-color);
}

/* page-content */

.page-content-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
}

.page-content-wrapper--gray {
  background-color: #e5e7eb;
}

.page-content-wrapper--dark-gray {
  background-color: #1f2937;
}

.page-content-container {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
  overflow: hidden;
  padding: 0 24px;
}

@media (min-width: 640px) {

.page-content-container {
    padding: 0 48px
}
  }

@media (min-width: 1024px) {

.page-content-container {
    padding: 0 64px
}
  }

.page-content-container {
  }

/* $container-width: theme(screens.lg); */

/* $container-width: 800px; [> DEBUG: Narrow layout <] */

@media (min-width: 1536px) {

.page-content-container {
    width: 1536px
}
  }

/* default-content-container */

.default-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.default-content-container--slim {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* section-title */

.section-title {
  /* @apply self-center text-center w-full sm:w-2/3 xl:w-1/2 px-4 sm:px:0; */
  margin-bottom: 1rem;
  width: 100%;
  text-align: center
}

@media (min-width: 640px) {

  .section-title {
    width: 66.666667%;
  }
}

.section-title-header {
    /* @apply tracking-wide text-gray-700 font-bold text-4xl mb-4; */
  }

.section-title-header {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.section-title-header {
  letter-spacing: 0.025em;
}

.section-title-header {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.section-title-content {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.section-title-content {
  font-weight: 300;
}

.section-title-content {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.section-title-content p + p {
      margin-top: 8px;
    }

.section-title-header + .section-title-content {
  margin-top: 1rem;
}

.section-title--left {
  align-self: flex-start;
}

.section-title--left {
  text-align: left;
}

.section-title.on-dark .section-title-header {
    /* @apply text-gray-200; */
    color: #e5e7eb;
  }

.section-title.on-dark .section-title-content {
    /* @apply text-gray-200; */
    color: #f3f4f6;
  }

.lo-res,
.hi-res {
  transition: opacity .5s;
}

.hi-res-source.hidden {
  display: none;
}

.hi-res.inited {
    opacity: 0;
  }

.hi-res.inited.visible {
      opacity: 1;
    }

.lo-res.unused {
    opacity: 0;
  }

.site-navbar {
  /* @apply flex flex-col sm:flex-row w-full justify-between items-center px-4 sm:px-6 py-3 bg-white sm:bg-transparent shadow sm:shadow-none; */
  border-bottom: 1px solid #d1d5db;
}

/* &-container, */

.site-navbar-logo {
    min-height: 54px;
    /* min-height: 38px; */
  }

.site-navbar-container {
  display: flex;
}

.site-navbar-container {
  flex-direction: column;
}

.site-navbar-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px) {

  .site-navbar-container {
    flex-direction: row;
  }
}

.site-navbar-container {
    justify-content: space-between;
    align-items: center;
  }

.site-navbar-logo {
  display: flex;
}

.site-navbar-logo {
  width: 100%;
}

.site-navbar-logo {
  flex-direction: row;
}

.site-navbar-logo {
  align-items: center;
}

.site-navbar-logo {
  justify-content: space-between;
}

.site-navbar-logo {
  align-self: flex-start;
}

@media (min-width: 640px) {

  .site-navbar-logo {
    width: auto;
  }
}

@media (min-width: 640px) {

  .site-navbar-logo {
    flex: none;
  }
}

@media (min-width: 640px) {

  .site-navbar-logo {
    align-self: center;
  }
}

.site-navbar-logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /* flex-no-wrap */
  }

.site-navbar-logo:hover {
      opacity: .8;
    }

.site-navbar-logo img {
      max-height: 54px;
    }

.site-navbar-menu {
    /* @apply sm:gap-4 w-full sm:w-auto sm:self-end hidden sm:flex flex-col sm:flex-row items-center h-full py-1 pb-4 sm:py-0 sm:pb-0 whitespace-nowrap; */
  }

.site-navbar-menu {
  width: 100%;
}

.site-navbar-menu {
  flex-direction: column;
}

.site-navbar-menu {
  align-items: center;
}

.site-navbar-menu {
  gap: 0.5rem;
}

.site-navbar-menu {
  white-space: nowrap;
}

@media (min-width: 640px) {

  .site-navbar-menu {
    width: auto;
  }
}

@media (min-width: 640px) {

  .site-navbar-menu {
    flex-direction: row;
  }
}

@media (min-width: 640px) {

  .site-navbar-menu {
    gap: 1rem;
  }
}

.site-navbar-menu-item {
      font-weight: bold;
      color: #1f2937;
    }

.site-navbar-menu-item:hover {
        color: #0067d1;
      }

/* Hamburger */

.site-navbar .hamburger {
    cursor: pointer;
    width: 36px;
    height: 36px;
    transition: all 0.25s;
  }

.site-navbar .hamburger__top-bun,
  .site-navbar .hamburger__bottom-bun {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    transform: rotate(0);
    transition: all 0.5s;
  }

.site-navbar .hamburger:hover [class*="-bun"] {
    background: #333;
  }

.site-navbar .hamburger__top-bun {
    transform: translateY(-5px);
  }

.site-navbar .hamburger__bottom-bun {
    transform: translateY(3px);
  }

.site-navbar .open {
    transform: rotate(90deg);
    transform: translateY(-1px);
  }

.site-navbar .open .hamburger__top-bun {
    transform:
    rotate(45deg)
    translateY(0px);
  }

.site-navbar .open .hamburger__bottom-bun {
    transform:
    rotate(-45deg)
    translateY(0px);
  }

.header-splash {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {

  .header-splash {
    flex-direction: row;
  }
}

.header-splash {
  gap: 24px;
}

.header-splash-text-cell, .header-splash-image-cell {
  display: flex;
}

.header-splash-text-cell, .header-splash-image-cell {
  flex-direction: column;
}

.header-splash-text-cell, .header-splash-image-cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {

  .header-splash-text-cell, .header-splash-image-cell {
    width: 50%;
  }
}

.header-splash-text-cell {
  align-items: center;
}

.header-splash-text-cell {
  justify-content: flex-start;
}

@media (min-width: 1024px) {

  .header-splash-text-cell {
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {

  .header-splash-text-cell {
    justify-content: center;
  }
}

.header-splash-image-cell {
    overflow: hidden;
    position: relative;
    min-height: 300px;
  }

@media (min-width: 1280px) {

.header-splash-image-cell {
      min-height: 400px
  }
    }

@media (min-width: 1536px) {

.header-splash-image-cell {
      min-height: 500px
  }
    }

.header-splash-image-display {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-size: cover; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

.header-splash-image-element {
  }

.header-splash-title-header, .header-splash-title-content {
  text-align: center;
}

@media (min-width: 1024px) {

  .header-splash-title-header, .header-splash-title-content {
    text-align: left;
  }
}

.header-splash-title-header {
  margin-bottom: 1rem;
}

.header-splash-title-header {
  font-size: 3rem;
  line-height: 1;
}

.header-splash-title-header {
  letter-spacing: 0.025em;
}

.header-splash-title-header {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.header-splash-title-content {
  font-size: 1.5rem;
  line-height: 2rem;
}

.header-splash-title-content {
  font-weight: 300;
}

.header-splash-title-content {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.header-splash-title-content p + p {
      margin-top: 8px;
    }

.header-splash-action {
  margin-top: 1rem;
}

.header-splash-action {
  text-align: center;
}

@media (min-width: 1024px) {

  .header-splash-action {
    text-align: left;
  }
}

.header-splash-main,
  .header-splash-more {
    border: 1px solid green;
  }

.bottom-splash {
  color: #e5e7eb;
}

.button {
  /* @apply text-white rounded-full py-1 px-4 shadow hover:bg-blue-700; */
  /* @apply px-6 py-1 my-2; */
  /* @apply rounded-full; */
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-block;
  /* box-sizing: border-box; */
  /* padding: 0.1rem 1rem; */
  padding: 7px 16px;
  font-weight: 500;
  outline: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.button:not([disabled]) {
    cursor: pointer;
  }

.button[disabled] {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
    display: inline-block;
  }

.button, .button[class*="text-"] {
    /* Override text- tw rules. */
    /* line-height: 1.75rem; */
  }

.button-transparent {
    color: #111827;
  }

.on-dark.button-transparent {
      color: #e5e7eb;
    }

.button-transparent:not([disabled]):hover {
      background-color: #f3f4f6;
      border-color: #e5e7eb;
    }

.on-dark.button-transparent:not([disabled]):hover {
        background-color: #374151;
        border-color: #4b5563;
      }

.button-light {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
    color: #111827;
  }

.on-dark.button-light {
      background-color: #374151;
      border-color: #4b5563;
      color: #e5e7eb;
    }

.button-light:not([disabled]):hover {
      background-color: #e5e7eb;
      border-color: #d1d5db;
    }

.on-dark.button-light:not([disabled]):hover {
        background-color: #4b5563;
        border-color: #6b7280;
      }

.button-primary {
    background-color: #0074eb;
    border-color: #005bb8;
    color: #f3f4f6;
  }

.button-primary:not([disabled]):hover {
      background-color: #005bb8;
      border-color: #005bb8;
    }

.button-size-sm {
    font-size: 0.875rem;
  }

.button-size-base {
    font-size: 1rem;
  }

.button-size-lg {
    font-size: 1.125rem;
  }

.button-size-xl {
    font-size: 1.25rem;
  }

.button-size-2xl {
    font-size: 1.5rem;
  }

.button-size-3xl {
    font-size: 1.875rem;
  }

/* @apply w-full min-h-screen flex flex-col justify-center items-center bg-blue-900 py-12; */

/* @apply w-full flex flex-col justify-center items-center py-12; */

.features-list {
  display: flex;
}

.features-list {
  width: 100%;
}

.features-list {
  flex-direction: column;
}

.features-list {
  align-self: center;
}

.features-list-item {
    /* w-full sm:w-1/2 flex flex-row flex-no-wrap hover:shadow-lg hover:bg-blue-800 hover:bg-opacity-50 px-4 sm:px-8 py-6 sm:py-12 */
    /* @apply w-full sm:w-1/2 flex flex-row px-4 sm:px-8 py-6 sm:py-12; */
  }

.features-list-item {
  width: 100%;
}

.features-list-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {

  .features-list-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.features-list-item {
    gap: 32px;
    display: flex;
    flex-direction: column;
  }

@media (min-width: 640px) {

.features-list-item {
      flex-direction: row
  }
      .features-list-item:nth-child(even) {
        flex-direction: row-reverse;
      }
    }

@media (min-width: 640px) {

.features-list-item-image,
  .features-list-item-text {
      width: 50%
  }
    }

.features-list-item-image {
    overflow: hidden;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

/* TODO: Make adaptive height, depending on the screen width (1/2 of width) */

/* @media (min-width: 400px) { */

/*   height: 300px; */

/* } */

@media (min-width: 640px) {

.features-list-item-image {
      /* height: 300px; */
  }
    }

@media (min-width: 1536px) {

.features-list-item-image {
      /* height: 400px; */
  }
    }

.features-list-item-image img {
      display: inline-block;
      height: auto;
      max-width: 100%;
      vertical-align: middle;
      box-sizing: border-box;
    }

.features-list-item-image img.frame-effect {
        margin: 10px;
        border: 1px solid rgba(0,0,0,.5);
        box-shadow: 2px 2px 8px rgba(0,0,0,.4);
        border-radius: 8px;
      }

.features-list-item-text {
    /* @apply w-1/2; */
    /* w-2/3 xl:w-3/4 */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.features-list-item-text-title {
      /* tracking-wide text-purple-300 font-bold text-2xl uppercase mb-2 */
    }

.features-list-item-text-title {
  margin-bottom: 1rem;
}

.features-list-item-text-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.features-list-item-text-title {
  letter-spacing: 0.025em;
}

.features-list-item-text-title {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.features-list-item-text-content {
      /* font-light text-gray-200 text-lg */
    }

.features-list-item-text-content {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.features-list-item-text-content {
  letter-spacing: 0.025em;
}

.features-list-item-text-content {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

/* @apply w-full min-h-screen flex flex-col justify-center items-center bg-blue-900 py-12; */

/* @apply w-full flex flex-col justify-center items-center py-12; */

.advantages-list {
    /* @apply self-center w-full flex flex-col sm:flex-row; */
  }

.advantages-list {
  width: 100%;
}

.advantages-list {
  align-self: center;
}

.advantages-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.advantages-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

@media (min-width: 640px) {

.advantages-list {
      /* gap: 32px; */
  }
    }

@media (min-width: 768px) {

.advantages-list {
      grid-template-columns: 1fr 1fr
  }
    }

@media (min-width: 1536px) {

.advantages-list {
      grid-template-columns: 1fr 1fr 1fr
  }
    }

.advantages-list-item {
    /* border: 1px solid blue; */
    /* w-full sm:w-1/2 flex flex-row flex-no-wrap hover:shadow-lg hover:bg-blue-800 hover:bg-opacity-50 px-4 sm:px-8 py-6 sm:py-12 */
    /* @apply w-full sm:w-1/2 flex flex-row px-4 sm:px-8 py-6 sm:py-12; */
    /* @apply w-full py-4 sm:py-6 sm:w-1/2; */
  }

.advantages-list-item {
  width: 100%;
}

.advantages-list-item {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }

@media (min-width: 640px) {

.advantages-list-item {
      flex-direction: row
  }
    }

@media (min-width: 768px) {

.advantages-list-item {
      gap: 32px
  }
    }

.advantages-list-item-image {
    overflow: hidden;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 140px;
    flex-shrink: 0;
  }

@media (min-width: 640px) {

.advantages-list-item-image {
      width: 165px;
      height: auto
  }
    }

.advantages-list-item-text {
    /* border: 1px solid orange; */
    /* @apply w-1/2; */
    /* w-2/3 xl:w-3/4 */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.advantages-list-item-text-title {
      /* tracking-wide text-purple-300 font-bold text-2xl uppercase mb-2 */
    }

.advantages-list-item-text-title {
  margin-bottom: 1rem;
}

.advantages-list-item-text-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.advantages-list-item-text-title {
  letter-spacing: 0.025em;
}

.advantages-list-item-text-title {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.advantages-list-item-text-content {
      /* font-light text-gray-200 text-lg */
    }

.advantages-list-item-text-content {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.advantages-list-item-text-content {
  letter-spacing: 0.025em;
}

.advantages-list-item-text-content {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.benefits {
  gap: 16px;
}

.benefits-list {
    /* @apply self-center w-full flex flex-col md:flex-row; */
  }

.benefits-list {
  width: 100%;
}

.benefits-list {
  align-self: center;
}

.benefits-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.benefits-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

@media (min-width: 640px) {

.benefits-list {
      /* gap: 48px; */
  }
    }

@media (min-width: 768px) {

.benefits-list {
      gap: 48px;
      grid-template-columns: 1fr 1fr
  }
    }

@media (min-width: 1024px) {

.benefits-list {
      grid-template-columns: 1fr 1fr 1fr
  }
    }

.benefits-list-item {
    /* w-full sm:w-1/2 flex flex-row flex-no-wrap hover:shadow-lg hover:bg-blue-800 hover:bg-opacity-50 px-4 sm:px-8 py-6 sm:py-12 */
    /* @apply w-full sm:w-1/2 flex flex-row px-4 sm:px-8 py-6 sm:py-12; */
    /* @apply w-full flex flex-col md:flex-row items-center md:items-start; */
  }

.benefits-list-item {
  width: 100%;
}

.benefits-list-item {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }

@media (min-width: 640px) {

.benefits-list-item {
      /* Use horizontal layout */
      /* flex-direction: row; */
  }
    }

@media (min-width: 768px) {

.benefits-list-item {
      gap: 32px
  }
    }

.benefits-list-item-image {
    overflow: hidden;
    position: relative;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 80px;
    flex-shrink: 0;
  }

@media (min-width: 640px) {

.benefits-list-item-image {
      /* Use horizontal layout */
      /* width: 100px; */
      /* height: auto; */
  }
    }

.benefits-list-item-text {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: flex-start;
  }

/* Align texts to top */

.benefits-list-item-text-title {
  margin-bottom: 1rem;
}

.benefits-list-item-text-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.benefits-list-item-text-title {
  letter-spacing: 0.025em;
}

.benefits-list-item-text-title {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.benefits-list-item-text-content {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.benefits-list-item-text-content {
  letter-spacing: 0.025em;
}

.benefits-list-item-text-content {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.partners {
  gap: 16px;
}

.partners-list {
  display: flex;
}

.partners-list {
  width: 100%;
}

.partners-list {
  flex-direction: row;
}

.partners-list {
  flex-wrap: wrap;
}

.partners-list {
  align-items: center;
}

.partners-list {
  justify-content: center;
}

.partners-list {
  align-self: center;
}

.partners-list {
    gap: 24px;
  }

/* max-height: 55px; */

@media (max-width: 640px) {

.partners-list img {
      max-height: 45px
  }
    }

.partners-list a:hover {
    opacity: .7;
  }

.footer {
  border: 1px solid red;
}

.footer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px) {

  .footer-block {
    flex-direction: row;
  }

  .footer-block {
    align-items: flex-start;
  }
}

.footer-block {
  margin-top: 48px;
  gap: 24px 32px;
}

/* border: 1px solid red; */

/* border: 1px solid red; */

.footer-block-logo a {
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
    }

.footer-block-logo a:hover {
        opacity: .8;
      }

.footer-block-menu {
    flex: 1
  }

.footer-block-menu {
  display: flex;
}

.footer-block-menu {
  flex-direction: row;
}

.footer-block-menu {
  flex-wrap: wrap;
}

.footer-block-menu {
  align-content: center;
}

.footer-block-menu {
  align-items: flex-start;
}

.footer-block-menu {
  justify-content: space-around;
}

.footer-block-menu {
    gap: 16px 32px;
  }

/* border: 1px solid red; */

.footer-block-menu-section-title {
        font-weight: bold;
      }

.footer-block-menu-item {
      margin: 8px 0;
      opacity: .5;
    }

.footer-block-menu-item.has-link {
        opacity: 1;
      }

.footer-block-menu-item a:hover {
          text-decoration: underline;
          color: #0074eb;
        }

.footer-nav-logo {
    padding-right: 32px;
  }

.footer-nav-logo:hover {
      opacity: .8;
    }

.footer-nav-content, .footer-nav-menu {
  display: flex;
}

.footer-nav-content, .footer-nav-menu {
  align-content: center;
}

.footer-nav-content, .footer-nav-menu {
  align-items: center;
}

.footer-nav-content, .footer-nav-menu {
  justify-content: center;
}

.footer-nav-content {
    /* @apply flex-col sm:flex-row py-3 gap-2 sm:gap-8; */
  }

.footer-nav-content {
  flex-direction: row;
}

.footer-nav-content {
  flex-wrap: wrap;
}

.footer-nav-content {
    gap: .25rem 1.5rem;
  }

.footer-nav-menu {
  flex-direction: row;
}

.footer-nav-menu {
  gap: 0.25rem;
}

.footer-nav-menu-item {
  white-space: nowrap;
}

.footer-nav-menu-item-link {
  white-space: nowrap;
}

.footer-nav-menu-item-link {
      color: #0074eb;
    }

.footer-nav-menu-item-link:hover {
        text-decoration: underline;
      }

/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

.mb-4 {
  margin-bottom: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.w-full {
  width: 100%;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.self-center {
  align-self: center;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-16 {
  padding-top: 4rem;
}

.font-sans {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

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

.uppercase {
  text-transform: uppercase;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.no-underline {
  text-decoration: none;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }
}

@media (min-width: 1280px) {

  .xl\:w-1\/2 {
    width: 50%;
  }
}
