/*
! tailwindcss v3.3.2 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 767px) {

  .container {
    max-width: 767px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
.header-title h1 {
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.75rem;
  letter-spacing: .5px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1440px) {
      .header-title h1 {
        font-size: 78px;
        font-weight: 900;
        line-height: 85px;
        letter-spacing: -1.5px; } }
.header-title p {
  margin-bottom: 2.25rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media only screen and (min-width: 1440px) {
      .header-title p {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.25px; } }
.button-blue {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 106 223 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 118 247 / var(--tw-bg-opacity));
}
.button-white {
  margin-bottom: 3rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 118 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.button-white-border {
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(24 106 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-white-border:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 118 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
      .button-white-border {
        margin-bottom: 0; } }
.button-white-border-header {
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(24 106 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-white-border-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 118 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.title-h2 h2 {
  margin-bottom: 0.75rem;
  font-family: Ubuntu;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1440px) {
      .title-h2 h2 {
        font-weight: 900;
        font-size: 42px;
        line-height: 56px;
        letter-spacing: 0.25px; } }
@media only screen and (min-width: 250px) {
      .title-h2 h2 {
        font-family: 'Inter', sans-serif; } }
.title-h2 h2 strong {
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.title-h2 p strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.title-white-h2 h2 strong {
  margin-right: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.title-white-h2 h2 {
  margin-bottom: 0.75rem;
  font-family: Ubuntu;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1440px) {
      .title-white-h2 h2 {
        font-weight: 900;
        font-size: 42px;
        line-height: 56px;
        letter-spacing: 0.25px;
        margin-bottom: 0.75rem; } }
@media only screen and (min-width: 250px) {
      .title-white-h2 h2 {
        font-family: 'Inter', sans-serif; } }
.sub-title-white p {
  margin-bottom: 1.5rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media only screen and (min-width: 1440px) {
      .sub-title-white p {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.25px; } }
.sub-title p {
  margin-bottom: 1.5rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(16, 16, 16, 0.5);
}
@media only screen and (min-width: 1440px) {
      .sub-title p {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.25px; } }
.sign-sub-title p {
  margin-bottom: 1rem;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media only screen and (min-width: 1440px) {
      .sign-sub-title p {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.25px;
        margin-bottom: 1.5rem; } }
.text-before-title span {
  margin-bottom: 0.75rem;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1440px) {
      .text-before-title span {
        margin-bottom: .75rem; } }
.future-text p {
  margin-bottom: 0.75rem;
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1440px) {
      .future-text p {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.015em;
        margin-bottom: .75rem; } }
.wallet-text p {
  font-family: Ubuntu;
  font-weight: 700;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 767px) {

  .wallet-text p {
    font-size: 1.5rem;
    line-height: 1.813rem;
  }
}
@media (max-width: 767px) {

  .wallet-text p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.wallet-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word; }
.future-text span {
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media only screen and (min-width: 1440px) {
      .future-text span {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.25px; } }
.menu-link {
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.menu-link-desktop {
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-link-desktop:hover {
  --tw-text-opacity: 1;
  color: rgb(27 118 247 / var(--tw-text-opacity));
}
.menu-link-desktop.active {
  --tw-text-opacity: 1;
  color: rgb(27 118 247 / var(--tw-text-opacity));
}
.faq-title {
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1440px) {
      .faq-title {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.015em; } }
.faq-sub-title p, b {
  padding-bottom: 2.25rem;
  text-align: left;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media only screen and (min-width: 1440px) {
      .faq-sub-title p, b {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.25px; } }
.faq-description p {
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media only screen and (min-width: 1440px) {
      .faq-description p {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.25px; } }
.faq-link {
  margin-top: 3.5rem;
  text-align: center;
}
.faq-link p {
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .faq-link p {
    margin-right: 0.375rem;
  }
}
.faq-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.footer-link {
  margin-bottom: 2.5rem;
  display: block;
  font-family: Ubuntu;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .1px;
  color: rgba(252, 252, 252, 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(27 118 247 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1024px) {
      .footer-link {
        margin-bottom: 0;
        margin-right: 1.5rem; } }
.breadcrumbs ul li:first-child {
  display: block;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  color: rgba(252, 252, 252, 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breadcrumbs ul li:first-child:hover {
  --tw-text-opacity: 1;
  color: rgb(27 118 247 / var(--tw-text-opacity));
}
.breadcrumbs ul li {
  display: block;
  font-family: Ubuntu;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breadcrumbs ul li:hover {
  --tw-text-opacity: 1;
  color: rgb(27 118 247 / var(--tw-text-opacity));
}
.breadcrumbs ul li a {
  color: inherit;
}
.title-h4 {
  margin-bottom: 3rem;
}
.title-h4 h4 {
  margin-bottom: 1rem;
  font-family: Ubuntu;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1440px) {
    .title-h4 h4 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.75rem;
  } }
@media only screen and (min-width: 250px) {
      .title-h4 h4 {
        font-family: 'Inter', sans-serif; } }
.title-h4 p {
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media (min-width: 1440px) {
    .title-h4 p {
    margin-bottom: 3.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
  } }
.title-white-about h2 {
  margin-bottom: 1.5rem;
  font-family: Ubuntu;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1440px) {
    .title-white-about h2 {
    margin-bottom: 2.25rem;
    font-size: 2.625rem;
    line-height: 2rem;
  } }
@media only screen and (min-width: 250px) {
      .title-white-about h2 {
        font-family: 'Inter', sans-serif; } }
.title-white-affiliates h2 {
  margin-bottom: 1.5rem;
  font-family: Ubuntu;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1440px) {
    .title-white-affiliates h2 {
    margin-bottom: 3.5rem;
    font-size: 2.625rem;
    line-height: 2rem;
  } }
@media only screen and (min-width: 250px) {
      .title-white-affiliates h2 {
        font-family: 'Inter', sans-serif; } }
.about-us-text-title {
  margin-bottom: 1rem;
}
@media (min-width: 1440px) {
    .about-us-text-title {
    margin-bottom: 1.5rem;
  } }
.about-us-text-title p {
  margin-left: 1rem;
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1440px) {
    .about-us-text-title p {
    margin-left: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .015em;
  } }
@media only screen and (min-width: 250px) {
      .about-us-text-title p {
        font-family: 'Inter', sans-serif; } }
.about-us-description p {
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media (min-width: 1440px) {
    .about-us-description p {
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .25px;
  } }
.not-found p {
  margin-bottom: 2.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1440px) {
    .not-found p {
    margin-bottom: 3rem;
  } }
@media only screen and (min-width: 250px) {
      .not-found p {
        font-family: 'Inter', sans-serif; } }
.prices-text p {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1440px) {
    .prices-text p {
    font-size: 1.5rem;
    line-height: 1.813rem;
  } }
@media only screen and (min-width: 250px) {
      .prices-text p {
        font-family: 'Inter', sans-serif; } }
.prices-text span {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .025px;
  color: rgba(252, 252, 252, 0.6);
}
.referals-text-first p {
  margin-left: 4.125rem;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .referals-text-first p {
    max-width: 335px;
  }
}
@media (max-width: 1023px) {

  .referals-text-first p {
    max-width: 340px;
  }
}
@media (max-width: 639px) {

  .referals-text-first p {
    order: 1;
    margin-left: 0;
    margin-bottom: 2.25rem;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {

  .referals-text-first svg {
    margin-top: 1.5rem;
    width: 11.313rem;
  }
}
@media (max-width: 1023px) {

  .referals-text-first svg {
    margin-top: 1.5rem;
    height: 11.063rem;
    width: 10.625rem;
  }
}
@media (max-width: 767px) {

  .referals-text-first svg {
    margin-top: 1.5rem;
  }
}
@media (max-width: 639px) {

  .referals-text-first svg {
    order: 2;
    margin-top: 0;
  }
}
.referals-text-two p {
  margin-right: 6rem;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .referals-text-two p {
    margin-top: 3rem;
    max-width: 230px;
  }
}
@media (max-width: 1023px) {

  .referals-text-two p {
    margin-top: 3rem;
    max-width: 230px;
  }
}
@media (max-width: 639px) {

  .referals-text-two p {
    margin-top: 2.25rem;
    margin-right: 0;
    max-width: 100%;
  }
}
.referals-text-two svg {
  margin-top: 4.375rem;
}
@media (min-width: 1024px) {

  .referals-text-two svg {
    width: 12.438rem;
  }
}
@media (max-width: 1023px) {

  .referals-text-two svg {
    height: 11.063rem;
    width: 10.625rem;
  }
}
@media (max-width: 639px) {

  .referals-text-two svg {
    margin-top: 2.75rem;
  }
}
.referals-text-three {
  width: 100%;
}
.referals-text-three p {
  margin-left: auto;
  margin-right: 0;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .referals-text-three p {
    margin-top: 4.125rem;
    max-width: 335px;
  }
}
@media (max-width: 1023px) {

  .referals-text-three p {
    margin-top: 4.125rem;
    max-width: 320px;
  }
}
@media (max-width: 639px) {

  .referals-text-three p {
    margin-top: 2.25rem;
    margin-left: 0;
  }
}
.title-white-h2 h2 {
  margin-bottom: 3rem;
  font-family: Ubuntu;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media only screen and (min-width: 1440px) {
      .title-white-h2 h2 {
        font-weight: 900;
        font-size: 42px;
        line-height: 56px;
        letter-spacing: 0.25px;
        margin-bottom: 3.5rem; } }
@media only screen and (min-width: 250px) {
      .title-white-h2 h2 {
        font-family: 'Inter', sans-serif; } }
.title-white-faq h2 {
  font-family: Ubuntu;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .title-white-faq h2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023px) {

  .title-white-faq h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
    .title-white-faq h2 {
    margin-bottom: 0;
    font-size: 2.625rem;
    line-height: 3.5rem;
  } }
@media only screen and (min-width: 250px) {
      .title-white-faq h2 {
        font-family: 'Inter', sans-serif; } }
.title-white-faq p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .015px;
  color: rgba(252, 252, 252, 0.6);
}
.faq-tittle-drop-down {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: 1px;
  color: rgba(252, 252, 252, 0.6);
}
@media only screen and (min-width: 250px) {
      .faq-tittle-drop-down {
        font-family: 'Inter', sans-serif; } }
.faq-drop-down-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .15px;
  color: rgba(252, 252, 252, 0.6);
}
.faq-drop-down-description a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-drop-down-description a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.faq-drop-down-description p {
  margin-bottom: 1.125rem;
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media only screen and (min-width: 250px) {
      .faq-drop-down-description p {
        font-family: 'Inter', sans-serif; } }
.faq-desktop-title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: .5px;
  color: rgba(252, 252, 252, 0.6);
}
.faq-desktop-links p {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.faq-desktop-links li {
  margin-bottom: 1.375rem;
}
.faq-desktop-links li:last-child {
  margin-bottom: 0;
}
.faq-desktop-links a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .015px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-desktop-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.faq-desktop-links a strong {
  margin-left: 0.375rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.faq-article-desktop-links p {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.faq-article-desktop-links li {
  margin-bottom: 1.375rem;
}
.faq-article-desktop-links li:last-child {
  margin-bottom: 0;
}
.faq-article-desktop-links a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .015px;
  color: rgba(252, 252, 252, 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-article-desktop-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.faq-search-result a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .015px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-search-result a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.faq-search-result a strong {
  margin-left: 0.375rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.faq-search-result p {
  display: flex;
  align-items: center;
  padding-left: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .15px;
  color: rgba(252, 252, 252, 0.6);
}
.faq-search-result li {
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .faq-search-result li {
    margin-bottom: 1rem;
  }
}
.api-title p {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.api-links p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.api-links {
  margin-bottom: 1.75rem;
}
.api-links:last-child {
  margin-bottom: 0;
}
.api-links li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.api-links li:last-child {
  margin-bottom: 0;
}
.api-links a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .015px;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.api-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(18 81 171 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.api-code {
  margin-top: 0.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {

  .api-code {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.api-code code {
  margin-top: 0.5rem;
  white-space: break-spaces;
  overflow-wrap: break-word;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(252, 252, 252, 0.6);
}
@media (max-width: 767px) {

  .api-code code {
    font-size: .75rem;
  }
}
.api-text h2 {
  margin-top: 3rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: .5px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.api-text h2:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {

  .api-text h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 250px) {
      .api-text h2 {
        font-family: 'Inter', sans-serif; } }
.api-text h3 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.api-text h3:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {

  .api-text h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 250px) {
      .api-text h3 {
        font-family: 'Inter', sans-serif; } }
.api-text h4 {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (max-width: 767px) {

  .api-text h4 {
    font-size: .875rem;
  }
}
@media only screen and (min-width: 250px) {
      .api-text h4 {
        font-family: 'Inter', sans-serif; } }
.api-text p {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (max-width: 767px) {

  .api-text p {
    padding-top: 1rem;
    font-size: .875rem;
  }
}
.api-title-links p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.faq-article-text h3 {
  padding-top: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.faq-article-text h2 {
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.faq-article-text p {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
.faq-article-text ol {
  padding-left: 1.25rem;
}
.faq-article-text ol li {
  margin-top: 0.5rem;
  list-style-type: decimal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
.faq-article-text ol li span {
  margin-top: 0.5rem;
  list-style-type: decimal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.faq-article-text ul {
  padding-left: 1.25rem;
}
.faq-article-text ul li {
  margin-top: 0.5rem;
  list-style-type: disc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
.faq-article-text ul li a {
  margin-top: 0.5rem;
  list-style-type: disc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.faq-article-text ul li strong {
  margin-top: 0.5rem;
  list-style-type: disc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.faq-article-text ul li span {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.privacy-policy-text {
  font-family: Ubuntu;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
@media (max-width: 767px) {

  .privacy-policy-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }
}
.integration-text span {
  margin-bottom: 0.75rem;
  display: block;
  font-family: Ubuntu;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.integration-text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
.integration-list ol {
  padding-left: 1.25rem;
  padding-top: 2.25rem;
}
.integration-list ol li {
  margin-bottom: 1rem;
  list-style-type: decimal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.integration-list ol li:last-child {
  margin-bottom: 0;
}
.integration-list ol li strong {
  margin-top: 0.5rem;
  list-style-type: decimal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.site-map ul {
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-map ul li a {
  margin-bottom: 1rem;
  list-style-type: decimal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.site-map ul li a:last-child {
  margin-bottom: 0;
}
.site-map ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
@media (min-width: 1440px) {

  .image-size iframe {
    height: 27.688rem;
    width: 49.313rem;
  }
}
@media (max-width: 1439px) {

  .image-size iframe {
    height: 23.688rem;
    width: 100%;
  }
}
@media (max-width: 1023px) {

  .image-size iframe {
    height: 27.688rem;
  }
}
@media (max-width: 767px) {

  .image-size iframe {
    height: 11.5rem;
  }
}
@media (min-width: 1440px) {

  .image-size {
    height: 27.688rem;
    width: 49.313rem;
  }
}
@media (max-width: 1439px) {

  .image-size {
    height: 23.688rem;
    width: 100%;
  }
}
@media (max-width: 1023px) {

  .image-size {
    height: 27.688rem;
    width: 100%;
  }
}
@media (max-width: 767px) {

  .image-size {
    height: 11.5rem;
  }
}
.image-size img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {

  .image-size video {
    height: 27.688rem;
    width: 49.313rem;
  }
}
@media (max-width: 1439px) {

  .image-size video {
    height: 23.688rem;
    width: 100%;
  }
}
@media (max-width: 1023px) {

  .image-size video {
    height: 27.688rem;
    width: 100%;
  }
}
@media (max-width: 767px) {

  .image-size video {
    height: 11.5rem;
  }
}
h1 {
  font-family: Inter, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2.5rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
h2 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  letter-spacing: .25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
h3 {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .015em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  h3 {
    font-size: 1.5rem;
    line-height: 1.813rem;
  }
}
h4 {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.313rem;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
h5 {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.313rem;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  h5 {
    font-size: 1.125rem;
    line-height: 1.313rem;
  }
}
h6 {
  font-family: Inter, sans-serif;
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 1.313rem;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer-first-link p {
  margin-bottom: 2.75rem;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.footer-first-link ul li {
  margin-bottom: 1.25rem;
}
.footer-first-link ul li:last-child {
  margin-bottom: 0;
}
.footer-first-link ul li a {
  margin-bottom: 1.25rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-first-link ul li a:last-child {
  margin-bottom: 0;
}
.footer-first-link ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(27 118 247 / var(--tw-text-opacity));
}
.footer-copyrighting p {
  margin-bottom: 0.375rem;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
}
.footer-copyrighting span {
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .15px;
  color: rgba(252, 252, 252, 0.3);
}
.footer-copyrighting a {
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .15px;
  color: rgba(252, 252, 252, 0.3);
}
.footer-mobile-first-link p {
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: .1px;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.footer-mobile-first-link ul {
  display: flex;
  flex-direction: column;
}
.footer-mobile-first-link ul li {
  margin-bottom: 1.25rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: .25px;
  color: rgba(252, 252, 252, 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-mobile-first-link ul li:last-child {
  margin-bottom: 0;
}
.footer-mobile-first-link ul li:hover {
  --tw-text-opacity: 1;
  color: rgb(27 118 247 / var(--tw-text-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-left-0 {
  left: 0;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-left-5 {
  left: -1.25rem;
}
.-top-0 {
  top: 0;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-10 {
  top: -2.5rem;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 3.125rem;
}
.top-92 {
  top: 5.75rem;
}
.-z-1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-2 {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-54 {
  margin-bottom: 3.375rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-86 {
  margin-bottom: 5.375rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-145 {
  margin-right: 9.063rem;
}
.mr-18 {
  margin-right: 1.125rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-30 {
  margin-right: 1.875rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-22 {
  margin-top: 1.375rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-42 {
  height: 2.625rem;
}
.h-443 {
  height: 27.688rem;
}
.h-456 {
  height: 28.5rem;
}
.h-46 {
  height: 2.875rem;
}
.h-86 {
  height: 5.375rem;
}
.h-88 {
  height: 5.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.w-12 {
  width: 3rem;
}
.w-137 {
  width: 8.563rem;
}
.w-3\/4 {
  width: 75%;
}
.w-46 {
  width: 2.875rem;
}
.w-86 {
  width: 5.375rem;
}
.w-\[700px\] {
  width: 700px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-126 {
  min-width: 7.875rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.shrink {
  flex-shrink: 1;
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
 grid-template-columns: repeat(2, minmax(0, 1fr)); 
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-end {
  justify-items: end;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-42 {
  row-gap: 2.625rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-12 {
  border-radius: 0.75rem;
}
.rounded-16 {
  border-radius: 1rem;
}
.rounded-24 {
  border-radius: 1.5rem;
}
.rounded-8 {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-alto-500 {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-royal-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(24 106 223 / var(--tw-border-opacity));
}
.border-shark-500 {
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
}
.bg-alto-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.bg-black-haze-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-royal-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 106 223 / var(--tw-bg-opacity));
}
.bg-shark-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}
.bg-wild-sand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-woodsmoke-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-62 {
  padding-left: 3.875rem;
  padding-right: 3.875rem;
}
.px-68 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-86 {
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-9\.51 {
  padding-top: .563rem;
  padding-bottom: .563rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-111 {
  padding-bottom: 6.938rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-134 {
  padding-bottom: 8.375rem;
}
.pb-150 {
  padding-bottom: 9.375rem;
}
.pb-154 {
  padding-bottom: 9.625rem;
}
.pb-17 {
  padding-bottom: 1.063rem;
}
.pb-241 {
  padding-bottom: 15.063rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-30 {
  padding-bottom: 1.875rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-86 {
  padding-bottom: 5.375rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-150 {
  padding-top: 9.375rem;
}
.pt-22 {
  padding-top: 1.375rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-52 {
  padding-top: 13rem;
}
.pt-52\.2 {
  padding-top: 3.25rem;
}
.pt-58 {
  padding-top: 3.563rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-62 {
  padding-top: 3.875rem;
}
.pt-86 {
  padding-top: 5.375rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: .875rem;
}
.text-xs {
  font-size: .75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-24 {
  line-height: 1.5rem;
}
.tracking-\[\.015em\] {
  letter-spacing: .015em;
}
.tracking-\[\.25px\] {
  letter-spacing: .25px;
}
.text-alabaster-500 {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.text-default {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-royal-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(24 106 223 / var(--tw-text-opacity));
}
.text-white-540 {
  color: rgba(16, 16, 16, 0.4);
}
.text-woodsmoke-500 {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 75rem;
}
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .container {
      max-width: 975px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
      max-width: 740px;
      margin: 0 auto; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .container {
      max-width: 640px;
      margin: 0 auto; } }
  @media only screen and (min-width: 320px) and (max-width: 639px) {
    .container {
      max-width: 328px;
      margin: 0 auto; } }
  .hover\:bg-black-haze-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
  .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
  @media (max-width: 1535px) {

  .\32xl\:ml-120 {
    margin-left: 7.5rem;
  }

  .\32xl\:mr-0 {
    margin-right: 0;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:max-w-\[1300px\] {
    max-width: 1300px;
  }
}
  @media (min-width: 1440px) {

  .xxl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxl\:min-w-\[279px\] {
    min-width: 279px;
  }

  .xxl\:max-w-\[276px\] {
    max-width: 276px;
  }

  .xxl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
  @media (min-width: 1024px) {

  .\31xl\:order-1 {
    order: 1;
  }

  .\31xl\:order-2 {
    order: 2;
  }

  .\31xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\31xl\:mb-0 {
    margin-bottom: 0;
  }

  .\31xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\31xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\31xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\31xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\31xl\:mr-8 {
    margin-right: 2rem;
  }

  .\31xl\:mt-12 {
    margin-top: 3rem;
  }

  .\31xl\:block {
    display: block;
  }

  .\31xl\:flex {
    display: flex;
  }

  .\31xl\:hidden {
    display: none;
  }

  .\31xl\:h-134 {
    height: 8.375rem;
  }

  .\31xl\:h-217 {
    height: 13.563rem;
  }

  .\31xl\:h-288 {
    height: 18rem;
  }

  .\31xl\:h-300 {
    height: 18.75rem;
  }

  .\31xl\:w-276 {
    width: 17.25rem;
  }

  .\31xl\:w-481 {
    width: 30.063rem;
  }

  .\31xl\:w-789 {
    width: 49.313rem;
  }

  .\31xl\:w-892 {
    width: 55.75rem;
  }

  .\31xl\:max-w-\[687px\] {
    max-width: 687px;
  }

  .\31xl\:max-w-\[753px\] {
    max-width: 753px;
  }

  .\31xl\:max-w-\[790px\] {
    max-width: 790px;
  }

  .\31xl\:max-w-\[892px\] {
    max-width: 892px;
  }

  .\31xl\:max-w-\[994px\] {
    max-width: 994px;
  }

  .\31xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .\31xl\:items-start {
    align-items: flex-start;
  }

  .\31xl\:justify-start {
    justify-content: flex-start;
  }

  .\31xl\:justify-center {
    justify-content: center;
  }

  .\31xl\:justify-between {
    justify-content: space-between;
  }

  .\31xl\:gap-10 {
    gap: 2.5rem;
  }

  .\31xl\:gap-103 {
    gap: 6.438rem;
  }

  .\31xl\:gap-7 {
    gap: 1.75rem;
  }

  .\31xl\:gap-x-135 {
    -moz-column-gap: 8.438rem;
         column-gap: 8.438rem;
  }

  .\31xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\31xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .\31xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .\31xl\:px-181 {
    padding-left: 11.313rem;
    padding-right: 11.313rem;
  }

  .\31xl\:px-186 {
    padding-left: 11.625rem;
    padding-right: 11.625rem;
  }

  .\31xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\31xl\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .\31xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\31xl\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .\31xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\31xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\31xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\31xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\31xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\31xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\31xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\31xl\:pt-140 {
    padding-top: 8.75rem;
  }

  .\31xl\:pt-6 {
    padding-top: 1.5rem;
  }
}
  @media (max-width: 1279px) {

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mb-86 {
    margin-bottom: 5.375rem;
  }

  .xl\:h-288 {
    height: 18rem;
  }

  .xl\:h-460 {
    height: 28.75rem;
  }

  .xl\:w-390 {
    width: 24.375rem;
  }

  .xl\:w-481 {
    width: 30.063rem;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-\[379px\] {
    max-width: 379px;
  }

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

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }
}
  @media (min-width: 1280px) {

  .xl-min\:w-687 {
    width: 42.938rem;
  }
}
  @media (max-width: 1439px) {

  .\31xxl\:overflow-hidden {
    overflow: hidden;
  }
}
  @media (max-width: 1023px) {

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-196 {
    height: 12.25rem;
  }

  .lg\:h-217 {
    height: 13.563rem;
  }

  .lg\:h-360 {
    height: 22.5rem;
  }

  .lg\:w-276 {
    width: 17.25rem;
  }

  .lg\:w-328 {
    width: 20.5rem;
  }

  .lg\:w-620 {
    width: 38.75rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[975px\] {
    max-width: 975px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

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

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }
}
  @media (min-width: 767px) {

  .\31md\:mb-0 {
    margin-bottom: 0;
  }

  .\31md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\31md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\31md\:mr-3 {
    margin-right: 0.75rem;
  }

  .\31md\:mr-4 {
    margin-right: 1rem;
  }

  .\31md\:flex {
    display: flex;
  }

  .\31md\:w-276 {
    width: 17.25rem;
  }

  .\31md\:w-379 {
    width: 23.688rem;
  }

  .\31md\:w-full {
    width: 100%;
  }

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

  .\31md\:text-center {
    text-align: center;
  }
}
  @media (max-width: 767px) {

  .md\:-left-\[10px\] {
    left: -10px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:h-196 {
    height: 12.25rem;
  }

  .md\:h-217 {
    height: 13.563rem;
  }

  .md\:w-328 {
    width: 20.5rem;
  }

  .md\:w-full {
    width: 100%;
  }

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

  .md\:max-w-\[740px\] {
    max-width: 740px;
  }

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

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-86 {
    padding-bottom: 5.375rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }
}
  @media (max-width: 639px) {

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-162 {
    height: 10.125rem;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:min-w-126 {
    min-width: 7.875rem;
  }

  .sm\:max-w-\[328px\] {
    max-width: 328px;
  }

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

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@font-face {
  font-family: 'Ubuntu';
  src: url("./fonts/Ubuntu-Bold.woff2") format("woff2"), url("./fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: url("./fonts/Ubuntu-Medium.woff2") format("woff2"), url("./fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: url("./fonts/Ubuntu-Regular.woff2") format("woff2"), url("./fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: url("./fonts/Ubuntu-Light.woff2") format("woff2"), url("./fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-Black.woff2") format("woff2"), url("./fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-ExtraBold.woff2") format("woff2"), url("./fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-ExtraLight.woff2") format("woff2"), url("./fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-Thin.woff2") format("woff2"), url("./fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

.input-search::-webkit-input-placeholder {
  color: rgba(16, 16, 16, 0.4); }

.input-search::-moz-placeholder {
  color: rgba(16, 16, 16, 0.4); }

.input-search:-ms-input-placeholder {
  color: rgba(16, 16, 16, 0.4); }

.input-search:-moz-placeholder {
  color: rgba(16, 16, 16, 0.4); }

.card-hover:hover {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1); }

.dropdown-shadow {
  box-shadow: 0 100px 67px rgba(0, 0, 0, 0.11), 0 30.1471px 20.1985px rgba(0, 0, 0, 0.0716748), 0 12.5216px 8.38944px rgba(0, 0, 0, 0.055), 0 4.5288px 3.0343px rgba(0, 0, 0, 0.0383252); }

.dropdown:hover .dropdown-menu {
  display: block; }

ul {
  list-style: auto;
  padding-left: 20px;
  color: inherit; }

ol {
  list-style: disc;
  padding-left: 20px;
  color: inherit; }

input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none; }
  input:focus,
  button:focus,
  textarea:focus,
  select:focus {
    outline: none; }

body.active {
  overflow: hidden; }

.accordion-toggle {
  display: flex;
  opacity: 1;
  transition: all 0.2s ease-out;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  width: 94%; }
  .accordion-toggle h3 {
    pointer-events: none; }

.accordion-content {
  opacity: 0;
  pointer-events: none;
  height: 0; }

.accordion-content.active {
  opacity: 1;
  transition: all 0.2s ease-out;
  height: 100%;
  pointer-events: all; }

.toggle-icon {
  transition: all 0.2s ease-out;
  fill: #FCFCFC;
  margin-left: 5px;
  display: flex;
  flex-shrink: 0; }
  .toggle-icon.active {
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
    fill: #FCFCFC; }

.toggle-icon.arrow-icon {
  transition: all 0.2s ease-out;
  fill: #FCFCFC;
  margin-left: 5px;
  display: flex;
  flex-shrink: 0;
  width: 28px;
  height: 28px; }
  .toggle-icon.arrow-icon.active {
    transform: rotate(180deg);
    transition: all 0.2s ease-out;
    fill: #FCFCFC; }

.toggle-icon.toggle-icon-faq.active {
  transform: rotate(180deg);
  transition: all 0.2s ease-out; }

.read-more {
  height: 294px;
  overflow: hidden; }
  .read-more.active {
    height: 100%;
    overflow: visible; }

#rotate-icon {
  transition: all 0.2s ease-out; }
  #rotate-icon.active {
    transform: rotate(180deg);
    transition: all 0.2s ease-out; }

.active-menu {
  opacity: 0;
  pointer-events: none;
  height: 0; }
  .active-menu.active {
    opacity: 1;
    height: 100vh;
    pointer-events: all; }

.guarantees-slider {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.lock-position {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

.border-button {
  border: 2.5px solid #186adf;
  transition: .25s; }
  .border-button svg {
    fill: #186ADF;
    transition: .25s; }
  .border-button:hover {
    border: 2.5px solid #FCFCFC;
    transition: .25s; }
    .border-button:hover svg {
      fill: #FCFCFC;
      transition: .25s; }

.menu {
  width: 100%;
  height: 100vh;
  background-color: #F7F7F7;
  position: fixed;
  left: 0;
  top: 0;
  display: none; }

.menu-links {
  height: calc(100vh - 74px);
  display: flex;
  flex-direction: column; }

.gradient-sign {
  background: linear-gradient(89.89deg, #124FA6 0.03%, #186ADF 99.84%);
  border-radius: 24px; }

.shadow-image {
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
  border-radius: 12.1488px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); }

.custom-select {
  position: relative; }

.custom-select select {
  display: none; }

.select-selected:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/chevron_down.png");
  transition: .25s;
  right: -15px; }

.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  transition: .25s; }

.select-items div, .select-selected {
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 700; }

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.container-plus-minus {
  position: relative; }
  .container-plus-minus .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -40px; }

.plus-to-minus {
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: transform ease 400ms; }
  .plus-to-minus:before, .plus-to-minus:after {
    content: '';
    position: absolute;
    background-color: #FFF;
    border-radius: 10px; }
  .plus-to-minus:before {
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 28px; }
  .plus-to-minus:after {
    top: 50%;
    margin-top: -2px;
    height: 4px;
    width: 28px;
    transition: transform ease 400ms; }
  .plus-to-minus.active {
    transform: rotate(-90deg); }
    .plus-to-minus.active:after {
      transform: rotate(-90deg); }

.breadcrumbs ul li {
  margin-right: 40px;
  position: relative;
  min-width: -moz-max-content;
  min-width: max-content; }
  .breadcrumbs ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    width: 8px;
    height: 8px;
    background-color: #186ADF;
    border-radius: 50%;
    line-height: 24px; }
  .breadcrumbs ul li:last-child:after {
    content: unset; }

.breadcrumbs ul li:last-child a {
  display: block;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.language-list {
  pointer-events: none;
  opacity: 0; }
  .language-list.active {
    pointer-events: all;
    opacity: 1; }

.link-hover a svg {
  fill: #FCFCFC;
  transition: .25s; }
  .link-hover a svg:hover {
    fill: #186ADF;
    transition: .25s; }

.footer-copyrighting-wrap {
  display: flex;
  flex-direction: column; }
  .footer-copyrighting-wrap a {
    font-family: Ubuntu;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: .15px;
    color: rgba(252, 252, 252, 0.3); }

.footer-copyrighting-mob {
  display: flex;
  flex-direction: column; }

.not-found-height {
  height: calc(100vh - 215px); }

h1 strong {
  color: #186ADF;
  margin: 0 6px; }

.site-main {
  background-color: #101010; }
  .site-main .post-196.page.type-page.status-publish {
    margin-left: auto;
    margin-right: auto;
    width: 75rem; }
  .site-main h1 {
    padding: 36px 0; }
    .site-main h1 strong {
      color: #186ADF;
      margin: 0 6px; }
  .site-main .entry-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: rgba(252, 252, 252, 0.6);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 36px; }
    .site-main .entry-content p:last-child {
      margin-bottom: 0; }
  .site-main .entry-content h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0.25px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: #FCFCFC;
    font-family: 'Inter', sans-serif;
    padding: 36px 0; }
    .site-main .entry-content h2 strong {
      color: #186ADF;
      margin: 0 6px; }
  .site-main .wp-block-image.size-large {
    width: 789px;
    height: 443px;
    margin-bottom: 36px; }
    .site-main .wp-block-image.size-large img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .site-main ul {
    padding-top: 10px;
    padding-left: 20px; }
    .site-main ul li {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.25px;
      margin-bottom: 8px;
      list-style: disc;
      color: rgba(252, 252, 252, 0.6); }
      .site-main ul li:last-child {
        margin-bottom: 0; }
      .site-main ul li a {
        color: #186ADF; }
      .site-main ul li strong {
        font-weight: 700;
        color: #fff; }
  .site-main ol {
    padding-top: 10px;
    padding-left: 20px; }
    .site-main ol li {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.25px;
      margin-bottom: 8px;
      list-style: decimal;
      color: rgba(252, 252, 252, 0.6); }
      .site-main ol li a {
        color: #186ADF; }
      .site-main ol li strong {
        font-weight: 700;
        color: #fff; }
      .site-main ol li:last-child {
        margin-bottom: 0; }
  .site-main blockquote.wp-block-quote {
    padding-top: 10px;
    padding-bottom: 10px; }
    .site-main blockquote.wp-block-quote p {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.1px;
      color: #FCFCFC;
      margin-bottom: 10px; }
    .site-main blockquote.wp-block-quote cite {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.25px;
      margin-bottom: 8px;
      color: rgba(252, 252, 252, 0.6); }
  .site-main pre.wp-block-code code {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
    color: rgba(252, 252, 252, 0.6); }
  .site-main .wp-block-table table {
    width: 100%;
    text-align: center; }
    .site-main .wp-block-table table tbody tr td {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.25px;
      padding: 5px;
      color: rgba(252, 252, 252, 0.6); }
  .site-main .wp-block-file a {
    margin: 10px auto;
    display: block;
    padding: 16px 35px;
    width: -moz-max-content;
    width: max-content;
    height: 48px;
    background: #186ADF;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: #FCFCFC;
    transition: .25s; }
    .site-main .wp-block-file a:hover {
      background: #1B76F7;
      box-shadow: 0 6px 8px rgba(24, 106, 223, 0.35);
      transition: .25s; }
  .site-main .wp-block-media-text.alignwide.is-stacked-on-mobile .wp-block-media-text__media {
    width: 789px;
    height: 443px;
    margin-bottom: 36px; }
    .site-main .wp-block-media-text.alignwide.is-stacked-on-mobile .wp-block-media-text__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .site-main .wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
    width: 789px;
    height: 443px;
    margin-bottom: 36px; }
  .site-main a {
    margin: 0 auto;
    display: block;
    padding: 16px 35px;
    width: -moz-max-content;
    width: max-content;
    height: 48px;
    background: #186ADF;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: #FCFCFC;
    transition: .25s; }
    .site-main a:hover {
      background: #1B76F7;
      box-shadow: 0 6px 8px rgba(24, 106, 223, 0.35);
      transition: .25s; }
  .site-main figure blockquote p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: rgba(252, 252, 252, 0.6);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px; }
  .site-main figure blockquote cite {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: rgba(252, 252, 252, 0.6);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px; }
  .site-main p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.25px;
    color: rgba(252, 252, 252, 0.6);
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px; }

.shrink {
  flex-shrink: 0; }

.show-search {
  width: calc(100% + 4px); }

.top {
  width: 100%;
  background-color: #101010;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100; }

.bottom {
  position: unset;
  left: unset;
  top: unset;
  background-color: #101010;
  width: 100%; }

.container-main-background {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 0 58px 0; }

.logo-desktop a img {
  width: 238px;
  height: 58px; }

.header-links li {
  margin-right: 25px; }

#filter {
  color: #101010; }

.sitemap-pages {
  width: 50%; }

.sitema-taxonomies__custom {
  width: 50%; }

.show-more-block {
  overflow: hidden; }

.show-more-block.active {
  overflow: visible;
  height: -moz-max-content;
  height: max-content; }

.show-more-button-black {
  border: 2.5px solid #DEDEDE;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #101010;
  padding: 16px 22px;
  height: 48px;
  margin-top: 24px; }
  .show-more-button-black svg {
    fill: #101010; }

.show-more-button-white {
  border: 2.5px solid #DEDEDE;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 22px;
  height: 48px;
  margin-top: 24px; }
  .show-more-button-white svg {
    fill: #fff; }

.show-more-black h2 {
  font-weight: 900;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0.25px;
  font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
  color: #101010; }

.show-more-black p strong {
  color: #101010; }

.show-more-black p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: rgba(16, 16, 16, 0.5); }

.show-more-white h2 {
  font-weight: 900;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0.25px;
  font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
  color: #fff; }

.show-more-white p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #fff; }

.show-more-white p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #fff; }

.wp-block-image.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-block-image.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

a {
  color: #1b76f7; }

.widget-area {
  background-color: #101010; }

ul li span {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  letter-spacing: .1px !important; }

ul li b {
  line-height: 1.5rem !important; }

ul li {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  letter-spacing: .1px !important; }
  ul li b {
    line-height: 1.5rem !important; }

ol li span {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  letter-spacing: .1px !important; }

ol li b {
  line-height: 1.5rem !important; }

ol li {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  letter-spacing: .1px !important; }
  ol li b {
    line-height: 1.5rem !important; }

.api-code {
  margin-bottom: 1rem; }

.list__none {
  list-style: none !important;
  padding-left: 0; }

#content ul {
  padding-top: 10px;
  padding-left: 20px; }

#content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 8px;
  list-style: disc;
  color: rgba(252, 252, 252, 0.6); }

#content ul li:last-child {
  margin-bottom: 0; }

#content p {
  padding-top: 20px;
  padding-bottom: 20px; }

#content table {
  border: 1px solid rgba(252, 252, 252, 0.6); }
  #content table tbody tr {
    border: 1px solid rgba(252, 252, 252, 0.6); }
    #content table tbody tr td {
      border: 1px solid rgba(252, 252, 252, 0.6);
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.25px;
      padding: 5px;
      color: rgba(252, 252, 252, 0.6); }

.api-code code {
  white-space: break-spaces; }

.site-main .wp-block-table table {
  border: 1px solid rgba(252, 252, 252, 0.6); }
  .site-main .wp-block-table table tbody tr {
    border: 1px solid rgba(252, 252, 252, 0.6); }
    .site-main .wp-block-table table tbody tr td {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.25px;
      padding: 5px;
      color: rgba(252, 252, 252, 0.6);
      border: 1px solid rgba(252, 252, 252, 0.6); }

@media only screen and (max-width: 1536px) {
  .container-main-background {
    padding: 44px 0 58px 0;
    margin-left: 120px;
    max-width: unset; } }

@media only screen and (max-width: 1439px) {
  .container-main-background {
    max-width: 1240px;
    margin: 0 auto;
    padding: 44px 0 58px 0; } }

@media only screen and (max-width: 1279px) {
  .container-main-background {
    max-width: 975px;
    margin: 0 auto;
    padding: 48px 0; }
  .logo-desktop a img {
    width: 148px;
    height: 38px; } }

@media only screen and (max-width: 1023px) {
  .container-main-background {
    max-width: 740px;
    margin: 0 auto;
    padding: 48px 0; } }

@media only screen and (max-width: 900px) {
  .container-main-background {
    max-width: 740px;
    margin: 0 auto;
    padding: 48px 0; } }

@media only screen and (max-width: 767px) {
  ul li span {
    font-size: 1rem !important; }
  ul li {
    font-size: 1rem !important; }
  ol li span {
    font-size: 1rem !important; }
  ol li {
    font-size: 1rem !important; }
  .container-plus-minus {
    position: relative;
    width: 22px;
    height: 29px;
    pointer-events: none; }
    .container-plus-minus .icon {
      position: absolute;
      top: 35%;
      left: 80%;
      margin-top: -10px;
      margin-left: -10px; }
  .not-found-height {
    height: 100vh; }
  .breadcrumbs ul li:last-child a {
    display: block;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px; }
  .site-main .post-196.page.type-page.status-publish {
    margin-left: auto;
    margin-right: auto;
    max-width: 328px; }
  .site-main h1 {
    padding: 24px 0; }
    .site-main h1 strong {
      color: #186ADF;
      margin: 0 6px; }
  .site-main .entry-content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 24px; }
    .site-main .entry-content p:last-child {
      margin-bottom: 0; }
  .site-main .wp-block-image.size-large {
    width: 328px;
    height: 184px;
    margin-bottom: 24px; }
  .site-main h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.25px;
    padding: 0 24px; }
  .site-main ul li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px; }
  .site-main ol li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px; }
  .site-main blockquote.wp-block-quote p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #FCFCFC;
    margin-bottom: 10px; }
  .site-main blockquote.wp-block-quote cite {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
    color: rgba(252, 252, 252, 0.6); }
  .site-main .wp-block-media-text.alignwide.is-stacked-on-mobile .wp-block-media-text__media {
    width: 328px;
    height: 184px;
    margin-bottom: 24px; }
  .site-main .wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
    width: 328px;
    height: 184px;
    margin-bottom: 24px; }
  .height-open-block {
    height: calc(100% - 69px); }
  .language-shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
  .container-main-background {
    max-width: 328px;
    margin: 0 auto;
    padding: 48px 0; }
  .api-code code {
    white-space: break-spaces; } }



div.blog {
  columns: 1;
  column-gap: 2.5rem;
  padding: 1px;
}

@media (min-width: 768px) {
  div.blog {
    columns: 2;
  }
}

@media (min-width: 1024px) {
  div.blog {
    columns: 3;
  }
}

div.blog .post {
  break-inside: avoid;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.5rem;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

div.blog .post-thumbnail {
  position: relative;
}

.preview-youtube {
  display: block;
  height: 0;
  overflow: hidden;
}

.preview-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.blog .post-thumbnail:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div.blog .post-thumbnail iframe,
div.blog .post-thumbnail video,
div.blog .post-thumbnail img {
  width: 100%;
}

div.blog .entry-footer {
  border-top: 1px solid rgba(252, 252, 252, 0.6);
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #fff;
}

div.blog .entry-content p:last-child {
  margin-bottom: 0;
}

div.blog .entry-title a {
  color: #fff;
}

.post-media {
  position: relative;
}

.post-media img,
.post-media iframe{
  width: 100%;
}

body.blog.color-scheme--light .top,
body.single-post.color-scheme--light .top,
body.blog.color-scheme--light .bottom,
body.single-post.color-scheme--light .bottom,
body.blog.color-scheme--light .header-fix,
body.single-post.color-scheme--light .header-fix {
  background-color: rgb(252 252 252);
}

body.blog.color-scheme--light .menu-link-desktop,
body.single-post.color-scheme--light .menu-link-desktop {
  color: #101010;
}

body.blog.color-scheme--light .logo-desktop a img,
body.single-post.color-scheme--light .logo-desktop a img {
  width: 150px;
  height: 66px;
}


body.blog.color-scheme--light .footer-first-link p,
body.single-post.color-scheme--light .footer-first-link p,
body.blog.color-scheme--light .breadcrumbs ul li,
body.single-post.color-scheme--light .breadcrumbs ul li {
  color: #101010;
}

body.blog.color-scheme--light .footer-copyrighting-wrap a,
body.single-post.color-scheme--light .footer-copyrighting-wrap a,
body.blog.color-scheme--light .footer-copyrighting span,
body.single-post.color-scheme--light .footer-copyrighting span,
body.blog.color-scheme--light .footer-first-link ul li a,
body.single-post.color-scheme--light .footer-first-link ul li a {
  color: rgba(0,0,0,.6);
}

body.blog.color-scheme--light .link-hover a svg,
body.single-post.color-scheme--light .link-hover a svg {
  fill: rgba(0,0,0,.6);
}

body.blog.color-scheme--light div.blog .post,
body.single-post.color-scheme--light div.blog .post {
  background-color: rgb(41 41 41 / .1);
}

body.blog.color-scheme--light div.blog .entry-title a,
body.single-post.color-scheme--light div.blog .entry-title a {
  color: #101010;
}

body.blog.color-scheme--light .sub-title-white p,
body.single-post.color-scheme--light .sub-title-white p {
  color: rgba(0,0,0,.6);
}

body.blog.color-scheme--light .faq-article-text p,
body.single-post.color-scheme--light .faq-article-text p,
body.blog.color-scheme--light div.blog .entry-footer,
body.single-post.color-scheme--light div.blog .entry-footer {
  color: #101010;
}