html,
body {
  height: 100%;
  overflow: hidden
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, .87);
  font-family: "Google Sans",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  text-size-adjust: 100%
}

a {
  text-decoration: none;
  color: #2962ff
}

img {
  border: none
}

* {
  -webkit-tap-highlight-color: transparent
}

html,
body {
  overflow: visible
}

body {
  overflow-y: scroll
}

@keyframes mdc-ripple-fg-radius-in {
  0% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
  }

  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
  }
}

@keyframes mdc-ripple-fg-opacity-in {
  0% {
    animation-timing-function: linear;
    opacity: 0
  }

  to {
    opacity: var(--mdc-ripple-fg-opacity, 0)
  }
}

@keyframes mdc-ripple-fg-opacity-out {
  0% {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0)
  }

  to {
    opacity: 0
  }
}

.VfPpkd-ksKsZd-XxIAqe {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  position: relative;
  outline: none;
  overflow: hidden
}

.VfPpkd-ksKsZd-XxIAqe::before,
.VfPpkd-ksKsZd-XxIAqe::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""
}

.VfPpkd-ksKsZd-XxIAqe::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1)
}

.VfPpkd-ksKsZd-XxIAqe::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0)
}

.VfPpkd-ksKsZd-XxIAqe::before,
.VfPpkd-ksKsZd-XxIAqe::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%
}

.VfPpkd-ksKsZd-XxIAqe::before,
.VfPpkd-ksKsZd-XxIAqe::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000)
}

.VfPpkd-ksKsZd-XxIAqe:hover::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, 0.04)
}


.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, 0.12)
}

.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after {
  transition: opacity 150ms linear
}

.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, 0.12)
}

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(0) translateY(-106%) scale(.75)
  }

  33% {
    animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
    transform: translateX(4%) translateY(-106%) scale(.75)
  }

  66% {
    animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
    transform: translateX(-4%) translateY(-106%) scale(.75)
  }

  100% {
    transform: translateX(0) translateY(-106%) scale(.75)
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(0) translateY(-34.75px) scale(.75)
  }

  33% {
    animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
    transform: translateX(4%) translateY(-34.75px) scale(.75)
  }

  66% {
    animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
    transform: translateX(-4%) translateY(-34.75px) scale(.75)
  }

  100% {
    transform: translateX(0) translateY(-34.75px) scale(.75)
  }
}

@keyframes mdc-floating-label-shake-float-above-textarea-filled {
  0% {
    transform: translateX(0) translateY(-10.25px) scale(.75)
  }

  33% {
    animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
    transform: translateX(4%) translateY(-10.25px) scale(.75)
  }

  66% {
    animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
    transform: translateX(-4%) translateY(-10.25px) scale(.75)
  }

  100% {
    transform: translateX(0) translateY(-10.25px) scale(.75)
  }
}

@keyframes mdc-floating-label-shake-float-above-textarea-outlined {
  0% {
    transform: translateX(0) translateY(-24.75px) scale(.75)
  }

  33% {
    animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
    transform: translateX(4%) translateY(-24.75px) scale(.75)
  }

  66% {
    animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
    transform: translateX(-4%) translateY(-24.75px) scale(.75)
  }

  100% {
    transform: translateX(0) translateY(-24.75px) scale(.75)
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(-32px) translateY(-34.75px) scale(.75)
  }

  33% {
    animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
    transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75)
  }

  66% {
    animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
    transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75)
  }

  100% {
    transform: translateX(-32px) translateY(-34.75px) scale(.75)
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(32px) translateY(-34.75px) scale(.75)
  }

  33% {
    animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
    transform: translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75)
  }

  66% {
    animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
    transform: translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75)
  }

  100% {
    transform: translateX(32px) translateY(-34.75px) scale(.75)
  }
}

.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
  display: inline
}

.VfPpkd-Bz112c-LgbsSe {
  font-size: 24px;
  width: 48px;
  height: 48px;
  padding: 12px
}

.VfPpkd-Bz112c-LgbsSe:disabled {
  color: rgba(0, 0, 0, .38);
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, .38))
}

.VfPpkd-Bz112c-LgbsSe svg,
.VfPpkd-Bz112c-LgbsSe img {
  width: 24px;
  height: 24px
}

.VfPpkd-Bz112c-LgbsSe {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  fill: currentColor;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  z-index: 0;
  overflow: visible
}

@media screen and (forced-colors:active) {


  .VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec {
    display: block
  }
}

.VfPpkd-Bz112c-LgbsSe:disabled {
  cursor: default;
  pointer-events: none
}

.VfPpkd-Bz112c-J1Ukfc-LhBDec {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: none
}

@media screen and (forced-colors:active) {
  .VfPpkd-Bz112c-J1Ukfc-LhBDec {
    border-color: CanvasText
  }
}

.VfPpkd-Bz112c-J1Ukfc-LhBDec::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {
  .VfPpkd-Bz112c-J1Ukfc-LhBDec::after {
    border-color: CanvasText
  }
}

.VfPpkd-Bz112c-LgbsSe {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,
.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1)
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0)
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,
.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,
.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000)
}

.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after {
  transition: opacity .15s linear
}

.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before {
  opacity: 0;
  opacity: var(--mdc-ripple-hover-opacity, 0)
}


.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-focus-opacity, 0)
}

.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after {
  transition: opacity .15s linear
}

.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-press-opacity, 0)
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.VfPpkd-LgbsSe {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  line-height: inherit;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  background: transparent
}

.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.VfPpkd-LgbsSe::-moz-focus-inner {
  padding: 0;
  border: 0
}

.VfPpkd-LgbsSe:active {
  outline: none
}

.VfPpkd-LgbsSe:hover {
  cursor: pointer
}

.VfPpkd-LgbsSe:disabled {
  cursor: default;
  pointer-events: none
}

.VfPpkd-LgbsSe .VfPpkd-kBDsod {
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  vertical-align: top
}

.VfPpkd-LgbsSe .VfPpkd-vQzf8d {
  position: relative
}

.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  display: none
}

@media screen and (forced-colors:active) {
  .VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec {
    border-color: CanvasText
  }
}

.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {
  .VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after {
    border-color: CanvasText
  }
}

@media screen and (forced-colors:active) {


  .VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec {
    display: block
  }
}

.VfPpkd-LgbsSe .VfPpkd-RLmnJb {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 0;
  right: 0;
  transform: translateY(-50%)
}

.VfPpkd-vQzf8d+.VfPpkd-kBDsod {
  margin-left: 8px;
  margin-right: 0
}

svg.VfPpkd-kBDsod {
  fill: currentColor
}

.VfPpkd-LgbsSe-OWXEXe-dgl2Hf {
  margin-top: 6px;
  margin-bottom: 6px
}

.VfPpkd-LgbsSe {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none
}

