/*
! tailwindcss v3.0.22 | 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: Epilogue, 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 */
  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:-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; /* 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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1024px;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-36 {
  top: 9rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.left-8 {
  left: 2rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.left-12 {
  left: 3rem;
}
.-top-20 {
  top: -5rem;
}
.left-10 {
  left: 2.5rem;
}
.top-80 {
  top: 20rem;
}
.right-4 {
  right: 1rem;
}
.left-4 {
  left: 1rem;
}
.top-2 {
  top: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.top-32 {
  top: 8rem;
}
.top-3 {
  top: 0.75rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-80 {
  height: 20rem;
}
.h-4 {
  height: 1rem;
}
.h-32 {
  height: 8rem;
}
.w-full {
  width: 100%;
}
.w-12 {
  width: 3rem;
}
.w-\[570px\] {
  width: 570px;
}
.w-56 {
  width: 14rem;
}
.w-4 {
  width: 1rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[75rem\] {
  max-width: 75rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.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));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-8 {
  gap: 2rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-12 {
  gap: 3rem;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[19px\] {
  border-radius: 19px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-\[\#3A3C56\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 60 86 / var(--tw-border-opacity));
}
.border-dark-beige {
  --tw-border-opacity: 1;
  border-color: rgb(243 209 191 / var(--tw-border-opacity));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(239 109 88 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#B550F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(181 80 248 / var(--tw-bg-opacity));
}
.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(253 240 233 / var(--tw-bg-opacity));
}
.p-10 {
  padding: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-\[65rem\] {
  padding-top: 65rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pt-\[90rem\] {
  padding-top: 90rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-60 {
  padding-top: 15rem;
}
.pb-\[1500px\] {
  padding-bottom: 1500px;
}
.pt-\[480px\] {
  padding-top: 480px;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-\[1300px\] {
  padding-top: 1300px;
}
.pt-\[800px\] {
  padding-top: 800px;
}
.pt-52 {
  padding-top: 13rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-black {
  font-weight: 900;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[3rem\] {
  line-height: 3rem;
}
.leading-\[5rem\] {
  line-height: 5rem;
}
.text-light-gray {
  color: rgba(255, 255, 255, 0.64);
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(57 20 0 / var(--tw-text-opacity));
}
.text-dark-gray {
  color: rgba(57, 20, 0, 0.64);
}
.shadow-\[0_32px_64px_rgba\(0\2c 2\2c 43\2c 0\.0414968\)\] {
  --tw-shadow: 0 32px 64px rgba(0,2,43,0.0414968);
  --tw-shadow-colored: 0 32px 64px 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-\[0_32px_64px_rgba\(57\2c 20\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0 32px 64px rgba(57,20,0,0.04);
  --tw-shadow-colored: 0 32px 64px 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-\[0_3px_9px_rgba\(57\2c 20\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 3px 9px rgba(57,20,0,0.08);
  --tw-shadow-colored: 0 3px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h1, h2, h3 {
  font-weight: 800;
}

h1{
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: -2px;
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (min-width: 768px) {

  h2 {
    font-size: 3.5rem;
  }

  h2 {
    line-height: 4rem;
  }
}

h2{
    letter-spacing: -1px;
}

h3{
    font-size: 2.5rem;
    line-height: 3rem;
}

h4 {
  font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}

h5{
    font-size: 1rem;
    line-height: 2rem;
}

p{
    line-height: 2rem;
}

a{
    display: inline-block;
}

input, textarea {
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(57, 20, 0, 0.64);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(57, 20, 0, 0.64);
}

input, textarea, input::placeholder, textarea::placeholder {
  color: rgba(57, 20, 0, 0.64);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(57, 20, 0, 0.64);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(57, 20, 0, 0.64);
}

.title-tag {
  text-transform: uppercase;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(239 109 88 / var(--tw-text-opacity));
}


/* Burger menu */

#burgerMenu{
    padding: 0.8rem 0.9rem;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.295743);
    border-radius: 6px;
    cursor: pointer;
}

@media (min-width: 1024px) {

  #burgerMenu {
    display: none;
  }
}

#burgerMenu .burger-line {
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 1px;
    transition: all 0.3s ease;
}

#burgerMenu .burger-line:not(.burger-line:last-of-type) {
  margin-bottom: 6px;
}

/* Burger menu toggled */

#burgerMenu.active .burger-line:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

#burgerMenu.active .burger-line:nth-child(2) {
  opacity: 0;
}

#burgerMenu.active .burger-line:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}

/* Nav list */

#navList {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  display: none;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 62 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-top: 6rem;
  font-size: 1.5rem;
  line-height: 2rem;
  opacity: .97;
}

