/* ! tailwindcss v3.4.1 | 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. 6. Use the user's configured `sans` font-variation-settings by default. 7. Disable tap highlights on iOS */ html, :host { 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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ font-feature-settings: normal; /* 5 */ font-variation-settings: normal; /* 6 */ -webkit-tap-highlight-color: transparent; /* 7 */ } /* 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. Use the user's configured `mono` font-feature-settings by default. 3. Use the user's configured `mono` font-variation-settings by default. 4. 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-feature-settings: normal; /* 2 */ font-variation-settings: normal; /* 3 */ font-size: 1em; /* 4 */ } /* 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-feature-settings: inherit; /* 1 */ font-variation-settings: 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; } /* Reset default styling for dialogs. */ dialog { 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-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --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-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --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:  ; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .pointer-events-none { pointer-events: none; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .bottom-0 { bottom: 0px; } .bottom-\[-149px\] { bottom: -149px; } .bottom-\[63px\] { bottom: 63px; } .left-1\/2 { left: 50%; } .left-\[251px\] { left: 251px; } .left-\[50\%\] { left: 50%; } .left-\[52px\] { left: 52px; } .right-0 { right: 0px; } .right-\[-4rem\] { right: -4rem; } .right-\[13rem\] { right: 13rem; } .right-\[25px\] { right: 25px; } .right-\[50\%\] { right: 50%; } .right-\[52px\] { right: 52px; } .top-0 { top: 0px; } .top-1\/2 { top: 50%; } .top-\[-100px\] { top: -100px; } .top-\[-224px\] { top: -224px; } .top-\[41rem\] { top: 41rem; } .top-\[50\%\] { top: 50%; } .top-\[54px\] { top: 54px; } .top-\[56\%\] { top: 56%; } .top-\[7rem\] { top: 7rem; } .z-\[-3\] { z-index: -3; } .z-\[1\] { z-index: 1; } .z-\[2\] { z-index: 2; } .z-\[70\] { z-index: 70; } .z-\[9999\] { z-index: 9999; } .z-\[999\] { z-index: 999; } .z-\[99\] { z-index: 99; } .m-auto { margin: auto; } .mb-\[14px\] { margin-bottom: 14px; } .mb-\[35px\] { margin-bottom: 35px; } .mb-\[3rem\] { margin-bottom: 3rem; } .mb-\[82px\] { margin-bottom: 82px; } .me-4 { margin-inline-end: 1rem; } .ml-0 { margin-left: 0px; } .ml-\[-184px\] { margin-left: -184px; } .ml-\[-24rem\] { margin-left: -24rem; } .ml-\[15px\] { margin-left: 15px; } .ml-\[2rem\] { margin-left: 2rem; } .ml-\[38rem\] { margin-left: 38rem; } .mr-\[24rem\] { margin-right: 24rem; } .mt-\[-190px\] { margin-top: -190px; } .mt-\[-3rem\] { margin-top: -3rem; } .mt-\[-4rem\] { margin-top: -4rem; } .mt-\[10rem\] { margin-top: 10rem; } .mt-\[11rem\] { margin-top: 11rem; } .mt-\[12px\] { margin-top: 12px; } .mt-\[135px\] { margin-top: 135px; } .mt-\[13rem\] { margin-top: 13rem; } .mt-\[15px\] { margin-top: 15px; } .mt-\[161px\] { margin-top: 161px; } .mt-\[25px\] { margin-top: 25px; } .mt-\[2rem\] { margin-top: 2rem; } .mt-\[34px\] { margin-top: 34px; } .mt-\[3rem\] { margin-top: 3rem; } .mt-\[47px\] { margin-top: 47px; } .mt-\[53px\] { margin-top: 53px; } .mt-\[56px\] { margin-top: 56px; } .mt-\[5rem\] { margin-top: 5rem; } .mt-\[7rem\] { margin-top: 7rem; } .mt-\[9rem\] { margin-top: 9rem; } .block { display: block; } .flex { display: flex; } .grid { display: grid; } .hidden { display: none; } .h-0 { height: 0px; } .h-5 { height: 1.25rem; } .h-\[100px\] { height: 100px; } .h-\[249px\] { height: 249px; } .h-\[3px\] { height: 3px; } .h-\[44px\] { height: 44px; } .h-\[50px\] { height: 50px; } .h-\[532px\] { height: 532px; } .h-\[54rem\] { height: 54rem; } .h-\[56rem\] { height: 56rem; } .h-\[5rem\] { height: 5rem; } .h-\[700px\] { height: 700px; } .h-\[70rem\] { height: 70rem; } .h-\[73px\] { height: 73px; } .h-\[7rem\] { height: 7rem; } .h-\[80px\] { height: 80px; } .h-\[8px\] { height: 8px; } .h-full { height: 100%; } .w-5 { width: 1.25rem; } .w-\[100px\] { width: 100px; } .w-\[100rem\] { width: 100rem; } .w-\[15rem\] { width: 15rem; } .w-\[178px\] { width: 178px; } .w-\[22rem\] { width: 22rem; } .w-\[233rem\] { width: 233rem; } .w-\[244rem\] { width: 244rem; } .w-\[24rem\] { width: 24rem; } .w-\[25rem\] { width: 25rem; } .w-\[26rem\] { width: 26rem; } .w-\[292px\] { width: 292px; } .w-\[32px\] { width: 32px; } .w-\[34rem\] { width: 34rem; } .w-\[38rem\] { width: 38rem; } .w-\[400px\] { width: 400px; } .w-\[413px\] { width: 413px; } .w-\[41rem\] { width: 41rem; } .w-\[42px\] { width: 42px; } .w-\[50px\] { width: 50px; } .w-\[5rem\] { width: 5rem; } .w-\[61rem\] { width: 61rem; } .w-\[80\%\] { width: 80%; } .w-\[82px\] { width: 82px; } .w-\[8px\] { width: 8px; } .w-full { width: 100%; } .max-w-\[1520px\] { max-width: 1520px; } .max-w-\[1540px\] { max-width: 1540px; } .max-w-\[1595px\] { max-width: 1595px; } .max-w-\[1600px\] { max-width: 1600px; } .max-w-\[1860px\] { max-width: 1860px; } .max-w-full { max-width: 100%; } .-translate-x-1\/2 { --tw-translate-x: -50%; 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-1\/2 { --tw-translate-y: -50%; 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-x-1\/2 { --tw-translate-x: 50%; 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-1\/2 { --tw-translate-y: 50%; 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)); } .rotate-\[-90deg\] { --tw-rotate: -90deg; 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; } .grid-flow-col { grid-auto-flow: column; } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .flex-nowrap { flex-wrap: nowrap; } .items-start { align-items: flex-start; } .items-center { align-items: center; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .gap-\[10px\] { gap: 10px; } .gap-\[19px\] { gap: 19px; } .gap-\[2rem\] { gap: 2rem; } .gap-\[30px\] { gap: 30px; } .gap-\[3rem\] { gap: 3rem; } .gap-\[4rem\] { gap: 4rem; } .gap-\[5rem\] { gap: 5rem; } .gap-\[6px\] { gap: 6px; } .gap-\[6rem\] { gap: 6rem; } .gap-\[88px\] { gap: 88px; } .gap-\[8px\] { gap: 8px; } .gap-\[8rem\] { gap: 8rem; } .gap-\[9px\] { gap: 9px; } .gap-\[9rem\] { gap: 9rem; } .overflow-hidden { overflow: hidden; } .overflow-x-auto { overflow-x: auto; } .rounded-\[4px\] { border-radius: 4px; } .rounded-\[5px\] { border-radius: 5px; } .rounded-full { border-radius: 9999px; } .border-\[2px\] { border-width: 2px; } .border-b-2 { border-bottom-width: 2px; } .border-r { border-right-width: 1px; } .border-\[\#E4003B\] { --tw-border-opacity: 1; border-color: rgb(228 0 59 / var(--tw-border-opacity)); } .border-white { --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); } .bg-\[\#E4003B\] { --tw-bg-opacity: 1; background-color: rgb(228 0 59 / var(--tw-bg-opacity)); } .bg-\[\#E83C40\] { --tw-bg-opacity: 1; background-color: rgb(232 60 64 / var(--tw-bg-opacity)); } .bg-\[\#ECEDEE\] { --tw-bg-opacity: 1; background-color: rgb(236 237 238 / var(--tw-bg-opacity)); } .bg-black { --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .object-contain { -o-object-fit: contain; object-fit: contain; } .object-cover { -o-object-fit: cover; object-fit: cover; } .p-\[10px\] { padding: 10px; } .p-\[10rem\] { padding: 10rem; } .p-\[18px\] { padding: 18px; } .p-\[1rem\] { padding: 1rem; } .p-\[2rem\] { padding: 2rem; } .p-\[34px\] { padding: 34px; } .p-\[45px\] { padding: 45px; } .p-\[4rem\] { padding: 4rem; } .p-\[60px\] { padding: 60px; } .p-\[8px\] { padding: 8px; } .p-\[9px\] { padding: 9px; } .px-\[133px\] { padding-left: 133px; padding-right: 133px; } .px-\[15rem\] { padding-left: 15rem; padding-right: 15rem; } .px-\[25px\] { padding-left: 25px; padding-right: 25px; } .px-\[5rem\] { padding-left: 5rem; padding-right: 5rem; } .px-\[70px\] { padding-left: 70px; padding-right: 70px; } .px-\[7rem\] { padding-left: 7rem; padding-right: 7rem; } .py-\[11rem\] { padding-top: 11rem; padding-bottom: 11rem; } .py-\[3rem\] { padding-top: 3rem; padding-bottom: 3rem; } .pb-\[10px\] { padding-bottom: 10px; } .pr-4 { padding-right: 1rem; } .pt-\[60px\] { padding-top: 60px; } .text-center { text-align: center; } .text-right { text-align: right; } .text-\[125px\] { font-size: 125px; } .text-\[12px\] { font-size: 12px; } .text-\[13px\] { font-size: 13px; } .text-\[14px\] { font-size: 14px; } .text-\[15px\] { font-size: 15px; } .text-\[16px\] { font-size: 16px; } .text-\[17px\] { font-size: 17px; } .text-\[19px\] { font-size: 19px; } .text-\[21px\] { font-size: 21px; } .text-\[25px\] { font-size: 25px; } .text-\[27px\] { font-size: 27px; } .text-\[28px\] { font-size: 28px; } .text-\[2rem\] { font-size: 2rem; } .text-\[30px\] { font-size: 30px; } .text-\[33px\] { font-size: 33px; } .text-\[35px\] { font-size: 35px; } .text-\[36px\] { font-size: 36px; } .text-\[40px\] { font-size: 40px; } .text-\[81px\] { font-size: 81px; } .text-\[92px\] { font-size: 92px; } .text-\[94px\] { font-size: 94px; } .font-\[100\] { font-weight: 100; } .font-\[500\] { font-weight: 500; } .font-bold { font-weight: 700; } .font-normal { font-weight: 400; } .leading-\[1\.2\] { line-height: 1.2; } .leading-\[1\.5\] { line-height: 1.5; } .leading-\[1\] { line-height: 1; } .leading-\[3\] { line-height: 3; } .text-\[\#E4003B\] { --tw-text-opacity: 1; color: rgb(228 0 59 / var(--tw-text-opacity)); } .text-\[\#f9f9f9\] { --tw-text-opacity: 1; color: rgb(249 249 249 / var(--tw-text-opacity)); } .text-black { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .opacity-0 { opacity: 0; } .opacity-50 { opacity: 0.5; } .opacity-\[0\.1\] { opacity: 0.1; } .shadow-xl { --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-1000 { transition-duration: 1000ms; } .duration-300 { transition-duration: 300ms; } .duration-700 { transition-duration: 700ms; } .duration-\[2000ms\] { transition-duration: 2000ms; } .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } body,html{ font-family: "Poppins", sans-serif; } .slider-container{ z-index: unset !important; } .playIcon{ display: flex !important; } .scroll-container { overflow: hidden; } .scroll-content { display: flex; /* Ensure all items are in one line */ } /* Optional: Style your items here */ .scroll-content > * { flex-shrink: 0; /* Ensure items don't shrink */ padding: 0 20px; /* Adjust padding as needed */ } .accordian { width: 805px; height: 320px; overflow: hidden; /*Time for some styling*/ margin: 100px auto; box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); } /*A small hack to prevent flickering on some browsers*/ .accordian ul { width: 2000px; /*This will give ample space to the last item to move instead of falling down/flickering during hovers.*/ } .accordian li { position: relative; display: block; width: 160px; float: left; border-left: 1px solid #888; box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5); /*Transitions to give animation effect*/ transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; /*If you hover on the images now you should be able to see the basic accordian*/ } /*Reduce with of un-hovered elements*/ .accordian ul:hover li { width: 40px; } /*Lets apply hover effects now*/ /*The LI hover style should override the UL hover style*/ .accordian ul li:hover { width: 640px; } .accordian li img { display: block; } /*Image title styles*/ .image_title { background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; bottom: 0; width: 640px; } .image_title a { display: block; color: #fff; text-decoration: none; padding: 20px; font-size: 16px; } .activeMenuItem{ color: #E83C40; } .activeSubMenu{ font-weight: bold; } .testslide::after { content: " - Remember this"; } @media (min-height: 857px) { .menuContainer { height: 100%; } } .mainMenu:nth-child(3) .activeMenuItem .menuContainer { height: unset; } .footerText p:nth-child(2){ color: transparent; background-image: linear-gradient(90deg, #000000 50%, #f9f9f9 50%); background-position:100%; background-size:200% 100%; background-clip:text; -webkit-background-clip:text; transition: background-position 2s ease; } .footerText p:nth-child(2):hover{ background-position:0; } .footerText p{ color: transparent; background-image: linear-gradient(90deg, #E83C40 50%, #f9f9f9 50%); background-position:100%; background-size:200% 100%; background-clip:text; -webkit-background-clip:text; transition: background-position 2s ease; } .footerText p:hover{ background-position:0; } .hover\:border-b-2:hover { border-bottom-width: 2px; } .hover\:border-\[\#E4003B\]:hover { --tw-border-opacity: 1; border-color: rgb(228 0 59 / var(--tw-border-opacity)); } .hover\:text-\[33px\]:hover { font-size: 33px; } .hover\:font-bold:hover { font-weight: 700; } .hover\:leading-\[1\.5\]:hover { line-height: 1.5; } .hover\:text-\[\#E4003B\]:hover { --tw-text-opacity: 1; color: rgb(228 0 59 / var(--tw-text-opacity)); } .hover\:text-\[\#E83C40\]:hover { --tw-text-opacity: 1; color: rgb(232 60 64 / var(--tw-text-opacity)); } .active\:text-\[\#E83C40\]:active { --tw-text-opacity: 1; color: rgb(232 60 64 / var(--tw-text-opacity)); } .group:hover .group-hover\:rotate-2 { --tw-rotate: 2deg; 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)); } .group:hover .group-hover\:rotate-\[-4deg\] { --tw-rotate: -4deg; 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)); } .group:hover .group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .group:hover .group-hover\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .group:hover .group-hover\:opacity-\[0\.5\] { opacity: 0.5; } @media (max-width: 1860px) { .max-\[1860px\]\:px-\[2rem\] { padding-left: 2rem; padding-right: 2rem; } } @media (max-width: 1779px) { .max-\[1779px\]\:h-\[6rem\] { height: 6rem; } .max-\[1779px\]\:justify-center { justify-content: center; } .max-\[1779px\]\:gap-\[10px\] { gap: 10px; } } @media (max-width: 1600px) { .max-\[1600px\]\:w-\[170rem\] { width: 170rem; } .max-\[1600px\]\:w-\[200rem\] { width: 200rem; } .max-\[1600px\]\:w-\[50rem\] { width: 50rem; } } @media (max-width: 1558px) { .max-\[1558px\]\:text-\[8rem\] { font-size: 8rem; } } @media (max-width: 1400px) { .max-\[1400px\]\:w-\[40rem\] { width: 40rem; } } @media (max-width: 1260px) { .max-\[1260px\]\:flex-col-reverse { flex-direction: column-reverse; } } @media (max-width: 1011px) { .max-\[1011px\]\:ml-\[-29rem\] { margin-left: -29rem; } .max-\[1011px\]\:text-\[147px\] { font-size: 147px; } } @media (max-width: 1000px) { .max-\[1000px\]\:w-\[160rem\] { width: 160rem; } .max-\[1000px\]\:w-\[38rem\] { width: 38rem; } } @media (max-width: 900px) { .max-\[900px\]\:px-\[3rem\] { padding-left: 3rem; padding-right: 3rem; } } @media (max-width: 850px) { .max-\[850px\]\:ml-\[-18rem\] { margin-left: -18rem; } .max-\[850px\]\:flex-col { flex-direction: column; } } @media (max-width: 800px) { .max-\[800px\]\:p-\[2rem\] { padding: 2rem; } .max-\[800px\]\:text-\[2rem\] { font-size: 2rem; } .max-\[800px\]\:text-\[7rem\] { font-size: 7rem; } } @media (max-width: 771px) { .max-\[771px\]\:h-\[8rem\] { height: 8rem; } } @media (max-width: 770px) { .max-\[770px\]\:right-\[6rem\] { right: 6rem; } .max-\[770px\]\:top-\[4rem\] { top: 4rem; } .max-\[770px\]\:h-\[90px\] { height: 90px; } .max-\[770px\]\:w-\[120rem\] { width: 120rem; } .max-\[770px\]\:w-\[30rem\] { width: 30rem; } .max-\[770px\]\:w-\[90px\] { width: 90px; } .max-\[770px\]\:p-\[1rem\] { padding: 1rem; } .max-\[770px\]\:text-\[11px\] { font-size: 11px; } } @media (max-width: 752px) { .max-\[752px\]\:mt-0 { margin-top: 0px; } .max-\[752px\]\:text-\[5rem\] { font-size: 5rem; } } @media (max-width: 700px) { .max-\[700px\]\:ml-0 { margin-left: 0px; } .max-\[700px\]\:w-\[26rem\] { width: 26rem; } .max-\[700px\]\:flex-col { flex-direction: column; } .max-\[700px\]\:gap-\[2rem\] { gap: 2rem; } .max-\[700px\]\:p-\[27px\] { padding: 27px; } .max-\[700px\]\:px-\[1rem\] { padding-left: 1rem; padding-right: 1rem; } .max-\[700px\]\:text-\[10px\] { font-size: 10px; } .max-\[700px\]\:text-\[11rem\] { font-size: 11rem; } .max-\[700px\]\:text-\[16px\] { font-size: 16px; } .max-\[700px\]\:text-\[40px\] { font-size: 40px; } } @media (max-width: 690px) { .max-\[690px\]\:gap-\[4rem\] { gap: 4rem; } } @media (max-width: 608px) { .max-\[608px\]\:w-\[23rem\] { width: 23rem; } .max-\[608px\]\:w-\[92rem\] { width: 92rem; } } @media (max-width: 560px) { .max-\[560px\]\:w-\[8rem\] { width: 8rem; } } @media (max-width: 500px) { .max-\[500px\]\:top-\[-269px\] { top: -269px; } .max-\[500px\]\:h-\[5px\] { height: 5px; } .max-\[500px\]\:w-\[17rem\] { width: 17rem; } .max-\[500px\]\:w-\[18rem\] { width: 18rem; } .max-\[500px\]\:w-\[33px\] { width: 33px; } .max-\[500px\]\:w-\[5px\] { width: 5px; } .max-\[500px\]\:w-\[68rem\] { width: 68rem; } .max-\[500px\]\:gap-0 { gap: 0px; } .max-\[500px\]\:p-\[1rem\] { padding: 1rem; } .max-\[500px\]\:p-\[22px\] { padding: 22px; } .max-\[500px\]\:pt-\[3rem\] { padding-top: 3rem; } .max-\[500px\]\:text-\[13px\] { font-size: 13px; } .max-\[500px\]\:text-\[14px\] { font-size: 14px; } .max-\[500px\]\:text-\[1rem\] { font-size: 1rem; } .max-\[500px\]\:text-\[22px\] { font-size: 22px; } .max-\[500px\]\:text-\[28px\] { font-size: 28px; } .max-\[500px\]\:text-\[3rem\] { font-size: 3rem; } .max-\[500px\]\:text-\[7px\] { font-size: 7px; } } @media (max-width: 490px) { .max-\[490px\]\:text-\[13px\] { font-size: 13px; } .max-\[490px\]\:text-\[24px\] { font-size: 24px; } } @media (max-width: 480px) { .max-\[480px\]\:text-\[3rem\] { font-size: 3rem; } } @media (max-width: 476px) { .max-\[476px\]\:h-\[11rem\] { height: 11rem; } .max-\[476px\]\:w-full { width: 100%; } .max-\[476px\]\:pt-\[1rem\] { padding-top: 1rem; } } @media (max-width: 420px) { .max-\[420px\]\:px-\[2rem\] { padding-left: 2rem; padding-right: 2rem; } } @media (max-width: 400px) { .max-\[400px\]\:mt-\[-15px\] { margin-top: -15px; } .max-\[400px\]\:h-\[1rem\] { height: 1rem; } .max-\[400px\]\:h-\[228px\] { height: 228px; } .max-\[400px\]\:h-\[66px\] { height: 66px; } .max-\[400px\]\:w-\[18rem\] { width: 18rem; } .max-\[400px\]\:w-\[1rem\] { width: 1rem; } .max-\[400px\]\:w-\[20rem\] { width: 20rem; } .max-\[400px\]\:w-\[22px\] { width: 22px; } .max-\[400px\]\:gap-\[25px\] { gap: 25px; } .max-\[400px\]\:gap-\[3rem\] { gap: 3rem; } .max-\[400px\]\:p-\[1rem\] { padding: 1rem; } .max-\[400px\]\:p-\[6px\] { padding: 6px; } .max-\[400px\]\:px-\[1rem\] { padding-left: 1rem; padding-right: 1rem; } .max-\[400px\]\:pl-\[20px\] { padding-left: 20px; } .max-\[400px\]\:text-\[10px\] { font-size: 10px; } .max-\[400px\]\:text-\[13px\] { font-size: 13px; } .max-\[400px\]\:text-\[20px\] { font-size: 20px; } .max-\[400px\]\:text-\[27px\] { font-size: 27px; } .max-\[400px\]\:text-\[73px\] { font-size: 73px; } } @media (max-width: 392px) { .max-\[392px\]\:h-\[14rem\] { height: 14rem; } .max-\[392px\]\:px-\[1rem\] { padding-left: 1rem; padding-right: 1rem; } } @media (min-width: 500px) { .min-\[500px\]\:w-\[137rem\] { width: 137rem; } } .rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) { --tw-rotate: 180deg; 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)); } img, div, header { border: 0; margin: 0; padding: 0 } a { text-decoration: none } a, a:visited { color: #333 } a:hover { cursor: pointer } img { vertical-align: middle } .aaa014 { border-radius: 4px; border-radius: var(--mdc-shape-medium, 4px); background-color: #fff; background-color: var(--mdc-theme-surface, #fff); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12) } .aaa014 .aaa035 { width: 100%; height: 100%; top: 0; left: 0 } .aaa014::after { border-radius: 4px; border-radius: var(--mdc-shape-medium, 4px) } .aaa009 { box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12); border-width: 1px; border-style: solid; border-color: #e0e0e0 } .aaa014 { display: flex; flex-direction: column; box-sizing: border-box; position: relative } .aaa014::after { position: absolute; box-sizing: border-box; width: 100%; height: 100%; top: 0; left: 0; border: 1px solid transparent; border-radius: inherit; content: ""; pointer-events: none } @media screen and (forced-colors:active) { .aaa014::after { border-color: CanvasText } } .aaa009::after { border: none } .aaa099 { display: flex; flex-direction: column; box-sizing: border-box; position: relative; outline: none; color: inherit; text-decoration: none; cursor: pointer; overflow: hidden } .aaa099:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit } .aaa099:last-child { border-bottom-left-radius: inherit; border-bottom-right-radius: inherit } .aaa099 { --mdc-ripple-fg-size: 0; --mdc-ripple-left: 0; --mdc-ripple-top: 0; --mdc-ripple-fg-scale: 1; --mdc-ripple-fg-translate-end: 0; --mdc-ripple-fg-translate-start: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); will-change: transform, opacity } .aaa099 .aaa034::before, .aaa099 .aaa034::after { position: absolute; border-radius: 50%; opacity: 0; pointer-events: none; content: "" } .aaa099 .aaa034::before { transition: opacity 15ms linear, background-color 15ms linear; z-index: 1; z-index: var(--mdc-ripple-z-index, 1) } .aaa099 .aaa034::after { z-index: 0; z-index: var(--mdc-ripple-z-index, 0) } .aaa099.VfPpkd-ksKsZd-mWPk3d .aaa034::before { transform: scale(var(--mdc-ripple-fg-scale, 1)) } .aaa099.VfPpkd-ksKsZd-mWPk3d .aaa034::after { top: 0; left: 0; transform: scale(0); transform-origin: center center } .aaa099.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .aaa034::after { top: var(--mdc-ripple-top, 0); left: var(--mdc-ripple-left, 0) } .aaa099.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .aaa034::after { animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards } .aaa099.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .aaa034::after { animation: mdc-ripple-fg-opacity-out .15s; transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)) } .aaa099 .aaa034::before, .aaa099 .aaa034::after { top: -50%; left: -50%; width: 200%; height: 200% } .aaa099.VfPpkd-ksKsZd-mWPk3d .aaa034::after { width: var(--mdc-ripple-fg-size, 100%); height: var(--mdc-ripple-fg-size, 100%) } .aaa099 .aaa034::before, .aaa099 .aaa034::after { background-color: #000; background-color: var(--mdc-ripple-color, #000) } .aaa099:hover .aaa034::before, .aaa099.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .aaa034::before { opacity: .04; opacity: var(--mdc-ripple-hover-opacity, .04) } .aaa099.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .aaa034::before, .aaa099:not(.VfPpkd-ksKsZd-mWPk3d):focus .aaa034::before { transition-duration: 75ms; opacity: .12; opacity: var(--mdc-ripple-focus-opacity, .12) } .aaa099:not(.VfPpkd-ksKsZd-mWPk3d) .aaa034::after { transition: opacity .15s linear } .aaa099:not(.VfPpkd-ksKsZd-mWPk3d):active .aaa034::after { transition-duration: 75ms; opacity: .12; opacity: var(--mdc-ripple-press-opacity, .12) } .aaa099.VfPpkd-ksKsZd-mWPk3d { --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12) } .aaa099 .aaa034 { box-sizing: content-box; height: 100%; overflow: hidden; left: 0; pointer-events: none; position: absolute; top: 0; width: 100% } .aaa099.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::after, .aaa099:not(.VfPpkd-ksKsZd-mWPk3d):focus::after { position: absolute; box-sizing: border-box; width: 100%; height: 100%; top: 0; left: 0; border: 5px double transparent; border-radius: inherit; content: ""; pointer-events: none } @media screen and (forced-colors:active) { .aaa099.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::after, .aaa099:not(.VfPpkd-ksKsZd-mWPk3d):focus::after { border-color: CanvasText } } .aaa010 { border-radius: 8px; background-color: #fff; border-width: 0; box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15) } .aaa010 .aaa035 { opacity: 0 } .aaa011 { border-radius: 8px; background-color: #fff; border: 1px solid rgb(218, 220, 224); box-shadow: none } .aaa011 .aaa035 { opacity: 0 } .aaa015 { position: absolute; left: 0; top: 0; width: 100%; height: 100%; outline: none } .aaa035 { width: 100%; height: 100%; top: 0; left: 0 } .aaa035 { opacity: .11; background-color: transparent } a, div, img, header { border: 0; color: inherit; font: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline } .aaa003 { position: relative; } .aaa004 { display: flex; overflow-x: scroll; scroll-snap-type: x mandatory; } .aaa006 { flex-shrink: 0; scroll-snap-align: start } .aaa020 { background-size: contain } .aaa035 { opacity: 0 } .aaa001 { --gap-width: 12px } .aaa002 { overflow: visible } .aaa005 { display: flex; gap: var(--gap-width); padding: calc(var(--gap-width)/2) 0; padding-left: 18px; scroll-snap-type: unset } .aaa007 { padding-left: calc(var(--gap-width)/2); margin-right: calc(var(--gap-width)/2*-1) } @media screen and (max-width:600px) { .aaa004::-webkit-scrollbar { display: none }  } @media screen and (min-width:600px) { .aaa001 { --gap-width: 16px } .aaa005 { padding-left: 40px } } @media screen and (min-width:1280px) { .aaa001 { --gap-width: 24px } .aaa002 { margin-left: 18px; margin-right: 18px; overflow: visible } } @media screen and (min-width:1280px) and (min-width:600px) { .aaa002 { margin-left: 40px; margin-right: 40px } } @media screen and (min-width:1280px) and (min-width:1280px) { .aaa002 { margin-left: 60px; margin-right: auto; max-width: calc(100vw - 120px) } } @media screen and (min-width:1280px) and (min-width:1440px) { .aaa002 { margin-left: auto; max-width: 1320px } } @media screen and (min-width:1280px) { .aaa005 { padding-left: unset; scroll-snap-type: x mandatory } } .aaa035 { width: 100%; height: 100%; top: 0; left: 0 } .aaa023 { align-items: center; display: inline-flex; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .aaa024 { display: inline-block; vertical-align: center; } .aaa026 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .aaa027, .aaa028 { font-family: Roboto, Arial, sans-serif; line-height: 1rem; font-size: .75rem; letter-spacing: .025em; font-weight: 400; font-family: Roboto, Helvetica, Arial, sans-serif; letter-spacing: .2px } .aaa030 .aaa031, .aaa027, .aaa028 { color: rgb(95, 99, 104); fill: rgb(95, 99, 104); stop-color: rgb(95, 99, 104) } .aaa030 .aaa031:not(:disabled), .aaa027:not(:disabled), .aaa028:not(:disabled) { color: rgb(95, 99, 104) } .aaa030 .aaa031 { color: rgb(154, 160, 166); fill: rgb(154, 160, 166); stop-color: rgb(154, 160, 166) } .aaa030 .aaa031:not(:disabled) { color: rgb(154, 160, 166) } .aaa027 { color: rgb(154, 160, 166); fill: rgb(154, 160, 166); stop-color: rgb(154, 160, 166) } .aaa027:not(:disabled) { color: rgb(154, 160, 166) } .aaa028 { color: rgb(154, 160, 166); fill: rgb(154, 160, 166); stop-color: rgb(154, 160, 166) } .aaa028:not(:disabled) { color: rgb(154, 160, 166) } .aaa027 { padding: 0 8px } .aaa030 .aaa031 { font-size: .625rem } .aaa029, .aaa030 { align-items: center; display: inline-flex; height: 100% } .aaa030 { padding-left: 2px } .aaa025 { color: rgb(0, 0, 0); fill: rgb(32, 33, 36); stop-color: rgb(32, 33, 36); font-size: .875rem; font-weight: 400; letter-spacing: .0142857143em; line-height: 1.25rem; font-family: Roboto, Helvetica, Arial, sans-serif; letter-spacing: -.2px } .aaa032 { margin-left: 12px } .aaa019 { column-gap: 16px; display: grid; grid-template-columns: max-content auto; margin: 16px 0 } .aaa021 { border-radius: 12px; border-width: 0; box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15); height: 56px; width: 56px } .aaa021 .aaa035 { opacity: 0 } .aaa022 { display: grid; grid-template-rows: max-content; height: fit-content; row-gap: 2px } .aaa035 { opacity: 0 } .aaa013 { --gap-width: 12px; --card-width: calc(100vw - 48px); border: 0; display: flex; width: var(--card-width) } .aaa016 { border-radius: 8px; margin: 0 calc(var(--gap-width)/2*-1); padding: 0 calc(var(--gap-width)/2) } .aaa017 { display: flex; position: relative } .aaa017 { color: rgb(95, 99, 104); fill: rgb(95, 99, 104); stop-color: rgb(95, 99, 104); font-size: .875rem; font-weight: 400; letter-spacing: .0142857143em; line-height: 1.25rem } .aaa017 { color: rgb(95, 99, 104) } .aaa017 { color: rgb(154, 160, 166); fill: rgb(154, 160, 166); stop-color: rgb(154, 160, 166) } .aaa017 { color: rgb(154, 160, 166) } .aaa018 { color: rgb(95, 99, 104); fill: rgb(95, 99, 104); stop-color: rgb(95, 99, 104); font-size: .875rem; font-weight: 400; letter-spacing: .0142857143em; line-height: 1.25rem; font-family: Roboto, Helvetica, Arial, sans-serif; align-items: center; display: flex; flex: 0 0 24px; flex-direction: column; margin: 34px 8px 0 0 } .aaa018:not(:disabled) { color: rgb(95, 99, 104) } .aaa018 { color: rgb(154, 160, 166); fill: rgb(154, 160, 166); stop-color: rgb(154, 160, 166) } .aaa018:not(:disabled) { color: rgb(154, 160, 166) } .aaa097:not(:disabled) { color: rgb(32, 33, 36); } .aaa097 { color: rgb(32, 33, 36); fill: rgb(32, 33, 36); stop-color: rgb(32, 33, 36); font-family: "Google Sans", Helvetica, Arial, sans-serif; font-family: "Google Sans", Roboto, Arial, sans-serif; line-height: 1.5rem; font-size: 1.125rem; letter-spacing: 0; font-weight: 400; font-weight: 500; } .t5eBue .mZr3Me.aaa093 .TwyJFf { font-size: 24px; font-weight: 300 } .t5eBue .hAJqZ.aaa093, .t5eBue .r2Osbf.aaa093 { font-weight: 500 } .ovVTif .jGu02.qs41qe { color: #689f38 } .t5eBue.ovVTif .hAJqZ.aaa093, .t5eBue.ovVTif .r2Osbf.aaa093 { color: #8d9d29 } .wWRLCd .jGu02.qs41qe { color: #ed3b3b } .t5eBue.wWRLCd .hAJqZ.aaa093, .t5eBue.wWRLCd .r2Osbf.aaa093 { color: #a84137 } .LW9aSc .jGu02.qs41qe { color: #039be5 } .t5eBue.LW9aSc .hAJqZ.aaa093, .t5eBue.LW9aSc .r2Osbf.aaa093 { color: #1380b5 } .aaa094 { color: rgb(95, 99, 104); fill: rgb(95, 99, 104); background-color: #fff; border: 1px rgb(218, 220, 224) solid; border-radius: 8px; box-sizing: border-box; cursor: pointer; display: inline-block; font-family: "Google Sans", Roboto, Arial, sans-serif; font-size: 14px; font-weight: 500; height: 32px; letter-spacing: .25px; line-height: 18px; min-width: auto; outline: none; overflow: hidden; position: relative; text-align: center; text-decoration: none; text-transform: none; transition: background .2s .1s; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; z-index: 0 } .P9KVBf .aaa094 { color: rgb(154, 160, 166); fill: rgb(154, 160, 166) } .P9KVBf .aaa094 { background-color: rgb(32, 33, 36) } .P9KVBf .aaa094 { border: 1px rgb(95, 99, 104) solid } .P9KVBf .aaa094::before, .P9KVBf .aaa094::after { background-color: rgb(218, 220, 224); background-color: var(--mdc-ripple-color, rgb(218, 220, 224)) } .P9KVBf .aaa094:hover::before, .P9KVBf .aaa094.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before { opacity: .08; opacity: var(--mdc-ripple-hover-opacity, .08) } .P9KVBf .aaa094.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before, .P9KVBf .aaa094:not(.VfPpkd-ksKsZd-mWPk3d):focus::before { transition-duration: 75ms; opacity: .24; opacity: var(--mdc-ripple-focus-opacity, .24) } .P9KVBf .aaa094:not(.VfPpkd-ksKsZd-mWPk3d)::after { transition: opacity .15s linear } .P9KVBf .aaa094:not(.VfPpkd-ksKsZd-mWPk3d):active::after { transition-duration: 75ms; opacity: .24; opacity: var(--mdc-ripple-press-opacity, .24) } .P9KVBf .aaa094.VfPpkd-ksKsZd-mWPk3d { --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24) } .aaa094.qs41qe { border: none; padding: 1px } .aaa094.RDPZE { cursor: auto } .aaa094.aaa093 { color: rgb(26, 115, 232); fill: rgb(26, 115, 232); background-color: rgb(232, 240, 254); border: none; padding: 1px } .P9KVBf .aaa094.aaa093 { color: rgb(138, 180, 248); fill: rgb(138, 180, 248) } .P9KVBf .aaa094.aaa093 { background-color: rgba(138, 180, 248, .24) } .P9KVBf .aaa094:focus { color: #fff; fill: #fff } .aaa094:focus .aaa090 { opacity: .12 } .aaa094 .aaa090 { background-color: rgb(95, 99, 104) } .P9KVBf .aaa094 .aaa090 { background-color: rgb(218, 220, 224) } .aaa090 { bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0 } .UQI9cd .aaa089 { margin: 0 12px } .aaa089 { align-items: center; display: flex; position: relative; margin: 0 16px } .aaa089 .aaa086 { display: inline-block; margin: 6px 4px } .aaa088 { display: inline-flex; flex-shrink: 0; margin: 0 4px 0 0 } .aaa088.aaa087 { display: none } .aaa094.u3bW4e { outline: 1px solid transparent } .aaa095 { display: flex; flex-wrap: wrap; gap: 12px } .aaa092 { border-radius: 9999px } .aaa092 .Ka7T4c, .KnEF3e .Ka7T4c { font-size: 16px } .KuPXpe.aaa091 { color: #056449; fill: #056449; stop-color: #056449 } .KuPXpe.aaa091:not(:disabled) { color: #056449 } .P9KVBf .KuPXpe.aaa091 { color: #00b380; fill: #00b380; stop-color: #00b380 } .P9KVBf .KuPXpe.aaa091:not(:disabled) { color: #00b380 } .mrSlsb.aaa093 { color: #056449; fill: #056449; stop-color: #056449; background-color: #e6f3ef } .mrSlsb.aaa093:not(:disabled) { color: #056449 } .P9KVBf .mrSlsb.aaa093 { color: #00b380; fill: #00b380; stop-color: #00b380 } .P9KVBf .mrSlsb.aaa093:not(:disabled) { color: #00b380 } .mrSlsb.aaa093:not(:disabled) { background-color: #e6f3ef } .P9KVBf .mrSlsb.aaa093 { background-color: #013d2c } .P9KVBf .mrSlsb.aaa093:not(:disabled) { background-color: #013d2c } .aaa091.aaa093 { color: #056449; fill: #056449; stop-color: #056449; background-color: #e6f3ef } .aaa091.aaa093:not(:disabled) { color: #056449 } .P9KVBf .aaa091.aaa093 { color: #00b380; fill: #00b380; stop-color: #00b380 } .P9KVBf .aaa091.aaa093:not(:disabled) { color: #00b380 } .aaa091.aaa093:not(:disabled) { background-color: #e6f3ef } .P9KVBf .aaa091.aaa093 { background-color: #013d2c } .P9KVBf .aaa091.aaa093:not(:disabled) { background-color: #013d2c } .P9KVBf .NWM5Eb.aaa093 { color: #ff708c; fill: #ff708c; stop-color: #ff708c } .P9KVBf .NWM5Eb.aaa093:not(:disabled) { color: #ff708c } .NWM5Eb.aaa093:not(:disabled) { background-color: #f9e8ee } .P9KVBf .NWM5Eb.aaa093 { background-color: #610b29 } .P9KVBf .NWM5Eb.aaa093:not(:disabled) { background-color: #610b29 } .ArLwsf.aaa093 { color: #035282; fill: #035282; stop-color: #035282; background-color: #e5f1f9 } .ArLwsf.aaa093:not(:disabled) { color: #035282 } .P9KVBf .ArLwsf.aaa093 { color: #50b4f4; fill: #50b4f4; stop-color: #50b4f4 } .P9KVBf .ArLwsf.aaa093:not(:disabled) { color: #50b4f4 } .ArLwsf.aaa093:not(:disabled) { background-color: #e5f1f9 } .P9KVBf .ArLwsf.aaa093 { background-color: #024066 } .P9KVBf .ArLwsf.aaa093:not(:disabled) { background-color: #024066 } .aaa098 { margin-left: 24px; margin-right: 24px; padding-bottom: 20px } .aaa097 { color: rgb(32, 33, 36); fill: rgb(32, 33, 36); stop-color: rgb(32, 33, 36); font-family: "Google Sans", Helvetica, Arial, sans-serif; font-family: "Google Sans", Roboto, Arial, sans-serif; line-height: 1.5rem; font-size: 1.125rem; letter-spacing: 0; font-weight: 400; font-weight: 500 } .aaa097:not(:disabled) { color: rgb(32, 33, 36) } .P9KVBf .aaa097 { color: rgb(232, 234, 237); fill: rgb(232, 234, 237); stop-color: rgb(232, 234, 237) } .P9KVBf .aaa097:not(:disabled) { color: rgb(232, 234, 237) } .aaa096 { margin-left: 24px; margin-right: 24px; margin-bottom: 8px } @media screen and (min-width:600px) { .aaa096, .aaa098 { margin-left: 48px; margin-right: 48px } .aaa013 { --gap-width: 16px; --card-width: calc(75vw - 76px) } } @media screen and (min-width:840px) { .aaa013 { --card-width: calc(50vw - 56px) } } @media screen and (min-width:960px) { .aaa013 { --card-width: calc(33.3333333333vw - 42.6666666667px) } } @media screen and (min-width:1280px) { .aaa096, .aaa098 { margin-left: 72px; margin-right: 72px } .aaa097 { font-family: "Google Sans", Roboto, Arial, sans-serif; line-height: 1.75rem; font-size: 1.375rem; letter-spacing: 0; font-weight: 400; font-weight: 500 } .aaa013 { --gap-width: 24px; --card-width: calc(33.3333333333vw - 64px) } .aaa018 { font-size: 1rem; font-weight: 400; letter-spacing: .00625em; line-height: 1.5rem; flex: 0 0 32px; margin-top: 40px } .aaa021 { height: 64px; width: 64px } .aaa022 { row-gap: 0 } .aaa028 { font-size: .875rem; font-weight: 400; letter-spacing: .0142857143em; line-height: 1.25rem; letter-spacing: .2px } .aaa030 .aaa031 { font-size: .75rem } .aaa025 { font-size: 1rem; font-weight: 400; letter-spacing: .00625em; line-height: 1.5rem; letter-spacing: 0 } .aaa032 { margin-left: 16px } } @media screen and (min-width:1440px) { .aaa096, .aaa098 { margin-left: auto; margin-right: auto; max-width: 1296px } .aaa013 { --card-width: 416px } }