/*
! tailwindcss v3.4.10 | 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-left-12 {
  left: -3rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-4 {
  right: -1rem;
}
.-right-6 {
  right: -1.5rem;
}
.-right-8 {
  right: -2rem;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[40px\] {
  right: 40px;
}
.top-0 {
  top: 0px;
}
.-right-\[40px\] {
  right: -40px;
}
.-bottom-0 {
  bottom: -0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.-bottom-\[20px\] {
  bottom: -20px;
}
.-right-\[20px\] {
  right: -20px;
}
.-bottom-\[25px\] {
  bottom: -25px;
}
.-right-\[25px\] {
  right: -25px;
}
.-left-\[25px\] {
  left: -25px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-top-\[20px\] {
  top: -20px;
}
.left-\[10px\] {
  left: 10px;
}
.top-\[10px\] {
  top: 10px;
}
.left-\[20px\] {
  left: 20px;
}
.top-\[20px\] {
  top: 20px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[82px\] {
  margin-top: 82px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[285px\] {
  height: 285px;
}
.h-\[78px\] {
  height: 78px;
}
.h-full {
  height: 100%;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-\[10px\] {
  min-height: 10px;
}
.min-h-\[12px\] {
  min-height: 12px;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-\[844px\] {
  min-height: 844px;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-40 {
  width: 10rem;
}
.w-64 {
  width: 16rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[295px\] {
  width: 295px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[8px\] {
  width: 8px;
}
.w-full {
  width: 100%;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[6px\] {
  min-width: 6px;
}
.min-w-\[8px\] {
  min-width: 8px;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[621px\] {
  max-width: 621px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-10 {
  gap: 2.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-bl-\[15px\] {
  border-bottom-left-radius: 15px;
}
.rounded-bl-\[50px\] {
  border-bottom-left-radius: 50px;
}
.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px;
}
.rounded-br-\[50px\] {
  border-bottom-right-radius: 50px;
}
.rounded-tl-\[15px\] {
  border-top-left-radius: 15px;
}
.rounded-tl-\[50px\] {
  border-top-left-radius: 50px;
}
.rounded-tr-\[15px\] {
  border-top-right-radius: 15px;
}
.rounded-tr-\[50px\] {
  border-top-right-radius: 50px;
}
.rounded-bl-\[40px\] {
  border-bottom-left-radius: 40px;
}
.rounded-br-\[40px\] {
  border-bottom-right-radius: 40px;
}
.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}
.rounded-tr-\[40px\] {
  border-top-right-radius: 40px;
}
.border {
  border-width: 1px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#2517c2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 23 194 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-right-top {
  background-position: right top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[56px\] {
  padding-bottom: 56px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pb-\[50\%\] {
  padding-bottom: 50%;
}
.pb-\[70\%\] {
  padding-bottom: 70%;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-light {
  font-weight: 300 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html {
  font-size: 100%;
  touch-action: manipulation;
  display: flex;
}

html,
body {
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1.75rem;
}
h2 strong,
h2 span,
h3 strong,
h3 span,
h4 strong,
h4 span,
h5 strong,
h5 span,
h6 strong,
h6 span {
  color: #F3FA82;
}
@media (min-width: 768px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1536px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 3.375rem;
  }
}

h1 {
  font-size: 2.5rem;
}
h1 strong,
h1 span {
  color: #F3FA82;
}
@media (min-width: 1280px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1536px) {
  h1 {
    font-size: 4.5rem;
  }
}

p strong,
p span {
  font-weight: 700;
}

.description {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .description {
    font-size: 1.15rem;
  }
}
@media (min-width: 1536px) {
  .description {
    font-size: 1.5rem;
  }
}

.btn {
  border-radius: 50px;
  color: #011220;
  min-height: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  font-family: inherit;
  transition: background-color 0.15s, opacity 0.15s;
  cursor: pointer;
}
.btn.primary {
  background-color: #F3FA82;
}
.btn.primary:hover {
  background-color: #f1fc57;
}
.btn.secondary {
  border: 1px solid #011220;
}
.btn.secondary:hover {
  background-color: rgba(1, 18, 32, 0.0549019608);
}

.radio-container {
  margin: 0 auto;
  max-width: 300px;
  color: white;
}

.radio-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.radio-button input[type=radio] {
  display: none;
}

.radio-checkmark {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 2px solid #333;
  border-radius: 50%;
}

.radio-checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2517C2;
}

.radio-button input[type=radio]:checked ~ .radio-checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}
.radio-button input[type=radio]:checked ~ .radio-label {
  font-weight: 600;
}

.radio-label {
  font-size: 1.1rem;
}

.control {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.1rem;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
.control__indicator {
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  background-color: #e6e6e6;
  position: relative;
  margin: 0 10px 0 0;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator {
  background-color: #2517C2;
}
.control input:disabled ~ .control__indicator {
  background-color: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background-color: #7b7b7b;
}

.black {
  color: #011220;
}

.blue {
  color: #2517C2;
}

.gray {
  color: #A1A4AE;
}

.yellow {
  color: #F3FA82;
}

.black-bg {
  background-color: #011220;
}

.blue-bg {
  background-color: #2517C2;
}

.gray-bg {
  background-color: #A1A4AE;
}

.light-gray-bg {
  background-color: #F8FAFB;
}

.yellow-bg {
  background-color: #F3FA82;
}

a:not(.btn) {
  color: #2517C2;
  transition: color 0.15s;
  font-weight: 500;
}
a:not(.btn):hover {
  color: #5143e1;
}

form .input {
  background-color: #fff;
  height: 58px;
  width: 100%;
  border: 1px solid #D9DBDF;
  padding: 20px 48px 20px 12px;
  border-radius: 16px;
  font-size: 18px;
}

@media (min-width: 350px) {

  .min-\[350px\]\:-right-4 {
    right: -1rem;
  }
}

@media (min-width: 375px) {

  .min-\[375px\]\:left-\[10px\] {
    left: 10px;
  }
}

@media (min-width: 400px) {

  .min-\[400px\]\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .min-\[400px\]\:max-w-\[80\%\] {
    max-width: 80%;
  }
}

@media (min-width: 450px) {

  .min-\[450px\]\:right-4 {
    right: 1rem;
  }
}

@media (min-width: 500px) {

  .min-\[500px\]\:left-12 {
    left: 3rem;
  }

  .min-\[500px\]\:-mb-16 {
    margin-bottom: -4rem;
  }

  .min-\[500px\]\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .min-\[500px\]\:max-w-\[85\%\] {
    max-width: 85%;
  }
}

@media (min-width: 600px) {

  .min-\[600px\]\:left-16 {
    left: 4rem;
  }

  .min-\[600px\]\:-mb-20 {
    margin-bottom: -5rem;
  }
}

@media (min-width: 640px) {

  .sm\:left-auto {
    left: auto;
  }

  .sm\:-bottom-\[25px\] {
    bottom: -25px;
  }

  .sm\:-right-\[25px\] {
    right: -25px;
  }

  .sm\:-bottom-\[40px\] {
    bottom: -40px;
  }

  .sm\:-right-\[40px\] {
    right: -40px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[350px\] {
    height: 350px;
  }

  .sm\:min-h-\[667px\] {
    min-height: 667px;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-\[160px\] {
    max-width: 160px;
  }

  .sm\:max-w-\[450px\] {
    max-width: 450px;
  }

  .sm\:max-w-\[550px\] {
    max-width: 550px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:pb-\[39px\] {
    padding-bottom: 39px;
  }

  .sm\:pl-\[40px\] {
    padding-left: 40px;
  }

  .sm\:pr-\[40px\] {
    padding-right: 40px;
  }

  .sm\:pt-\[40px\] {
    padding-top: 40px;
  }

  .sm\:pt-\[15px\] {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[425px\] {
    height: 425px;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:max-w-\[210px\] {
    max-width: 210px;
  }

  .md\:max-w-\[550px\] {
    max-width: 550px;
  }

  .md\:max-w-\[650px\] {
    max-width: 650px;
  }

  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:pr-\[40px\] {
    padding-right: 40px;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-\[152px\] {
    margin-top: 152px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1280px) {

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:left-\[40px\] {
    left: 40px;
  }

  .xl\:-right-\[-30px\] {
    right: 30px;
  }

  .xl\:-right-\[30px\] {
    right: -30px;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[450px\] {
    height: 450px;
  }

  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:h-\[400px\] {
    height: 400px;
  }

  .xl\:max-h-\[997px\] {
    max-height: 997px;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[450px\] {
    width: 450px;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[700px\] {
    width: 700px;
  }

  .xl\:min-w-\[650px\] {
    min-width: 650px;
  }

  .xl\:min-w-\[450px\] {
    min-width: 450px;
  }

  .xl\:min-w-\[60\%\] {
    min-width: 60%;
  }

  .xl\:max-w-\[550px\] {
    max-width: 550px;
  }

  .xl\:max-w-\[600px\] {
    max-width: 600px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-\[500px\] {
    max-width: 500px;
  }

  .xl\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .xl\:max-w-\[300px\] {
    max-width: 300px;
  }

  .xl\:max-w-\[400px\] {
    max-width: 400px;
  }

  .xl\:max-w-\[700px\] {
    max-width: 700px;
  }

  .xl\:max-w-\[350px\] {
    max-width: 350px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[72px\] {
    font-size: 72px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:-right-2 {
    right: -0.5rem;
  }

  .\32xl\:left-4 {
    left: 1rem;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-\[506px\] {
    height: 506px;
  }

  .\32xl\:h-\[540px\] {
    height: 540px;
  }

  .\32xl\:h-\[597px\] {
    height: 597px;
  }

  .\32xl\:h-\[400px\] {
    height: 400px;
  }

  .\32xl\:h-\[500px\] {
    height: 500px;
  }

  .\32xl\:max-h-\[997px\] {
    max-height: 997px;
  }

  .\32xl\:w-\[30\%\] {
    width: 30%;
  }

  .\32xl\:w-\[35\%\] {
    width: 35%;
  }

  .\32xl\:w-\[50\%\] {
    width: 50%;
  }

  .\32xl\:w-\[500px\] {
    width: 500px;
  }

  .\32xl\:w-\[70\%\] {
    width: 70%;
  }

  .\32xl\:w-\[75\%\] {
    width: 75%;
  }

  .\32xl\:w-\[850px\] {
    width: 850px;
  }

  .\32xl\:min-w-\[70\%\] {
    min-width: 70%;
  }

  .\32xl\:min-w-\[60\%\] {
    min-width: 60%;
  }

  .\32xl\:max-w-\[1280px\] {
    max-width: 1280px;
  }

  .\32xl\:max-w-\[240px\] {
    max-width: 240px;
  }

  .\32xl\:max-w-\[700px\] {
    max-width: 700px;
  }

  .\32xl\:max-w-\[720px\] {
    max-width: 720px;
  }

  .\32xl\:max-w-\[750px\] {
    max-width: 750px;
  }

  .\32xl\:max-w-\[814px\] {
    max-width: 814px;
  }

  .\32xl\:max-w-\[1100px\] {
    max-width: 1100px;
  }

  .\32xl\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .\32xl\:max-w-\[800px\] {
    max-width: 800px;
  }

  .\32xl\:max-w-\[600px\] {
    max-width: 600px;
  }

  .\32xl\:max-w-\[500px\] {
    max-width: 500px;
  }

  .\32xl\:max-w-\[300px\] {
    max-width: 300px;
  }

  .\32xl\:max-w-\[400px\] {
    max-width: 400px;
  }

  .\32xl\:max-w-\[450px\] {
    max-width: 450px;
  }

  .\32xl\:max-w-\[900px\] {
    max-width: 900px;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\32xl\:pb-\[auto\] {
    padding-bottom: auto;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-\[44px\] {
    font-size: 44px;
  }
}

@media (min-width: 1600px) {

  .min-\[1600px\]\:left-16 {
    left: 4rem;
  }

  .min-\[1600px\]\:right-0 {
    right: 0px;
  }

  .min-\[1600px\]\:w-\[518px\] {
    width: 518px;
  }

  .min-\[1600px\]\:min-w-\[518px\] {
    min-width: 518px;
  }
}