html {
  font-size: 16px;
  height: 100%;
}

:root {
  —-app-height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong.strong-bold-style-safe,
.strong-bold-style-safe strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* clear float after columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

li,
img,
em {
  list-style: none;
  border: none;
  font-style: normal;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Arial";
  font-display: swap;
  src: url(/assets/fonts/IBMPlexSans/otf/IBMPlexSans-Regular.otf)
    format("opentype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-display: swap;
  src: url(/assets/fonts/IBMPlexSans/otf/IBMPlexSans-Regular.otf)
    format("opentype");
}

@font-face {
  font-family: "IBM Plex Sans Italic";
  font-display: swap;
  src: url(/assets/fonts/IBMPlexSans/otf/IBMPlexSans-Italic.otf)
    format("opentype");
}

@font-face {
  font-family: "IBM Plex Sans Medium";
  font-display: swap;
  src: url(/assets/fonts/IBMPlexSans/otf/IBMPlexSans-Medium.otf)
    format("opentype");
}

@font-face {
  font-family: "IBM Plex Sans Bold";
  font-display: swap;
  src: url(/assets/fonts/IBMPlexSans/otf/IBMPlexSans-Bold.otf);
}

@font-face {
  font-family: "IBM Plex Sans Medium Italic";
  font-display: swap;
  src: url(/assets/fonts/IBMPlexSans/otf/IBMPlexSans-MediumItalic.otf);
}
body {
  background-size: cover;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1f1f20;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body.home-body {
    padding-bottom: 0;
    background: none;
  }
}

.line {
  display: block;
  width: 100%;
  height: 5px;
  background: #1f1f20;
}

.line.white {
  background: #fff;
}

.nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 258px;
  height: 100vh;
  padding: 0 15px;
  background: #ffcc00;
  z-index: 110;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .nav.pc {
    display: none;
  }
}
.nav.phone {
  display: none;
  width: 100%;
  left: -100%;
  -webkit-transition: left 250ms cubic-bezier(0.85, 0, 0.15, 1);
  transition: left 250ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media (max-width: 768px) {
  .nav.phone {
    display: block;
  }
}
.nav.phone.on {
  left: 0;
  overflow-y: auto;
  padding-bottom: 50px;
}
.nav .top-logo {
  height: 68px;
  padding-top: 24px;
}
.nav .top-logo img {
  display: block;
  width: 115px;
  margin-bottom: 12px;
}
.nav .nav-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  justify-content: space-between;
}
.nav .nav-list li {
  font-family: "IBM Plex Sans Bold", sans-serif;
  line-height: 2.77;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(31, 31, 32, 0.13);
  position: relative;
  text-transform: uppercase;
}
.nav .nav-list li a {
  display: block;
  font-size: 14px;
}
.nav .nav-list li img {
  width: 9px;
  display: inline-block;
  margin-left: 10px;
}
.nav .nav-list li .square {
  width: 5px;
  height: 5px;
  background: #1f1f20;
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.nav .nav-list li.active .square {
  display: block;
}
.nav .nav-list li:hover .square {
  display: block;
}

.nav .slight {
  padding-top: 8px;
}

.nav .slight li {
  font-family: "IBM Plex Sans Medium" s, sans-serif;
  line-height: 2.77;
  letter-spacing: 1px;
}
.nav .slight li a {
  display: block;
  font-size: 13px;
}
.nav .left-follow {
  margin-top: 30px;
  width: 150px;
}
.nav .left-follow p {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav .left-follow .socials {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.nav .left-follow .socials .social-fb {
  display: block;
  width: 18.8px;
}
@media (max-width: 768px) {
  .nav .left-follow .socials .social-fb {
    width: 26.3px;
  }
}
.nav .left-follow .socials .social-tw {
  display: block;
  width: 21.4px;
}
@media (max-width: 768px) {
  .nav .left-follow .socials .social-tw {
    width: 30px;
  }
}
.nav .left-follow .socials .social-ig {
  display: block;
  width: 20.6px;
}
@media (max-width: 768px) {
  .nav .left-follow .socials .social-ig {
    width: 28.8px;
  }
}
.nav .left-follow .socials .social-yt {
  display: block;
  width: 23.1px;
}
@media (max-width: 768px) {
  .nav .left-follow .socials .social-yt {
    width: 32.3px;
  }
}
.nav .left-follow .socials .social-tt {
  display: block;
  width: 18.8px;
}
@media (max-width: 768px) {
  .nav .left-follow .socials .social-tt {
    width: 27.3px;
  }
}

.nav .left-follow .socials .social-lk {
  display: block;
  width: 18.8px;
}
@media (max-width: 768px) {
  .nav .left-follow .socials .social-lk {
    width: 26.3px;
  }
}
.nav .left-follow .socials img {
  width: 100%;
}
.nav .left-follow .footer_copyright {
  font-size: 12px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  margin: 16px 0;
  letter-spacing: 1px;
}
.nav .left-follow .footer_copyright .year {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .nav .left-follow {
    width: 240px;
  }
}

.outer-container {
  height: 100%;
}

.outer-container .home-right {
  background: #ffcc00;
  margin-left: 258px;
  height: 100%;
}
.outer-container .home-right .webchat-popup {
  position: absolute;
  top: 1.3rem;
  display: block;
  width: 829px;
  height: 538px;
  background: #000000;
  background-image: url(/assets/images/webchat-popup.jpg);
  background-size: 829px 538px;
  border-radius: 30px;
  z-index: 120;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: transform 200ms;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
  margin-left: calc(50% - 657px);
}
.outer-container .home-right .webchat-popup .close {
  background-color: #000000;
  border: none;
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icon_cross.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
}
.outer-container .home-right .webchat-popup .text {
  font-style: italic;
  letter-spacing: 0.69px;
  margin-top: 120px;
  margin-left: 78px;
}
.outer-container .home-right .webchat-popup .text .title {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 60px;
  color: #ffffff;
}
.outer-container .home-right .webchat-popup .text .desc {
  font-family: "IBM Plex Sans Medium", sans-serif;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 60px;
}

.outer-container .home-right .webchat-popup .buttonWrapper {
  position: relative;
  margin-top: 45px;
  margin-left: 78px;
}

.outer-container .home-right .webchat-popup .buttonWrapper a .goNowButton {
  width: 238px;
  height: 68px;
  border-radius: 100px;
  background-color: #fcb316;
  color: black;
  text-align: center;
  padding-top: 16px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 24px;
  transition: margin 300ms;
  margin-top: -68px;
}

.outer-container
  .home-right
  .webchat-popup
  .buttonWrapper
  a
  .goNowButton:hover {
  width: 238px;
  height: 68px;
  border-radius: 100px;
  background-color: #fcb316;
  margin: auto 10px;
  text-align: center;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 24px;
  margin-top: -73px;
  margin-left: 6px;
}

.outer-container .home-right .webchat-popup .buttonWrapper .whiteBg {
  width: 238px;
  height: 68px;
  border-radius: 100px;
  background-color: white;
  text-align: center;
  padding-top: 16px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 24px;
}

@media (max-width: 768px) {
  .outer-container .home-right {
    margin-left: 0px;
    height: calc(100% - 55px);
  }
}

.outer-container .home-right-box {
  overflow: auto;
  display: flex;
  display: -webkit-flex;
  position: relative;
  font-size: 2.86vh;
  height: 100%;
  background-image: url(/assets/images/grindr-web-bg-still.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.outer-container .home-right-box > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: rgb(31, 31, 32);
}

@media (max-width: 768px) {
  .outer-container .home-right-box {
    width: 100%;
    overflow: hidden;
    background-image: url(/assets/images/grindr-web-bg-mobile.webp);
    background-size: 120%;
  }

  .outer-container .home-right-box > video {
    display: none;
  }
}

.outer-container .home-right-box > main {
  position: relative;
  flex: 1;
  font-size: 16px;
  width: 100%;
  height: 100%;
  max-width: 420px;
  padding: 0 2em;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0)
  );
}

@media (max-width: 768px) {
  .outer-container .home-right-box > main {
    max-width: unset;
    background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  }
}

.outer-container .home-right-box #cta_stage .cta-headline h1 {
  font-size: 100px;
  font-weight: normal;
  font-family: "IBM Plex Sans Bold", sans-serif;
  text-transform: uppercase;
  margin-top: -14px;
  margin-bottom: 10px;
  margin-left: -5px;
  line-height: .88;
}

.outer-container .home-right-box #cta_stage .cta-headline h2 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .outer-container .home-right-box #cta_stage .cta-headline {
    flex: 1;
  }

  .outer-container .home-right-box #cta_stage .cta-headline > * {
    display: none;
  }
}

