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

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 */
}

/*
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;
}

body {
  font-size: 14px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(25 28 31 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 21px;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 24px;
  }
}

body {
  font-family: 'Gilroy', sans-serif;
}

* {
  outline: none;
}

h1,  h2,  h3 {
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(25 28 31 / var(--tw-text-opacity));
  font-family: 'Manrope', sans-serif;
}

h4,  h5 {
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(25 28 31 / var(--tw-text-opacity));
  font-family: 'Gilroy', sans-serif;
}

p {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.8;
}

@media (min-width: 768px) {
  p {
    margin-bottom: 1rem;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  p {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 21px;
  }
}

@media (min-width: 1440px) {
  p {
    font-size: 24px;
  }
}

p:last-child {
    margin-bottom: 0px;
  }

p:empty {
    margin: 0px;
  }

p:empty {
    display: none;
  }

p b,  p strong {
    font-weight: 700;
  }

p b,  p strong {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

p a {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

a {
  cursor: pointer;
  font-weight: 400;
  transition-duration: 200ms;
}

a:hover {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

a:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

a:hover {
    text-decoration-thickness: 1px;
  }

a:hover {
    text-underline-offset: 2px;
  }

b,  strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 76 222 / var(--tw-text-opacity));
}

header {
  z-index: 999;
}

h1,  .elc-96 {
  margin-bottom: 2rem;
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  h1,  .elc-96 {
    margin-bottom: 2.5rem;
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  h1,  .elc-96 {
    margin-bottom: 3rem;
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  h1,  .elc-96 {
    margin-bottom: 3.5rem;
    font-size: 72px;
  }
}

@media (min-width: 1440px) {
  h1,  .elc-96 {
    margin-bottom: 4rem;
    font-size: 80px;
  }
}

h2,  .elc-64 {
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 600;
  opacity: 0.9;
}

@media (min-width: 768px) {
  h2,  .elc-64 {
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  h2,  .elc-64 {
    margin-bottom: 2rem;
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  h2,  .elc-64 {
    margin-bottom: 2.5rem;
    font-size: 56px;
  }
}

@media (min-width: 1440px) {
  h2,  .elc-64 {
    margin-bottom: 3rem;
    font-size: 64px;
  }
}

h3,  .elc-36 {
  margin-bottom: 0.5rem;
  font-size: 21px;
  font-weight: 700;
  opacity: .85;
}

@media (min-width: 768px) {
  h3,  .elc-36 {
    margin-bottom: 1rem;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  h3,  .elc-36 {
    margin-bottom: 1.5rem;
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  h3,  .elc-36 {
    margin-bottom: 2rem;
    font-size: 32px;
  }
}

@media (min-width: 1440px) {
  h3,  .elc-36 {
    margin-bottom: 2.5rem;
    font-size: 36px;
  }
}

h4,  .elc-24 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 700;
  opacity: .85;
}

@media (min-width: 992px) {
  h4,  .elc-24 {
    margin-bottom: 1rem;
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  h4,  .elc-24 {
    margin-bottom: 1.5rem;
    font-size: 24px;
  }
}

.border {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

ul li {
    margin-bottom: 1rem;
  }

ul li {
    padding-left: 0.5rem;
  }

ul li {
    opacity: .75;
  }

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

@media (min-width: 992px) {
    ul li {
      margin-bottom: 0.5rem;
    }
  }

ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style: auto;
}

ol li {
    margin-bottom: 1rem;
  }

ol li {
    opacity: .75;
  }

ol li:last-child {
    margin-bottom: 0px;
  }

@media (min-width: 992px) {
    ol li {
      margin-bottom: 0.5rem;
    }
  }

.breadcrumbs {
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 1rem;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

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

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

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

.elc-search {
  display: flex;
  align-items: center;
}

.elc-search input {
    margin-right: 0.5rem;
  }

.elc-search input {
    width: 100%;
  }

.elc-search input {
    border-color: transparent !important;
  }

.elc-search input {
    background-color: transparent !important;
  }

.elc-search input {
    text-align: right;
  }

.elc-search input {
    font-size: 14px;
  }

.elc-search input {
    font-weight: 300;
  }

.elc-search input {
    opacity: 0.5;
  }

.elc-search input {
    transition-duration: 300ms;
  }

.elc-search input:focus {
    opacity: 1;
  }

@media (min-width: 768px) {
    .elc-search input {
      font-size: 16px;
    }
  }

@media (min-width: 992px) {
    .elc-search input {
      font-size: 18px;
    }
  }

.elc-search button {
    height: 1rem;
  }

.elc-search button {
    width: 1rem;
  }

.elc-search button {
    opacity: 0.5;
  }

.elc-search button {
    transition-duration: 300ms;
  }

.elc-search button:hover {
    opacity: 1;
  }

.elc-search button svg {
      height: 1rem;
    }

.elc-search button svg {
      width: 1rem;
    }

.elc-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .elc-pagination {
    margin-top: 5rem;
  }
}

@media (min-width: 992px) {
  .elc-pagination {
    margin-top: 3rem;
  }
}

.elc-pagination ul {
    margin: 0px;
  }

.elc-pagination ul {
    padding: 0px;
  }

.elc-pagination li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

.elc-pagination li {
    margin-top: 0px;
    margin-bottom: 0px;
  }

.elc-pagination li {
    list-style: none;
  }

.elc-pagination .pagination-button {
    --tw-border-opacity: 1;
    border-color: rgb(214 214 214 / var(--tw-border-opacity));
  }

.elc-pagination .pagination-button {
    cursor: pointer;
  }

.elc-pagination .pagination-button {
    transition-duration: 200ms;
  }

.elc-pagination .pagination-button {
  }

.elc-pagination .pagination-button {
    display: flex;
  }

.elc-pagination .pagination-button {
    align-items: center;
  }

.elc-pagination .pagination-button {
    justify-content: center;
  }

.elc-pagination .pagination-button {
    border-width: 1px;
  }

.elc-pagination .pagination-button {
    padding: 0px;
  }

.elc-pagination .pagination-button {
    transition-duration: 300ms;
  }

.elc-pagination .pagination-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.elc-pagination .pagination-button:hover {
    --tw-text-opacity: 1;
    color: rgb(36 55 74 / var(--tw-text-opacity));
  }

.elc-pagination .pagination-button:hover {
    opacity: 0.3;
  }

.elc-pagination .pagination-button {
    font-family: 'TTLakesNeue', sans-serif;
  }

.elc-pagination .pagination-button.active {
      cursor: default;
    }

.elc-pagination .pagination-button.active {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.elc-pagination .pagination-button.active {
      --tw-text-opacity: 1;
      color: rgb(36 55 74 / var(--tw-text-opacity));
    }

.elc-pagination .pagination-button.active {
      opacity: 1;
    }

.elc-pagination .pagination-button.active {
      transition-duration: 300ms;
    }

.elc-pagination .pagination-button.active:hover {
      opacity: 1;
    }

.elc-pagination .pagination-button.active label {
        cursor: default;
      }

.elc-pagination .pagination-button label {
      display: flex;
    }

.elc-pagination .pagination-button label {
      height: 1rem;
    }

.elc-pagination .pagination-button label {
      width: 1rem;
    }

.elc-pagination .pagination-button label {
      cursor: pointer;
    }

.elc-pagination .pagination-button label {
      align-items: center;
    }

.elc-pagination .pagination-button label {
      justify-content: center;
    }

.elc-pagination .pagination-button label {
      padding: 1.5rem;
    }

.elc-pagination .pagination-arrow {
    border-width: 0px;
  }

.elc-pagination .pagination-arrow {
    background-color: transparent !important;
  }

.elc-pagination .pagination-arrow label {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }

.elc-pagination .pagination-arrow label {
      padding: 0px;
    }

.elc-pagination input {
    visibility: hidden;
  }

.elc-pagination input {
    position: absolute;
  }

.elc-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .elc-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .elc-text {
    font-size: 18px;
  }
}

.elc-hover {
  cursor: pointer;
  transition-duration: 200ms;
}

.elc-hover svg {
    cursor: pointer;
  }

.elc-hover svg {
    transition-duration: 200ms;
  }

.elc-hover:hover {
    opacity: 0.5;
  }

.elc-hover:hover svg {
      transform: rotate(-45deg);
    }

.elc-content a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

.elc-content a {
    text-decoration-thickness: 1px;
  }

.elc-content a {
    text-underline-offset: 2px;
  }

.elc-excerpt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.elc-excerpt-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.\!visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.right-0 {
  right: 0px;
}

.top-\[-20\%\] {
  top: -20%;
}

.right-\[-20\%\] {
  right: -20%;
}

.left-\[-20\%\] {
  left: -20%;
}

.bottom-\[-20\%\] {
  bottom: -20%;
}

.-right-16 {
  right: -4rem;
}

.right-\[2\%\] {
  right: 2%;
}

.-bottom-20 {
  bottom: -5rem;
}

.top-0 {
  top: 0px;
}

.left-\[-35px\] {
  left: -35px;
}

.bottom-\[-100px\] {
  bottom: -100px;
}

.right-\[-5\%\] {
  right: -5%;
}

.bottom-\[-23\%\] {
  bottom: -23%;
}

.left-0 {
  left: 0px;
}

.left-\[-120px\] {
  left: -120px;
}

.bottom-1\/4 {
  bottom: 25%;
}

.right-\[-500px\] {
  right: -500px;
}

.top-\[25\%\] {
  top: 25%;
}

.top-\[calc\(25\%_-_50px\)\] {
  top: calc(25% - 50px);
}

.top-\[calc\(25\%_\+_100px\)\] {
  top: calc(25% + 100px);
}

.top-48 {
  top: 12rem;
}

.top-\[-100px\] {
  top: -100px;
}

.right-\[20px\] {
  right: 20px;
}

.left-\[-40px\] {
  left: -40px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-330px\] {
  bottom: -330px;
}

.left-\[-70px\] {
  left: -70px;
}

.left-\[-100px\] {
  left: -100px;
}

.top-\[200px\] {
  top: 200px;
}

.left-\[-50px\] {
  left: -50px;
}

.top-\[15px\] {
  top: 15px;
}

.left-\[-9px\] {
  left: -9px;
}

.bottom-\[-30px\] {
  bottom: -30px;
}

.bottom-\[-200px\] {
  bottom: -200px;
}

.top-\[-50\%\] {
  top: -50%;
}

.left-\[114px\] {
  left: 114px;
}

.left-\[-125px\] {
  left: -125px;
}

.right-\[30px\] {
  right: 30px;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.bottom-\[-150px\] {
  bottom: -150px;
}

.right-\[1\.25rem\] {
  right: 1.25rem;
}

.top-\[-30px\] {
  top: -30px;
}

.top-\[125px\] {
  top: 125px;
}

.top-\[100px\] {
  top: 100px;
}

.left-\[25px\] {
  left: 25px;
}

.\!right-0 {
  right: 0px !important;
}

.bottom-\[-25\%\] {
  bottom: -25%;
}

.bottom-\[-20\px\] {
  bottom: -20px;
}
.z-\[9\] {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.z-\[99999\] {
  z-index: 99999;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[9999\] {
  z-index: 9999;
}

.m-0 {
  margin: 0px;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

.mb-4 {
  margin-bottom: 1rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-\[14px\] {
  margin-left: 14px;
}

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

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

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

.ml-4 {
  margin-left: 1rem;
}

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

.mt-4 {
  margin-top: 1rem;
}

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

.\!mb-4 {
  margin-bottom: 1rem !important;
}

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

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

.h-full {
  height: 100%;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

.h-4 {
  height: 1rem;
}

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

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

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

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

.h-7 {
  height: 1.75rem;
}

.h-0 {
  height: 0px;
}

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

.max-h-\[35vh\] {
  max-height: 35vh;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.max-h-min {
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[510px\] {
  min-height: 510px;
}

.\!min-h-0 {
  min-height: 0px !important;
}

.\!min-h-full {
  min-height: 100% !important;
}

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

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

.w-full {
  width: 100%;
}

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

.w-2\/3 {
  width: 66.666667%;
}

.w-96 {
  width: 24rem;
}

.w-8 {
  width: 2rem;
}

.w-\[calc\(50\%_-_16px\)\] {
  width: calc(50% - 16px);
}

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

.w-screen {
  width: 100vw;
}

.w-auto {
  width: auto;
}

.w-1\/3 {
  width: 33.333333%;
}

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

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

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

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

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

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

.w-4 {
  width: 1rem;
}

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

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

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

.w-7 {
  width: 1.75rem;
}

.\!min-w-\[330px\] {
  min-width: 330px !important;
}

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

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

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

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

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

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.\!flex-auto {
  flex: 1 1 auto !important;
}

.\!flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto;
}

.\!basis-1\/4 {
  flex-basis: 25% !important;
}

.\!basis-1\/3 {
  flex-basis: 33.333333% !important;
}

.\!basis-full {
  flex-basis: 100% !important;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-full {
  flex-basis: 100%;
}

.rotate-\[10deg\] {
  --tw-rotate: 10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-10deg\] {
  --tw-rotate: -10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[90deg\] {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!rotate-45 {
  --tw-rotate: 45deg !important;
  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)) !important;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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;
}

.\!list-none {
  list-style-type: none !important;
}

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

.\!flex-row {
  flex-direction: row !important;
}

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

.\!flex-col {
  flex-direction: column !important;
}

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

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

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

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

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.\!rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

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

.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-primary\/40 {
  border-color: rgb(36 55 74 / 0.4);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(25 28 31 / var(--tw-bg-opacity));
}

.\!bg-secondary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 126 252 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity));
}

.\!bg-secondary-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 243 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 76 222 / var(--tw-bg-opacity)) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.fill-white {
  fill: #fff;
}

.fill-dark {
  fill: #191C1F;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.\!p-0 {
  padding: 0px !important;
}

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-0 {
  padding: 0px;
}

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

.py-\[7\%\] {
  padding-top: 7%;
  padding-bottom: 7%;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

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

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-\[7\%\] {
  padding-bottom: 7%;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.\!pl-8 {
  padding-left: 2rem !important;
}

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

.pl-\[calc\(1rem_\+_40px\)\] {
  padding-left: calc(1rem + 40px);
}

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

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

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-16 {
  font-size: 16px;
}

.text-32 {
  font-size: 32px;
}

.text-14 {
  font-size: 14px;
}

.text-12 {
  font-size: 12px;
}

.font-light {
  font-weight: 300;
}

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

.font-semibold {
  font-weight: 600;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(32 76 222 / var(--tw-text-opacity));
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(25 28 31 / var(--tw-text-opacity));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(36 55 74 / var(--tw-text-opacity));
}

.\!text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(25 28 31 / var(--tw-text-opacity)) !important;
}

.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-100 {
  opacity: 1;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-80 {
  opacity: 0.8;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1200px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 576px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.custom-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-ExtraLight.woff2') format('woff2') url('Manrope-ExtraLight.woff') format('woff');

  font-weight: 1;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-ExtraLight.woff2') format('woff2') url('Manrope-ExtraLight.woff') format('woff');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-Light.woff2') format('woff2') url('Manrope-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-Regular.woff2') format('woff2') url('Manrope-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-Medium.woff2') format('woff2') url('Manrope-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-SemiBold.woff2') format('woff2') url('Manrope-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-Bold.woff2') format('woff2') url('Manrope-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'Manrope';

  src: url('Manrope-ExtraBold.woff2') format('woff2') url('Manrope-ExtraBold.woff') format('woff');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Regular.eot');

  src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.eot');

  src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.ttf') format('truetype');

  font-weight: 800;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Bold.eot');

  src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Black.eot');

  src: local('Gilroy Black'), local('Gilroy-Black'),
    url('../resources/fonts/Gilroy/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Black.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Black.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Light.eot');

  src: local('Gilroy Light'), local('Gilroy-Light'),
    url('../resources/fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Light.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Semibold.eot');

  src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Medium.eot');

  src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-MediumItalic.eot');

  src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-BlackItalic.eot');

  src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-UltraLight.eot');

  src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-RegularItalic.eot');

  src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.eot');

  src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.eot');

  src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Extrabold.eot');

  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-BoldItalic.eot');

  src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.eot');

  src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-LightItalic.eot');

  src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Heavy.eot');

  src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-Thin.eot');

  src: local('Gilroy Thin'), local('Gilroy-Thin'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';

  src:   url('../resources/fonts/Gilroy/Gilroy-ThinItalic.eot');

  src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.ttf') format('truetype');

  font-weight: 100;

  font-style: italic;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}

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

.menu{
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.menu li{
    padding: 0;
  }

.wrap__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wrap__btn a,  .wrap__btn span,  .wrap__btn button {
    --tw-border-opacity: 1;
    border-color: rgb(214 214 214 / var(--tw-border-opacity));
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    position: relative;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    display: flex;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    height: 100%;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    width: 100%;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    align-items: center;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    justify-content: center;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    border-radius: 0.5rem;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    border-width: 1px;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    --tw-border-opacity: 1;
    border-color: rgb(32 76 222 / var(--tw-border-opacity));
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    font-weight: 600;
  }

.wrap__btn a, .wrap__btn span, .wrap__btn button {
    line-height: 1;
  }

@media (min-width: 992px) {
    .wrap__btn a, .wrap__btn span, .wrap__btn button {
      font-size: 16px;
    }
  }

@media (min-width: 1200px) {
    .wrap__btn a, .wrap__btn span, .wrap__btn button {
      font-size: 18px;
    }
  }

.wrap__btn a:hover, .wrap__btn span:hover, .wrap__btn button:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none;
    }

.wrap__btn a:hover, .wrap__btn span:hover, .wrap__btn button:hover {
      opacity: 1;
    }

.main__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(32 76 222 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main__btn:hover {
    background-color: transparent;
  }

.main__btn:hover {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

.main__btn:hover svg {
      fill: #204CDE;
    }

.secondary__btn {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(32 76 222 / var(--tw-text-opacity));
}

.secondary__btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(32 76 222 / var(--tw-bg-opacity));
  }

.secondary__btn:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

header .wrap__btn {
    height: 40px;
  }

header .wrap__btn {
    width: 100px;
  }

header .wrap__btn a, header .wrap__btn button, header .wrap__btn input {
      padding: 0px;
    }

.section__main {
  padding-top: 7%;
  padding-bottom: 7%;
}

.section__main .container {
    position: relative;
  }

.section__main .container {
    z-index: 10;
  }

.section__main~section {
    position: relative;
  }

.section__main~section {
    z-index: 10;
  }

.section__main p {
    font-weight: 600;
  }

.section__main:before{
    background: radial-gradient(circle closest-corner at 100% 54%, rgba(44, 76, 214, 0.15) 3.5%, rgba(255, 0, 0, 0) 100%);
    position: fixed;
    bottom: -200px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
  }

.section__main:after{
    background: radial-gradient(circle closest-corner at 0% 50%, rgba(60, 69, 201, 0.15) 0%, rgba(255, 0, 0, 0) 100%);
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 900px;
    z-index: -1;
    content: '';
  }

.main__subline, .wrap__main p {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .main__subline, .wrap__main p {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .main__subline, .wrap__main p {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .main__subline, .wrap__main p {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .main__subline, .wrap__main p {
    margin-bottom: 4rem;
  }
}

.wrap__main h1 {
    max-width: 950px;
  }

.wrap__main p {
    max-width: 770px;
  }

html{
  margin-top: 0 !important;
}

.small__box {
  width: 100%;
  min-width: 330px;
  flex: 1 1 0%;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .small__box {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .small__box {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2.5rem;
  }
}

.small__box p {
    margin-bottom: 2rem;
  }

.small__box p:last-of-type {
    margin-bottom: 0px;
  }

@media (min-width: 992px) {
    .small__box p {
      margin-bottom: 3rem;
    }
  }

.small__box .read__more {
    margin-top: 2rem;
  }

@media (min-width: 768px) {
    .small__box .read__more {
      margin-top: 2.5rem;
    }
  }

@media (min-width: 992px) {
    .small__box .read__more {
      margin-top: 3rem;
    }
  }

@media (min-width: 1200px) {
    .small__box .read__more {
      margin-top: 3.5rem;
    }
  }

.small__box .blog__date {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

.wrap__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;
}

@media (min-width: 768px) {
  .wrap__box {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    flex-direction: row;
    row-gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .wrap__box {
    margin-left: -1rem;
    margin-right: -1rem;
    row-gap: 2rem;
  }
}

.mb__main {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .mb__main {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .mb__main {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .mb__main {
    margin-bottom: 3.5rem;
  }
}

.standard__box {
  display: flex;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .standard__box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .standard__box {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .standard__box {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.standard__box .blog__date {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.custom__ul ul {
    margin-top: 1.5rem;
  }

.custom__ul ul {
    padding: 0px;
  }

@media (min-width: 768px) {
    .custom__ul ul {
      margin-top: 2rem;
    }
  }

@media (min-width: 992px) {
    .custom__ul ul {
      margin-top: 2.5rem;
    }
  }

.custom__ul ul li{
      padding: 0;
      display: flex;
    }

.custom__ul ul li:before{
        width: 25px;
        height: 25px;
        content: url("../resources/img/carbon_checkmark.svg");
      }

.custom__ul ul li:before {
        position: relative;
      }

.custom__ul ul li:before {
        top: -3px;
      }

.custom__ul ul li:before {
        margin-right: 1rem;
      }

@media (min-width: 768px) {
        .custom__ul ul li:before {
          top: 4px;
        }
      }

@media (min-width: 992px) {
        .custom__ul ul li:before {
          margin-right: 1.5rem;
        }
      }

@media (min-width: 1200px) {
        .custom__ul ul li:before {
          margin-right: 2rem;
        }
      }

.read__more,.custom__links a{
  display: flex;
  align-items: center;
}

.read__more:after,.custom__links a:after{
    content: url("../resources/img/arrow_links.svg");
    height: 20px;
  }

.read__more:after, .custom__links a:after {
    margin-left: 0.5rem;
  }

.read__more:after, .custom__links a:after {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

.read__more:after, .custom__links a:after {
    transition-duration: 200ms;
  }

@media (min-width: 992px) {
    .read__more:after, .custom__links a:after {
      margin-left: 0.75rem;
    }
  }

@media (min-width: 992px) {
    .read__more:after, .custom__links a:after {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }

.read__more:hover, .custom__links a:hover {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

.read__more:hover, .custom__links a:hover {
    opacity: 1;
  }

.read__more:hover:after,.custom__links a:hover:after{
      rotate: -45deg;
    }

.custom__links a:after{
    transform: scale(0.5);
    margin-left: 0;
  }

#mobile-burger {
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  width: 30px;
  height: 24px;
  z-index: 9999999;
}

#mobile-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #007EFC;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#mobile-burger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#mobile-burger span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

#mobile-burger span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

#mobile-burger.open span:nth-child(1) {
  transform: rotate(45deg);
}

#mobile-burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mobile-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21.5px;
}

.blum-hover {
  cursor: pointer;
  transition-duration: 200ms;
}

.blum-hover:hover {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

.blum-hover:hover svg {
      fill: #204CDE;
    }

.blum-hover svg {
    transition-duration: 200ms;
  }

.wrap__headline {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

.wrap__headline > * {
  width: 100%;
}

@media (min-width: 768px) {
  .wrap__headline {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .wrap__headline {
    margin-bottom: 2.5rem;
    flex-direction: row;
  }

  .wrap__headline > * {
    margin-bottom: 0px;
    width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .wrap__headline {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1440px) {
  .wrap__headline {
    margin-bottom: 3.5rem;
  }
}

.wrap__headline p {
    margin-bottom: 0px;
  }

.headline__circle{
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.headline__circle:after{
    content: url("../resources/img/circle.svg");
    position: absolute;
    left: 11%;
    top: -28px;
  }

.mb__mobile {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .mb__mobile {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .mb__mobile {
    margin-bottom: 0px;
  }
}

.blum-excerpt-4{
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.blum-excerpt-3{
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.blum-excerpt{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.slider_prices .slick-slide {
    margin: 0 10px;
  }

.slider_prices .slick-list {
    margin: 0 -10px;
  }

.arrow__light:after{
    content: url("../resources/img/arrow_links_light.svg");
  }

.slick-dots {
  position: absolute;
  right: 0px;
  margin: 0px;
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
  padding-left: 0px;
}

.slick-dots > * {
  padding-top: 0px;
  padding-bottom: 0px;
}

.slick-dots {
  list-style-type: none;
}

.slick-dots li {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

.slick-dots li {
    opacity: 1;
  }

@media (min-width: 992px) {
    .slick-dots li {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
  }

.slick-dots button {
    display: block;
  }

.slick-dots button {
    height: 0.75rem;
  }

.slick-dots button {
    width: 0.75rem;
  }

.slick-dots button {
    border-radius: 9999px;
  }

.slick-dots button {
    border-style: none;
  }

.slick-dots button {
    --tw-bg-opacity: 1;
    background-color: rgb(188 188 188 / var(--tw-bg-opacity));
  }

.slick-dots button {
    padding: 0px;
  }

@media (min-width: 992px) {
    .slick-dots button {
      height: 1rem;
    }
  }

@media (min-width: 992px) {
    .slick-dots button {
      width: 1rem;
    }
  }

.slick-dots button {
    text-indent: -9999px;
  }

.slick-dots li.slick-active button {
    --tw-bg-opacity: 1;
    background-color: rgb(32 76 222 / var(--tw-bg-opacity));
  }

div.wpforms-container-full .wpforms-form button[type='submit'] {
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  position: relative !important;
  display: flex !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 76 222 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 76 222 / var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-duration: 200ms;
}

@media (min-width: 992px) {
  div.wpforms-container-full .wpforms-form button[type='submit'] {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  div.wpforms-container-full .wpforms-form button[type='submit'] {
    font-size: 18px !important;
  }
}

div.wpforms-container-full .wpforms-form button[type='submit']:hover {
    background-color: transparent !important;
  }

div.wpforms-container-full .wpforms-form button[type='submit']:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(32 76 222 / var(--tw-text-opacity)) !important;
  }

div.wpforms-container-full .wpforms-form button[type='submit']:hover {
    -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
  }

div.wpforms-container-full .wpforms-form button[type='submit']:hover {
    opacity: 1 !important;
  }

div.wpforms-container-full .wpforms-form button[type='submit']:hover:after{
      content: url("../resources/img/arrow_light.svg");
    }

div.wpforms-container-full .wpforms-form button[type='submit']:after{
    content: url("../resources/img/arrow.svg");
  }

div.wpforms-container-full .wpforms-form button[type='submit']:after {
    position: relative;
  }

div.wpforms-container-full .wpforms-form button[type='submit']:after {
    top: -2px;
  }

div.wpforms-container-full .wpforms-form button[type='submit']:after {
    margin-left: 14px;
  }

div.wpforms-container-full .wpforms-form button[type='submit']:after {
    transition-duration: 200ms;
  }

div .wpforms-form input {
  border-radius: 10px !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  transition-duration: 200ms !important;
}

div .wpforms-form input:focus-visible {
    --tw-border-opacity: 1 !important;
    border-color: rgb(32 76 222 / var(--tw-border-opacity)) !important;
  }

div .wpforms-form input:focus-visible::-moz-placeholder {
      color: transparent !important;
    }

div .wpforms-form input:focus-visible::placeholder {
      color: transparent !important;
    }

div .wpforms-form .wpforms-field {
  margin-bottom: 1.25rem !important;
  padding: 0px !important;
}

div .wpforms-form .wpforms-field:last-of-type {
    margin-bottom: 0px !important;
  }

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 1.25rem !important;
  padding: 0px !important;
}

div .wpforms-form input[type='checkbox']{
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0px !important;
  height: 0px !important;
}

div .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline:after{
  position: absolute;
  left: 6.7px;
  width: 5px;
  height: 9px;
  border-width: 0 3px 3px 0;
  content: "";
  transform: rotate(45deg);
  top: 3.5px;
  visibility: hidden;
  opacity: 0;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

div .wpforms-form .wpforms-field-checkbox li{
  position: relative !important;
  display: flex;
}

div .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline:before{
  border-radius: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  content: '';
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 28 31 / var(--tw-border-opacity));
}

div .wpforms-form .wpforms-field-checkbox .wpforms-selected .wpforms-field-label-inline:after{
  visibility: visible !important;
  opacity: 1 !important;
}

div .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline{
  cursor: pointer !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  margin-left: 16px !important;
  transition: 0.2s;
}

div .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline:hover{
    opacity: 0.5;
  }

div .wpforms-form .wpforms-field-checkbox .wpforms-selected .wpforms-field-label-inline:before {
  --tw-bg-opacity: 1;
  background-color: rgb(25 28 31 / var(--tw-bg-opacity));
}

div .wpforms-form .wpforms-field-checkbox .wpforms-selected .wpforms-field-label-inline {
  opacity: 1 !important;
}

div .wpforms-form .wpforms-field-checkbox {
  margin-top: 1.25rem;
}

div .wpforms-container{
  margin:0 !important;
}

#mobile-header div {
    height: 100%;
  }

#mobile-header div {
    width: 100%;
  }

#mobile-header ul {
    display: flex;
  }

#mobile-header ul {
    flex-direction: column;
  }

#mobile-header ul {
    padding-top: 8rem;
  }

#mobile-header ul {
    padding-left: 2rem;
  }

#mobile-header a {
    font-weight: 700;
  }

#mobile-header .current_page_item a {
      --tw-text-opacity: 1;
      color: rgb(32 76 222 / var(--tw-text-opacity));
    }

.wrap__planets{
  position: relative;
  overflow:hidden;
}

.wrap__planets:before{
    content: url("../resources/img/planet.png");
    position: absolute;
    top: -68px;
    right: 10%;
  }

.wrap__planets:after{
    content: url("../resources/img/planet.png");
    position: absolute;
    bottom: -70px;
    left: 10%;
    transform: scale(0.7);
  }

.wrap__kyc{
  position:relative;
}

.wrap__kyc:before{
    content: url("../resources/img/print_2.png");
    position: absolute;
  }

.wrap__kyc:before {
    right: 0px;
  }

.wrap__kyc:before {
    top: -50%;
  }

.wrap__kyc:before {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

@media (min-width: 992px) {
    .wrap__kyc:before {
      top: 0px;
    }
  }

@media (min-width: 992px) {
    .wrap__kyc:before {
      right: 2%;
    }
  }

@media (min-width: 992px) {
    .wrap__kyc:before {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }

.wrap__kyc:after{
    content: url("../resources/img/print_2.png");
    position: absolute;
  }

.wrap__kyc:after {
    bottom: 2%;
  }

.wrap__kyc:after {
    left: 10%;
  }

.wrap__kyc:after {
    display: none;
  }

@media (min-width: 992px) {
    .wrap__kyc:after {
      display: block;
    }
  }

.wrap__kyc:after{
    transform: scale(0.7);
  }

.margin__none p:last-of-type{
      margin: 0;
    }

.margin__top-headline h2 {
    margin-top: 3rem;
  }

@media (min-width: 768px) {
    .margin__top-headline h2 {
      margin-top: 4rem;
    }
  }

@media (min-width: 992px) {
    .margin__top-headline h2 {
      margin-top: 5rem;
    }
  }

@media (min-width: 1200px) {
    .margin__top-headline h2 {
      margin-top: 6rem;
    }
  }

@media (min-width: 1440px) {
    .margin__top-headline h2 {
      margin-top: 7rem;
    }
  }

.wrap__choose .small__box:last-of-type:after{
        content: url("../resources/img/ok.png");
      }

.wrap__choose .small__box:last-of-type:after {
        position: absolute;
      }

.wrap__choose .small__box:last-of-type:after {
        bottom: -30px;
      }

.wrap__choose .small__box:last-of-type:after {
        right: -50px;
      }

.wrap__choose .small__box:last-of-type:after {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
        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));
      }

.wrap__choose .small__box:last-of-type:after {
        opacity: 0.2;
      }

@media (min-width: 992px) {
        .wrap__choose .small__box:last-of-type:after {
          bottom: 0px;
        }
      }

@media (min-width: 992px) {
        .wrap__choose .small__box:last-of-type:after {
          right: 0px;
        }
      }

@media (min-width: 992px) {
        .wrap__choose .small__box:last-of-type:after {
          --tw-scale-x: 1;
          --tw-scale-y: 1;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
      }

@media (min-width: 992px) {
        .wrap__choose .small__box:last-of-type:after {
          opacity: 0.5;
        }
      }

.list__dots ul, .list__dots__light ul {
    padding-left: 0.75rem;
  }

.list__dots ul li, .list__dots__light ul li {
      position: relative;
    }

.list__dots ul li, .list__dots__light ul li {
      margin-bottom: 0.75rem;
    }

@media (min-width: 992px) {
      .list__dots ul li, .list__dots__light ul li {
        margin-bottom: 1rem;
      }
    }

.list__dots ul li:before, .list__dots__light ul li:before {
        content: "";
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        position: absolute;
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        left: -8px;
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        top: 50%;
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        height: 8px;
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        width: 8px;
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        border-radius: 9999px;
      }

.list__dots ul li:before, .list__dots__light ul li:before {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }

@media (min-width: 992px) {
        .list__dots ul li:before, .list__dots__light ul li:before {
          left: -10px;
        }
      }

@media (min-width: 992px) {
        .list__dots ul li:before, .list__dots__light ul li:before {
          height: 10px;
        }
      }

@media (min-width: 992px) {
        .list__dots ul li:before, .list__dots__light ul li:before {
          width: 10px;
        }
      }

.list__dots a:after,.list__dots__light a:after{
      content: url("../resources/img/arrow_links_light.svg");
    }

.list__dots__light ul li:before {
        --tw-bg-opacity: 1;
        background-color: rgb(32 76 222 / var(--tw-bg-opacity));
      }

.hover__light a:hover {
      color: inherit !important;
    }

.hover__light a:hover {
      opacity: 0.7 !important;
    }

.hover__back:hover svg {
      margin-right: 1.25rem;
    }

.wrap__transfers th {
    border-left-width: 1px;
  }

.wrap__transfers th {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

.wrap__transfers th {
    --tw-bg-opacity: 1;
    background-color: rgb(36 55 74 / var(--tw-bg-opacity));
  }

.wrap__transfers th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

.wrap__transfers th {
    padding-left: 2rem;
    padding-right: 2rem;
  }

.wrap__transfers th {
    font-weight: 400;
  }

.wrap__transfers th {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.wrap__transfers th:first-of-type {
    border-left-width: 0px;
  }

.wrap__transfers td {
    border-bottom-width: 1px;
  }

.wrap__transfers td {
    border-left-width: 1px;
  }

.wrap__transfers td {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

.wrap__transfers td {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.wrap__transfers td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

.wrap__transfers td {
    padding-left: 2rem;
    padding-right: 2rem;
  }

.wrap__transfers td:first-of-type {
    border-left-width: 0px;
  }

.read__more__full:hover, .read__more__full__light:hover {
    -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
  }

.read__more__full:hover h1, .read__more__full:hover h2, .read__more__full:hover h3, .read__more__full__light:hover h1, .read__more__full__light:hover h2, .read__more__full__light:hover h3 {
      --tw-text-opacity: 1 !important;
      color: rgb(32 76 222 / var(--tw-text-opacity)) !important;
    }

.read__more__full:hover .read__more:after, .read__more__full__light:hover .read__more:after {
        --tw-rotate: -45deg;
        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));
      }

.read__more__full .read__more:hover:after, .read__more__full__light .read__more:hover:after {
        --tw-rotate: 0deg;
        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));
      }

.read__more__full p, .read__more__full__light p {
    --tw-text-opacity: 1 !important;
    color: rgb(25 28 31 / var(--tw-text-opacity)) !important;
  }

.read__more__full h1, .read__more__full h2, .read__more__full h3, .read__more__full__light h1, .read__more__full__light h2, .read__more__full__light h3 {
    transition-duration: 200ms;
  }

.secondary__headline h1, .secondary__headline h2, .secondary__headline h3 {
    --tw-text-opacity: 1;
    color: rgb(32 76 222 / var(--tw-text-opacity));
  }

.checkmarks__ul ul {
    position: relative;
  }

.checkmarks__ul ul {
    padding-left: 2rem;
  }

@media (min-width: 992px) {
    .checkmarks__ul ul {
      padding-left: 2.5rem;
    }
  }

.checkmarks__ul ul li {
      padding-left: 0px;
    }

.checkmarks__ul ul li:before{
        content: url("../resources/img/checkmark.svg");
      }

.checkmarks__ul ul li:before {
        position: absolute;
      }

.checkmarks__ul ul li:before {
        left: 0.5rem;
      }

.wrap__max-w-1024 *{
    max-width: 1024px;
  }

.read__more__full__light:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.read__more__full__light:hover h1, .read__more__full__light:hover h2, .read__more__full__light:hover h3 {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

.read__more__full__light:hover .read__more {
      opacity: 0.7 !important;
    }

.read__more__full__light:hover .read__more {
      transition-duration: 200ms;
    }

.read__more__full__light p {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.read__more__full__light h1, .read__more__full__light h2, .read__more__full__light h3 {
    transition-duration: 200ms;
  }

.container__box {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .container__box {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.container__box .standard__box, .container__box .small__box {
    border-radius: 0px;
  }

@media (min-width: 768px) {
    .container__box .standard__box, .container__box .small__box {
      border-radius: 30px;
    }
  }

.container__box .wrap__headline, .container__box .inner__px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

@media (min-width: 768px) {
    .container__box .wrap__headline, .container__box .inner__px {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

.wrap__px {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .wrap__px {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mb__links {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mb__links {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .mb__links {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .mb__links {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .mb__links {
    margin-bottom: 3rem;
  }
}

.custom-logo-link:hover {
    opacity: 0.7;
  }

.blog__date {
  margin-bottom: 0.5rem;
  font-size: 16px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .blog__date {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .blog__date {
    margin-bottom: 1rem;
    font-size: 18px;
  }
}

.wrap__date {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .wrap__date {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .wrap__date {
    margin-bottom: 1rem;
  }

  .pr__headline {
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .pr__headline {
    padding-right: 1.5rem;
  }
}

.levitate__up{
  -webkit-animation: levitation-up 1.2s alternate ease-in-out infinite;
          animation: levitation-up 1.2s alternate ease-in-out infinite;
}

.levitate__down{
  -webkit-animation: levitation-down 1.2s alternate ease-in-out infinite;
          animation: levitation-down 1.2s alternate ease-in-out infinite;
}

@-webkit-keyframes levitation-up{
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0.5em);
  }
}

@keyframes levitation-up{
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0.5em);
  }
}

@-webkit-keyframes levitation-down{
  0% {
    transform: translate(0, 0.5em);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes levitation-down{
  0% {
    transform: translate(0, 0.5em);
  }

  100% {
    transform: translate(0, 0);
  }
}

.levitate__up__2000{
  -webkit-animation: levitation-up 2s alternate ease-in-out infinite;
          animation: levitation-up 2s alternate ease-in-out infinite;
}

[data-aos="scroll_top_earnings"],[data-aos="scroll_top_activity"]{
  top: -1200px;
}

.aos-animate [data-aos="scroll_top_earnings"],.aos-animate [data-aos="scroll_top_activity"]{
    top: 0;
  }

[data-aos="scroll_bottom_transactions"],[data-aos="scroll_bottom_medium_earnings"]{
  bottom: -1200px;
}

.aos-animate [data-aos="scroll_bottom_transactions"] {
    bottom: -120px;
  }

.aos-animate [data-aos="scroll_bottom_medium_earnings"]{
    bottom: 0;
  }

[data-aos="scroll_left_medium_earnings"]{
  left: -800px;
}

.aos-animate [data-aos="scroll_left_medium_earnings"]{
    bottom: 0;
    left: 0px;
  }

#mobile-header:after{
    background: radial-gradient(circle farthest-corner at 100% 100%, rgba(32, 76, 220, 0.15) 0%, rgba(53, 80, 0, 0) 83.8%);
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
  }

.custom__h3 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .custom__h3 {
    margin-bottom: 1.5rem;
  }
}

.custom__p > * {
  font-size: 16px;
}

@media (min-width: 992px) {
  .custom__p > * {
    font-size: 18px;
  }
}

.custom__number {
  position: relative;
  top: 0px;
  margin-right: 0.75rem;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 76 222 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .custom__number {
    top: 0.25rem;
    font-size: 21px;
  }
}

.content__features h2 {
    margin-top: 2rem;
  }

@media (min-width: 768px) {
    .content__features h2 {
      margin-top: 3rem;
    }
  }

@media (min-width: 992px) {
    .content__features h2 {
      margin-top: 4rem;
    }
  }

@media (min-width: 1200px) {
    .content__features h2 {
      margin-top: 5rem;
    }
  }

@media (min-width: 1440px) {
    .content__features h2 {
      margin-top: 6rem;
    }
  }

.content__features h2:first-of-type {
      margin-top: 0px;
    }

.content__features h3 {
    margin-top: 1rem;
  }

@media (min-width: 768px) {
    .content__features h3 {
      margin-top: 2rem;
    }
  }

@media (min-width: 992px) {
    .content__features h3 {
      margin-top: 3rem;
    }
  }

@media (min-width: 1200px) {
    .content__features h3 {
      margin-top: 4rem;
    }
  }

@media (min-width: 1440px) {
    .content__features h3 {
      margin-top: 5rem;
    }
  }

.content__features h3:first-of-type {
      margin-top: 0px;
    }

.content__blog h2 {
    margin-top: 2rem;
  }

@media (min-width: 768px) {
    .content__blog h2 {
      margin-top: 3rem;
    }
  }

@media (min-width: 992px) {
    .content__blog h2 {
      margin-top: 4rem;
    }
  }

@media (min-width: 1200px) {
    .content__blog h2 {
      margin-top: 5rem;
    }
  }

@media (min-width: 1440px) {
    .content__blog h2 {
      margin-top: 6rem;
    }
  }

.content__blog h3 {
    margin-top: 1rem;
  }

@media (min-width: 768px) {
    .content__blog h3 {
      margin-top: 2rem;
    }
  }

@media (min-width: 992px) {
    .content__blog h3 {
      margin-top: 3rem;
    }
  }

@media (min-width: 1200px) {
    .content__blog h3 {
      margin-top: 4rem;
    }
  }

@media (min-width: 1440px) {
    .content__blog h3 {
      margin-top: 5rem;
    }
  }

.after\:content-\[\'\+\'\]::after {
  --tw-content: '+';
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.first-of-type\:border-t:first-of-type {
  border-top-width: 1px;
}

.last-of-type\:\!mb-0:last-of-type {
  margin-bottom: 0px !important;
}

.last-of-type\:border-b:last-of-type {
  border-bottom-width: 1px;
}

.hover\:\!text-inherit:hover {
  color: inherit !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:\!opacity-70:hover {
  opacity: 0.7 !important;
}

.child\:m-0 > * {
  margin: 0px;
}

.child\:mx-0 > * {
  margin-left: 0px;
  margin-right: 0px;
}

.child\:mb-0 > * {
  margin-bottom: 0px;
}

.child\:w-full > * {
  width: 100%;
}

.child\:\!basis-1\/3 > * {
  flex-basis: 33.333333% !important;
}

.child\:fill-secondary > * {
  fill: #204CDE;
}

.child\:p-0 > * {
  padding: 0px;
}

.child\:text-21 > * {
  font-size: 21px;
}

.child\:opacity-100 > * {
  opacity: 1;
}

.first-of-type\:child\:ml-0 > *:first-of-type {
  margin-left: 0px;
}

.last-of-type\:child\:mr-0 > *:last-of-type {
  margin-right: 0px;
}

.last-of-type\:child\:pl-0 > *:last-of-type {
  padding-left: 0px;
}

.hover\:child\:scale-110 > *:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.child-all\:\!font-semibold * {
  font-weight: 600 !important;
}

.child-all\:text-primary * {
  --tw-text-opacity: 1;
  color: rgb(36 55 74 / var(--tw-text-opacity));
}

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

.child-all\:\!opacity-100 * {
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .sm\:static {
    position: static;
  }

  .sm\:top-\[calc\(25\%_\+_130px\)\] {
    top: calc(25% + 130px);
  }

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

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:opacity-100 {
    opacity: 1;
  }

  .child-all\:sm\:text-24 * {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:relative {
    position: relative;
  }

  .md\:right-\[-2\%\] {
    right: -2%;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:\!ml-0 {
    margin-left: 0px !important;
  }

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

  .md\:mr-\[5\%\] {
    margin-right: 5%;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

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

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

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

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:min-h-\[70px\] {
    min-height: 70px;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

  .md\:min-w-\[50px\] {
    min-width: 50px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .md\:rounded-l-\[30px\] {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .md\:\!rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:\!px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .md\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pl-\[calc\(1\.5rem_\+_50px\)\] {
    padding-left: calc(1.5rem + 50px);
  }

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

  .md\:text-40 {
    font-size: 40px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .odd\:md\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .even\:md\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-\[-100px\] {
    bottom: -100px;
  }

  .lg\:right-\[100px\] {
    right: 100px;
  }

  .lg\:top-\[30px\] {
    top: 30px;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .lg\:ml-4 {
    margin-left: 1rem;
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

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

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

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[450px\] {
    height: 450px;
  }

  .lg\:max-h-\[50vh\] {
    max-height: 50vh;
  }

  .lg\:min-h-\[90px\] {
    min-height: 90px;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:min-w-\[60px\] {
    min-width: 60px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-\[30px\] {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:\!rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:\!rounded-r-\[30px\] {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .lg\:\!rounded-bl-\[30px\] {
    border-bottom-left-radius: 30px !important;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

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

  .lg\:\!px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pr-\[12\%\] {
    padding-right: 12%;
  }

  .lg\:pr-\[5\%\] {
    padding-right: 5%;
  }

  .lg\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pl-\[calc\(2rem_\+_60px\)\] {
    padding-left: calc(2rem + 60px);
  }

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

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .odd\:lg\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }

  .even\:lg\:pl-0:nth-child(even) {
    padding-left: 0px;
  }

  .lg\:child\:mx-2 > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:child\:w-1\/2 > * {
    width: 50%;
  }

  .child\:lg\:w-1\/2 > * {
    width: 50%;
  }

  .lg\:child\:text-18 > * {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .xl\:static {
    position: static;
  }

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

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

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

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

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

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

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

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

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

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:h-\[285px\] {
    height: 285px;
  }

  .xl\:h-\[242px\] {
    height: 242px;
  }

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

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

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-\[25\%\] {
    width: 25%;
  }

  .xl\:min-w-\[70px\] {
    min-width: 70px;
  }

  .xl\:basis-1\/5 {
    flex-basis: 20%;
  }

  .xl\:\!basis-1\/4 {
    flex-basis: 25% !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

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

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:pl-\[calc\(2\.5rem_\+_70px\)\] {
    padding-left: calc(2.5rem + 70px);
  }

  .xl\:text-56 {
    font-size: 56px;
  }

  .xl\:text-18 {
    font-size: 18px;
  }

  .xl\:text-21 {
    font-size: 21px;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1440px) {
  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:\!mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:min-w-\[550px\] {
    min-width: 550px;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:pr-\[12\%\] {
    padding-right: 12%;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

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

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:text-64 {
    font-size: 64px;
  }

  .\32xl\:text-18 {
    font-size: 18px;
  }

  .\32xl\:opacity-100 {
    opacity: 1;
  }

  .\32xl\:child\:mx-4 > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
