/*
! tailwindcss v3.1.8 | 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;
}
    html {
      font-family: Forno-m;
    }

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

::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%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.hbspt-form {
  margin-left: 0px;
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 28rem;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-top: 2.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(33 57 119 / var(--tw-text-opacity)) !important;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
@media (min-width: 640px) {

  .hbspt-form {
    margin-bottom: 0px;
  }
}
.actions {
  text-align: center;
}
.hs-submit {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 88 136 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hs-submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 88 136 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
.inputs-list {
  margin-top: 0px;
  padding: 0px !important;
}
.hs-form-booleancheckbox {
  padding: 0px !important;
}
.hs-form-booleancheckbox-display {
  display: flex !important;
  align-items: center;
}
.hs-form-booleancheckbox >*>*>* {
  font-family: 'Forno-m';
  font-size: .875rem;
}
.hs-form-field {
  font-family: 'Forno-m';
  font-size: .875rem;
}
.hs-form-field > label {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: 'Forno-m';
  font-size: .875rem;
  --tw-text-opacity: 1 !important;
  color: rgb(33 57 119 / var(--tw-text-opacity)) !important;
}
.hs-form-booleancheckbox-display .hs-input {
    @apply!w-auto ;
  }
.hs-form-booleancheckbox-display > input {
  width: auto !important;
}
.hs-form-booleancheckbox-display > span > * {
  --tw-text-opacity: 1 !important;
  color: rgb(33 57 119 / var(--tw-text-opacity)) !important;
}
.hbspt-form {
  margin: auto;
}
.hs-input {
  height: 2.5rem !important;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  font-size: 10px;
  text-transform: uppercase;
}
.hs-input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(33 57 119 / var(--tw-placeholder-opacity));
  font-size: 10px;
  line-height: 2.5rem;
}
.hs-input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(33 57 119 / var(--tw-placeholder-opacity));
  font-size: 10px;
  line-height: 2.5rem;
}
.hs-error-msgs {
  margin-top: 0px !important;
  padding: 0px !important;
}
.hs-error-msgs >li {
  margin-top: 0px !important;
  padding: 0px !important;
}
.hs-error-msg {
  font-family: 'Forno-m';
  font-size: .75rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.tiny-btn-tw {
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 88 136 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tiny-btn-tw:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 88 136 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
.tiny-btn-tw-blue {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 158 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(26 158 218 / var(--tw-text-opacity));
}
.tiny-btn-tw-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 158 218 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tiny-btn-tw-white {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 158 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 158 218 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tiny-btn-tw-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 158 218 / var(--tw-text-opacity));
}
.\!btn-tw {
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 88 136 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!btn-tw:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 88 136 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(235 88 136 / var(--tw-text-opacity)) !important;
}
.btn-tw {
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 88 136 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tw:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 88 136 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(235 88 136 / var(--tw-text-opacity)) !important;
}
.btn-tw-active {
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 88 136 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[720\.49px\] {
  left: 720.49px;
}
.top-\[1006\.23px\] {
  top: 1006.23px;
}
.left-\[734px\] {
  left: 734px;
}
.top-\[992\.74px\] {
  top: 992.74px;
}
.right-0 {
  right: 0px;
}
.\!z-\[1033\] {
  z-index: 1033 !important;
}
.z-\[1032\] {
  z-index: 1032;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-20 {
  z-index: 20;
}
.\!z-0 {
  z-index: 0 !important;
}
.\!z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.m-5 {
  margin: 1.25rem;
}
.\!m-auto {
  margin: auto !important;
}
.m-1 {
  margin: 0.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}
.\!mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-\[25\%\] {
  margin-top: 25%;
  margin-bottom: 25%;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mr-16 {
  margin-right: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mr-\[5\%\] {
  margin-right: 5%;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.\!-mt-\[20\%\] {
  margin-top: -20% !important;
}
.ml-7 {
  margin-left: 1.75rem;
}
.\!mr-\[40px\] {
  margin-right: 40px !important;
}
.\!mt-\[10rem\] {
  margin-top: 10rem !important;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-\[-0\.4rem\] {
  margin-right: -0.4rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-24 {
  margin-top: 6rem;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.mt-auto {
  margin-top: auto;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.\!ml-auto {
  margin-left: auto !important;
}
.-mt-\[30\%\] {
  margin-top: -30%;
}
.-mt-\[5\%\] {
  margin-top: -5%;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-\[5\%\] {
  margin-left: 5%;
}
.-mt-16 {
  margin-top: -4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-1\/2 {
  margin-top: 50%;
}
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 2.5rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.\!flex {
  display: flex !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!grid {
  display: grid !important;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.h-screen {
  height: 100vh;
}
.h-auto {
  height: auto;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-full {
  height: 100%;
}
.h-28 {
  height: 7rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-16 {
  height: 4rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[472px\] {
  height: 472px;
}
.h-\[2\.46px\] {
  height: 2.46px;
}
.h-\[5px\] {
  height: 5px;
}
.h-8 {
  height: 2rem;
}
.h-\[45px\] {
  height: 45px;
}
.\!h-auto {
  height: auto !important;
}
.\!h-\[50vh\] {
  height: 50vh !important;
}
.max-h-\[20rem\] {
  max-height: 20rem;
}
.max-h-\[35rem\] {
  max-height: 35rem;
}
.max-h-\[455px\] {
  max-height: 455px;
}
.max-h-\[58px\] {
  max-height: 58px;
}
.max-h-\[34px\] {
  max-height: 34px;
}
.max-h-\[338px\] {
  max-height: 338px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.max-h-\[240px\] {
  max-height: 240px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[74px\] {
  min-height: 74px;
}
.min-h-\[352px\] {
  min-height: 352px;
}
.min-h-\[35rem\] {
  min-height: 35rem;
}
.min-h-\[35vh\] {
  min-height: 35vh;
}
.min-h-\[39rem\] {
  min-height: 39rem;
}
.min-h-\[363px\] {
  min-height: 363px;
}
.min-h-\[712px\] {
  min-height: 712px;
}
.min-h-\[1000px\] {
  min-height: 1000px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[10vh\] {
  min-height: 10vh;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-47 {
  min-height: 47vh;
}
.min-h-\[79px\] {
  min-height: 79px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[123vh\] {
  min-height: 123vh;
}
.min-h-\[125vh\] {
  min-height: 125vh;
}
.min-h-\[491px\] {
  min-height: 491px;
}
.\!min-h-\[163px\] {
  min-height: 163px !important;
}
.\!min-h-\[40vh\] {
  min-height: 40vh !important;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-1\/2 {
  min-height: 50%;
}
.min-h-584 {
  min-height: 584px;
}
.\!min-h-\[456px\] {
  min-height: 456px !important;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.\!w-full {
  width: 100% !important;
}
.w-72 {
  width: 18rem;
}
.w-5 {
  width: 1.25rem;
}
.w-screen {
  width: 100vw;
}
.w-6 {
  width: 1.5rem;
}
.w-28 {
  width: 7rem;
}
.\!w-\[13rem\] {
  width: 13rem !important;
}
.w-\[90\%\] {
  width: 90%;
}
.\!w-auto {
  width: auto !important;
}
.w-16 {
  width: 4rem;
}
.w-\[19\.08px\] {
  width: 19.08px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[50px\] {
  width: 50px;
}
.\!w-40 {
  width: 10rem !important;
}
.w-3\/4 {
  width: 75%;
}
.\!w-60 {
  width: 15rem !important;
}
.w-40 {
  width: 10rem;
}
.min-w-\[144px\] {
  min-width: 144px;
}
.min-w-\[4vw\] {
  min-width: 4vw;
}
.min-w-\[15rem\] {
  min-width: 15rem;
}
.min-w-\[357px\] {
  min-width: 357px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[32\%\] {
  min-width: 32%;
}
.min-w-14 {
  min-width: 14vw;
}
.max-w-md {
  max-width: 28rem;
}
.\!max-w-\[700px\] {
  max-width: 700px !important;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[35rem\] {
  max-width: 35rem;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-\[572px\] {
  max-width: 572px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[710px\] {
  max-width: 710px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[357px\] {
  max-width: 357px;
}
.max-w-\[354px\] {
  max-width: 354px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-twlogossm {
  max-width: 25vw;
}
.max-w-263 {
  max-width: 263px;
}
.\!max-w-\[40rem\] {
  max-width: 40rem !important;
}
.\!max-w-500 {
  max-width: 500px !important;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.flex-1 {
  flex: 1 1 0%;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 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));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -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));
}
.rotate-twarrowleft {
  --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-twarrowright {
  --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));
}
.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));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.\!flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.\!items-center {
  align-items: center !important;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center;
}
.\!justify-between {
  justify-content: space-between !important;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-5 {
  gap: 1.25rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-large {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-8 {
  border-radius: 8px;
}
.\!rounded-khoros-slider {
  border-radius: 0px 0px 300px 0px !important;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-b-\[300px\] {
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
}
.rounded-t-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-br-\[300px\] {
  border-bottom-right-radius: 300px;
}
.rounded-tl-\[182px\] {
  border-top-left-radius: 182px;
}
.rounded-br-\[169px\] {
  border-bottom-right-radius: 169px;
}
.rounded-tl-\[200px\] {
  border-top-left-radius: 200px;
}
.rounded-br-\[200px\] {
  border-bottom-right-radius: 200px;
}
.rounded-tl-\[400px\] {
  border-top-left-radius: 400px;
}
.rounded-tl-\[80px\] {
  border-top-left-radius: 80px;
}
.rounded-br-\[80px\] {
  border-bottom-right-radius: 80px;
}
.rounded-tl-\[150px\] {
  border-top-left-radius: 150px;
}
.rounded-br-\[150px\] {
  border-bottom-right-radius: 150px;
}
.rounded-tr-\[80px\] {
  border-top-right-radius: 80px;
}
.rounded-tl-\[100px\] {
  border-top-left-radius: 100px;
}
.rounded-br-\[100px\] {
  border-bottom-right-radius: 100px;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.rounded-tl-\[270px\] {
  border-top-left-radius: 270px;
}
.rounded-br-\[170px\] {
  border-bottom-right-radius: 170px;
}
.rounded-tl-tw-pricing {
  border-top-left-radius: 300px;
}
.rounded-tl-\[300px\] {
  border-top-left-radius: 300px;
}
.rounded-br-tw-pricing {
  border-bottom-right-radius: 300px;
}
.border-0 {
  border-width: 0px;
}
.border {
  border-width: 1px;
}
.border-\[4px\] {
  border-width: 4px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-solid {
  border-style: solid;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-\[\#009fda\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 159 218 / var(--tw-border-opacity));
}
.border-twbuttonpink {
  --tw-border-opacity: 1;
  border-color: rgb(235 88 136 / var(--tw-border-opacity));
}
.bg-twbgdarkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(33 57 119 / var(--tw-bg-opacity));
}
.bg-twbuttonpink {
  --tw-bg-opacity: 1;
  background-color: rgb(235 88 136 / var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-twgreykhoros {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity));
}
.bg-twgradione {
  --tw-bg-opacity: 1;
  background-color: rgb(33 57 119 / var(--tw-bg-opacity));
}
.bg-\[\#F8F9FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity));
}
.bg-\[\#21397708\] {
  background-color: #21397708;
}
.bg-twgraditwo {
  --tw-bg-opacity: 1;
  background-color: rgb(26 158 218 / var(--tw-bg-opacity));
}
.bg-twlightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.\!bg-twgradione {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 57 119 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#162b64\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 43 100 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-twgradione {
  --tw-gradient-from: #213977;
  --tw-gradient-to: rgb(33 57 119 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-twgraditwo {
  --tw-gradient-to: #1A9EDA;
}
.\!bg-cover {
  background-size: cover !important;
}
.\!bg-top {
  background-position: top !important;
}
.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.\!p-3 {
  padding: 0.75rem !important;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-0 {
  padding: 0px;
}
.p-3 {
  padding: 0.75rem;
}
.\!p-0 {
  padding: 0px !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-\[5vw\] {
  padding-left: 5vw;
  padding-right: 5vw;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.\!pl-8 {
  padding-left: 2rem !important;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.\!pb-10 {
  padding-bottom: 2.5rem !important;
}
.pt-28 {
  padding-top: 7rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-\[28\%\] {
  padding-bottom: 28%;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.\!pt-\[9rem\] {
  padding-top: 9rem !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[2\%\] {
  padding-top: 2%;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-\[\'Forno-m\'\] {
  font-family: 'Forno-m';
}
.font-display {
  font-family: Forno-m;
}
.text-xs {
  font-size: .75rem;
}
.text-twplaceholderSel {
  font-size: 11px;
}
.text-twplaceholder {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-twh1 {
  font-size: 36px;
}
.text-\[29px\] {
  font-size: 29px;
}
.text-xl {
  font-size: 1.25rem;
}
.text-5xl {
  font-size: 3rem;
}
.text-md {
  font-size: 16px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.\!text-\[40px\] {
  font-size: 40px !important;
}
.text-sm {
  font-size: .875rem;
}
.\!text-twbtfont {
  font-size: 16px !important;
}
.text-\[48px\] {
  font-size: 48px;
}
.\!text-\[36px\] {
  font-size: 36px !important;
}
.\!text-sm {
  font-size: .875rem !important;
}
.text-twsm {
  font-size: 11px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-twbtfont {
  font-size: 16px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.font-medium {
  font-weight: 500;
}
.\!font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-none {
  line-height: 1;
}
.leading-\[70px\] {
  line-height: 70px;
}
.leading-snug {
  line-height: 1.375;
}
.leading-twheading {
  line-height: 50.76px;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[39px\] {
  line-height: 39px;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-\[\#38495c\] {
  --tw-text-opacity: 1;
  color: rgb(56 73 92 / var(--tw-text-opacity));
}
.text-twgradione {
  --tw-text-opacity: 1;
  color: rgb(33 57 119 / var(--tw-text-opacity));
}
.text-twgrey404 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-twgraditwo {
  --tw-text-opacity: 1;
  color: rgb(26 158 218 / var(--tw-text-opacity));
}
.text-twbuttonpink {
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
.text-twgrey {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#7f7f7f\] {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-twgradione::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(33 57 119 / var(--tw-placeholder-opacity));
}
.placeholder-twgradione::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(33 57 119 / var(--tw-placeholder-opacity));
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.\!shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
  --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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.shadow-twshadow {
  --tw-shadow:  0px 0px 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 0px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
    font-family: 'Forno-m';
    src: url('../../../../assets/fiasco/fonts/Forno-m.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#disqus_recommendations{
  display: none!important;
}
.at-icon-wrapper{
  margin-bottom: 0!important;
}
@media (min-width: 1536px) {

  .contact-us-logo {
    margin-top: 1.25rem!important;
  }
}
.twitter-tweet {
  margin: auto!important;
}
.instagram-media{
  margin: auto!important;
}
.contact-us-logo {
  margin-top: 30vh;
}
script{
display: none!important;
}
.hs-button{
  line-height: 1rem!important;
}  
.twpricing-list >ul >li::before{
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9538 0.9231H14.9231C14.3385 0.307716 13.3846 0.307716 12.8 0.892331L5.84614 7.84618L3.26153 5.26156C2.67691 4.67695 1.72307 4.67695 1.13845 5.26156H1.10768C0.523066 5.87695 0.523066 6.83079 1.10768 7.44618L4.79999 11.1385C5.3846 11.7231 6.33845 11.7231 6.92307 11.1385L14.9846 3.07695C15.5692 2.49233 15.5692 1.53848 14.9846 0.95387L14.9538 0.9231Z' fill='white'/%3E%3C/svg%3E")!important;

}
@media (max-width: 991px){
  .webkit-fill{
    max-width: -webkit-fill-available!important;
    max-width: -moz-available!important;          /* WebKit-based browsers will ignore this. */

  }
}