.VfPpkd-LgbsSe {
  padding: 0 8px 0 8px
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ {
  transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
  padding: 0 16px 0 16px
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg {
  padding: 0 12px 0 16px
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc {
  padding: 0 16px 0 12px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc {
  border-style: solid;
  transition: border .28s cubic-bezier(.4, 0, .2, 1)
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc {
  border-style: solid;
  border-color: transparent
}

.VfPpkd-LgbsSe {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,
.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after {
  z-index: 0
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,
.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%
}

.VfPpkd-Jh9lGc {
  position: absolute;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.VfPpkd-LgbsSe {
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  letter-spacing: .0892857143em;
  font-weight: 500;
  text-transform: uppercase;
  height: 36px;
  border-radius: 4px
}

.VfPpkd-LgbsSe:not(:disabled) {
  color: #6200ee
}

.VfPpkd-LgbsSe:disabled {
  color: rgba(0, 0, 0, .38)
}

.VfPpkd-LgbsSe .VfPpkd-kBDsod {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,
.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after {
  background-color: #6200ee
}

.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before {
  opacity: .04
}


.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .12
}

.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .12
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc {
  border-radius: 4px
}

.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec {
  border-radius: 2px
}

.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after {
  border-radius: 4px
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ {
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  letter-spacing: .0892857143em;
  font-weight: 500;
  text-transform: uppercase;
  height: 36px;
  border-radius: 4px
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled) {
  background-color: #6200ee
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled {
  background-color: rgba(0, 0, 0, .12)
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled) {
  color: #fff
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled {
  color: rgba(0, 0, 0, .38)
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before,
.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after {
  background-color: #fff
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before {
  opacity: .08
}


.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .24
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .24
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc {
  border-radius: 4px
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec {
  border-radius: 2px
}

.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after {
  border-radius: 4px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc {
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  letter-spacing: .0892857143em;
  font-weight: 500;
  text-transform: uppercase;
  height: 36px;
  border-radius: 4px;
  padding: 0 15px 0 15px;
  border-width: 1px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled) {
  color: #6200ee
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled {
  color: rgba(0, 0, 0, .38)
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before,
.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after {
  background-color: #6200ee
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before {
  opacity: .04
}


.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .12
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .12
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc {
  border-radius: 4px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec {
  border-radius: 2px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after {
  border-radius: 4px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled) {
  border-color: rgba(0, 0, 0, .12)
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled {
  border-color: rgba(0, 0, 0, .12)
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg {
  padding: 0 11px 0 15px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc {
  padding: 0 15px 0 11px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc {
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-width: 1px
}

.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb {
  left: -1px;
  width: calc(100% + 2px)
}

.nCP5yc {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: .875rem;
  letter-spacing: .0107142857em;
  font-weight: 500;
  text-transform: none;
  transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
  box-shadow: none
}

.nCP5yc .VfPpkd-Jh9lGc {
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 0
}

.nCP5yc:not(:disabled) {
  background-color: rgb(26, 115, 232);
  background-color: var(--gm-fillbutton-container-color, rgb(26, 115, 232))
}

.nCP5yc:not(:disabled) {
  color: #fff;
  color: var(--gm-fillbutton-ink-color, #fff)
}

.nCP5yc:disabled {
  background-color: rgba(60, 64, 67, .12);
  background-color: var(--gm-fillbutton-disabled-container-color, rgba(60, 64, 67, .12))
}

.nCP5yc:disabled {
  color: rgba(60, 64, 67, .38);
  color: var(--gm-fillbutton-disabled-ink-color, rgba(60, 64, 67, .38))
}

.nCP5yc .VfPpkd-Jh9lGc::before,
.nCP5yc .VfPpkd-Jh9lGc::after {
  background-color: rgb(32, 33, 36);
  background-color: var(--gm-fillbutton-state-color, rgb(32, 33, 36))
}

.nCP5yc:hover .VfPpkd-Jh9lGc::before {
  opacity: .16;
  opacity: var(--mdc-ripple-hover-opacity, .16)
}


.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .24;
  opacity: var(--mdc-ripple-focus-opacity, .24)
}

.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .2;
  opacity: var(--mdc-ripple-press-opacity, .2)
}

.nCP5yc .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.nCP5yc:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 var(--gm-fillbutton-keyshadow-color, rgba(60, 64, 67, .3)), 0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color, rgba(60, 64, 67, .15))
}

.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.nCP5yc:active {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 var(--gm-fillbutton-keyshadow-color, rgba(60, 64, 67, .3)), 0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color, rgba(60, 64, 67, .15))
}

.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.nCP5yc:disabled {
  box-shadow: none
}

.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before {
  opacity: 0;
  opacity: var(--mdc-ripple-hover-opacity, 0)
}


.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-focus-opacity, 0)
}

.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-press-opacity, 0)
}

.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.Rj2Mlf {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: .875rem;
  letter-spacing: .0107142857em;
  font-weight: 500;
  text-transform: none;
  transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
  box-shadow: none
}

.Rj2Mlf .VfPpkd-Jh9lGc {
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 0
}

.Rj2Mlf:not(:disabled) {
  color: rgb(26, 115, 232);
  color: var(--gm-hairlinebutton-ink-color, rgb(26, 115, 232))
}

.Rj2Mlf:not(:disabled) {
  border-color: rgb(218, 220, 224);
  border-color: var(--gm-hairlinebutton-outline-color, rgb(218, 220, 224))
}

.Rj2Mlf:not(:disabled):hover {
  border-color: rgb(218, 220, 224);
  border-color: var(--gm-hairlinebutton-outline-color, rgb(218, 220, 224))
}


.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
  border-color: rgb(23, 78, 166);
  border-color: var(--gm-hairlinebutton-outline-color--stateful, rgb(23, 78, 166))
}

.Rj2Mlf:not(:disabled):active,
.Rj2Mlf:not(:disabled):focus:active {
  border-color: rgb(218, 220, 224);
  border-color: var(--gm-hairlinebutton-outline-color, rgb(218, 220, 224))
}

.Rj2Mlf:disabled {
  color: rgba(60, 64, 67, .38);
  color: var(--gm-hairlinebutton-disabled-ink-color, rgba(60, 64, 67, .38))
}

.Rj2Mlf:disabled {
  border-color: rgba(60, 64, 67, .12);
  border-color: var(--gm-hairlinebutton-disabled-outline-color, rgba(60, 64, 67, .12))
}

.Rj2Mlf:hover:not(:disabled),
.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),
.Rj2Mlf:active:not(:disabled) {
  color: rgb(23, 78, 166);
  color: var(--gm-hairlinebutton-ink-color--stateful, rgb(23, 78, 166))
}

.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.Rj2Mlf .VfPpkd-Jh9lGc::before,
.Rj2Mlf .VfPpkd-Jh9lGc::after {
  background-color: rgb(26, 115, 232);
  background-color: var(--gm-hairlinebutton-state-color, rgb(26, 115, 232))
}

.Rj2Mlf:hover .VfPpkd-Jh9lGc::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before {
  opacity: 0;
  opacity: var(--mdc-ripple-hover-opacity, 0)
}


.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-focus-opacity, 0)
}

.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-press-opacity, 0)
}

.ksBjEc {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: .875rem;
  letter-spacing: .0107142857em;
  font-weight: 500;
  text-transform: none
}

.ksBjEc .VfPpkd-Jh9lGc {
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 0
}

.ksBjEc:not(:disabled) {
  background-color: transparent
}

.ksBjEc:not(:disabled) {
  color: rgb(26, 115, 232);
  color: var(--gm-colortextbutton-ink-color, rgb(26, 115, 232))
}

.ksBjEc:disabled {
  color: rgba(60, 64, 67, .38);
  color: var(--gm-colortextbutton-disabled-ink-color, rgba(60, 64, 67, .38))
}

.ksBjEc:hover:not(:disabled),
.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),
.ksBjEc:active:not(:disabled) {
  color: rgb(23, 78, 166);
  color: var(--gm-colortextbutton-ink-color--stateful, rgb(23, 78, 166))
}

.ksBjEc .VfPpkd-Jh9lGc::before,
.ksBjEc .VfPpkd-Jh9lGc::after {
  background-color: rgb(26, 115, 232);
  background-color: var(--gm-colortextbutton-state-color, rgb(26, 115, 232))
}

.ksBjEc:hover .VfPpkd-Jh9lGc::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.ksBjEc:disabled:hover .VfPpkd-Jh9lGc::before {
  opacity: 0;
  opacity: var(--mdc-ripple-hover-opacity, 0)
}


.ksBjEc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-focus-opacity, 0)
}

.ksBjEc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.ksBjEc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-press-opacity, 0)
}

.LjDxcd {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: .875rem;
  letter-spacing: .0107142857em;
  font-weight: 500;
  text-transform: none
}

.LjDxcd .VfPpkd-Jh9lGc {
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 0
}

.LjDxcd:not(:disabled) {
  color: rgb(95, 99, 104);
  color: var(--gm-neutraltextbutton-ink-color, rgb(95, 99, 104))
}

.LjDxcd:disabled {
  color: rgba(60, 64, 67, .38);
  color: var(--gm-neutraltextbutton-disabled-ink-color, rgba(60, 64, 67, .38))
}

.LjDxcd:hover:not(:disabled),
.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),
.LjDxcd:active:not(:disabled) {
  color: rgb(32, 33, 36);
  color: var(--gm-neutraltextbutton-ink-color--stateful, rgb(32, 33, 36))
}

.LjDxcd .VfPpkd-Jh9lGc::before,
.LjDxcd .VfPpkd-Jh9lGc::after {
  background-color: rgb(95, 99, 104);
  background-color: var(--gm-neutraltextbutton-state-color, rgb(95, 99, 104))
}

.LjDxcd:hover .VfPpkd-Jh9lGc::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.LjDxcd:disabled:hover .VfPpkd-Jh9lGc::before {
  opacity: 0;
  opacity: var(--mdc-ripple-hover-opacity, 0)
}


.LjDxcd:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-focus-opacity, 0)
}

.LjDxcd:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after {
  transition: opacity .15s linear
}

.LjDxcd:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-ripple-press-opacity, 0)
}

.DuMIQc {
  padding: 0 24px 0 24px
}

.P62QJc {
  padding: 0 23px 0 23px;
  border-width: 1px
}

.P62QJc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg {
  padding: 0 11px 0 23px
}

.P62QJc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc {
  padding: 0 23px 0 11px
}

.P62QJc .VfPpkd-Jh9lGc {
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-width: 1px
}

.P62QJc .VfPpkd-RLmnJb {
  left: -1px;
  width: calc(100% + 2px)
}

.yHy1rc {
  z-index: 0
}

.yHy1rc .VfPpkd-Bz112c-Jh9lGc::before,
.yHy1rc .VfPpkd-Bz112c-Jh9lGc::after {
  z-index: -1
}

.yHy1rc:disabled {
  color: rgba(60, 64, 67, .38);
  color: var(--gm-iconbutton-disabled-ink-color, rgba(60, 64, 67, .38))
}

.WpHeLc {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  outline: none
}

.PDpWxe {
  will-change: unset
}

.LQeN7 .VfPpkd-J1Ukfc-LhBDec {
  pointer-events: none;
  border: 2px solid rgb(24, 90, 188);
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {
  .LQeN7 .VfPpkd-J1Ukfc-LhBDec {
    border-color: CanvasText
  }
}

.LQeN7 .VfPpkd-J1Ukfc-LhBDec::after {
  content: "";
  border: 2px solid rgb(232, 240, 254);
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {
  .LQeN7 .VfPpkd-J1Ukfc-LhBDec::after {
    border-color: CanvasText
  }
}

.mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec {
  pointer-events: none;
  border: 2px solid rgb(24, 90, 188);
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%
}

@media screen and (forced-colors:active) {
  .mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec {
    border-color: CanvasText
  }
}

.mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec::after {
  content: "";
  border: 2px solid rgb(232, 240, 254);
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {
  .mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec::after {
    border-color: CanvasText
  }
}

@keyframes mdc-circular-progress-container-rotate {
  to {
    transform: rotate(1turn)
  }
}

@keyframes mdc-circular-progress-spinner-layer-rotate {
  12.5% {
    transform: rotate(135deg)
  }

  25% {
    transform: rotate(270deg)
  }

  37.5% {
    transform: rotate(405deg)
  }

  50% {
    transform: rotate(540deg)
  }

  62.5% {
    transform: rotate(675deg)
  }

  75% {
    transform: rotate(810deg)
  }

  87.5% {
    transform: rotate(945deg)
  }

  100% {
    transform: rotate(3turn)
  }
}

@keyframes mdc-circular-progress-color-1-fade-in-out {
  from {
    opacity: .99
  }

  25% {
    opacity: .99
  }

  26% {
    opacity: 0
  }

  89% {
    opacity: 0
  }

  90% {
    opacity: .99
  }

  to {
    opacity: .99
  }
}

@keyframes mdc-circular-progress-color-2-fade-in-out {
  from {
    opacity: 0
  }

  15% {
    opacity: 0
  }

  25% {
    opacity: .99
  }

  50% {
    opacity: .99
  }

  51% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@keyframes mdc-circular-progress-color-3-fade-in-out {
  from {
    opacity: 0
  }

  40% {
    opacity: 0
  }

  50% {
    opacity: .99
  }

  75% {
    opacity: .99
  }

  76% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@keyframes mdc-circular-progress-color-4-fade-in-out {
  from {
    opacity: 0
  }

  65% {
    opacity: 0
  }

  75% {
    opacity: .99
  }

  90% {
    opacity: .99
  }

  to {
    opacity: 0
  }
}

@keyframes mdc-circular-progress-left-spin {
  from {
    transform: rotate(265deg)
  }

  50% {
    transform: rotate(130deg)
  }

  to {
    transform: rotate(265deg)
  }
}

@keyframes mdc-circular-progress-right-spin {
  from {
    transform: rotate(-265deg)
  }

  50% {
    transform: rotate(-130deg)
  }

  to {
    transform: rotate(-265deg)
  }
}

.VfPpkd-BFbNVe-bF1uUb {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  opacity: var(--mdc-elevation-overlay-opacity, 0);
  transition: opacity .28s cubic-bezier(.4, 0, .2, 1);
  background-color: #fff;
  background-color: var(--mdc-elevation-overlay-color, #fff)
}

.NZp2ef {
  background-color: #e8eaed
}

@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786 {
  0% {
    border-color: rgba(0, 0, 0, .54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, .54));
    background-color: transparent
  }

  50% {
    border-color: #018786;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
    background-color: #018786;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786))
  }
}

@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786 {

  0%,
  80% {
    border-color: #018786;
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
    background-color: #018786;
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786))
  }

  100% {
    border-color: rgba(0, 0, 0, .54);
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, .54));
    background-color: transparent
  }
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {

  0%,
  50% {
    stroke-dashoffset: 29.7833385
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }

  100% {
    stroke-dashoffset: 0
  }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {

  0%,
  68.2% {
    transform: scaleX(0)
  }

  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }

  100% {
    transform: scaleX(1)
  }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0
  }

  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385
  }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: rotate(0deg);
    opacity: 1
  }

  to {
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    transform: rotate(1turn);
    opacity: 1
  }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    transform: rotate(0deg);
    opacity: 1
  }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    animation-timing-function: cubic-bezier(.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1
  }

  to {
    transform: rotate(315deg);
    opacity: 0
  }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1
  }

  32.8%,
  100% {
    transform: scaleX(0);
    opacity: 0
  }
}

