@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {font-family: "Open Sans", sans-serif;}
:focus-visible {outline: none;}
.container {margin: auto; max-width: 1920px !important;}
.desktop {@media only screen and (max-width: 768px) {display: none;}}
.mobile {display: none; @media only screen and (max-width: 768px) {display: block;}}
.text-blue {color: #0170f9;}
.text-dark-blue {color: #280f91;}
.text-baby-blue {color: #27e6ff;}
.text-baby-blue2 {color: #c5ebf0;}
.text-red {color: #FF0000;}
.border-blue {border-color: #00c0ff;}
.bg-babyblue {background: #e5fbff;}
.bg-pink {background: #ffe5fb;}
.bg-blue {background: #27e6ff;}
.bg-dark-blue {background: #280f91;}
.bg-button-blue {background: #00c0ff;}
input::placeholder, input, select {color: #0170f9 !important;}
.link-fb {word-wrap: break-word; overflow: hidden;}