body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.top-section {
    padding-top: 100px;
    font-family: 'p22-underground', sans-serif;
    color: #0C1D1D;
    min-height: 100vh;
}

.top-section h1 {
    color: #0c3a84;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 22px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col {
    /* -ms-flex-preferred-size: 0; */
    flex-basis: 0;
    /* -ms-flex-positive: 1; */
    flex-grow: 1;
    max-width: 100%;
}

.row {
    /* display: -ms-flexbox; */
    display: flex;
    /* -ms-flex-wrap: wrap; */
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.time-alert {
    color: white;
    border-radius: 10px;
    padding: 12px 20px;
    max-width: 100%;
    width: 450px;
    font-size: 16px;
    background-color: #0c3a84;
}

.time-alert1 {
    margin-left: 10px;
    margin-bottom: 100px;
    border-radius: 10px;
    padding: 12px 20px;
    max-width: 100%;
    width: 450px;
    font-size: 16px;
    background-color: #0c3a84;
    color: white;
    font-family: 'p22-underground', sans-serif;
}

.site-footer {
    font-family: 'p22-underground', sans-serif;
    color: #0C1D1D;
    font-size: 15px;
}

.btn-1 {
    background: linear-gradient(to bottom, #00c535 0, #00a32e 100%);
    /* background-color: #090B1F; */
    color: #ffffff;
    text-decoration: none;
}

.btn-1:hover {
    color: black;
    text-decoration: none;
}

.btn-2 {
    background: linear-gradient(to bottom, #00c535 0, #00a32e 100%);
    color: #ffffff;
    text-decoration: none;
}

.btn-2:hover {
    color: black;
    text-decoration: none;
}

.btn-3 {
    background: #0c3a84;
    color: white;
    text-decoration: none;
}

.btn-3:hover {
    background-color: #82c8ff;
    color: black;
    text-decoration: none;
    transition: 1.0s ease;
}

.site-btn {
    font-size: 26px;
    font-weight: 600;
    display: flex;
    padding: 14px 22px;
    max-width: 100%;
    width: 450px;
    text-align: center;
    border-radius: 45px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hydrated {
    visibility: inherit;
}

:host {
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
}

.btn-area p {
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 36px;
}

.top-section p {
    font-size: 18px;
    font-weight: 600;
}

.blob {
    background: #82c8ff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #82c8ff;
    margin: 0 6px;
    height: 12px;
    width: 12px;
    transform: scale(1);
    animation: pulse-blue 1.5s infinite;
    display: inline-block;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}

.icon-inner,
.ionicon,
svg {
    display: block;
    height: 100%;
    width: 100%;
}

.__web-inspector-hide-shortcut__ {
    visibility: hidden !important;
}

:host .ionicon {
    stroke: currentcolor;
}

@media only screen and (max-width:767px){
    section.fact-section .row {
    	width: 100% !important;
	}
}
