@font-face {
    font-family: "Latinotype-Brutalista-Bold";
    src: url("/uploads/fonts/Latinotype-Brutalista-Bold.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Latinotype-Brutalista-SemiBold";
    src: url("/uploads/fonts/Latinotype-Brutalista-SemiBold.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Latinotype-Brutalista-Medium";
    src: url("/uploads/fonts/Latinotype-Brutalista-Medium.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Latinotype-Brutalista-Regular";
    src: url("/uploads/fonts/Latinotype-Brutalista-Regular.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Latinotype-Brutalista-Light";
    src: url("/uploads/fonts/Latinotype-Brutalista-Light.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Latinotype-Brutalista-Regular-lt";
    src: url("/uploads/fonts/Latinotype-Brutalista-Alt-Regular.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Latinotype-Brutalista-Regular-lt";
    src: url("/uploads/fonts/Latinotype-Brutalista-Alt-Bold.otf");
    font-weight: normal;
    font-style: normal
}

html {
    font-size: min(max(1px, 4vw), 10px);
    color: #7C7C7C;
    background-color: #F9FBFF;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    width: 100%;
    position: relative
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    outline-color: inherit;
    outline: none
}

* a,
* button,
* input {
    outline: none
}

body {
    margin: 0;
    font-family: "Latinotype-Brutalista-Regular", serif;
    font-size: min(max(1.1rem, 3vw), 1.6rem);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: min(max(1.6rem, 4vw), 2.4rem);
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    position: relative
}

main {
    position: relative;
    padding-top: 69px
}

@media only screen and (min-width: 992px) {
    main {
        padding-top: 82px
    }
}

p {
    margin: 0
}

a,
.as-link {
    text-decoration: none;
    cursor: pointer;
    color: unset;
    transition: all .32s ease-out
}

a:focus,
a:hover,
.as-link:focus,
.as-link:hover {
    opacity: 80%;
    text-decoration: none;
    color: unset
}

audio,
canvas,
img,
video {
    display: block;
    width: 100%
}

svg {
    pointer-events: none;
    vertical-align: middle;
    fill: inherit;
    transition: all .32s ease
}

ul {
    padding: 0;
    list-style: none;
    margin: 0
}

button {
    outline: none
}

button[type="button"] {
    box-sizing: content-box;
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    font: inherit
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    border: 1px solid #E4E4E4;
    padding: 1.7rem;
    border-radius: 8px;
    outline: none !important;
    font-size: inherit
}

input:hover,
input:focus,
input:active {
    outline: none !important
}

input::placeholder {
    color: #9D9D9D
}

.tab {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.site-main {
    padding: 2rem
}

@media only screen and (min-width: 992px) {
    .site-main {
        padding: 12rem
    }
}

.wrapper {
    padding: 2rem
}

@media only screen and (min-width: 768px) {
    .wrapper.will-grow {
        padding: 3rem 6rem
    }
}

@media only screen and (min-width: 992px) {
    .wrapper.will-grow {
        padding: 6rem 9rem
    }
}

@media only screen and (min-width: 1192px) {
    .wrapper.will-grow {
        padding: 10rem 12rem
    }
}

@media only screen and (min-width: 768px) {
    .wrapper.half-way {
        padding: 1.5rem 3rem
    }
}

@media only screen and (min-width: 992px) {
    .wrapper.half-way {
        padding: 3rem 4.5rem
    }
}

@media only screen and (min-width: 1192px) {
    .wrapper.half-way {
        padding: 4rem 7rem
    }
}

@media only screen and (min-width: 992px) {
    .wrapper.pb {
        padding-top: 4rem
    }
}

.wrapper.negate-bottom {
    padding-bottom: 0
}

.wrapper.negate-top {
    padding-top: 0
}

.wrapper.home-banner {
    padding-top: 3.5rem
}

@media only screen and (min-width: 1192px) {
    .wrapper.simple {
        padding: 15.7rem 12rem 11.2rem 12rem
    }
}

.wrapper-y {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media only screen and (min-width: 768px) {
    .wrapper-y.will-grow {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media only screen and (min-width: 992px) {
    .wrapper-y.will-grow {
        padding-top: 9rem;
        padding-bottom: 9rem
    }
}

@media only screen and (min-width: 1192px) {
    .wrapper-y.will-grow {
        padding-top: 12rem;
        padding-bottom: 12rem
    }
}

@media only screen and (min-width: 768px) {
    .wrapper-y.half-way {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

@media only screen and (min-width: 992px) {
    .wrapper-y.half-way {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media only screen and (min-width: 1192px) {
    .wrapper-y.half-way {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

.wrapper-y.negate-top {
    padding-top: 0 !important
}

.wrapper-y.negate-bottom {
    padding-bottom: 0
}

.wrapper-x {
    padding-right: 1rem;
    padding-left: 1rem
}

.fit-content {
    width: fit-content
}

.width-100-pc {
    width: 100%
}

.w-50pc {
    width: 50%
}

.w-25pc {
    width: 25%
}

.width-fit {
    width: fit-content
}

.maxwidth-xl {
    max-width: 1192px
}

.max-1200 {
    max-width: 1200px;
    width: 100%
}

.max-1100 {
    max-width: 1100px
}

.maxwidth-sl {
    max-width: 1024px
}

.maxwidth-lt {
    max-width: 992px
}

.max-895 {
    max-width: 900px;
    margin: 0 auto
}

.max-867 {
    max-width: 867px
}

.max-810 {
    max-width: 810px
}

.maxwidth-tb {
    max-width: 768px
}

.max-700 {
    max-width: 700px
}

.max-672 {
    max-width: 672px
}

.max-633 {
    max-width: 633px
}

.maxwidth-sm {
    max-width: 576px
}

.max-489 {
    max-width: 489px;
    width: 100%
}

.max-426 {
    max-width: 426px
}

.maxwidth-xs {
    max-width: 360px
}

.max-330 {
    max-width: 330px
}

.max-284 {
    max-width: 284px
}

.max-240 {
    max-width: 300px
}

@media only screen and (min-width: 768px) {
    .max-240 {
        max-width: 240.5px
    }
}

.max-200 {
    max-width: 200px
}

.max-150 {
    max-width: 150px
}

.max-70-sl {
    max-width: 68%
}

@media only screen and (min-width: 768px) {
    .max-70-sl {
        max-width: 1024px
    }
}

.height-272 {
    height: 272px
}

.height-450 {
    height: 450px
}

.h-100p {
    height: 100%
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem
}

.grid.auto-2 {
    grid-template-columns: auto
}

@media only screen and (min-width: 992px) {
    .grid.auto-2 {
        grid-template-columns: 49% 49%
    }
}

.grid.mostly-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

@media only screen and (min-width: 992px) {
    .grid.mostly-2 {
        grid-template-columns: repeat(auto-fit, minmax(386px, 1fr))
    }
}

.grid.mostly-3 {
    grid-template-columns: auto
}

@media only screen and (min-width: 576px) {
    .grid.mostly-3 {
        grid-template-columns: repeat(auto-fit, minmax(315.8px, 1fr))
    }
}

.grid.mostly-4 {
    grid-template-columns: repeat(auto-fit, minmax(244px, 1fr))
}

.grid.mostly-5 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.uk-accordion {
    max-width: 810px;
    margin-top: 5rem
}

@media only screen and (min-width: 768px) {
    .uk-accordion {
        margin-top: 10rem
    }
}

.uk-accordion li {
    margin-top: 0 !important
}

.uk-accordion-title,
.uk-accordion-content {
    padding: 1.6rem 2.7rem;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    font-size: min(max(1.6rem, 4vw), 2.4rem);
    color: #002E48 !important;
    line-height: min(max(2.7rem, 4vw), 3.2rem);
    margin: 2px;
    background-color: #fff;
    display: block
}

.uk-accordion-title::before,
.uk-accordion-content::before {
    background-image: url("/uploads/chevron-down.svg")
}

.uk-open>.uk-accordion-title::before {
    background-image: url("/uploads/chevron-down.svg")
}

.uk-accordion-content {
    padding-bottom: 1rem;
    font-size: min(max(1.1rem, 3vw), 1.6rem);
    color: #7C7C7C !important
}

.subscription {
    background-image: url("/uploads/sub-bg.svg");
    background-color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% center;
    height: 100%;
    display: flex;
    background-size: cover
}

.subscription input {
    max-width: 569px
}

@media only screen and (min-width: 992px) {
    .subscription.wrapper {
        padding-top: 6.5rem
    }
}

.subscription iframe {
    height: 550px
}

@media only screen and (min-width: 992px) {
    .subscription iframe {
        height: 500px
    }
}

.popup {
    border-radius: 24px;
    background-image: url("/uploads/popup-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 150px 200px;
    padding: 0;
    height: 100%;
    max-height: 550px;
    width: 100%;
    max-width: 92% !important
}

@media only screen and (min-width: 768px) {
    .popup {
        padding: 5rem;
        max-height: 605px;
        max-width: 876px !important
    }
}

.popup iframe {
    height: 100%;
    width: 100%;
    margin-top: -1rem
}

.uk-offcanvas-bar {
    background: #fff
}

.uk-offcanvas-bar a {
    color: #002E48
}

.uk-offcanvas-bar .uk-close {
    color: #002E48
}

.uk-offcanvas-bar .nav {
    display: block
}

@media only screen and (min-width: 768px) {
    .uk-offcanvas-bar .nav {
        display: none
    }
}

.uk-offcanvas-bar .nav li {
    margin: 2rem 0
}

.uk-offcanvas-bar .nav li .btn {
    color: #fff;
    width: fit-content
}

table {
    width: 100%;
    color: #002E48;
    font-family: "Latinotype-Brutalista-Bold", serif;
    border-spacing: 0
}

table th,
table td {
    padding: 2rem 3rem 2rem 0;
    text-align: left;
    border-bottom: 1px solid #ddd
}

table th:first-child,
table td:first-child {
    width: 70%
}

table a {
    border-bottom: 1px solid #002E48
}

.career-excerpt {
    font-style: italic;
    margin: 0 auto;
    font-size: min(max(1.6rem, 4vw), 2.4rem);
    line-height: min(max(3.4rem, 4vw), 5.1rem);
    max-width: 1107px
}

.stats {
    width: fit-content;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto
}

.stats .stat {
    padding: 1rem 2rem
}

@media only screen and (min-width: 992px) {
    .stats .stat {
        padding: 1rem 6.5rem
    }
}

.header {
    display: flex;
    width: 100%;
    padding: 2rem;
    position: fixed;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media only screen and (min-width: 992px) {
    .header {
        padding: 1.8rem 12rem 2rem 12rem
    }
}

.nav {
    width: 100%;
    max-width: 506px
}

.logo svg {
    width: 90px;
    height: 29px
}

@media only screen and (min-width: 768px) {
    .logo svg {
        width: 118px;
        height: 38px
    }
}

.shadow {
    border-bottom: 5px solid green;
    background: green
}

footer {
    padding: 9.5rem 2rem 6rem 2rem;
    background-color: #002E48;
    color: #fff
}

@media only screen and (min-width: 1192px) {
    footer {
        padding: 5rem 12rem 4rem 12rem
    }
}

.site-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media only screen and (min-width: 1192px) {
    .site-footer {
        flex-direction: row;
        text-align: left
    }
}

.site-footer.bottom {
    flex-direction: column-reverse
}

@media only screen and (min-width: 768px) {
    .site-footer.bottom {
        flex-direction: row
    }

    .site-footer.bottom p {
        margin-bottom: -2rem
    }
}

.footer-list {
    display: flex;
    flex-direction: column
}

.footer-list li {
    margin-bottom: 1.5rem
}

.footer-list li:first-of-type {
    margin-bottom: 2.5rem
}

.foot-grid {
    width: 100%;
    max-width: 794px;
    display: grid;
    grid-template-columns: auto auto;
    margin: auto
}

@media only screen and (min-width: 992px) {
    .foot-grid {
        grid-template-columns: auto auto 285px
    }
}

@media only screen and (min-width: 1192px) {
    .foot-grid {
        margin: 0;
        margin-bottom: 10rem
    }
}

.play-icon {
    margin: auto
}

@media only screen and (min-width: 1192px) {
    .play-icon {
        margin: 0
    }
}

.tx-c {
    text-align: center
}

.tx-l {
    text-align: left
}

.tx-r {
    text-align: right
}

.tx-l-c {
    text-align: left
}

@media only screen and (min-width: 768px) {
    .tx-l-c {
        text-align: center
    }
}

.underline {
    text-decoration: underline
}

.picotext {
    font-size: 1.2rem
}

.nanotext {
    font-size: min(max(1.1rem, 3vw), 1.6rem)
}

.microtext {
    font-size: min(max(1.4rem, 3vw), 2rem)
}

.smalltext {
    font-size: min(max(1.6rem, 4vw), 2.4rem)
}

.mediumtext {
    font-size: min(max(2.4rem, 4vw), 3.6rem)
}

.largetext {
    font-size: min(max(2.4rem, 4vw), 4.8rem)
}

.defaultlh {
    line-height: min(max(3rem, 4vw), 4rem)
}

.lh-16 {
    line-height: min(max(1.1rem, 4vw), 1.6rem)
}

.lh-20 {
    line-height: min(max(1.3rem, 4vw), 2rem)
}

.lh-24 {
    line-height: min(max(1.6rem, 4vw), 2.4rem)
}

.lh-24i {
    line-height: 24px
}

.lh-31 {
    line-height: min(max(2.4rem, 4vw), 3.1rem)
}

.lh-32 {
    line-height: min(max(2.7rem, 4vw), 3.2rem)
}

.lh-40 {
    line-height: min(max(3rem, 4vw), 4rem)
}

.lh-48 {
    line-height: min(max(3.2rem, 4vw), 4.8rem)
}

.lh-51 {
    line-height: min(max(3.4rem, 4vw), 5.1rem)
}

.lh-64 {
    line-height: min(max(3.2rem, 4vw), 6.4rem)
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Latinotype-Brutalista-Bold", serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: min(max(3.2rem, 4vw), 6.4rem);
    color: #002E48 !important;
}



h1,
.h1 {
    font-size: min(max(3.9rem, 5vw), 6.4rem);
    line-height: min(max(4.8rem, 5vw), 8rem)
}

h2,
.h2 {
    font-size: min(max(3.2rem, 4vw), 5.6rem);
    line-height: min(max(4rem, 4vw), 7.2rem)
}

h3,
.h3 {
    font-size: min(max(2.4rem, 4vw), 4.8rem);
    line-height: min(max(3.2rem, 4vw), 6.4rem)
}

h4,
.h4 {
    font-size: min(max(2.4rem, 4vw), 3.6rem);
    line-height: min(max(3.2rem, 4vw), 4.8rem)
}

h5,
.h5 {
    font-size: min(max(1.6rem, 4vw), 2.4rem);
    line-height: min(max(2.7rem, 4vw), 3.2rem)
}

.fw-bold {
    font-weight: bold
}

.fw-normal {
    font-weight: normal
}

.fw-light {
    font-weight: 100
}

.ff-light {
    font-family: "Latinotype-Brutalista-Light", serif
}

.ff-regular {
    font-family: "Latinotype-Brutalista-Regular", serif
}

.ff-medium {
    font-family: "Latinotype-Brutalista-Medium", serif
}

.ff-semibold {
    font-family: "Latinotype-Brutalista-SemiBold", serif
}

.ff-bold {
    font-family: "Latinotype-Brutalista-Bold", serif
}

.extratext {
    font-family: "Latinotype-Brutalista-Regular-lt", serif
}

.extraboldtext {
    font-family: "Latinotype-Brutalista-Regular-lt", serif
}

.uppercase,
.caps {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.no-wrap {
    white-space: nowrap
}

.co-blue {
    color: #004D9C
}

.co-darkblue {
    color: #002E48
}

.co-lightblue {
    color: #D7E8FD
}

.co-black {
    color: #002E48
}

.co-gray {
    color: #7C7C7C
}

.co-orange {
    color: #FB8500
}

.co-offwhite {
    color: #E2E2E2
}

.co-white {
    color: #fff
}

.co-deepblack {
    /* color: #000 */
    color: white;
}

.bg-blue {
    background-color: #004D9C
}

.bg-darkblue {
    background-color: #002E48
}

.bg-lightblue, .bg-primaryblue {
    /* background-color: #D7E8FD;  */
    background-color: #313678;
}

.bg-black {
    background-color: #002E48
}

.bg-gray {
    background-color: #7C7C7C
}

.bg-orange {
    background-color: #FB8500
}

.bg-gainsboro {
    background-color: #F9FBFF
}

.bg-white {
    background-color: #fff
}

.border-bottom {
    border-bottom: .5px solid rgba(255, 255, 255, 0.4)
}

.border-bottom2 {
    border-bottom: 1px solid #C5C9DA
}

.opacity-7 {
    opacity: .7
}

.btn {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    white-space: nowrap;
    height: 100%;
    max-height: 56px;
    font-size: min(max(1.1rem, 3vw), 1.6rem);
    border-radius: 0px 8px;
    background-color: #004D9C;
    color: #fff;
    box-shadow: 4px 10px 20px rgba(0, 50, 79, 0.08);
    border: 0
}

@media only screen and (max-width: 575px) {
    .btn {
        height: 46px
    }
}

.ytp-large-play-button {
    background-color: pink !important
}

.html5-video-player a {
    display: none !important
}

.tick {
    width: 20px;
    height: 20px
}

.card {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 24px;
    border: 1px solid #E9EBEE
}

@media only screen and (min-width: 768px) {
    .card {
        padding: 4.68rem
    }
}

.blog-card {
    width: 100%;
    max-width: 387px
}

.blog-card a:active,
.blog-card a:focus,
.blog-card a:hover {
    box-shadow: 4px 10px 20px rgba(0, 50, 79, 0.08)
}

.blog-card img {
    width: 100%;
    max-width: 387px;
    height: 249px
}



.uses {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #002E48;
    width: 100%;
    border-radius: 9px;
    position: absolute;
    font-size: min(max(1rem, 2vw), 2.4rem);
    white-space: nowrap;
    display: flex;
    height: 100%;
    filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.11));
    max-width: 119px;
    max-height: 32px
}

@media only screen and (min-width: 992px) {
    .uses {
        max-width: 269px;
        max-height: 72px;
        border-radius: 20px
    }
}

.uses.item1 {
    top: 46%;
    left: -60.7%
}

@media only screen and (min-width: 992px) {
    .uses.item1 {
        left: -61.7%;
        top: 43%
    }
}

.uses.item2 {
    bottom: 35%;
    left: -39.5%
}

@media only screen and (min-width: 992px) {
    .uses.item2 {
        bottom: 29%;
        left: -46.5%
    }
}

.uses.item3 {
    bottom: 24%;
    left: -31%
}

@media only screen and (min-width: 992px) {
    .uses.item3 {
        bottom: 12%;
        left: -31%
    }
}

.auto-ussd {
    top: -10%;
    left: -55%;
    max-width: 114px
}

@media only screen and (min-width: 768px) {
    .auto-ussd {
        display: block;
        top: -10%;
        left: -60%;
        max-width: 190px
    }
}

.spiral {
    display: block;
    bottom: 24%;
    left: -82%;
    max-width: 140px
}

.country-list-container {
    border-radius: 0 8px;
    gap: .8rem;
    background: rgba(215, 232, 253, 0.3);
    padding: 2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 21rem
}

@media only screen and (min-width: 368px) {
    .country-list-container {
        max-width: 84%;
        margin-top: 25.2rem
    }
}

@media only screen and (min-width: 992px) {
    .country-list-container {
        margin-top: 12rem;
        max-width: 564px
    }
}

.country-list-container .country {
    background-color: #fff;
    padding: .8rem 1.6rem;
    width: fit-content;
    display: flex;
    white-space: nowrap;
    border-radius: 0 4px
}

.country-list-container .icon {
    border-radius: 2px;
    margin-left: 8px
}

.collection-header {
    max-width: 1200px;
    margin: 2rem;
    border-radius: 8px;
    max-height: 209px;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 1192px) {
    .collection-header {
        padding-left: 6.3rem;
        margin: 7rem auto 10rem auto;
        height: 100vh
    }
}

.dot {
    width: 5px;
    height: 5px;
    background-color: #C5C9DA;
    display: block;
    margin: 1rem;
    border-radius: 100%
}

.dot.is-blue {
    background-color: #004D9C;
    border: 3px solid #004D9C
}

.bullet {
    width: 20px;
    height: 20px;
    background-color: #004D9C;
    display: block;
    margin-right: 2rem;
    border-radius: 100%;
    border: 2px solid #ABDBF7;
    position: relative;
    margin-top: 2px
}

.bullet::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 12px solid #D7E8FD
}

.sm-icon {
    background-color: #D7E8FD;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-left: 2.4rem
}

.sm-icon:first-of-type {
    margin-left: 0
}

.sm-icon.initials {
    width: 42px;
    height: 42px;
    color: #004D9C;
    margin-left: 0
}

.tag {
    padding: .4rem 1rem;
    background-color: #D7E8FD;
    white-space: nowrap;
    border-radius: 50px;
    color: #004D9C;
    font-family: "Latinotype-Brutalista-Medium", serif;
    line-height: min(max(1.6rem, 4vw), 2.4rem)
}

.content p {
    margin-bottom: 2.4rem;
    line-height: min(max(2.4rem, 4vw), 3.1rem);
    font-family: "Latinotype-Brutalista-Medium", serif
}

.content img {
    margin: 3rem 0;
    width: 100%
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin: 3rem 0
}

.content strong {
    color: #002E48
}

.content blockquote,
.content em {
    color: #7C7C7C;
    font-size: unset
}

.content blockquote p,
.content em p {
    font-family: "Latinotype-Brutalista-Regular", serif
}

.content ul,
.content ol {
    padding-left: 3rem;
    list-style: disc
}

.content ul li,
.content ol li {
    margin-bottom: 1rem
}

.dash {
    position: absolute;
    display: none
}

@media only screen and (min-width: 992px) {
    .dash {
        display: block;
        right: -9%;
        bottom: 0%
    }
}

.mapping {
    background-color: #163A73;
    background-image: url("/uploads/world-s.svg");
    padding: 3rem 2.5rem;
    height: 100pc;
    position: relative;
    max-height: 869px;
    background-position: 100% top;
    background-repeat: no-repeat
}

@media only screen and (min-width: 768px) {
    .mapping {
        background-image: url("/uploads/world.svg")
    }
}

@media only screen and (min-width: 992px) {
    .mapping {
        padding: 6.4rem 12rem;
        background-position: right top;
        max-height: 700px
    }
}

.mapping .nija {
    display: none
}

@media only screen and (min-width: 992px) {
    .mapping .nija {
        display: block;
        width: 210px;
        height: 142px;
        position: absolute;
        right: 26%;
        top: 27%
    }
}

.video {
    width: 100%;
    height: 247px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 8px
}

@media only screen and (min-width: 768px) {
    .video {
        height: 400px;
        border-radius: 15px
    }
}

@media only screen and (min-width: 992px) {
    .video {
        height: 600px;
        border-radius: 24px
    }
}

.home-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem !important
}


/* 

    MY CUSTOM STYLES
*/

.home-banner .main-hdd{
    font-size: 3.5rem !important;
}

section > .h3{
    font-size: 3rem;
    font-weight: lighter !important;
}

.Featured_box {
    /* border: 5px solid white; */
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

.Featured_box img{
    height: 100px !important;
    width: 100px !important;
    /* border-radius: 100%; */
}

.Featured_box > div{
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


/* BANK LOGOS SECTION */
.bank_logos img{
    height: 50px !important;
    width: 50px !important;
    border-radius: 5px !important;
}

/* reduce card body */
.bank_logos .uk-card-body {
   
    padding: 20px !important;
    border-radius: 5px;
}

/* add space between p in logos */
.bank_logos .bank_name{
    margin-left: 7px;
}


/* white text for other p*/
.white_p {
    color: white !important;
}


.home-banner h1 .mt-1 {
    margin-top: 0
}

@media only screen and (min-width: 368px) {
    .home-banner h1 .mt-1 {
        margin-top: .6rem
    }
}

@media only screen and (min-width: 768px) {
    .home-banner h1 .mt-1 {
        margin-top: .8rem
    }
}

@media only screen and (min-width: 992px) {
    .home-banner h1 .mt-1 {
        margin-top: 1.1rem
    }
}

.home-banner p {
    max-width: 405px
}

.home-banner .gsm-container {
    margin-right: -8rem
}

@media only screen and (min-width: 992px) {
    .home-banner .gsm-container {
        margin-right: 0
    }
}

.home-banner .gsm {
    max-width: 200px
}

@media only screen and (min-width: 992px) {
    .home-banner .gsm {
        max-width: 320px;
        margin-right: 7.5rem
    }
}

.decorated {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 48px
}

@media only screen and (min-width: 1024px) {
    .decorated {
        height: 67px
    }
}

@media only screen and (min-width: 1192px) {
    .decorated {
        height: 75px
    }
}

@media only screen and (min-width: 1460px) {
    .decorated {
        height: 79px
    }
}

.decorated span {
    display: block;
    height: 48px;
    text-align: left
}

@media only screen and (min-width: 1192px) {
    .decorated span {
        height: 72px
    }
}

.flip {
    animation: flip41 8s ease infinite
}

@media only screen and (min-width: 368px) {
    .flip {
        animation: flip42 8s ease infinite
    }
}

@media only screen and (min-width: 1024px) {
    .flip {
        animation: flip4 8s ease infinite
    }
}

@keyframes flip4 {
    0% {
        margin-top: -166px
    }

    32% {
        margin-top: -166px
    }

    33% {
        margin-top: -83px
    }

    65% {
        margin-top: -83px
    }

    66% {
        margin-top: 0px
    }

    99% {
        margin-top: 0px
    }

    100% {
        margin-top: -166px
    }
}

@keyframes flip41 {
    0% {
        margin-top: -96px
    }

    32% {
        margin-top: -96px
    }

    33% {
        margin-top: -48px
    }

    65% {
        margin-top: -48px
    }

    66% {
        margin-top: 0px
    }

    99% {
        margin-top: 0px
    }

    100% {
        margin-top: -96px
    }
}

@keyframes flip42 {
    0% {
        margin-top: -107px
    }

    32% {
        margin-top: -107px
    }

    33% {
        margin-top: -53px
    }

    65% {
        margin-top: -53px
    }

    66% {
        margin-top: 0px
    }

    99% {
        margin-top: 0px
    }

    100% {
        margin-top: -106px
    }
}

.sib-form-block__button {
    height: 56px !important
}

.sib-form-block__button-with-loader {
    height: 56px !important
}

.about-banner {
    flex-wrap: wrap
}

@media only screen and (min-width: 992px) {
    .about-banner {
        padding-top: 6rem !important;
        flex-wrap: nowrap
    }
}

.about-img {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .about-img {
        max-width: 530px
    }
}

@media only screen and (min-width: 1192px) {
    .about-img {
        max-width: 600px
    }
}

.about-note {
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .about-note {
        text-align: left
    }
}

@media only screen and (min-width: 1192px) {
    .about-note {
        max-width: 489px;
        margin-right: -5rem
    }
}

.absolute-zero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fixed-zero {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.absolute-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important
}

.absolute-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.absolute-top-right {
    position: absolute;
    right: 0;
    top: 0
}

.abs-tr-centre-20 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.pos-f {
    position: fixed
}

.pos-f.fixed-to-top {
    top: 0;
    right: 0;
    left: 0
}

.pos-a {
    position: absolute
}

.pos-r {
    position: relative
}

.pos-a-r {
    position: absolute
}

@media only screen and (max-width: 767px) {
    .pos-a-r {
        position: relative
    }
}

.top-right-20 {
    top: 30px;
    right: 30px
}

.v-align {
    vertical-align: middle
}

.abs-after-content {
    content: "";
    display: inline-block;
    position: absolute
}

.d-blk {
    display: block
}

.d-ibl {
    display: inline-block
}

.d-flx {
    display: flex
}

.d-grid {
    display: grid
}

.d-col-row {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .d-col-row {
        flex-direction: row
    }
}

.d-col-row-l {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 992px) {
    .d-col-row-l {
        flex-direction: row
    }
}

.flx-inverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.d-iflx {
    display: inline-flex
}

.flex-1 {
    flex: 1
}

.flex-auto {
    flex: auto
}

.flex-wrap {
    flex-wrap: wrap
}

.al-i-fs {
    align-items: flex-start
}

.al-i-fe {
    align-items: flex-end
}

.al-i-c {
    align-items: center
}

.al-s-bl {
    align-self: baseline
}

.j-c-sb {
    justify-content: space-between
}

.j-c-c {
    justify-content: center
}

.j-c-c-s {
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .j-c-c-s {
        justify-content: start
    }

    .j-c-c-s li {
        margin-left: 0
    }
}

.j-c-c-s li {
    margin-left: 1rem
}

.space-between-groups {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gap-20 {
    gap: 2rem
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: 1rem
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-h {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-1h {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.mt-0 {
    margin-top: 0
}

.mt--02 {
    margin-top: -0.2rem
}

.mt-h {
    margin-top: .5rem
}

.mt-1 {
    margin-top: 1rem
}

.mt-1h {
    margin-top: 1.5rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-2h {
    margin-top: 2.5rem
}

.mt-3 {
    margin-top: 3rem
}

.mt-4 {
    margin-top: 4rem
}

.mt-2-4 {
    margin-top: 2rem
}

@media only screen and (min-width: 768px) {
    .mt-2-4 {
        margin-top: 4rem
    }
}

.mt-5 {
    margin-top: 5rem
}

.mt-7 {
    margin-top: 7rem
}

.mx-auto {
    margin-right: auto;
    margin-left: auto
}

.mx-hh {
    margin-right: .25rem;
    margin-left: .25rem
}

.mx-1 {
    margin-right: 1rem;
    margin-left: 1rem
}

.mx-2 {
    margin-right: 2rem;
    margin-left: 2rem
}

.mr-h {
    margin-top: .5rem
}

.mr-1 {
    margin-right: 1rem
}

.mr-2 {
    margin-right: 2rem
}

.mr-2h {
    margin-right: 2.5rem
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-hh {
    margin-bottom: .25rem
}

.mb-h {
    margin-bottom: .5rem
}

.mb-1 {
    margin-bottom: 1rem
}

.mb-1h {
    margin-bottom: 1.5rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-2h {
    margin-bottom: 2.5rem
}

.mb-3 {
    margin-bottom: min(max(1.6rem, 4vw), 3rem)
}

.mb-3h {
    margin-bottom: 3.5rem
}

.mb-4 {
    margin-bottom: 4rem
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-12 {
    margin-bottom: 2rem
}

@media only screen and (min-width: 768px) {
    .mb-12 {
        margin-bottom: 6rem
    }
}

@media only screen and (min-width: 992px) {
    .mb-12 {
        margin-bottom: 7rem
    }
}

.ml-0 {
    margin-left: 0
}

.ml-h {
    margin-left: .5rem
}

.ml-1 {
    margin-left: 1rem
}

.ml-2 {
    margin-left: 2rem
}

.ml-3 {
    margin-left: 3rem
}

.p-0 {
    padding: 0
}

.p-h {
    padding: .5rem
}

.p-1 {
    padding: 1rem
}

.p-1h {
    padding: 1.5rem
}

.p-2 {
    padding: 2rem
}

.p-3 {
    padding: 3rem
}

.p-4 {
    padding: 4rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-hh {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-h {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-1h {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pt-h {
    padding-top: .5rem
}

.pt-1 {
    padding-top: 1rem
}

.pt-1h {
    padding-top: 1.5rem
}

.pt-2 {
    padding-top: 2rem
}

.pt-5 {
    padding-top: 5rem
}

.pb-h {
    padding-bottom: .5rem
}

.pb-1 {
    padding-bottom: 1rem
}

.pb-1h {
    padding-bottom: 1.5rem
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: 1rem
}

.pl-2 {
    padding-left: 2rem
}

.pl-3 {
    padding-left: 3rem
}

.show-smallup {
    display: none
}

@media only screen and (min-width: 576px) {
    .show-smallup {
        display: flex
    }
}

.show-mediumup {
    display: none
}

@media only screen and (min-width: 768px) {
    .show-mediumup {
        display: flex
    }
}

.show-inline-mediumup {
    display: none
}

@media only screen and (min-width: 768px) {
    .show-inline-mediumup {
        display: inline
    }
}

.show-largeup {
    display: none
}

@media only screen and (min-width: 992px) {
    .show-largeup {
        display: flex
    }
}

@media only screen and (max-width: 575px) {
    .hide-smalldown {
        display: none
    }
}

.hide-smallup {
    display: flex
}

@media only screen and (min-width: 576px) {
    .hide-smallup {
        display: none
    }
}

.hide-mediumup {
    display: flex
}

@media only screen and (min-width: 768px) {
    .hide-mediumup {
        display: none
    }
}

.hide-largeup {
    display: block
}

@media only screen and (min-width: 992px) {
    .hide-largeup {
        display: none
    }
}

.flx-mediumup {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 576px) {
    .flx-mediumup {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.standard-rad {
    border-radius: 0 8px
}

.radius-24 {
    border-radius: 24px
}

.z-depth-1 {
    z-index: 1
}

.z-depth-2 {
    z-index: 2
}

.z-depth-3 {
    z-index: 3
}

.z-depth-100 {
    z-index: 100
}

.z-depth-101 {
    z-index: 101
}

@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none
    }
}

.border-top-left {
    border-top-left-radius: 10px
}

.border-bottom {
    border-bottom: 1px solid #E9EBEE
}

.border-top {
    border-top: 1px solid #E9EBEE
}

.icon-w--18 {
    width: 18px;
    height: 18px
}

.icon-w--20 {
    width: 20px;
    height: 20px
}

.icon-w--50 {
    width: 50px;
    height: 50px
}

.sr:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip-path: inset(100%);
    overflow: hidden;
    white-space: nowrap
}