/*
! tailwindcss v3.4.0 | 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: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Figtree, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (min-width: 467px) {

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

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

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

  .container {
    max-width: 1192px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!top-\[32px\] {
  top: 32px !important;
}
.-bottom-0 {
  bottom: -0px;
}
.-bottom-\[14px\] {
  bottom: -14px;
}
.-bottom-\[38px\] {
  bottom: -38px;
}
.-bottom-\[70px\] {
  bottom: -70px;
}
.-left-1 {
  left: -0.25rem;
}
.-left-\[100px\] {
  left: -100px;
}
.-left-\[50px\] {
  left: -50px;
}
.-right-\[100px\] {
  right: -100px;
}
.-right-\[50px\] {
  right: -50px;
}
.-top-\[20px\] {
  top: -20px;
}
.-top-\[24px\] {
  top: -24px;
}
.-top-\[2px\] {
  top: -2px;
}
.-top-\[4px\] {
  top: -4px;
}
.-top-\[8px\] {
  top: -8px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-205px\] {
  bottom: -205px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[126px\] {
  bottom: 126px;
}
.bottom-\[233px\] {
  bottom: 233px;
}
.bottom-\[68px\] {
  bottom: 68px;
}
.left-0 {
  left: 0px;
}
.left-\[-16px\] {
  left: -16px;
}
.left-\[-30px\] {
  left: -30px;
}
.left-\[-32px\] {
  left: -32px;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[24px\] {
  left: 24px;
}
.left-\[319px\] {
  left: 319px;
}
.left-\[32px\] {
  left: 32px;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[53px\] {
  left: 53px;
}
.left-\[555px\] {
  left: 555px;
}
.left-\[585px\] {
  left: 585px;
}
.left-\[930px\] {
  left: 930px;
}
.right-0 {
  right: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-14 {
  right: 3.5rem;
}
.right-\[100\%\] {
  right: 100%;
}
.right-\[368px\] {
  right: 368px;
}
.right-\[50px\] {
  right: 50px;
}
.top-0 {
  top: 0px;
}
.top-14 {
  top: 3.5rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[124px\] {
  top: 124px;
}
.top-\[138px\] {
  top: 138px;
}
.top-\[152px\] {
  top: 152px;
}
.top-\[157px\] {
  top: 157px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[32px\] {
  top: 32px;
}
.top-\[40px\] {
  top: 40px;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-first {
  order: -9999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2xl {
  margin-top: 64px;
  margin-bottom: 64px;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mr-\[10px\] {
  margin-right: 10px !important;
}
.-ml-\[26px\] {
  margin-left: -26px;
}
.-ml-\[30px\] {
  margin-left: -30px;
}
.-ml-\[40px\] {
  margin-left: -40px;
}
.-mr-\[28px\] {
  margin-right: -28px;
}
.-mr-\[30px\] {
  margin-right: -30px;
}
.-mt-\[10px\] {
  margin-top: -10px;
}
.-mt-\[27px\] {
  margin-top: -27px;
}
.-mt-\[28px\] {
  margin-top: -28px;
}
.-mt-\[48px\] {
  margin-top: -48px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-2xl {
  margin-bottom: 64px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-4xl {
  margin-bottom: 128px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[104px\] {
  margin-bottom: 104px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[112px\] {
  margin-bottom: 112px;
}
.mb-\[130px\] {
  margin-bottom: 130px;
}
.mb-\[153px\] {
  margin-bottom: 153px;
}
.mb-\[159px\] {
  margin-bottom: 159px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[29px\] {
  margin-bottom: 29px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[54px\] {
  margin-bottom: 54px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[68px\] {
  margin-bottom: 68px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[76px\] {
  margin-bottom: 76px;
}
.mb-\[78px\] {
  margin-bottom: 78px;
}
.mb-\[86px\] {
  margin-bottom: 86px;
}
.mb-\[95px\] {
  margin-bottom: 95px;
}
.mb-\[97px\] {
  margin-bottom: 97px;
}
.mb-lg {
  margin-bottom: 32px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[152px\] {
  margin-left: 152px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2xl {
  margin-top: 64px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[62px\] {
  margin-top: 62px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-column {
  display: table-column;
}
.table-column-group {
  display: table-column-group;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[35px\] {
  width: 35px;
  height: 35px;
}
.size-\[64px\] {
  width: 64px;
  height: 64px;
}
.size-\[88px\] {
  width: 88px;
  height: 88px;
}
.size-\[90px\] {
  width: 90px;
  height: 90px;
}
.\!h-\[340px\] {
  height: 340px !important;
}
.h-0 {
  height: 0px;
}
.h-1\/2 {
  height: 50%;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[1400px\] {
  height: 1400px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-10 {
  height: 2.5rem;
}
.h-\[200px\] {
  height: 200px;
}
.max-h-\[267px\] {
  max-height: 267px;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.w-1 {
  width: 0.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[146px\] {
  width: 146px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[163px\] {
  width: 163px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[245px\] {
  width: 245px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[2600px\] {
  width: 2600px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[311px\] {
  width: 311px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[403px\] {
  width: 403px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[53px\] {
  width: 53px;
}
.w-\[542px\] {
  width: 542px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[71vw\] {
  width: 71vw;
}
.w-\[91vw\] {
  width: 91vw;
}
.w-\[92vw\] {
  width: 92vw;
}
.w-\[9999px\] {
  width: 9999px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-10 {
  width: 2.5rem;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1112px\] {
  max-width: 1112px;
}
.max-w-\[165px\] {
  max-width: 165px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[258px\] {
  max-width: 258px;
}
.max-w-\[329px\] {
  max-width: 329px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[337px\] {
  max-width: 337px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[347px\] {
  max-width: 347px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[353px\] {
  max-width: 353px;
}
.max-w-\[358px\] {
  max-width: 358px;
}
.max-w-\[359px\] {
  max-width: 359px;
}
.max-w-\[365px\] {
  max-width: 365px;
}
.max-w-\[397px\] {
  max-width: 397px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[436px\] {
  max-width: 436px;
}
.max-w-\[444px\] {
  max-width: 444px;
}
.max-w-\[448px\] {
  max-width: 448px;
}
.max-w-\[456px\] {
  max-width: 456px;
}
.max-w-\[459px\] {
  max-width: 459px;
}
.max-w-\[468px\] {
  max-width: 468px;
}
.max-w-\[475px\] {
  max-width: 475px;
}
.max-w-\[485px\] {
  max-width: 485px;
}
.max-w-\[499px\] {
  max-width: 499px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[501px\] {
  max-width: 501px;
}
.max-w-\[508px\] {
  max-width: 508px;
}
.max-w-\[522px\] {
  max-width: 522px;
}
.max-w-\[523px\] {
  max-width: 523px;
}
.max-w-\[542px\] {
  max-width: 542px;
}
.max-w-\[543px\] {
  max-width: 543px;
}
.max-w-\[548px\] {
  max-width: 548px;
}
.max-w-\[554px\] {
  max-width: 554px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[652px\] {
  max-width: 652px;
}
.max-w-\[715px\] {
  max-width: 715px;
}
.max-w-\[730px\] {
  max-width: 730px;
}
.max-w-\[733px\] {
  max-width: 733px;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[791px\] {
  max-width: 791px;
}
.max-w-\[798px\] {
  max-width: 798px;
}
.max-w-\[846px\] {
  max-width: 846px;
}
.max-w-\[848px\] {
  max-width: 848px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[886px\] {
  max-width: 886px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-none {
  max-width: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-\[358px\] {
  flex-basis: 358px;
}
.basis-\[4px\] {
  flex-basis: 4px;
}
.basis-\[637px\] {
  flex-basis: 637px;
}
.border-collapse {
  border-collapse: collapse;
}
.\!translate-y-0 {
  --tw-translate-y: 0px !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;
}
.-translate-y-\[60px\] {
  --tw-translate-y: -60px;
  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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.\!appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2xl {
  gap: 64px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[127px\] {
  gap: 127px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[54px\] {
  gap: 54px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-lg {
  gap: 32px;
}
.gap-x-\[27px\] {
  -moz-column-gap: 27px;
       column-gap: 27px;
}
.gap-x-\[35px\] {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[64px\] {
  row-gap: 64px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(64px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[134px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(134px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(134px * var(--tw-space-y-reverse));
}
.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}
.space-y-\[160px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(160px * var(--tw-space-y-reverse));
}
.space-y-\[82px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(82px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
.divide-blue-1\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 30 50 / 0.2);
}
.divide-blue-3\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 99 168 / 0.2);
}
.divide-blue-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 146 194 / var(--tw-divide-opacity));
}
.divide-red-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(222 99 110 / var(--tw-divide-opacity));
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-\[4px\] {
  border-bottom-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-\[14px\] {
  border-top-width: 14px;
}
.border-t-\[4px\] {
  border-top-width: 4px;
}
.border-t-\[8px\] {
  border-top-width: 8px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#DBE6EF\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 230 239 / var(--tw-border-opacity));
}
.border-black-1 {
  --tw-border-opacity: 1;
  border-color: rgb(16 13 10 / var(--tw-border-opacity));
}
.border-blue-1\/20 {
  border-color: rgb(0 30 50 / 0.2);
}
.border-blue-3 {
  --tw-border-opacity: 1;
  border-color: rgb(0 99 168 / var(--tw-border-opacity));
}
.border-blue-lt {
  --tw-border-opacity: 1;
  border-color: rgb(219 233 243 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-blue-3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 99 168 / var(--tw-border-opacity));
}
.border-r-blue-3 {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 99 168 / var(--tw-border-opacity));
}
.border-t-\[\#33B096\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 176 150 / var(--tw-border-opacity));
}
.border-t-\[\#6BA253\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 162 83 / var(--tw-border-opacity));
}
.border-t-\[\#CA6400\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 100 0 / var(--tw-border-opacity));
}
.border-t-\[\#D02030\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(208 32 48 / var(--tw-border-opacity));
}
.border-t-\[\#FACB22\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 203 34 / var(--tw-border-opacity));
}
.border-t-red-2 {
  --tw-border-opacity: 1;
  border-top-color: rgb(208 32 48 / var(--tw-border-opacity));
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-\[\#071729\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 23 41 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#000306\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 6 / var(--tw-bg-opacity));
}
.bg-\[\#001E32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 50 / var(--tw-bg-opacity));
}
.bg-\[\#071729\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 23 41 / var(--tw-bg-opacity));
}
.bg-\[\#0E2D52\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 45 82 / var(--tw-bg-opacity));
}
.bg-\[\#33B096\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 176 150 / var(--tw-bg-opacity));
}
.bg-\[\#4b92c1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 146 193 / var(--tw-bg-opacity));
}
.bg-\[\#6BA253\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 162 83 / var(--tw-bg-opacity));
}
.bg-\[\#C4E3F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 227 248 / var(--tw-bg-opacity));
}
.bg-\[\#CA6400\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 100 0 / var(--tw-bg-opacity));
}
.bg-\[\#D02030\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
}
.bg-\[\#DBE6EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 230 239 / var(--tw-bg-opacity));
}
.bg-\[\#EDF2F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 246 / var(--tw-bg-opacity));
}
.bg-\[\#FACB22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 203 34 / var(--tw-bg-opacity));
}
.bg-blue-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 50 / var(--tw-bg-opacity));
}
.bg-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 120 / var(--tw-bg-opacity));
}
.bg-blue-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 168 / var(--tw-bg-opacity));
}
.bg-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 146 194 / var(--tw-bg-opacity));
}
.bg-blue-lt {
  --tw-bg-opacity: 1;
  background-color: rgb(219 233 243 / var(--tw-bg-opacity));
}
.bg-error\/10 {
  background-color: rgb(187 58 103 / 0.1);
}
.bg-red-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
}
.bg-red-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 210 214 / var(--tw-bg-opacity));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(116 181 75 / var(--tw-bg-opacity));
}
.bg-success\/10 {
  background-color: rgb(116 181 75 / 0.1);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-\[length\:400px\] {
  background-size: 400px;
}
.bg-\[length\:500px\] {
  background-size: 500px;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-2xl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4xl {
  padding-top: 128px;
  padding-bottom: 128px;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[106px\] {
  padding-top: 106px;
  padding-bottom: 106px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[36px\] {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[78px\] {
  padding-top: 78px;
  padding-bottom: 78px;
}
.py-\[96px\] {
  padding-top: 96px;
  padding-bottom: 96px;
}
.py-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}
.\!pb-\[20px\] {
  padding-bottom: 20px !important;
}
.\!pb-\[2px\] {
  padding-bottom: 2px !important;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-2xl {
  padding-bottom: 64px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-4xl {
  padding-bottom: 128px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[0\] {
  padding-bottom: 0;
}
.pb-\[102px\] {
  padding-bottom: 102px;
}
.pb-\[109px\] {
  padding-bottom: 109px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[155px\] {
  padding-bottom: 155px;
}
.pb-\[172px\] {
  padding-bottom: 172px;
}
.pb-\[182px\] {
  padding-bottom: 182px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pb-\[51px\] {
  padding-bottom: 51px;
}
.pb-\[55px\] {
  padding-bottom: 55px;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-2xl {
  padding-left: 64px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[21px\] {
  padding-left: 21px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[68px\] {
  padding-left: 68px;
}
.pl-\[95px\] {
  padding-left: 95px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-2xl {
  padding-top: 64px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-4xl {
  padding-top: 128px;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[110px\] {
  padding-top: 110px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[122px\] {
  padding-top: 122px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[148px\] {
  padding-top: 148px;
}
.pt-\[178px\] {
  padding-top: 178px;
}
.pt-\[21px\] {
  padding-top: 21px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[33\.85\%\] {
  padding-top: 33.85%;
}
.pt-\[45\%\] {
  padding-top: 45%;
}
.pt-\[45\.14\%\] {
  padding-top: 45.14%;
}
.pt-\[75px\] {
  padding-top: 75px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.pt-\[96px\] {
  padding-top: 96px;
}
.pt-lg {
  padding-top: 32px;
}
.text-center {
  text-align: center;
}
.\!text-body {
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: -0.5px !important;
}
.text-2xl {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -2px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[48px\]\/\[48px\] {
  font-size: 48px;
  line-height: 48px;
}
.text-body {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
.text-body\/\[18px\] {
  font-size: 20px;
  line-height: 18px;
}
.text-footer {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
}
.text-label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.text-lg {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}
.text-md {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}
.text-md\/8 {
  font-size: 24px;
  line-height: 2rem;
}
.text-md\/\[32px\] {
  font-size: 24px;
  line-height: 32px;
}
.text-xl {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.5px;
  font-weight: 300;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-black-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(16 13 10 / var(--tw-text-opacity)) !important;
}
.\!text-blue-2 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 65 120 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#86ADC8\] {
  --tw-text-opacity: 1;
  color: rgb(134 173 200 / var(--tw-text-opacity));
}
.text-\[\#DBE6EF\] {
  --tw-text-opacity: 1;
  color: rgb(219 230 239 / var(--tw-text-opacity));
}
.text-black-1 {
  --tw-text-opacity: 1;
  color: rgb(16 13 10 / var(--tw-text-opacity));
}
.text-blue-1 {
  --tw-text-opacity: 1;
  color: rgb(0 30 50 / var(--tw-text-opacity));
}
.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(0 65 120 / var(--tw-text-opacity));
}
.text-blue-3 {
  --tw-text-opacity: 1;
  color: rgb(0 99 168 / var(--tw-text-opacity));
}
.text-blue-4 {
  --tw-text-opacity: 1;
  color: rgb(77 146 194 / var(--tw-text-opacity));
}
.text-blue-lt {
  --tw-text-opacity: 1;
  color: rgb(219 233 243 / var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(187 58 103 / var(--tw-text-opacity));
}
.text-red-2 {
  --tw-text-opacity: 1;
  color: rgb(208 32 48 / var(--tw-text-opacity));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(116 181 75 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.overline {
  text-decoration-line: overline;
}
.line-through {
  text-decoration-line: line-through;
}
.placeholder-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.shadow-\[0_4px_40px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 4px 40px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 40px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[padding\] {
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[image\:\$img\|\$width\|\$height\|\$type\] {
  image: $img|$width|$height|$type;
}
[x-cloak] { display: none !important; }
* {
  font-family: Figtree, sans-serif;
  touch-action: manipulation;
}
.no-scroll {
  height: 100%;
  overflow: hidden;
}
.outer-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
.full-container {
  position: relative;
  width: 100%;
}
.hover-underline {
  position: relative;
}
.hover-underline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.1s ease-out;
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
}
.hover-underline:hover::after {
  transform: scaleX(1);
}
.mobile-nav-up {
  transform: translate(0, calc(-100% - 4px));
}
.cta {
  position: relative;
  z-index: 10;
  display: flex;
  flex-grow: 0;
  align-items: center;
  font-size: 20px;
  line-height: 18px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-wrap {
  padding-top: 36px;
  padding-bottom: 36px;
}
.cta-text {
  z-index: 20;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.cta-circle {
  position: absolute;
  z-index: 10;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.cta-arrow {
  margin-left: -30px;
  padding-right: 20px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.cta-text:hover + .cta-circle {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
  opacity: 0;
}
.cta-text:hover .cta-arrow {
  transform: translateX(6px);
  --tw-text-opacity: 1;
  color: rgb(208 32 48 / var(--tw-text-opacity));
}
.main-menu-link {
  line-height: 32px;
  letter-spacing: -0.5px;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1192px) {

  .main-menu-link {
    font-size: 20px;
  }
}
.main-menu-link {
  position: relative;
}
.main-menu-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.1s ease-out;
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
}
.main-menu-link:hover::after {
  transform: scaleX(1);
}
.account-main-menu-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 65 120 / var(--tw-text-opacity));
  position: relative;
}
.account-main-menu-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.1s ease-out;
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
}
.account-main-menu-link:hover::after {
  transform: scaleX(1);
}
.main-menu-link-wrapper.active .main-menu-link::after,
.account-main-menu-link.active::after {
  transform: scaleX(1);
}
.search-link {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.label-fancy {
  position: absolute;
  top: 10px;
  display: block;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input-fancy {
  width: 100%;
  max-width: 400px;
  border-radius: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input-fancy:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-fancy.error {
  --tw-border-opacity: 1;
  border-color: rgb(208 32 48 / var(--tw-border-opacity));
}
.input-fancy.valid,
.select-fancy-black.valid {
  --tw-border-opacity: 1;
  border-color: rgb(116 181 75 / var(--tw-border-opacity));
}
.input-fancy:not(:-moz-placeholder-shown) ~ .label-fancy {
  top: -20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.input-fancy:focus ~ .label-fancy,
.input-fancy:not(:placeholder-shown) ~ .label-fancy {
  top: -20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.input-fancy-black {
  width: 100%;
  max-width: 400px;
  border-radius: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(16 13 10 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(16 13 10 / var(--tw-text-opacity));
}
.input-fancy-black:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-fancy-black.valid {
  --tw-border-opacity: 1;
  border-color: rgb(116 181 75 / var(--tw-border-opacity));
}
.input-fancy-black.error-fancy,
.select-fancy-black.error-fancy {
  --tw-border-opacity: 1;
  border-color: rgb(208 32 48 / var(--tw-border-opacity));
}
.select-fancy-black {
  background: url('/wp-content/themes/swing-strategies/images/icon-chevron-black-down.png') no-repeat right center;
  background-size: 20px auto;
  box-sizing: content-box;
  height: 32px;
  width: 100%;
  max-width: 400px;
  border-radius: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(16 13 10 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(16 13 10 / var(--tw-text-opacity));
}
.select-fancy-black:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.label-fancy-black {
  position: absolute;
  top: 10px;
  display: block;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(16 13 10 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input-fancy-black:not(:-moz-placeholder-shown) ~ .label-fancy-black {
  top: -20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.input-fancy-black:focus ~ .label-fancy-black,
.input-fancy-black:not(:placeholder-shown) ~ .label-fancy-black {
  top: -20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.ticker-wrapper:hover .ticker {
  animation-play-state: paused;
}
/*Makes the honeypot invisible.*/
.um_request_name {
	display: none;
}
#confirm_user_password::-moz-placeholder {
  color: white;
}
#confirm_user_password::placeholder {
  color: white;
}
input[type=submit].um-button {
  padding: 0px !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: -0.5px !important;
  font-weight: 900 !important;
}
[data-disable-submit][disabled] {
  cursor: wait;
}
@keyframes arrowDown {
  0% {
      opacity: 0;
      top: -30px
  }

  20% {
      opacity: 1;
      top: 0
  }

  70% {
      opacity: 1;
      top: 0
  }

  90% {
      opacity: 0;
      top: 60px
  }

  100% {
      opacity: 0;
      top: -60px
  }
}
.animate-row {
  position: relative;
  opacity: 0;

  animation-name: arrowDown;
  animation-delay: 1s;
  animation-duration: 4s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: infinite;
}
.stat-title,
.stat-subtitle,
.stat-description {
  opacity: 0;
}
.stat-show .stat-title,
.stat-show .stat-subtitle,
.stat-show .stat-description {
  opacity: 1;
}
.stat-image {
  opacity: 0;
  transform: translateY(100px);
}
.stat-show .stat-image {
  opacity: 1;
  transform: translateY(0);
}
.stat-dot {
  transform: scale(0);
}
.stat-show .stat-dot {
  transform: scale(1);
}
.stat-dot,
.stat-title,
.stat-subtitle,
.stat-description,
.stat-image {
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 800ms;
  transition-property: opacity, transform;
}
.stat-dot {
  transition-delay: 300ms;
}
.stat-title {
  transition-delay: 600ms;
}
.stat-subtitle {
  transition-delay: 900ms;
}
.stat-description {
  transition-delay: 1200ms;
}
.stat-image {
  transition-delay: 1800ms;
}
.auth-page-content a {
  text-decoration-line: underline;
}
.content-body li {
  margin-bottom: 0.25rem;
  margin-left: 1.5rem;
  list-style-type: disc;
}
.content-body p {
  margin-bottom: 1.5rem;
}
.content-body hr {
  margin-bottom: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
}
.content-body a {
  --tw-text-opacity: 1;
  color: rgb(0 65 120 / var(--tw-text-opacity));
}
.content-body a:hover {
  text-decoration-line: underline;
}
.content-body h1 {
  margin-bottom: 0.75rem;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.5px;
  font-weight: 300;
}
.content-body h2 {
  margin-bottom: 0.75rem;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.5px;
  font-weight: 300;
}
.content-body h3 {
  margin-bottom: 0.75rem;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}