.outer-container .home-right-box .get-app {
  text-align: center;
  flex: 1;
  height: 100%;
  max-width: 340px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}

.get-app-buttons {
  display: flex;
  flex-direction: column;
}
.get-app-buttons a {
  margin: 0;
  padding: 0;
  height: 60px;
}

.get-app-buttons a img.appStore {
  width: 180px;
}
.get-app-buttons a img.googlePlay {
  width: 210px;
}

.outer-container .home-right-box .get-app.on {
  padding-top: 1em;
}
.outer-container .home-right-box .get-app p {
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .outer-container .home-right-box .get-app p {
    margin-bottom: 20px;
  }
}

/* .outer-container .home-right-box .get-app .app { */
/*   max-width: 300px; */
/*   margin: auto; */
/* } */

.applinkContainer {
  display: flex;
  width: 100%;
}

/* .outer-container .home-right-box .get-app .app a { */
/*   display: block; */
/*   margin: 0 auto 10px; */
/*   font-family: "IBM Plex Sans Bold", sans-serif; */
/*   border: 1px solid #1f1f20; */
/*   border-radius: 35px; */
/*   padding: 15px 0; */
/*   letter-spacing: 1px; */
/*   text-transform: uppercase; */
/*   font-size: 12px; */
/*   width: 15em; */
/* } */
/*  */
/* .outer-container .home-right-box .get-app .app a img { */
/*   width: 15px; */
/*   margin-right: 10px; */
/*   vertical-align: top; */
/* } */
.outer-container .home-right-box .get-app .china-user {
  display: none;
}
.outer-container .home-right-box .get-app .china-user a {
  display: block;
  width: 15em;
  margin: 0 auto 10px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  border: 1px solid #1f1f20;
  border-radius: 35px;
  padding: 16px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: none;
  font-size: 0.4em;
}
.outer-container .home-right-box .get-app .china-user a:focus {
  outline: none;
}