@keyframes mdc-checkbox-fade-in-background-FF5F6368FF1A73E800000000FF1A73E8 {
  0% {
    border-color: #5f6368;
    border-color: var(--mdc-checkbox-unselected-icon-color, #5f6368);
    background-color: transparent
  }

  50% {
    border-color: #1a73e8;
    border-color: var(--mdc-checkbox-selected-icon-color, #1a73e8);
    background-color: #1a73e8;
    background-color: var(--mdc-checkbox-selected-icon-color, #1a73e8)
  }
}

@keyframes mdc-checkbox-fade-out-background-FF5F6368FF1A73E800000000FF1A73E8 {

  0%,
  80% {
    border-color: #1a73e8;
    border-color: var(--mdc-checkbox-selected-icon-color, #1a73e8);
    background-color: #1a73e8;
    background-color: var(--mdc-checkbox-selected-icon-color, #1a73e8)
  }

  100% {
    border-color: #5f6368;
    border-color: var(--mdc-checkbox-unselected-icon-color, #5f6368);
    background-color: transparent
  }
}

@keyframes mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6 {
  0% {
    border-color: #202124;
    border-color: var(--mdc-checkbox-unselected-pressed-icon-color, #202124);
    background-color: transparent
  }

  50% {
    border-color: #174ea6;
    border-color: var(--mdc-checkbox-selected-pressed-icon-color, #174ea6);
    background-color: #174ea6;
    background-color: var(--mdc-checkbox-selected-pressed-icon-color, #174ea6)
  }
}

@keyframes mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6 {

  0%,
  80% {
    border-color: #174ea6;
    border-color: var(--mdc-checkbox-selected-pressed-icon-color, #174ea6);
    background-color: #174ea6;
    background-color: var(--mdc-checkbox-selected-pressed-icon-color, #174ea6)
  }

  100% {
    border-color: #202124;
    border-color: var(--mdc-checkbox-unselected-pressed-icon-color, #202124);
    background-color: transparent
  }
}

.VfPpkd-StrnGf-rymPhb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: .009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
  text-decoration: inherit;
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, .87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.VfPpkd-StrnGf-rymPhb:focus {
  outline: none
}

.VfPpkd-StrnGf-rymPhb-f7MjDc {
  background-color: transparent
}

.VfPpkd-StrnGf-rymPhb-f7MjDc {
  color: rgba(0, 0, 0, .38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))
}

.VfPpkd-StrnGf-rymPhb-ibnC6b {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px
}

.VfPpkd-StrnGf-rymPhb-ibnC6b:focus {
  outline: none
}

.VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd):focus::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none
}

@media screen and (forced-colors:active) {

  .VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd):focus::before {
    border-color: CanvasText
  }
}

.VfPpkd-StrnGf-rymPhb-f7MjDc {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  object-fit: cover;
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px
}

.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc {
  display: inline-flex
}

.VfPpkd-StrnGf-rymPhb-b9t22c {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.VfPpkd-StrnGf-rymPhb-b9t22c[for] {
  pointer-events: none
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b {
  cursor: pointer
}

a.VfPpkd-StrnGf-rymPhb-ibnC6b {
  color: inherit;
  text-decoration: none
}

.VfPpkd-StrnGf-rymPhb-clz4Ic {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.VfPpkd-StrnGf-rymPhb-clz4Ic {
  border-bottom-color: rgba(0, 0, 0, .12)
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before,
:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1)
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0)
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before,
:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before,
:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000)
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after {
  transition: opacity .15s linear
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}


.DMZ54e {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: .00625em;
  font-weight: 400;
  color: #000;
  color: var(--mdc-theme-on-surface, #000)
}

.VfPpkd-xl07Ob-XxIAqe {
  display: none;
  position: absolute;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transform: scale(1);
  transform-origin: top left;
  opacity: 0;
  overflow: auto;
  will-change: transform, opacity;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  transform-origin-left: top left;
  transform-origin-right: top right
}

.VfPpkd-xl07Ob-XxIAqe:focus {
  outline: none
}

.VfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd {
  position: relative;
  overflow: visible
}

.VfPpkd-xl07Ob-XxIAqe {
  max-width: calc(100vw - 32px);
  max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
  z-index: 8;
  transition: opacity .03s linear, transform .12s cubic-bezier(0, 0, .2, 1), height .25s cubic-bezier(0, 0, .2, 1);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  color: #000;
  color: var(--mdc-theme-on-surface, #000);
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px)
}

.VfPpkd-xl07Ob {
  min-width: 112px;
  min-width: var(--mdc-menu-min-width, 112px)
}


.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-f7MjDc {
  color: rgba(0, 0, 0, .87)
}

.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb {
  color: rgba(0, 0, 0, .87)
}

.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb {
  position: relative
}

.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb .VfPpkd-BFbNVe-bF1uUb {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none
}

@media screen and (forced-colors:active) {

  .VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb::before {
    border-color: CanvasText
  }
}

.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-clz4Ic {
  margin: 8px 0
}

.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-ibnC6b {
  user-select: none
}

.VfPpkd-xl07Ob a.VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-b9t22c,
.VfPpkd-xl07Ob a.VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-f7MjDc {
  pointer-events: none
}

.q6oraf {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.q6oraf .VfPpkd-StrnGf-rymPhb {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: .00625em;
  font-weight: 400;
  color: #000;
  color: var(--mdc-theme-on-surface, #000)
}

.VfPpkd-BFbNVe-bF1uUb {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.kFwPee {
  height: 100%
}

.SSPGKf {
  display: block;
  overflow-y: hidden;
  z-index: 1
}

.VUoKZ {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1001
}

.TRHLAc {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #68e;
  transform: scaleX(0)
}

.TRHLAc {
  transform-origin: 0 0
}

.ghyPEc .VUoKZ {
  position: fixed
}

@keyframes boqChromeapiPageProgressAnimation {
  0% {
    transform: scaleX(0)
  }

  50% {
    transform: scaleX(5)
  }

  100% {
    transform: scaleX(5) translateX(100%)
  }
}

.IqBfM {
  bottom: auto;
  height: 100%;
  right: auto;
  width: auto
}

@keyframes primary-indeterminate-translate {
  0% {
    transform: translateX(-145.166611%)
  }

  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(-145.166611%)
  }

  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-61.495191%)
  }

  to {
    transform: translateX(55.444446%)
  }
}

@keyframes primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(145.166611%)
  }

  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(145.166611%)
  }

  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(61.495191%)
  }

  to {
    transform: translateX(-55.4444461%)
  }
}

@keyframes primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08)
  }

  36.65% {
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08)
  }

  69.15% {
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479)
  }

  to {
    transform: scaleX(0.08)
  }
}

@keyframes auxiliary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(-54.888891%)
  }

  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-17.236978%)
  }

  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(29.497274%)
  }

  to {
    transform: translateX(105.388891%)
  }
}

@keyframes auxiliary-indeterminate-translate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(54.888891%)
  }

  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(17.236978%)
  }

  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-29.497274%)
  }

  to {
    transform: translateX(-105.388891%)
  }
}

@keyframes auxiliary-indeterminate-scale {
  0% {
    animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
    transform: scaleX(0.08)
  }

  19.15% {
    animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
    transform: scaleX(0.457104)
  }

  44.15% {
    animation-timing-function: cubic-bezier(0.257759, 0.003163, 0.211762, 1.38179);
    transform: scaleX(0.72796)
  }

  to {
    transform: scaleX(0.08)
  }
}

@keyframes buffering {
  to {
    transform: translateX(-10px)
  }
}

@keyframes buffering-reverse {
  to {
    transform: translateX(10px)
  }
}

@keyframes indeterminate-translate-ie {
  0% {
    transform: translateX(-100%)
  }

  to {
    transform: translateX(100%)
  }
}

@keyframes indeterminate-translate-reverse-ie {
  0% {
    transform: translateX(100%)
  }

  to {
    transform: translateX(-100%)
  }
}

img,
html,
body,
div,
h1,
h2,
p,
ul,
li,
tr,
form {
  border: 0;
  margin: 0;
  padding: 0
}


input,
select,
option {
  font-family: inherit;
  font-size: inherit
}

button {
  box-sizing: initial;
  -webkit-font-smoothing: inherit;
  align-items: initial;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit
}

h1,
h2 {
  font: inherit
}

ul {
  list-style-type: none
}

html {
  height: 100%;
  position: relative;
  z-index: -1
}

body {
  background-color: #eee;
  color: #333;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  z-index: -1
}

a {
  text-decoration: none
}

a,
a:visited {
  color: #333
}

a:hover {
  cursor: pointer
}

img {
  vertical-align: middle
}

.VfPpkd-WsjYwc {
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #fff);
  position: relative;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.VfPpkd-WsjYwc .VfPpkd-BFbNVe-bF1uUb {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.VfPpkd-WsjYwc::after {
  border-radius: 4px;
  border-radius: var(--mdc-shape-medium, 4px)
}

.VfPpkd-WsjYwc-OWXEXe-INsAgc {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0
}

.VfPpkd-WsjYwc {
  display: flex;
  flex-direction: column;
  box-sizing: border-box
}

.VfPpkd-WsjYwc::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none
}

@media screen and (forced-colors:active) {
  .VfPpkd-WsjYwc::after {
    border-color: CanvasText
  }
}

.VfPpkd-WsjYwc-OWXEXe-INsAgc::after {
  border: none
}

.VfPpkd-EScbFb-JIbuQc {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden
}

.VfPpkd-EScbFb-JIbuQc:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.VfPpkd-EScbFb-JIbuQc:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit
}

.VfPpkd-EScbFb-JIbuQc {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity
}

.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::before,
.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""
}

.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1)
}

.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0)
}

.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::before,
.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::after {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%
}

.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::before,
.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab::after {
  background-color: #000;
  background-color: var(--mdc-ripple-color, #000)
}

.VfPpkd-EScbFb-JIbuQc:hover .VfPpkd-FJ5hab::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.VfPpkd-EScbFb-JIbuQc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-FJ5hab::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.VfPpkd-EScbFb-JIbuQc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-FJ5hab::after {
  transition: opacity .15s linear
}

.VfPpkd-EScbFb-JIbuQc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-FJ5hab::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.VfPpkd-EScbFb-JIbuQc .VfPpkd-FJ5hab {
  box-sizing: content-box;
  height: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}


.VfPpkd-EScbFb-JIbuQc:not(.VfPpkd-ksKsZd-mWPk3d):focus::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none
}

@media screen and (forced-colors:active) {


  .VfPpkd-EScbFb-JIbuQc:not(.VfPpkd-ksKsZd-mWPk3d):focus::after {
    border-color: CanvasText
  }
}

.KC1dQ {
  border-radius: 8px;
  background-color: #fff;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.KC1dQ .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.Usd1Ac {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgb(218, 220, 224);
  box-shadow: none
}

.Usd1Ac .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.Si6A0c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none
}

.VfPpkd-BIzmGd {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  fill: currentColor;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: visible;
  transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform .27s 0ms cubic-bezier(0, 0, .2, 1)
}