.blog-filter {
  background: url('/wp-content/themes/swing-strategies/images/icon-chevron-red.svg') no-repeat right 18px;
  background-size: 28px;
  cursor: pointer;
  border-bottom-width: 4px;
  border-top-width: 4px;
  border-bottom-color: rgb(0 99 168 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(219 233 243 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 233 243 / var(--tw-bg-opacity));
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 168 / var(--tw-text-opacity));
}
.blog-body {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.blog-body p {
  margin-bottom: 1.75rem;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.blog-body hr {
  margin-bottom: 1.75rem;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 210 210 / var(--tw-border-opacity));
}
.blog-body a {
  --tw-text-opacity: 1;
  color: rgb(0 99 168 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.blog-body ul,
.blog-body ol {
  margin-left: 2.5rem;
  margin-bottom: 1.75rem;
}
.blog-body ul li {
  list-style-type: disc;
}
.blog-body ol li {
  list-style-type: decimal;
}
.blog-body h1 {
  font-size: 112px;
  line-height: 112px;
  letter-spacing: -2.5px;
}
.blog-body h2 {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -2px;
}
.blog-body h3 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.5px;
  font-weight: 300;
}
.blog-body h4 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}
.blog-body h5 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}
.blog-body h6 {
  font-size: 14px;
  line-height: 20px;
}
.sentence-fade span {
  opacity: 0;
}
.word-fade span {
  opacity: 0;
  transform: translateY(30px);
  animation: wordFade 500ms ease-out forwards;
  display: inline-block;
}
.word-fade span:nth-of-type(2) {
  animation-delay: 100ms;
}
.word-fade span:nth-of-type(3) {
  animation-delay: 200ms;
}
.word-fade span:nth-of-type(4) {
  animation-delay: 300ms;
}
.word-fade span:nth-of-type(5) {
  animation-delay: 400ms;
}
.word-fade span:nth-of-type(6) {
  animation-delay: 500ms;
}
@keyframes wordFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.line-fade [data-fade-order] {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
  transition-property: opacity;
  transition-duration: 1000ms;
  display: inline-block;
}
.line-fade [data-fade-order="0"] {
  transition-delay: 0ms;
}
.line-fade [data-fade-order="1"] {
  transition-delay: 300ms;
}
.line-fade [data-fade-order="2"] {
  transition-delay: 300ms;
}
.line-fade [data-fade-order="3"] {
  transition-delay: 400ms;
}
.line-fade [data-fade-order="4"] {
  transition-delay: 500ms;
}
.line-fade.show [data-fade-order] {
  opacity: 1;
}
.block-fade [data-fade-order] {
  opacity: 0;
  transform: translateY(30px);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-property: opacity, transform;
  transition-duration: 1000ms;
}
.block-fade.show [data-fade-order] {
  opacity: 1;
  transform: translateY(0);
}
.block-fade [data-fade-order="0"] {
  transition-delay: 100ms;
}
.block-fade [data-fade-order="1"] {
  transition-delay: 200ms;
}
.block-fade [data-fade-order="2"] {
  transition-delay: 300ms;
}
.block-fade [data-fade-order="3"] {
  transition-delay: 400ms;
}
.block-fade [data-fade-order="4"] {
  transition-delay: 500ms;
}
.block-fade [data-fade-order="5"] {
  transition-delay: 600ms;
}
.image-fade {
  opacity: 0;
  transform: translateY(30px);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-property: opacity, transform;
  transition-duration: 800ms;
}
.image-fade.show {
  opacity: 1;
  transform: translateY(0);
}
#fixed-nav.compact {
  --tw-translate-y: -60px;
  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));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#fixed-nav.compact > header {
  padding-bottom: 2px !important;
}
#fixed-nav.active {
  z-index: 50;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 23 41 / var(--tw-bg-opacity)) !important;
}
#fixed-nav.active .main-menu-link,
#fixed-nav.active .logo,
#fixed-nav.active .search-link {
  opacity: 0.5;
}
#fixed-nav.active .main-menu-link-wrapper.active .main-menu-link,
#fixed-nav.active .main-menu-link-wrapper.show .main-menu-link,
#fixed-nav.active .main-menu-link:hover,
#fixed-nav.active .search-link:hover,
#fixed-nav.active .logo:hover {
  opacity: 1;
}
#fixed-nav.active #auth-links {
  opacity: 0;
}
#fixed-nav [data-drop-down-links] {
  transition: all 0.25s ease-in-out;
}
.show [data-drop-down-links] {
  margin-bottom: 40px;
  height: 340px !important;
  opacity: 1 !important;
}
.drop-down-link {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.drop-down-link::before {
  content: '';
  width: 36px;
  height: 14px;
  display: block;
  background: url('/wp-content/themes/swing-strategies/images/arrow-red-right.png') top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -46px;
  opacity: 0;
  transition: opacity 200ms;
}
.drop-down-link:hover::before,
.drop-down-link.active::before {
  opacity: 100;
}
@media (min-width: 960px) {

  .top-container {
    padding-top: 165px;
  }
}
.customize-support #fixed-nav {
  top: 32px !important;
}
.ballot-filter {
  background-image: url('/wp-content/themes/swing-strategies/images/icon-chevron-white-down.png');
  background-repeat: no-repeat;
  background-position: center right 32px;
  background-size: 20px;
}
.ballot-border {
  box-shadow: inset 0 0 0 4px #004576;
}
.ballot-checkbox {
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ballot-checkbox::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  box-shadow: inset 32px 32px #D02030;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.ballot-checkbox:checked::before {
  transform: scale(1);
}
.check-mark {
  display: grid;
  place-content: center;
}
.check-mark::before {
  content: "";
  width: 20px;
  height: 20px;
  box-shadow: inset 32px 32px #D02030;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.archive-item:hover {
  box-shadow: inset 0 0 0 4px #D02030;
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
@media (min-width: 1580px) {
  #home-hero-video-medium {
    display: none;
  }

  #home-hero-video-max {
    display: block;
  }
}
.modal-video-body {
  max-width: 1200px;
}
/* Browsers that are NOT Safari */
@supports not (-webkit-touch-callout: none) {
  .is-not-safari {
    display: block;
  }

  .is-safari {
    display: none;
  }
}
/* Browsers that ARE Safari */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .is-not-safari {
    display: none;
  }

  .is-safari {
    display: block;
  }
}
.ff-el-form-control {
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ff-el-form-control:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ff-el-form-control::-moz-placeholder {
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: -0.6px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.ff-el-form-control::placeholder {
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: -0.6px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
textarea.ff-el-form-control {
  border-width: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
}
textarea.ff-el-form-control::-moz-placeholder {
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: -0.5px !important;
}
textarea.ff-el-form-control::placeholder {
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: -0.5px !important;
}
.fluentform .ff-el-group {
  margin-bottom: 40px;
}
label[for="ff_1_message"] {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ff-interests .ff-el-input--label {
  display: block;
}
.ff-interests .ff-el-input--label label {
  margin-bottom: 0.75rem;
  margin-bottom: 35px;
  display: block;
  width: 100%;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 99 168 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ff-interests .ff-el-input--content label {
  margin-bottom: 0.75rem;
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 960px) {

  .ff-interests .ff-el-input--content label {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.6px;
  }
}
.fluentform .ff-el-is-error .ff-el-form-check-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ff-el-form-check-checkbox {
  margin-right: 10px !important;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 50 / var(--tw-bg-opacity));
}
.ff-el-form-check-checkbox:checked {
  background-size: 24px;
  padding: 2px;
  background-image: url('/wp-content/themes/swing-strategies/images/icon-checkmark.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.fluentform .ff-el-is-error .ff-el-form-control {
  --tw-border-opacity: 1;
  border-color: rgb(208 32 48 / var(--tw-border-opacity));
}
.fluentform .text-danger {
  --tw-text-opacity: 1;
  color: rgb(208 32 48 / var(--tw-text-opacity));
}
.ff-btn-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 20px;
  font-weight: 700;
}
.ff-btn-submit:hover {
  opacity: 0.9;
}
.ff-btn-submit:disabled {
  cursor: wait;
}
.fluentform .ff-el-is-error .text-danger {
  font-size: 16px;
}
#page-lead-magnet .ff-el-form-control {
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(16 13 10 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(16 13 10 / var(--tw-text-opacity));
}
#page-lead-magnet .ff-el-form-control:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#page-lead-magnet .ff-el-form-control::-moz-placeholder {
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: -0.5px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(16 13 10 / var(--tw-text-opacity)) !important;
}
#page-lead-magnet .ff-el-form-control::placeholder {
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: -0.5px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(16 13 10 / var(--tw-text-opacity)) !important;
}
#page-lead-magnet .ff-el-form-check-checkbox {
  --tw-bg-opacity: 1;
  background-color: rgb(219 233 243 / var(--tw-bg-opacity));
}
#page-lead-magnet .ff-btn-submit {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#page-lead-magnet .fluentform .ff-el-is-error .ff-el-form-check-label {
  --tw-text-opacity: 1;
  color: rgb(16 13 10 / var(--tw-text-opacity));
}
#page-lead-magnet .ff-textarea {
  padding-top: 12px;
}
.hover\:text-blue-2:hover {
  --tw-text-opacity: 1;
  color: rgb(0 65 120 / var(--tw-text-opacity));
}
.hover\:text-blue-3:hover {
  --tw-text-opacity: 1;
  color: rgb(0 99 168 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-\[6px\] {
  --tw-translate-x: 6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-red-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 32 48 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-blue-3 {
  --tw-text-opacity: 1;
  color: rgb(0 99 168 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}
@media (min-width: 650px) {

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

  .md\:flex {
    display: flex;
  }

  .md\:w-\[80vw\] {
    width: 80vw;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

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

  .md\:text-3xl {
    font-size: 112px;
    line-height: 112px;
    letter-spacing: -2.5px;
  }

  .md\:text-\[108px\]\/\[96px\] {
    font-size: 108px;
    line-height: 96px;
  }
}
@media (min-width: 960px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-\[28px\] {
    bottom: -28px;
  }

  .lg\:-left-\[140px\] {
    left: -140px;
  }

  .lg\:-left-\[84px\] {
    left: -84px;
  }

  .lg\:-right-\[100px\] {
    right: -100px;
  }

  .lg\:-top-\[40px\] {
    top: -40px;
  }

  .lg\:-top-\[48px\] {
    top: -48px;
  }

  .lg\:bottom-\[70px\] {
    bottom: 70px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-\[-200px\] {
    right: -200px;
  }

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

  .lg\:top-\[260px\] {
    top: 260px;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:mx-\[68px\] {
    margin-left: 68px;
    margin-right: 68px;
  }

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

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

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

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

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-4xl {
    margin-bottom: 128px;
  }

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

  .lg\:mb-\[103px\] {
    margin-bottom: 103px;
  }

  .lg\:mb-\[144px\] {
    margin-bottom: 144px;
  }

  .lg\:mb-\[153px\] {
    margin-bottom: 153px;
  }

  .lg\:mb-\[170px\] {
    margin-bottom: 170px;
  }

  .lg\:mb-\[189px\] {
    margin-bottom: 189px;
  }

  .lg\:mb-\[269px\] {
    margin-bottom: 269px;
  }

  .lg\:mb-\[276px\] {
    margin-bottom: 276px;
  }

  .lg\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .lg\:mb-\[307px\] {
    margin-bottom: 307px;
  }

  .lg\:mb-\[32px\] {
    margin-bottom: 32px;
  }

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

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

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

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

  .lg\:mr-\[94px\] {
    margin-right: 94px;
  }

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

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

  .lg\:mt-\[140px\] {
    margin-top: 140px;
  }

  .lg\:mt-\[44px\] {
    margin-top: 44px;
  }

  .lg\:mt-\[45px\] {
    margin-top: 45px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mt-\[59px\] {
    margin-top: 59px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:mt-\[61px\] {
    margin-top: 61px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-\[70px\] {
    width: 70px;
    height: 70px;
  }

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

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

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

  .lg\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:gap-2xl {
    gap: 64px;
  }

  .lg\:gap-4xl {
    gap: 128px;
  }

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

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-\[106px\] {
    gap: 106px;
  }

  .lg\:gap-\[114px\] {
    gap: 114px;
  }

  .lg\:gap-\[124px\] {
    gap: 124px;
  }

  .lg\:gap-\[16px\] {
    gap: 16px;
  }

  .lg\:gap-\[27px\] {
    gap: 27px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[54px\] {
    gap: 54px;
  }

  .lg\:gap-\[56px\] {
    gap: 56px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-\[74px\] {
    gap: 74px;
  }

  .lg\:gap-\[77px\] {
    gap: 77px;
  }

  .lg\:gap-\[78px\] {
    gap: 78px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:gap-\[83px\] {
    gap: 83px;
  }

  .lg\:gap-\[95px\] {
    gap: 95px;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

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

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-\[14px\] {
    border-left-width: 14px;
  }

  .lg\:border-r-\[4px\] {
    border-right-width: 4px;
  }

  .lg\:border-blue-2 {
    --tw-border-opacity: 1;
    border-color: rgb(0 65 120 / var(--tw-border-opacity));
  }

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

  .lg\:border-l-blue-lt {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 233 243 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-2 {
    --tw-border-opacity: 1;
    border-top-color: rgb(208 32 48 / var(--tw-border-opacity));
  }

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

  .lg\:bg-\[length\:654px\] {
    background-size: 654px;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .lg\:px-\[95px\] {
    padding-left: 95px;
    padding-right: 95px;
  }

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

  .lg\:py-\[88px\] {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .lg\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:py-lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:\!pb-\[38px\] {
    padding-bottom: 38px !important;
  }

  .lg\:pb-4xl {
    padding-bottom: 128px;
  }

  .lg\:pb-\[114px\] {
    padding-bottom: 114px;
  }

  .lg\:pb-\[136px\] {
    padding-bottom: 136px;
  }

  .lg\:pb-\[169px\] {
    padding-bottom: 169px;
  }

  .lg\:pb-\[189px\] {
    padding-bottom: 189px;
  }

  .lg\:pb-\[96px\] {
    padding-bottom: 96px;
  }

  .lg\:pl-\[190px\] {
    padding-left: 190px;
  }

  .lg\:pl-\[370px\] {
    padding-left: 370px;
  }

  .lg\:pl-\[58px\] {
    padding-left: 58px;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

  .lg\:pl-\[95px\] {
    padding-left: 95px;
  }

  .lg\:pr-\[100px\] {
    padding-right: 100px;
  }

  .lg\:pr-\[94px\] {
    padding-right: 94px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-\[109px\] {
    padding-top: 109px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[136px\] {
    padding-top: 136px;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }

  .lg\:pt-\[165px\] {
    padding-top: 165px;
  }

  .lg\:pt-\[300px\] {
    padding-top: 300px;
  }

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

  .lg\:pt-\[61px\] {
    padding-top: 61px;
  }

  .lg\:pt-\[74px\] {
    padding-top: 74px;
  }

  .lg\:pt-\[78px\] {
    padding-top: 78px;
  }

  .lg\:pt-lg {
    padding-top: 32px;
  }

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

  .lg\:\!text-lg {
    font-size: 32px !important;
    line-height: 40px !important;
    letter-spacing: -1px !important;
  }

  .lg\:text-3xl {
    font-size: 112px;
    line-height: 112px;
    letter-spacing: -2.5px;
  }

  .lg\:text-\[108px\]\/\[96px\] {
    font-size: 108px;
    line-height: 96px;
  }

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

  .lg\:text-body {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .lg\:text-lg {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .lg\:text-md {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.6px;
  }

  .lg\:text-xl {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.5px;
    font-weight: 300;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

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

  .lg\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1192px) {

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

  .xl\:right-\[-200px\] {
    right: -200px;
  }

  .xl\:mx-\[108px\] {
    margin-left: 108px;
    margin-right: 108px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-\[118px\] {
    gap: 118px;
  }

  .xl\:gap-\[27px\] {
    gap: 27px;
  }

  .xl\:gap-\[57px\] {
    gap: 57px;
  }

  .xl\:bg-\[length\:1000px\] {
    background-size: 1000px;
  }

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

  .xl\:pl-\[159px\] {
    padding-left: 159px;
  }

  .xl\:pl-\[570px\] {
    padding-left: 570px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-xl {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.5px;
    font-weight: 300;
  }
}
.\[\&\>p\]\:mb-7>p {
  margin-bottom: 1.75rem;
}
.\[\&_b\]\:font-extrabold b {
  font-weight: 800;
}
.\[\&_strong\]\:font-black strong {
  font-weight: 900;
}
.\[\&_svg\]\:h-20 svg {
  height: 5rem;
}
.\[\&_svg\]\:h-\[200px\] svg {
  height: 200px;
}
