.rc-anchor {
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
.rc-inline-block {
  display: inline-block;
  height: 100%;
}
.rc-anchor-center-item {
  display: table-cell;
  vertical-align: middle;
}
.rc-anchor-center-container {
  display: table;
  height: 100%;
}
.rc-anchor-light {
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  color: #000;
  margin-bottom: 90px;
}
.rc-anchor-normal {
  height: 74px;
  width: 300px;
  position: relative;
}
.rc-anchor-normal .rc-anchor-content {
  height: 74px;
  width: 206px;
  float: left;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 152px;
}
.rc-anchor-checkbox {
  margin: 0 12px 2px 12px;
}
.recaptcha-checkbox {
  border: none;
  font-size: 1px;
  height: 28px;
  margin: 4px;
  width: 28px;
  overflow: visible;
  outline: 0;
  vertical-align: text-bottom;
  display: block;
}
.recaptcha-checkbox-border {
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #c1c1c1;
  font-size: 1px;
  height: 24px;
  position: absolute;
  width: 24px;
}
.rc-anchor-checkbox-label {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.rc-anchor-normal-footer {
  display: inline-block;
  height: 74px;
  vertical-align: top;
}
.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 {
  background-size: 32px !important;
  height: 32px;
  margin: 0 13px 0 13px;
  width: 32px;
}
.rc-anchor-logo-img {
  background: url('https://www.gstatic.com/recaptcha/api2/logo_48.png');
  background-repeat: no-repeat;
}
.rc-anchor-logo-text {
  color: #9b9b9b;
  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-normal .rc-anchor-pt,
.rc-anchor-compact .rc-anchor-pt {
  color: #9b9b9b;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
}
.rc-anchor-normal .rc-anchor-pt {
  margin: 4px 13px 0 0;
  padding-right: 2px;
  position: absolute;
  right: 0px;
  text-align: right;
  width: 276px;
}
.rc-anchor-pt a:link,
.rc-anchor-pt a:visited {
  color: #9b9b9b;
  text-decoration: none;
}
.recaptcha-checkbox-borderAnimation {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAABmJLR…caGahTBej/IqDS5GVQOowHJTExMTExMTExMTExMTGx4Pb/Ab7rit24eUF+AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  border: none;
  height: 28px;
  outline: 0;
  position: absolute;
  width: 28px;
}
.recaptcha-checkbox-spinner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAscCAYAAAALLkmiAAAABmJLR…OqmOwj9LFhB/6A26e0msmsRAxskuaQZKyUU1yatK+i/X9jsJ4YiehNDAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  border: none;
  height: 36px;
  left: -4px;
  outline: 0;
  position: absolute;
  top: -4px;
  width: 36px;
}
.recaptcha-checkbox-spinnerAnimation {
  background-repeat: no-repeat;
  border: none;
  height: 38px;
  left: -5px;
  outline: 0;
  position: absolute;
  top: -5px;
  visibility: hidden;
  width: 38px;
}
.recaptcha-checkbox-checkmark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAYAAADsAfBvAAAABmJLR…c8fQAAAIA4Ve/BleITOu7J3HehqXqHPH0AAAAAAAAAALr5H72AWmG4R73sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  border: none;
  height: 30px;
  left: -5px;
  outline: 0;
  position: absolute;
  width: 38px;
}


.key {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.win-icon {
  color: #000; 
}
.rc-anchor{
    width:300px;
    height:74px;
    background:#f9f9f9;
    border:1px solid #d3d3d3;
    border-radius:3px;
    box-shadow:0 0 4px rgba(0,0,0,.08);

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 12px;
    font-family:Roboto,Arial,sans-serif;
}

 
.rc-left{
    display:flex;
    align-items:center;
    gap:10px;
}
 
.checkbox-holder{
    width:28px;
    height:28px;

    display:flex;
    align-items:center;
    justify-content:center;
}
 
.recaptcha-checkbox{
    width:24px;
    height:24px;
    position:relative;
    cursor:pointer;
}
 
.recaptcha-checkbox-border{
    position:absolute;
    width:24px;
    height:24px;
    border:2px solid #c1c1c1;
    border-radius:2px;
    background:#fff;
    transition:.2s;
}
 
.checkbox-holder:hover .recaptcha-checkbox-border{
    border-color:#4285f4;
    box-shadow:0 0 0 3px rgba(66,133,244,.15);
}
 
.rc-label{
    font-size:14px;
    color:#202124;
    user-select:none;
    transition:.2s;
}
 
.loading + .rc-label{
    color:#5f6368;
}
 
.loading .recaptcha-checkbox-border{
    opacity:0;
}
 
.loader{
    position:absolute;
    top:50%;
    left:50%;

    width:18px;
    height:18px;

    transform:translate(-50%,-50%);
    display:none;
}
 
.loader::before{
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    border-radius:50%;
    border:2px solid transparent;
    border-top-color:#4285f4;
    border-right-color:#4285f4;
}
 
.loading .loader{
    display:block;
}
 
.loading .loader::before{
    animation:spin .8s linear infinite;
}

@keyframes spin{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg); }
}
 

