@charset "utf-8";
/* CSS Document */
.bg-01 {
     background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
}
.bg-02 {
     background-image: linear-gradient(89deg, rgba(189, 0, 0, 1) -12.5%, rgba(228, 86, 0, 1) 23.4%, rgba(248, 161, 0, 1) 69.8%, rgba(255, 242, 2, 1) 103.7%);
}
.bg-03 {
     background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
.bg-04 {
     background: linear-gradient(90deg, rgba(113, 110, 161, 1) 0%, rgba(127, 127, 157, 1) 9%, rgba(163, 226, 238, 1) 100%);
}
.bg-05 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#98c6ce+0,4991a1+76,3c6c7c+100 */
     background: rgb(152, 198, 206); /* Old browsers */
     background: -moz-linear-gradient(left, rgba(152, 198, 206, 1) 0%, rgba(73, 145, 161, 1) 76%, rgba(60, 108, 124, 1) 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(152, 198, 206, 1) 0%, rgba(73, 145, 161, 1) 76%, rgba(60, 108, 124, 1) 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(152, 198, 206, 1) 0%, rgba(73, 145, 161, 1) 76%, rgba(60, 108, 124, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98c6ce', endColorstr='#3c6c7c', GradientType=1); /* IE6-9 */
}
.bg-colour-001{
     background-color: #98ABC7;
}
.bg-colour-002{
     background-color: #7E96B9;
}
.bg-colour-003{
     background-color: #98BDC7;
}
.bg-colour-004{
     background-color: #BAD2D9;
}
.bg-colour-005{
     background-color: #5A78A5;
}
