@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

* {
    box-sizing: border-box;
}

body,
body * {
    display: flex;
    flex-direction: column;
}

script,
style,
title,
meta,
link {
    display: none !important;
}

a:link,
a:visited {
    color: #029edf;
    text-decoration: none;
}

a:hover {
    color: #242424;
    text-decoration: underline;
}

.flex-row {
    flex-direction: row;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.jc-center {
    justify-content: center;
}

.jc-sb {
    justify-content: space-between;
}

.ai-center {
    align-items: center;
}

.ai-start {
    align-items: flex-start;
}

.row {
    flex-direction: row;
}

.border-bottom {
    border-bottom: #e8e8e8 1px solid;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-10 {
    margin-top: 100px;
}

.mt-14 {
    margin-top: 140px;
}

.mt-16 {
    margin-top: 160px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

.mb-14 {
    margin-bottom: 140px;
}

.mb-16 {
    margin-bottom: 160px;
}

.right-item {
    align-items: flex-end;
}

.left-item {
    align-items: flex-start;
}

.image-radius {
    border-radius: 6px;
}

.right-item img,
.left-item img {
    max-width: 80%;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 80px 0 0 0;
}

.container {
    width: 100%;
    max-width: 1240px;
}

#topbar {
    background-color: #28282a;
    padding: 20px 25px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px #666666;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#topbar img {
    height: 30px;
}

nav {
    flex-direction: row;
}

nav a:link,
nav a:visited {
    color: #ffffff;
    margin: 0 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

nav a:hover {
    color: #ffcc00;
}

section {
    align-items: center;
    padding: 80px 0;
}

section.promo h1 {
    margin: 0;
    font-family: 'poppins-semiBold';
    font-size: 60px;
    letter-spacing: -2px;
    text-align: center;
    padding: 0 10%;
    margin: 0;
}

h3 {
    font-family: 'poppins-semiBold';
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 0 0;
}

h5 {
    font-family: 'poppins-semiBold';
    font-size: 66px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

section.promo p {
    padding: 0 20%;
    font-family: 'poppins-regular';
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.5px;
}

.button-set {
    padding: 40px 0 20px 0;
    flex-direction: row;
}

.button-set.center {
    justify-content: center;
}

a.blue:link,
a.blue:visited {
    background-color: #0052cc;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 35px;
    border: transparent 0px solid;
    border-radius: 6px;
    font-weight: 700;
    transition: all .5s;
}

a.blue:hover {
    background-color: #28282a;
}

section.promo .container {
    position: relative;
}

section.promo .container .circle {
    position: absolute;
    right: -50px;
    bottom: 550px;
    width: 100px;
}

section.promo .container .square {
    position: absolute;
    right: -75px;
    bottom: 150px;
    width: 70px;
}

section.promo .container .triangle {
    position: absolute;
    left: -50px;
    bottom: 250px;
    width: 100px;
}

section.promo .promo-image {
    padding: 50px 0% 0 0%;
}

section.promo .promo-image img {
    max-width: 100%;
}

section.methodology {
    padding-top: 20px;
}

section.methodology .container h3 {
    padding: 0 10%;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 80px;
}

section.methodology h4 {
    padding-top: 30px;
    text-align: center;
    color: #242424;
    font-size: 22px;
    font-family: 'poppins-semiBold';
    letter-spacing: -.5px;
}

.box {
    margin: 20px 30px;
}

.box .image {
    height: 180px;
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box h2 {
    font-family: poppins-semiBold;
    font-size: 20px;
    padding: 20px 20px 10px 20px;
    text-align: center;
    margin: 0;
}

.box p {
    padding: 0 20px;
    margin: 0;
    text-align: center;
}

section.partners {
    padding: 40px 0;
}

section.partners .container.ref-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

section.partners .container.ref-container .ref {
    padding: 10px;
    width: 20%;
    align-items: center;
    justify-content: center;
}

section.partners .container.ref-container .ref img {
    max-width: 100%;
}

footer {
    flex-direction: row;
}

footer iframe {
    min-height: 600px;
    width: 100%;
}

section.copyright .container {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    font-size: 12px;
    color: #28282a;
}

.shadow-container {
    z-index: 1000;
    position: fixed;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

.shadow-container.hide {
    display: none;
}

.shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .8;
    z-index: 800;
}

.shadow-container .content {
    width: 1000px;
    border-radius: 10px;
    height: 90%;
    background-color: #ffffff;
    z-index: 900;
}

.shadow-container .content iframe {
    width: 100%;
    height: 100%;
}

.popup-container {
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-container.show {
    display: flex;
}

.popup-container .shadow {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .65;
}

.popup-container .popup-content {
    z-index: 10;
    width: 400px;
    max-width: 95%;
    background-color: #ffffff;
    position: relative;
    margin-top: 100px;
    padding: 20px;
    border-radius: 10px;
}

.popup-container .popup-content .button-set {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.flush-message {
    position: fixed;
    background-color: #009900;
    width: 100%;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    top: 70px;
}

.flush-message.show {
    display: flex;
}

.flush-message p {
    width: 400px;
    max-width: 95%;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 20px;
}

.btn img {
    display: none;
}

.btn.inprogress img {
    display: inline-block;
}

.btn.inprogress span {
    display: none;
}

/*
     FILE ARCHIVED ON 00:59:18 May 07, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:17:24 Jan 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.583
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.012
  cdx.remote: 40.96
  LoadShardBlock: 376.864 (3)
  PetaboxLoader3.datanode: 422.482 (5)
  PetaboxLoader3.resolve: 144.251 (2)
  load_resource: 258.305
  loaddict: 90.752
*/