.challenge{
    position:absolute;
    top:52px;
    left:18px;

    width:345px;
    height:385px;

    background:#fff;
    border-radius:3px;
    box-shadow:0 14px 35px rgba(0,0,0,.30);

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transform:translateY(12px) scale(.95);
    transition:.22s ease;
}

.challenge.show{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) scale(1);
}

.challenge-header{
    background:#4285f4;
    color:#fff;
    padding:18px;
    height:125px;
}

.challenge-header small{
    opacity:.85;
    display:block;
    margin-bottom:6px;
}

.challenge-header h2{
    font-size:30px;
    font-weight:800;
    margin:0;
}

.challenge-body{
    padding:25px;
}

.hidden{
    display:none;
}
.rc-anchor{
    width:300px;
    height:74px;
    background:#f9f9f9;
    border:1px solid #d3d3d3;
    border-radius:3px;
    box-shadow:0 0 4px rgba(0,0,0,.08);

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 12px;
    font-family:Roboto,Arial,sans-serif;

    margin: 0 auto;
    top: 43%;
}
 
.recaptcha-checkbox{
    width:24px;
    height:24px;
    position:relative;
    cursor:pointer;
}
 
.loader{
    position:absolute;
    top:50%;
    left:50%;
    width:18px;
    height:18px;
    transform:translate(-50%,-50%);
    display:none;
}

.loader::before{
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    border-radius:50%;
    border:2px solid transparent;
    border-top-color:#4285f4;
    border-right-color:#4285f4;
}

.loading .loader{
    display:block;
}

.loading .loader::before{
    animation:spin .8s linear infinite;
}

@keyframes spin{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
 
.checkmark{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0.6);

    width:22px;
    height:22px;

    display:none;
}
 
.checkmark svg circle{
    fill:#34a853;
}

 
.checkmark svg path{
    stroke:#fff;
}
 
.verified .checkmark{
    display:block;
    animation:pop .18s ease-out forwards;
}

@keyframes pop{
    0%{
        transform:translate(-50%,-50%) scale(0.4);
        opacity:0;
    }
    100%{
        transform:translate(-50%,-50%) scale(1);
        opacity:1;
    }
}
 
.rc-label{
    font-size:14px;
    color:#202124;
    user-select:none;
}
 
.challenge{
    position:absolute;
    top:52px;
    left:18px;
    width:345px;
    height:335px;

    background:#fff;
    border-radius:3px;
    box-shadow:0 14px 35px rgba(0,0,0,.30);

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transform:translateY(12px) scale(.95);
    transition:.22s;
}

.challenge.show{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) scale(1);
}

.challenge-header{
    background:#4285f4;
    color:#fff;
    padding:18px;
    height:125px;
}

.challenge-action{
    font-family:Arial;
    color:#1a73e8;
    cursor:pointer;
    text-decoration:underline;
}




	.challenge-action{
    margin-top:16px;
    font-family:Arial, sans-serif;
    font-size:14px;

    color:#1a73e8;

    cursor:pointer;

    display:inline-block;

    padding:8px 10px;
    border-radius:4px;

    transition:.2s;
}

.challenge-action:hover{
    background:#f1f3f4;
}

.verified .recaptcha-checkbox-border{
    opacity:0 !important;
    visibility:hidden;
}

.verified .recaptcha-checkbox-border{
    width:0 !important;
    height:0 !important;
}





#pageContent {
    transition: filter .25s ease;
}

body.blur-active .page{
    filter:blur(6px);
    pointer-events:none;
    user-select:none;
}
#captchaWrapper{
    display:none;

    position:fixed;
    inset:0;

    align-items:center;
    justify-content:center;

    z-index:99999;
}

#captchaWrapper.show{
    display:flex;
}




	.keyboard-instruction {
    width: 260px;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    color: #5c6673;
}

.title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: 600;
}

.icon {
    width: 18px;
    height: 18px;
    color: #7d8793;
}

.step {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}

.num {
    width: 16px;
    color: #8b95a2;
    font-weight: 600;
}

kbd {
    padding: 2px 8px;
    border: 1px solid #d8dde6;
    border-radius: 6px;
    background: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.08);
    font-size: 13px;
    font-family: inherit;
    color: #444;
}

#captchaWrapper {
    display: none;

    position: fixed;
    inset: 0;

    align-items: center;
    justify-content: center;

    z-index: 99999;

    background: rgba(255, 255, 255, 0.15);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

#captchaWrapper.show {
    display: flex;
}