.outer-container .home-right-box .get-app .phone-pic {
  padding-top: 16px;
}
.outer-container .home-right-box .get-app .phone-pic img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .outer-container .home-right-box {
    padding-left: 0;
  }
  .outer-container .home-right-box .get-app {
    width: 100%;
  }
  .outer-container .home-right-box .center-text {
    display: none;
  }
  .outer-container .home-right-box .get-app {
    float: none;
  }
  .outer-container .home-right-box .get-app .app a {
    display: inline-block;
  }
  .outer-container .home-right-box .get-app .app.on a {
    display: block;
  }
  .outer-container .home-right-box .get-app .phone-pic img {
    display: inline-block;
  }
}

.nav.phone .nav-close {
  letter-spacing: 1px;
  border-top: 2px solid #1f1f20;
  border-bottom: 2px solid #1f1f20;
  padding: 13px 0;
  text-align: center;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 14px;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: #ffcc00;
  -webkit-transition: left ease 0.5s;
  transition: left ease 0.5s;
  text-transform: uppercase;
}
.nav.phone.on .nav-close {
  left: 0;
}

body.lossless-webp .phone-home {
  background-image: url(/assets/images/mobile-bg.webp);
}
body:not(.lossless-webp) .phone-home {
  background-image: url(/assets/images/mobile-bg.png);
}
.phone-home {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: none;
}
@media (max-width: 768px) {
  .phone-home {
    display: block;
  }
}

