/*
 * This file contains generic styling logic
 * shared across the nav's icons.
 * a/b refer to primary / secondary colors
 * which switch based on dark / light mode.
 * When an icon is active some parts of it
 * will become filled in. Classes .ab, .ba
 * mean that the colors will swap when active
 * while .aa and .bb will remain the same.
*/
.QUG47gVjqD216Acwn73g {
  --icon-color-a: var(--text-color-active);
  --icon-color-b: var(--hover-bg-color);
  /* Don't show tooltip for title attribute */
  pointer-events: none;
}
.ZVEdC9Ue_YhU3pAXub1j {
  --icon-color-a: var(--text-color-active);
  --icon-color-b: #b9c0c7;
  /* Don't show tooltip for title attribute */
  pointer-events: none;
}
.TDDPdWZbOExCmN4MwmsA {
  fill: var(--icon-color-a);
}
.apiGgwq2Ve9BSxajNchZ {
  fill: var(--icon-color-a);
}
.HcJAERsyQxCKpsbbV8zF .apiGgwq2Ve9BSxajNchZ {
  fill: var(--icon-color-b);
}
.DZEMpnxZuhga5Ilolp3b {
  fill: var(--icon-color-b);
}
.HcJAERsyQxCKpsbbV8zF .DZEMpnxZuhga5Ilolp3b {
  fill: var(--icon-color-a);
}
.WDMSe6KFDspsZNbpH62J {
  stroke: var(--icon-color-a);
}
.e_9v3GQS9ynfxFEXqDmk {
  fill: var(--icon-color-b);
}
.IGMCKHNOT0ies1bLuPD1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.IGMCKHNOT0ies1bLuPD1:hover {
  background-color: var(--yellow-v100);
}
.ZDbDff4KxI5NXn69nbXW {
  --size: 40px;
  --transition: 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  background-color: var(--sds-webc-color-surface-buttonbg-secondary);
  color: var(--sds-webc-color-content-primary);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZDbDff4KxI5NXn69nbXW:hover {
  background-color: var(--sds-webc-color-content-tertiary);
}
.rtsh9SwQ1fcjwiSsaVFg {
  --font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-secondary: "Graphik", Helvetica, sans-serif;
  --background-color: var(--sds-webc-color-surface-pagebg);
  --text-color: var(--sds-webc-color-content-secondary);
  --text-color-active: var(--sds-webc-color-content-primary);
  --link-hover-color: var(--sds-webc-color-surface-buttonbg-secondary);
  --consumer-nav-height: 72px;
}
.oISlGDkIS9KijngJIhhh {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid var(--sds-webc-color-surface-buttonbg-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: var(--background-color);
  height: var(--consumer-nav-height);
  width: 100%;
}
.oISlGDkIS9KijngJIhhh,
.oISlGDkIS9KijngJIhhh * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g4oxN2E2tw4wAGq6FBVK {
  width: var(--consumer-nav-height);
  height: var(--consumer-nav-height);
  padding: 8px;
}
.Jlagka2TIwb9eV7UYxow {
  /* required to ensure the centre stays centred but that these sections grow */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  height: var(--consumer-nav-height);
}
.i9MbXz14KqybyVpURu0p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*
  this will adjust the consumer nav to be centered between the left & right
  sections on smaller (non-mobile) screen sizes rather than centered on the
  page
*/
@media screen and (max-width: 1000px) {
  .Jlagka2TIwb9eV7UYxow {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
.wXr7SJiG34jsOKAYqFaD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: var(--consumer-nav-height);
}
.C9ul325TAM0_gxztpVs0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-secondary);
  padding-right: 24px;
}
.nNIJnbIIVeTPe1nmguZb {
  margin-right: 12px;
}
.njlJ8HMXMmSZVQkeV9hU {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  font-weight: inherit;
  font-size: inherit;
}
.aV_CivuV2SIzmM_PUU9G {
  cursor: pointer;
  font-family: var(--font-family);
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.njlJ8HMXMmSZVQkeV9hU > .aV_CivuV2SIzmM_PUU9G::-webkit-details-marker /* Safari */ {
  display: none;
}
.BcSVrBrlMRzfQHdNo_7A {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.njlJ8HMXMmSZVQkeV9hU[open] > .aV_CivuV2SIzmM_PUU9G > .BcSVrBrlMRzfQHdNo_7A {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.xDYrE6RQ7YI6N7hGGCX2 {
  padding: 0 15px;
}
.gocQU9iplOb10Bn0I85T {
  position: relative;
}
.r9VpjYYKuyFWuiYk6xzy {
  color: var(--text-color);
  position: absolute;
  -webkit-box-shadow: 0px 6px 12px 4px rgba(0, 0, 0, .1);
          box-shadow: 0px 6px 12px 4px rgba(0, 0, 0, .1);
  border: 1px solid var(--sds-webc-color-interaction-button-secondary-hover);
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 6px;
  width: 300px;
  color: var(--text-color);
  font-family: var(--font-secondary);
  max-height: calc(100vh - 120px);
  overflow: auto;
  right: 0;
  background-color: var(--background-color);
  margin-top: 4px;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(95%);
          transform: scaleY(95%);
}
.mmDSCAR8J9IKASdDtg3Y {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transform: none;
          transform: none;
}
.yDScrJ4h7xz3f2TzOoHP,
.roqLJeNMAkHmtAgdakv8 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tjgsG65pXcQZbAOwx4sI {
  margin-bottom: 6px;
}
.Aoj_JXgvw5l9SWFhBTAb {
  font-weight: 700;
}
.c8nXxqxfog7gxVhHtjdj {
  padding: 6px 0;
  color: inherit;
  display: block;
  padding-left: 12px;
  font-weight: 400;
  text-decoration: none;
}
.c8nXxqxfog7gxVhHtjdj:hover {
  background-color: var(--sds-webc-color-surface-buttonbg-secondary);
}
.KfkZOl6YBHVQxHsYEjwD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  margin: 0;
  height: 100%;
}
.sxr5jV1WAjKuXNJnoi2G {
  list-style: none;
  margin: 0 3px;
  height: 100%;
}
.sxr5jV1WAjKuXNJnoi2G:first-child {
  margin-left: 0;
}
.sxr5jV1WAjKuXNJnoi2G:last-child {
  margin-right: 0;
}
.kab_QSjdhskYwa20rVv9 {
  --hover-bg-color: var(--background-color);
  margin: 0;
  font-family: var(--font-family);
  color: var(--text-color);
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  text-decoration: none;
  height: 100%;
  min-height: 72px;
  width: 72px;
  position: relative;
}
.kab_QSjdhskYwa20rVv9:hover {
  --hover-bg-color: var(--link-hover-color);
}
.kab_QSjdhskYwa20rVv9::before {
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  content: "";
  top: 4px;
  left: 0;
  right: 0;
  bottom: 4px;
  position: absolute;
  border-radius: 8px;
  background-color: var(--hover-bg-color);
}
.vTy_dup29S2BGw4ROXAb {
  font-weight: 700;
  color: var(--text-color-active);
}
.IgUA5x7BPNqfWqhRt6Nf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.aOy3lNVb3_F66QkzKisY {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.aOy3lNVb3_F66QkzKisY::-moz-selection {
  background-color: transparent;
}
.aOy3lNVb3_F66QkzKisY::selection {
  background-color: transparent;
}
.vTy_dup29S2BGw4ROXAb .aOy3lNVb3_F66QkzKisY {
  border-color: currentColor;
}
.d_aWPHXkXDP9g7FSnGIg {
  margin-bottom: 4px;
}
.oJ0frgV6f3PHuD8lBSt0 {
  position: absolute;
  top: 10px;
  right: -10px;
}
.U9bEd3WQwlY_8vNcVV7o {
  height: 16px;
  margin-right: 10px;
}
/* Base styles for the SDS buttons */
.q0edsIf3DszhAKR2k54X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border-radius: 100px;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}
.PJUpS6dNFzVPE883uIO7 {
  width: 100%;
}
.Trx2BoWscTzKyHTM9z2i {
  background-color: var(--yellow-v100);
  color: var(--black-v150);
}
.CGXF2ZgEXzh3KSCsBbww {
  background-color: var(--black-v200);
  color: white;
}
._jXY22KitTXAWyxz1IxK {
  background-color: var(--gray-v100);
  color: var(--black-v150);
}
.EYLan3Dk2UIriZA0NXuE {
  background-color: var(--blue-v200);
  color: white;
}
.XsCdpFWTeTAHz0UA98pQ {
  background-color: white;
  color: var(--black-v150);
}
.j4V2ROfpaR9jVasDTwsB {
  background-color: var(--sds-webc-color-surface-buttonbg-primary-alt);
  color: var(--sds-webc-color-content-button-primary);
}
.j4V2ROfpaR9jVasDTwsB svg path {
  stroke: var(--sds-webc-color-content-button-primary);
  fill: var(--sds-webc-color-content-button-primary);
}
.dKmyYBq4Sd6tGUJ6nrKx {
  width: 100%;
}
.AqUMjuqDlMlZawK4tk3j {
  background-color: var(--sds-webc-color-surface-buttonbg-primary);
  color: var(--sds-webc-color-content-button-primary);
  margin-left: 10px;
}
.AqUMjuqDlMlZawK4tk3j svg path {
  stroke: var(--sds-webc-color-content-button-primary);
  fill: var(--sds-webc-color-content-button-primary);
}
.b60WC1KTqbtcqLZuIF9Y {
  background-color: var(--sds-webc-color-surface-buttonbg-secondary);
  color: var(--sds-webc-color-content-button-secondary);
}
.b60WC1KTqbtcqLZuIF9Y svg path {
  stroke: var(--sds-webc-color-content-button-secondary);
  fill: var(--sds-webc-color-content-button-secondary);
}
._gSOxq4tWHM6gmAPl0X4 {
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 0;
  margin: 0;
}
.wPJ1nn93zhxW_rFkJbrh {
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
}
.zhjQiC8Ioc9LpVcADEzm {
  font-weight: 600;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
}
.Cq_191J_ecrnOHN_sVp_ {
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}
.jYL5NhECT5NF4c2AYNgz {
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}
.H8yV6auugljbVfEujkEa {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}
.Aug3InUf0mMXIpA_Ceqk {
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}
.AutaO1lFfDJgUo7vmW_T {
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0;
}
.FggsjeIvc2YGe5uIbq9M {
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0;
}
.uJCBL_PH3aDJ1RdT6yz4 {
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
}
.y2qkwIfZ1wKqNv2kblno {
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
}
.vY0hd55uIQSS1JAgjCuM {
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.2px;
  margin: 0;
}
.ZzpGTq95IL6R8KPUtc8L {
  font-weight: 500;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
}
.nhMCPcD0tOEVCW0qkIqz {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
}
.cFfDZ0Pq6pmBIttrIV5S {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.lJJqSsFsy4JhdYEPwJpC {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.iAbsdDm7uHHiBiYTP53N {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.WYgS0Hy4NsMOEQW73tIg {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.TxDqPpnly5BvRz9qP2ol {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.g4JzwSrKnfQClsZ8YipV {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.w6_I3e3wksVXsg2EHyTP {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.LydkvwzyEq6N0Q17EoY7 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.x293cN0QoUSfvI9baP_M {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.K1e9p3e_JZtpvVfgxRWH {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.usAQYZaX0SZOablbiMcM {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  background: white;
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: var(--font-family);
  color: black;
  height: 34px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.aeJ_4y_Kw940HAbEqsh1 {
  cursor: pointer;
  font-family: var(--font-family);
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
}
.DsKfc81hfuSiiIiekOqK {
  font-family: var(--font-family);
  background-color: var(--sds-webc-color-surface-cardbg);
  min-height: 100%;
  color: var(--text-color);
}
.Ajod4ID7NM3cMxqa2auj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 32px;
  background-color: var(--sds-webc-color-surface-pagebg);
}
.igSdFnIcA0z0lUCA8tpc {
  margin-right: auto;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  right: auto;
}
.QdeKU16BVBH1A5fqDSGf {
  margin-right: auto;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  right: auto;
}
.qh8yhSfh_QQKwtGOCqgh {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.mGJIvcbl2uOYetWYz3EJ {
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--sds-webc-color-surface-pagebg);
}
.ZrGlmyUCXpeD3LICsy6G {
  padding-top: 20px;
  background-color: var(--gray-v50);
  color: var(--black-v100);
}
.FIFXYQVmDmtoBw9ZRhQl {
  font-weight: 700;
  font-size: inherit;
  margin: 0 0 10px;
}
.qvoy6_M2RSSp7V7KOzre,
.yYOJwGQhedaHdDYehfsh {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.em8vmU12JyjhQcDIOf71 {
  text-decoration: underline;
}
.MrUtRn_sotGi9L0WHTHK {
  padding: 6px 0;
  color: inherit;
  display: block;
  padding-left: 12px;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
}
.zBi9lfcmmDsPQ_fQlIaz {
  cursor: pointer;
  font-family: var(--font-family);
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
}
.Q5v5UD88Iasn4N5y1bW7 {
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 17px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.vhKlEBhjQmR_QLbHDewe,
.nZDecxhVFi889WGaXE3V {
  border-bottom: 2px solid var(--text-color);
}
.MhapHkxpDP1eB2t0Kba6 {
}
.r_d8DsHX_FO6wcbyTnUt {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.PQC1xV9iBpetEsfrwOfx {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}
.CmoYTLyBggEZfYWqdNfx {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: var(--background-color);
  height: var(--consumer-nav-height);
  width: 100%;
  padding-bottom: var(--snapchat-footer-min-height);
  border-top: solid 1px var(--sds-webc-color-surface-buttonbg-secondary);
  border-bottom: solid 1px var(--sds-webc-color-surface-buttonbg-secondary);
}
.CmoYTLyBggEZfYWqdNfx,
.CmoYTLyBggEZfYWqdNfx * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.B1Kyuy2d_7C7o0lg50EZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 0 0;
  margin: 0;
  height: 100%;
}
.uBFadrI46nlsV8DmqrdN {
  list-style: none;
  margin: 0 3px;
  height: 100%;
}
.uBFadrI46nlsV8DmqrdN:first-child {
  margin-left: 0;
}
.uBFadrI46nlsV8DmqrdN:last-child {
  margin-right: 0;
}
.FsTHeBSav1TQGd2SggMK {
  --hover-bg-color: var(--background-color);
  margin: 0;
  font-family: var(--font-family);
  color: var(--text-color);
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  text-decoration: none;
  height: 100%;
  min-height: 72px;
  width: 72px;
  position: relative;
}
.FsTHeBSav1TQGd2SggMK::before {
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  content: "";
  top: 4px;
  left: 0;
  right: 0;
  bottom: 4px;
  position: absolute;
  border-radius: 8px;
  background-color: var(--hover-bg-color);
}
.N1wz60yfAZFEdIFqsHKM {
  font-weight: 700;
  color: var(--text-color-active);
}
.HXBSFTEhrjiwIws99MXc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.CD3dJWqEAmOjlUwV8wxL {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.CD3dJWqEAmOjlUwV8wxL::-moz-selection {
  background-color: transparent;
}
.CD3dJWqEAmOjlUwV8wxL::selection {
  background-color: transparent;
}
.TnxS_yPtyaXOeb7QXXTo {
  margin-bottom: 4px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topContainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leftContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.body {
  background: rgba(0, 0, 0, .7);
  color: white;
  padding: 6px 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  font-size: 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bodySide {
  margin-left: -120px;
}

.bodyLeft {
}

.borderLeft {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, .7);
}

.borderTop {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .7);
}
.tooltipContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tooltip {
  position: absolute;
  margin-right: 8px;
  right: 35px;
}

.buttonContainer {
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, .25);
          box-shadow: rgba(0, 0, 0, .25);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-tap-highlight-color: transparent;
}

.buttonContainer:hover {
  background-color: rgba(255, 255, 255, .45);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.buttonXsmall {
  height: 32px;
  width: 32px;
}

.buttonSmall {
  height: 40px;
  width: 40px;
}

.buttonMedium {
  height: 50px;
  width: 50px;
}

.buttonLarge {
  height: 60px;
  width: 60px;
}
.menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: inherit;
}

.menuItem:hover {
  background-color: var(--gray-v50);
}
.moreOptionsButton {
  max-height: 40px;
  max-width: 40px;
  text-align: right;
}

.moreOptionsButton svg path {
  fill: white;
}
.muteButton {
  margin-bottom: 8px;
  max-height: 40px;
  max-width: 40px;
  text-align: right;
  z-index: 5;
}
.navigationButtonContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigationButtonContainer svg {
  fill: white;
}
.playIcon {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.playButtonContainer {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.replayButtonContainer {
  position: absolute;
  background: transparent;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon {
  margin-bottom: 6px;
  max-height: 40px;
  max-width: 40px;
  text-align: right;
}

.icon svg {
  fill: white;
}
.buttonIcon {
  height: 16px;
  margin-right: 10px;
}
/* Base styles for the SDS buttons */
.sdsButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border-radius: 100px;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}
.fullWidth {
  width: 100%;
}
.yellowButton {
  background-color: var(--yellow-v100);
  color: var(--black-v150);
}

.blackButton {
  background-color: var(--black-v200);
  color: white;
}

.grayButton {
  background-color: var(--gray-v100);
  color: var(--black-v150);
}

.blueButton {
  background-color: var(--blue-v200);
  color: white;
}

.whiteButton {
  background-color: white;
  color: var(--black-v150);
}
.primaryButtonAlt {
  background-color: var(--sds-webc-color-surface-buttonbg-primary-alt);
  color: var(--sds-webc-color-content-button-primary);
}

.primaryButtonAlt svg path {
  stroke: var(--sds-webc-color-content-button-primary);
  fill: var(--sds-webc-color-content-button-primary);
}
.primaryButtonAlt {
  background-color: var(--sds-webc-color-surface-buttonbg-primary-alt);
  color: var(--sds-webc-color-content-button-primary);
}

.primaryButtonAlt svg path {
  stroke: var(--sds-webc-color-content-button-primary);
  fill: var(--sds-webc-color-content-button-primary);
}
.primaryAltButtonFullWidth {
  width: 100%;
}
.primaryButton {
  background-color: var(--sds-webc-color-surface-buttonbg-primary);
  color: var(--sds-webc-color-content-button-primary);
  margin-left: 10px;
}

.primaryButton svg path {
  stroke: var(--sds-webc-color-content-button-primary);
  fill: var(--sds-webc-color-content-button-primary);
}
.secondaryButton {
  background-color: var(--sds-webc-color-surface-buttonbg-secondary);
  color: var(--sds-webc-color-content-button-secondary);
}

.secondaryButton svg path {
  stroke: var(--sds-webc-color-content-button-secondary);
  fill: var(--sds-webc-color-content-button-secondary);
}
.h100 {
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 0;
  margin: 0;
}

.h200 {
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
}

.h300 {
  font-weight: 600;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
}

.h400 {
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}

.h400Emphasis {
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}

.h500 {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}

.h500Emphasis {
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}

.h600 {
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0;
}

.h600Emphasis {
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0;
}

.h700 {
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
}

.h700Emphasis {
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
}

.h800 {
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.2px;
  margin: 0;
}

.h900 {
  font-weight: 500;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0;
}
.title1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
}

.title2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}

.title3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.title4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.headline {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.body {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.bodyEmphasis {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.subHeadline {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.subHeadingLineEmphasis {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.caption {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.captionEmphasis {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card {
  padding: 8px 12px 0;
  background-color: white;
}

.cardContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid var(--gray-v100);
  min-height: 84px;
}

.icon {
  width: 54px;
  border-style: solid;
  height: 54px;
  border-radius: 170px;
  border-color: var(--gray-v150);
}

.infoColumn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.titleColor {
  color: var(--black-v150);
}

.subtitleColor {
  color: var(--black-v50);
}

.headerContent {
  margin-left: auto;
}

.footerContent {
  margin-top: 12px;
}
.iconWrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconWrapper svg {
  -webkit-animation: pulse-anim 1.2s ease-in-out infinite;
          animation: pulse-anim 1.2s ease-in-out infinite;
}

@-webkit-keyframes pulse-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.image,
.image img {
  width: 100%;
  height: 100%;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.clickableStyle {
  text-decoration: none;
  color: white;
}

.clickableStyle:hover {
  -webkit-text-decoration: underline white;
          text-decoration: underline white;
}

.metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.title {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 6px;
  max-width: 90px;
}

.titleText {
  color: white;
}

.subtitle {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  top: 18px;
  margin-bottom: 6px;
  max-width: 90px;
}

.noSubtitle {
  margin-bottom: 6px;
}

.metadataText {
  color: var(--gray-v200);
}

.footerCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(18, 19, 20, .5);
  height: 40px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.iconStyle {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-right: 8px;
}

.iconStyle img {
  border-style: solid;
  border-radius: 50px;
  border-color: var(--gray-v150);
  border-width: 2px;
}

.defaultIconStyle {
  padding: 3px;
}
.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--yellow-v100);
}
@-webkit-keyframes growIn {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes growIn {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadeIn 100ms ease-in-out;
          animation: fadeIn 100ms ease-in-out;

  /* prevent animation flickering on safari https://css-tricks.com/things-watch-working-css-3d/ */
  -webkit-transform-style: preserve-3d;

  /* render above page content */
  z-index: 1;
}

.actionButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: var(--sds-webc-color-surface-pagebg);
  border-radius: inherit;
}

.actionButtons > button {
  width: 100%;
  margin: 0 5px;
  padding: 12px;
}

.innerContainer {
  width: 450px;
  background-color: var(--sds-webc-color-surface-pagebg);
  color: var(--content-primary-color);
  border-radius: 20px;
  position: relative;
  padding: 24px 0 24px 0;
  -webkit-animation: growIn 0.4s ease-in-out;
          animation: growIn 0.4s ease-in-out;
  margin: 10px;
}

.ghostIconWrapper {
  padding-left: 24px;
}

.ghostIconWrapper svg path {
  fill: var(--sds-webc-color-content-primary);
}

.content {
  overflow: auto;
  margin: 14px 24px 24px;
  padding-bottom: 40px;
}
.container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btnContainer {
  display: inline-block;
  /*TODO: Follow up with the designer for the color here */
  background: rgba(255, 255, 255, .1);
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.btnContainer svg {
  fill: rgb(255, 255, 255);
  display: block;
}

.disabledBtn svg {
  fill: rgba(255, 255, 255, .3);
}

.buttonUp {
  border-radius: 40px 40px 0 0;
  padding-top: 14px;
  padding-bottom: 10px;
}

.buttonDown {
  margin-top: 1px;
  border-radius: 0 0 40px 40px;
  padding-bottom: 14px;
  padding-top: 10px;
}
.centered {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  overflow: hidden;
  background-color: var(--yellow-v100);
}

.content {
  z-index: 1;
}

.half {
  position: absolute;
  left: 0;
  width: 76vmin;
}
.modalContainer {
  /* Modal visual styles */
  width: 95%;
  height: 97%;
  border-radius: 10px;
  overflow: hidden;
  /* Container Positioning Styles */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Container inner layout styles */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bodyContainer {
  overflow: scroll;
  background: rgba(255, 255, 255, .95);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 26px;
}

.title {
  margin-bottom: 18px;
  margin-top: 12px;
  color: var(--black-v150);
}

.footerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: white;
  opacity: 1;
  height: 56px;
  padding: 12px;
}

.footerButtonWrapper {
  margin-left: 8px;
}
.reportCategoriesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
}

.reportCategory {
  text-align: left;
}

.backButton {
  margin-bottom: 12px;
}

.reportCategoryWrapper {
  margin-bottom: 12px;
}

.reportCategoryWrapper svg path {
  fill: white;
}

.reportSubtext {
  font-size: 14px;
  color: var(--black-v150);
}

.reportTextFieldTitle {
  margin-top: 12px;
  margin-bottom: 10px;
}

.reportTextField {
  width: 100%;
  min-height: 150px;
  border-radius: 4px;
  border: 1px solid var(--gray-v200);
  background: var(--gray-v100);
  padding: 8px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reportTextField:focus {
  outline: none;
  border: 1px solid var(--black-v50);
}
.link {
  text-decoration: none;
  color: inherit;
}

.link:visited {
  text-decoration: inherit;
  color: inherit;
}
.cardContainer {
  /* border: 1px solid rgba(58, 62, 65, 0.4); */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cardGradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 19, 20, 0)), color-stop(63.39%, rgba(18, 19, 20, .95)));
  background: linear-gradient(180deg, rgba(18, 19, 20, 0) 0%, rgba(18, 19, 20, .95) 63.39%);
}

.detailsContainer {
  padding: 8px;
  border-radius: 0 0 20px 20px;
}
.detailsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.lensCreator {
  font-weight: 600;
  margin-top: 8px;
}

.lensIcon {
  border-radius: 50%;
  height: 64px;
  width: 64px;
  border: solid 4px white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 8px;
}

.lensImg {
  background-size: cover;
  height: 100%;
  width: 100%;
}

.lensName {
  margin-bottom: 8px;
}
.profilePictureWrapper {
  padding: 1px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 50%;
}

.noHighlightBorder {
  border: 2px solid white;
}

.hasFinishedStoryBorder {
  border: 2px solid var(--content-secondary-color);
}

.noFinishedStoryBorder {
  border: 2px solid var(--yellow-v100);
}
.primaryDetailsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profilePictureWrapper {
  margin-right: 8px;
}

.title {
  color: white;
}

.badgeContainer {
  margin-top: 2px;
  padding-left: 4px;
  line-height: 16px;
}

.subscriberCount {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  color: var(--yellow-v100);
}

.textWrapper {
  margin-top: 8px;
}

.secondaryDetailsText {
  font-weight: normal;
  letter-spacing: 0.2px;
}

.secondaryDetailsWrapper {
  margin: 0 12px 4px 12px;
}

.titleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bioTitle {
  color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*TODO: confirm colors with the designers*/

.subtitle {
  color: var(--content-secondary-color);
}

.pinIconWrapper {
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}

.linkText {
  text-decoration: none;
  color: var(--yellow-v100);
}
.detailsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  color: white;
}

.publishedTime {
  margin-top: 8px;
}

.badgeContainer {
  padding-left: 4px;
  line-height: 16px;
  position: absolute;
}
.xxlarge {
  width: 380px;
  height: 380px;
}

.xlarge {
  width: 240px;
  height: 240px;
}

.large {
  width: 147px;
  height: 147px;
}

.medium {
  width: 120px;
  height: 120px;
}

.small {
  width: 83px;
  height: 83px;
}

.xsmall {
  width: 67px;
  height: 67px;
}

.preview {
  width: 67px;
  height: 67px;
}

.full {
  width: 100%;
  height: 100%;
}
.triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.tabTrigger {
  /* ensures all items will be same width regardless of count */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica;
  background-color: transparent;
  border: none;
  padding: 10px 0;
  color: var(--sds-webc-color-content-secondary);
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.tabTriggerActive {
  border-color: currentColor;
  color: var(--sds-webc-color-content-primary);
}
.tagContainerBase {
  border-radius: 24px;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tagContainer {
  padding: 0;
  background: inherit;
}

.yellowTagContainer {
  background: var(--yellow-v100);
  border: 1px solid transparent;
}

.yellowTagContainer:hover {
  background: rgba(255, 252, 0, .5);
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.tagContainer:hover {
  background: var(--sds-webc-color-surface-cardbg);
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.tagContainerInner {
  padding: 8px 20px;
  border-radius: inherit;
}

.tagContainerNotSelected {
  border: 1px solid var(--sds-webc-color-content-secondary);
}

.tagContainerSelected {
  border: 1px solid var(--sds-webc-color-content-primary);
}

.tagInvisibleBorder {
  border: 1px solid transparent;
}

.tagText {
  display: block;
  line-height: 16px;
  font-size: 14px;
  white-space: nowrap;
}
.tileContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}

.imageWrapper {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 12px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 6px 12px 4px rgba(0, 0, 0, .1);
  width: 100%;
}

.tileMedia {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: inherit;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.placeHolder svg path:first-child {
  stroke: var(--gray-v100);
  fill: none;
}

.placeHolder svg path:not(first-child) {
  stroke: var(--gray-v100);
  fill: var(--gray-v100);
}

[data-theme="dark"] .placeHolder svg path:first-child {
  stroke: var(--black-v50);
  fill: none;
}

.placeHolder svg path:not(first-child) {
  stroke: var(--black-v50);
  fill: var(--black-v50);
}

.emptyTileMedia {
  height: 100%;
  width: 100%;
  background-color: white;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: inherit;
}

[data-theme="dark"] .emptyTileMedia {
  background-color: var(--cw-light-slate-gray);
}

.link {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
}

.truncated {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.lensName {
  color: var(--content-primary-color);
  width: 100%;
}

.creatorName {
  color: var(--content-secondary-color);
}

.creatorName svg {
  margin-top: 3px;
  margin-bottom: -3px;
}

.tileIconContainer {
  position: absolute;
  bottom: 0;
  margin-bottom: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.tileIcon {
  width: 64px;
  height: 64px;
}

.description {
  width: 100%;
  margin-top: 14px;
  padding: 5px;
  text-align: center;
}

.blurredImageRadius {
  border-radius: 12px;
  --blurred-icon-tile-box-shadow: 0 6px 12px 4px rgba(0, 0, 0, .1);
}
.container {
  height: 100%;
  width: 100%;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  -webkit-box-shadow: var(--blurred-icon-tile-box-shadow);
          box-shadow: var(--blurred-icon-tile-box-shadow);
}

.containerLarge {
  border-radius: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blurredImageContainer {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
}

.blurredImage {
  width: 250%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.iconContainer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.icon {
  height: 30%;
}

.iconRadiusContainer {
  border-radius: 50%;
  border: 1px solid var(--black-v150);
  width: 48px;
  height: 48px;
}

.iconRadius {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 3px solid white;
}
.placeHolderTile {
  border-radius: 16px;
}
.loadingSkeleton {
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(30%, var(--sds-webc-color-surface-feed-bg)),
    color-stop(48%, var(--sds-webc-color-content-button-primary)),
    color-stop(50%, var(--sds-webc-color-content-button-primary)),
    color-stop(58%, var(--sds-webc-color-surface-feed-bg))
  );
  background-image: linear-gradient(
    90deg,
    var(--sds-webc-color-surface-feed-bg) 30%,
    var(--sds-webc-color-content-button-primary) 48%,
    var(--sds-webc-color-content-button-primary) 50%,
    var(--sds-webc-color-surface-feed-bg) 58%
  );
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-animation: skeleton-loading 1s ease-in-out infinite;
          animation: skeleton-loading 1s ease-in-out infinite;
}

@-webkit-keyframes skeleton-loading {
  100% {
    background-position: -100% 0;
  }
}

@keyframes skeleton-loading {
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container {
  width: 100%;
  position: relative;
  font-family: inherit;
}

.searchInput {
  width: 100%;
  margin-right: 20px;
  background: var(--sds-webc-color-surface-pagebg);
  border-radius: 20px;
  padding: 10px 30px;
  /* animation: fade-in 0.25s ease-in-out; */
  border: 1px solid var(--sds-webc-color-content-secondary);
  color: var(--sds-webc-color-content-secondary);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.searchInput:focus {
  border-color: var(--sds-webc-color-content-primary);
}

.searchInputMobile {
  height: 40px;
}

.searchInput:focus {
  outline: none;
}

.inputIcon {
  position: absolute;
  margin: 10px 10px 10px 11px;
}

.inputIconMobile {
  position: absolute;
  margin: 12px;
}

.inputIcon svg path {
  fill: var(--sds-webc-color-surface-buttonbg-primary);
}

.clearIcon {
  margin: 10px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.expandOnFocus input {
  width: 0;
  padding-right: 5px;
  margin-right: 0;
}

.expandOnFocus input:focus,
.expandOnFocus:hover input {
  width: 100%;
}
.hashTag {
  padding: 4px 6px;
  background-color: var(--gray-v75);
  color: var(--black-v150);
  border-radius: 4px;
}

.link {
  text-decoration: none;
  color: inherit;
}

.link:hover {
  text-decoration: underline;
}
.expandibleContainer div {
  display: inline-block;
}

.expansionTitle {
  margin-right: 10px;
}

.button {
  all: unset;
}
.icon {
  pointer-events: none;
}

.icon path {
  fill: var(--background-color);
  stroke: var(--sds-webc-color-content-primary);
}
.iconContainer {
  border: 1px solid var(--gray-v150); /* TODO: set this with a content var */
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white; /* TODO: set this with a surface var */
  height: inherit;
  width: inherit;
}

.iconStyle {
  height: 100%;
  width: 100%;
  padding: 4px;
}

[data-theme="dark"] .iconContainer {
  border: 1px solid var(--black-v100);
  background-color: var(--black-v100);
}
.desktopButtonWrapper {
  margin-left: 10px;
}

.mobileCustomFooterWrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: var(--cta-footer-z-index);
  width: 100%;
}

.desktopCtaLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--yellow-v100);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 800;
}

.desktopCtaLink > svg {
  margin-left: 5px;
}

.desktopCtaLink > svg > path {
  fill: var(--yellow-v100);
}
.mobileCompactCtaBanner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .25);
          box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .25);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  border: 0;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  margin: 0 auto 20px;
}

.mobileCompactCtaBanner > svg {
  margin-right: 8px;
}
.container {
  height: 100%;
  width: inherit;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--black-v150);
}
.mobileExpandedCtaBanner {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding-bottom: 15px;
  width: 100%;
  z-index: var(--cta-footer-z-index);
}

.mobileExpandedCtaBanner > h3 {
  color: #2c3137;
  margin: 0;
  padding: 16px 0;
  text-align: center;
}

.mobileExpandedCtaBannerItemWrapper {
  margin: 0 auto;
  padding: 0;
  width: 320px;
}

.mobileExpandedCtaBannerItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 15px;
}

.mobileExpandedCtaBannerItem > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #656d78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileExpandedCtaBannerItem > div > svg {
  margin-right: 8px;
}

.mobileExpandedCtaBannerBackdrop {
  background: rgba(18, 19, 20, .5);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: var(--cta-footer-z-index);
  height: 100%;
  top: 0;
  width: 100%;
}
/* Figure out imports of globals.css TODO: https://jira.sc-corp.net/browse/WEB-655 */

.base {
  width: 100%;
  left: 0;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.baseMobile {
  z-index: auto;
  position: absolute;
  margin-top: 0;
  border-radius: 0;
}

.baseDesktop {
  z-index: 10;
  position: fixed;
  width: 100%;
  bottom: 0;

  min-height: 54px;
  max-height: 96px;
  height: 5%;
  background-color: var(--black-v150);
}

.footerContainer {
  left: 0;
  bottom: 0;
  z-index: var(--cta-footer-z-index);
  width: 100%;
}

.footerContainer .baseMobile {
  position: relative;
}

@media screen and (max-width: 479px) {
  .footerContainer {
    position: fixed;
  }
}

.footerContainerExpanded {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.responsiveFooterContainer {
  width: 100%;
}

/* This needs to be deleted if the footer banner is deleted */

.responsiveFooterContainerDesktop {
  margin-bottom: 52px;
}

.responsiveFooterContainerExpanded {
  height: 414px; /* the height of the sc web frame footer */
  position: relative;
  padding-top: 100px;
}

.desktopLinks {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  z-index: 1000;
}

.desktopLinks a {
  line-height: 19px;
  margin-right: 15px;
  color: white;
  text-decoration: none;
}

.desktopIcon {
  padding-right: 250px;
  right: 20px;
}

.icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 15px;
  padding-right: 15px;
  z-index: 1000;
}

.iconExpanded {
  position: fixed;
  z-index: 1000;
  right: 0;
  padding-right: 15px;
}

.highlightedText {
  color: var(--yellow-v100);
  padding: 0 5px;
}

.highlightedText > svg {
  vertical-align: middle;
  margin-right: 5px;
}

.text {
  color: white;
}
.footerContainer {
  position: relative;
  width: 100%;
  min-height: 48px;
}

.footerExpanded {
  color: var(--black-v150);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footerExpanded > div {
  width: 100%;
}
.toastBody {
  z-index: var(--upsell-z-index);
  color: var(--black-v150);
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 470px;
  border-radius: 12px;
  background-color: var(--yellow-v100);
  padding: 16px 36px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* prevent animation flickering on safari https://css-tricks.com/things-watch-working-css-3d/ */
  -webkit-transform-style: preserve-3d;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.toastHeader {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.25px;
}

.toastDescription {
  margin: 8px 42px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22.5px;
  letter-spacing: -0.25px;
}

.webChatCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 36px;
  border-radius: 500px;
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--black-v200);
  color: white;
}

.crossIcon {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.chatIcon {
  position: relative;
  margin-right: 14px;
}

.chatIcon svg {
  margin-bottom: -2px;
}

.newIcon {
  position: absolute;
  top: -10px;
  right: -10px;
}
.mobileNavContainer {
  position: fixed;
  top: var(--nav-button-top);
  left: 0;
  padding-left: 5%;
  z-index: var(--mobile-nav-z-index);
}

.mobileNavContainer nav {
  padding-bottom: var(--snapchat-footer-min-height);
}

.navV2Container {
  position: fixed;
  width: 100%;
  z-index: var(--mobile-nav-v2-z-index);
  padding-bottom: var(--snapchat-footer-min-height);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.mobileNavV2Displayed {
  bottom: 0;
  left: 0;
}

.mobileNavV2Hiddden {
  bottom: calc(-1 * var(--consumer-nav-height));
}
.navContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.pageFrame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.fullPage {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.loadingFooter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.copyRightText {
  font-weight: 400;
  font-size: 8px;
  line-height: 18px;
  color: var(--black-v50);
}

@-webkit-keyframes growIn {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}

@keyframes growIn {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}

.modalContainer {
  position: fixed;
  inset: 0;
  z-index: var(--cta-popup-z-index);
  color: var(--black-v150);
}

.modalBackdrop {
  width: 100%;
  height: 100%;
  background: rgba(18, 19, 20, .8);
}

.modalBody {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  /* prevent animation flickering on safari https://css-tricks.com/things-watch-working-css-3d/ */
  -webkit-transform-style: preserve-3d;
  -webkit-animation: growIn 0.1s linear;
          animation: growIn 0.1s linear;
}

.content {
  background: white;
  padding: 20px 30px 25px 30px;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.imageContainer {
  position: relative;
  width: 100%;
  height: 150px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: var(--gray-v50);
}

.imageContainer img {
  width: 100%;
  height: 150px;
  position: absolute;
  inset: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.contentTitle {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  padding: 0 10px;
}

.contentDescription {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #4e565f;
}

.ctaContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

.pulsingCtaContainer {
}