.VfPpkd-BIzmGd .VfPpkd-BFbNVe-bF1uUb {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.VfPpkd-BIzmGd::-moz-focus-inner {
  padding: 0;
  border: 0
}

.VfPpkd-BIzmGd:hover {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}


.VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d):focus {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.VfPpkd-BIzmGd .VfPpkd-kLizxb-LhBDec {
  position: absolute
}


.VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kLizxb-LhBDec {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {


  .VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kLizxb-LhBDec {
    border-color: CanvasText
  }
}


.VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kLizxb-LhBDec::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {


  .VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kLizxb-LhBDec::after {
    border-color: CanvasText
  }
}

.VfPpkd-BIzmGd:active,
.VfPpkd-BIzmGd:focus:active {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.VfPpkd-BIzmGd:active,
.VfPpkd-BIzmGd:focus {
  outline: none
}

.VfPpkd-BIzmGd:hover {
  cursor: pointer
}

.VfPpkd-BIzmGd>svg {
  width: 100%
}

.VfPpkd-BIzmGd::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none
}

@media screen and (forced-colors:active) {
  .VfPpkd-BIzmGd::before {
    border-color: CanvasText
  }
}

.VfPpkd-Q0XOV {
  transition: transform .18s 90ms cubic-bezier(0, 0, .2, 1);
  fill: currentColor;
  will-change: transform
}

.VfPpkd-BIzmGd .VfPpkd-Q0XOV {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.VfPpkd-BIzmGd {
  background-color: #018786;
  background-color: var(--mdc-theme-secondary, #018786);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.VfPpkd-BIzmGd .VfPpkd-Q0XOV {
  width: 24px;
  height: 24px;
  font-size: 24px
}

.VfPpkd-BIzmGd,
.VfPpkd-BIzmGd:not(:disabled) .VfPpkd-Q0XOV,
.VfPpkd-BIzmGd:disabled .VfPpkd-Q0XOV {
  color: #fff;
  color: var(--mdc-theme-on-secondary, #fff)
}

.VfPpkd-BIzmGd:not(.VfPpkd-BIzmGd-OWXEXe-X9G3K) {
  border-radius: 50%
}

.VfPpkd-BIzmGd:not(.VfPpkd-BIzmGd-OWXEXe-X9G3K) .VfPpkd-wbSZ0b {
  border-radius: 50%
}

.VfPpkd-BIzmGd {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity
}

.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::before,
.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""
}

.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1)
}

.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0)
}

.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::before,
.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::after {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%
}

.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::before,
.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::after {
  background-color: #fff;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff))
}

.VfPpkd-BIzmGd:hover .VfPpkd-wbSZ0b::before {
  opacity: .08;
  opacity: var(--mdc-ripple-hover-opacity, .08)
}


.VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-wbSZ0b::before {
  transition-duration: 75ms;
  opacity: .24;
  opacity: var(--mdc-ripple-focus-opacity, .24)
}

.VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-wbSZ0b::after {
  transition: opacity .15s linear
}

.VfPpkd-BIzmGd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-wbSZ0b::after {
  transition-duration: 75ms;
  opacity: .24;
  opacity: var(--mdc-ripple-press-opacity, .24)
}

.VfPpkd-BIzmGd .VfPpkd-wbSZ0b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.VfPpkd-BIzmGd {
  z-index: 0
}

.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::before,
.VfPpkd-BIzmGd .VfPpkd-wbSZ0b::after {
  z-index: -1;
  z-index: var(--mdc-ripple-z-index, -1)
}

.SaBhMc {
  background-color: #fff;
  height: 56px;
  width: 56px;
  padding-top: 2px;
  padding-top: max(0px, 2px);
  padding-right: 2px;
  padding-right: max(0px, 2px);
  padding-bottom: 2px;
  padding-bottom: max(0px, 2px);
  padding-left: 2px;
  padding-left: max(0px, 2px)
}

.SaBhMc:not(:disabled) {
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15)
}

.SaBhMc:not(:disabled) .VfPpkd-BFbNVe-bF1uUb {
  opacity: .11;
  background-color: transparent
}

.SaBhMc:not(:disabled):hover {
  box-shadow: 0 2px 3px 0 rgba(60, 64, 67, .3), 0 6px 10px 4px rgba(60, 64, 67, .15)
}

.SaBhMc:not(:disabled):hover .VfPpkd-BFbNVe-bF1uUb {
  opacity: .12;
  background-color: transparent
}

.SaBhMc:not(:disabled):focus {
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15)
}

.SaBhMc:not(:disabled):focus .VfPpkd-BFbNVe-bF1uUb {
  opacity: .11;
  background-color: transparent
}

.SaBhMc:not(:disabled):active {
  box-shadow: 0 4px 4px 0 rgba(60, 64, 67, .3), 0 8px 12px 6px rgba(60, 64, 67, .15)
}

.SaBhMc:not(:disabled):active .VfPpkd-BFbNVe-bF1uUb {
  opacity: .14;
  background-color: transparent
}

.SaBhMc:disabled {
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15)
}

.SaBhMc:disabled .VfPpkd-BFbNVe-bF1uUb {
  opacity: .11;
  background-color: transparent
}

.SaBhMc .VfPpkd-Q0XOV {
  width: 36px;
  height: 36px;
  font-size: 36px
}

.SaBhMc:not(:disabled) .VfPpkd-Q0XOV {
  color: #3c4043
}

.SaBhMc:not(:disabled):hover .VfPpkd-Q0XOV {
  color: #174ea6
}

.SaBhMc:not(:disabled):focus .VfPpkd-Q0XOV {
  color: #174ea6
}

.SaBhMc .VfPpkd-wbSZ0b::before,
.SaBhMc .VfPpkd-wbSZ0b::after {
  background-color: #1a73e8
}

.SaBhMc:hover .VfPpkd-wbSZ0b::before {
  opacity: .04
}


.SaBhMc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-wbSZ0b::before {
  transition-duration: 75ms;
  opacity: .12
}

.SaBhMc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-wbSZ0b::after {
  transition: opacity 150ms linear
}

.SaBhMc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-wbSZ0b::after {
  transition-duration: 75ms;
  opacity: .1
}


.SaBhMc:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
  border-color: #4285f4;
  border-style: solid;
  border-width: 2px;
  padding-top: 2px;
  padding-top: max(calc(0px - 2px), calc(calc(0px - 2px)*-1));
  padding-right: 2px;
  padding-right: max(calc(0px - 2px), calc(calc(0px - 2px)*-1));
  padding-bottom: 2px;
  padding-bottom: max(calc(0px - 2px), calc(calc(0px - 2px)*-1));
  padding-left: 2px;
  padding-left: max(calc(0px - 2px), calc(calc(0px - 2px)*-1))
}

.SaBhMc:not(.VfPpkd-BIzmGd-OWXEXe-X9G3K) {
  border-radius: 28px 28px 28px 28px
}

.SaBhMc:not(.VfPpkd-BIzmGd-OWXEXe-X9G3K) .VfPpkd-wbSZ0b {
  border-radius: 28px 28px 28px 28px
}

@media screen and (forced-colors:active),
(-ms-high-contrast:active) {
  .SaBhMc {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }


  .SaBhMc:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    border-style: solid;
    border-width: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }
}

.zI3eKe:not(:disabled) {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.zI3eKe:not(:disabled) .VfPpkd-BFbNVe-bF1uUb {
  opacity: .05;
  background-color: transparent
}

.zI3eKe:not(:disabled):hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15)
}

.zI3eKe:not(:disabled):hover .VfPpkd-BFbNVe-bF1uUb {
  opacity: .08;
  background-color: transparent
}

.zI3eKe:not(:disabled):focus {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15)
}

.zI3eKe:not(:disabled):focus .VfPpkd-BFbNVe-bF1uUb {
  opacity: .08;
  background-color: transparent
}

.zI3eKe:not(:disabled):active {
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15)
}

.zI3eKe:not(:disabled):active .VfPpkd-BFbNVe-bF1uUb {
  opacity: .11;
  background-color: transparent
}

.zI3eKe:disabled {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.zI3eKe:disabled .VfPpkd-BFbNVe-bF1uUb {
  opacity: .05;
  background-color: transparent
}

a,
b {
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

body {
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  vertical-align: baseline
}


center,
div,
em,
footer,
form,
h1,
h2,
header {
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

html {
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

i,
img,
label,
li,
menu,
nav {
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}


p,
pre,
q,
s,
section,
span,
tr,
ul,
var {
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

html {
  -webkit-font-smoothing: antialiased;
  font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  height: 100%;
  position: static;
  z-index: 0
}

body {
  background-color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 100%;
  line-height: 1;
  margin: 0;
  position: static;
  z-index: 0
}

button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  min-height: 40px;
  min-width: 40px;
  text-transform: none
}

* {
  box-sizing: border-box
}

body ::-webkit-scrollbar {
  height: 0;
  width: 0
}

::-webkit-scrollbar-thumb {
  background: none
}

::-webkit-scrollbar-track {
  background-color: inherit
}

a:visited {
  color: initial
}


footer,
header,
menu,
nav,
section {
  display: block
}

ul {
  list-style: none
}


q {
  quotes: none
}

q:before,
q:after {
  content: none
}

input {
  background: none;
  border: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal
}

@keyframes quantumWizBoxInkSpread {
  0% {
    transform: translate(-50%, -50%) scale(0.2)
  }

  to {
    transform: translate(-50%, -50%) scale(2.2)
  }
}

@keyframes quantumWizIconFocusPulse {
  0% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0
  }

  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1
  }
}

@keyframes quantumWizRadialInkSpread {
  0% {
    transform: scale(1.5);
    opacity: 0
  }

  to {
    transform: scale(2.5);
    opacity: 1
  }
}

@keyframes quantumWizRadialInkFocusPulse {
  0% {
    transform: scale(2);
    opacity: 0
  }

  to {
    transform: scale(2.5);
    opacity: 1
  }
}

.bewvKb {
  position: relative
}

.aoJE7e {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory
}

.aoJE7e::-webkit-scrollbar {
  display: none
}

.ULeU3b {
  flex-shrink: 0;
  scroll-snap-align: start
}

.hWUu9 {
  display: none;
  position: absolute;
  top: calc(50% - 28px)
}

.bewvKb:hover>.hWUu9,
.bewvKb:active>.hWUu9,
.bewvKb:focus-within>.hWUu9,
.COriJb {
  display: block
}

.n1lOjd {
  right: -28px
}

.B1yxdb {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104)
}

.B1yxdb:not(:disabled) {
  color: rgb(95, 99, 104)
}

.DpB3re .VfPpkd-wbSZ0b::before,
.DpB3re .VfPpkd-wbSZ0b::after {
  background-color: rgb(60, 64, 67)
}

@media (any-pointer:none) {
  .hWUu9 {
    display: none
  }
}

@media (any-pointer:coarse) {

  .bewvKb:hover>.hWUu9,
  .bewvKb:active>.hWUu9,
  .bewvKb:focus-within>.hWUu9,
  .COriJb {
    display: none
  }
}

@media screen and (any-pointer:coarse) and (min-width:1280px) {

  .bewvKb:hover>.hWUu9,
  .bewvKb:active>.hWUu9,
  .bewvKb:focus-within>.hWUu9,
  .COriJb {
    display: block
  }
}

.T75of {
  background-size: contain
}

.MjT6xe {
  padding: 0 16px 0 16px;
  border-radius: 8px
}

.MjT6xe .VfPpkd-Jh9lGc {
  border-radius: 8px
}

.MjT6xe .VfPpkd-J1Ukfc-LhBDec {
  border-radius: 6px
}

.MjT6xe .VfPpkd-J1Ukfc-LhBDec::after {
  border-radius: 8px
}

.brKGGd {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  height: 36px;
  margin: 6px 0;
  min-height: 36px;
  min-width: 160px;
  padding: 8px 16px
}

.sOCCfd:not(:disabled) {
  color: #fff
}

.sOCCfd:disabled {
  color: rgb(154, 160, 166)
}

.sOCCfd:not(:disabled) .VfPpkd-kBDsod {
  color: #fff
}

.sOCCfd:disabled .VfPpkd-kBDsod {
  color: rgb(154, 160, 166)
}

.u4ICaf .BhQfub:not(:disabled) {
  background-color: #01875f
}

.u4ICaf .BhQfub:not(:disabled):hover {
  background-color: #056449
}


.u4ICaf .BhQfub:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
  background-color: #056449
}

.u4ICaf .BhQfub:not(:disabled):not(:disabled):active {
  background-color: #056449
}