.padding-top-smt{
  padding-top: 9rem!important;
}
@media (max-width: 991px){
  .tw-tiny-b{
    padding-bottom: 15vh!important;
  }
}
@media (min-width: 992px){
  .tw-tiny-b{
    padding-bottom: 5vh!important;
  }
}

.tw-gradient-khoros{
  background:linear-gradient(210.56deg, #2E1CD4 0.95%, #213977 97.66%);
}
.tw-list{
  padding:0;
}
.activebullet > svg > circle {
  fill: #1A9EDA!important;
}
.inactivebullet > svg > circle {
  fill: #D9D9D9;
}
.lastpricing >p:last-child {
  border-right: 0;
  border-bottom: 0;
}
.hide-col >div:first-child {
  display: flex!important;
}
details > summary::marker{
  content: ' ';
}
details[open] summary ~ * {
  animation: sweep .7s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
.arrows-btn-left-blue{
  content: url("data:image/svg+xml,%3Csvg width='37' height='66' viewBox='0 0 37 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='32.7461' width='46.3099' height='5.97547' rx='2.98773' transform='rotate(-45 0 32.7461)' fill='%23213977'/%3E%3Crect x='32.7464' y='65.5424' width='46.3099' height='5.97547' rx='2.98773' transform='rotate(-135 32.7464 65.5424)' fill='%23213977'/%3E%3C/svg%3E");
}
.arrows-btn-right-blue{
  content: url("data:image/svg+xml,%3Csvg width='27' height='48' viewBox='0 0 27 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='27' y='23.7468' width='33.5315' height='4.32664' rx='2.16332' transform='rotate(135 27 23.7468)' fill='rgb(33,57,119)'/%3E%3Crect x='3.28961' y='-6.10352e-05' width='33.5315' height='4.32664' rx='2.16332' transform='rotate(45 3.28961 -6.10352e-05)' fill='rgb(33,57,119)'/%3E%3C/svg%3E%0A");
}
.arrows-btn-right {
  content: url("data:image/svg+xml,%3Csvg width='27' height='48' viewBox='0 0 27 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='27' y='23.7468' width='33.5315' height='4.32664' rx='2.16332' transform='rotate(135 27 23.7468)' fill='white'/%3E%3Crect x='3.28961' y='-6.10352e-05' width='33.5315' height='4.32664' rx='2.16332' transform='rotate(45 3.28961 -6.10352e-05)' fill='white'/%3E%3C/svg%3E%0A");
}
.arrows-btn-left{
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 48' style='enable-background:new 0 0 27 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1.8,22.2L22.4,1.5c0.8-0.8,2.2-0.8,3.1,0l0,0c0.8,0.8,0.8,2.2,0,3.1L4.8,25.2c-0.8,0.8-2.2,0.8-3.1,0l0,0 C0.9,24.4,0.9,23,1.8,22.2z'/%3E%3Cpath class='st0' d='M22.4,45.9L1.8,25.3c-0.8-0.8-0.8-2.2,0-3.1l0,0c0.8-0.8,2.2-0.8,3.1,0l20.7,20.7c0.8,0.8,0.8,2.2,0,3.1l0,0 C24.6,46.8,23.3,46.8,22.4,45.9z'/%3E%3C/svg%3E%0A");
}
details > summary > .arrow{
  content: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 3.42118C24 2.52 23.649 1.61882 22.9579 0.949682C21.6127 -0.356221 19.4807 -0.307654 18.194 1.05761L12 7.63029L5.80589 1.05761C4.51922 -0.307654 2.38719 -0.356221 1.04204 0.949682C-0.303106 2.25558 -0.350957 4.4195 0.935707 5.78476L9.57018 14.9423C10.2082 15.6168 11.0855 15.9999 12.0053 15.9999C12.9251 15.9999 13.8023 15.6168 14.4404 14.9423L23.0642 5.78476C23.6863 5.12101 24 4.2738 24 3.42118Z' fill='%231A9EDA'/%3E%3C/svg%3E%0A");
}
details[open] > summary > .arrow{
  content: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.79827e-05 12.5788C4.79039e-05 13.48 0.350956 14.3812 1.04214 15.0503C2.38729 16.3562 4.51932 16.3077 5.80598 14.9424L12 8.36971L18.1941 14.9424C19.4808 16.3077 21.6128 16.3562 22.958 15.0503C24.3031 13.7444 24.351 11.5805 23.0643 10.2152L14.4298 1.05774C13.7918 0.383202 12.9145 6.48345e-05 11.9947 6.47541e-05C11.0749 6.46737e-05 10.1977 0.383201 9.55964 1.05774L0.935805 10.2152C0.31374 10.879 4.80572e-05 11.7262 4.79827e-05 12.5788Z' fill='%231A9EDA'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 640px){
  details > summary > .arrow{
    content: url("data:image/svg+xml,%3Csvg width='16' height='24' viewBox='0 0 16 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4213 -7.45361e-05C2.52012 -7.44967e-05 1.61894 0.350834 0.949803 1.04202C-0.3561 2.38717 -0.307533 4.5192 1.05773 5.80586L7.63041 11.9999L1.05773 18.194C-0.307532 19.4807 -0.356099 21.6127 0.949804 22.9578C2.25571 24.303 4.41962 24.3508 5.78488 23.0642L14.9424 14.4297C15.6169 13.7917 16.0001 12.9144 16.0001 11.9946C16.0001 11.0748 15.6169 10.1975 14.9424 9.55952L5.78488 0.935682C5.12113 0.313617 4.27392 -7.45734e-05 3.4213 -7.45361e-05Z' fill='%231A9EDA'/%3E%3C/svg%3E%0A");
  }
  details[open] > summary > .arrow{
    content: url("data:image/svg+xml,%3Csvg width='16' height='24' viewBox='0 0 16 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4213 -7.45361e-05C2.52012 -7.44967e-05 1.61894 0.350834 0.949803 1.04202C-0.3561 2.38717 -0.307533 4.5192 1.05773 5.80586L7.63041 11.9999L1.05773 18.194C-0.307532 19.4807 -0.356099 21.6127 0.949804 22.9578C2.25571 24.303 4.41962 24.3508 5.78488 23.0642L14.9424 14.4297C15.6169 13.7917 16.0001 12.9144 16.0001 11.9946C16.0001 11.0748 15.6169 10.1975 14.9424 9.55952L5.78488 0.935682C5.12113 0.313617 4.27392 -7.45734e-05 3.4213 -7.45361e-05Z' fill='%231A9EDA'/%3E%3C/svg%3E%0A");
  }
}
.iti__flag-container{
    padding-left: 4px!important;
    padding-top: 2px!important;
}
.mktoErrorDetail{
    display: none;
}
.placeholder\:text-twplaceholder::-moz-placeholder {
  font-size: 10px;
}
.placeholder\:text-twplaceholder::placeholder {
  font-size: 10px;
}
.placeholder\:leading-10::-moz-placeholder {
  line-height: 2.5rem;
}
.placeholder\:leading-10::placeholder {
  line-height: 2.5rem;
}
.hover\:border-\[1px\]:hover {
  border-width: 1px;
}
.hover\:\!border-\[1px\]:hover {
  border-width: 1px !important;
}
.hover\:border-solid:hover {
  border-style: solid;
}
.hover\:\!border-solid:hover {
  border-style: solid !important;
}
.hover\:border-\[\#009fda\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 159 218 / var(--tw-border-opacity));
}
.hover\:border-twbuttonpink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 88 136 / var(--tw-border-opacity));
}
.hover\:\!border-twbuttonpink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 88 136 / var(--tw-border-opacity)) !important;
}
.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.hover\:\!bg-\[\#009fda\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 159 218 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.focus\:bg-twgraditwo:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 158 218 / var(--tw-bg-opacity));
}
.focus\:bg-twgradione:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 57 119 / var(--tw-bg-opacity));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-0:disabled {
  border-width: 0px;
}
.disabled\:bg-twgrey:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(127 127 127 / var(--tw-bg-opacity));
}
.disabled\:\!bg-twbuttonpink:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 88 136 / var(--tw-bg-opacity)) !important;
}
.disabled\:\!text-white:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.child\:px-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}
.child\:text-white > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:\!mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

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

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

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

  .sm\:ml-1\/5 {
    margin-left: 20%;
  }

  .sm\:ml-1\/4 {
    margin-left: 25%;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

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

  .sm\:ml-stpMargin {
    margin-left: 27%;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:\!flex {
    display: flex !important;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:w-\[27\%\] {
    width: 27%;
  }

  .sm\:min-w-twslider {
    min-width: 45vw;
  }

  .sm\:max-w-twlogos {
    max-width: 9vw;
  }

  .sm\:max-w-twquote {
    max-width: 50vw;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

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

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

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

  .sm\:rounded-l-tw {
    border-top-left-radius: 54%;
    border-bottom-left-radius: 54%;
  }

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

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

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

  .sm\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {

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

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

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

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

  .md\:rounded-tl-\[300px\] {
    border-top-left-radius: 300px;
  }

  .md\:rounded-br-\[300px\] {
    border-bottom-right-radius: 300px;
  }
}
@media (min-width: 1024px) {

  .lg\:\!-m-\[2\%\] {
    margin: -2% !important;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-\[0\] {
    margin: 0;
  }

  .lg\:-m-\[5\%\] {
    margin: -5%;
  }

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

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

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

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

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

  .lg\:\!mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:\!mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

  .lg\:ml-twpage {
    margin-left: 7%;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

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

  .lg\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

  .lg\:mr-24 {
    margin-right: 6rem;
  }

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

  .lg\:\!mb-\[260px\] {
    margin-bottom: 260px !important;
  }

  .lg\:\!mb-\[180px\] {
    margin-bottom: 180px !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

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

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

  .lg\:max-h-\[39rem\] {
    max-height: 39rem;
  }

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

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

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

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

  .lg\:max-h-68 {
    max-height: 68vh;
  }

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

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

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

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

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

  .lg\:min-h-584 {
    min-height: 584px;
  }

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

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

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

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

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

  .lg\:min-w-\[64rem\] {
    min-width: 64rem;
  }

  .lg\:\!max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:rounded-tl-\[300px\] {
    border-top-left-radius: 300px;
  }

  .lg\:rounded-br-\[300px\] {
    border-bottom-right-radius: 300px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-tl-tw-pricing {
    border-top-left-radius: 300px;
  }

  .lg\:rounded-br-tw-pricing {
    border-bottom-right-radius: 300px;
  }

  .lg\:rounded-tr-tw-pricing {
    border-top-right-radius: 300px;
  }

  .lg\:rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }

  .lg\:rounded-br-\[100px\] {
    border-bottom-right-radius: 100px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

  .lg\:pt-\[9rem\] {
    padding-top: 9rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-\[11rem\] {
    padding-top: 11rem;
  }

  .lg\:pt-\[13rem\] {
    padding-top: 13rem;
  }

  .lg\:\!text-left {
    text-align: left !important;
  }

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

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

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

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

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }

  .lg\:\!text-twbgdarkblue {
    --tw-text-opacity: 1 !important;
    color: rgb(33 57 119 / var(--tw-text-opacity)) !important;
  }
}
@media (min-width: 1280px) {

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

  .xl\:max-w-7xl {
    max-width: 80rem;
  }
}
.\[\&\>\*\]\:btn-tw>* {
  display: flex;
  height: 39px;
  width: 170px !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 88 136 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: 'Forno-m';
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>\*\]\:btn-tw>*:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 88 136 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(235 88 136 / var(--tw-text-opacity)) !important;
}
.\[\&\>\*\]\:relative>* {
  position: relative;
}
.\[\&\>\*\]\:right-0>* {
  right: 0px;
}
.\[\&\>\*\]\:-top-\[10vh\]>* {
  top: -10vh;
}
.\[\&\>\*\]\:z-30>* {
  z-index: 30;
}
.\[\&\>\*\]\:m-2>* {
  margin: 0.5rem;
}
.\[\&\>\*\]\:m-0>* {
  margin: 0px;
}
.\[\&\>\*\]\:my-3>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.\[\&\>\*\]\:\!ml-0>* {
  margin-left: 0px !important;
}
.\[\&\>\*\]\:mt-0>* {
  margin-top: 0px;
}
.\[\&\>\*\]\:\!flex>* {
  display: flex !important;
}
.\[\&\>\*\]\:flex>* {
  display: flex;
}
.\[\&\>\*\]\:w-full>* {
  width: 100%;
}
.\[\&\>\*\]\:max-w-\[35rem\]>* {
  max-width: 35rem;
}
.\[\&\>\*\]\:max-w-\[387px\]>* {
  max-width: 387px;
}
.\[\&\>\*\]\:max-w-2xl>* {
  max-width: 42rem;
}
.\[\&\>\*\]\:max-w-4xl>* {
  max-width: 56rem;
}
.\[\&\>\*\]\:flex-col>* {
  flex-direction: column;
}
.\[\&\>\*\]\:\!items-center>* {
  align-items: center !important;
}
.\[\&\>\*\]\:items-center>* {
  align-items: center;
}
.\[\&\>\*\]\:justify-start>* {
  justify-content: flex-start;
}
.\[\&\>\*\]\:justify-center>* {
  justify-content: center;
}
.\[\&\>\*\]\:rounded-\[15px\]>* {
  border-radius: 15px;
}
.\[\&\>\*\]\:border-\[3px\]>* {
  border-width: 3px;
}
.\[\&\>\*\]\:border-\[1px\]>* {
  border-width: 1px;
}
.\[\&\>\*\]\:border-solid>* {
  border-style: solid;
}
.\[\&\>\*\]\:border-twbuttonpink>* {
  --tw-border-opacity: 1;
  border-color: rgb(235 88 136 / var(--tw-border-opacity));
}
.\[\&\>\*\]\:border-\[\#DFDFDF\]>* {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}
.\[\&\>\*\]\:bg-transparent>* {
  background-color: transparent;
}
.\[\&\>\*\]\:bg-white>* {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>\*\]\:py-1>* {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\[\&\>\*\]\:pl-6>* {
  padding-left: 1.5rem;
}
.\[\&\>\*\]\:pr-2>* {
  padding-right: 0.5rem;
}
.\[\&\>\*\]\:pr-1>* {
  padding-right: 0.25rem;
}
.\[\&\>\*\]\:text-left>* {
  text-align: left;
}
.\[\&\>\*\]\:text-center>* {
  text-align: center;
}
.\[\&\>\*\]\:align-middle>* {
  vertical-align: middle;
}
.\[\&\>\*\]\:text-twbtfont>* {
  font-size: 16px;
}
.\[\&\>\*\]\:text-4xl>* {
  font-size: 2.25rem;
}
.\[\&\>\*\]\:text-\[16px\]>* {
  font-size: 16px;
}
.\[\&\>\*\]\:text-xl>* {
  font-size: 1.25rem;
}
.\[\&\>\*\]\:\!text-\[14px\]>* {
  font-size: 14px !important;
}
.\[\&\>\*\]\:text-twsm>* {
  font-size: 11px;
}
.\[\&\>\*\]\:text-lg>* {
  font-size: 1.125rem;
}
.\[\&\>\*\]\:font-black>* {
  font-weight: 900;
}
.\[\&\>\*\]\:font-normal>* {
  font-weight: 400;
}
.\[\&\>\*\]\:leading-normal>* {
  line-height: 1.5;
}
.\[\&\>\*\]\:leading-relaxed>* {
  line-height: 1.625;
}
.\[\&\>\*\]\:leading-4>* {
  line-height: 1rem;
}
.\[\&\>\*\]\:\!text-twbuttonpink>* {
  --tw-text-opacity: 1 !important;
  color: rgb(235 88 136 / var(--tw-text-opacity)) !important;
}
.\[\&\>\*\]\:text-twbuttonpink>* {
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
.\[\&\>\*\]\:text-white>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>\*\]\:text-twgrey404>* {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.\[\&\>\*\]\:text-twgrey>* {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .lg\:\[\&\>\*\]\:absolute>* {
    position: absolute;
  }

  .\[\&\>\*\]\:lg\:top-\[300px\]>* {
    top: 300px;
  }

  .lg\:\[\&\>\*\]\:mx-6>* {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:\[\&\>\*\]\:mr-\[2\%\]>* {
    margin-right: 2%;
  }

  .lg\:\[\&\>\*\]\:justify-start>* {
    justify-content: flex-start;
  }

  .lg\:\[\&\>\*\]\:text-left>* {
    text-align: left;
  }
}
@media (min-width: 1280px) {

  .xl\:\[\&\>\*\]\:mr-\[3\%\]>* {
    margin-right: 3%;
  }
}
@media (min-width: 1536px) {

  .\32xl\:\[\&\>\*\]\:mr-\[10\%\]>* {
    margin-right: 10%;
  }
}
.\[\&\>p\>img\]\:m-auto>p>img {
  margin: auto;
}
.\[\&\>p\>iframe\]\:w-full>p>iframe {
  width: 100%;
}
.\[\&\>h2\]\:flex>h2 {
  display: flex;
}
.\[\&\>h2\]\:justify-center>h2 {
  justify-content: center;
}
.\[\&\>h2\]\:text-center>h2 {
  text-align: center;
}
.\[\&\>h2\]\:text-twgrey404>h2 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .\[\&\>h2\]\:lg\:justify-start>h2 {
    justify-content: flex-start;
  }

  .\[\&\>h2\]\:lg\:text-left>h2 {
    text-align: left;
  }
}
.\[\&\>p\]\:m-0>p {
  margin: 0px;
}
.\[\&\>p\]\:mb-5>p {
  margin-bottom: 1.25rem;
}
.\[\&\>p\]\:ml-0>p {
  margin-left: 0px;
}
.\[\&\>p\]\:mr-auto>p {
  margin-right: auto;
}
.\[\&\>p\]\:flex>p {
  display: flex;
}
.\[\&\>p\]\:min-h-\[110px\]>p {
  min-height: 110px;
}
.\[\&\>p\]\:min-h-\[88px\]>p {
  min-height: 88px;
}
.\[\&\>p\]\:max-w-\[228px\]>p {
  max-width: 228px;
}
.\[\&\>p\]\:max-w-lg>p {
  max-width: 32rem;
}
.\[\&\>p\]\:flex-row>p {
  flex-direction: row;
}
.\[\&\>p\]\:flex-col>p {
  flex-direction: column;
}
.\[\&\>p\]\:flex-wrap>p {
  flex-wrap: wrap;
}
.\[\&\>p\]\:content-center>p {
  align-content: center;
}
.\[\&\>p\]\:items-center>p {
  align-items: center;
}
.\[\&\>p\]\:justify-center>p {
  justify-content: center;
}
.\[\&\>p\]\:border-b-\[1px\]>p {
  border-bottom-width: 1px;
}
.\[\&\>p\]\:border-solid>p {
  border-style: solid;
}
.\[\&\>p\]\:border-b-\[\#21397726\]>p {
  border-bottom-color: #21397726;
}
.\[\&\>p\]\:px-12>p {
  padding-left: 3rem;
  padding-right: 3rem;
}
.\[\&\>p\]\:px-5>p {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&\>p\]\:text-left>p {
  text-align: left;
}
.\[\&\>p\]\:text-center>p {
  text-align: center;
}
.\[\&\>p\]\:align-middle>p {
  vertical-align: middle;
}
.\[\&\>p\]\:text-md>p {
  font-size: 16px;
}
.\[\&\>p\]\:text-lg>p {
  font-size: 1.125rem;
}
.\[\&\>p\]\:text-xs>p {
  font-size: .75rem;
}
.\[\&\>p\]\:text-\[16px\]>p {
  font-size: 16px;
}
.\[\&\>p\]\:text-base>p {
  font-size: 1rem;
}
.\[\&\>p\]\:text-sm>p {
  font-size: .875rem;
}
.\[\&\>p\]\:font-normal>p {
  font-weight: 400;
}
.\[\&\>p\]\:leading-relaxed>p {
  line-height: 1.625;
}
.\[\&\>p\]\:leading-snug>p {
  line-height: 1.375;
}
.\[\&\>p\]\:text-twgrey404>p {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.\[\&\>p\]\:text-twgrey>p {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}
.\[\&\>p\]\:text-twgraditwo>p {
  --tw-text-opacity: 1;
  color: rgb(26 158 218 / var(--tw-text-opacity));
}
.first\:\[\&\>p\]\:grid>p:first-child {
  display: grid;
}
@media (min-width: 640px) {

  .sm\:\[\&\>p\]\:min-h-\[220px\]>p {
    min-height: 220px;
  }
}
@media (min-width: 1024px) {

  .\[\&\>p\]\:lg\:justify-start>p {
    justify-content: flex-start;
  }

  .\[\&\>p\]\:lg\:border-r-\[1px\]>p {
    border-right-width: 1px;
  }

  .\[\&\>p\]\:lg\:border-b-0>p {
    border-bottom-width: 0px;
  }

  .\[\&\>p\]\:lg\:border-r-\[\#21397726\]>p {
    border-right-color: #21397726;
  }

  .\[\&\>p\]\:lg\:text-left>p {
    text-align: left;
  }

  .lg\:\[\&\>p\]\:text-left>p {
    text-align: left;
  }

  .lg\:\[\&\>p\]\:text-base>p {
    font-size: 1rem;
  }
}
.\[\&\>\*\>\*\]\:flex>*>* {
  display: flex;
}
.\[\&\>\*\>\*\]\:text-white>*>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>div\>\*\]\:m-0>div>* {
  margin: 0px;
}
.\[\&\>div\>\*\]\:flex>div>* {
  display: flex;
}
.\[\&\>div\>\*\]\:justify-center>div>* {
  justify-content: center;
}
.\[\&\>div\>\*\]\:\!text-center>div>* {
  text-align: center !important;
}
.\[\&\>div\>\*\]\:text-center>div>* {
  text-align: center;
}
.\[\&\>div\>\*\]\:text-white>div>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .lg\:\[\&\>div\>\*\]\:\!text-left>div>* {
    text-align: left !important;
  }
}
.\[\&\>div\>\*\>\*\]\:flex>div>*>* {
  display: flex;
}
.\[\&\>div\>\*\>p\]\:\!text-center>div>*>p {
  text-align: center !important;
}
@media (min-width: 1024px) {

  .lg\:\[\&\>div\>\*\>p\]\:\!text-left>div>*>p {
    text-align: left !important;
  }
}
.\[\&\>div\]\:flex>div {
  display: flex;
}
.\[\&\>div\]\:hidden>div {
  display: none;
}
.\[\&\>div\]\:max-h-\[200px\]>div {
  max-height: 200px;
}
.\[\&\>div\]\:min-h-\[200px\]>div {
  min-height: 200px;
}
.\[\&\>div\]\:max-w-\[45vw\]>div {
  max-width: 45vw;
}
.\[\&\>div\]\:flex-col>div {
  flex-direction: column;
}
.\[\&\>div\]\:items-center>div {
  align-items: center;
}
.\[\&\>div\]\:justify-start>div {
  justify-content: flex-start;
}
.\[\&\>div\]\:justify-center>div {
  justify-content: center;
}
.\[\&\>div\]\:p-5>div {
  padding: 1.25rem;
}
.\[\&\>div\]\:py-6>div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .\[\&\>div\]\:lg\:flex>div {
    display: flex;
  }

  .\[\&\>div\]\:lg\:max-w-\[25vw\]>div {
    max-width: 25vw;
  }

  .lg\:\[\&\>div\]\:justify-start>div {
    justify-content: flex-start;
  }

  .\[\&\>div\]\:lg\:border-r-\[1px\]>div {
    border-right-width: 1px;
  }

  .\[\&\>div\]\:lg\:border-solid>div {
    border-style: solid;
  }

  .\[\&\>div\]\:lg\:border-\[\#FFFFFF80\]>div {
    border-color: #FFFFFF80;
  }

  .\[\&\>div\]\:lg\:px-9>div {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\[\&\>div\]\:lg\:px-10>div {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.\[\&\>div\>div\>\*\]\:\!text-white>div>div>* {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\[\&\>h1\]\:pb-20>h1 {
  padding-bottom: 5rem;
}
.\[\&\>div\>p\]\:m-0>div>p {
  margin: 0px;
}
.\[\&\>div\>p\]\:flex>div>p {
  display: flex;
}
.\[\&\>div\>p\]\:min-h-\[50px\]>div>p {
  min-height: 50px;
}
.\[\&\>div\>p\]\:max-w-\[10rem\]>div>p {
  max-width: 10rem;
}
.\[\&\>div\>p\]\:max-w-xs>div>p {
  max-width: 20rem;
}
.\[\&\>div\>p\]\:flex-wrap>div>p {
  flex-wrap: wrap;
}
.\[\&\>div\>p\]\:justify-center>div>p {
  justify-content: center;
}
.\[\&\>div\>p\]\:text-center>div>p {
  text-align: center;
}
.\[\&\>div\>p\]\:font-display>div>p {
  font-family: Forno-m;
}
.\[\&\>div\>p\]\:text-md>div>p {
  font-size: 16px;
}
.\[\&\>div\>p\]\:text-\[16px\]>div>p {
  font-size: 16px;
}
.\[\&\>div\>p\]\:text-twgraditwo>div>p {
  --tw-text-opacity: 1;
  color: rgb(26 158 218 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .lg\:\[\&\>div\>p\]\:max-w-\[20rem\]>div>p {
    max-width: 20rem;
  }
}
.\[\&\>div\>p\>\*\>img\]\:flex>div>p>*>img {
  display: flex;
}
.\[\&\>div\>p\>\*\>img\]\:justify-center>div>p>*>img {
  justify-content: center;
}
.\[\&\>div\>p\>\*\]\:mx-5>div>p>* {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.\[\&\>div\>p\>\*\]\:my-2>div>p>* {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.\[\&\>span\]\:text-twbuttonpink>span {
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
.\[\&\>h4\]\:text-twbuttonpink>h4 {
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
.\[\&\>p\>a\>span\]\:mr-6>p>a>span {
  margin-right: 1.5rem;
}
.\[\&\>p\>a\>span\]\:flex>p>a>span {
  display: flex;
}
.\[\&\>p\>a\>span\]\:w-\[35px\]>p>a>span {
  width: 35px;
}
.\[\&\>p\>a\>span\]\:text-\[24px\]>p>a>span {
  font-size: 24px;
}
.\[\&\>p\>a\>span\]\:font-black>p>a>span {
  font-weight: 900;
}
.\[\&\>p\>a\>span\]\:text-twbuttonpink>p>a>span {
  --tw-text-opacity: 1;
  color: rgb(235 88 136 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .lg\:\[\&\>p\>a\>span\]\:inline-block>p>a>span {
    display: inline-block;
  }
}
.\[\&\>p\>a\]\:mr-5>p>a {
  margin-right: 1.25rem;
}
.\[\&\>p\>a\]\:flex>p>a {
  display: flex;
}
.\[\&\>p\>a\]\:cursor-default>p>a {
  cursor: default;
}
.\[\&\>p\>a\]\:\!text-inherit>p>a {
  color: inherit !important;
}
.\[\&\>p\>a\>img\]\:h-\[37px\]>p>a>img {
  height: 37px;
}
.\[\&\>p\>a\>img\]\:w-\[37px\]>p>a>img {
  width: 37px;
}
.\[\&\>p\>a\>img\]\:\!max-w-none>p>a>img {
  max-width: none !important;
}
.\[\&\>\*\>li\]\:before\:\!bg-twgrey>*>li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 127 127 / var(--tw-bg-opacity)) !important;
}
.\[\&\>\*\>img\]\:rounded-lg>*>img {
  border-radius: 0.5rem;
}
.\[\&\>p\>a\>\*\]\:flex>p>a>* {
  display: flex;
}
.\[\&\>p\>a\>\*\]\:min-h-\[88px\]>p>a>* {
  min-height: 88px;
}
.\[\&\>p\>a\>\*\]\:py-7>p>a>* {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.\[\&\>p\>\*\]\:flex>p>* {
  display: flex;
}
.\[\&\>p\>\*\]\:items-center>p>* {
  align-items: center;
}
.\[\&\>p\>\*\]\:font-bold>p>* {
  font-weight: 700;
}
.\[\&\>ul\]\:\!m-0>ul {
  margin: 0px !important;
}
.\[\&\>ul\]\:mr-5>ul {
  margin-right: 1.25rem;
}
.\[\&\>ul\]\:ml-4>ul {
  margin-left: 1rem;
}
.\[\&\>ul\>li\]\:pb-3>ul>li {
  padding-bottom: 0.75rem;
}
.\[\&\>ul\>li\]\:font-normal>ul>li {
  font-weight: 400;
}
.\[\&\>ul\>li\]\:before\:top-0>ul>li::before {
  content: var(--tw-content);
  top: 0px;
}
.\[\&\>ul\>li\]\:before\:right-0>ul>li::before {
  content: var(--tw-content);
  right: 0px;
}
.\[\&\>ul\>li\]\:before\:left-0>ul>li::before {
  content: var(--tw-content);
  left: 0px;
}
.\[\&\>ul\>li\]\:before\:h-5>ul>li::before {
  content: var(--tw-content);
  height: 1.25rem;
}
.\[\&\>ul\>li\]\:before\:w-5>ul>li::before {
  content: var(--tw-content);
  width: 1.25rem;
}
.\[\&\>ul\>li\]\:before\:rounded-full>ul>li::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.\[\&\>ul\>li\]\:before\:bg-\[\#1A9EDA\]>ul>li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(26 158 218 / var(--tw-bg-opacity));
}
.\[\&\>ul\>li\]\:before\:p-tw-list>ul>li::before {
  content: var(--tw-content);
  padding: 4px 0 0 2px;
}
.\[\&\>div\>h3\]\:mt-0>div>h3 {
  margin-top: 0px;
}
.\[\&\>div\>h3\]\:items-baseline>div>h3 {
  align-items: baseline;
}
.\[\&\>div\>h3\]\:font-display>div>h3 {
  font-family: Forno-m;
}
.\[\&\>div\>h3\]\:text-\[48px\]>div>h3 {
  font-size: 48px;
}
.\[\&\>div\>h3\]\:font-bold>div>h3 {
  font-weight: 700;
}
.\[\&\>div\>h4\]\:my-0>div>h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\[\&\>div\>h4\]\:items-baseline>div>h4 {
  align-items: baseline;
}
.\[\&\>div\>h4\]\:pb-\[20px\]>div>h4 {
  padding-bottom: 20px;
}
.\[\&\>div\>h4\]\:font-display>div>h4 {
  font-family: Forno-m;
}
.\[\&\>div\>h4\]\:text-\[24px\]>div>h4 {
  font-size: 24px;
}