.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}
* html .goog-inline-block {
    display: inline;
}
*:first-child + html .goog-inline-block {
    display: inline;
}
.recaptcha-checkbox {
    border: none;
    font-size: 1px;
    height: 28px;
    margin: 4px;
    width: 28px;
    overflow: visible;
    outline: 0;
    vertical-align: text-bottom;
}
.recaptcha-checkbox-border:hover {
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
   border: 2px solid #b2b2b2;
}
.recaptcha-checkbox-border {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1;
}

.recaptcha-checkbox-borderAnimation {
    background-image: url("a0effe11485dbdb63e950b5520a444ca962869b0.png");
    background-repeat: no-repeat;
    border: none;
    height: 28px;
    outline: 0;
    position: absolute;
    width: 28px;
}
.recaptcha-checkbox-nodatauri.recaptcha-checkbox-borderAnimation {
    background-image: url("checkbox_sprite.png");
}
.recaptcha-checkbox-spinner-gif {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
    border: 2px solid #c1c1c1;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
.recaptcha-checkbox-spinner {
    background-color: #f9f9f9;
    /* border: 6px solid #4d90fe; */
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 36px;
    left: -4px;
    outline: 0;
    position: absolute;
    top: -4px;
    width: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-animation: spinner-spin linear 2.5s infinite;
    -o-animation: spinner-spin linear 2.5s infinite;
    animation: spinner-spin linear 2.5s infinite;
    animation-play-state: paused;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
@keyframes spinner-spin {
    0% {
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    10% {
        -webkit-transform: rotateZ(135deg);
        -ms-transform: rotateZ(135deg);
        -o-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }
    25% {
        -webkit-transform: rotateZ(245deg);
        -ms-transform: rotateZ(245deg);
        -o-transform: rotateZ(245deg);
        transform: rotateZ(245deg);
    }
    60% {
        -webkit-transform: rotateZ(700deg);
        -ms-transform: rotateZ(700deg);
        -o-transform: rotateZ(700deg);
        transform: rotateZ(700deg);
    }
    75% {
        -webkit-transform: rotateZ(810deg);
        -ms-transform: rotateZ(810deg);
        -o-transform: rotateZ(810deg);
        transform: rotateZ(810deg);
    }
    to {
        -webkit-transform: rotateZ(1080deg);
        -ms-transform: rotateZ(1080deg);
        -o-transform: rotateZ(1080deg);
        transform: rotateZ(1080deg);
    }
}
.recaptcha-checkbox-spinner-overlay {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 38px;
    height: 19px;
    background-color: #f9f9f9;
    -webkit-animation: overlay-spin linear 1s;
    -o-animation: overlay-spin linear 1s;
    animation: overlay-spin linear 1s;
    animation-play-state: paused;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-border-radius: 38px 38px 0 0;
    -moz-border-radius: 38px 38px 0 0;
    border-radius: 38px 38px 0 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    opacity: 0;
}
@keyframes overlay-spin {
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotateZ(225deg);
        -ms-transform: rotateZ(225deg);
        -o-transform: rotateZ(225deg);
        transform: rotateZ(225deg);
    }
}
.recaptcha-checkbox-checkmark {
    background-image: url("Images/2bf85a7044696bbde014fc954e4e186fe98cc5fd.png");
    background-repeat: no-repeat;
    border: none;
    height: 30px;
    left: -5px;
    outline: 0;
    position: absolute;
    width: 38px;
}
.rc-anchor-dark .recaptcha-checkbox-spinner,
.rc-anchor-dark .recaptcha-checkbox-spinner-overlay {
    background-color: #222;
}
.recaptcha-checkbox-nodatauri.recaptcha-checkbox-checkmark {
    background-image: url("Images/checkmark_sprite.png");
}
.recaptcha-checkbox-hover .recaptcha-checkbox-border,
.recaptcha-checkbox-hover .recaptcha-checkbox-spinner-gif {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid #b2b2b2;
}
.recaptcha-checkbox-focused .recaptcha-checkbox-border,
.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #4d90fe;
}
.recaptcha-checkbox-active .recaptcha-checkbox-border,
.recaptcha-checkbox-active .recaptcha-checkbox-spinner-gif {
    background-color: #ebebeb;
}
.recaptcha-checkbox-disabled .recaptcha-checkbox-border,
.recaptcha-checkbox-disabled .recaptcha-checkbox-spinner-gif {
    background-color: #f1f1f1;
}
.recaptcha-checkbox-loading .recaptcha-checkbox-spinner-gif {
    background-image: url("Images/loading.gif");
}
.recaptcha-checkbox-checked .recaptcha-checkbox-border,
.recaptcha-checkbox-checked .recaptcha-checkbox-spinner-gif {
    visibility: hidden;
}
.recaptcha-checkbox-checked .recaptcha-checkbox-checkmark {
    background-position: 0 -600px;
}
.recaptcha-checkbox-expired .recaptcha-checkbox-border,
.recaptcha-checkbox-expired .recaptcha-checkbox-spinner-gif {
    border: 2px solid #f00;
}
.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused
    .recaptcha-checkbox-border,
.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused
    .recaptcha-checkbox-spinner-gif {
    border: 2px solid #c1c1c1;
}
.rc-anchor {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}
.rc-anchor-normal {
    height: 74px;
    width: 300px;
}
.rc-anchor-compact {
    height: 136px;
    width: 156px;
}
.rc-anchor-dark {
    background: #222;
    color: #fff;
}
.rc-anchor-dark.rc-anchor-normal,
.rc-anchor-dark.rc-anchor-compact {
    border: 1px solid #525252;
}
.rc-anchor-light {
    background: #f9f9f9;
    color: #000;
}
.rc-anchor-light.rc-anchor-normal,
.rc-anchor-light.rc-anchor-compact {
    border: 1px solid #d3d3d3;
}
.rc-inline-block {
    display: inline-block;
    height: 100%;
}
.rc-anchor-center-container {
    display: table;
    height: 100%;
}
.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle;
}
.rc-anchor-content {
    display: inline-block;
    position: relative;
}
.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px;
}
.rc-anchor-compact .rc-anchor-content {
    height: 85px;
}
.rc-anchor-error-message {
    color: #f00;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 10px;
}
.rc-anchor-checkbox {
    margin: 0 12px 2px 12px;
}
.rc-anchor-checkbox-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px;
}
.rc-anchor-compact .rc-anchor-checkbox-label {
    width: 95px;
}
.rc-anchor-error-msg-container {
    color: #f00;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px;
    position: absolute;
    top: 0;
}
.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    width: 240px;
}
.rc-anchor-normal.rc-anchor-error .rc-anchor-content {
    margin-top: 10px;
}
.rc-anchor-compact.rc-anchor-error .rc-anchor-content {
    margin-top: 25px;
}
.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px;
}
.rc-anchor-compact-footer {
    margin: 0 12px;
    text-align: center;
    width: 136px;
}
.rc-anchor-logo-img {
    background: url("Images/logo_48.png");
    background-repeat: no-repeat;
}
.rc-anchor-logo-img-ie8 {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/logo_48.png",sizingMethod="scale");
}
.rc-anchor-logo-text {
    cursor: default;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center;
}
.rc-anchor-light .rc-anchor-logo-text,
.rc-anchor-light div a:link,
.rc-anchor-light div a:visited {
    color: #555;
}
.rc-anchor-dark .rc-anchor-logo-text,
.rc-anchor-dark div a:link,
.rc-anchor-dark div a:visited {
    color: #f5f5f5;
}
.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rc-anchor-logo-img-portrait {
    -webkit-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    width: 32px;
}
.rc-anchor-logo-landscape {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rc-anchor-logo-img-landscape {
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
}
.rc-anchor-logo-landscape-text-holder {
    display: inline-block;
    height: 24px;
    margin: 0 2px 0 2px;
    width: 54px;
}
.rc-anchor-normal .rc-anchor-pt,
.rc-anchor-invisible .rc-anchor-pt,
.rc-anchor-compact .rc-anchor-pt {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 8px;
    font-weight: 400;
}
.rc-anchor-pt {
    background-image: url("Images/d894b96926d2e023faa13081d2c497d8532037eb.png");
}
.rc-anchor-pt a {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}
.rc-anchor-pt a:hover {
    text-decoration: underline;
}
.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 276px;
}
.rc-anchor-compact .rc-anchor-pt {
    margin: 0 0 2px 0;
    width: 132px;
}
.rc-anchor-aria-status {
    display: none;
}
#rc-anchor-alert,
.rc-anchor-alert {
    color: red;
    font-size: 9px;
    margin: 2px;
    position: absolute;
    top: 0;
}
#rc-anchor-over-quota {
    bottom: 0;
    color: #555;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 9px;
    padding: 4px;
    position: absolute;
    width: 170px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 20px;
}
.rc-anchor-compact .rc-anchor-content #rc-anchor-over-quota {
    width: 148px;
}
.rc-anchor-normal .rc-anchor-pt.rc-anchor-over-quota-pt {
    width: 130px;
}
.rc-anchor-logo-portrait.rc-anchor-over-quota-logo {
    margin-top: 6px;
}
#rc-anchor-invisible-over-quota {
    font-size: 9px;
    line-height: initial;
}
#rc-anchor-invisible-over-quota a {
    color: white;
}
.rc-anchor-invisible {
    height: 60px;
    width: 256px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.rc-anchor-invisible-text {
    background: #1a73e8;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 166px;
    -ms-flex-preferred-size: 166px;
    flex-basis: 166px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 20px;
    padding: 0 16px;
    white-space: nowrap;
}
.rc-anchor-invisible-text.smalltext {
    font-size: 12px;
    padding: 0 10px;
    line-height: 16px;
    white-space: normal;
}
.rc-anchor-invisible-text.smalltext .rc-anchor-pt {
    line-height: 12px;
    white-space: normal;
}
.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
    font-size: 9px;
}
.rc-anchor-normal-footer.smalltext .rc-anchor-pt {
    font-size: 5px;
    line-height: 6px;
}
.rc-anchor-invisible-text strong {
    font-weight: 500;
}
.rc-anchor-invisible .rc-anchor-normal-footer .rc-anchor-pt {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    width: 70px;
    margin-top: 2px;
}
.rc-anchor-logo-img-large {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px;
    margin: 5px 15px 0 15px;
    height: 40px;
    width: 40px;
}
.rc-anchor-invisible-nohover .rc-anchor-logo-img-large,
.rc-anchor-invisible-hover-hovered .rc-anchor-logo-img-large {
    -webkit-background-size: 44px;
    -o-background-size: 44px;
    background-size: 44px;
    margin: 8px 13px 0 13px;
    height: 44px;
    width: 44px;
}
.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt,
.rc-anchor-invisible-hover-hovered .rc-anchor-normal-footer .rc-anchor-pt {
    opacity: 0;
}
.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt,
.rc-anchor-invisible-hover-hovered .rc-anchor-invisible-text .rc-anchor-pt {
    opacity: 1;
}
.rc-anchor-invisible-text .rc-anchor-pt {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.rc-anchor-invisible-text .rc-anchor-pt a:link,
.rc-anchor-invisible-text .rc-anchor-pt a:visited {
    color: white;
    font-size: 10px;
}
.rc-anchor-invisible-hover .rc-anchor-invisible-text .rc-anchor-pt a:link {
    display: none;
}
.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt a:link,
.rc-anchor-invisible-hover-hovered
    .rc-anchor-invisible-text
    .rc-anchor-pt
    a:link,
.rc-anchor-invisible-hover .rc-anchor-normal-footer .rc-anchor-pt a:link {
    display: inline;
}
.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt a:link,
.rc-anchor-invisible-hover-hovered
    .rc-anchor-normal-footer
    .rc-anchor-pt
    a:link {
    display: none;
}
.rc-audiochallenge-response-field {
    margin: 7px;
    text-align: center;
}
.rc-audiochallenge-response-field .rc-response-input-field {
    width: 220px;
}
.rc-audiochallenge-error-message {
    color: #ff1b1b;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0 20px;
}
.rc-audiochallenge-instructions {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px;
}
.rc-audiochallenge-play-button {
    margin: 0 20px 0 20px;
}
.rc-audiochallenge-play-button .rc-button-default {
    background: #d8d8d8;
    color: #000;
    font-weight: 500;
    width: 100%;
}
.rc-audiochallenge-input-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px;
}
.rc-audiochallenge-control audio {
    height: 30px;
    width: 240px;
}
.rc-audiochallenge-tdownload {
    margin: 5px 20px 5px 20px;
    text-align: center;
}
.rc-audiochallenge-tdownload-link {
    background-image: url("download_white.png");
    background-repeat: no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: 0.55;
    overflow: hidden;
    width: 36px;
}
.rc-audiochallenge-tdownload-link:focus-visible {
    background-color: #d8d8d8;
}
@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
    .rc-audiochallenge-tdownload-link {
        background-image: url("download_white.png");
        background-repeat: no-repeat;
        -webkit-background-size: 36px 36px;
        background-size: 36px;
        color: transparent;
        display: inline-block;
        height: 36px;
        opacity: 0.55;
        overflow: hidden;
        width: 36px;
    }
}
.rc-audiochallenge-tdownload-link-on-dark {
    background-image: url("download_white.png");
    background-repeat: no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: 0.55;
    overflow: hidden;
    width: 36px;
}
.rc-audiochallenge-tdownload-link-on-dark:focus-visible {
    background-color: #d8d8d8;
}
.rc-audiochallenge-tdownload-link:focus,
.rc-audiochallenge-tdownload-link:hover {
    opacity: 0.8;
    outline: none;
}
.rc-audiochallenge-tdownload-link-on-dark:focus,
.rc-audiochallenge-tdownload-link-on-dark:hover {
    opacity: 0.8;
    outline: none;
}
.fake-focus-audio {
    height: 0;
    opacity: 0;
    width: 0;
}
.rc-button-default {
    background: #1a73e8;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    min-width: 100px;
    padding: 0 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rc-button-default:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2pt #185abc;
    box-shadow: 0 0 0 2pt #185abc;
}
.rc-button-default-disabled {
    background: rgba(73, 143, 225, 0.5);
    cursor: default;
}
.rc-button-red {
    background: #e24a4a;
}
.rc-button-default-disabled.rc-button-red {
    background: rgba(226, 74, 74, 0.49);
}
.rc-canvas-image {
    display: none;
}
.rc-canvas-canvas {
    cursor: pointer;
}
body {
    margin: 0;
}
.rc-imageselect-instructions strong {
    font-weight: 900;
    display: block;
    font-size: 28px;
}
.rc-footer {
    font-family: Roboto, helvetica, arial, sans-serif;
    position: relative;
    width: 100%;
}
.rc-separator {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 1px;
}
.rc-controls {
    width: 100%;
}
.primary-controls {
    height: 60px;
}
.rc-buttons {
    float: left;
    height: 48px;
    margin: 6px 0 6px 6px;
    background-repeat: no-repeat;
}
.fake-focus {
    height: 0;
    opacity: 0;
    width: 0;
}
.button-holder {
    float: left;
    height: 48px;
}
.rc-button-reload {
    background: url("Images/refresh_2x.png");
}
.rc-button-reload:focus-visible {
    background-color: #d8d8d8;
}
@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
    .rc-button-reload {
        background: url("Images/refresh_white_2x.png");
    }
}
.rc-button-reload-on-dark {
    background: url("Images/refresh_white_2x.png");
}
.rc-button-reload-on-dark:focus-visible {
    background-color: #d8d8d8;
}
.rc-button-audio {
    background: url("Images/audio_2x.png");
}
.rc-button-audio:focus-visible {
    background-color: #d8d8d8;
}
@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
    .rc-button-audio {
        background: url("Images/audio_white_2x.png");
    }
}
.rc-button-audio-on-dark {
    background: url("Images/audio_white_2x.png");
}
.rc-button-audio-on-dark:focus-visible {
    background-color: #d8d8d8;
}
.rc-button-image {
    background: url("image_2x.png");
}
.rc-button-image:focus-visible {
    background-color: #d8d8d8;
}
@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
    .rc-button-image {
        background: url("image_white_2x.png");
    }
}
.rc-button-image-on-dark {
    background: url("image_white_2x.png");
}
.rc-button-image-on-dark:focus-visible {
    background-color: #d8d8d8;
}
.rc-button-liveness {
    background: url("liveness_dark.png");
}
.rc-button-liveness:focus-visible {
    background-color: #d8d8d8;
}
@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
    .rc-button-liveness {
        background: url("liveness_light.png");
    }
}
.rc-button-liveness-on-dark {
    background: url("liveness_light.png");
}
.rc-button-liveness-on-dark:focus-visible {
    background-color: #d8d8d8;
}
.rc-button-help {
    background: url("Images/info_2x.png");
}
.rc-button-help:focus-visible {
    background-color: #d8d8d8;
}
@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
    .rc-button-help {
        background: url("Images/info_white_2x.png");
    }
}
.rc-button-help-on-dark {
    background: url("Images/info_white_2x.png");
}
.rc-button-help-on-dark:focus-visible {
    background-color: #d8d8d8;
}
.rc-button-undo {
    background: url("undo_2x.png");
}
.rc-button-undo:focus-visible {
    background-color: #d8d8d8;
}
@media screen and (forced-colors: active) and (prefers-color-scheme: dark) {
    .rc-button-undo {
        background: url("undo_white_2x.png");
    }
}
.rc-button-undo-on-dark {
    background: url("undo_white_2x.png");
}
.rc-button-undo-on-dark:focus-visible {
    background-color: #d8d8d8;
}
.rc-button {
    -webkit-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;
    cursor: pointer;
    height: 48px;
    opacity: 0.55;
    width: 48px;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.rc-button:focus,
.rc-button:hover {
    opacity: 0.8;
    outline: none;
}
.verify-button-holder {
    float: right;
    margin: 8px 8px 9px 0;
}
.rc-challenge-help {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow-y: scroll;
    padding: 5px 20px 5px 20px;
}
.reload-icon {
    height: 16px;
    width: 16px;
}
.apps-toast {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101;
}
.apps-toast-content {
    background: #323232;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0, 6px, 10px, rgba(0, 0, 0, 0.14), 0, 1px, 18px,
        rgba(0, 0, 0, 0.12), 0, 3px, 5px, -1px, rgba(0, 0, 0, 0.4);
    color: #eee;
    display: inline-block;
    font: 12px/20px Roboto, helvetica, arial, sans-serif;
    padding: 14px;
    text-align: center;
}
.goog-container:focus {
    outline: none;
}
.rc-defaultchallenge-response-field {
    margin: 7px;
    text-align: center;
}
.rc-defaultchallenge-response-field .rc-response-input-field {
    width: 230px;
}
.rc-defaultchallenge-payload {
    border: none;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 61px;
    text-align: center;
}
.rc-defaultchallenge-incorrect-response {
    color: #ff1b1b;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 20px;
}
.rc-doscaptcha-header {
    padding: 10px;
    margin: 10px;
    height: 20%;
    background-color: #1a73e8;
}
.rc-doscaptcha-header-text {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: white;
}
.rc-doscaptcha-body {
    height: 80%;
}
.rc-doscaptcha-body-text {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
}
.rc-doscaptcha-footer {
    pointer-events: none;
}
.recaptchaJavascriptChallengeLivenessContainer {
    min-width: 240px;
    height: 520px;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.goog-container:focus {
    outline: none;
}
#rc-imageselect {
    min-width: 240px;
    font-family: Roboto, helvetica, arial, sans-serif;
    background-color: #fff;
}
#rc-imageselect .rc-button:focus {
    outline: none;
}
.rc-imageselect-desc {
    margin-left: -10px;
    margin-top: -10px;
    padding-right: 100px;
    position: relative;
}
.rc-imageselect-instructions .rc-imageselect-desc strong {
    font-size: 22px;
}
.rc-imageselect-desc span {
    display: block;
}
.rc-imageselect-desc-no-canonical {
    position: relative;
}
.rc-imageselect-desc-no-canonical span {
    display: block;
}
.rc-imageselect-payload {
    min-width: 240px;
    margin: 0 7px;
    padding: 7px 0;
}
.rc-imageselect-challenge {
    position: relative;
    width: 100%;
    height: 100%;
}
.rc-footer {
    min-width: 240px;
}
.rc-imageselect-incorrect-response,
.rc-imageselect-error-dynamic-more,
.rc-imageselect-error-select-more,
.rc-imageselect-error-select-something {
    color: #d14836;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    background-color: white;
}
.rc-imageselect-desc-wrapper {
    margin-bottom: 6px;
}
.rc-imageselect-checkbox {
    background: url("Images/7924d9f1c375b51b299071ccf278f3b750b5c134.png");
    display: none;
    position: absolute;
}
.rc-imageselect-report-image {
    bottom: 0;
    left: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
.rc-imageselect-table-42,
.rc-imageselect-table-33,
.rc-imageselect-table-44 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.rc-imageselect-table-42,
.rc-imageselect-table-33 {
    margin: -2px;
}
.rc-imageselect-table-44 {
    margin: -1px;
}
.rc-imageselect-table-42 td {
    padding: 2px;
}
.rc-imageselect-table-33 td {
    padding: 2px;
}
.rc-imageselect-table-44 td {
    padding: 1px;
}
.rc-image-tile-target tr,
td {
    margin: 0;
}
.rc-imageselect-keyboard {
    outline: solid orange !important;
    position: relative;
    z-index: 100;
}
td:focus {
    outline: none;
}
.rc-image-tile-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #1a73e8;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 1s cubic-bezier(0.49, 0.78, 0.46, 1.34);
    transition: opacity 1s cubic-bezier(0.49, 0.78, 0.46, 1.34);
}
.rc-image-followup-tile {
    display: block;
}
.rc-imageselect-dynamic-selected {
    position: relative;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0.01;
}
.rc-imageselect-dynamic-selected .rc-image-tile-target {
    opacity: 1;
}
.rc-imageselect-dynamic-selected .rc-imageselect-checkbox {
    display: block;
    opacity: 1;
    -webkit-background-size: cover;
    background-size: cover;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.rc-image-tile-target {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}
.rc-imageselect-tileselected {
    position: relative;
}
.rc-imageselect-tileselected .rc-image-tile-wrapper {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.rc-image-tile-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.rc-imageselect-tileselected .rc-imageselect-checkbox {
    display: block;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.rc-imageselect-candidates {
    border: 2px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 94px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 112px;
}
.rc-imageselect-candidates > div {
    -webkit-background-size: 112px 94px;
    background-size: 112px 94px;
    display: inline-block;
    height: 94px;
    margin: 2px;
    position: relative;
    width: 112px;
}
.rc-imageselect-challenge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rc-imageselect-response-field-error {
    border-bottom: 1px solid #ff0000;
}
.rc-imageselect-desc {
    font-size: 16px;
}
.rc-imageselect-desc-wrapper span {
    font-size: 14px;
}
.rc-imageselect-clear {
    clear: both;
}
.rc-image-tile-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}
.rc-image-tile-wrapper img {
    position: relative;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.rc-image-tile-11 {
    width: 100%;
    height: 100%;
}
.rc-image-tile-42 {
    width: 200%;
    height: 400%;
}
.rc-image-tile-33 {
    width: 300%;
    height: 300%;
}
.rc-image-tile-44 {
    width: 400%;
    height: 400%;
}
.rc-imageselect-instructions {
    height: 113px;
    width: 100%;
    margin-bottom: 7px;
    position: relative;
}
.rc-imageselect-desc-wrapper {
    background-color: #1a73e8;
    position: relative;
    padding: 24px;
    color: white;
    height: 66px;
    font-size: 16px;
}
.rc-imageselect-progress {
    background-color: #417cc1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 15px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.rc-imageselect-carousel-offscreen-right {
    left: 105%;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.rc-imageselect-carousel-entering-right {
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.rc-imageselect-carousel-mock-margin-1 {
    top: 1px;
}
.rc-imageselect-carousel-mock-margin-2 {
    top: 2px;
}
.rc-imageselect-carousel-leaving-left {
    left: 0;
    opacity: 0.5;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.rc-imageselect-carousel-offscreen-left {
    left: -105%;
    opacity: 0.5;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.rc-imageselect-carousel-instructions {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 1;
}
.rc-imageselect-carousel-instructions-hidden {
    opacity: 0.5;
}
.rc-canonical-stop-sign {
    background: url("stop_sign.jpg");
    background-repeat: no-repeat;
}
.rc-canonical-speed-limit {
    background: url("canonical_speed_limit.png");
    background-repeat: no-repeat;
}
.rc-canonical-street-name {
    background: url("canonical_street_name.png");
    background-repeat: no-repeat;
}
.rc-canonical-other {
    background: url("canonical_other.png");
    background-repeat: no-repeat;
}
.rc-canonical-bounding-box {
    background: url("Images/boundingbox2.gif");
    background-repeat: no-repeat;
}
.rc-canonical-car {
    background: url("canonical_car.png");
    background-repeat: no-repeat;
}
.rc-canonical-road {
    background: url("canonical_road.png");
    background-repeat: no-repeat;
}
.rc-canonical-bridge {
    background: url("canonical_bridge.png");
    background-repeat: no-repeat;
}
.rc-prepositional-payload {
    padding: 20px;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.rc-prepositional-select-more,
.rc-prepositional-verify-failed {
    color: #ff1b1b;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0 20px;
}
.rc-prepositional-target label {
    margin: 5px;
    float: right;
}
.rc-prepositional-instructions {
    margin-bottom: 20px;
}
.rc-prepositional-table {
    width: 100%;
}
.rc-prepositional-table td {
    background: #f9f9f9;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 40%;
    padding: 15px;
}
.rc-prepositional-table td.rc-prepositional-selected {
    background: #efefef;
    border: 1px solid #656565;
}
.rc-2fa-payload {
    font-family: Roboto, Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #202124;
    text-align: center;
}
.rc-2fa-background {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.rc-2fa-container {
    background-color: #fff;
    width: 328px;
    overflow: auto;
    margin: 100px auto;
}
.rc-2fa-header {
    margin: 36px 0 24px 0;
    font-size: 16px;
}
.rc-2fa-instructions {
    margin: 24px 40px;
    line-height: 17.5px;
}
.rc-2fa-response-field {
    text-align: center;
}
.rc-2fa-response-field input {
    width: 11.2ch;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px #979797 solid;
    font-size: 20px;
    letter-spacing: 0.8ch;
    padding-left: 1.2ch;
    padding-right: 0;
}
.rc-2fa-response-field input:focus {
    border: 1px #185abc solid;
}
.rc-2fa-response-field-error input {
    border: 1px #d93025 solid;
}
.rc-2fa-response-field-error input:focus {
    border: 1px #d93025 solid;
}
.rc-2fa-error-message {
    height: 36px;
    font-size: 12px;
    color: #d93025;
    margin: 2px 40px;
}
.rc-2fa-submit-button-holder button {
    margin: 0 auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background-color: #185abc;
    border: 1px solid #185abc;
    color: #fff;
}
.rc-2fa-submit-button-holder button:disabled {
    background-color: white;
    border: 1px solid #979797;
    color: rgba(0, 0, 0, 0.38);
}
.rc-2fa-cancel-button-holder button {
    margin: 20px auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background: none;
    border: none;
    color: #185abc;
}
.rc-2fa-cancel-button-holder button:active {
    border: none;
}
.rc-response-input-field {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    height: 36px;
    margin: 5px 0;
    padding: 1px 9px;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    width: 270px;
}
.rc-response-input-field:focus {
    border: 1px solid #1a73e8;
}
.rc-response-input-field-error,
.rc-response-input-field-error:focus {
    border: 1px solid #ff0000;
}