@media (min-width: 1024px) {

  #navList {
    position: static;
  }

  #navList {
    display: flex;
  }

  #navList {
    width: 515px;
  }

  #navList {
    justify-content: space-between;
  }

  #navList {
    padding: 0px;
  }

  #navList {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #navList {
    opacity: 1;
  }
}

#navList{
    z-index: 1;
}

/* Nav list toggled */

#navList.active {
  display: block;
}

.testimonial-card {
  display: flex;
  max-width: 586px;
  flex-direction: column;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 209 191 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 1024px) {

  .testimonial-card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {

  .testimonial-card {
    height: 336px;
  }

  .testimonial-card {
    width: 586px;
  }
}

.pricing-plan-card {
  display: flex;
  height: 33.125rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 209 191 / var(--tw-border-opacity));
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.pricing-plan-card:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

@media (min-width: 1024px) {

  .pricing-plan-card:first-child {
    border-top-right-radius: 0px;
  }

  .pricing-plan-card:first-child {
    border-bottom-left-radius: 0.375rem;
  }
}

.pricing-plan-card:nth-child(2) {
  height: 37.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .pricing-plan-card:nth-child(2) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .pricing-plan-card:nth-child(2) {
    padding-top: 2.5rem;
  }
}

.pricing-plan-card:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

@media (min-width: 1024px) {

  .pricing-plan-card:last-child {
    border-bottom-left-radius: 0px;
  }

  .pricing-plan-card:last-child {
    border-top-right-radius: 0.375rem;
  }
}

.faq-card {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 209 191 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 1280px) {

  .faq-card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.faq-card div:first-of-type {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 1280px) {

  .faq-card div:first-of-type {
    margin-bottom: 2.25rem;
  }
}

.faq-card h4 {
  --tw-text-opacity: 1;
  color: rgb(57 20 0 / var(--tw-text-opacity));
}

.faq-card p {
  color: rgba(57, 20, 0, 0.64);
}

.faq-card img {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

.faq-card:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 32px 64px rgba(57,20,0,0.04);
  --tw-shadow-colored: 0 32px 64px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.faq-card:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.companies {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {

  .companies {
    max-width: 640px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {

  .companies {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .companies {
    max-width: 1024px;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}

@media (min-width: 1280px) {

  .companies {
    max-width: 1280px;
  }
}

.companies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1.75rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.companies img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {

  .companies img {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.award-card {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 209 191 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {

  .award-card {
    display: flex;
  }

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

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

  .award-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.award-card:last-child {
  border-bottom-width: 1px;
}

.award-card div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 768px) {

  .award-card div:first-child {
    width: 16rem;
  }

  .award-card div:first-child {
    flex-direction: row;
  }
}

.award-card div:last-child {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {

  .award-card div:last-child {
    margin-top: 0px;
  }

  .award-card div:last-child {
    width: 14rem;
  }

  .award-card div:last-child {
    flex-direction: row;
  }

  .award-card div:last-child {
    justify-content: flex-end;
  }

  .award-card div:last-child {
    gap: 0.75rem;
  }
}

.blogs {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {

  .blogs {
    max-width: 640px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {

  .blogs {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .blogs {
    max-width: 1024px;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}

@media (min-width: 1280px) {

  .blogs {
    max-width: 1280px;
  }
}

.blogs {
  position: absolute;
  top: 24rem;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}

@media (min-width: 768px) {

  .blogs {
    top: 350px;
  }

  .blogs {
    flex-direction: row;
  }

  .blogs {
    align-items: stretch;
  }

  .blogs {
    gap: 2rem;
  }
}

.blog-card {
  max-width: 24rem;
  flex-grow: 1;
    flex: 1 1 0px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 209 191 / var(--tw-border-opacity));
}

@media (min-width: 640px) {

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:top-\[300px\] {
    top: 300px;
  }

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

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

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

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:pb-\[1200px\] {
    padding-bottom: 1200px;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }
}

@media (min-width: 768px) {

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

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

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

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

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

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:pt-\[65rem\] {
    padding-top: 65rem;
  }

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

  .md\:pt-96 {
    padding-top: 24rem;
  }

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

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-9 {
    gap: 2.25rem;
  }

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

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

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

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

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

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

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:relative {
    position: relative;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:top-\[300px\] {
    top: 300px;
  }

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

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

  .xl\:bottom-\[64px\] {
    bottom: 64px;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

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

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

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

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

  .xl\:flex {
    display: flex;
  }

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

  .xl\:h-\[33\.75rem\] {
    height: 33.75rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

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

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

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

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

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

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

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

  .xl\:gap-32 {
    gap: 8rem;
  }

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

  .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

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

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

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

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

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pt-\[65rem\] {
    padding-top: 65rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

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

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

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

  .xl\:pt-52 {
    padding-top: 13rem;
  }
}