.u4ICaf .aLey0c:not(:disabled) {
  color: #01875f
}

.u4ICaf .aLey0c:not(:disabled):hover {
  color: #056449
}


.u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
  color: #056449
}

.u4ICaf .aLey0c:not(:disabled):not(:disabled):active {
  color: #056449
}

.u4ICaf .aLey0c:not(:disabled) .VfPpkd-kBDsod {
  color: #01875f
}

.u4ICaf .aLey0c:not(:disabled):hover .VfPpkd-kBDsod {
  color: #056449
}


.u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kBDsod {
  color: #056449
}

.u4ICaf .aLey0c:not(:disabled):not(:disabled):active .VfPpkd-kBDsod {
  color: #056449
}


.u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
  border-color: #056449
}

@media screen and (min-width:1280px) {
  .brKGGd {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
    height: 44px;
    margin: 2px 0;
    min-height: 44px;
    min-width: 200px;
    padding: 10px 16px
  }
}

c-wiz {
  contain: style
}

c-wiz>c-data {
  display: none
}

.OahvPe .y0nrBe,
.egcKT .y0nrBe {
  height: 24px;
  width: 24px
}

.f70z8e {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f
}

.f70z8e:not(:disabled) {
  color: #01875f
}

.egcKT {
  display: none
}

@media screen and (min-width:600px) {
  .OahvPe {
    display: none
  }

  .egcKT {
    display: inherit
  }
}

@media screen and (min-width:1280px) {
  .OahvPe {
    display: inherit
  }

  .egcKT {
    display: none
  }
}


.I26one,
.iXRFPc {
  display: inline-block
}


.deXnLd,
.F7XJmb {
  display: inline-block;
  text-align: left
}

.deXnLd {
  height: 16px;
  width: 16px
}

.F7XJmb {
  height: 12px;
  width: 12px
}

.SSPGKf {
  position: relative;
  min-height: 100%
}

.T4LgNb {
  min-height: 100%;
  height: auto;
  position: relative
}

@keyframes openNav {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(260px, 0, 0)
  }
}

@keyframes closeNav {
  0% {
    transform: translate3d(260px, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

.ydGPV {
  border-radius: 8px;
  margin-top: 8px
}

.PeWVCc {
  width: 48px;
  height: 48px;
  padding: 8px;
  font-size: 32px
}

.PeWVCc svg,
.PeWVCc img {
  width: 32px;
  height: 32px
}

.WrEZCd {
  border-radius: 100%;
  height: 32px;
  width: 32px
}

.Ll1HQd:nth-child(n) {
  color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  font-weight: 400
}

.Ll1HQd:nth-child(n) .VfPpkd-StrnGf-rymPhb-f7MjDc {
  color: rgb(95, 99, 104)
}

.jDawJf {
  margin-left: 18px
}

.JyVPdd {
  margin: 5px 0 0 18px
}

.YQy4vd {
  align-items: center;
  display: flex;
  margin: 8px 16px
}

.ItxEje {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500
}

.JauZY {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400
}

.BYi1pe {
  border: 1px solid rgb(218, 220, 224);
  border-radius: 100px;
  height: 36px;
  margin: 24px 24px 24px 70px;
  max-width: 266px;
  overflow: hidden;
  padding: 8px 16px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.pib0Be {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.25rem;
  font-size: .75rem;
  line-height: .875rem;
  padding: 12px 0;
  text-align: center
}

.pib0Be:not(:disabled) {
  color: rgb(95, 99, 104)
}

.j55CI {
  margin: 0 4px
}

.Afmgcd {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104)
}

.Afmgcd:not(:disabled) {
  color: rgb(95, 99, 104)
}

.yhtbu {
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 72px
}

@media screen and (min-width:600px) {
  .yhtbu {
    margin-left: 48px;
    margin-right: 48px
  }
}

@media screen and (min-width:1280px) {
  .yhtbu {
    margin-left: 72px;
    margin-right: 72px
  }
}

@media screen and (min-width:1440px) {
  .yhtbu {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px
  }
}

@media (hover:hover) {
  .yhtbu {
    padding-bottom: 16px
  }
}

.srvBL {
  border-color: rgb(232, 234, 237);
  border-bottom: 1px solid;
  margin-bottom: 36px;
  padding-top: 36px;
  width: 100%
}

.srvBL:not(:disabled) {
  border-color: rgb(232, 234, 237)
}

.Hc0nne {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px
}

.sv9Noe {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap
}

.GMGZAc,
.CmHxkb,
.KvNvKe {
  font-family: "Google Sans", Helvetica, Arial, sans-serif;
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104)
}

.GMGZAc:not(:disabled),
.CmHxkb:not(:disabled),
.KvNvKe:not(:disabled) {
  color: rgb(95, 99, 104)
}

.GMGZAc {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.25rem;
  font-weight: 500
}

.CmHxkb {
  font-size: .875rem;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  font-weight: 400;
  width: max-content
}

.GMGZAc,
.CmHxkb {
  line-height: 32px
}

.KvNvKe {
  font-size: .75rem;
  line-height: 48px;
  margin-right: 24px
}

.AJ34ce {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: 1fr;
  column-gap: 12px
}

.GrpFfc {
  align-self: center;
  width: 24px;
  height: 18px
}

.CmHxkb:hover,
.QOTGFf:hover {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f
}

.CmHxkb:hover:not(:disabled),
.QOTGFf:hover:not(:disabled) {
  color: #01875f
}

.AU8vyc {
  display: block;
  width: max-content
}

@media screen and (min-width:840px) {
  .yhtbu {
    padding-bottom: 16px
  }

  .Hc0nne {
    column-gap: 16px;
    grid-template-columns: 244px auto
  }
}

@media screen and (min-width:1280px) {
  .Hc0nne {
    column-gap: 24px;
    grid-template-columns: 266px auto
  }

  .KvNvKe {
    margin-right: 32px
  }

  .avtIH {
    margin-left: auto;
    margin-right: 0
  }
}

.VuUAje {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f
}

.VuUAje:not(:disabled) {
  color: #01875f
}

.yyaGpb {
  display: flex;
  justify-content: center;
  width: 100%
}

.P7NFWb {
  background-color: #fff;
  border-top: 1px solid rgb(218, 220, 224);
  bottom: 0;
  display: flex;
  height: 56px;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3
}

.uEz1ib {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 112px
}

.jb05Ib {
  line-height: 0
}

.WL3b7c {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.Y4jiDf {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104)
}

.Y4jiDf:not(:disabled) {
  color: rgb(95, 99, 104)
}

@media (hover:hover) {
  .jb05Ib {
    display: none
  }

  .P7NFWb {
    border-top: none;
    height: 48px;
    position: static
  }
}

@media screen and (min-width:840px) {
  .P7NFWb {
    display: none
  }
}

.VfPpkd-AznF2e-vzJc7b {
  overflow-y: hidden
}

.VfPpkd-AznF2e-LUERP-vJ7A6b {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden
}

.VfPpkd-AznF2e-LUERP-vJ7A6b::-webkit-scrollbar {
  display: none
}

.VfPpkd-AznF2e-LUERP-vJ7A6b-OWXEXe-XuHpsb {
  overflow-x: scroll
}

.VfPpkd-AznF2e-LUERP-bN97Pc {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  transform: none;
  will-change: transform
}

.VfPpkd-AznF2e {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: .875rem;
  font-size: var(--mdc-typography-button-font-size, .875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: .0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
  text-decoration: none;
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  position: relative
}

.VfPpkd-AznF2e .VfPpkd-jY41G-V67aGc {
  color: rgba(0, 0, 0, .6)
}


.VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-wJCpie-LhBDec {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 12px);
  width: calc(100% - 8px);
  margin-top: -2px;
  z-index: 2
}

@media screen and (forced-colors:active) {


  .VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-wJCpie-LhBDec {
    border-color: CanvasText
  }
}


.VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-wJCpie-LhBDec::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {


  .VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-wJCpie-LhBDec::after {
    border-color: CanvasText
  }
}


.VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-wJCpie-LhBDec {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  z-index: 2
}

@media screen and (forced-colors:active) {


  .VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-wJCpie-LhBDec {
    border-color: CanvasText
  }
}


.VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-wJCpie-LhBDec::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px)
}

@media screen and (forced-colors:active) {


  .VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-wJCpie-LhBDec::after {
    border-color: CanvasText
  }
}

.VfPpkd-N5Lhkf {
  position: relative
}

.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee)
}

.VfPpkd-AznF2e {
  background: none
}

.VfPpkd-AznF2e {
  min-width: 90px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1
}

.VfPpkd-AznF2e::-moz-focus-inner {
  padding: 0;
  border: 0
}

.VfPpkd-AznF2e-OWXEXe-jJNx8e-QBLLGd {
  flex: 0 1 auto
}

.VfPpkd-N5Lhkf {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none
}

.VfPpkd-jY41G-V67aGc {
  transition: .15s color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2
}

.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  transition-delay: .1s
}

.VfPpkd-AznF2e {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.VfPpkd-AznF2e .VfPpkd-YVzG2b::before,
.VfPpkd-AznF2e .VfPpkd-YVzG2b::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""
}

.VfPpkd-AznF2e .VfPpkd-YVzG2b::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  z-index: var(--mdc-ripple-z-index, 1)
}

.VfPpkd-AznF2e .VfPpkd-YVzG2b::after {
  z-index: 0;
  z-index: var(--mdc-ripple-z-index, 0)
}

.VfPpkd-AznF2e .VfPpkd-YVzG2b::before,
.VfPpkd-AznF2e .VfPpkd-YVzG2b::after {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%
}

.VfPpkd-AznF2e .VfPpkd-YVzG2b::before,
.VfPpkd-AznF2e .VfPpkd-YVzG2b::after {
  background-color: #6200ee;
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))
}

.VfPpkd-AznF2e:hover .VfPpkd-YVzG2b::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-YVzG2b::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-YVzG2b::after {
  transition: opacity .15s linear
}

.VfPpkd-AznF2e:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-YVzG2b::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.VfPpkd-YVzG2b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, opacity
}

.WbUJNb {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  padding-right: 16px;
  padding-left: 16px;
  text-transform: none;
  min-width: auto
}

.WbUJNb .VfPpkd-jY41G-V67aGc {
  color: rgb(95, 99, 104)
}

.WbUJNb .VfPpkd-YVzG2b::before,
.WbUJNb .VfPpkd-YVzG2b::after {
  background-color: rgb(60, 64, 67);
  background-color: var(--mdc-ripple-color, rgb(60, 64, 67))
}

.WbUJNb:hover .VfPpkd-YVzG2b::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.WbUJNb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-YVzG2b::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.WbUJNb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-YVzG2b::after {
  transition: opacity .15s linear
}

.WbUJNb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-YVzG2b::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.WbUJNb:hover .VfPpkd-jY41G-V67aGc,
.WbUJNb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-jY41G-V67aGc,
.WbUJNb:active .VfPpkd-jY41G-V67aGc {
  color: rgb(32, 33, 36)
}

.WbUJNb.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-YVzG2b::before,
.WbUJNb.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-YVzG2b::after {
  background-color: rgb(26, 115, 232);
  background-color: var(--mdc-ripple-color, rgb(26, 115, 232))
}

.WbUJNb.VfPpkd-AznF2e-OWXEXe-auswjd:hover .VfPpkd-YVzG2b::before {
  opacity: .04;
  opacity: var(--mdc-ripple-hover-opacity, .04)
}


