<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: NeueFrutigerLT;
    src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Lt.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Lt.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: NeueFrutigerLT;
    src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: NeueFrutigerLT;
    src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Bd.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Bd.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: NeueFrutigerLT;
    src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Blk.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Blk.woff") format("woff2");
    font-weight: 900;
    font-style: normal;
}
body {
    margin: 0;
}
.riceWrapper .riceHeaderMobile , .riceWrapper .riceSection4Mobile{
    display: none;
}
.riceWrapper {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    line-height: 32px;
}
.riceWrapper *{
    font-family: 'NeueFrutigerLT';
}
.riceWrapper h2{margin: 21px 0;}
.riceWrapper h3{margin: 19px 0;}
.riceWrapper p{margin: 16px 0;}
.riceWrapper img{
    max-width: 100%;
    height: auto;
    display: block;
}
.riceBlueSection{
    background-color: #024eb0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 50px 50px;
    box-sizing: border-box;
}
.riceBlueSection h2{
    font-size: 30px;
}
.riceBlueSection p{
    font-size: 18px;
}
.Section1BottomText{
    text-align: center;
}
.Section1BottomText h2{
    color: #012a71;
    margin-bottom: 5%;
    font-size: 30px;
}
.riceSection2Box{
    width: 100%;
    display: flex;
}
.Section2BoxL, .Section2BoxR{
    width: 50%;
}
.Section2BoxR{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 0 50px;
    line-height: 25px;
    box-sizing: border-box;
    background: linear-gradient(142deg, rgba(1,44,120,1) 24%, rgba(53,106,179,1) 60%, rgba(91,151,222,1) 72%, rgba(110,173,243,1) 100%);
}
.riceSection2Box:nth-child(even){
    flex-direction: row-reverse;
}
.riceSection3{
    margin: 4% 0;
    text-align: center;
    color: #012a71;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    background: linear-gradient(142deg, rgba(1,44,120,1) 24%, rgba(53,106,179,1) 60%, rgba(91,151,222,1) 72%, rgba(110,173,243,1) 100%);
}
footer img{
    width: 150px !important;
    height: auto;
}
@media screen and (max-width: 468px){
    .riceBlueSection{
        padding: 20px 40px;
    }
    .riceBlueSection h2{
        font-size: 24px;
    }
    .riceBlueSection p{
        font-size: 16px;
    }
    .Section1BottomText h2{
        font-size: 24px;
    }
    h2{font-size: 20px;}
    h3{font-size: 18px;}
    p{font-size: 16px;}
    .riceWrapper .riceHeaderDesktop, .riceWrapper .riceSection4Desktop{
        display: none;
    }
    .riceWrapper .riceHeaderMobile , .riceWrapper .riceSection4Mobile{
        display: block;
    }
    .Section1BottomText{
        margin-bottom: 15%;
    }
    .riceSection2Box {
        flex-direction: column;
    }
    .Section2BoxL, .Section2BoxR {
        width: 100%;
    }
    .Section2BoxR {
        text-align: center;
        align-items: center;
        min-height: 300px;
        height: 100%;
        padding: 0 20px;
    }
    .riceSection2Box:nth-child(even) {
        flex-direction: column;
    }
}
</pre></body></html>