.phone-home .webchat-hint {
  position: absolute;
  top: 3%;
  left: 50%;
  display: block;
  width: 98%;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fcb316;

  border-radius: 8px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.phone-home .webchat-hint .webchat-logo {
  width: 88px;
  height: 56px;
  background-image: url(/assets/images/webchat-logo.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 5px;
}
.phone-home .webchat-hint .webchat-text {
  width: 174px;
  letter-spacing: 0.69px;
  margin: auto 0;
}
.phone-home .webchat-hint .webchat-title {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 12px;
}
.phone-home .webchat-hint .webchat-desc {
  font-family: "IBM Plex Sans Medium", sans-serif;
  font-size: 10px;
}
.phone-home .webchat-hint .webchat-desc span {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 10px;
}
.phone-home .webchat-hint .webchat-confirm {
  width: 72px;
  height: 32px;
  border-radius: 8px;
  background-color: #e6a315;
  margin: auto 10px;
  text-align: center;
  padding-top: 5px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 12px;
}

.phone-home ul.legal-links {
  text-align: center;
}

.phone-home .legal-links li {
  display: inline-block;
  padding: 4% 15px;
}

.phone-home .legal-links li a {
  color: #f1f0f3;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans Bold", sans-serif;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.phone-home .phone-btn {
  position: absolute;
  font-size: 14px;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.phone-home .phone-getapp {
  display: block;
  width: 176px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  background: #ffcc00;
  letter-spacing: 1px;
  border-radius: 35px;
  border: 2px solid #1f1f20;
  text-align: center;
  padding: 18px 0;
  text-transform: uppercase;
}
.phone-home .china-user.phoneshow {
  display: none;
}
.phone-home .china-user.phoneshow a {
  display: block;
  width: 176px;
  letter-spacing: 1px;
  border-radius: 35px;
  border: 2px solid #1f1f20;
  font-family: "IBM Plex Sans Bold", sans-serif;
  text-align: center;
  background: #fcb316;
  padding: 18px 0;
  text-transform: uppercase;
  margin-top: 15px;
}
.phone-home .china-user.phoneshow a:focus {
  outline: none;
}

.bottom-icon {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  z-index: 100;
  display: none;
}
@media (max-width: 768px) {
  .bottom-icon {
    display: block;
  }
}
.bottom-icon a {
  display: block;
  width: 25%;
  float: left;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #9e9ea8;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
}
.bottom-icon a img {
  display: inline-block;
}
.bottom-icon a .active-img {
  display: none;
}
.bottom-icon a p span {
  display: inline-block;
  -webkit-transform: scale(0.75833);
  -moz-transform: scale(0.75833);
  -ms-transform: scale(0.75833);
  -o-transform: scale(0.75833);
  transform: scale(0.75833);
}
.bottom-icon a.active {
  color: #ffcc00;
}
.bottom-icon a.active .active-img {
  display: inline-block;
}
.bottom-icon a.active .inactive {
  display: none;
}
.bottom-icon a:hover .active-img {
  display: inline-block;
}
.bottom-icon a:hover .inactive {
  display: none;
}
.bottom-icon a.fir img {
  width: 19px;
}
.bottom-icon a.fir:hover {
  color: #ffcc00;
}
.bottom-icon a.sec img {
  width: 20px;
}
.bottom-icon a.sec:hover {
  color: #ffcc00;
}
.bottom-icon a.thi img {
  width: 22px;
}
.bottom-icon a.for img {
  width: 24px;
  margin-bottom: 2px;
}

.right-content {
  margin-left: 258px;
  min-height: 100vh;
  position: relative;
  /* grindr vote*/
}
@media (max-width: 768px) {
  .right-content {
    margin-left: 0;
  }
}
.right-content .top-banner {
  padding: 0 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .right-content .top-banner {
    padding: 0 15px;
  }
}
.right-content .top-banner.green {
  background: #24c07c;
}
.right-content .top-banner.blue {
  background: #00bcff;
}
.right-content .top-banner.red {
  background: #ff3349;
}
.right-content .top-banner.pink {
  background: #ffb1b8;
}
.right-content .top-banner.black {
  background: #090a0a;
}
.right-content .top-banner .section {
  text-align: left;
  font-size: 24px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: -0.028em;
  height: 64px;
  padding-top: 24px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .right-content .top-banner .section {
    text-align: left;
    font-size: 20px;
  }
}
.right-content .top-banner .section h1 {
  font-weight: normal;
  display: inline-block;
}
.right-content .top-banner .section .black {
  color: #1f1f20;
}
@media (max-width: 768px) {
  .right-content .top-banner .section {
    display: block;
    text-align: right;
  }
}
@media (max-width: 330px) {
  .right-content .top-banner .section .black.community {
    font-size: 20px;
  }
}
.right-content .top-banner .section img {
  width: 120px;
  float: left;
  display: none;
}

@media (max-width: 768px) {
  .right-content .top-banner .section img {
    display: block;
  }
  .right-content .top-banner .section img.logo-white {
    display: none;
  }
}
.right-content .top-banner .section .section-top {
  max-width: 800px;
  overflow: hidden;
}
.right-content .top-banner .section .pick-language {
  float: right;
  margin-top: -5px;
}
.right-content .top-banner .section .pick-language select {
  background-color: #f8f8f8;
  border: 1px solid #aaa;
  border-image: initial;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .right-content .top-banner .section .pick-language {
    float: none;
    text-align: center;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .right-content .top-banner .section #lang {
    border: 1px solid #888;
  }
}
.right-content .top-banner .bot-banner {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .right-content .top-banner .bot-banner {
    padding-bottom: 115px;
  }
}
.right-content .top-banner .banner-text {
  font-size: 160px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: -0.028em;
  font-weight: normal;
  line-height: 0.94;
  padding-top: 25px;
  text-transform: uppercase;
}
.right-content .top-banner .banner-text.black {
  color: #090a0a;
}
@media (max-width: 768px) {
  .right-content .top-banner .banner-text {
    font-size: 50px;
  }
}
.right-content .top-banner .banner-text span {
  text-transform: lowercase;
}
.right-content .top-banner .banner-text-box {
  overflow: hidden;
  max-width: 830px;
  position: relative;
}
.right-content .top-banner .banner-text-box .banner-text {
  width: 390px;
  float: left;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .right-content .top-banner .banner-text-box .banner-text {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-content .top-banner .banner-text-box .banner-text {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .right-content .top-banner .banner-text-box .banner-text {
    float: none;
    margin-right: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .right-content .top-banner .banner-text-box .banner-text p {
    display: inline-block;
  }
}
.right-content .top-banner .banner-text-box .banner-detail {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 21px;
  line-height: 1.43;
  padding-top: 25px;
}
.right-content .top-banner .banner-text-box .banner-detail .g4e-logo {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.right-content .top-banner .banner-text-box .banner-detail .g4e-logo img {
  width: 46px;
}
@media (max-width: 1023px) {
  .right-content .top-banner .banner-text-box .banner-detail .g4e-logo img {
    width: 82px;
  }
}
@media (max-width: 768px) {
  .right-content .top-banner .banner-text-box .banner-detail .g4e-logo {
    bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-content .top-banner .banner-text-box .banner-detail {
    margin-bottom: 50px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .right-content .top-banner .banner-text-box .banner-detail {
    margin-bottom: 90px;
    padding-top: 20px;
  }
}
.right-content .top-banner .blank404 {
  max-width: 783px;
  margin-top: 20px;
  overflow: hidden;
}
.right-content .top-banner .blank404 .left {
  float: left;
  width: 30%;
}
.right-content .top-banner .blank404 .left img {
  display: block;
  width: 100%;
}
.right-content .top-banner .blank404 .right {
  color: #090a0a;
  font-size: 21px;
  line-height: 30px;
  width: 67%;
}
@media (max-width: 1024px) {
  .right-content .top-banner .blank404 .left {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .right-content .top-banner .blank404 .right {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    float: none;
  }
}
.right-content .right-banner img {
  width: 100%;
  display: block;
}
.right-content .content {
  font-family: "IBM Plex Sans Medium", sans-serif;
  font-size: 18px;
  padding: 60px 60px 100px;
}
@media (max-width: 1025px) {
  .right-content .content {
    padding: 30px 40px 60px;
  }
}
@media (max-width: 768px) {
  .right-content .content {
    padding: 40px 15px 60px;
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .right-content .content .content-box {
    max-width: 738px;
  }
}
.right-content .content p {
  line-height: 1.78;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .right-content .content p {
    line-height: 1.56;
  }
}
.right-content .content .play-icon {
  padding-top: 30px;
  text-align: right;
  font-size: 18px;
}
@media (max-width: 768px) {
  .right-content .content .play-icon {
    padding-top: 0;
  }
}
.right-content .content .play-icon p {
  line-height: 1.44;
  color: #090a0a;
  margin-bottom: 0;
}
.right-content .content .play-icon .play {
  margin-top: 15px;
  width: 50px;
}
.right-content .content .career-openning h3 {
  text-transform: uppercase;
  font-size: 42px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: -0.028em;
  line-height: 1.67;
  color: #090a0a;
  margin-top: 40px;
  font-weight: normal;
}
.right-content .content .career-openning ul {
  overflow: hidden;
  margin-bottom: 50px;
}
.right-content .content .career-openning ul li {
  float: left;
  width: 50%;
  padding: 20px 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: #090a0a;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .right-content .content .career-openning ul li {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid rgba(31, 31, 32, 0.13);
  }
  .right-content .content .career-openning ul li:last-child {
    border: none;
  }
}
.right-content .content .career-openning ul li a {
  color: #00bcff;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}
.right-content .content .career-openning ul li p {
  margin: 0;
  line-height: 1.28;
}

.right-content .content .learn-more {
  display: inline-block;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Bold", sans-serif;
  line-height: 1.67;
  font-size: 20px;
  font-weight: normal;
}
.right-content .content .learn-more .learn-more-logo {
  margin: 1px 1px -2px 0.5em;
  width: 18.8px;
}

.right-content .content .g4e-bottom {
  overflow: hidden;
}

.right-content .content .g4e-bottom h3 {
  font-size: 42px;
  line-height: 1.67;
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: -0.028em;
  color: #090a0a;
  font-weight: normal;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .right-content .content .g4e-bottom h3 {
    font-size: 36px;
  }
}
.right-content .content .g4e-bottom a {
  color: #d0021b;
  display: inline-block;
  font-size: 18px;
  margin-top: 0.675714285rem;
  margin-bottom: 0.675714285rem;
}

.right-content .content .g4e-bottom ul li:last-child {
  border-bottom: none;
}

.right-content .content .g4e-bottom .left {
  float: left;
  width: 50%;
}
.right-content .content .g4e-bottom .right {
  float: right;
  width: 50%;
}
.right-content .content .g4e-bottom .right p {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .right-content .content .g4e-bottom .left {
    width: 100%;
  }
  .right-content .content .g4e-bottom .left li {
    border-bottom: 1px solid rgba(31, 31, 32, 0.13);
  }
  .right-content .content .g4e-bottom .right {
    width: 100%;
    margin-top: 30px;
  }
}
.right-content .right-banner .unlimited-title {
  margin-top: 38px;
  margin-bottom: 24px;
  margin-left: 14px;

  font-family: "IBM Plex Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
  color: #cdcdcd;

  max-width: 90%;
}

@media (min-width: 768px) {
  .right-content .right-banner .unlimited-title {
    margin-left: 38px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .right-content .right-banner .unlimited-title {
    margin-left: 60px;
    margin-bottom: 0;
  }
}

.right-content .right-banner .unlimited-title .unlimted-title-logo {
  font-family: "IBM Plex Sans Italic", helvetica, arial, sans-serif;
  white-space: nowrap;
}

.right-content .right-banner .unlimited-title .unlimted-title-logo img {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
}
.right-content .content .unlimited-description {
  overflow: hidden;
  margin-top: -2em;
}
.right-content .content .unlimited-description h3 {
  text-transform: uppercase;
  font-size: 42px;
  font-family: Titling-Gothic-FB-Compressed-Bold, sans-serif;
  line-height: 1.67;
  color: #d6d6d6;
  font-weight: normal;
}

.right-content .content .unlimited-description p {
  color: #d6d6d6;
  font-weight: normal;
}
.right-content .content .unlimited-description p span {
  font-weight: bold;
}
.right-content .content .unlimited-description .italic {
  font-style: italic;
}

.right-content .content .unlimited-icon {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
.right-content .content .unlimited-icon img {
  max-width: 50%;
  max-height: 50%;
}
.right-content .content .unlimited-icon .unlimited-icon-img {
  float: left;
  width: 10%;
}

.right-content .content .unlimited-icon .unlimited-icon-text {
  float: left;
  width: 80%;
  color: #d6d6d6;
  text-align: left;
}
.right-content .content .unlimited-icon .unlimited-icon-text .bold {
  font-weight: bold;
}
.right-content .content .unlimited-icons-first .right {
  float: right;
  width: 50%;
}
.right-content .content .unlimited-icons-first .right p {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .right-content .right-banner .unlimited-title {
    margin-top: 1em;
    width: 100%;
  }

  .right-content .content .unlimited-icon {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px;
  }
  .right-content .content .unlimited-icon img {
    max-width: 50%;
    max-height: 50%;
  }
  .right-content .content .unlimited-icon .unlimited-icon-img {
    width: 10%;
    padding-top: 6px;
  }
  .right-content .content .unlimited-icon .unlimited-icon-text {
    width: 90%;
    font-size: 16px;
  }

  .right-content .content .unlimited-icons-first .left li {
    border-bottom: 1px solid rgba(31, 31, 32, 0.13);
  }
  .right-content .content .unlimited-icons-first .right {
    width: 100%;
    margin-top: 30px;
  }
}

.right-content .content .unlimited-pics {
  overflow: hidden;
}
.right-content .content .unlimited-pics h3 {
  font-size: 42px;
  line-height: 1.67;
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: -0.028em;
  color: #090a0a;
  font-weight: normal;
  margin-bottom: 10px;
}
.right-content .content .unlimited-pics a {
  color: #d0021b;
  font-size: 18px;
  line-height: 2.78;
}
.right-content .content .unlimited-pics img {
  max-width: 100%;
  max-height: 100%;
}
.right-content .content .unlimited-pics p {
  color: #d6d6d6;
  margin-left: 5em;
}
.right-content .content .unlimited-pics .first {
  float: left;
  width: 50%;
}
.right-content .content .unlimited-pics .second {
  float: left;
  width: 50%;
}
.right-content .content .unlimited-pics .right p {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .right-content .content .unlimited-pics .first {
    width: 100%;
  }
  .right-content .content .unlimited-pics .second {
    width: 100%;
  }
  .right-content .content .unlimited-pics .left li {
    border-bottom: 1px solid rgba(31, 31, 32, 0.13);
  }
  .right-content .content .unlimited-pics .right {
    width: 100%;
    margin-top: 30px;
  }
}

.right-content .content .unlimited-version {
  overflow: hidden;
}
.right-content .content .unlimited-version p {
  color: #d6d6d6;
  font-weight: normal;
}

.right-content .content .unlimited-video {
  overflow: hidden;
  margin-bottom: 2em;
}
.right-content .content .unlimited-video p {
  color: #d6d6d6;
  font-weight: normal;
}
.right-content .content .unlimited-video a {
  color: #05b8fc;
  font-weight: normal;
}

.iframe-container {
  max-height: 360px;
  max-width: 640px;
}
.iframe-container iframe {
  display: block;
  border: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .iframe-container {
    height: auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .iframe-container iframe,
  .iframe-container object,
  .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.right-content .content .unlimited-get-app {
  display: block;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  border: 1px solid #20201f;
  background-color: #ffcc00;
  border-radius: 35px;
  padding: 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.5em;
  width: 15em;
  text-align: center;
}

.right-content .content .contact-list > div {
  margin-bottom: 20px;
}
.right-content .content .contact-list > div h3 {
  font-weight: normal;
  font-size: 42px;
  line-height: 1.67;
  color: #090a0a;
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: -0.028em;
}
.right-content .content .contact-list > div p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.56;
}
.right-content .content .contact-list > div a {
  color: #ffb1b8;
  font-size: 16px;
}
.right-content .content .multi-content {
  line-height: 1.78;
  font-size: 18px;
}
.right-content .content .multi-content .title {
  font-family: "IBM Plex Sans Bold", sans-serif;
  margin-bottom: 20px;
}
.right-content .content .multi-content.sexual-health p {
  line-height: 1.56;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .right-content .content .multi-content.sexual-health {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .right-content .content .multi-content {
    font-size: 16px;
  }
}
.right-content .content .multi-content.hid > div {
  display: none;
}
.right-content .content .multi-content.sexual-health > div {
  display: none;
}
.right-content .content .multi-content.sexual-health > .Arabic {
  display: block;
}
.right-content .content .multi-content.hid > .English {
  display: block;
}
.right-content .content .multi-content.hid > .EN {
  display: block;
}
.right-content .content .multi-content .underline {
  text-decoration: underline;
}
.right-content .content .multi-content .text-center {
  text-align: center;
}
.right-content .content .multi-content strong {
  font-family: "IBM Plex Sans Bold", sans-serif;
}
.right-content .content .multi-content .top30 {
  margin-top: 30px;
}
.right-content .content .multi-content a {
  color: #e6a315;
}
.right-content .content .multi-content h1 {
  font-size: 32px;
  font-weight: normal;
  font-family: "IBM Plex Sans Bold", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .right-content .content .multi-content h1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.26;
  }
}
.right-content .content .multi-content h2 {
  font-size: 24px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.right-content .content .multi-content h3 {
  font-family: "IBM Plex Sans Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #1f1f20;
  margin-bottom: 19px;
  margin-top: 60px;
}

.right-content .content .multi-content .box {
  border: solid 2px #f0f1f3;
  padding: 30px;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 200;
  line-height: 21px;
  letter-spacing: 0;
  border-radius: 3px;
  color: #000;
}

.right-content .content .multi-content .box p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .right-content .content .multi-content h2 {
    margin-top: 30px;
    font-size: 18px;
  }
}
.right-content .content .multi-content .bold,
.right-content .content .bold {
  line-height: 32px;
  font-family: "IBM Plex Sans Bold", sans-serif;
}
@media (max-width: 768px) {
  .right-content .content .multi-content .bold {
    font-size: 18px;
    line-height: 1.56;
  }
}
.right-content .content .multi-content.liPad li {
  margin-bottom: 30px;
}
.right-content .content .multi-content ul {
  padding-left: 40px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .right-content .content .multi-content ul {
    padding-left: 20px;
  }
}
.right-content .content .multi-content ul li {
  list-style: disc;
}
.right-content .content .multi-content ol {
  padding-left: 2em;
  margin-bottom: 1em;
}
.right-content .content .multi-content p + ol,
.right-content .content .multi-content p + ul,
.right-content .content .multi-content ol + ol,
.right-content .content .multi-content ul + ul {
  margin-top: -1em;
}

.right-content .content .multi-content li > ul,
.right-content .content .multi-content li > ol {
  margin-bottom: 0;
}
.right-content .content .multi-content ol li {
  line-height: 1.78;
}
.right-content .content .multi-content ol li {
  list-style: decimal;
}
.right-content .content .multi-content ol[type="a"] li {
  list-style: lower-alpha;
}
@media (max-width: 768px) {
  .right-content .content .multi-content ol li {
    line-height: 1.56;
  }
}
@media (max-width: 768px) {
  .right-content .content .multi-content ol {
    padding-left: 2em;
  }
}
.right-content .colorline {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.right-content .colorline span {
  float: left;
  width: 14.2857%;
  height: 10px;
}
.right-content .colorline span:first-child {
  background: #b5b5ba;
}
.right-content .colorline span:nth-child(2) {
  background: #ffc000;
}
.right-content .colorline span:nth-child(3) {
  background: #00bcff;
}
.right-content .colorline span:nth-child(4) {
  background: #ffb1b8;
}
.right-content .colorline span:nth-child(5) {
  background: #0fc17a;
}
.right-content .colorline span:nth-child(6) {
  background: #ff3349;
}
.right-content .colorline span:last-child {
  background: #1f1f20;
}
.right-content .grindr-vote .vote-banner {
  overflow: hidden;
}
.right-content .grindr-vote .vote-banner .vb-left {
  width: 50%;
  max-width: 364px;
  float: left;
}
.right-content .grindr-vote .vote-banner .vb-left img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .right-content .grindr-vote .vote-banner .vb-left {
    margin: 0 auto;
    float: none;
  }
}
.right-content .grindr-vote .vote-banner .vb-right {
  max-width: 315px;
  width: 48%;
  padding-left: 10px;
  margin-left: 2%;
  float: left;
}
.right-content .grindr-vote .vote-banner .vb-right .vb-heading {
  font-family: "IBM Plex Sans Bold", sans-serif;
  letter-spacing: -0.028em;
  font-size: 38px;
  line-height: 1.3;
  margin-top: 31%;
  text-transform: uppercase;
  font-weight: bold;
}
.right-content .grindr-vote .vote-banner .vb-right .vb-content {
  line-height: 1.35;
  font-size: 15px;
}
.right-content .grindr-vote .vote-banner .vb-right .vb-content span {
  display: block;
  margin-top: 5px;
  color: #ef3b4e;
}
@media (max-width: 1024px) {
  .right-content .grindr-vote .vote-banner .vb-right {
    max-width: 364px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .right-content .grindr-vote .vote-banner .vb-right .vb-heading {
    margin-top: 20px;
  }
}

.content-box #navajo h2 {
  font-size: 24px;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-box #navajo strong {
  font-family: "IBM Plex Sans Bold", sans-serif;
}
.content-box #navajo a {
  color: #005df1;
}
.content-box #navajo ul {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .content-box #navajo ul {
    padding-left: 20px;
  }
}
.content-box #navajo ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #000;
  font-family: "IBM Plex Sans Medium", sans-serif;
  padding: 30px 0;
  font-size: 13px;
}

.cookieBanner .cookie-container {
  padding: 0 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .cookieBanner .cookie-container {
    width: 975px;
    margin: 0 auto;
  }
}
.cookieBanner .cookie-container .left {
  margin-right: 240px;
  line-height: 19px;
}

.cookieBanner .cookie-container .left a {
  text-decoration: underline;
  font-family: "IBM Plex Sans Bold", sans-serif;
  color: #fff;
}

.cookieBanner .cookie-container .cookie-btn {
  position: absolute;
  right: 25px;
  top: 0;
  display: block;
  background: #ffcc00;
  color: #1f1f20;
  font-family: "IBM Plex Sans Bold", sans-serif;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  border: none;
}

.right-content .right-banner .video-description {
  position: absolute;
  top: 28px;
  left: 29px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}

.right-content .right-banner .js-modal-btn {
  border: none;
  width: 75px;
  height: 75px;
  outline: none;
  background-image: url(/assets/images/shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .cookieBanner {
    bottom: 55px;
  }

  .cookieBanner .cookie-container {
    text-align: center;
  }

  .cookieBanner .cookie-container .left {
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 23px;
  }

  .cookieBanner .cookie-container .cookie-btn {
    position: static;
    display: inline-block;
    margin: 0 auto;
  }

  .right-content .right-banner .video-description {
    position: absolute;
    top: 28px;
    left: 29px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
}

#googletagmanager-iframe {
  display: none;
  visibility: hidden;
}

#webchat-popup {
  display: none;
}

#cookieBanner {
  display: none;
}

blockquote {
  border-left: 5px solid #f0f1f3;
  padding-left: 32px;
}

.hidden {
  display: none;
}

.more-info-btn {
  background-color: #f0f1f3;
  border-radius: 3px;
  width: 200px;
  height: 57px;
  border: 0;
  font-family: "IBM Plex Sans Medium", sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.app-download-popup {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translate(0, -50%);
  width: 300px;
  height: 220px;
  background: #ffcc00;
  border-radius: 30px;
  z-index: 120;
  padding: 50px 20px 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
}
.app-download-popup .close {
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%)
    contrast(100%);
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
}
.app-download-popup .close svg {
  fill: #000;
}

.app-download-popup .app-download-buttons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.app-download-popup a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #1f1f20;
  border-radius: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 15em;
}

#app-download-popup a img.appStore {
  width: 180px;
}
#app-download-popup a img.googlePlay {
  width: 210px;
}

#privacy-policy-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.privacy-policy-nav-link {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px;
  font-size: 12px;
  border: 1px solid black;
  white-space: nowrap;
  border-radius: 4px;
}

.privacy-policy-nav-link-active {
  font-weight: bold;
  background: #eee;
}

.privacy-policy-nav-link:link,
.privacy-policy-nav-link:visited {
  color: black;
}

.updated-nav-link:after {
  content: "UPDATED";
  margin: auto auto auto 4px;
  background-color: #333;
  color: #ffcc00;
  font-size: 8px;
  font-weight: bold;
  border-radius: 3px;
  padding: 3px 4px;
  vertical-align: middle;
}

.nav::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.nav::-webkit-scrollbar-thumb {
  background: #fcb316;
  border-radius: 10px;
  background-clip: padding-box;
  border: 4px solid transparent;
}
.nav::-webkit-scrollbar-thumb:hover {
  background: #b47f10;
  border-radius: 10px;
  background-clip: padding-box;
  border: 4px solid transparent;
}
.nav::-webkit-scrollbar-track {
  background: #ffcc00;
}

.rainbow-bar {
  width: 100%;
  height: 10px;
  background: url("/assets/images/rainbow-bar.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