.WbUJNb.VfPpkd-AznF2e-OWXEXe-auswjd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-YVzG2b::before {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-focus-opacity, .12)
}

.WbUJNb.VfPpkd-AznF2e-OWXEXe-auswjd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-YVzG2b::after {
  transition: opacity .15s linear
}

.WbUJNb.VfPpkd-AznF2e-OWXEXe-auswjd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-YVzG2b::after {
  transition-duration: 75ms;
  opacity: .12;
  opacity: var(--mdc-ripple-press-opacity, .12)
}

.WbUJNb.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: rgb(26, 115, 232)
}

.WbUJNb:hover.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc,
.WbUJNb:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc,
.WbUJNb:active.VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: rgb(23, 78, 166)
}

.WbUJNb:hover .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb,
.WbUJNb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb,
.WbUJNb:active .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: rgb(23, 78, 166)
}

.VfPpkd-AznF2e-uDEFge .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: #6200ee;
  border-color: var(--mdc-theme-primary, #6200ee)
}

.VfPpkd-AznF2e-uDEFge .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-top-width: 2px
}

.VfPpkd-AznF2e-uDEFge {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1
}

.VfPpkd-AznF2e-wEcVzc {
  transform-origin: left;
  opacity: 0
}

.VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid
}

.VfPpkd-AznF2e-uDEFge-OWXEXe-auswjd .VfPpkd-AznF2e-wEcVzc {
  opacity: 1
}

.VfPpkd-AznF2e-uDEFge .VfPpkd-AznF2e-wEcVzc {
  transition: .25s transform cubic-bezier(.4, 0, .2, 1)
}

.rvBHac .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: rgb(26, 115, 232)
}

.rvBHac .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-top-width: 3px
}

.rvBHac .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.pawmVc {
  margin: 0 2px;
  min-width: 24px
}

.VfPpkd-AznF2e-ZMv3u {
  width: 100%
}

.VfPpkd-AznF2e {
  height: 48px
}

.ZcNJTb,
.P8HBFd {
  display: none
}

.ucf8re .VfPpkd-AznF2e.VfPpkd-AznF2e-OWXEXe-auswjd:hover .VfPpkd-YVzG2b::before {
  opacity: 0;
  opacity: var(--mdc-primary-navigation-tab-active-hover-state-layer-opacity, 0)
}


.ucf8re .VfPpkd-AznF2e.VfPpkd-AznF2e-OWXEXe-auswjd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-YVzG2b::before {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-primary-navigation-tab-active-focus-state-layer-opacity, 0)
}

.ucf8re .VfPpkd-AznF2e.VfPpkd-AznF2e-OWXEXe-auswjd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-YVzG2b::after {
  transition: opacity .15s linear
}

.ucf8re .VfPpkd-AznF2e.VfPpkd-AznF2e-OWXEXe-auswjd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-YVzG2b::after {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-primary-navigation-tab-active-pressed-state-layer-opacity, 0)
}

.ucf8re .VfPpkd-AznF2e:not(.VfPpkd-AznF2e-OWXEXe-auswjd):hover .VfPpkd-YVzG2b::before {
  opacity: 0;
  opacity: var(--mdc-primary-navigation-tab-inactive-hover-state-layer-opacity, 0)
}


.ucf8re .VfPpkd-AznF2e:not(.VfPpkd-AznF2e-OWXEXe-auswjd):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-YVzG2b::before {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-primary-navigation-tab-inactive-focus-state-layer-opacity, 0)
}

.ucf8re .VfPpkd-AznF2e:not(.VfPpkd-AznF2e-OWXEXe-auswjd):not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-YVzG2b::after {
  transition: opacity .15s linear
}

.ucf8re .VfPpkd-AznF2e:not(.VfPpkd-AznF2e-OWXEXe-auswjd):not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-YVzG2b::after {
  transition-duration: 75ms;
  opacity: 0;
  opacity: var(--mdc-primary-navigation-tab-inactive-pressed-state-layer-opacity, 0)
}

.ucf8re .VfPpkd-AznF2e:not(.VfPpkd-AznF2e-OWXEXe-eu7FSc) {
  height: 64px;
  height: var(--mdc-primary-navigation-tab-container-height, 64px)
}

.q2wkXd:nth-child(n):nth-child(n).VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: #01875f
}

.q2wkXd:nth-child(n):nth-child(n) .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: #01875f
}

.cvzg3c:nth-child(n):nth-child(n).VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: #01875f
}

.cvzg3c:nth-child(n):nth-child(n) .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: #01875f
}

.AthEce:nth-child(n):nth-child(n).VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: #0179ca
}

.AthEce:nth-child(n):nth-child(n) .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: #0179ca
}

.ROhV3c:nth-child(n):nth-child(n).VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: #c71c56
}

.ROhV3c:nth-child(n):nth-child(n) .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: #c71c56
}

.dUghbc:nth-child(n):nth-child(n).VfPpkd-AznF2e-OWXEXe-auswjd .VfPpkd-jY41G-V67aGc {
  color: rgb(32, 33, 36)
}

.dUghbc:nth-child(n):nth-child(n) .VfPpkd-AznF2e-wEcVzc-OWXEXe-NowJzb {
  border-color: rgb(32, 33, 36)
}

@media screen and (min-width:840px) {
  .P8HBFd {
    display: block
  }
}

.oc9n0c {
  align-items: center;
  display: flex;
  margin: 0 10px 0 auto
}

.r9optf {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104)
}

.r9optf:not(:disabled) {
  color: rgb(95, 99, 104)
}

.oPjgQb {
  align-items: center;
  display: flex;
  height: 56px;
  width: 100%
}

.S3WLMd {
  background-color: #fff;
  position: fixed;
  top: 0;
  transition: box-shadow .2s ease-in-out;
  width: 100%;
  z-index: 3
}

.f0UV3d {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.75rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  font-weight: 400;
  font-weight: 500;
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 16px;
  white-space: nowrap;
  z-index: 1
}

.f0UV3d:not(:disabled) {
  color: rgb(95, 99, 104)
}

.f0UV3d:focus:not(:focus-visible) {
  outline: none
}

.kOqhQd {
  margin-right: 8px;
  height: 40px;
  width: 40px
}

@media screen and (min-width:840px) {
  .oPjgQb {
    height: 64px
  }

  .f0UV3d {
    margin: 0 14px 0 28px
  }
}

.Czez9d {
  margin-top: 56px
}

@media (hover:hover) {

  .Czez9d {
    margin-top: 104px
  }
}

@media screen and (min-width:840px) {

  .Czez9d {
    margin-top: 64px
  }
}

.w7Iutd {
  align-items: center;
  display: flex
}

.w7Iutd>:first-child:last-child~.wVqUob,
.w7Iutd>:first-child:nth-last-child(2)~.wVqUob,
.w7Iutd>:first-child:nth-last-child(3)~.wVqUob {
  padding: 0 24px
}

.wVqUob {
  padding: 0 16px;
  position: relative;
  min-width: 96px
}

.wVqUob:first-child {
  padding-left: 0
}

.wVqUob:not(:first-child)::before {
  background-color: rgb(232, 234, 237);
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: calc(50% - 12px);
  width: 1px
}

.ClM7O {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  white-space: nowrap
}

.ClM7O:not(:disabled) {
  color: rgb(32, 33, 36)
}

.g1rdde {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  white-space: nowrap
}

.g1rdde:not(:disabled) {
  color: rgb(95, 99, 104)
}

.TT9eCd {
  align-items: center;
  display: flex
}

.ERwvGb:nth-child(n) {
  font-size: 12px
}

.N8A3ib {
  font-size: .75rem;
  font-weight: 400;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 8px
}

.N8A3ib .VfPpkd-kBDsod {
  font-size: 1rem;
  width: 1rem;
  height: 1rem
}

.N8A3ib .VfPpkd-RLmnJb {
  height: 100%
}

.N8A3ib .VfPpkd-Jh9lGc {
  border-radius: 8px
}

.N8A3ib .VfPpkd-J1Ukfc-LhBDec {
  border-radius: 6px
}

.N8A3ib .VfPpkd-J1Ukfc-LhBDec::after {
  border-radius: 8px
}

.B8vmF {
  font-size: .75rem;
  font-weight: 400;
  border-radius: 8px;
  padding: 0
}

.B8vmF .VfPpkd-kBDsod {
  font-size: 1rem;
  width: 1rem;
  height: 1rem
}

.B8vmF .VfPpkd-Jh9lGc {
  border-radius: 8px
}

.B8vmF .VfPpkd-J1Ukfc-LhBDec {
  border-radius: 6px
}

.B8vmF .VfPpkd-J1Ukfc-LhBDec::after {
  border-radius: 8px
}

@media screen and (min-width:1280px) {
  .N8A3ib {
    font-size: .875rem
  }
}

.tU8Y5c {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36)
}

.tU8Y5c:not(:disabled) {
  color: rgb(32, 33, 36)
}

.wkMJlb {
  margin: 0 auto;
  min-height: 56px;
  position: relative;
  width: calc(100% - 48px)
}

.YWi3ub {
  max-width: 1296px
}

.dzkqwc {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  padding-bottom: 32px
}

.dzkqwc:not(:disabled) {
  color: rgb(32, 33, 36)
}


.nRgZne {
  margin-top: 40px
}

.atOvg {
  display: none
}

@media screen and (min-width:600px) {
  .wkMJlb {
    width: calc(100% - 96px)
  }
}

@media screen and (min-width:960px) {
  .nRgZne {
    display: flex;
    justify-content: space-between
  }

  .qZmL0 {
    width: calc(100% - 348px)
  }

  .o45e4d {
    width: 276px
  }

  .atOvg {
    display: inherit
  }

  .OaCuEc {
    display: none
  }
}

@media screen and (min-width:1280px) {
  .qZmL0 {
    width: calc(100% - 436px)
  }

  .o45e4d {
    width: 364px
  }

  .wkMJlb {
    width: calc(100% - 144px)
  }
}

.Z1Dz7b {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f
}

.Z1Dz7b:not(:disabled) {
  color: #01875f
}

.wcB8se {
  background-color: #01875f
}

.wcB8se:not(:disabled) {
  background-color: #01875f
}

.D3Qfie {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  background-color: #fff;
  border: 1px rgb(218, 220, 224) solid;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  letter-spacing: .25px;
  line-height: 18px;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background .2s .1s;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 0
}

.D3Qfie.KKjvXb {
  color: rgb(26, 115, 232);
  fill: rgb(26, 115, 232);
  background-color: rgb(232, 240, 254);
  border: none;
  padding: 1px
}

.D3Qfie:focus .Gggmbb {
  opacity: .12
}

.D3Qfie .Gggmbb {
  background-color: rgb(95, 99, 104)
}

.Gggmbb {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0
}

.UQI9cd {
  height: 24px;
  line-height: 10px
}

.UQI9cd .kW9Bj {
  margin: 0 12px
}

.kW9Bj {
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 16px
}

.kW9Bj .ypTNYd {
  display: inline-block;
  margin: 6px 4px
}

.c6xzBd {
  display: inline-flex;
  flex-shrink: 0;
  margin: 0 4px 0 0
}

.c6xzBd.jv2yne {
  display: none
}

.b6SkTb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.kofMvc {
  border-radius: 9999px
}

.kofMvc .Ka7T4c {
  font-size: 16px
}

.EFMXQ.KKjvXb {
  color: #056449;
  fill: #056449;
  stop-color: #056449;
  background-color: #e6f3ef
}

.EFMXQ.KKjvXb:not(:disabled) {
  color: #056449
}

