*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.pool-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1232px) {
  .pool-container {
    max-width: 1232px;
  }
}

.pool-relative {
  position: relative;
}

.pool-z-0 {
  z-index: 0;
}

.pool-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-pool-mt-16 {
  margin-top: -4rem;
}

.pool-mb-10 {
  margin-bottom: 2.5rem;
}

.pool-mb-14 {
  margin-bottom: 3.5rem;
}

.pool-mb-2 {
  margin-bottom: 0.5rem;
}

.pool-mb-3 {
  margin-bottom: 0.75rem;
}

.pool-mb-5 {
  margin-bottom: 1.25rem;
}

.pool-mb-8 {
  margin-bottom: 2rem;
}

.pool-ml-1 {
  margin-left: 0.25rem;
}

.pool-mt-5 {
  margin-top: 1.25rem;
}

.pool-mt-8 {
  margin-top: 2rem;
}

.pool-inline-block {
  display: inline-block;
}

.pool-flex {
  display: flex;
}

.pool-grid {
  display: grid;
}

.pool-h-6 {
  height: 1.5rem;
}

.pool-h-\[130px\] {
  height: 130px;
}

.pool-w-6 {
  width: 1.5rem;
}

.pool-w-\[130px\] {
  width: 130px;
}

.pool-w-full {
  width: 100%;
}

.pool-max-w-14 {
  max-width: 3.5rem;
}

.pool-max-w-\[616px\] {
  max-width: 616px;
}

.pool-max-w-\[662px\] {
  max-width: 662px;
}

.pool-max-w-\[880px\] {
  max-width: 880px;
}

.pool-cursor-pointer {
  cursor: pointer;
}

.pool-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.pool-flex-col {
  flex-direction: column;
}

.pool-flex-wrap {
  flex-wrap: wrap;
}

.pool-items-center {
  align-items: center;
}

.pool-justify-center {
  justify-content: center;
}

.pool-justify-between {
  justify-content: space-between;
}

.pool-gap-4 {
  gap: 1rem;
}

.pool-gap-9 {
  gap: 2.25rem;
}

.pool-gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.pool-gap-y-3 {
  row-gap: 0.75rem;
}

.pool-overflow-hidden {
  overflow: hidden;
}

.pool-rounded-3xl {
  border-radius: 1.5rem;
}

.pool-rounded-\[20px\] {
  border-radius: 20px;
}

.pool-rounded-full {
  border-radius: 9999px;
}

.pool-rounded-b-\[36px\] {
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.pool-rounded-t-\[36px\] {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.pool-border {
  border-width: 1px;
}

.pool-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.pool-border-b {
  border-bottom-width: 1px;
}

.pool-border-t {
  border-top-width: 1px;
}

.pool-border-\[\#4B5563\] {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.pool-border-prt-700 {
  --tw-border-opacity: 1;
  border-color: rgb(221 220 233 / var(--tw-border-opacity, 1));
}

.pool-bg-prt-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 1 66 / var(--tw-bg-opacity, 1));
}

.pool-bg-prt-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 255 / var(--tw-bg-opacity, 1));
}

.pool-bg-prt-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 74 217 / var(--tw-bg-opacity, 1));
}

.pool-bg-prt-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 245 / var(--tw-bg-opacity, 1));
}

.pool-p-5 {
  padding: 1.25rem;
}

.pool-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pool-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pool-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pool-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pool-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pool-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pool-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pool-py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pool-pb-1 {
  padding-bottom: 0.25rem;
}

.pool-pb-10 {
  padding-bottom: 2.5rem;
}

.pool-pb-16 {
  padding-bottom: 4rem;
}

.pool-pb-20 {
  padding-bottom: 5rem;
}

.pool-pb-4 {
  padding-bottom: 1rem;
}

.pool-pt-32 {
  padding-top: 8rem;
}

.pool-pt-40 {
  padding-top: 10rem;
}

.pool-pt-56 {
  padding-top: 14rem;
}

.pool-text-center {
  text-align: center;
}

.pool-text-\[32px\] {
  font-size: 32px;
}

.pool-text-\[36px\] {
  font-size: 36px;
}

.pool-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.pool-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.pool-text-prt-h3 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: clamp(38px, 4vw, 57px);
}

.pool-font-bold {
  font-weight: 700;
}

.pool-font-normal {
  font-weight: 400;
}

.\!pool-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.pool-text-\[\#9CA3AF\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.pool-text-prt-100 {
  --tw-text-opacity: 1;
  color: rgb(14 1 66 / var(--tw-text-opacity, 1));
}

.pool-text-prt-300 {
  --tw-text-opacity: 1;
  color: rgb(59 57 104 / var(--tw-text-opacity, 1));
}

.pool-text-prt-600 {
  --tw-text-opacity: 1;
  color: rgb(88 87 106 / var(--tw-text-opacity, 1));
}

.pool-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body {
  background: #F5F4FF;
}

.page-template-partnerpage .header-menu nav ul li a {
  color: #282828;
}

.partner-card-bg {
  background-color: #0E0142;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-card-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  background-image: radial-gradient(100% 100% at 125% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -2;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-card-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  background-image: radial-gradient(100% 100% at 125% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-card:hover .partner-card-bg::before {
  opacity: 0;
}

.partner-card:hover .partner-card-bg::after {
  opacity: 1;
}

