/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
box-sizing: border-box;
}
/* 2. Remove default margin */
* {
margin: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
html {
    interpolate-size: allow-keywords;
}
}
body {
/* 4. Add accessible line-height */
line-height: 1.5;
/* 5. Improve text rendering */
-webkit-font-smoothing: antialiased;
}
/* 6. Improve media defaults */
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input, button, textarea, select {
font: inherit;
}
/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
/*
10. Create a root stacking context
*/
#root, #__next {
isolation: isolate;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
}

.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}

.poppins-semibold {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
}

.poppins-bold {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
}

.poppins-extralight-italic {
font-family: "Poppins", sans-serif;
font-weight: 200;
font-style: italic;
}

.poppins-light-italic {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: italic;
}

.poppins-regular-italic {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: italic;
}

.poppins-medium-italic {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: italic;
}

.poppins-semibold-italic {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: italic;
}

.poppins-bold-italic {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: italic;
}

/* Colors 
Light blue: #0089B7
Dark blue: #351AB3

Light light blue : #E5F3F8
Less light blue : #CCE7F1
*/

.turn-screen{
    background:#0089B7;
    pointer-events: none;
    position: fixed;
    bottom:20px;
    right:20px;
    display: flex;
    align-items: center;
    color:#fff;
    padding:0px;
    font-family: "Poppins", sans-serif;
    line-height:1.2em;
    border-radius: 30px;
    z-index:999;
    transition: all .5s;
    font-size:0.9em;
    transform: translateX(120%);
}
.turn-screen.hide{
    opacity:0;
}

.turn-screen.hard-hide{
    opacity:0 !important;
}

.turn-screen.active{transform: translateX(0%);}

.turn-screen.inactive span{opacity: 0;}
.turn-screen.hide-text span{
    font-size:0px;
    margin-right:0px;
    padding:0px;
}

.turn-screen img{
    margin:5px;
    width:50px;
}
.turn-screen span{
    padding:5px;
    transition: all .5s;
    margin-right:20px;
    opacity: 1;
}

@media only screen and (min-width: 800px) {
    .turn-screen{
        display:none !important;
    }
}

@media only screen and (max-width: 700px) {
    .fluid-container.flex.diff{
        align-items: flex-end !important;
    }
    .anthony{
        width:50%;
    }
    .w50{
        width:50% !important;
    }
}

@media only screen and (max-width: 500px) {
    .fluid-container.flex.diff{
        flex-wrap: wrap;
    }
    .w50{
        width:100% !important;
    }
    .anthony{
        width:100% !important;
        margin: auto;
        max-width:320px !important;
        margin-bottom:0px !important;
    }
}

#whitepaper{
    font-family: "Poppins", sans-serif;
    border:1px solid;
    width:100%;
    max-width:800px;
    min-width:320px;
    font-size:18px;
    margin:auto;
    overflow:hidden;
}
header{
    padding:0px 30px 0px 30px;
    display:flex;
    justify-content: center;
    align-items: center;
}
header img.logo{
    margin-right:20px;
    width:25%;
    margin-bottom:30px;
    margin-top:30px;
}
header .title{
    font-size:1.5em;
    line-height:1.3em;
    color: #0089B7;
}
@media only screen and (max-width: 460px) {
    header .title{
        font-size:1.3em;
    }
}
header img.icon{
    width:20%;
    margin-left:auto;
    margin-top:auto;
}

@media only screen and (max-width: 380px) {
    .fluid-container.flex{
        flex-wrap:wrap;
    }

    .fluid-container.flex img{
        width: 100% !important;
        max-width: 150px;
        margin: 0px auto 30px auto;
    }
    .fluid-container.flex p, .fluid-container.flex > div{
        padding-left:0px !important;
        padding-right:0px !important;
    }
}

@media only screen and (max-width: 380px) {
.order1{
    order:1;
}
.order2{
    order:2;
}
}

.column-group{
    background:#E5F3F8;
    display:flex;
    padding:10px;
    margin-bottom:20px;
}
.column-group .column{
    font-size:0.9em;
}
@media only screen and (max-width: 460px) {
    .column-group{
        flex-wrap:wrap;
    }
    .column-group .column{
        width:100%;
    }
  }

.column-wrap{
    display:flex;
    justify-content: space-between;
}
.column-wrap .column{
    width:calc(100% / 3 - 6px);
    background: -webkit-linear-gradient(left, #351AB3, #0089B7);
    background: -o-linear-gradient(right, #351AB3, #0089B7);
    background: -moz-linear-gradient(right, #351AB3, #0089B7);
    background: linear-gradient(to right, #351AB3, #0089B7); 
    color:#fff;
    margin-bottom:15px;
    padding:10px 6px;
    text-align: center;
    font-size: 0.9em;
}
.column-wrap .column strong{
    margin-bottom:10px;
    display: block;
}

@media only screen and (max-width: 460px) {
    .column-wrap{
       flex-wrap: wrap;
    }
    .column-wrap .column{
        width:calc(100% / 2 - 8px);
    }
}

.profile{
    width:100%;
}

h1{
    font-size:2em;
    line-height:1.3em;
    margin-bottom:15px;
}
h3{
    margin-bottom:15px;
}
h3.quote{
    font-weight:400;
    font-style: italic;

    background: -webkit-linear-gradient(left, #351AB3, #0089B7);
    background: -o-linear-gradient(right, #351AB3, #0089B7);
    background: -moz-linear-gradient(right, #351AB3, #0089B7);
    background: linear-gradient(to right, #351AB3, #0089B7); 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
p{
    font-size:0.9em;
}
ul{
    padding-left:20px;
    font-size:0.9em;
}
li{
    margin-bottom:5px;
    line-height:1.4em;
}
a{
    text-decoration: none;
    color: #0089B7;
}
a.btn{
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    color: #000;
    background: #fff;
    text-decoration: none;
    transition: all .2s;
    position: relative;
    left: 50%;
    margin-top:20px;
    transform: translateX(-50%);
}
a img{
    margin-left:15px;
}
a img.light{
    display:none;
}
a img.dark{
    display:block;
}
a:hover{
    background:#000;
    color:#fff;
}
a:hover img.light{
    display:block;
}
a:hover img.dark{
    display:none;
}

.data-tabel{
    overflow: scroll;
    font-size:0.8em;
}
.row{
    min-width:500px;
    display:flex;
}
.row .column{
    border: 1px solid #fff;
    width:25%;
    padding:5px;
}

.footer-bg{
    background-color: #F8F8F8;
    margin: -5px;
    width: 105%;
    max-width: none;
}

.footer{
    background: #0089B7;
}

.blue-bg{
    background: rgb(53,26,179);
    background: linear-gradient(135deg, rgba(53,26,179,1) 0%, rgba(0,137,183,1) 100%);
}
.grey-bg{
    background:#F8F8F8;
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.blue{
    color:#0089B7;
}

.fluid-container{
    padding:30px;
}
.fluid-container.flex{
    display:flex;
}
.fluid-container.flex img{
    width:30%;
    min-width:130px;
}