.EFMXQ.KKjvXb:not(:disabled) {
  background-color: #e6f3ef
}

.YNR7H {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.gSGphe {
  display: grid;
  align-items: center;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, max-content)
}

.abYEib {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-size: cover
}

.X5PpBb {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem
}

.X5PpBb:not(:disabled) {
  color: rgb(32, 33, 36)
}

.Jx4nYe,
.AJTPZc {
  margin-top: 16px
}

.AJTPZc {
  font-family: Roboto, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1rem
}

.bp9Aid {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1rem;
  margin-left: 1ch
}

.bp9Aid:not(:disabled) {
  color: rgb(95, 99, 104)
}

.Anb3we {
  align-items: center;
  display: flex;
  margin-top: 12px
}

.NC0Ppb {
  font-family: Roboto, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1rem;
  margin-right: 24px
}

.B6Yvkd {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  background-color: #fff
}

.B6Yvkd:not(:disabled) {
  color: rgb(32, 33, 36)
}

.B6Yvkd:not(:disabled) {
  background-color: #fff
}

.bO7Z3c {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36)
}

.bO7Z3c:not(:disabled) {
  color: rgb(32, 33, 36)
}

.h3YV2d {
  margin-top: 8px;
  font-size: .875rem;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere
}

.HcyOxe {
  container-type: inline-size;
  container-name: section-wrapper;
  padding-top: 20px;
  width: 100%
}

.cswwxf {
  padding-bottom: 20px
}

.VMq4uf {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: 400;
  font-weight: 500;
  display: flex;
  justify-content: space-between
}

.VMq4uf:not(:disabled) {
  color: rgb(32, 33, 36)
}

.VMq4uf .W7A5Qb {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: 20px;
  padding: 2px
}

.VMq4uf .W7A5Qb:not(:disabled) {
  color: rgb(95, 99, 104)
}

.VxpoF {
  margin: -12px
}

.EaMWib {
  margin-right: 16px
}

.XfZNbf {
  display: flex;
  align-items: center
}

.aJ3edd {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif
}

.aJ3edd:not(:disabled) {
  color: rgb(95, 99, 104)
}

.SfzRHd {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  font-family: Roboto, Helvetica, Arial, sans-serif
}

.SfzRHd:not(:disabled) {
  color: rgb(95, 99, 104)
}

@media screen and (min-width:600px) {
  .HcyOxe {
    margin-bottom: 16px
  }

  .VMq4uf {
    justify-content: start
  }
}

.CiSZSd {
  display: none
}

@media screen and (min-width:600px) {

  .CiSZSd {
    display: inherit;
    margin-left: auto
  }
}

@media screen and (min-width:960px) {

  .cswwxf {
    padding-bottom: 20px
  }
}

@media screen and (min-width:1280px) {
  .HcyOxe {
    margin-bottom: 24px
  }

  .VxpoF {
    margin: -11px
  }

  .VMq4uf {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500
  }

  .aJ3edd {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem
  }
}

.P4w39d {
  display: flex;
  padding-top: 24px
}

.Jwxk6d {
  display: grid;
  flex-grow: 1;
  grid-template-columns: 1fr
}

.HJV0ef {
  padding-bottom: 16px
}

.Te9Tpc {
  column-gap: 24px;
  display: grid;
  flex-grow: 1;
  grid-template-columns: max-content auto
}

.jILTFe {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-family: "Google Sans Display", Roboto, Arial, sans-serif;
  line-height: 4rem;
  font-size: 3.5rem;
  letter-spacing: 0;
  font-weight: 400
}

.jILTFe:not(:disabled) {
  color: rgb(32, 33, 36)
}

.EHUI5b {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
  margin-top: .5rem
}

.EHUI5b:not(:disabled) {
  color: rgb(95, 99, 104)
}

.JzwBgb {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center
}

.Qjdn7d {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
  padding-right: 16px
}

.RJfYGf {
  border-radius: 9999px;
  background-color: rgb(232, 234, 237);
  height: 10px
}

.RJfYGf:not(:disabled) {
  background-color: rgb(232, 234, 237)
}

.RutFAf {
  height: 100%;
  border-radius: inherit
}

.EGFGHd {
  padding: 16px 0
}

.QKBJgd {
  margin-bottom: 12px
}

.gy9zre {
  display: inline-flex
}

.E3Ryad {
  margin-top: -10px;
  display: none
}

@media screen and (min-width:600px) {
  .gy9zre {
    display: none
  }

  .E3Ryad {
    display: inline
  }
}

@media screen and (min-width:960px) {
  .HJV0ef {
    padding-bottom: 20px
  }

  .EGFGHd {
    padding: 20px 0
  }
}

@media screen and (min-width:1280px) {
  .HJV0ef {
    padding-bottom: 24px
  }

  .EGFGHd {
    padding: 24px 0
  }
}

.ukROQd .iCNeVd,
.eLyZDd .iCNeVd {
  height: 24px;
  width: 24px
}

.XkAcee {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f
}

.XkAcee:not(:disabled) {
  color: #01875f
}

.eLyZDd {
  display: none
}

.LS2TS:focus .XkAcee,
.LS2TS:hover .XkAcee {
  color: #056449;
  fill: #056449;
  stop-color: #056449
}

.LS2TS:focus .XkAcee:not(:disabled),
.LS2TS:hover .XkAcee:not(:disabled) {
  color: #056449
}

@media screen and (min-width:600px) {
  .ukROQd {
    display: none
  }

  .eLyZDd {
    display: inherit
  }
}

@media screen and (min-width:1280px) {
  .ukROQd {
    display: inherit
  }

  .eLyZDd {
    display: none
  }
}

.bARER {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  /* max-height: 7.5rem; */
  overflow: hidden;
  text-overflow: ellipsis
}

.TKjAsc {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px
}

.lXlx5 {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500
}

.lXlx5:not(:disabled) {
  color: rgb(32, 33, 36)
}

.xg1aie {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  margin-top: 4px
}

.Uc6QCc {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  margin-bottom: 4px;
  margin-top: 28px
}

@media screen and (min-width:600px) {
  .Uc6QCc {
    margin-bottom: 0
  }
}

.LMoCf {
  min-height: auto;
  padding: 0 15px 0 15px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 16px
}

.LMoCf:not(:disabled) {
  color: rgb(95, 99, 104)
}

.LMoCf:not(:disabled):hover {
  color: rgb(32, 33, 36)
}


.LMoCf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
  color: rgb(32, 33, 36)
}

.LMoCf:not(:disabled):not(:disabled):active {
  color: rgb(32, 33, 36)
}

.LMoCf:disabled {
  color: rgb(95, 99, 104)
}

.LMoCf .VfPpkd-Jh9lGc::before,
.LMoCf .VfPpkd-Jh9lGc::after {
  background-color: rgb(60, 64, 67)
}

.LMoCf .VfPpkd-RLmnJb {
  height: 100%
}

.LMoCf .VfPpkd-Jh9lGc {
  border-radius: 16px
}

.LMoCf .VfPpkd-J1Ukfc-LhBDec {
  border-radius: 14px
}

.LMoCf .VfPpkd-J1Ukfc-LhBDec::after {
  border-radius: 16px
}

.LMoCf:not(:disabled) {
  border-color: rgb(218, 220, 224)
}

.LMoCf:not(:disabled):hover {
  border-color: rgb(218, 220, 224)
}


.LMoCf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
  border-color: rgb(32, 33, 36)
}

.LMoCf:disabled {
  border-color: rgb(218, 220, 224)
}

.VAgTTd {
  display: flex
}

.LMcLV {
  flex-direction: column
}

.zwjsl {
  width: 100%
}

@media screen and (min-width:600px) {
  .zwjsl {
    width: unset
  }

  .LMcLV {
    flex-direction: row
  }
}

.FuSudc {
  display: flex;
  flex-direction: column
}


.KUSTKe,
.qwPPwf,
.Atcj9b {
  height: 100%
}

.Utde2e {
  margin-right: 12px
}

.Utde2e:last-child {
  margin-right: 0
}

.B5GQxf {
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  border-radius: 8px;
  cursor: pointer;
  height: 204px;
  min-width: 92px
}

.B5GQxf .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

@media screen and (min-width:600px) {
  .UbmABe {
    margin-bottom: 16px
  }
}

@media screen and (min-width:1280px) {
  .UbmABe {
    margin-bottom: 24px
  }

  .Utde2e {
    margin-right: 16px
  }

  .B5GQxf {
    height: 296px
  }
}

.oUaal:nth-child(n) {
  font-size: 12px
}

.xGa6dd {
  height: 16px;
  min-width: 16px
}

.MKV5ee {
  cursor: pointer;
  line-height: 12px;
  margin-left: 4px
}

.vfQhrf {
  display: grid;
  grid-gap: 24px
}

.VVmwY {
  border: 0;
  margin: -12px;
  overflow: hidden
}

.VVmwY .j25Vu {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: 18px;
  margin-right: 16px
}

.VVmwY .j25Vu:not(:disabled) {
  color: rgb(95, 99, 104)
}

.RrSxVb {
  display: flex;
  padding: 12px;
  position: relative
}

.pZ8Djf {
  margin-top: 2px
}

.xFVDSb {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500
}

.xFVDSb:not(:disabled) {
  color: rgb(32, 33, 36)
}

.pSEeg {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  overflow-wrap: anywhere
}

.pSEeg:not(:disabled) {
  color: rgb(95, 99, 104)
}

@media screen and (min-width:600px) {
  .pZ8Djf {
    margin-top: 0
  }
}

@media screen and (min-width:960px) {
  .vfQhrf:not(.BxIr0d) {
    grid-template-columns: repeat(2, 1fr)
  }
}

.Mqg6jb {
  display: none;
  position: absolute;
  right: 0;
  top: 48px
}

.arM4bb {
  width: 180px
}

.Q3MhI {
  bottom: -10px;
  filter: blur(10px);
  left: 20px;
  opacity: 50%;
  position: absolute;
  z-index: -1
}

.NXRaDe {
  width: 140px
}

.nm4vBd,
.Q3MhI {
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  border-radius: 4px
}

.nm4vBd .VfPpkd-BFbNVe-bF1uUb,
.Q3MhI .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.Mhrnjf .nm4vBd,
.Mhrnjf .Q3MhI {
  border-radius: 20%
}

.hnnXjf {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative
}

.hnnXjf:not(.XcNflb) {
  margin-top: 48px
}

.Il7kR {
  align-items: flex-start;
  display: flex
}

.cN0oRe {
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  border-radius: 4px;
  margin: 7px 24px 0 0;
  width: 72px
}

.cN0oRe .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.fFmL2e {
  border-radius: 20%
}

.Fd93Bb {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  font-weight: 500;
  align-items: flex-end;
  display: flex;
  overflow-wrap: anywhere;
  width: 100%;
  word-break: keep-all
}

.tv4jIf {
  margin-top: 2px
}

.Vbfug {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: .00625em;
  font-weight: 500
}

.auoIOc {
  color: #01875f;
  fill: #01875f;
  stop-color: #01875f
}

.auoIOc:not(:disabled) {
  color: #01875f
}

.ulKokd {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400
}

.ulKokd:not(:disabled) {
  color: rgb(95, 99, 104)
}

.JU1wdd {
  height: 64px;
  margin: 16px 0 24px -24px;
  padding: 12px 0;
  width: 100vw
}

.l8YSdd {
  align-items: center;
  display: flex;
  overflow: auto;
  width: 100%
}

