|
<html lang="en"> |
|
<head> |
|
<style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*, |
|
::before, |
|
::after { |
|
box-sizing: border-box; |
|
|
|
border-width: 0; |
|
|
|
border-style: solid; |
|
|
|
border-color: #e5e7eb; |
|
|
|
} |
|
|
|
::before, |
|
::after { |
|
--tw-content: ''; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html { |
|
line-height: 1.5; |
|
|
|
-webkit-text-size-adjust: 100%; |
|
|
|
-moz-tab-size: 4; |
|
|
|
tab-size: 4; |
|
|
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
body { |
|
font-family: 'Montserrat', sans-serif; |
|
margin: 0; |
|
|
|
line-height: inherit; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hr { |
|
height: 0; |
|
|
|
color: inherit; |
|
|
|
border-top-width: 1px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
abbr:where([title]) { |
|
-webkit-text-decoration: underline dotted; |
|
text-decoration: underline dotted; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6 { |
|
font-size: inherit; |
|
font-weight: inherit; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
a { |
|
color: inherit; |
|
text-decoration: inherit; |
|
} |
|
|
|
p > a { |
|
color:#247b9c; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
b, |
|
strong { |
|
font-weight: bolder; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
code, |
|
kbd, |
|
samp, |
|
pre { |
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
|
|
|
font-size: 1em; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
small { |
|
font-size: 80%; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
sub, |
|
sup { |
|
font-size: 75%; |
|
line-height: 0; |
|
position: relative; |
|
vertical-align: baseline; |
|
} |
|
|
|
sub { |
|
bottom: -0.25em; |
|
} |
|
|
|
sup { |
|
top: -0.5em; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
table { |
|
text-indent: 0; |
|
|
|
border-color: inherit; |
|
|
|
border-collapse: collapse; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button, |
|
input, |
|
optgroup, |
|
select, |
|
textarea { |
|
font-family: inherit; |
|
|
|
font-size: 100%; |
|
|
|
font-weight: inherit; |
|
|
|
line-height: inherit; |
|
|
|
color: inherit; |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
button, |
|
select { |
|
text-transform: none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
button, |
|
[type='button'], |
|
[type='reset'], |
|
[type='submit'] { |
|
-webkit-appearance: button; |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
:-moz-focusring { |
|
outline: auto; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
:-moz-ui-invalid { |
|
box-shadow: none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
progress { |
|
vertical-align: baseline; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
::-webkit-inner-spin-button, |
|
::-webkit-outer-spin-button { |
|
height: auto; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
[type='search'] { |
|
-webkit-appearance: textfield; |
|
|
|
outline-offset: -2px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
::-webkit-search-decoration { |
|
-webkit-appearance: none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
::-webkit-file-upload-button { |
|
-webkit-appearance: button; |
|
|
|
font: inherit; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
summary { |
|
display: list-item; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
blockquote, |
|
dl, |
|
dd, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6, |
|
hr, |
|
figure, |
|
p, |
|
pre { |
|
margin: 0; |
|
} |
|
|
|
fieldset { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
legend { |
|
padding: 0; |
|
} |
|
|
|
ol, |
|
ul, |
|
menu { |
|
list-style: none; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
textarea { |
|
resize: vertical; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
input::placeholder, |
|
textarea::placeholder { |
|
opacity: 1; |
|
|
|
color: #9ca3af; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
button, |
|
[role="button"] { |
|
cursor: pointer; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
:disabled { |
|
cursor: default; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img, |
|
svg, |
|
video, |
|
canvas, |
|
audio, |
|
iframe, |
|
embed, |
|
object { |
|
display: block; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
img, |
|
video { |
|
max-width: 100%; |
|
height: auto; |
|
} |
|
|
|
*, ::before, ::after { |
|
--tw-border-spacing-x: 0; |
|
--tw-border-spacing-y: 0; |
|
--tw-translate-x: 0; |
|
--tw-translate-y: 0; |
|
--tw-rotate: 0; |
|
--tw-skew-x: 0; |
|
--tw-skew-y: 0; |
|
--tw-scale-x: 1; |
|
--tw-scale-y: 1; |
|
--tw-pan-x: ; |
|
--tw-pan-y: ; |
|
--tw-pinch-zoom: ; |
|
--tw-scroll-snap-strictness: proximity; |
|
--tw-ordinal: ; |
|
--tw-slashed-zero: ; |
|
--tw-numeric-figure: ; |
|
--tw-numeric-spacing: ; |
|
--tw-numeric-fraction: ; |
|
--tw-ring-inset: ; |
|
--tw-ring-offset-width: 0px; |
|
--tw-ring-offset-color: #fff; |
|
--tw-ring-color: rgb(59 130 246 / 0.5); |
|
--tw-ring-offset-shadow: 0 0 #0000; |
|
--tw-ring-shadow: 0 0 #0000; |
|
--tw-shadow: 0 0 #0000; |
|
--tw-shadow-colored: 0 0 #0000; |
|
--tw-blur: ; |
|
--tw-brightness: ; |
|
--tw-contrast: ; |
|
--tw-grayscale: ; |
|
--tw-hue-rotate: ; |
|
--tw-invert: ; |
|
--tw-saturate: ; |
|
--tw-sepia: ; |
|
--tw-drop-shadow: ; |
|
--tw-backdrop-blur: ; |
|
--tw-backdrop-brightness: ; |
|
--tw-backdrop-contrast: ; |
|
--tw-backdrop-grayscale: ; |
|
--tw-backdrop-hue-rotate: ; |
|
--tw-backdrop-invert: ; |
|
--tw-backdrop-opacity: ; |
|
--tw-backdrop-saturate: ; |
|
--tw-backdrop-sepia: ; |
|
} |
|
|
|
::-webkit-backdrop { |
|
--tw-border-spacing-x: 0; |
|
--tw-border-spacing-y: 0; |
|
--tw-translate-x: 0; |
|
--tw-translate-y: 0; |
|
--tw-rotate: 0; |
|
--tw-skew-x: 0; |
|
--tw-skew-y: 0; |
|
--tw-scale-x: 1; |
|
--tw-scale-y: 1; |
|
--tw-pan-x: ; |
|
--tw-pan-y: ; |
|
--tw-pinch-zoom: ; |
|
--tw-scroll-snap-strictness: proximity; |
|
--tw-ordinal: ; |
|
--tw-slashed-zero: ; |
|
--tw-numeric-figure: ; |
|
--tw-numeric-spacing: ; |
|
--tw-numeric-fraction: ; |
|
--tw-ring-inset: ; |
|
--tw-ring-offset-width: 0px; |
|
--tw-ring-offset-color: #fff; |
|
--tw-ring-color: rgb(59 130 246 / 0.5); |
|
--tw-ring-offset-shadow: 0 0 #0000; |
|
--tw-ring-shadow: 0 0 #0000; |
|
--tw-shadow: 0 0 #0000; |
|
--tw-shadow-colored: 0 0 #0000; |
|
--tw-blur: ; |
|
--tw-brightness: ; |
|
--tw-contrast: ; |
|
--tw-grayscale: ; |
|
--tw-hue-rotate: ; |
|
--tw-invert: ; |
|
--tw-saturate: ; |
|
--tw-sepia: ; |
|
--tw-drop-shadow: ; |
|
--tw-backdrop-blur: ; |
|
--tw-backdrop-brightness: ; |
|
--tw-backdrop-contrast: ; |
|
--tw-backdrop-grayscale: ; |
|
--tw-backdrop-hue-rotate: ; |
|
--tw-backdrop-invert: ; |
|
--tw-backdrop-opacity: ; |
|
--tw-backdrop-saturate: ; |
|
--tw-backdrop-sepia: ; |
|
} |
|
|
|
::backdrop { |
|
--tw-border-spacing-x: 0; |
|
--tw-border-spacing-y: 0; |
|
--tw-translate-x: 0; |
|
--tw-translate-y: 0; |
|
--tw-rotate: 0; |
|
--tw-skew-x: 0; |
|
--tw-skew-y: 0; |
|
--tw-scale-x: 1; |
|
--tw-scale-y: 1; |
|
--tw-pan-x: ; |
|
--tw-pan-y: ; |
|
--tw-pinch-zoom: ; |
|
--tw-scroll-snap-strictness: proximity; |
|
--tw-ordinal: ; |
|
--tw-slashed-zero: ; |
|
--tw-numeric-figure: ; |
|
--tw-numeric-spacing: ; |
|
--tw-numeric-fraction: ; |
|
--tw-ring-inset: ; |
|
--tw-ring-offset-width: 0px; |
|
--tw-ring-offset-color: #fff; |
|
--tw-ring-color: rgb(59 130 246 / 0.5); |
|
--tw-ring-offset-shadow: 0 0 #0000; |
|
--tw-ring-shadow: 0 0 #0000; |
|
--tw-shadow: 0 0 #0000; |
|
--tw-shadow-colored: 0 0 #0000; |
|
--tw-blur: ; |
|
--tw-brightness: ; |
|
--tw-contrast: ; |
|
--tw-grayscale: ; |
|
--tw-hue-rotate: ; |
|
--tw-invert: ; |
|
--tw-saturate: ; |
|
--tw-sepia: ; |
|
--tw-drop-shadow: ; |
|
--tw-backdrop-blur: ; |
|
--tw-backdrop-brightness: ; |
|
--tw-backdrop-contrast: ; |
|
--tw-backdrop-grayscale: ; |
|
--tw-backdrop-hue-rotate: ; |
|
--tw-backdrop-invert: ; |
|
--tw-backdrop-opacity: ; |
|
--tw-backdrop-saturate: ; |
|
--tw-backdrop-sepia: ; |
|
} |
|
|
|
.container { |
|
width: 100%; |
|
} |
|
|
|
@media (min-width: 640px) { |
|
.container { |
|
max-width: 640px; |
|
} |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.container { |
|
max-width: 768px; |
|
} |
|
} |
|
|
|
@media (min-width: 1024px) { |
|
.container { |
|
max-width: 1024px; |
|
} |
|
} |
|
|
|
@media (min-width: 1280px) { |
|
.container { |
|
max-width: 1280px; |
|
} |
|
} |
|
|
|
@media (min-width: 1536px) { |
|
.container { |
|
max-width: 1536px; |
|
} |
|
} |
|
|
|
.m-auto { |
|
margin: auto; |
|
} |
|
|
|
.m-8 { |
|
margin: 2rem; |
|
} |
|
|
|
.m-2 { |
|
margin: 0.5rem; |
|
} |
|
|
|
.mx-auto { |
|
margin-left: auto; |
|
margin-right: auto; |
|
} |
|
|
|
.my-4 { |
|
margin-top: 1rem; |
|
margin-bottom: 1rem; |
|
} |
|
|
|
.ml-1 { |
|
margin-left: 0.25rem; |
|
} |
|
|
|
.mt-8 { |
|
margin-top: 2rem; |
|
} |
|
|
|
.mr-2 { |
|
margin-right: 0.5rem; |
|
} |
|
|
|
.ml-2 { |
|
margin-left: 0.5rem; |
|
} |
|
|
|
.mr-3 { |
|
margin-right: 0.75rem; |
|
} |
|
|
|
.ml-0 { |
|
margin-left: 0px; |
|
} |
|
|
|
.ml-4 { |
|
margin-left: 1rem; |
|
} |
|
|
|
.mr-12 { |
|
margin-right: 3rem; |
|
} |
|
|
|
.ml-12 { |
|
margin-left: 3rem; |
|
} |
|
|
|
.mb-8 { |
|
margin-bottom: 2rem; |
|
} |
|
|
|
.mb-4 { |
|
margin-bottom: 1rem; |
|
} |
|
|
|
.mt-2 { |
|
margin-top: 0.5rem; |
|
} |
|
|
|
.mr-1 { |
|
margin-right: 0.25rem; |
|
} |
|
|
|
.mb-1 { |
|
margin-bottom: 0.25rem; |
|
} |
|
|
|
.mt-1 { |
|
margin-top: 0.25rem; |
|
} |
|
|
|
.mb-6 { |
|
margin-bottom: 1.5rem; |
|
} |
|
|
|
.mb-2 { |
|
margin-bottom: 0.5rem; |
|
} |
|
|
|
.mt-4 { |
|
margin-top: 1rem; |
|
} |
|
|
|
.ml-6 { |
|
margin-left: 1.5rem; |
|
} |
|
|
|
.block { |
|
display: block; |
|
} |
|
|
|
.inline-block { |
|
display: inline-block; |
|
} |
|
|
|
.inline { |
|
display: inline; |
|
} |
|
|
|
.flex { |
|
display: flex; |
|
} |
|
|
|
.inline-flex { |
|
display: inline-flex; |
|
} |
|
|
|
.grid { |
|
display: grid; |
|
} |
|
|
|
.w-full { |
|
width: 100%; |
|
} |
|
|
|
.w-10\/12 { |
|
width: 83.333333%; |
|
} |
|
|
|
.flex-1 { |
|
flex: 1 1 0%; |
|
} |
|
|
|
@keyframes bounce { |
|
0%, 100% { |
|
transform: translateY(-25%); |
|
animation-timing-function: cubic-bezier(0.8,0,1,1); |
|
} |
|
|
|
50% { |
|
transform: none; |
|
animation-timing-function: cubic-bezier(0,0,0.2,1); |
|
} |
|
} |
|
|
|
.animate-bounce { |
|
animation: bounce 1s infinite; |
|
} |
|
|
|
.grid-cols-1 { |
|
grid-template-columns: repeat(1, minmax(0, 1fr)); |
|
} |
|
|
|
.flex-col { |
|
flex-direction: column; |
|
} |
|
|
|
.flex-wrap { |
|
flex-wrap: wrap; |
|
} |
|
|
|
.flex-nowrap { |
|
flex-wrap: nowrap; |
|
} |
|
|
|
.items-center { |
|
align-items: center; |
|
} |
|
|
|
.justify-between { |
|
justify-content: space-between; |
|
} |
|
|
|
.gap-6 { |
|
gap: 1.5rem; |
|
} |
|
|
|
.gap-4 { |
|
gap: 1rem; |
|
} |
|
|
|
.gap-14 { |
|
gap: 3.5rem; |
|
} |
|
|
|
.space-y-6 > :not([hidden]) ~ :not([hidden]) { |
|
--tw-space-y-reverse: 0; |
|
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); |
|
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); |
|
} |
|
|
|
.space-y-2 > :not([hidden]) ~ :not([hidden]) { |
|
--tw-space-y-reverse: 0; |
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); |
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); |
|
} |
|
|
|
.rounded-md { |
|
border-radius: 0.375rem; |
|
} |
|
|
|
.rounded-lg { |
|
border-radius: 0.5rem; |
|
} |
|
|
|
.rounded-full { |
|
border-radius: 9999px; |
|
} |
|
|
|
.border-0 { |
|
border-width: 0px; |
|
} |
|
|
|
.border-b { |
|
border-bottom-width: 1px; |
|
} |
|
|
|
.border-pink-500 { |
|
--tw-border-opacity: 1; |
|
border-color: rgb(236 72 153 / var(--tw-border-opacity)); |
|
} |
|
|
|
.border-gray-700 { |
|
--tw-border-opacity: 1; |
|
border-color: rgb(55 65 81 / var(--tw-border-opacity)); |
|
} |
|
|
|
.bg-cyan-400 { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(34 211 238 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.bg-white { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.bg-gray-50 { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.bg-cyan-900 { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(22 78 99 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.bg-cyan-800 { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(21 94 117 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.bg-cyan-700 { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(14 116 144 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.bg-cyan-500 { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(6 182 212 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.bg-gray-800 { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.p-6 { |
|
padding: 1.5rem; |
|
} |
|
|
|
.p-1 { |
|
padding: 0.25rem; |
|
} |
|
|
|
.p-4 { |
|
padding: 1rem; |
|
} |
|
|
|
.p-2 { |
|
padding: 0.5rem; |
|
} |
|
|
|
.p-8 { |
|
padding: 2rem; |
|
} |
|
|
|
.p-3 { |
|
padding: 0.75rem; |
|
} |
|
|
|
.p-5 { |
|
padding: 1.25rem; |
|
} |
|
|
|
.px-2 { |
|
padding-left: 0.5rem; |
|
padding-right: 0.5rem; |
|
} |
|
|
|
.py-2 { |
|
padding-top: 0.5rem; |
|
padding-bottom: 0.5rem; |
|
} |
|
|
|
.px-3 { |
|
padding-left: 0.75rem; |
|
padding-right: 0.75rem; |
|
} |
|
|
|
.px-6 { |
|
padding-left: 1.5rem; |
|
padding-right: 1.5rem; |
|
} |
|
|
|
.py-4 { |
|
padding-top: 1rem; |
|
padding-bottom: 1rem; |
|
} |
|
|
|
.px-12 { |
|
padding-left: 3rem; |
|
padding-right: 3rem; |
|
} |
|
|
|
.py-8 { |
|
padding-top: 2rem; |
|
padding-bottom: 2rem; |
|
} |
|
|
|
.px-4 { |
|
padding-left: 1rem; |
|
padding-right: 1rem; |
|
} |
|
|
|
.px-8 { |
|
padding-left: 2rem; |
|
padding-right: 2rem; |
|
} |
|
|
|
.py-12 { |
|
padding-top: 3rem; |
|
padding-bottom: 3rem; |
|
} |
|
|
|
.pt-0 { |
|
padding-top: 0px; |
|
} |
|
|
|
.pt-1 { |
|
padding-top: 0.25rem; |
|
} |
|
|
|
.pb-4 { |
|
padding-bottom: 1rem; |
|
} |
|
|
|
.pt-2 { |
|
padding-top: 0.5rem; |
|
} |
|
|
|
.text-center { |
|
text-align: center; |
|
} |
|
|
|
.text-sm { |
|
font-size: 0.875rem; |
|
line-height: 1.25rem; |
|
} |
|
|
|
.text-4xl { |
|
font-size: 2.25rem; |
|
line-height: 2.5rem; |
|
} |
|
|
|
.text-xl { |
|
font-size: 1.25rem; |
|
line-height: 1.75rem; |
|
} |
|
|
|
.text-base { |
|
font-size: 1rem; |
|
line-height: 1.5rem; |
|
} |
|
|
|
.text-lg { |
|
font-size: 1.125rem; |
|
line-height: 1.75rem; |
|
} |
|
|
|
.font-semibold { |
|
font-weight: 600; |
|
} |
|
|
|
.font-black { |
|
font-weight: 900; |
|
} |
|
|
|
.font-bold { |
|
font-weight: 700; |
|
} |
|
|
|
.leading-normal { |
|
line-height: 1.5; |
|
} |
|
|
|
.tracking-tight { |
|
letter-spacing: -0.025em; |
|
} |
|
|
|
.text-white { |
|
--tw-text-opacity: 1; |
|
color: rgb(255 255 255 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-gray-50 { |
|
--tw-text-opacity: 1; |
|
color: rgb(249 250 251 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-pink-500 { |
|
--tw-text-opacity: 1; |
|
color: rgb(236 72 153 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-cyan-100 { |
|
--tw-text-opacity: 1; |
|
color: rgb(207 250 254 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-gray-800 { |
|
--tw-text-opacity: 1; |
|
color: rgb(31 41 55 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-gray-600 { |
|
--tw-text-opacity: 1; |
|
color: rgb(75 85 99 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-cyan-500 { |
|
--tw-text-opacity: 1; |
|
color: rgb(6 182 212 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-cyan-600 { |
|
--tw-text-opacity: 1; |
|
color: rgb(8 145 178 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-gray-200 { |
|
--tw-text-opacity: 1; |
|
color: rgb(229 231 235 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-gray-100 { |
|
--tw-text-opacity: 1; |
|
color: rgb(243 244 246 / var(--tw-text-opacity)); |
|
} |
|
|
|
.text-gray-700 { |
|
--tw-text-opacity: 1; |
|
color: rgb(55 65 81 / var(--tw-text-opacity)); |
|
} |
|
|
|
.no-underline { |
|
-webkit-text-decoration-line: none; |
|
text-decoration-line: none; |
|
} |
|
|
|
.hover\:bg-pink-500:hover { |
|
--tw-bg-opacity: 1; |
|
background-color: rgb(236 72 153 / var(--tw-bg-opacity)); |
|
} |
|
|
|
.hover\:text-white:hover { |
|
--tw-text-opacity: 1; |
|
color: rgb(255 255 255 / var(--tw-text-opacity)); |
|
} |
|
|
|
.hover\:text-cyan-500:hover { |
|
--tw-text-opacity: 1; |
|
color: rgb(6 182 212 / var(--tw-text-opacity)); |
|
} |
|
|
|
@media (min-width: 640px) { |
|
.sm\:w-max { |
|
width: max-content; |
|
} |
|
|
|
.sm\:px-6 { |
|
padding-left: 1.5rem; |
|
padding-right: 1.5rem; |
|
} |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.md\:ml-1 { |
|
margin-left: 0.25rem; |
|
} |
|
|
|
.md\:mb-6 { |
|
margin-bottom: 1.5rem; |
|
} |
|
|
|
.md\:mr-0 { |
|
margin-right: 0px; |
|
} |
|
|
|
.md\:block { |
|
display: block; |
|
} |
|
|
|
.md\:flex { |
|
display: flex; |
|
} |
|
|
|
.md\:w-6\/12 { |
|
width: 50%; |
|
} |
|
|
|
.md\:w-3\/5 { |
|
width: 60%; |
|
} |
|
|
|
.md\:w-2\/5 { |
|
width: 40%; |
|
} |
|
|
|
.md\:grid-cols-3 { |
|
grid-template-columns: repeat(3, minmax(0, 1fr)); |
|
} |
|
|
|
.md\:flex-row { |
|
flex-direction: row; |
|
} |
|
|
|
.md\:gap-0 { |
|
gap: 0px; |
|
} |
|
|
|
.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { |
|
--tw-space-y-reverse: 0; |
|
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); |
|
margin-bottom: calc(0px * var(--tw-space-y-reverse)); |
|
} |
|
|
|
.md\:bg-transparent { |
|
background-color: transparent; |
|
} |
|
|
|
.md\:p-0 { |
|
padding: 0px; |
|
} |
|
|
|
.md\:px-12 { |
|
padding-left: 3rem; |
|
padding-right: 3rem; |
|
} |
|
|
|
.md\:py-4 { |
|
padding-top: 1rem; |
|
padding-bottom: 1rem; |
|
} |
|
|
|
.md\:py-3 { |
|
padding-top: 0.75rem; |
|
padding-bottom: 0.75rem; |
|
} |
|
|
|
.md\:px-6 { |
|
padding-left: 1.5rem; |
|
padding-right: 1.5rem; |
|
} |
|
|
|
.md\:px-40 { |
|
padding-left: 10rem; |
|
padding-right: 10rem; |
|
} |
|
|
|
.md\:px-28 { |
|
padding-left: 7rem; |
|
padding-right: 7rem; |
|
} |
|
|
|
.md\:px-8 { |
|
padding-left: 2rem; |
|
padding-right: 2rem; |
|
} |
|
|
|
.md\:pt-2 { |
|
padding-top: 0.5rem; |
|
} |
|
|
|
.md\:pt-1 { |
|
padding-top: 0.25rem; |
|
} |
|
|
|
.md\:pl-6 { |
|
padding-left: 1.5rem; |
|
} |
|
|
|
.md\:text-lg { |
|
font-size: 1.125rem; |
|
line-height: 1.75rem; |
|
} |
|
|
|
.md\:text-5xl { |
|
font-size: 3rem; |
|
line-height: 1; |
|
} |
|
|
|
.md\:text-xl { |
|
font-size: 1.25rem; |
|
line-height: 1.75rem; |
|
} |
|
|
|
.md\:text-4xl { |
|
font-size: 2.25rem; |
|
line-height: 2.5rem; |
|
} |
|
|
|
.md\:text-3xl { |
|
font-size: 1.875rem; |
|
line-height: 2.25rem; |
|
} |
|
|
|
.md\:text-base { |
|
font-size: 1rem; |
|
line-height: 1.5rem; |
|
} |
|
} |
|
|
|
@media (min-width: 1024px) { |
|
.lg\:w-auto { |
|
width: auto; |
|
} |
|
|
|
.lg\:items-center { |
|
align-items: center; |
|
} |
|
|
|
.lg\:gap-x-8 { |
|
column-gap: 2rem; |
|
} |
|
|
|
.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) { |
|
--tw-space-y-reverse: 0; |
|
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); |
|
margin-bottom: calc(0px * var(--tw-space-y-reverse)); |
|
} |
|
|
|
.lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) { |
|
--tw-space-x-reverse: 0; |
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse)); |
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); |
|
} |
|
|
|
.lg\:border-t-0 { |
|
border-top-width: 0px; |
|
} |
|
|
|
.lg\:px-6 { |
|
padding-left: 1.5rem; |
|
padding-right: 1.5rem; |
|
} |
|
|
|
.lg\:pt-0 { |
|
padding-top: 0px; |
|
} |
|
|
|
.lg\:pl-2 { |
|
padding-left: 0.5rem; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.breadcrumbs { |
|
font-size: 12px; |
|
color: #CCCCCC; |
|
line-height: 12px; |
|
font-weight: 400; |
|
font-family: cursive; |
|
margin-bottom: 30px; |
|
padding-bottom: 20px; |
|
margin-top:-2rem; |
|
} |
|
.breadcrumbs a { |
|
font-size: 16px; |
|
font-family: 'Montserrat', sans-serif; |
|
color: #666666; |
|
margin-left: 8px; |
|
margin-right: 8px; |
|
font-weight: 700; |
|
} |
|
.breadcrumbs strong > a { |
|
color: #06b6d6; |
|
} |
|
|
|
@media (max-width: 768px) { |
|
.breadcrumbs a { |
|
font-size: 14px; |
|
margin-left: 4px; |
|
margin-right: 4px; |
|
font-weight: 700; |
|
} |
|
} |
|
|
|
.area-content { |
|
font-size: 1.25rem; |
|
line-height: 1.75rem; |
|
} |
|
@media (max-width: 768px) { |
|
.area-content { |
|
font-size: 1rem; |
|
line-height: 1.25rem; |
|
} |
|
} |
|
.area-content p { |
|
margin-top:2.75rem; |
|
margin-bottom:2.75rem; |
|
} |
|
.area-content h1, h2 { |
|
font-size: 2.25rem; |
|
line-height: 2.5rem; |
|
font-weight:900; |
|
} |
|
|
|
.area-content h3, h4 { |
|
font-size: 2rem; |
|
line-height: 2.25rem; |
|
font-weight:700; |
|
} |
|
|
|
.area-content h5, h6 { |
|
font-size: 1.85rem; |
|
line-height: 2.25rem; |
|
font-weight:700; |
|
} |
|
|
|
ul.nav.nav-list { |
|
display:block; |
|
margin-top:12px; |
|
margin-bottom:12px; |
|
padding: 0.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
ul.nav.nav-list a { |
|
background-color: #0e7490; |
|
font-size: 0.875rem; |
|
line-height: 1.25rem; |
|
float: left; |
|
border-radius: 9999px; |
|
margin-bottom: 0.25rem; |
|
padding: 0.5rem; |
|
display:block; |
|
width:100%; |
|
} |
|
|
|
@media (min-width: 768px) { |
|
ul.nav.nav-list a { |
|
width:31%; |
|
margin-right: 1%; |
|
} |
|
} |
|
|
|
|
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 600; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 700; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 900; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype'); |
|
} |
|
</style> |
|
<meta charset="utf-8"> |
|
<title> |
|
Meet local singles in Bonogin, Gold Coast | Join Free |
|
</title> |
|
<meta content="Find single men and women in Bonogin, Gold coast looking for fun, friendship and relationships on Just Say G'day, Australia's most exciting dating website. Free photo profile account, sign up today. " name="description"> |
|
<meta content="width=device-width,initial-scale=1" name="viewport"> |
|
</head> |
|
<body class="leading-normal" style="background-color:#243D80;"> |
|
<header> |
|
<nav class="w-full"> |
|
<div class="container m-auto px-2 md:px-12 lg:px-6"> |
|
<div class="flex flex-wrap justify-between py-2 gap-6 md:py-4 md:gap-0"> |
|
<div class="flex justify-between lg:w-auto"> |
|
<a aria-label="logo"> |
|
<img alt="Just say g'day dating Logo" class="" height="auto" src="rick.jpg" width="240"> |
|
</a> |
|
</div> |
|
<div class="md:space-y-0 md:p-0 flex-nowrap md:bg-transparent lg:w-auto md:flex"> |
|
<div class="block w-full lg:items-center md:flex"> |
|
<ul class="pt-0 md:pt-2 lg:space-y-0 lg:space-x-2 lg:pt-0 lg:pl-2 items-center text-sm md:text-lg inline-flex md:flex"> |
|
<li> |
|
<a> |
|
<button class="py-2 ml-1 px-3 md:py-3 md:px-6 rounded-md text-center bg-cyan-400 sm:w-max" title="Log in" type="button"> |
|
<span class="block text-white font-semibold"> |
|
Sign in |
|
</span> |
|
</button> |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</nav> |
|
</header> |
|
<div class="pt-1 pb-4 md:pt-1"> |
|
<div class="container m-auto px-6 md:px-12 lg:px-6"> |
|
<div class="md:flex lg:gap-x-8"> |
|
<div class="space-y-6 md:pl-6 md:w-6/12"> |
|
<div class="font-black text-white text-4xl md:text-5xl mt-8"> |
|
Meet amazing singles today |
|
</div> |
|
<p class="text-white md:text-xl w-10/12"> |
|
Just say g'day to local singles looking for fun excitement and romance in your area right now |
|
</p> |
|
<div class="flex items-center text-gray-50 font-semibold text-sm md:text-xl"> |
|
Create your free profile to see your matches |
|
</div> |
|
<ul class="space-y-2 pt-2 md:space-y-0 lg:space-x-2 lg:pt-0 lg:pl-2 lg:border-t-0 lg:items-center text-xl md:flex"> |
|
<li> |
|
<a> |
|
<button class="w-full py-4 px-12 border-0 border-pink-500 bg-white text-pink-500 hover:text-white hover:bg-pink-500 rounded-md text-center sm:w-max" title="Join free" type="button"> |
|
<span class="block items-center text- font-semibold"> |
|
Join for free now |
|
</span> |
|
</button> |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
<button class="w-full ml-0 md:ml-1 py-4 px-12 rounded-md text-center bg-cyan-400 sm:w-max" title="Sign in" type="button"> |
|
<span class="block text-white font-semibold"> |
|
Sign in |
|
</span> |
|
</button> |
|
</a> |
|
</li> |
|
</ul> |
|
<div class="flex items-center text-cyan-100 font-semibold text-sm md:text-lg hover:text-cyan-500 ml-4"> |
|
<a title="over 50 dating Australia"> |
|
Over 50? Try |
|
our mature dating site |
|
</a> |
|
</div> |
|
</div> |
|
<div class="md:block md:w-6/12"> |
|
<img alt="Online dating Australia" class="w-full" height="auto" src="rick.jpg" width="100%"> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<section class="bg-white text-center py-8"> |
|
<div class="container container mx-auto m-8"> |
|
<div class="breadcrumbs"> |
|
<div id="breadcrumbs" xmlns:v=""> |
|
<span typeof="v:Breadcrumb"> |
|
<a property="v:title" rel="v:url"> |
|
Home |
|
</a> |
|
> |
|
</span> |
|
<span typeof="v:Breadcrumb"> |
|
<a property="v:title" rel="v:url"> |
|
Singles |
|
</a> |
|
> |
|
</span> |
|
<span typeof="v:Breadcrumb"> |
|
<a property="v:title" rel="v:url"> |
|
Gold Coast |
|
</a> |
|
> |
|
</span> |
|
<span typeof="v:Breadcrumb"> |
|
<strong> |
|
<a> |
|
Bonogin |
|
</a> |
|
</strong> |
|
</span> |
|
</div> |
|
</div> |
|
<div class="mr-12 ml-12 area-content"> |
|
<h1> |
|
Singles Bonogin |
|
</h1> |
|
<p> |
|
Finding singles in Bonogin is fun and easy with justsaygday.com. As one of Australia's leading matchmaking websites you have a great chance of meeting that special someone missing in your life. |
|
</p> |
|
<p> |
|
Life as a single girl of guy in Bonogin can be fun but most of us are looking for someone to share the ups and downs of life, share experiences and cuddle up on those cold winter nights. With new members registering on Australia's hottest online dating website every month looking for friendship and romance, your dream date may be just a couple of click away. |
|
</p> |
|
<p> |
|
Finding a date is fun and easy with our desktop and convenient mobile applications. Our latest smartphone application is the most powerful yet and best of all, there is no application to download and no fiddly installation instructions to follow, just sign up for free and visit |
|
<a> |
|
justsaygday.com |
|
</a> |
|
from any mobile device for instant access to the mobile application. From the mobile application you can access all the popular features as if you were on the desktop site as well as some mobile enhanced features like: |
|
</p> |
|
<ul> |
|
<li> |
|
Who's near me - find singles near you with the latest geo-location technologies without giving away your exact location |
|
</li> |
|
<li> |
|
Upload photos and videos directly from your phones camera |
|
</li> |
|
<li> |
|
Send 'icebreakers' and 'winks' |
|
</li> |
|
<li> |
|
Advanced personality matching and automated suggestions |
|
</li> |
|
</ul> |
|
<p> |
|
</p> |
|
<h4> |
|
Find the guy who's right for you |
|
</h4> |
|
<p> |
|
What's your idea of the perfect guy? Outgoing, sensitive, wild, gentle, tall, big, slim? |
|
</p> |
|
<p> |
|
Find someone to share your life with. The next person you say g'day to might be the one. |
|
</p> |
|
<div class="container mx-auto p-8"> |
|
|
|
<a class="w-full ml-0 text-sm md:text-base p-1 font-semibold mt-1 inline-block rounded-full bg-gray-50 p-3 text-cyan-600 sm:w-max text-center"> |
|
Search single women in Bonogin |
|
</a> |
|
<a class="w-full ml-0 text-sm md:text-base p-1 font-semibold mt-1 inline-block rounded-full bg-gray-50 p-3 text-cyan-600 sm:w-max text-center"> |
|
Search single men in Bonogin |
|
</a> |
|
<a class="w-full ml-0 text-sm md:text-base p-1 font-semibold mt-1 inline-block rounded-full bg-gray-50 p-3 text-cyan-600 sm:w-max text-center"> |
|
Dating in Bonogin |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
<section class="bg-cyan-800 block py-8"> |
|
<div class="container mx-auto px-4 md:px-40"> |
|
<div class="flex flex-wrap"> |
|
<div class="w-full text-center text-gray-50"> |
|
<h3 class="col-heading"> |
|
Singles in |
|
</h3> |
|
<ul class="nav nav-list"> |
|
<li> |
|
<a title="Singles in Advancetown"> |
|
Advancetown |
|
</a> |
|
</li> |
|
<li> |
|
<a title="Singles in Arundel"> |
|
Arundel |
|
</a> |
|
</li> |
|
<li> |
|
<a title="Singles in Arundel Bc"> |
|
Arundel Bc |
|
</a> |
|
</li> |
|
<li> |
|
<a title="Singles in Arundel Dc"> |
|
Arundel Dc |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
<footer class="bg-gray-800"> |
|
<div class="container mx-auto px-8"> |
|
<div class="w-full flex flex-col md:flex-row py-12 gap-14"> |
|
<div class="flex-1 mb-6"> |
|
<span class="font-semibold p-5 text-xl text-white block"> |
|
Just Say G'day |
|
</span> |
|
<hr class="border-gray-700 border-1 ml-4"> |
|
<ul class="ml-2 mt-4 text-sm md:text-base inline-flex text-gray-200 font-semibold"> |
|
<li class="items-center inline-flex"> |
|
SSL secure |
|
</li> |
|
<li class="items-center inline-flex"> |
|
Scamalytics |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="flex-1"> |
|
<p class="text-gray-50 font-semibold text-lg mt-1 md:mb-6"> |
|
Pages |
|
</p> |
|
<ul class="list-reset mb-6"> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Local singles |
|
</a> |
|
</li> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Mature dating |
|
</a> |
|
</li> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Blog |
|
</a> |
|
</li> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Completing your dating profile |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="flex-1"> |
|
<p class="text-gray-50 font-semibold text-lg mt-1 md:mb-6"> |
|
Company |
|
</p> |
|
<ul class="list-reset mb-6"> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Terms |
|
</a> |
|
</li> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Privacy |
|
</a> |
|
</li> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Cookies |
|
</a> |
|
</li> |
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0"> |
|
<a class="no-underline text-gray-100 hover:text-cyan-500"> |
|
Facebook |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</footer> |
|
<div class="bg-gray-50"> |
|
<div class="container mx-auto text-gray-700 py-8 px-8"> |
|
© Copyright notice - Site design and content copyright justsaygday.com |
|
<br> |
|
Individuals pictured are models and are used for illustrative purposes only. |
|
</div> |
|
</div> |
|
</body> |
|
</html> |
|
|