- ID da verificação
- f0c98c78-cfec-4ed0-a661-f3399f5b77a0Concluído
- URL enviado:
- https://client-denmark.exa-ms.com/
- Relatório concluído:
Ligações · 0 encontradas
As ligações de saída identificadas na página
Variáveis JavaScript · 4 encontradas
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
regeneratorRuntime | object |
Mensagens de registo da consola · 2 encontradas
Mensagens registadas na consola web
Tipo | Categoria | Registo |
---|---|---|
error | network |
|
log | other |
|
HTML
O corpo HTML em bruto da página
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>ExaMS</title><style>.row-equal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row-equal>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row-centered{justify-content:center}.row:before{content:normal !important}.col-five{position:relative;float:left;flex:0 0 20%;width:20%;max-width:20%;min-height:1px;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (max-width: 1200px){.col-five{flex:0 0 33.3333%;width:33.3333%;max-width:33.3333%}}@media only screen and (max-width: 768px){.col-five{flex:0 0 100%;width:100%;max-width:100%}}.Page-Result{display:grid;grid-template-areas:"header" "title" "main" "footer";grid-template-columns:1fr;grid-template-rows:auto auto 1fr minmax(auto, 1fr);min-height:100vh}.result-header{grid-area:header}.page-title{grid-area:title}.result-main{grid-area:main}.result-footer{grid-area:footer}.result-header{padding:2rem 3rem;color:#fff;background-color:#262734;box-shadow:0px 1px 8px 1px rgba(81,77,92,.5)}.result-main{position:relative;padding-top:6.2rem;z-index:1}.result-footer{padding:3rem;font-size:1.6rem;color:#676c7b;text-align:center;border-top:1px solid #e1e5ec;border-bottom:1px solid #e1e5ec;background-color:#fafafa}.page-title{position:absolute;top:99px;right:0;left:0;padding:.8rem 3rem;font-size:1.8rem;color:#676c7b;text-align:center;border-bottom:1px solid #e1e5ec;background-color:#fafafa;z-index:2}.Tile{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:16rem;margin:auto;padding:1.5rem;color:#fff;border-radius:4px}@media only screen and (max-width: 992px){.Tile{min-height:14rem}}@media only screen and (max-width: 768px){.Tile{margin-bottom:2rem;max-width:50%}}.Tile-head{font-size:1.2rem}.Tile-score{font-size:3.4rem;text-align:center}.Tile-desc{font-size:1.5rem;text-align:center}.block-ui{position:absolute !important;top:0;right:0;bottom:0;left:0;font-size:16px}</style><style>.loading-indicator {
text-align: center;
}
.loading-bullet {
display: inline-block;
opacity: 0;
font-size: 2em;
color: #02a17c;
}
.block-ui {
position: relative;
min-height: 3em;
}
.block-ui-container {
position: absolute;
z-index: 1010;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
min-height: 2em;
cursor: wait;
overflow: hidden;
}
.block-ui-container:focus {
outline: none;
}
.block-ui-overlay {
width: 100%;
height: 100%;
opacity: 0.5;
filter: alpha(opacity=50);
background-color: white;
}
.block-ui-message-container {
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
transform: translateY(-50%);
z-index: 10001;
}
.block-ui-message {
color: #333;
background: none;
z-index: 1011;
}
/* CSS Animations */
@-webkit-keyframes fadeInRTL1 {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
30% {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
60% {
opacity: 1;
}
80% {
opacity: 0;
}
}
@keyframes fadeInRTL1 {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
30% {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
60% {
opacity: 1;
}
80% {
opacity: 0;
}
}
@-webkit-keyframes fadeInRTL2 {
0% {
opacity: 0;
}
10% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
40% {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
60% {
opacity: 1;
}
80% {
opacity: 0;
}
}
@keyframes fadeInRTL2 {
0% {
opacity: 0;
}
10% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
40% {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
60% {
opacity: 1;
}
80% {
opacity: 0;
}
}
@-webkit-keyframes fadeInRTL3 {
0% {
opacity: 0;
}
20% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
50% {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
60% {
opacity: 1;
}
80% {
opacity: 0;
}
}
@keyframes fadeInRTL3 {
0% {
opacity: 0;
}
20% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
50% {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
60% {
opacity: 1;
}
80% {
opacity: 0;
}
}
.loading-bullet {
display: inline-block;
opacity: 0;
-webkit-animation: 3s ease .5s infinite fadeInRTL1;
animation: 3s ease .5s infinite fadeInRTL1;
}
.loading-bullet + .loading-bullet {
-webkit-animation-name: fadeInRTL2;
animation-name: fadeInRTL2;
}
.loading-bullet + .loading-bullet + .loading-bullet {
-webkit-animation-name: fadeInRTL3;
animation-name: fadeInRTL3;
}
</style><style>.react-countdown-clock{position:relative;height:100%}.react-countdown-clock canvas{position:absolute !important;top:0;right:0;height:100%}</style><style>@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);</style><style>.Page-Exam{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;grid-template-rows:auto 1fr auto;height:100%}.exam-header{grid-area:header}.exam-main{grid-area:main}.exam-footer{grid-area:footer}.exam-header{padding:2rem 3rem;color:#fff;background-color:#262734;box-shadow:0px 1px 8px 1px rgba(81,77,92,.5)}.exam-header .col:nth-child(2){display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end}.exam-header button{position:absolute;right:10.4rem}.exam-main{position:relative;padding:3rem 3rem 6rem;font-size:1.6rem;overflow-y:auto}.exam-footer{display:flex;flex-flow:row nowrap;justify-content:center;padding:2rem 3rem;background-color:#262734;box-shadow:-2px -8px 41px -14px rgba(202,210,222,.61)}.LogoExaMS{width:115px;height:auto}.Exam-submit.btn{min-width:15.2rem;padding:1.6rem 1.4rem;font-size:1.4rem;color:#fff;border-color:#adadad;background:transparent;z-index:999}.Exam-submit.btn:hover,.Exam-submit.btn:focus{border-color:#1ba083;background-color:#1ba083}.question div p{margin-bottom:1rem}.question-holder{position:relative;padding-top:2rem;font-size:1.6rem;background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 )}.question-holder:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:-moz-linear-gradient(left, rgba(237, 237, 237, 0) 0%, #ededed 10%, #ededed 90%, rgba(237, 237, 237, 0) 100%);background:-webkit-linear-gradient(left, rgba(237, 237, 237, 0) 0%, #ededed 10%, #ededed 90%, rgba(237, 237, 237, 0) 100%);background:linear-gradient(to right, rgba(237, 237, 237, 0) 0%, #ededed 10%, #ededed 90%, rgba(237, 237, 237, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ededed", endColorstr="#00ededed",GradientType=1 )}.question-content{padding:2rem 0 3rem;font-size:1.6rem}.answers-holder{padding:3rem 0 3rem}.answers-holder form{display:flex;margin-bottom:2rem}.answers-holder .form-check{padding-left:4.4rem}.answer-boolean .form-check{padding-left:3.4rem}.answer-content p{display:inline-block !important}.checkbox-exam{display:block;position:relative;cursor:default !important}.checkbox-exam input[type=checkbox]{position:absolute;left:0;top:0;width:2.4rem;height:2.4rem;margin:0;z-index:1;opacity:0;cursor:pointer}.checkbox-exam input[type=checkbox]:checked~.checkbox-checkmark:after{display:block}.checkbox-exam input[type=checkbox]:checked~label{color:#1ba083 !important}.checkbox-exam .checkbox-checkmark{position:absolute;top:1px;left:0;width:24px;height:24px;color:#575962;border:1px solid #c4c5d6;border-radius:3px;background:0 0;transition:none !important;z-index:0}.checkbox-exam .checkbox-checkmark:after{content:"";display:none;border:1px solid #34bfa3;position:absolute;top:50%;left:50%;margin-left:-3px;margin-top:-10px;width:8px;height:15px;border-width:0 2px 2px 0 !important;transform:rotate(45deg)}.checkbox-exam label{margin-bottom:0;font-family:"Poppins",sans-serif !important;font-size:1.5rem;user-select:none}.checkbox-exam label>*{display:inline-block}.letter{position:absolute;display:flex;justify-content:center;align-items:center;width:24px;height:24px;line-height:24px;border-radius:50%;font-weight:400;text-align:center;color:#fff;background:#868aa8}.letter+*{padding-left:3.5rem}.Exam-multiAnswers{display:inline-block;position:absolute;right:30px;bottom:0;margin:0 0 1rem 0;padding:1rem .8rem;font-size:1.6rem;font-weight:500;color:#419dff;text-transform:capitalize;text-shadow:1px 1px 3px #ccc;letter-spacing:1.8px;animation-delay:1.6s}.Exam-multiAnswers svg{display:block;width:4.6rem;margin-left:auto;stroke:#fff;fill:#acd0f4;filter:drop-shadow(0px 0px 1px #888)}.skip{position:absolute;border-color:#968ad4 !important;background-color:transparent}.skip:hover{border-color:#adadad !important}.skip.disabled{color:#6c757d;pointer-events:none;cursor:auto;border-color:#6c757d !important}.skip-arrow{display:inline-block;width:11px;align-items:center;pointer-events:none}.skip-arrow.left{transform:rotateY(180deg)}.skip-buttons{position:absolute;height:100%;width:5%}.skip-buttons.right{right:10%}.skip-buttons.left{left:10%}@media(max-width: 930px){.skip-buttons{display:none}}</style><style>.progress-container{justify-content:center;vertical-align:middle;box-sizing:border-box;padding:0rem;display:flex;flex-direction:column;width:100%;align-items:center}.progress{min-width:3rem;width:80%;margin-top:1rem;background-color:#f5f5f5;border-radius:1rem;vertical-align:middle;justify-content:center}.progress-bar{background-color:#34bfa3;max-width:99%;height:1rem;border-radius:1rem;margin:.2rem}.progress-label{display:inline-block;min-height:2rem;min-width:5rem;padding:.1rem 1rem;font-size:1.12rem;font-weight:400;color:#fff;letter-spacing:.6px;text-align:center;line-height:2rem;border-radius:1rem;vertical-align:middle;background-color:#716aca;color:#282a3c;background-color:#c4c5d6}</style><style>@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);</style><style>@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css);</style><style>:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(0.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.row-equal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row-equal>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row-centered{justify-content:center}.row:before{content:normal !important}.col-five{position:relative;float:left;flex:0 0 20%;width:20%;max-width:20%;min-height:1px;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (max-width: 1200px){.col-five{flex:0 0 33.3333%;width:33.3333%;max-width:33.3333%}}@media only screen and (max-width: 768px){.col-five{flex:0 0 100%;width:100%;max-width:100%}}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}html,body,#root{height:100%}html{position:relative;min-height:100%;font-size:62.5%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;color:#353535;font-weight:400;font-family:"Poppins",sans-serif;font-size:62.5%;line-height:1.45;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}img{width:auto;height:auto;max-width:100%}ol,ul{margin:0;padding:0;font-size:1.4rem;line-height:2.8rem;list-style-position:inside}p{margin:0;padding:0}a{color:#676c7b;text-decoration:none;outline:0 !important}a:hover,a:active,a:focus{color:#716aca;text-decoration:none;outline:0 !important}hr{width:auto;height:1px;border:none;background:#c4c5d6}input::-moz-focus-inner{border:0 !important}.btn-holder{font-size:1.4rem}@media only screen and (max-width: 480px){.btn-holder{text-align:center !important}}.btn-holder>.btn{font-size:1em}@media only screen and (max-width: 480px){.btn-holder>.btn{width:100%}.btn-holder>.btn:nth-child(1){margin-bottom:1rem}}.btn{display:block;min-width:8rem;padding:.85rem 1.95rem;font-family:"Poppins",sans-serif;font-size:1.3rem;font-weight:normal;line-height:1.25;white-space:nowrap;text-align:center;user-select:none;border:1px solid transparent;border-radius:.35rem;transition:all .15s ease-in-out}.btn:focus,.btn:active,.btn:active:focus{outline:none;box-shadow:none}.btn>i{font-size:1.8rem;vertical-align:bottom}.btn-primary,.btn-accent{color:#fff;border:none;border-color:transparent !important}.btn-primary:hover,.btn-primary:focus,.btn-accent:hover,.btn-accent:focus{color:#fff}.btn-primary{background-color:#5867dd;border-color:#5867dd}.btn-primary:hover{background-color:#384ad7;border-color:#2e40d4}.btn-secondary{color:#111;background:#fff;border-color:#adadad}.btn-secondary:hover{color:#111;border-color:#adadad;background-color:#f4f3fb}.btn-ghost{padding:1.96rem 5.6rem;color:#fff;border-color:#c2acf4;background-color:transparent}.btn-ghost:hover{color:#fff;border-color:#fff}@media only screen and (max-width: 992px){.btn-ghost{padding:1.8rem 5.2rem}}@media only screen and (max-width: 576px){.btn-ghost{padding:1rem 3.9rem}}.btn-accent{background-color:#00c5dc}.btn-accent:hover{background-image:linear-gradient(to bottom, #00d3ec, #00afc3)}.btn-success{background-color:#34bfa3;border-color:#34bfa3;color:#fff}.btn-success:hover,.btn-success:active,.btn-success:focus{color:#fff !important;border-color:#1ba083 !important;box-shadow:none !important;background-color:#1ba083 !important}.btn-info{color:#fff;background-color:#368aca;border-color:#368aca}.btn-info:hover,.btn-info:active,.btn-info:focus{color:#fff !important;border-color:#2c7ab5 !important;box-shadow:none !important;background-color:#2c7ab5 !important}.btn-action{display:inline-block;padding:.6rem;font-size:2rem;color:#575962;line-height:1.25;text-align:center;vertical-align:middle}.btn-action:hover{color:#fff;background:#00c5dc;border-radius:50%}.btn-action.btn-action-red:hover{background:#f4516c}.btn-shadow{box-shadow:0 1px 1px rgba(78,78,78,.9)}.btn-shadow:hover,.btn-shadow:focus{box-shadow:0 1px 1px rgba(78,78,78,.9)}.btn--pill{border-radius:6rem}.lnk-underline{position:absolute;right:0;bottom:11rem;margin:0 1.5rem;color:#c2acf4;transition:width .3s ease}@media only screen and (max-width: 768px){.lnk-underline{bottom:8rem}}@media only screen and (max-width: 576px){.lnk-underline{bottom:6rem}}.lnk-underline:hover,.lnk-underline:focus{color:#fff}.lnk-underline:hover:after,.lnk-underline:focus:after{width:100%;opacity:.3;border-bottom:1px solid #fff}.lnk-underline:after{display:block;content:"";position:absolute;top:1rem;bottom:0;left:0;width:0%;transition:width .3s ease}.btn-lg{padding:1.4rem 2.8rem;font-size:1.6rem;line-height:1.5}.btn-sm{padding:.8rem 2rem}.Exam-reset{position:absolute;right:1.5rem;bottom:0}[class*=btn-step]{width:4rem !important;height:4rem !important;margin:0 13px;font-weight:500;border:2px solid #676c7b;border-radius:50%;padding:0px 6px !important}[class*=btn-step]>span{margin:auto;padding:0 !important}[class*=btn-step] svg{padding-top:4px}[class*=btn-step] svg circle{fill:transparent !important}[class*=btn-step] svg text{font-family:"Poppins",sans-serif !important;font-size:1.8rem;fill:#fff}[class*=btn-step].active{border:1px solid #968ad4;background-color:#968ad4}[class*=btn-step].active-answered{background-color:rgba(255,255,255,.7)}[class*=btn-step].active-answered svg text{fill:#262734}[class*=btn-step].active-answered.active{border-color:#968ad4;background-color:#968ad4}[class*=btn-step].active-answered.active svg text{fill:#fff}.btn-circle{min-width:auto;width:5rem !important;height:5rem !important;padding:8px;color:#fff;border-radius:50%}.btn-circle:hover,.btn-circle:focus{color:#fff}.btn-purple{background-color:#716aca}.btn-hollow{background:transparent}.btn-logout{position:absolute;top:3rem;right:4rem;z-index:1;font-size:1.2rem;color:#c4c5d6;border:none}.btn-logout:hover{color:#fff}@media only screen and (max-width: 768px){.btn-logout{top:0;right:0}}.touch-device .btn-action:hover{color:#575962;background:transparent !important}.-dn{display:none !important}@media only screen and (max-width: 576px){.-xs-dn{display:none !important}}@media only screen and (max-width: 768px){.-sm-dn{display:none !important}}@media only screen and (max-width: 992px){.-md-dn{display:none !important}}.-db{display:block !important}.-dib{display:inline-block !important}.-df{display:flex !important}.-hide{opacity:0;height:0;visibility:hidden;overflow:hidden}.-show{opacity:1;height:auto;visibility:visible;transition:all .7s ease}.-fs12{font-size:1.2rem !important}.-fs13{font-size:1.3rem !important}.-fs14{font-size:1.4rem !important}.-fs15{font-size:1.5rem !important}.-fs16{font-size:1.6rem !important}.-fs17{font-size:1.7rem !important}.-fs18{font-size:1.8rem !important}.-fs19{font-size:1.9rem !important}.-fs20{font-size:2rem !important}.-fs21{font-size:2.1rem !important}.-fs22{font-size:2.2rem !important}.-fs23{font-size:2.3rem !important}.-fs24{font-size:2.4rem !important}.-fs25{font-size:2.5rem !important}.-fs26{font-size:2.6rem !important}.-fs27{font-size:2.7rem !important}.-fs28{font-size:2.8rem !important}.-fs29{font-size:2.9rem !important}.-fs30{font-size:3rem !important}.-fs31{font-size:3.1rem !important}.-fs32{font-size:3.2rem !important}.-fs33{font-size:3.3rem !important}.-fs34{font-size:3.4rem !important}.-fw3{font-weight:300 !important;font-size:14px}.-fw4{font-weight:400 !important}.-fw5{font-weight:500 !important}.-fw7{font-weight:700 !important}.-c-white{color:#fff !important}.-c-black{color:#000 !important}.-c-grey-06{color:#525672 !important}.-c-grey-08{color:#686c89 !important}.-c-red-03{color:#f4516c !important}.-c-green{color:#1ba083 !important}.-c-green-01{color:#34bfa3 !important}.-c-purple3{color:#c2acf4 !important}.-bg-red-01{background-color:#f55f78}.-bg-green-06{background-color:#40bfa6}.-bg-blue-04{background-color:#36a3f7}.-bg-purple-01{background-color:#968ad4}.-ttl{text-transform:lowercase !important}.-ttu{text-transform:uppercase !important}.-ttn{text-transform:none !important}.-tac{text-align:center !important}.-tal{text-align:left !important}.-tar{text-align:right !important}.-tar-flex>*{margin-left:auto !important}.-v-center{position:absolute;top:50%;transform:translateY(-50%)}.-v-center-flex{display:flex;flex-direction:column;justify-content:center}.-fl{float:left !important}.-fr{float:right !important}.-fn{float:none !important}.-ma{margin:auto !important}.-m0{margin:0 !important}.-mt0{margin-top:0 !important}.-mb0{margin-bottom:0 !important}.-mt0{margin-top:0rem}.-mb0{margin-bottom:0rem}.-ml0{margin-left:0rem}.-mr0{margin-right:0rem}@media only screen and (max-width: 992px){.-md-mt0{margin-top:0rem !important}}@media only screen and (max-width: 992px){.-md-mb0{margin-bottom:0rem !important}}@media only screen and (max-width: 768px){.-sm-mt0{margin-top:0rem !important}}@media only screen and (max-width: 768px){.-sm-mb0{margin-bottom:0rem !important}}@media only screen and (max-width: 576px){.-xs-mt0{margin-top:0rem !important}}@media only screen and (max-width: 576px){.-xs-mb0{margin-bottom:0rem !important}}.-mt1{margin-top:1rem}.-mb1{margin-bottom:1rem}.-ml1{margin-left:1rem}.-mr1{margin-right:1rem}@media only screen and (max-width: 992px){.-md-mt1{margin-top:1rem !important}}@media only screen and (max-width: 992px){.-md-mb1{margin-bottom:1rem !important}}@media only screen and (max-width: 768px){.-sm-mt1{margin-top:1rem !important}}@media only screen and (max-width: 768px){.-sm-mb1{margin-bottom:1rem !important}}@media only screen and (max-width: 576px){.-xs-mt1{margin-top:1rem !important}}@media only screen and (max-width: 576px){.-xs-mb1{margin-bottom:1rem !important}}.-mt2{margin-top:2rem}.-mb2{margin-bottom:2rem}.-ml2{margin-left:2rem}.-mr2{margin-right:2rem}@media only screen and (max-width: 992px){.-md-mt2{margin-top:2rem !important}}@media only screen and (max-width: 992px){.-md-mb2{margin-bottom:2rem !important}}@media only screen and (max-width: 768px){.-sm-mt2{margin-top:2rem !important}}@media only screen and (max-width: 768px){.-sm-mb2{margin-bottom:2rem !important}}@media only screen and (max-width: 576px){.-xs-mt2{margin-top:2rem !important}}@media only screen and (max-width: 576px){.-xs-mb2{margin-bottom:2rem !important}}.-mt3{margin-top:3rem}.-mb3{margin-bottom:3rem}.-ml3{margin-left:3rem}.-mr3{margin-right:3rem}@media only screen and (max-width: 992px){.-md-mt3{margin-top:3rem !important}}@media only screen and (max-width: 992px){.-md-mb3{margin-bottom:3rem !important}}@media only screen and (max-width: 768px){.-sm-mt3{margin-top:3rem !important}}@media only screen and (max-width: 768px){.-sm-mb3{margin-bottom:3rem !important}}@media only screen and (max-width: 576px){.-xs-mt3{margin-top:3rem !important}}@media only screen and (max-width: 576px){.-xs-mb3{margin-bottom:3rem !important}}.-mt4{margin-top:4rem}.-mb4{margin-bottom:4rem}.-ml4{margin-left:4rem}.-mr4{margin-right:4rem}@media only screen and (max-width: 992px){.-md-mt4{margin-top:4rem !important}}@media only screen and (max-width: 992px){.-md-mb4{margin-bottom:4rem !important}}@media only screen and (max-width: 768px){.-sm-mt4{margin-top:4rem !important}}@media only screen and (max-width: 768px){.-sm-mb4{margin-bottom:4rem !important}}@media only screen and (max-width: 576px){.-xs-mt4{margin-top:4rem !important}}@media only screen and (max-width: 576px){.-xs-mb4{margin-bottom:4rem !important}}.-mt5{margin-top:5rem}.-mb5{margin-bottom:5rem}.-ml5{margin-left:5rem}.-mr5{margin-right:5rem}@media only screen and (max-width: 992px){.-md-mt5{margin-top:5rem !important}}@media only screen and (max-width: 992px){.-md-mb5{margin-bottom:5rem !important}}@media only screen and (max-width: 768px){.-sm-mt5{margin-top:5rem !important}}@media only screen and (max-width: 768px){.-sm-mb5{margin-bottom:5rem !important}}@media only screen and (max-width: 576px){.-xs-mt5{margin-top:5rem !important}}@media only screen and (max-width: 576px){.-xs-mb5{margin-bottom:5rem !important}}.-pl1{padding-left:1rem !important}.-pr1{padding-right:1rem !important}@media only screen and (max-width: 992px){.-md-pl1{padding-left:1rem !important}}@media only screen and (max-width: 992px){.-md-pr1{padding-right:1rem !important}}@media only screen and (max-width: 768px){.-sm-pl1{padding-left:1rem !important}}@media only screen and (max-width: 768px){.-sm-pr1{padding-right:1rem !important}}@media only screen and (max-width: 576px){.-xs-pl1{padding-left:1rem !important}}@media only screen and (max-width: 576px){.-xs-pr1{padding-right:1rem !important}}.-pl2{padding-left:2rem !important}.-pr2{padding-right:2rem !important}@media only screen and (max-width: 992px){.-md-pl2{padding-left:2rem !important}}@media only screen and (max-width: 992px){.-md-pr2{padding-right:2rem !important}}@media only screen and (max-width: 768px){.-sm-pl2{padding-left:2rem !important}}@media only screen and (max-width: 768px){.-sm-pr2{padding-right:2rem !important}}@media only screen and (max-width: 576px){.-xs-pl2{padding-left:2rem !important}}@media only screen and (max-width: 576px){.-xs-pr2{padding-right:2rem !important}}.-pl3{padding-left:3rem !important}.-pr3{padding-right:3rem !important}@media only screen and (max-width: 992px){.-md-pl3{padding-left:3rem !important}}@media only screen and (max-width: 992px){.-md-pr3{padding-right:3rem !important}}@media only screen and (max-width: 768px){.-sm-pl3{padding-left:3rem !important}}@media only screen and (max-width: 768px){.-sm-pr3{padding-right:3rem !important}}@media only screen and (max-width: 576px){.-xs-pl3{padding-left:3rem !important}}@media only screen and (max-width: 576px){.-xs-pr3{padding-right:3rem !important}}.-pl4{padding-left:4rem !important}.-pr4{padding-right:4rem !important}@media only screen and (max-width: 992px){.-md-pl4{padding-left:4rem !important}}@media only screen and (max-width: 992px){.-md-pr4{padding-right:4rem !important}}@media only screen and (max-width: 768px){.-sm-pl4{padding-left:4rem !important}}@media only screen and (max-width: 768px){.-sm-pr4{padding-right:4rem !important}}@media only screen and (max-width: 576px){.-xs-pl4{padding-left:4rem !important}}@media only screen and (max-width: 576px){.-xs-pr4{padding-right:4rem !important}}.-full{width:100% !important}.-half{width:50% !important}.-third{width:33.33333% !important}.-fourth{width:25% !important}.-two-thirds{width:66.66666% !important}.-three-fourths{width:75% !important}.animated{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.in.fade{opacity:1}.in.modal-backdrop{opacity:.5}.modal-dialog{transform:translate(0, 0) !important}.modal-header,.modal-body,.modal-footer{padding:2.5rem}.modal-header{z-index:0}.modal-title{color:#2c2e3e}.disconnecting{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(116,120,141,.9);z-index:999}.disconnecting label{color:#fff;text-align:center;margin-top:10%;margin-bottom:5%;font-family:"Poppins";font-size:18px}.loading{width:33%;height:30vh;margin-left:50% !important;margin-right:50% !important;transform:translateX(-50%) !important;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:35vh;margin-bottom:35vh}.countdown{color:#fff;margin-bottom:5%;text-align:center;font-size:18px}</style><style>.counter-wrapper{position:absolute;bottom:.2cm;right:.2cm;top:.4cm}#question-text{padding-right:5cm}.page-state-counter{display:flex !important;flex-direction:row;justify-content:space-between;padding:11px !important;gap:15px;width:4cm}.sub-state{display:flex;flex-direction:column;align-items:center;justify-content:center}.badge{display:inline-block;min-height:2rem;min-width:5rem;padding:.1rem 1rem;font-size:1.12rem;font-weight:400;color:#fff;letter-spacing:.6px;text-align:center;line-height:2rem;border-radius:1rem;vertical-align:middle;background-color:#716aca}.badge-inactive{color:#282a3c;background-color:#c4c5d6}</style><style>.pagination{display:flex;flex:1;padding-left:0;list-style:none;border-radius:.25rem;min-width:87rem}.first-item .page-link,.last-item .page-link{border-color:#968ad4}.first-item .page-link svg,.last-item .page-link svg{width:16px;margin-top:4px}.first-item{margin-right:auto}.first-item .page-link svg{transform:rotate(-90deg)}.last-item{margin-left:auto}.last-item .page-link svg{transform:rotate(90deg)}.page-item.active .page-link{color:#fff;background-color:#968ad4;border-color:#968ad4}.page-item.active .page-link:hover,.page-item.active .page-link:active,.page-item.active .page-link:focus{color:#fff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;border-color:#6c757d}.page-link-used{color:#262734 !important;background-color:#adadad;border-color:#adadad}.page-link{display:inline-block;width:4rem;height:4rem;margin-right:1.2rem;padding:6px;font-size:1.6rem;color:#bbb;border:1px solid #676c7b;border-radius:100%;vertical-align:middle;text-align:center;transition:all .3s ease 0s}.page-link.btn-prev,.page-link.btn-next{border:none}.page-link.btn-prev:hover,.page-link.btn-next:hover{color:#968ad4;background:none}.page-link.btn-prev svg,.page-link.btn-next svg{width:1.6rem}.page-link.btn-prev{margin-right:3.2rem;transform:rotate(-90deg)}.page-link.btn-next{margin-left:2rem;transform:rotate(90deg)}.page-link:hover{z-index:2;color:#262734;text-decoration:none;background-color:#adadad;border-color:#adadad}.pagination-div{width:100%}</style><style>.disconnecting{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(116,120,141,.9);z-index:999}.disconnecting label{color:#fff;text-align:center;margin-top:10%;margin-bottom:5%;font-family:"Poppins";font-size:18px}.loading{width:33%;height:30vh;margin-left:50% !important;margin-right:50% !important;transform:translateX(-50%) !important;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:35vh;margin-bottom:35vh}.countdown{color:#fff;margin-bottom:5%;text-align:center;font-size:18px}</style><style>.Page-Terms{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;grid-template-rows:auto 1fr auto;min-height:100vh}.header{grid-area:header}.main{grid-area:main}.footer{grid-area:footer}.header{padding:2rem 3rem;color:#fff;background-color:#262734;box-shadow:0px 1px 8px 1px rgba(81,77,92,.5)}.main{padding:3rem;font-size:1.6rem}.footer{display:flex;flex-flow:row nowrap;justify-content:flex-end;padding:2rem 3rem;background-color:#262734;box-shadow:-2px -8px 41px -14px rgba(202,210,222,.61)}.LogoExaMS{width:115px;height:auto}</style><style>.custom-logo{width:15rem;margin:auto}.Logo-svg{margin:-3px 8px 0 7px;height:auto;filter:drop-shadow(0 1px 0 #333) drop-shadow(-1px -1px 0 #444) opacity(0.93)}.Logo-svg .exa{fill:#e1e5ec}.Logo-svg .ms{fill:#e24646}</style><style>.row-equal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row-equal>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row-centered{justify-content:center}.row:before{content:normal !important}.col-five{position:relative;float:left;flex:0 0 20%;width:20%;max-width:20%;min-height:1px;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (max-width: 1200px){.col-five{flex:0 0 33.3333%;width:33.3333%;max-width:33.3333%}}@media only screen and (max-width: 768px){.col-five{flex:0 0 100%;width:100%;max-width:100%}}.Page-Login{position:relative;display:flex;flex:1;justify-content:center;height:100%;overflow-y:auto}.Page-Login:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:rgba(98,87,225,.15)}.Page-Login:after{content:"";display:block;position:absolute;width:100%;height:100%;z-index:-1}.Login-holder{display:flex;flex:0 1 auto;flex-flow:row nowrap;align-content:center;width:120rem;height:72rem;margin:auto;border-radius:1rem;box-shadow:0 14px 32px rgba(0,0,0,.1),0 5px 15px rgba(0,0,0,.2);z-index:0}@media only screen and (max-width: 1200px){.Login-holder{width:100rem}}@media only screen and (max-width: 992px){.Login-holder{width:100%;height:45rem;border-radius:0}}@media only screen and (max-width: 768px){.Login-holder{width:100vw;height:100vh}}.Login-aside,.Login-wrapper{display:flex;flex-flow:column nowrap;padding:4rem}@media only screen and (max-width: 992px){.Login-aside,.Login-wrapper{border-radius:0 !important}}.Login-aside{flex:1 auto;justify-content:space-between;border-radius:1rem 0 0 1rem;position:relative;z-index:1}@media only screen and (max-width: 768px){.Login-aside{display:none}}.Login-aside:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;border-radius:1rem 0 0 1rem;background-image:linear-gradient(180deg, #16a084 25%, #2a82c9);background-repeat:no-repeat;background-size:cover;z-index:-1}@media only screen and (max-width: 992px){.Login-aside:before{border-radius:0}}.Login-wrapper{flex:0 0 35%;align-items:center;justify-content:flex-start;border-radius:0 1rem 1rem 0;background:#fff;overflow:hidden}@media only screen and (max-width: 768px){.Login-wrapper{flex-grow:1 !important}}@media only screen and (max-width: 768px){.Login-wrapper{border-radius:0;flex:0 0 42%}}.Login-wrapper .signin,.Login-wrapper .forgot-password{margin:auto}.Login-aside-img{width:100%;height:100%;background-size:48%;background-color:transparent;background-repeat:no-repeat;background-position:center 48%;background-image:url(472c51fc597a3efc0c941e6be3f201c5.png);transform:rotate(-8deg);filter:drop-shadow(-16px 8px 38px #000) brightness(0.9)}.Login-aside-footer{display:flex;align-items:center;justify-content:center;color:#fff}</style><style>.Form-UniqueCode .form-group{font-size:1.3rem}.Form-UniqueCode input{font-size:1.3rem}.Form-UniqueCode input::-moz-placeholder{padding-left:.2rem;color:#adadad !important;font-weight:400;transition:all .1s linear}.Form-UniqueCode input:-ms-input-placeholder{padding-left:.2rem;color:#adadad !important;font-weight:400;transition:all .1s linear}.Form-UniqueCode input::-webkit-input-placeholder{padding-left:.2rem;color:#adadad !important;font-weight:400;transition:all .1s linear}.Form-UniqueCode input:focus::-moz-placeholder{color:#adadad !important}.Form-UniqueCode input:focus:-ms-input-placeholder{color:#adadad !important}.Form-UniqueCode input:focus::-webkit-input-placeholder{color:#adadad !important}.Form-UniqueCode .form-group>.form-control{height:36px;border-radius:0;border:none;border-bottom:.07rem solid #ebecf1;padding:1rem 3rem 1rem 0;margin-top:.1rem;box-shadow:none}.msg{height:initial;font-size:1.2rem;transition:all .1s ease;cursor:default}.msg-danger{color:#e24646}.msg-warning{color:#ff8922}</style></head><body><div id="root"><div class="Page-Login"><div class="Login-holder"><div class="Login-aside"><div class="Login-aside-img -animated fadeIn"></div><div class="Login-aside-footer -fs12 -tac -fw3"><span class="-fw5">© 2024</span><svg width="73.694" height="16.668" viewBox="0 0 19.498 4.41" class="Logo-svg"><path d="M.156.218v3.996H2.73v-.886H1.268v-.722h1.293v-.841H1.268v-.66H2.73V.217zm7.855.79c-.252 0-.48.066-.683.198a1.3 1.3 0 00-.48.559c-.116.244-.175.532-.175.863s.059.621.175.87c.117.244.277.432.48.564.203.128.43.192.683.192.222 0 .414-.047.576-.141a.9.9 0 00.366-.401v.502h1.107V1.048H8.953v.502a.867.867 0 00-.366-.395 1.092 1.092 0 00-.576-.147zm-5.056.04l1.1 1.507L3 4.215h1.225l.457-.808.593.807h1.241L5.382 2.668l1.09-1.62H5.246l-.463.801-.587-.801zm5.423.931a.54.54 0 01.412.175c.109.117.163.275.163.474 0 .204-.054.364-.163.48s-.247.175-.412.175a.563.563 0 01-.423-.17c-.106-.116-.159-.278-.159-.485 0-.203.053-.36.159-.474a.553.553 0 01.423-.175z" fill="#fff" stroke="#000" stroke-linecap="square" stroke-linejoin="round" stroke-width="0.101"></path><path d="M17.722.156a1.92 1.92 0 00-.756.141c-.222.09-.397.226-.525.406a1.06 1.06 0 00-.192.639c0 .26.058.472.175.637.12.166.261.29.423.373.166.083.375.167.627.254.237.079.41.152.52.22.108.064.163.156.163.277 0 .09-.028.16-.085.208-.052.05-.128.074-.225.074a.4.4 0 01-.277-.102c-.076-.068-.119-.171-.13-.31h-1.18c.026.41.189.726.486.948.3.222.683.333 1.146.333.304 0 .566-.053.784-.158.218-.105.384-.248.497-.429.112-.18.17-.382.17-.604 0-.263-.06-.478-.181-.643a1.24 1.24 0 00-.43-.379 5.078 5.078 0 00-.626-.265 2.999 2.999 0 01-.508-.214.297.297 0 01-.158-.266c0-.09.024-.158.073-.203a.288.288 0 01.203-.068c.102 0 .183.03.243.09.064.06.104.153.119.277h1.19c-.026-.391-.176-.694-.451-.909-.27-.218-.636-.327-1.095-.327zm-6.619.08v3.978h1.112V1.957l.74 2.257h.954l.739-2.257v2.257h1.1V.235H14.4l-.954 2.585-.983-2.585z" fill="#e24646" image-rendering="optimizeQuality" stroke="#000" stroke-width="0.101"></path></svg><span class="-fw5">v4.5.1</span></div></div><div class="Login-wrapper"><div class="-ma"><div class="custom-logo"><img src="1455e0765769cb5bd4e81b232407c65d.png" alt="logo"></div><div class="login-head -tac"><h1 class="-mt4 -mb3 -fs24 -fw4"><span>Examination</span></h1></div><form class="Form-UniqueCode"><div class="msg msg-danger -mb1"></div><div class="form-group"><input autocomplete="off" name="uniqueCode" placeholder="Unique Code" type="text" id="uniqueCode" class="form-control" value=""></div><div class="form-actions -mt5"><button type="submit" class="btn btn-info btn--pill -full">Load Exam</button></div></form></div></div></div></div></div><script src="main.js"></script></body></html>