/* ! tailwindcss v3.2.3 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: #e5e7eb; /* 2 */ } ::before, ::after { --tw-content: ''; } /* 1. Use a consistent sensible line-height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. 3. Use a more readable tab size. 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. */ html { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -moz-tab-size: 4; /* 3 */ -o-tab-size: 4; tab-size: 4; /* 3 */ 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"; /* 4 */ font-feature-settings: normal; /* 5 */ } /* 1. Remove the margin in all browsers. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. */ body { margin: 0; /* 1 */ line-height: inherit; /* 2 */ } /* 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) 3. Ensure horizontal rules are visible by default. */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ border-top-width: 1px; /* 3 */ } /* Add the correct text decoration in Chrome, Edge, and Safari. */ abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /* Remove the default font size and weight for headings. */ h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /* Reset links to optimize for opt-in styling instead of opt-out. */ a { color: inherit; text-decoration: inherit; } /* Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /* 1. Use the user's configured `mono` font family by default. 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Add the correct font size in all browsers. */ small { font-size: 80%; } /* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) 3. Remove gaps between table borders by default. */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ border-collapse: collapse; /* 3 */ } /* 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. 3. Remove default padding in all browsers. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ } /* Remove the inheritance of text transform in Edge and Firefox. */ button, select { text-transform: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Remove default button styles. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ background-image: none; /* 2 */ } /* Use the modern Firefox focus style for all focusable elements. */ :-moz-focusring { outline: auto; } /* Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) */ :-moz-ui-invalid { box-shadow: none; } /* Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /* Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /* 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /* Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /* Removes the default spacing and border for appropriate elements. */ 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; } /* Prevent resizing textareas horizontally by default. */ textarea { resize: vertical; } /* 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) 2. Set the default placeholder color to the user's configured gray 400 color. */ input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } input::placeholder, textarea::placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } /* Set the default cursor for buttons. */ button, [role="button"] { cursor: pointer; } /* Make sure disabled buttons don't get the pointer cursor. */ :disabled { cursor: default; } /* 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) This can trigger a poorly considered lint error in some tools but is included by design. */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /* Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) */ img, video { max-width: 100%; height: auto; } /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden] { display: none; } *, ::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: ; } ::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; } } .visible { visibility: visible; } .static { position: static; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .sticky { position: sticky; } .bottom-0 { bottom: 0px; } .left-\[-3px\] { left: -3px; } .top-\[55\%\] { top: 55%; } .right-\[-6px\] { right: -6px; } .top-0 { top: 0px; } .left-0 { left: 0px; } .top-10 { top: 2.5rem; } .top-\[66px\] { top: 66px; } .right-0 { right: 0px; } .top-full { top: 100%; } .right-5 { right: 1.25rem; } .top-5 { top: 1.25rem; } .bottom-\[80px\] { bottom: 80px; } .right-1 { right: 0.25rem; } .left-1 { left: 0.25rem; } .top-\[52\%\] { top: 52%; } .z-10 { z-index: 10; } .z-\[10000\] { z-index: 10000; } .z-\[10001\] { z-index: 10001; } .z-50 { z-index: 50; } .m-auto { margin: auto; } .my-4 { margin-top: 1rem; margin-bottom: 1rem; } .my-12 { margin-top: 3rem; margin-bottom: 3rem; } .mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; } .my-\[40px\] { margin-top: 40px; margin-bottom: 40px; } .my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; } .my-16 { margin-top: 4rem; margin-bottom: 4rem; } .my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; } .mt-\[66px\] { margin-top: 66px; } .mb-9 { margin-bottom: 2.25rem; } .mb-8 { margin-bottom: 2rem; } .mb-4 { margin-bottom: 1rem; } .mt-2 { margin-top: 0.5rem; } .mt-auto { margin-top: auto; } .mb-\[32px\] { margin-bottom: 32px; } .mb-\[86px\] { margin-bottom: 86px; } .mb-\[90px\] { margin-bottom: 90px; } .mb-\[53px\] { margin-bottom: 53px; } .mb-\[50px\] { margin-bottom: 50px; } .mb-\[20px\] { margin-bottom: 20px; } .mb-\[60px\] { margin-bottom: 60px; } .mb-14 { margin-bottom: 3.5rem; } .mb-\[21px\] { margin-bottom: 21px; } .mb-\[95px\] { margin-bottom: 95px; } .mb-\[30px\] { margin-bottom: 30px; } .mb-10 { margin-bottom: 2.5rem; } .mb-\[80px\] { margin-bottom: 80px; } .mb-\[16px\] { margin-bottom: 16px; } .mb-\[24px\] { margin-bottom: 24px; } .mt-\[-100px\] { margin-top: -100px; } .ml-\[-15px\] { margin-left: -15px; } .mb-\[40px\] { margin-bottom: 40px; } .mb-6 { margin-bottom: 1.5rem; } .mb-5 { margin-bottom: 1.25rem; } .mb-\[76px\] { margin-bottom: 76px; } .mb-7 { margin-bottom: 1.75rem; } .mb-\[46px\] { margin-bottom: 46px; } .mb-\[36px\] { margin-bottom: 36px; } .mb-3 { margin-bottom: 0.75rem; } .mt-10 { margin-top: 2.5rem; } .mt-\[60px\] { margin-top: 60px; } .mb-2 { margin-bottom: 0.5rem; } .mb-\[11px\] { margin-bottom: 11px; } .mt-\[30px\] { margin-top: 30px; } .ml-\[-6px\] { margin-left: -6px; } .mt-1 { margin-top: 0.25rem; } .mb-\[28px\] { margin-bottom: 28px; } .mr-\[-4px\] { margin-right: -4px; } .mt-\[14px\] { margin-top: 14px; } .mr-auto { margin-right: auto; } .mb-16 { margin-bottom: 4rem; } .mr-\[-36px\] { margin-right: -36px; } .mt-\[8px\] { margin-top: 8px; } .ml-10 { margin-left: 2.5rem; } .mb-20 { margin-bottom: 5rem; } .mb-\[12px\] { margin-bottom: 12px; } .mb-\[75px\] { margin-bottom: 75px; } .mb-\[44px\] { margin-bottom: 44px; } .block { display: block; } .inline-block { display: inline-block; } .flex { display: flex; } .table { display: table; } .grid { display: grid; } .hidden { display: none; } .h-\[inherit\] { height: inherit; } .h-full { height: 100%; } .h-auto { height: auto; } .h-\[44px\] { height: 44px; } .h-\[215px\] { height: 215px; } .h-\[152px\] { height: 152px; } .h-\[110px\] { height: 110px; } .h-\[470px\] { height: 470px; } .h-\[322px\] { height: 322px; } .h-\[138px\] { height: 138px; } .h-6 { height: 1.5rem; } .h-\[40px\] { height: 40px; } .h-screen { height: 100vh; } .h-\[131px\] { height: 131px; } .h-\[32px\] { height: 32px; } .h-\[calc\(100\%-81\.42px\)\] { height: calc(100% - 81.42px); } .h-fit { height: -moz-fit-content; height: fit-content; } .h-\[66px\] { height: 66px; } .h-\[50px\] { height: 50px; } .h-\[36px\] { height: 36px; } .h-\[340px\] { height: 340px; } .h-11 { height: 2.75rem; } .h-\[55\%\] { height: 55%; } .h-\[180px\] { height: 180px; } .h-\[80px\] { height: 80px; } .max-h-\[226px\] { max-height: 226px; } .min-h-\[200px\] { min-height: 200px; } .min-h-\[inherit\] { min-height: inherit; } .min-h-\[131px\] { min-height: 131px; } .min-h-\[620px\] { min-height: 620px; } .w-full { width: 100%; } .w-\[175px\] { width: 175px; } .w-auto { width: auto; } .w-\[630px\] { width: 630px; } .w-\[inherit\] { width: inherit; } .w-\[44px\] { width: 44px; } .w-\[235px\] { width: 235px; } .w-\[238px\] { width: 238px; } .w-\[36px\] { width: 36px; } .min-w-\[210px\] { min-width: 210px; } .min-w-\[152px\] { min-width: 152px; } .min-w-\[180px\] { min-width: 180px; } .min-w-\[300px\] { min-width: 300px; } .max-w-\[240px\] { max-width: 240px; } .max-w-\[900px\] { max-width: 900px; } .max-w-\[265px\] { max-width: 265px; } .max-w-\[223px\] { max-width: 223px; } .max-w-\[500px\] { max-width: 500px; } .max-w-\[475px\] { max-width: 475px; } .max-w-\[602px\] { max-width: 602px; } .max-w-\[468px\] { max-width: 468px; } .max-w-\[230px\] { max-width: 230px; } .max-w-\[448px\] { max-width: 448px; } .max-w-\[294px\] { max-width: 294px; } .max-w-\[540px\] { max-width: 540px; } .max-w-\[400px\] { max-width: 400px; } .max-w-\[617px\] { max-width: 617px; } .max-w-\[541px\] { max-width: 541px; } .flex-\[1\] { flex: 1; } .flex-\[2\.5\] { flex: 2.5; } .flex-1 { flex: 1 1 0%; } .border-separate { border-collapse: separate; } .border-spacing-x-5 { --tw-border-spacing-x: 1.25rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); } .border-spacing-y-2 { --tw-border-spacing-y: 0.5rem; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); } .translate-x-\[-30\%\] { --tw-translate-x: -30%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .translate-y-\[-30\%\] { --tw-translate-y: -30%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .scale-100 { --tw-scale-x: 1; --tw-scale-y: 1; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .cursor-pointer { cursor: pointer; } .resize { resize: both; } .list-inside { list-style-position: inside; } .list-decimal { list-style-type: decimal; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .flex-col { flex-direction: column; } .flex-col-reverse { flex-direction: column-reverse; } .flex-wrap { flex-wrap: wrap; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .gap-\[20px\] { gap: 20px; } .gap-\[50px\] { gap: 50px; } .gap-3 { gap: 0.75rem; } .gap-16 { gap: 4rem; } .gap-4 { gap: 1rem; } .gap-2 { gap: 0.5rem; } .gap-10 { gap: 2.5rem; } .gap-1 { gap: 0.25rem; } .gap-\[150px\] { gap: 150px; } .gap-6 { gap: 1.5rem; } .gap-5 { gap: 1.25rem; } .gap-x-10 { -moz-column-gap: 2.5rem; column-gap: 2.5rem; } .gap-y-20 { row-gap: 5rem; } .self-center { align-self: center; } .self-stretch { align-self: stretch; } .overflow-auto { overflow: auto; } .overflow-hidden { overflow: hidden; } .rounded-\[4px\] { border-radius: 4px; } .rounded-\[12px\] { border-radius: 12px; } .rounded-\[20px\] { border-radius: 20px; } .rounded-\[30px\] { border-radius: 30px; } .rounded-full { border-radius: 9999px; } .rounded-\[34px\] { border-radius: 34px; } .rounded { border-radius: 0.25rem; } .rounded-lg { border-radius: 0.5rem; } .rounded-md { border-radius: 0.375rem; } .rounded-b-\[20px\] { border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; } .rounded-l-\[34px\] { border-top-left-radius: 34px; border-bottom-left-radius: 34px; } .rounded-r-\[34px\] { border-top-right-radius: 34px; border-bottom-right-radius: 34px; } .border-\[1px\] { border-width: 1px; } .border { border-width: 1px; } .border-solid { border-style: solid; } .border-\[\#859096\] { --tw-border-opacity: 1; border-color: rgb(133 144 150 / var(--tw-border-opacity)); } .border-\[\#A8B0B4\] { --tw-border-opacity: 1; border-color: rgb(168 176 180 / var(--tw-border-opacity)); } .border-\[\#0053D0\] { --tw-border-opacity: 1; border-color: rgb(0 83 208 / var(--tw-border-opacity)); } .border-primary-light { --tw-border-opacity: 1; border-color: rgb(0 83 208 / var(--tw-border-opacity)); } .border-opacity-60 { --tw-border-opacity: 0.6; } .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-\[\#D9E7ED\] { --tw-bg-opacity: 1; background-color: rgb(217 231 237 / var(--tw-bg-opacity)); } .bg-secondary-bg-light { --tw-bg-opacity: 1; background-color: rgb(243 246 247 / var(--tw-bg-opacity)); } .bg-primary-bg-light { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-card-bg-light { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-card-desc-bg-light { --tw-bg-opacity: 1; background-color: rgb(217 231 237 / var(--tw-bg-opacity)); } .bg-\[\#48F6C2\] { --tw-bg-opacity: 1; background-color: rgb(72 246 194 / var(--tw-bg-opacity)); } .bg-\[\#fff\] { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-\[\#0197FF\] { --tw-bg-opacity: 1; background-color: rgb(1 151 255 / var(--tw-bg-opacity)); } .bg-\[\#0053D0\] { --tw-bg-opacity: 1; background-color: rgb(0 83 208 / var(--tw-bg-opacity)); } .bg-\[\#17203D\] { --tw-bg-opacity: 1; background-color: rgb(23 32 61 / var(--tw-bg-opacity)); } .bg-black { --tw-bg-opacity: 1; background-color: rgb(13 14 18 / var(--tw-bg-opacity)); } .bg-\[\#F0F1F2\] { --tw-bg-opacity: 1; background-color: rgb(240 241 242 / var(--tw-bg-opacity)); } .bg-primary-light { --tw-bg-opacity: 1; background-color: rgb(0 83 208 / var(--tw-bg-opacity)); } .bg-transparent { background-color: transparent; } .bg-\[\#F3F6F7\] { --tw-bg-opacity: 1; background-color: rgb(243 246 247 / var(--tw-bg-opacity)); } .bg-\[\#D9ECFF\] { --tw-bg-opacity: 1; background-color: rgb(217 236 255 / var(--tw-bg-opacity)); } .fill-grey-black { fill: #3F484B; } .fill-primary-light { fill: #0053D0; } .fill-black { fill: #0D0E12; } .p-6 { padding: 1.5rem; } .p-4 { padding: 1rem; } .p-3 { padding: 0.75rem; } .p-2 { padding: 0.5rem; } .p-1 { padding: 0.25rem; } .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .py-\[85px\] { padding-top: 85px; padding-bottom: 85px; } .px-\[34px\] { padding-left: 34px; padding-right: 34px; } .py-\[60px\] { padding-top: 60px; padding-bottom: 60px; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; } .py-\[20px\] { padding-top: 20px; padding-bottom: 20px; } .py-\[50px\] { padding-top: 50px; padding-bottom: 50px; } .py-\[24px\] { padding-top: 24px; padding-bottom: 24px; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .py-\[10px\] { padding-top: 10px; padding-bottom: 10px; } .px-20 { padding-left: 5rem; padding-right: 5rem; } .py-\[80px\] { padding-top: 80px; padding-bottom: 80px; } .py-\[90px\] { padding-top: 90px; padding-bottom: 90px; } .px-0 { padding-left: 0px; padding-right: 0px; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .pt-4 { padding-top: 1rem; } .pt-\[66px\] { padding-top: 66px; } .pt-\[30px\] { padding-top: 30px; } .pt-\[40px\] { padding-top: 40px; } .pt-\[106px\] { padding-top: 106px; } .pb-\[90px\] { padding-bottom: 90px; } .pt-5 { padding-top: 1.25rem; } .pb-8 { padding-bottom: 2rem; } .pt-2 { padding-top: 0.5rem; } .text-center { text-align: center; } .text-\[38px\] { font-size: 38px; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-\[45px\] { font-size: 45px; } .text-\[20px\] { font-size: 20px; } .text-\[16px\] { font-size: 16px; } .text-\[18px\] { font-size: 18px; } .text-\[14px\] { font-size: 14px; } .text-\[12px\] { font-size: 12px; } .text-\[35px\] { font-size: 35px; } .text-\[28px\] { font-size: 28px; } .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .text-\[25px\] { font-size: 25px; } .font-bold { font-weight: 700; } .font-medium { font-weight: 500; } .font-normal { font-weight: 400; } .font-light { font-weight: 300; } .leading-\[28px\] { line-height: 28px; } .leading-\[26px\] { line-height: 26px; } .leading-6 { line-height: 1.5rem; } .leading-\[43px\] { line-height: 43px; } .leading-\[36px\] { line-height: 36px; } .leading-\[19px\] { line-height: 19px; } .leading-\[46px\] { line-height: 46px; } .leading-\[24px\] { line-height: 24px; } .leading-\[34px\] { line-height: 34px; } .leading-\[33px\] { line-height: 33px; } .tracking-\[0\.03em\] { letter-spacing: 0.03em; } .tracking-\[0\.01em\] { letter-spacing: 0.01em; } .tracking-\[0\.02em\] { letter-spacing: 0.02em; } .tracking-\[0\.04em\] { letter-spacing: 0.04em; } .tracking-\[0\.06em\] { letter-spacing: 0.06em; } .text-active-blue { --tw-text-opacity: 1; color: rgb(1 151 255 / var(--tw-text-opacity)); } .text-grey-black { --tw-text-opacity: 1; color: rgb(63 72 75 / var(--tw-text-opacity)); } .text-\[\#A8B0B4\] { --tw-text-opacity: 1; color: rgb(168 176 180 / var(--tw-text-opacity)); } .text-primary-light { --tw-text-opacity: 1; color: rgb(0 83 208 / var(--tw-text-opacity)); } .text-black { --tw-text-opacity: 1; color: rgb(13 14 18 / var(--tw-text-opacity)); } .text-\[\#DD0000\] { --tw-text-opacity: 1; color: rgb(221 0 0 / var(--tw-text-opacity)); } .text-\[\#606C71\] { --tw-text-opacity: 1; color: rgb(96 108 113 / var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .underline { text-decoration-line: underline; } .no-underline { text-decoration-line: none; } .underline-offset-2 { text-underline-offset: 2px; } .underline-offset-4 { text-underline-offset: 4px; } .opacity-100 { opacity: 1; } .shadow-\[0px_20px_30px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] { --tw-shadow: 0px 20px 30px rgba(0,0,0,0.12); --tw-shadow-colored: 0px 20px 30px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-\[0px_50px_61px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] { --tw-shadow: 0px 50px 61px rgba(0,0,0,0.12); --tw-shadow-colored: 0px 50px 61px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-\[2px_2px_0px_\#859096\] { --tw-shadow: 2px 2px 0px #859096; --tw-shadow-colored: 2px 2px 0px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-\[inset_0px_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] { --tw-shadow: inset 0px 2px 2px rgba(0,0,0,0.15); --tw-shadow-colored: inset 0px 2px 2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow { --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-\[0px_3px_12px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] { --tw-shadow: 0px 3px 12px rgba(0,0,0,0.2); --tw-shadow-colored: 0px 3px 12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .blur { --tw-blur: blur(8px); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .invert { --tw-invert: invert(100%); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .before\:absolute::before { content: var(--tw-content); position: absolute; } .before\:h-full::before { content: var(--tw-content); height: 100%; } .before\:w-full::before { content: var(--tw-content); width: 100%; } .before\:bg-black::before { content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(13 14 18 / var(--tw-bg-opacity)); } .before\:bg-secondary-bg-light::before { content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(243 246 247 / var(--tw-bg-opacity)); } .before\:opacity-90::before { content: var(--tw-content); opacity: 0.9; } .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .dark .dark\:block { display: block; } .dark .dark\:inline-block { display: inline-block; } .dark .dark\:hidden { display: none; } .dark .dark\:rounded-\[6px\] { border-radius: 6px; } .dark .dark\:border { border-width: 1px; } .dark .dark\:border-none { border-style: none; } .dark .dark\:border-white { --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); } .dark .dark\:border-primary-dark { --tw-border-opacity: 1; border-color: rgb(112 240 249 / var(--tw-border-opacity)); } .dark .dark\:bg-\[\#11182F\] { --tw-bg-opacity: 1; background-color: rgb(17 24 47 / var(--tw-bg-opacity)); } .dark .dark\:bg-\[\#17203D\] { --tw-bg-opacity: 1; background-color: rgb(23 32 61 / var(--tw-bg-opacity)); } .dark .dark\:bg-secondary-bg-dark { --tw-bg-opacity: 1; background-color: rgb(17 24 47 / var(--tw-bg-opacity)); } .dark .dark\:bg-transparent { background-color: transparent; } .dark .dark\:bg-primary-bg-dark { --tw-bg-opacity: 1; background-color: rgb(12 11 19 / var(--tw-bg-opacity)); } .dark .dark\:bg-card-bg-dark { --tw-bg-opacity: 1; background-color: rgb(23 32 61 / var(--tw-bg-opacity)); } .dark .dark\:bg-card-desc-bg-dark { --tw-bg-opacity: 1; background-color: rgb(27 50 92 / var(--tw-bg-opacity)); } .dark .dark\:bg-grey-black { --tw-bg-opacity: 1; background-color: rgb(63 72 75 / var(--tw-bg-opacity)); } .dark .dark\:bg-\[\#171F3A\] { --tw-bg-opacity: 1; background-color: rgb(23 31 58 / var(--tw-bg-opacity)); } .dark .dark\:bg-\[\#0E2B57\] { --tw-bg-opacity: 1; background-color: rgb(14 43 87 / var(--tw-bg-opacity)); } .dark .dark\:bg-primary-dark { --tw-bg-opacity: 1; background-color: rgb(112 240 249 / var(--tw-bg-opacity)); } .dark .dark\:bg-\[\#0C0B13\] { --tw-bg-opacity: 1; background-color: rgb(12 11 19 / var(--tw-bg-opacity)); } .dark .dark\:bg-\[rgba\(112\2c 240\2c 249\2c 0\.2\)\] { background-color: rgba(112,240,249,0.2); } .dark .dark\:bg-opacity-\[0\.2\] { --tw-bg-opacity: 0.2; } .dark .dark\:bg-gradient-radial-mobile { background-image: radial-gradient(77.4% 73.09% at -3.68% 100%, #17203D 0%, #0C0B13 100%); } .dark .dark\:fill-white { fill: #fff; } .dark .dark\:fill-primary-dark { fill: #70F0F9; } .dark .dark\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .dark .dark\:text-\[\#70F0F9\] { --tw-text-opacity: 1; color: rgb(112 240 249 / var(--tw-text-opacity)); } .dark .dark\:text-primary-dark { --tw-text-opacity: 1; color: rgb(112 240 249 / var(--tw-text-opacity)); } .dark .dark\:text-black { --tw-text-opacity: 1; color: rgb(13 14 18 / var(--tw-text-opacity)); } .dark .dark\:opacity-\[0\.2\] { opacity: 0.2; } .dark .dark\:opacity-\[0\.1\] { opacity: 0.1; } .dark .dark\:shadow-none { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .dark .dark\:before\:bg-white::before { content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .dark .dark\:before\:bg-primary-bg-dark::before { content: var(--tw-content); --tw-bg-opacity: 1; background-color: rgb(12 11 19 / var(--tw-bg-opacity)); } @media (min-width: 640px) { .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sm\:p-14 { padding: 3.5rem; } .sm\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; } .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; } } @media (min-width: 768px) { .md\:static { position: static; } .md\:mt-6 { margin-top: 1.5rem; } .md\:mb-6 { margin-bottom: 1.5rem; } .md\:mb-0 { margin-bottom: 0px; } .md\:block { display: block; } .md\:inline-block { display: inline-block; } .md\:flex { display: flex; } .md\:hidden { display: none; } .md\:h-fit { height: -moz-fit-content; height: fit-content; } .md\:max-h-\[660px\] { max-height: 660px; } .md\:min-h-fit { min-height: -moz-fit-content; min-height: fit-content; } .md\:w-\[168px\] { width: 168px; } .md\:w-fit { width: -moz-fit-content; width: fit-content; } .md\:max-w-\[490px\] { max-width: 490px; } .md\:max-w-\[1276px\] { max-width: 1276px; } .md\:flex-1 { flex: 1 1 0%; } .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .md\:flex-row { flex-direction: row; } .md\:flex-col-reverse { flex-direction: column-reverse; } .md\:items-start { align-items: flex-start; } .md\:items-center { align-items: center; } .md\:p-10 { padding: 2.5rem; } .md\:p-\[60px\] { padding: 60px; } .md\:py-8 { padding-top: 2rem; padding-bottom: 2rem; } .md\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } .md\:px-0 { padding-left: 0px; padding-right: 0px; } .md\:py-7 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .md\:text-left { text-align: left; } .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; } .md\:text-\[55px\] { font-size: 55px; } .md\:text-\[38px\] { font-size: 38px; } .md\:text-\[35px\] { font-size: 35px; } .md\:leading-\[63px\] { line-height: 63px; } .md\:leading-\[43px\] { line-height: 43px; } .dark .dark\:md\:inline-block { display: inline-block; } } @media (min-width: 1024px) { .lg\:absolute { position: absolute; } .lg\:relative { position: relative; } .lg\:top-0 { top: 0px; } .lg\:mb-20 { margin-bottom: 5rem; } .lg\:mt-0 { margin-top: 0px; } .lg\:mt-\[10px\] { margin-top: 10px; } .lg\:mb-0 { margin-bottom: 0px; } .lg\:flex { display: flex; } .lg\:hidden { display: none; } .lg\:h-auto { height: auto; } .lg\:h-fit { height: -moz-fit-content; height: fit-content; } .lg\:w-auto { width: auto; } .lg\:max-w-\[448px\] { max-width: 448px; } .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .lg\:flex-row { flex-direction: row; } .lg\:items-start { align-items: flex-start; } .lg\:items-center { align-items: center; } .lg\:gap-\[350px\] { gap: 350px; } .lg\:gap-10 { gap: 2.5rem; } .lg\:bg-transparent { background-color: transparent; } .lg\:bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .lg\:px-7 { padding-left: 1.75rem; padding-right: 1.75rem; } .lg\:py-0 { padding-top: 0px; padding-bottom: 0px; } .lg\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .lg\:py-4 { padding-top: 1rem; padding-bottom: 1rem; } .lg\:px-\[20px\] { padding-left: 20px; padding-right: 20px; } .lg\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .lg\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .lg\:px-\[50px\] { padding-left: 50px; padding-right: 50px; } .lg\:py-\[50px\] { padding-top: 50px; padding-bottom: 50px; } .lg\:pt-0 { padding-top: 0px; } .lg\:text-left { text-align: left; } .lg\:text-\[45px\] { font-size: 45px; } .lg\:text-\[65px\] { font-size: 65px; } .lg\:text-\[35px\] { font-size: 35px; } .lg\:leading-\[45px\] { line-height: 45px; } .lg\:shadow-\[0_0_3px_rgb\(60_72_88_\/_15\%\)\] { --tw-shadow: 0 0 3px rgb(60 72 88 / 15%); --tw-shadow-colored: 0 0 3px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .dark .dark\:lg\:flex { display: flex; } .dark .dark\:lg\:hidden { display: none; } .dark .dark\:lg\:bg-black { --tw-bg-opacity: 1; background-color: rgb(13 14 18 / var(--tw-bg-opacity)); } .dark .dark\:lg\:bg-gradient-radial { background-image: radial-gradient(88.77% 102.03% at 92.64% -13.22%, #17203D 0%, #0C0B13 100%); } .dark .dark\:lg\:bg-none { background-image: none; } } @media (min-width: 1280px) { .xl\:absolute { position: absolute; } .xl\:sticky { position: sticky; } .xl\:mb-8 { margin-bottom: 2rem; } .xl\:mb-\[25px\] { margin-bottom: 25px; } .xl\:mb-0 { margin-bottom: 0px; } .xl\:block { display: block; } .xl\:flex { display: flex; } .xl\:hidden { display: none; } .xl\:h-\[calc\(100vh-66px\)\] { height: calc(100vh - 66px); } .xl\:h-full { height: 100%; } .xl\:max-h-\[888px\] { max-height: 888px; } .xl\:min-w-\[600px\] { min-width: 600px; } .xl\:max-w-\[600px\] { max-width: 600px; } .xl\:flex-row { flex-direction: row; } .xl\:flex-row-reverse { flex-direction: row-reverse; } .xl\:items-start { align-items: flex-start; } .xl\:items-center { align-items: center; } .xl\:justify-start { justify-content: flex-start; } .xl\:justify-between { justify-content: space-between; } .xl\:justify-around { justify-content: space-around; } .xl\:gap-10 { gap: 2.5rem; } .xl\:text-left { text-align: left; } .xl\:text-justify { text-align: justify; } .xl\:text-\[16px\] { font-size: 16px; } }