.l8YSdd::before {
  width: 24px;
  content: "";
  display: block;
  flex-shrink: 0
}

@media screen and (min-width:600px) {

  .F5UCq {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 2.75rem;
    font-size: 2.25rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500
  }

  .JU1wdd {
    margin-left: -72px
  }

  .l8YSdd::before {
    width: 72px
  }
}

@media screen and (min-width:840px) {

  .Mqg6jb {
    display: inline
  }

  .Il7kR .cN0oRe {
    display: none
  }

  .Fd93Bb {
    width: 560px
  }

  .Il7kR .Fd93Bb,
  .Il7kR .tv4jIf {
    width: 500px
  }

  .tv4jIf {
    margin-top: 16px
  }
}

@media screen and (min-width:960px) {

  .Il7kR .Fd93Bb,
  .Il7kR .tv4jIf {
    width: 636px
  }
}

@media screen and (min-width:1024px) {

  .JU1wdd {
    margin-left: 0;
    width: 100%
  }

  .l8YSdd::before {
    width: 0
  }
}

@media screen and (min-width:1280px) {

  .arM4bb {
    width: 240px
  }

  .NXRaDe {
    width: 200px
  }

  .Il7kR .Fd93Bb,
  .Il7kR .tv4jIf {
    width: 800px
  }

  .p5VxAd {
    font-family: "Google Sans Display", Roboto, Arial, sans-serif;
    line-height: 4rem;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500
  }
}

.UIuSk:not(:first-child)::before {
  content: " Â· "
}

.XGHsbd {
  border-color: rgb(218, 220, 224);
  border-radius: 8px;
  border: 1px solid;
  margin-top: 30px;
  padding: 20px 20px 0
}

.XGHsbd:not(:disabled) {
  border-color: rgb(218, 220, 224)
}

.wGcURe {
  align-items: flex-start;
  display: flex
}

.wGcURe:not(:first-child) {
  margin-top: 20px
}

.wGcURe:only-child {
  margin-bottom: 20px
}

.whEyae {
  height: 20px;
  margin-right: 20px;
  width: 20px
}

.jECfAf {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400
}

.jECfAf:not(:disabled) {
  color: rgb(95, 99, 104)
}

.jECfAf a {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  text-decoration: underline
}

.jECfAf a:not(:disabled) {
  color: rgb(95, 99, 104)
}

.qQhJce {
  margin: 10px 0
}


.edaMIf {
  align-items: center;
  display: flex
}

.kk2r5b {
  align-items: unset;
  display: flex;
  flex-direction: column
}

.kk2r5b .bGJWSe {
  flex-grow: 1
}

.kk2r5b .OBVQ7 {
  margin: auto
}

.OBVQ7 {
  z-index: 1;
  align-items: center;
  display: flex;
  gap: 8px
}

.IZOk1 {
  z-index: 1;
  display: none;
  margin-left: auto
}

.vO0kpf {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px
}

.HtY85d {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  display: flex;
  padding: 4px 0
}

.HtY85d:not(:disabled) {
  color: rgb(95, 99, 104)
}

.HtY85d .zCLmzf {
  flex-shrink: 0;
  font-size: 20px;
  height: 20px;
  margin-right: 12px;
  width: 20px
}

.AqX8Cf a {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104)
}

.AqX8Cf a:not(:disabled) {
  color: rgb(95, 99, 104)
}

@media screen and (min-width:600px) {
  .kk2r5b {
    align-items: center;
    flex-direction: row
  }

  .kk2r5b .bGJWSe {
    flex-grow: unset
  }

  .kk2r5b .OBVQ7 {
    margin: 0;
    padding-left: 16px
  }

  .HtY85d {
    margin-right: 36px
  }
}

@media screen and (min-width:840px) {
  .IZOk1 {
    display: block
  }
}

.ubGTjb {
  align-items: center;
  display: inline-flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}


.w2kbF {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: .2px
}

.Q4fJQd .Yvy3Fd,
.w2kbF {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104)
}

.Q4fJQd .Yvy3Fd:not(:disabled),
.w2kbF:not(:disabled) {
  color: rgb(95, 99, 104)
}

.Q4fJQd .Yvy3Fd {
  font-size: .625rem
}


.Q4fJQd {
  align-items: center;
  display: inline-flex;
  height: 100%
}

.Q4fJQd {
  padding-left: 2px
}

.DdYX5 {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -.2px
}

.DdYX5:not(:disabled) {
  color: rgb(32, 33, 36)
}

@media screen and (min-width:1280px) {

  .w2kbF {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    letter-spacing: .2px
  }

  .Q4fJQd .Yvy3Fd {
    font-size: .75rem
  }

  .DdYX5 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.5rem;
    letter-spacing: 0
  }
}

.j2FCNc {
  column-gap: 16px;
  display: grid;
  grid-template-columns: max-content auto;
  margin: 16px 0
}

.cQv9D {
  margin: 12px
}

.stzEZd {
  border-radius: 12px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
  height: 56px;
  width: 56px
}

.stzEZd .VfPpkd-BFbNVe-bF1uUb {
  opacity: 0
}

.cXFu1 {
  display: grid;
  grid-template-rows: max-content;
  height: fit-content;
  row-gap: 2px
}

@media screen and (min-width:1280px) {
  .cQv9D {
    margin: 16px 12px
  }

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

  .cXFu1 {
    row-gap: 0
  }
}

.ErwGJf {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr)
}

.ErwGJf .fUtUMc {
  border-radius: 8px;
  margin: -12px
}

.nT2RTe {
  display: flex;
  position: relative
}

@media screen and (min-width:960px) {
  .ErwGJf {
    grid-template-columns: repeat(1, 1fr)
  }
}

.T4LgNb {
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1
}

.kFwPee {
  position: relative;
  z-index: 1;
  height: 100%
}

.SSPGKf {
  overflow-y: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.SSPGKf {
  position: relative;
  min-height: 100%
}

.kFwPee {
  backface-visibility: hidden;
  min-height: 100%;
  height: auto
}

.T4LgNb {
  min-height: 100%;
  position: relative
}

.aA0Vnf {
  color: rgb(32, 33, 36);
  fill: rgb(32, 33, 36);
  stop-color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: .875rem;
  letter-spacing: .0178571429em;
  font-weight: 500;
  align-items: center;
  display: flex
}

.aA0Vnf:not(:disabled) {
  color: rgb(32, 33, 36)
}

.aA0Vnf .GfskQe {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-size: 18px;
  margin-right: 16px
}

.aA0Vnf .GfskQe:not(:disabled) {
  color: rgb(95, 99, 104)
}

/*# sourceURL=/_/boq-play/_/ss/k=boq-play.PlayStoreUi.ZV9jlHwj6ic.L.B1.O/am=6_ZgdMFgBCnziiw/d=1/ed=1/rs=AB1caFWIMUlAWa9Tosmcr5RXQIFsJQ6PUA/m=appdetailsview,_b,_tp */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(./woff/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2)format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(./woff/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2)format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(./woff/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2)format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(./woff/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2)format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(./woff/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2)format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(./woff/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(./woff/KFOkCnqEu92Fr1MmgVxIIzI.woff2)format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(./woff/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2)format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(./woff/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2)format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(./woff/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2)format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(./woff/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2)format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(./woff/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2)format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(./woff/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(./woff/KFOlCnqEu92Fr1MmSU5fBBc4.woff2)format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/KFOmCnqEu92Fr1Mu72xKOzY.woff2)format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/KFOmCnqEu92Fr1Mu4mxK.woff2)format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2)format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2)format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2)format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2)format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2)format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(./woff/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2)format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(./woff/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2)format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(./woff/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2)format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(./woff/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2)format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(./woff/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2)format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(./woff/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Material Icons Extended';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/kJEjBvgX7BgnkSrUwT8UnLVc38YydejYY-oE_LvJ.woff2)format('woff2');
}

.material-icons-extended {
  font-family: 'Material Icons Extended';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Google Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/Gw6kwdfw6UnXLJCcmafZyFRXb3BL9rvi0QZG3Q.woff2)format('woff2');
}

.google-material-icons {
  font-family: 'Google Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/pxiDypQkot1TnFhsFMOfGShVGdeOcEg.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/pxiDypQkot1TnFhsFMOfGShVF9eO.woff2)format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2ugCIlsw.woff2)format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url(././woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vQCIlsw.woff2)format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vACIlsw.woff2)format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sQCIlsw.woff2)format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sACIlsw.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2)format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2ugCIlsw.woff2)format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vQCIlsw.woff2)format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vACIlsw.woff2)format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sQCIlsw.woff2)format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sACIlsw.woff2)format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./woff/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2)format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@keyframes quantumWizSpinnerRotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes quantumWizSpinnerFillUnfill {
  0% {
    stroke-dashoffset: 58.8
  }

  50% {
    stroke-dashoffset: 0
  }

  to {
    stroke-dashoffset: -58.4
  }
}

@keyframes quantumWizSpinnerRot {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(-360deg)
  }
}

@keyframes quantumWizSpinnerColors {
  0% {
    stroke: #4285f4
  }

  18% {
    stroke: #4285f4
  }

  25% {
    stroke: #db4437
  }

  43% {
    stroke: #db4437
  }

  50% {
    stroke: #f4b400
  }

  68% {
    stroke: #f4b400
  }

  75% {
    stroke: #0f9d58
  }

  93% {
    stroke: #0f9d58
  }

  to {
    stroke: #4285f4
  }
}

@keyframes quantumWizPaperInputRemoveUnderline {
  0% {
    transform: scaleX(1);
    opacity: 1
  }

  to {
    transform: scaleX(1);
    opacity: 0
  }
}

@keyframes quantumWizPaperInputAddUnderline {
  0% {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes spinner-container-rotate {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg)
  }

  25% {
    transform: rotate(270deg)
  }

  37.5% {
    transform: rotate(405deg)
  }

  50% {
    transform: rotate(540deg)
  }

  62.5% {
    transform: rotate(675deg)
  }

  75% {
    transform: rotate(810deg)
  }

  87.5% {
    transform: rotate(945deg)
  }

  to {
    transform: rotate(1080deg)
  }
}

@keyframes spinner-blue-fade-in-out {
  0% {
    opacity: .99
  }

  25% {
    opacity: .99
  }

  26% {
    opacity: 0
  }

  89% {
    opacity: 0
  }

  90% {
    opacity: .99
  }

  to {
    opacity: .99
  }
}

@keyframes spinner-red-fade-in-out {
  0% {
    opacity: 0
  }

  15% {
    opacity: 0
  }

  25% {
    opacity: .99
  }

  50% {
    opacity: .99
  }

  51% {
    opacity: 0
  }
}

@keyframes spinner-yellow-fade-in-out {
  0% {
    opacity: 0
  }

  40% {
    opacity: 0
  }

  50% {
    opacity: .99
  }

  75% {
    opacity: .99
  }

  76% {
    opacity: 0
  }
}

@keyframes spinner-green-fade-in-out {
  0% {
    opacity: 0
  }

  65% {
    opacity: 0
  }

  75% {
    opacity: .99
  }

  90% {
    opacity: .99
  }

  to {
    opacity: 0
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg)
  }

  50% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(130deg)
  }
}

@keyframes spinner-right-spin {
  0% {
    transform: rotate(-130deg)
  }

  50% {
    transform: rotate(5deg)
  }

  to {
    transform: rotate(-130deg)
  }
}

@keyframes spinner-fade-out {
  0% {
    opacity: .99
  }

  to {
    opacity: 0
  }
}
