@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0
}

blockquote, body, button, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
li:nth-child(4) {
    display: none;
}
#root, body, html {
    height: 100%;
    overflow: hidden
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

img {
    vertical-align: bottom;
    border: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 16px
}

input[type=reset], input[type=search]::-webkit-search-decoration, input[type=submit] {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input:invalid {
    box-shadow: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #343639
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: inherit;
    text-decoration: none
}

    a:focus, a:hover {
        color: inherit;
        outline: 0
    }

    a:active {
        color: inherit
    }

blockquote, cite, dfn, em, i, q, var {
    font-style: italic
}

b, strong {
    font-weight: 700
}

dt, th {
    font-weight: 400
}

blockquote p:after, blockquote p:before, q:after, q:before {
    content: ""
}

blockquote p {
    font-size: 1.5em;
    margin-bottom: 0
}

ins {
    text-decoration: none;
    border-bottom: 3px double
}

del, s {
    text-decoration: line-through
}

code, kbd, pre, samp {
    font-family: Monaco, monospace;
    font-size: .9em
}

    pre code {
        font-size: 1em
    }

address {
    font-style: normal
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

small {
    font-size: inherit
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

body {
    background: none;
    background-image: repeating-linear-gradient(0, #fff, #fff 7px, transparent 0, transparent), repeating-linear-gradient(90deg, #d3d3d3, #d3d3d3 1px, transparent 0, transparent);
    background-position: 0 0;
    background-size: 8px 8px
}

    body > #root {
        height: 100%
    }

.container {
    height: 100%;
    height: calc(100% - 30px);
    overflow: scroll
}

.Actions {
    display: block;
    margin-bottom: 16px
}


.ActionsInner {
    display: block;
    justify-content: space-between
}

    .ActionsInner > * {
        flex: 1
    }

        .ActionsInner > * + * {
            margin-left: 0
        }

    .ActionsInner .Button {
        width: 100% !important;
        margin-bottom: 15px;
    }

.Button {
    border: 0;
    outline: 0;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    border-radius: 4px;
    background: none;
    color: #343639;
    fill: #343639;
    transition: background .15s;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase
}

    .Button::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media screen and (min-width:1000px) {
    .Button {
        height: 36px
    }
}

.Button:hover {
    background: #e3e3e3
}

.Button:active, .Button:focus {
    background: #d7d7d7
}

.Button[disabled] {
    opacity: .5;
    pointer-events: none
}

.Button span {
    margin-right: 8px
}

.primary {
    background: #008f70;
    color: #fff;
    fill: #fff
}

    .primary:hover {
        background: #008064;
        color: #fff
    }

    .primary:active, .primary:focus {
        background: #007259;
        color: #fff
    }

.secondary {
    background: #9b9b9b;
    color: #fff;
    fill: #fff
}

    .secondary:hover {
        background: #8b8b8b;
        color: #fff
    }

    .secondary:active, .secondary:focus {
        background: #7c7c7c;
        color: #fff
    }

.Icon {
    display: inline-block;
    vertical-align: baseline;
    font-style: normal
}

    .Icon svg {
        vertical-align: bottom;
        height: auto;
        width: inherit
    }

.adaptive {
    width: 24px;
    height: 24px;
    line-height: 24px
}

@media screen and (min-width:1000px) {
    .adaptive {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.CenteredLayout {
    position: absolute;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .CenteredLayout {
        align-items: center;
        padding: 44px 16px 32px;
        background-color: #343639;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%
    }
}

.CenteredLayoutInner {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff
}

@media screen and (min-width:768px) {
    .CenteredLayoutInner {
        max-width: 480px;
        border-radius: 4px;
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, .3);
        margin: 0 auto 16px
    }
}

.CenteredLayoutHeader {
    flex-shrink: 0;
    text-align: center
}

.CenteredLayoutContent {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 16px;
    text-align: center
}

@media screen and (min-width:768px) {
    .CenteredLayoutContent {
        padding: 16px 32px
    }
}

.CenteredLayoutContent > * {
    flex-shrink: 0
}

.CenteredLayoutTitle {
    padding: 16px 0;
    border: 1px solid #e3e3e3;
    border-left: 0;
    border-right: 0;
    background: #f5f5f5
}

.CenteredLayoutHeading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.CenteredLayoutLogo {
    width: 11.875rem;
    height: 2.5rem;
    margin: 8px 0
}

@media screen and (min-width:768px) {
    .CenteredLayoutLogo {
        width: 14.875rem;
        height: 2rem;
        margin: 20px 0
    }
}

.CenteredLayoutFooter {
    flex-shrink: 0
}

@media screen and (max-width:767px) {
    .CenteredLayoutFooter {
        padding: 0 16px 16px;
        background: #fff
    }
}

.CenteredLayoutFooterList {
    list-style: none
}

.CenteredLayoutFooterList li:nth-child(4) {
	display: list-item;
}

@media screen and (min-width:768px) {
    .CenteredLayoutFooterList {
        display: flex
    }

        .CenteredLayoutFooterList > * + * {
            margin-left: 16px
        }
}

@media screen and (max-width:767px) {
    .CenteredLayoutFooterList {
        padding-top: 24px;
        border-top: 1px solid #efefef
    }
}

.CenteredLayoutFooterListItem {
    font-size: 14px;
    line-height: 20px
}

    .CenteredLayoutFooterListItem:focus, .CenteredLayoutFooterListItem:hover {
        text-decoration: underline
    }

@media screen and (min-width:768px) {
    .CenteredLayoutFooterListItem, .CenteredLayoutFooterListItem:focus, .CenteredLayoutFooterListItem:hover {
        color: #fff
    }
}

.error {
    color: #cc0000;
}

.Field {
    margin-bottom: 16px;
    text-align: left
}

.FieldLabel {
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b;
    display: block;
    margin-bottom: 4px
}

.FieldControls {
    position: relative;
    display: flex
}

    .FieldControls > * {
        flex: 1
    }

        .FieldControls > * + * {
            margin-left: 16px
        }

.FieldError {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    color: #d0021b
}

.FieldLink {
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    color: #9b9b9b
}

    .FieldLink:hover {
        color: #343639
    }

.Text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px
}

    .Text a {
        text-decoration: underline;
        white-space: nowrap
    }

        .Text a:focus, .Text a:hover {
            color: #9b9b9b
        }


.Counter {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 50%;
    color: #343639;
    text-align: center
}

.Counter {
    background: #fd0
}

.Counter.isSmall {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 400
}

.Divider {
    width: 100%;
    height: 1px;
    background: #efefef;
    border: 0;
    position: relative;
    overflow: visible;
    margin: 28px 0 28px
}

    .Divider:after {
        content: attr(data-label);
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 50%;
        height: 24px;
        padding: 0 24px;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #9b9b9b
    }

.Heading {
    margin-bottom: 16px
}

.standard {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.Input {
    position: relative
}

.InputIndicator {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #d0021b;
    pointer-events: none
}

.InputControl {
    width: 100%;
    padding: 13px 12px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    transition: border-color .15s;
    font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #343639;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700
}

    .InputControl:hover {
        border-color: #cbcbcb
    }

    .InputControl:focus {
        border-color: #343639
    }

.Input.hasError .InputControl {
    border-color: #d0021b
}

.InputIndicator ~ .InputControl {
    padding-right: 40px
}

@media screen and (min-width:1000px) {
    .InputControl {
        padding: 9px 12px
    }
}

.InputControl[disabled] {
    background: #f5f5f5
}

    .InputControl[disabled]:focus, .InputControl[disabled]:hover {
        border-color: #e3e3e3
    }

.LanguageList__Language--23KkG {
    border: 0;
    outline: 0;
    background: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    width: 33.333333333333336%;
    padding: 16px 0;
    border-radius: 4px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: background .15s
}

    .LanguageList__Language--23KkG::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .LanguageList__Language--23KkG:hover {
        background: #efefef
    }

    .LanguageList__Language--23KkG:active, .LanguageList__Language--23KkG:focus {
        background: #e3e3e3
    }

.LanguageList__LanguageFlag--18NMb {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px
}

.Layout__Layout--2KPWH {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    background: #f5f5f5
}

@media screen and (max-width:999px) {
    .Layout__Layout--2KPWH {
        flex-direction: column;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
        will-change: transform
    }

        .Layout__Layout--2KPWH.Layout__navigationIsOpen--2WT7h {
            -webkit-transform: translateX(280px);
            transform: translateX(280px)
        }
}

.Layout__LayoutInner--17rdX {
    flex: 1;
    overflow: auto
}

@media screen and (min-width:1366px) {
    .Layout__LayoutInner--17rdX {
        display: grid;
        grid-template-areas: "header header" "main sidebar";
        grid-template-columns: auto 360px;
        grid-template-rows: 72px calc(100% - 72px)
    }

    .Layout__Layout--2KPWH.Layout__hasFullMain--3hM8V .Layout__LayoutInner--17rdX {
        grid-template-areas: "header header" "main main"
    }

    .Layout__Layout--2KPWH.Layout__hasTabs--3Abfj .Layout__LayoutInner--17rdX {
        grid-template-areas: "header header" "tabs tabs" "main sidebar";
        grid-template-rows: 72px 60px calc(100% - 132px)
    }
}

.LineChart__LineChartContainer--1B8vQ {
    background: #fff;
    margin: 0 -16px;
    padding: 16px
}

@media screen and (min-width:1000px) {
    .LineChart__LineChartContainer--1B8vQ {
        margin: 4px 0 16px;
        box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2);
        border-radius: 4px
    }
}

.LineChart__LineChart--2aQur {
    position: relative;
    width: 100%;
    height: 520px;
    background: #54565a
}

@media screen and (max-width:999px) {
    .LineChart__LineChart--2aQur {
        border-radius: 4px;
        overflow: hidden
    }
}

.LineChart__LineChart--2aQur circle {
    stroke: #fd0;
    stroke-width: 4px;
    fill: #54565a
}

.LineChart__LineChart--2aQur .google-visualization-tooltip {
    pointer-events: none
}

    .LineChart__LineChart--2aQur .google-visualization-tooltip text {
        font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
        font-weight: 400 !important;
        fill: #343639 !important
    }

    .LineChart__LineChart--2aQur .google-visualization-tooltip > path {
        stroke-width: 0 !important
    }

    .LineChart__LineChart--2aQur .google-visualization-tooltip g:last-child text:first-child {
        fill: #9b9b9b !important
    }

.LineChart__LineChartLabels--3KMCQ {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    padding: 0 16px 0 56px;
    color: #fff
}

.List__List--2iDnm {
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .List__isColumns--1nxxZ {
        display: grid;
        grid-column-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.List__ListItem--FOwzH {
    flex: 1 1 33.33333%;
    list-style: none
}

.List__ListLink--nBALU {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.List__ListItemText--3Y0Nb {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.List__ListItem--FOwzH:focus .List__ListItemText--3Y0Nb, .List__ListItem--FOwzH:hover .List__ListItemText--3Y0Nb {
    text-decoration: underline
}

.Main__Main--geJkS {
    grid-area: main;
    position: relative
}

@media screen and (min-width:1366px) {
    .Main__Main--geJkS {
        overflow: auto
    }
}

@media screen and (max-width:999px) {
    .Main__isHiddenMobile--4KbGY {
        display: none
    }
}

.Main__MainInner--1kiY6 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 16px 0
}

@media screen and (min-width:1000px) {
    .Main__MainInner--1kiY6 {
        padding: 20px 24px 0
    }
}

.Main__MainInner--1kiY6 > * {
    flex-shrink: 0
}

.Notification__Notification--3y0OJ {
    display: block;
    margin-bottom: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2);
    transition: box-shadow .15s
}

    .Notification__Notification--3y0OJ.Notification__isSmall--85lv1 {
        box-shadow: none;
        border: 1px solid #efefef
    }

    .Notification__Notification--3y0OJ:focus, .Notification__Notification--3y0OJ:hover {
        box-shadow: .25rem 0 1.25rem 0 hsla(0, 0%, 61%, .3)
    }

    .Notification__Notification--3y0OJ:active {
        box-shadow: .063rem 0 .5rem 0 hsla(0, 0%, 61%, .2)
    }

.Notification__NotificationHeader--AW99P {
    display: flex;
    align-items: center;
    margin-bottom: 4px
}

.Notification__NotificationLabel--CNqIx {
    flex-grow: 1;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.Notification__NotificationDate--TwTzl {
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b
}

.Notification__NotificationIndicator--20ZMQ {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: #fd0;
    border-radius: 50%
}

.Notification__NotificationHeading--3twPU {
    font-size: 14px;
    line-height: 20px
}

.Notification__NotificationBody--3ImO5 {
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b
}

.NumberInput__NumberInput--3PeYe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    background: #e5f3f0;
    border-radius: 4px
}

.NumberInput__NumberInputFigure--3PhOL {
    font-size: 20px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.NumberInput__NumberInputButton--zIA_s {
    border: 0;
    outline: 0;
    background: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e5f3f0;
    border-radius: 4px;
    fill: #008f70;
    transition: background .15s
}

    .NumberInput__NumberInputButton--zIA_s::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media screen and (min-width:1000px) {
    .NumberInput__NumberInputButton--zIA_s {
        width: 36px;
        height: 36px
    }
}

.NumberInput__NumberInputButton--zIA_s:hover {
    background: #cce8e2
}

.NumberInput__NumberInputButton--zIA_s:active, .NumberInput__NumberInputButton--zIA_s:focus {
    background: #b2ddd4
}

.NumberInput__NumberInputButton--zIA_s[disabled] {
    background: none;
    fill: #9b9b9b;
    pointer-events: none
}

.PageHeader__PageHeader--t3PEe {
    grid-area: header;
    padding: 16px 16px 0
}

@media screen and (min-width:1000px) {
    .PageHeader__PageHeader--t3PEe {
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 72px;
        padding: 0 24px;
        background: #484a4c;
        color: #fff
    }

        .PageHeader__PageHeader--t3PEe.PageHeader__isMobile--HXFf1 {
            display: none
        }
}

@media screen and (max-width:999px) {
    .PageHeader__PageHeader--t3PEe.PageHeader__isDesktop--295sX {
        display: none
    }
}

.PageHeader__PageHeading--1SZ5R {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

@media screen and (min-width:1000px) {
    .PageHeader__PageHeading--1SZ5R {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

@media screen and (min-width:1000px) {
    .PageHeader__PageHeaderMeta--1mn2T {
        display: flex;
        align-items: center;
        margin-left: 16px
    }
}

@media screen and (max-width:999px) {
    .PageHeader__PageHeaderMeta--1mn2T {
        margin-top: 8px
    }
}

.Success__Success--1mXNM {
    margin: 8px 0;
    fill: #008f70;
    -webkit-animation: Success__successBounceIn--3e6vZ .3s cubic-bezier(.175, .885, .32, 1.275);
    animation: Success__successBounceIn--3e6vZ .3s cubic-bezier(.175, .885, .32, 1.275)
}

@-webkit-keyframes Success__successBounceIn--3e6vZ {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes Success__successBounceIn--3e6vZ {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.Steps__Steps--VS5-A {
    width: 160px;
    margin: 0 auto 16px;
    list-style: none;
    text-align: left
}

.Steps__Step--OCMBn {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    fill: #008f70
}

.Steps__StepName--235oo {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px
}

.SectionHeader__SectionHeader--OV8dT {
    position: relative;
    margin-bottom: 12px
}

@media screen and (max-width:999px) {
    .SectionHeader__isFullDesktop--3q4yB {
        margin: 0 -16px;
        padding: 16px 16px 0;
        background: #fff
    }
}

@media screen and (max-width:999px) {
    .SectionHeader__isVisibleDesktop--GmuZA {
        display: none
    }
}

@media screen and (max-width:1365px) {
    .SectionHeader__isVisibleDesktopLarge--2VFkK {
        display: none
    }
}

@media screen and (min-width:1000px) {
    .SectionHeader__isVisibleMobile--1o7ou {
        display: none
    }
}

.SectionHeader__SectionHeading--2ykn4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

@media screen and (max-width:999px) {
    .SectionHeader__SectionHeading--2ykn4.SectionHeader__isDesktop--xRivt {
        display: none
    }
}

@media screen and (min-width:1000px) {
    .SectionHeader__SectionHeading--2ykn4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }

        .SectionHeader__SectionHeading--2ykn4.SectionHeader__isMobile--1CQbK {
            display: none
        }
}

.SectionSubheader__SectionSubheader--1OPJ9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.SectionSubheader__SectionSubheaderHeading--1qaK_ {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700
}

.StripHeader__StripHeader--gsaLA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
    margin-bottom: 16px;
    padding: 0 8px;
    background: #484a4c;
    border-radius: 4px
}

.StripHeader__StripHeaderText--3oBUQ {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.Tabs__Tabs--3_svO {
    display: flex;
    overflow-x: auto;
    padding-bottom: 24px
}

@media screen and (min-width:1366px) {
    .Tabs__isHiddenDesktopLarge--1aCSp {
        display: none
    }
}

@media screen and (max-width:999px) {
    .Tabs__isHiddenMobile--2SkoM {
        display: none
    }
}

.Tabs__isSticky--1B-qk {
    grid-area: tabs;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: #f5f5f5;
    transition: box-shadow .25s;
    margin-bottom: -16px
}

@media screen and (min-width:1000px) {
    .Tabs__isSticky--1B-qk {
        top: 72px;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #d7d7d7
    }
}

@media screen and (max-width:999px) {
    .Tabs__isStuck--2cBf8 {
        box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .1)
    }
}

.Tabs__Tab--1w6Rb {
    border: 0;
    outline: 0;
    background: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    margin-right: 8px;
    border-radius: 4px;
    background: #fff;
    font-weight: 700;
    white-space: nowrap;
    color: #343639;
    fill: #343639;
    transition: background .15s
}

    .Tabs__Tab--1w6Rb::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media screen and (min-width:1000px) {
    .Tabs__Tab--1w6Rb {
        height: 32px
    }

    .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        height: 60px;
        margin: 0;
        padding: 0 24px;
        background: none;
        border-radius: 0;
        border-right: 1px solid #d7d7d7
    }

        .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb:hover {
            background: #e3e3e3
        }

        .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb:active, .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb:focus {
            background: #d7d7d7
        }

        .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb.Tabs__isActive--1I2rH {
            background: #fd0
        }
}

@media screen and (max-width:999px) {
    .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb {
        flex: 1;
        margin: 0;
        border-radius: 0
    }

        .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb:first-child {
            border-radius: 4px 0 0 4px
        }

        .Tabs__Tabs--3_svO.Tabs__isSticky--1B-qk .Tabs__Tab--1w6Rb:last-child {
            border-radius: 0 4px 4px 0
        }
}

.Tabs__Tab--1w6Rb:hover {
    background: #e3e3e3
}

.Tabs__Tab--1w6Rb:active, .Tabs__Tab--1w6Rb:focus {
    background: #d7d7d7
}

.Tabs__Tab--1w6Rb.Tabs__isActive--1I2rH, .Tabs__Tab--1w6Rb.Tabs__isActive--1I2rH:active, .Tabs__Tab--1w6Rb.Tabs__isActive--1I2rH:focus, .Tabs__Tab--1w6Rb.Tabs__isActive--1I2rH:hover {
    background: #fd0
}

.Tournament__Tournament--5Ja7R {
    margin-bottom: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2)
}

.Tournament__TournamentContent--13k1g {
    padding: 16px
}

.Tournament__TournamentHeading--2Wdbo {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.Tournament__TournamentInfo--DNeNi {
    display: flex;
    flex-wrap: wrap
}

.Tournament__TournamentInfoItem--1MXfG {
    list-style: none;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #d7d7d7;
    font-size: 14px;
    line-height: 20px
}

    .Tournament__TournamentInfoItem--1MXfG:last-child {
        border-right: 0
    }

.Tournament__TournamentActions--3YU_m {
    display: flex;
    border-top: 1px solid #efefef;
    border-radius: 0 0 4px 4px;
    overflow: hidden
}

.Tournament__TournamentAction--1GcZf {
    border: 0;
    outline: 0;
    background: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    font-size: 12px;
    line-height: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 76px;
    color: #9b9b9b;
    fill: #343639;
    transition: background .15s, color .15s
}

    .Tournament__TournamentAction--1GcZf::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media screen and (min-width:1000px) {
    .Tournament__TournamentAction--1GcZf {
        font-size: 14px;
        line-height: 20px;
        flex-direction: row;
        height: 36px
    }
}

.Tournament__TournamentAction--1GcZf:hover {
    background: #e3e3e3;
    color: #343639
}

.Tournament__TournamentAction--1GcZf:active, .Tournament__TournamentAction--1GcZf:focus {
    background: #d7d7d7;
    color: #343639
}

.Tournament__TournamentAction--1GcZf + .Tournament__TournamentAction--1GcZf {
    border-left: 1px solid #efefef
}

.Tournament__primary--3lpe- {
    background: #008f70;
    color: #fff;
    fill: #fff
}

    .Tournament__primary--3lpe-:hover {
        background: #008064;
        color: #fff
    }

    .Tournament__primary--3lpe-:active, .Tournament__primary--3lpe-:focus {
        background: #007259;
        color: #fff
    }

.Tournament__TournamentActionText--15rCD {
    margin-top: 8px
}

@media screen and (min-width:1000px) {
    .Tournament__TournamentActionText--15rCD {
        margin-top: 0;
        margin-left: 8px
    }
}

.Tournament__TournamentActionNumber--2nn3- {
    font-size: 20px;
    font-weight: 700;
    color: #343639
}

.TournamentEntry__TournamentEntry--Uvyp4 {
    min-height: 320px
}

@media screen and (min-width:1366px) {
    .Status__Status--vqkzO {
        grid-area: sidebar;
        width: 360px;
        padding: 0;
        background: #fff;
        overflow: auto
    }
}

.Status__StatusMobile--IoRJA {
    background: #343639;
    padding: 16px
}

@media screen and (min-width:1000px) {
    .Status__StatusMobile--IoRJA {
        padding: 16px 24px
    }
}

@media screen and (min-width:1366px) {
    .Status__StatusMobile--IoRJA {
        display: none
    }
}

.Status__StatusDesktop--1GYmH {
    display: none
}

@media screen and (min-width:1366px) {
    .Status__StatusDesktop--1GYmH {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

.Status__StatusSummary--2DMZC {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    min-height: 44px;
    border-radius: 4px;
    background: #484a4c
}

@media screen and (min-width:1366px) {
    .Status__StatusSummary--2DMZC {
        display: none
    }
}

.Status__StatusSummary--2DMZC + .Status__StatusSummary--2DMZC {
    margin-top: 8px
}

.Status__StatusSummaryText--2fEx5 {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.Status__StatusSummaryCta--2KFAk {
    margin-left: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b
}

.Status__StatusMessage--1IC_X {
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b
}

.Violation__Violation--3k4AQ {
    position: relative;
    display: block;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2);
    transition: box-shadow .15s
}

@media screen and (min-width:1000px) {
    .Violation__Violation--3k4AQ {
        display: flex;
        flex-direction: row-reverse;
        width: 100%
    }
}

a.Violation__Violation--3k4AQ:focus, a.Violation__Violation--3k4AQ:hover {
    box-shadow: .25rem 0 1.25rem 0 hsla(0, 0%, 61%, .3)
}

a.Violation__Violation--3k4AQ:active {
    box-shadow: .063rem 0 .5rem 0 hsla(0, 0%, 61%, .2)
}

.Violation__Violation--3k4AQ.Violation__isSmall--3Gq0K {
    border: 1px solid #efefef;
    box-shadow: none
}

.Violation__ViolationSelectable--340sa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media screen and (min-width:1000px) {
    .Violation__ViolationSelectable--340sa {
        position: relative;
        border-left: 1px solid #efefef
    }
}

.Violation__ViolationInput--8V5rQ {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.Violation__ViolationIndicator--2wBoy {
    width: 100%;
    height: 100%
}

@media screen and (max-width:999px) {
    .Violation__ViolationIndicator--2wBoy {
        opacity: 0;
        border: 1px solid #fd0;
        background: rgba(255, 221, 0, .1);
        border-radius: 4px;
        transition: opacity .15s
    }

    .Violation__ViolationInput--8V5rQ:checked ~ .Violation__ViolationIndicator--2wBoy {
        opacity: 1
    }
}

@media screen and (min-width:1000px) {
    .Violation__ViolationIndicator--2wBoy {
        font-size: 14px;
        line-height: 20px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 88px;
        border-radius: 0 4px 4px 0;
        transition: background .15s
    }

    .Violation__ViolationInput--8V5rQ:checked ~ .Violation__ViolationIndicator--2wBoy {
        background: #fd0
    }

    .Violation__ViolationIndicator--2wBoy:after {
        content: attr(data-add)
    }

    .Violation__ViolationInput--8V5rQ:checked ~ .Violation__ViolationIndicator--2wBoy:after {
        content: attr(data-added)
    }
}

.Violation__ViolationIndicatorCheck--3Q0JZ {
    border-radius: 50%
}

@media screen and (min-width:1000px) {
    .Violation__ViolationIndicatorCheck--3Q0JZ {
        position: relative;
        display: block;
        width: 1rem;
        height: 1rem;
        margin-bottom: 8px;
        border: .125rem solid #343639;
        transition: background .15s
    }

    .Violation__ViolationInput--8V5rQ:checked ~ .Violation__ViolationIndicator--2wBoy .Violation__ViolationIndicatorCheck--3Q0JZ {
        background: #343639
    }
}

@media screen and (max-width:999px) {
    .Violation__ViolationIndicatorCheck--3Q0JZ {
        position: absolute;
        top: -4px;
        right: -4px;
        width: 1.25rem;
        height: 1.25rem;
        background: #343639
    }
}

.Violation__ViolationIndicatorCheck--3Q0JZ:before {
    content: "";
    position: absolute;
    top: .313rem;
    left: .25rem;
    width: .75rem;
    height: .375rem;
    -webkit-transform: rotate(-45deg) scale(2);
    transform: rotate(-45deg) scale(2);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: opacity .15s, -webkit-transform .15s;
    transition: transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s, -webkit-transform .15s
}

@media screen and (min-width:1000px) {
    .Violation__ViolationIndicatorCheck--3Q0JZ:before {
        border-color: #fd0;
        width: .625rem;
        height: .313rem;
        top: .125rem;
        left: .063rem
    }
}

.Violation__ViolationInput--8V5rQ:checked ~ .Violation__ViolationIndicator--2wBoy .Violation__ViolationIndicatorCheck--3Q0JZ:before {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1
}

.Violation__ViolationContent--3J62Y {
    flex: 1;
    padding: 16px
}

.Violation__ViolationHeading--2BvRB {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 4px
}

.Violation__Violation--3k4AQ.Violation__isSmall--3Gq0K .Violation__ViolationHeading--2BvRB {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700
}

.Violation__ViolationInfo--3vlkd {
    display: flex;
    flex-wrap: wrap
}

.Violation__ViolationInfoItem--1tRr4 {
    list-style: none;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #9b9b9b;
    font-size: 14px;
    line-height: 20px
}

    .Violation__ViolationInfoItem--1tRr4:last-child {
        border-right: 0
    }

.Violation__ViolationStatus--3aBoW {
    display: flex;
    flex-wrap: wrap
}

.Violation__ViolationStatusItem--23kQC {
    flex: none;
    margin-top: 8px;
    margin-right: 32px;
    min-width: 72px
}

    .Violation__ViolationStatusItem--23kQC.Violation__stretch--q6PYs {
        margin-top: 4px;
        width: 100%
    }

    .Violation__ViolationStatusItem--23kQC.Violation__warning--z9wRX {
        color: #d0021b;
        fill: #d0021b
    }

@media screen and (min-width:1000px) {
    .Violation__Violation--3k4AQ:not(.Violation__isSmall--3Gq0K) .Violation__ViolationStatusItem--23kQC {
        flex: 1 1 160px;
        margin-right: 16px;
        min-width: auto
    }

        .Violation__Violation--3k4AQ:not(.Violation__isSmall--3Gq0K) .Violation__ViolationStatusItem--23kQC.Violation__stretch--q6PYs {
            width: auto;
            margin-top: 4px
        }
}

.Violation__ViolationStatusIcon--3750Y {
    margin-right: 4px
}

.Violation__ViolationStatusHeading--35315 {
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    margin-bottom: 4px
}

.Violation__Violation--3k4AQ.Violation__isSmall--3Gq0K .Violation__ViolationStatusHeading--35315 {
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b
}

.Violation__Violation--3k4AQ.Violation__isSmall--3Gq0K .Violation__ViolationStatusItem--23kQC.Violation__stretch--q6PYs .Violation__ViolationStatusHeading--35315 {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important
}

@media screen and (max-width:999px) {
    .Violation__ViolationStatusItem--23kQC.Violation__stretch--q6PYs .Violation__ViolationStatusHeading--35315 {
        position: absolute !important;
        clip: rect(0, 0, 0, 0) !important;
        overflow: hidden !important;
        height: 1px !important;
        width: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        border: 0 !important
    }
}

.Violation__ViolationStatusDescription--1qwSs {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700
}

.Violation__ViolationStatusItem--23kQC.Violation__stretch--q6PYs .Violation__ViolationStatusDescription--1qwSs {
    font-weight: 400
}

.Sidebar__Sidebar--sdr1Z {
    grid-area: sidebar;
    margin-bottom: 16px;
    padding: 0 16px
}

@media screen and (min-width:1000px) {
    .Sidebar__Sidebar--sdr1Z {
        padding: 0 24px
    }
}

@media screen and (min-width:1366px) {
    .Sidebar__Sidebar--sdr1Z {
        margin: 0;
        padding: 0
    }
}

@media screen and (max-width:999px) {
    .Sidebar__isHiddenMobile--1M-68 {
        display: none
    }
}

@media screen and (max-width:999px) {
    .Sidebar__isFullMobile--PQgOh {
        margin: 0;
        padding: 0
    }
}

.Sidebar__SidebarInner--1mdrf {
    height: 100%;
    background: #fff
}

@media screen and (max-width:1365px) {
    .Sidebar__SidebarInner--1mdrf {
        overflow: hidden;
        border-radius: 4px;
        box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2)
    }
}

@media screen and (max-width:999px) {
    .Sidebar__isFullMobile--PQgOh .Sidebar__SidebarInner--1mdrf {
        border-radius: 0;
        box-shadow: 0
    }
}

.Sidebar__SidebarHeading--1oFWH {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 12px
}

.Sidebar__SidebarText--1cznN {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px
}

.ViolationSummary__ViolationSummary--WeEbl {
    min-width: 100%;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2);
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.ViolationSummary__ViolationSummaryContent--1uPVS {
    padding: 16px
}

.ViolationSummary__ViolationSummaryText--12Mi9 {
    font-size: 14px;
    line-height: 20px
}

.ViolationSummary__ViolationSummaryHeader--dx3nd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.ViolationSummary__ViolationSummaryActions--191Cu {
    display: flex;
    border-top: 1px solid #efefef;
    border-radius: 0 0 4px 4px;
    overflow: hidden
}

.ViolationSummary__ViolationSummaryAction--2jNHn {
    border: 0;
    outline: 0;
    background: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    font-size: 12px;
    line-height: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 76px;
    color: #9b9b9b;
    fill: #343639;
    transition: background .15s, color .15s
}

    .ViolationSummary__ViolationSummaryAction--2jNHn::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media screen and (min-width:1000px) {
    .ViolationSummary__ViolationSummaryAction--2jNHn {
        font-size: 14px;
        line-height: 20px;
        flex-direction: row;
        height: 36px
    }
}

.ViolationSummary__ViolationSummaryAction--2jNHn:hover {
    background: #e3e3e3;
    color: #343639
}

.ViolationSummary__ViolationSummaryAction--2jNHn:active, .ViolationSummary__ViolationSummaryAction--2jNHn:focus {
    background: #d7d7d7;
    color: #343639
}

.ViolationSummary__ViolationSummaryAction--2jNHn + .ViolationSummary__ViolationSummaryAction--2jNHn {
    border-left: 1px solid #efefef
}

.ViolationSummary__primary--3Jeo6 {
    background: #008f70;
    color: #fff;
    fill: #fff
}

    .ViolationSummary__primary--3Jeo6:hover {
        background: #008064;
        color: #fff
    }

    .ViolationSummary__primary--3Jeo6:active, .ViolationSummary__primary--3Jeo6:focus {
        background: #007259;
        color: #fff
    }

.ViolationSummary__ViolationSummaryActionText--2cQJy {
    margin-top: 8px
}

@media screen and (min-width:1000px) {
    .ViolationSummary__ViolationSummaryActionText--2cQJy {
        margin-top: 0;
        margin-left: 8px
    }
}

.PlayerList__PlayerList--HP4rO {
    display: none
}

@media screen and (min-width:1000px) {
    .PlayerList__PlayerList--HP4rO {
        padding: 20px 24px 0
    }
}

@media screen and (min-width:1366px) {
    .PlayerList__PlayerList--HP4rO {
        display: block;
        grid-area: sidebar;
        width: 360px;
        padding: 0;
        background: #fff;
        overflow: auto
    }
}

.PlayerList__PlayerList--HP4rO.PlayerList__isVisible--OjxbD {
    display: block
}

.PlayerList__PlayerListInner--3OJMS {
    padding: 32px 16px 0;
    background: #fff
}

@media screen and (min-width:1000px) {
    .PlayerList__PlayerListInner--3OJMS {
        border-radius: 4px;
        box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2);
        overflow: auto;
        padding: 16px 16px 0
    }
}

@media screen and (min-width:1366px) {
    .PlayerList__PlayerListInner--3OJMS {
        display: flex;
        flex-direction: column;
        height: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 0 24px 0 16px
    }

        .PlayerList__PlayerListInner--3OJMS > * {
            flex-shrink: 0
        }
}

@media screen and (min-width:1366px) {
    .PlayerList__PlayerListHeader--HQqOm {
        margin-top: 20px
    }
}

.PlayerList__PlayerListKey--3G5ft {
    background: #fff;
    padding-bottom: 16px
}

.PlayerList__PlayerListDraws--2mHFn {
    margin: 0 -16px
}

@media screen and (min-width:1366px) {
    .PlayerList__PlayerListDraws--2mHFn {
        margin-right: -24px;
        border-top: 1px solid #efefef
    }
}

.RankingsKey__RankingsKey--1WFbG {
    background: #fff
}

.RankingsKey__RankingsKeyInner--3wkgM {
    padding: 12px 8px;
    background: #f5f5f5;
    border-radius: 4px
}

.RankingsKey__RankingsKeyList--1ksrb {
    margin-bottom: 8px
}

.RankingsKey__RankingsKeyLink--15LXB {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: underline
}

    .RankingsKey__RankingsKeyLink--15LXB:focus, .RankingsKey__RankingsKeyLink--15LXB:hover {
        color: #5c5e60
    }

.RankingsKey__RankingsKeyHeading--33tAR {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9b9b9b;
    display: block;
    margin-bottom: 12px;
    color: #343639
}

.RankingsKey__RankingsKeyAbbreviation--3HsZz {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    width: 32px;
    float: left
}

.RankingsKey__RankingsKeyDescription--2JWCl {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px
}

.RankingSummary__RankingSummary--3ZNfu {
    overflow: hidden;
    min-width: 100%;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: .125rem 0 1rem 0 hsla(0, 0%, 61%, .2);
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

@media screen and (min-width:1000px) {
    .RankingSummary__RankingSummary--3ZNfu {
        display: flex
    }
}

.RankingSummary__RankingSummaryName--1Vnpy {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

@media screen and (min-width:1000px) {
    .RankingSummary__RankingSummaryName--1Vnpy {
        flex: 1;
        margin: 0 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.RankingSummary__RankingSummaryContent--1GZJX {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 16px;
    border-bottom: 1px solid #efefef
}

@media screen and (min-width:1000px) {
    .RankingSummary__RankingSummaryContent--1GZJX {
        flex: 1;
        padding: 0 16px;
        border-bottom: 0;
        border-right: 1px solid #efefef
    }
}

.RankingSummary__RankingSummaryRank--2k7wv {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

.RankingSummary__RankingSummaryIcon--2S7HT.RankingSummary__up--2f1dq {
    fill: #008f70
}

.RankingSummary__RankingSummaryIcon--2S7HT.RankingSummary__down--14cSX {
    fill: #d0021b
}

.RankingSummary__RankingSummaryIcon--2S7HT.RankingSummary__none--1IeGU {
    fill: #9b9b9b
}

.RankingSummary__RankingSummaryPoints--1kss3 {
    display: flex;
    width: 100%;
    margin-top: 4px
}

@media screen and (min-width:1000px) {
    .RankingSummary__RankingSummaryPoints--1kss3 {
        margin-top: 0;
        width: 160px
    }
}

.RankingSummary__RankingSummaryPointsCaption--27L5L {
    font-size: 16px;
    line-height: 20px;
    margin-right: 4px;
    color: #9b9b9b
}

.RankingSummary__RankingSummaryActions--2uWdj {
    display: flex
}

.RankingSummary__RankingSummaryAction--2JxG6 {
    border: 0;
    outline: 0;
    background: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    font-size: 12px;
    line-height: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 76px;
    color: #9b9b9b;
    fill: #343639;
    transition: background .15s, color .15s
}

    .RankingSummary__RankingSummaryAction--2JxG6::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media screen and (min-width:1000px) {
    .RankingSummary__RankingSummaryAction--2JxG6 {
        width: 120px;
        height: 60px
    }
}

.RankingSummary__RankingSummaryAction--2JxG6:hover {
    background: #e3e3e3;
    color: #343639
}

.RankingSummary__RankingSummaryAction--2JxG6:active, .RankingSummary__RankingSummaryAction--2JxG6:focus {
    background: #d7d7d7;
    color: #343639
}

.RankingSummary__RankingSummaryAction--2JxG6 + .RankingSummary__RankingSummaryAction--2JxG6 {
    border-left: 1px solid #efefef
}

.RankingSummary__primary--1GhD5 {
    background: #008f70;
    color: #fff;
    fill: #fff
}

    .RankingSummary__primary--1GhD5:hover {
        background: #008064;
        color: #fff
    }

    .RankingSummary__primary--1GhD5:active, .RankingSummary__primary--1GhD5:focus {
        background: #007259;
        color: #fff
    }

.RankingSummary__RankingSummaryActionText--1TRHc {
    margin-top: 8px
}

@media screen and (min-width:1000px) {
    .RankingSummary__RankingSummaryActionText--1TRHc {
        margin-top: 4px
    }
}

.RankingMeta__RankingMeta--1RRY6 {
    display: flex;
    align-items: center
}

@media screen and (min-width:1000px) {
    .RankingMeta__RankingMeta--1RRY6 {
        margin-right: 16px
    }
}

@media screen and (max-width:999px) {
    .RankingMeta__RankingMeta--1RRY6 {
        margin-bottom: 16px
    }
}

.RankingMeta__RankingMetaHeading--2hmqs {
    margin-right: 4px
}

.RankingMeta__RankingMetaDescription--1iGon {
    display: flex;
    align-items: center;
    margin-right: 16px;
    font-weight: 700
}

.RankingMeta__RankingMetaIcon--33eSB.RankingMeta__up--2JeJf {
    fill: #008f70
}

.RankingMeta__RankingMetaIcon--33eSB.RankingMeta__down--3JFl2 {
    fill: #d0021b
}

.RankingMeta__RankingMetaIcon--33eSB.RankingMeta__none--nI-xH {
    fill: #9b9b9b
}

@media screen and (min-width:768px) {
    .VideoList__VideoList--1UPEy {
        display: flex
    }
}

.VideoList__Video--1Pifv {
    flex: 1;
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .VideoList__Video--1Pifv + .VideoList__Video--1Pifv {
        margin-left: 16px
    }
}

.VideoList__Video--1Pifv video {
    width: 100%;
    margin-bottom: 8px
}

.ipin-api .Password, .ipin-api #continue, #intro, #register {
    display: none;
}
.change-email-login #intro, .change-email-login #register {
    display: none;
}
.change-email-login .Password, .changeemail_login #continue {
    display: block;
}
.Steps__Step--OCMBn {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    fill: #008f70;
}

.Steps__Steps--VS5-A {
    width: 160px;
    margin: 0 auto 16px;
    list-style: none;
    text-align: left;
}

.Heading__standard--axS_6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.Heading__Heading--3zorb {
    margin-bottom: 16px;
}

.Text__Text--Cwzi8 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

.Counter__Counter--15pgI {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 50%;
    color: #343639;
    text-align: center;
}

.Counter__isHighlight--2D611 {
    background: #fd0;
}

.Counter__isSmall--1SfKq {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 400;
}

.Steps__StepName--235oo {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
}

.Actions__Actions--B6E9t {
    display: block;
    margin-bottom: 16px;
}

.Actions__ActionsInner--17yg6 {
    display: flex;
    justify-content: space-between;
}

    .Actions__ActionsInner--17yg6 > * {
        flex: 1;
    }

.Button__Button--2N382 {
    border: 0;
    outline: 0;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    border-radius: 4px;
    background: none;
    color: #343639;
    fill: #343639;
    transition: background .15s;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

@media screen and (min-width:1000px) {
    .Button__Button--2N382 {
        height: 36px;
    }
}

.Button__primary--2sqnd {
    background: #008f70;
    color: #fff;
    fill: #fff;
}

.Button__Button--2N382:hover {
    background: #e3e3e3;
}

.Button__Button--2N382:active, .Button__Button--2N382:focus {
    background: #4e4545;
}

.Button__primary--2sqnd:hover {
    background: #008064;
    color: #fff;
}

.Button__primary--2sqnd:active, .Button__primary--2sqnd:focus {
    background: #007259;
    color: #fff;
}

.Button__secondary--ERup0{
	background:#9b9b9b;
	color:#fff;
	fill:#fff;
}

.Text__Text--Cwzi8 a {
	text-decoration:underline;
	white-space:nowrap;
	color: #324ca8
}

/* reset password hacks START */
div[data-name="resetpassword"] #email_ver_but_edit {
	display:none !important
}

div[data-name="resetpassword"] #continue {
	display:block;
}

div[data-name="resetpassword"] .buttons {
	flex-direction: column;
}

div[data-name="resetpassword"] .buttons button {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
}

div[data-name="resetpassword"] li.Password {
	display: block;
}

div[data-name="resetpassword"] .buttons #continue[disabled] {
    display:none
}
/* reset password hacks END */

/*** Styles added to fix the issue with zoom in on iphone START ***/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	#logonIdentifier,
	#password,
	#signInName,
	#email,
	.attrEntry input,
    .attrEntry select,
    .phoneEntry input,
    .phoneEntry select,
    #codeVerification input {
		font-size: 16px;
	}
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	#logonIdentifier,
	#password,
	#signInName,
	#email,
	.attrEntry input,
    .attrEntry select,
    .phoneEntry input,
    .phoneEntry select,
    #codeVerification input {
		font-size: 16px;
	}
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	#logonIdentifier,
	#password,
	#signInName,
	#email,
	.attrEntry input,
    .attrEntry select,
    .phoneEntry input,
    .phoneEntry select,
    #codeVerification input {
		font-size: 16px;
	}
}
/*** Styles added to fix the issue with zoom in on iphone END ***/