@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

 
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css (1) ***!
  \*******************************************************************************************************************/
/*
! 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: 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.
*/

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 */
  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;
  appearance: textfield;
  outline-offset: -2px;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
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%;
  display: block;
  height: auto;
}

body {
  font-family: "Inter", sans-serif;
}

*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.flex-container {
  flex-grow: 1;
}
@media (min-width: 540px) {
  .container{
    max-width: 540px;
  }
}
@media (min-width: 720px) {
  .container{
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .container{
    max-width: 1140px;
  }
}
@media (min-width: 1320px) {
  .container{
    max-width: 1320px;
  }
}
input[type="checkbox"]:checked ~ label span svg{
  display: inline-flex;
}
.sticky {
  position: fixed !important;
  z-index: 9999 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.8 !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.dark .sticky {
  background-color: rgb(74 108 247 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.2 !important;
}
.sticky {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  }
.sticky .header-logo {
  padding-bottom: 1.25rem;
}
@media (min-width: 960px){

  .sticky .header-logo {
    padding-bottom: 0.5rem;
  }
}
.sticky .menu-scroll.active{
  opacity: 0.7;
}
.navbarTogglerActive > span:nth-child(1){
  top: 7px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.navbarTogglerActive > span:nth-child(2){
  opacity: 0;
}
.navbarTogglerActive > span:nth-child(3){
  top: -8px;
  --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));
}
input#togglePlan:checked ~ .dot{
  --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));
}
input#checkboxLabel:checked ~ .box span{
  opacity: 1;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.right-4{
  right: 1rem;
}
.top-1\/2{
  top: 50%;
}
.top-full{
  top: 100%;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.top-14{
  top: 3.5rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-8{
  bottom: 2rem;
}
.right-8{
  right: 2rem;
}
.left-auto{
  left: auto;
}
.top-6{
  top: 1.5rem;
}
.right-6{
  right: 1.5rem;
}
.top-5{
  top: 1.25rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.top-\[-4px\]{
  top: -4px;
}
.z-40{
  z-index: 40;
}
.z-10{
  z-index: 10;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[999\]{
  z-index: 999;
}
.m-0{
  margin: 0px;
}
.mx-\[-16px\]{
  margin-left: -16px;
  margin-right: -16px;
}
.my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-\[-12px\]{
  margin-left: -12px;
  margin-right: -12px;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-20{
  margin-bottom: 5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.h-\[2px\]{
  height: 2px;
}
.h-9{
  height: 2.25rem;
}
.h-5{
  height: 1.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-2{
  height: 0.5rem;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[40px\]{
  height: 40px;
}
.h-full{
  height: 100%;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[70px\]{
  height: 70px;
}
.h-7{
  height: 1.75rem;
}
.h-4{
  height: 1rem;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.w-full{
  width: 100%;
}
.w-60{
  width: 15rem;
}
.w-120{
  width: 30rem;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[250px\]{
  width: 250px;
}
.w-9{
  width: 2.25rem;
}
.w-5{
  width: 1.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-2{
  width: 0.5rem;
}
.w-\[70px\]{
  width: 70px;
}
.w-14{
  width: 3.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-4{
  width: 1rem;
}
.min-w-\[36px\]{
  min-width: 36px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[672px\]{
  max-width: 672px;
}
.max-w-\[470px\]{
  max-width: 470px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[768px\]{
  max-width: 768px;
}
.max-w-\[820px\]{
  max-width: 820px;
}
.max-w-\[40px\]{
  max-width: 40px;
}
.max-w-\[50px\]{
  max-width: 50px;
}
.max-w-\[85px\]{
  max-width: 85px;
}
.max-w-\[770px\]{
  max-width: 770px;
}
.max-w-\[655px\]{
  max-width: 655px;
}
.max-w-\[18px\]{
  max-width: 18px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[70px\]{
  max-width: 70px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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-pointer{
  cursor: pointer;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-body-color{
  --tw-border-opacity: 1;
  border-color: rgb(149 156 177 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(74 108 247 / var(--tw-border-opacity));
}
.border-opacity-\[\.15\]{
  --tw-border-opacity: .15;
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.border-opacity-25{
  --tw-border-opacity: 0.25;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.bg-transparent{
  background-color: transparent;
}
.dark .bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 68 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: .5;
  background-color: rgb(152 154 199 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
}
.bg-body-color{
  --tw-bg-opacity: 1;
  background-color: rgb(149 156 177 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(9 14 52 / var(--tw-bg-opacity));
}
.bg-\[\#1D2144\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 68 / var(--tw-bg-opacity));
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-\[15\%\]{
  --tw-bg-opacity: 15%;
}
.bg-opacity-\[3\%\]{
  --tw-bg-opacity: 3%;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-50 {
  --tw-bg-opacity: .5;
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.p-6{
  padding: 1.5rem;
}
.p-11{
  padding: 2.75rem;
}
.p-3{
  padding: 0.75rem;
}
.p-12{
  padding: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-\[180px\]{
  padding-top: 180px;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-10 {
  padding-top: 2.3rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-\[110px\]{
  padding-bottom: 110px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[80px\]{
  padding-bottom: 80px;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pt-16{
  padding-top: 4rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.text-center{
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-end {
  text-align: end;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.3rem;
  line-height: 2rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.leading-snug{
  line-height: 1.375;
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(29 33 68 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(10 25 103 / var(--tw-text-opacity));
}
.text-body-color{
  --tw-text-opacity: 1;
  color: rgb(98 107 134 / var(--tw-text-opacity));
  /* color: rgb(149 156 177 / var(--tw-text-opacity)); */
}
.dark .text-body-color{
  --tw-text-opacity: 1;
  color: rgb(149 156 177 / var(--tw-text-opacity));
}

.text-\[\#CED3F6\]{
  --tw-text-opacity: 1;
  color: rgb(206 211 246 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 176 64 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-body-color::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(149 156 177 / var(--tw-placeholder-opacity));
}
.placeholder-body-color:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(149 156 177 / var(--tw-placeholder-opacity));
}
.placeholder-body-color::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(149 156 177 / var(--tw-placeholder-opacity));
}
.opacity-70{
  opacity: 0.7;
}
.opacity-50 {
  opacity: .5;
}
.opacity-0{
  opacity: 0;
}
.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-signUp{
  --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
  --tw-shadow-colored: 0px 5px 10px 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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-one{
  --tw-shadow: 0px 2px 3px rgba(7, 7, 77, 0.05);
  --tw-shadow-colored: 0px 2px 3px 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-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 108 247 / var(--tw-ring-opacity));
}
.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);
}
.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-\[top\]{
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:right-1::after{
  content: var(--tw-content);
  right: 0.25rem;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:mt-\[-2px\]::after{
  content: var(--tw-content);
  margin-top: -2px;
}
.after\:h-2::after{
  content: var(--tw-content);
  height: 0.5rem;
}
.after\:w-2::after{
  content: var(--tw-content);
  width: 0.5rem;
}
.after\:translate-y-\[-50\%\]::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rotate-45::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:border-b-2::after{
  content: var(--tw-content);
  border-bottom-width: 2px;
}
.after\:border-r-2::after{
  content: var(--tw-content);
  border-right-width: 2px;
}
.after\:border-current::after{
  content: var(--tw-content);
  border-color: currentColor;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}
.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:shadow-signUp:hover{
  --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
  --tw-shadow-colored: 0px 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}
.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(74 108 247 / var(--tw-border-opacity));
}
.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}
.focus\:ring-2:focus{
  --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(2px + 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);
}
.focus-visible\:shadow-none:focus-visible{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.dark .dark\:block{
  display: block;
}
.dark .dark\:hidden{
  display: none;
}
.dark .dark\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.dark .dark\:border-opacity-10{
  --tw-border-opacity: 0.1;
}
.dark .dark\:border-opacity-25{
  --tw-border-opacity: 0.25;
}
.dark .dark\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(9 14 52 / var(--tw-bg-opacity));
}
.dark .dark\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark .dark\:bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 68 / var(--tw-bg-opacity));
}
.dark .dark\:bg-\[\#242B51\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 43 81 / var(--tw-bg-opacity));
}
.dark .dark\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(74 108 247 / var(--tw-bg-opacity));
}
.dark .dark\:bg-\[\#1D2144\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 33 68 / var(--tw-bg-opacity));
}
.dark .dark\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.dark .dark\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-body-color{
  --tw-text-opacity: 1;
  color: rgb(149 156 177 / var(--tw-text-opacity));
}
.dark .dark\:opacity-90{
  opacity: 0.9;
}
.dark .dark\:opacity-60{
  opacity: 0.6;
}
.dark .dark\:shadow-signUp{
  --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
  --tw-shadow-colored: 0px 5px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .dark\:hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}
.dark .dark\:hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(74 108 247 / var(--tw-text-opacity));
}
.dark .dark\:hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:hover\:opacity-100:hover{
  opacity: 1;
}


/* Style the content div */
.content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 20px;
  height: 100%;
}


@media (min-width: 540px){

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

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

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

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-11{
    padding: 2.75rem;
  }

  .sm\:p-\[55px\]{
    padding: 55px;
  }

  .sm\:p-\[60px\]{
    padding: 60px;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-2xl{
    font-size: 1.3rem;
    line-height: 2rem;
  }

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

  .sm\:leading-tight{
    line-height: 1.25;
  }
}
@media (min-width: 720px){

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

  .md\:block{
    display: block;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

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

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

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

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

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .md\:pt-\[150px\]{
    padding-top: 150px;
  }

  .md\:pb-\[120px\]{
    padding-bottom: 120px;
  }

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

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }
}
@media (min-width: 960px){

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:top-\[110\%\]{
    top: 110%;
  }

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

  .lg\:ml-8{
    margin-left: 2rem;
  }

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-120 {
    width: 30rem;
  } 

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-8\/12{
    width: 66.666667%;
  }

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

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

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

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

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

  .lg\:bg-transparent{
    background-color: transparent;
  }

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

  .lg\:p-11{
    padding: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-4{
    padding-right: 1rem;
  }

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

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

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

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .lg\:text-2xl{
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

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

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\: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);
  }

  .lg\:after\:right-0::after{
    content: var(--tw-content);
    right: 0px;
  }

  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:top-full{
    top: 100%;
  }

  .dark .lg\:dark\:bg-transparent{
    background-color: transparent;
  }
}
@media (min-width: 1140px){

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

  .xl\:ml-12{
    margin-left: 3rem;
  }

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

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

  .xl\:flex{
    display: flex;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

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

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

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

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

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

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

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

  .xl\:p-9{
    padding: 2.25rem;
  }

  .xl\:p-11{
    padding: 2.75rem;
  }

  .xl\:p-\[55px\]{
    padding: 55px;
  }

  .xl\:p-\[50px\]{
    padding: 50px;
  }

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

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pt-\[180px\]{
    padding-top: 180px;
  }

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

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

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }
}
@media (min-width: 1320px){

  .\32xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .\32xl\:p-8{
    padding: 2rem;
  }

  .\32xl\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\32xl\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .\32xl\:pr-5{
    padding-right: 1.25rem;
  }

  .\32xl\:pt-\[180px\]{
    padding-top: 180px;
  }

  .\32xl\:pt-\[210px\]{
    padding-top: 210px;
  }

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

.hyphen {
  hyphens: auto;
}


.max-limit {
  max-width: 52rem; 
  margin-inline: auto;
}

.quote {
  max-width: 58rem; 
  margin-inline: auto; 
  color: #4A6CF7;
  font-weight: 400;
}

.dark .quote {
  color: #FFD600;
}

.balanced {
  text-wrap: balance;
}

.forum-logo {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}

#forum-logo__white {
  display: none;
}

.dark #forum-logo__white {
  display: block;
}

.dark #forum-logo__blue {
  display: none;
}




@media screen and (min-width: 800px) {
  .forum-logo {
    width: 55%;
  }
}
@media screen and (min-width: 900px) {
  .forum-logo {
    width: 58%;
  }
}


.Quote,
blockquote {
  display: block;
}

.Quote-cite:before,
blockquote cite:before {
  content: "— ";
}

.Quote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  padding: .5rem 0 .5rem 2.5rem;
  line-height: 1.65;
  position: relative;
  border-left: 3px solid #515CA2;
  margin: 1rem auto 3rem;
}

.Quote-cite {
  font-size: 16px;
  display: block;
  margin-top: 1rem;
}



.title-spaced {
  letter-spacing: 2px;
  padding-block: 2rem;
}

.agenda-details {
  margin: 0 auto;
  width: fit-content;
}

.overflow-container {
  overflow: auto;
}


/* Track */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar track */
}

/* Thumb (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Rounded corners of the thumb */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the thumb on hover */
}

/* Track when the scrollbar is on the edge */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the scrollbar track */
}

/* Track when the scrollbar is on the edge and the thumb is pressed */
::-webkit-scrollbar-track:hover {
  background: #ccc; /* Color of the track on hover */
}

.hi {
  outline: 2px dashed tomato;
}

/* Video */
/* Set the section with id "focus" to take up the full viewport */
#focus {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: none;

    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Style the video to cover the entire section */
#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Overlay layer to darken the video */
#focus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 243, 255, .95);
    z-index: 0;
}

.dark #focus::before {
    background-color: rgba(11, 15, 43, .85);
}

#focus-content {
  /* outline: 2px dashed tomato; */
  padding: 2rem;
  /* overflow-y: scroll;
  max-height: 700px; */
}

#partner-logos {
  display:flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: center;           
}

.logo-entsoe {
  max-height: 37px;
}

.svg-grid {
  opacity: .3;
}
.dark #svg-grid-1 {
  opacity: .8;
}
.dark #svg-grid-2,
.dark #svg-grid-3,
.dark #svg-grid-3 {
  opacity: .5;
}

@media only screen and (max-width: 768px) {
  .Quote {
    padding: .5rem 0 .5rem 1.5rem;
    border-left: 3px solid #515CA2;
    margin: 1rem auto 2rem;
  }
  .text-justify {
    text-align: left;
  }
  #participants p {
    padding: 0 1rem;
  }
  #partner-logos {
    flex-direction: column; 
    row-gap: 1rem;     
  }
  #partner-logos img {
    max-width: 150px;  
  }
  #logos h3 {
    font-size: 1rem;
  }
  h2 {
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0;
  }
  .mb-\[100px\] {
    margin-bottom: 0;
  }
  #agenda {
    padding-top: 1rem;
  }
  #participants {
    padding: 1rem 0 0 0;
  }
  .logo-entsoe {
    max-height: 25px;
    padding-bottom: 3px;
  }
  .svg-grid {
    opacity: .15;
  }
  .dark #svg-grid-1 {
    opacity: .6;
  }
}


/* Streaming */
#video-window {
  align-self: center;
  margin: auto;
  margin-block: 3rem;
  outline: 1px solid gray;
  /* display: none; */
}

a.download {
  position: relative;
  color: #30b6ff;
  opacity: .8;
  transition: opacity 300ms;
}
.dark a.download {
  opacity: .6;
}
a.download:hover {
  opacity: 1;
}

a.download::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #30b6ff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
