@font-face {
  font-family: "CentraNo2";
  src: url("/CentraNo2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

noscript {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: CentraNo2, Arial;
}

.unsupported-browser {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  min-height: 100vh;
}

.unsupported-browser .eero-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  background: rgb(25, 32, 72);
}

.unsupported-browser .eero-header img {
  width: 126px;
  height: 24px;
}

.unsupported-browser .content {
  display: flex;
  max-width: 800px;
  margin: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 80px;
}

.unsupported-browser .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.unsupported-browser svg.unsupported-icon {
  width: 96px;
  height: 96px;
}

.unsupported-browser .title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.unsupported-browser .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.unsupported-browser .browsers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.unsupported-browser .browser {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}

.unsupported-browser .browser>img {
  max-width: 96px;
  max-height: 96px;
}

.unsupported-browser .browser>.name {
  text-decoration: none;
  color: black;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}

@media screen and (max-width: 800px) {
  .unsupported-browser .content {
    width: 100%;
    padding: 100px 35px;
    gap: 40px;
  }

  .unsupported-browser .browsers {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    max-width: 300px;
    width: 100%;
    white-space: nowrap;
  }

  .unsupported-browser .browser {
    flex-direction: row;
  }
}