.partner-card::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 24px;
  background-color: #443A8A;
  z-index: 0;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-card::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 24px;
  background-image: linear-gradient(230deg, #D3D1FF 0%, rgba(211, 209, 255, 0) 130%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-card:hover::after {
  opacity: 1;
}

.partner-card:hover::before {
  opacity: 0;
}

.partner-logo, .partner-desc{
  z-index: 5;
}

.pool-group.benefit:hover .benefit-cta a svg path {
  fill: #ffffff;
}

.footer-cta-icon span svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%);
}

.footer-menu li a {
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease;
}

.footer-menu li a:hover {
  color: #4F4AD9;
}

.partner-card[data-loaded="false"] {
  display: none;
}

#loadMoreBtn:hover {
  background-color: #ffffff !important;
  color: #4F4AD9 !important;
}

#loadMoreBtn:hover svg path {
  fill: #4F4AD9 !important;
}

.footer-cta-btn a:hover {
  background-color: #ffffff !important;
  color: #4F4AD9 !important;
}

.footer-cta-btn a:hover svg path {
  fill: #4F4AD9 !important;
}

.mfp-move-from-top {
  transition: initial;
}

.mfp-move-from-top.mfp-bg {
  opacity: 1;
  background: rgba(250,250,250, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: all 0.5s;
}

.mfp-move-from-top .mfp-container {
  padding: 0;
}

.mfp-move-from-top .mfp-container .mfp-content {
  margin: 50px 0;
  vertical-align: middle;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(300px);
}

.mfp-move-from-top .mfp-iframe-scaler {
  overflow: inherit;
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: translateY(100px);
}

.mfp-move-from-top.vertical-middle .mfp-container .mfp-content {
  height: auto;
  padding: 0 15px;
}

.mfp-move-from-top.mfp-partners-form .mfp-container {
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 30px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content {
  max-width: 790px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form {
  background-color: #fff;
  padding: 50px 40px 30px;
  border-radius: 12px;
}
.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .form-title {
  margin-bottom: 10px;
}
.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .form-title .title {
  color: #272727;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  margin-bottom: 12px;
}
.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .form-title p {
  color: #4F4F4F;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .fluentform .ff-message-success {
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .fluentform .ff-message-success h3 {
  color: #272727;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 42px;
  margin-bottom: 16px;
  font-weight: 600;
}
.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .fluentform .ff-message-success p {
  color: #29282b;
  font-size: 18px;
  line-height: 26px;
}

.mfp-move-from-top.vertical-middle.mfp-gallery .mfp-container .mfp-close {
  opacity: 1;
  right: 10px;
  color: #FFFFFF;
  font-size: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form {
    padding: 40px 20px 24px;
  }
}
@media only screen and (max-width: 575px) {
  .mfp-move-from-top.mfp-partners-form .mfp-container {
    padding: 0 20px;
  }
  .mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form {
    padding: 40px 20px 24px;
  }
  .mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .form-title .title {
    font-size: 24px;
  }
  .mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .partners-form .fluentform .ff-message-success h3 {
    font-size: 28px;
  }
}
.mfp-move-from-top.mfp-partners-form .mfp-container .mfp-content .mfp-close {
  top: 13px;
  right: 16px;
}

.hover\:pool-bg-\[\#4F4AD9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 74 217 / var(--tw-bg-opacity, 1));
}

.pool-group:hover .group-hover\:pool-bg-prt-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 74 217 / var(--tw-bg-opacity, 1));
}

.pool-group:hover .group-hover\:pool-text-prt-500 {
  --tw-text-opacity: 1;
  color: rgb(79 74 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:pool-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:pool-mb-8 {
    margin-bottom: 2rem;
  }

  .md\:pool-mr-10 {
    margin-right: 2.5rem;
  }

  .md\:pool-flex {
    display: flex;
  }

  .md\:pool-w-1\/2 {
    width: 50%;
  }

  .md\:pool-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:pool-flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:pool-rounded-t-\[60px\] {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .md\:pool-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pool-pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pool-pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pool-text-\[36px\] {
    font-size: 36px;
  }

  .md\:pool-text-\[42px\] {
    font-size: 42px;
  }

  .md\:pool-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:pool-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:pool-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:pool-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:pool-w-1\/4 {
    width: 25%;
  }

  .lg\:pool-w-2\/4 {
    width: 50%;
  }

  .lg\:pool-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:pool-justify-end {
    justify-content: flex-end;
  }

  .lg\:pool-rounded-b-\[60px\] {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .lg\:pool-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pool-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pool-pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pool-pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pool-pt-60 {
    padding-top: 15rem;
  }

  .lg\:pool-text-\[18px\] {
    font-size: 18px;
  }

  .lg\:pool-text-\[48px\] {
    font-size: 48px;
  }

  .lg\:pool-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:pool-text-prt-h1 {
    font-size: clamp(28px, 7vw, 76px);
    line-height: clamp(38px, 8vw, 90px);
  }

  .lg\:pool-text-prt-h2 {
    font-size: clamp(28px, 5vw, 56px);
    line-height: clamp(40px, 6vw, 66px);
  }
}

@media (min-width: 1280px) {
  .xl\:pool-text-prt-h1 {
    font-size: clamp(28px, 7vw, 76px);
    line-height: clamp(38px, 8vw, 90px);
  }
}