/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/index.css ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/index.css (1) ***!
  \******************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/index.css (2) ***!
  \******************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/modals/menu-mobile.css ***!
  \***************************************************************************************************************************************************************************************/
#menu-mobile {
    opacity: 0;
    pointer-events: none;
}

#menu-mobile nav li {
    transform: translateY(5rem);
    /* transition: .3s ease; */
    opacity: 0;
    max-height: 28px;
    transition: all .9s;
}

#menu-mobile nav li.move {
    opacity: 1;
    transform: translateY(0);
}

#menu-mobile nav.children-visible li:not(#menu-mobile nav.children-visible li.active),
#menu-mobile nav.children-visible li:not(#menu-mobile nav.children-visible li.active) > a {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

#menu-mobile nav.children-visible li:not(#menu-mobile nav.children-visible li.active) > p {
    display: none;
}

body.visible-menu-mobile #menu-mobile {
    opacity: 1;
    pointer-events: all;
}

body.visible-menu-mobile .nav-bar {
    border: none;
}


/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/index.css (3) ***!
  \******************************************************************************************************************************************************************************/
/*
! tailwindcss v3.0.24 | 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 */
  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: 2.5rem;
  padding-left: 2.5rem;
}
@media (min-width: 425px) {

  .container {
    max-width: 425px;
  }
}
@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: 1400px) {

  .container {
    max-width: 1400px;
  }
}
a:not(a>svg) {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(207, 0, 0, var(--tw-text-opacity));
}
.btn-wrap {
  display: inline-flex;
  gap: 1rem;
}
.btn {
  display: flex;
  min-height: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .857rem;
  letter-spacing: 1px;
}
@media (min-width: 425px) {

  .btn {
    font-size: .929rem;
  }
}
@media (min-width: 768px) {

  .btn {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {

  .btn {
    min-height: 40px;
    min-width: 170px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary-light {
  background-color: rgba(207, 0, 0, 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-secondary-light {
  background-color: rgba(255, 244, 244, 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-tertiary-light {
  background-color: rgba(255, 244, 244, 0.2);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-transparent-white {
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-transparent-black {
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
h1 {
  margin-bottom: 0.75rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 425px) {

  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {

  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {

  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {

  h1 {
    font-size: 3rem;
  }
}
h2 {
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 425px) {

  h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 640px) {

  h2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {

  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {

  h2 {
    font-size: 2rem;
  }
}
h3 {
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 425px) {

  h3 {
    font-size: 1.35rem;
  }
}
@media (min-width: 640px) {

  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {

  h3 {
    font-size: 1.65rem;
  }
}
@media (min-width: 1024px) {

  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
  font-weight: 500;
}
h4::before {
  margin-right: 0.75rem;
  --tw-content: '-';
  content: var(--tw-content);
}
@media (min-width: 425px) {

  h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 640px) {

  h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {

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

  p {
    font-size: 1.071rem;
  }
}
@media (min-width: 1024px) {

  p {
    font-size: 1.125rem;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.-right-7 {
  right: -1.75rem;
}
.-bottom-7 {
  bottom: -1.75rem;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-20 {
  z-index: 20;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[10\] {
  z-index: 10;
}
.order-last {
  order: 9999;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.-m-4 {
  margin: -1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-\[8vw\] {
  margin-right: 8vw;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\.1\] {
  aspect-ratio: 1 / 1.1;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[20px\] {
  height: 20px;
}
.h-screen {
  height: 100vh;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[40px\] {
  height: 40px;
}
.h-full {
  height: 100%;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[350px\] {
  height: 350px;
}
.h-1 {
  height: 0.25rem;
}
.h-40 {
  height: 10rem;
}
.h-20 {
  height: 5rem;
}
.h-\[15px\] {
  height: 15px;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[430px\] {
  min-height: 430px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.w-screen {
  width: 100vw;
}
.w-full {
  width: 100%;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[180px\] {
  width: 180px;
}
.w-1\/4 {
  width: 25%;
}
.w-\[40px\] {
  width: 40px;
}
.w-20 {
  width: 5rem;
}
.w-\[10em\] {
  width: 10em;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[unset\] {
  min-width: unset;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.flex-grow {
  flex-grow: 1;
}
.translate-y-\[-200px\] {
  --tw-translate-y: -200px;
  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));
}
.list-none {
  list-style-type: none;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-primary\/20 {
  border-top-color: rgba(207, 0, 0, 0.2);
}
.border-b-primary\/20 {
  border-bottom-color: rgba(207, 0, 0, 0.2);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 0, 0, var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-6 {
  padding: 1.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.text-center {
  text-align: center;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-h5 {
  font-size: 1.1rem;
}
.text-h1 {
  font-size: 1.8rem;
}
.text-tiny {
  font-size: .857rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xs {
  font-size: .929rem;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-base {
  font-size: 1rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-sm {
  font-size: 1.071rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.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);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.will-change-transform {
  will-change: transform;
}

html {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #241a00;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

body {
	text-rendering: geometricPrecision;
}
body[class^="visible"] {
    overflow-x: hidden;
}

main {
    min-height: 250px;
}

ul {
    list-style: disc;
    list-style-position: inside;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}


/*
*
* Marquee slider
*
*/

#marquee-slider .track-shadow {
    background-image: linear-gradient(90deg, #fff, #fff 0%, #fff 0, transparent 104%);
}
#marquee-slider .track-shadow.right {
    background-image: linear-gradient(270deg, #fff, #fff, #fff 0, transparent 104%);
}
@-webkit-keyframes track-slide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes track-slide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
#marquee-slider .track-slider {
  -webkit-animation: track-slide 50s linear infinite;
          animation: track-slide 50s linear infinite;
}

/* Navbar */
@-webkit-keyframes ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
@keyframes ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.nav-bar .call-us svg {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
}


/*
*
* Hamburger button
*
*/

/* .hamburger {
     transition-property: opacity, filter;
     transition-duration: 0.25s;
     transition-timing-function: linear;
     display: flex;
}
 .hamburger-box {
     width: 29px;
     height: 17px;
     display: inline-block;
     position: relative;
}
 .hamburger-inner {
     display: block;
     top: 50%;
     margin-top: -2px;
}
 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
     width: 30px;
     height: 2px;
     background-color: #000;
     border-radius: 4px;
     position: absolute;
     transition-property: transform;
     transition-duration: 0.4s;
     transition-timing-function: ease;
}
 .hamburger-inner::before, .hamburger-inner::after {
     content: "";
     display: block;
}
 .hamburger-inner::before {
     top: -10px;
}
 .hamburger-inner::after {
     bottom: -10px;
}

.hamburger--slider .hamburger-inner {
     top: 2px;
}
 .hamburger--slider .hamburger-inner::before {
     top: 9px;
     transition-property: transform, opacity;
     transition-timing-function: ease;
     transition-duration: 0.4s;
}
 .hamburger--slider .hamburger-inner::after {
     top: 19px;
}
 .hamburger--slider.active .hamburger-inner {
     transform: translate3d(0, 10px, 0) rotate(45deg);
}
 .hamburger--slider.active .hamburger-inner::before {
     transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
     opacity: 0;
}
 .hamburger--slider.active .hamburger-inner::after {
     transform: translate3d(0, -20px, 0) rotate(-90deg);
} */

/* Forms/Contact Form 7 */

input, textarea {
    -webkit-appearance: none;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.wpcf7 .form-field > span {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.wpcf7 .form-field input,
.wpcf7 .form-field textarea
{
    border: 1px solid #efdcdc;
}

.wpcf7 .form-field input {
    height: 35px;
    padding: 0 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #8bc34a;
    background: #f8fbf6;
    color: initial;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output
{
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #cf0000;
    background: #f9d3d3;
    color: initial;
}
.wpcf7 form .wpcf7-not-valid-tip {
    color: #cf0000;
    margin-top: 10px;
}
.wpcf7 form input[type=submit]{
    margin-top: 25px;
}
@media (min-width: 425px) {

  .xs\:text-h3-xs {
    font-size: 1.35rem;
  }
}
@media (min-width: 640px) {

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

  @media (min-width: 640px) {

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

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

  .sm\:p-12 {
    padding: 3rem;
  }

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

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

  .sm\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

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

  .sm\:text-3xl {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  @media (min-width: 425px) {

    .md\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {

    .md\:container {
      max-width: 1400px;
    }
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:p-\[1\.6rem\] {
    padding: 1.6rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

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

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

  .md\:text-h1 {
    font-size: 1.8rem;
  }

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

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  @media (min-width: 425px) {

    .lg\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {

    .lg\:container {
      max-width: 1400px;
    }
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:w-6\/12 {
    width: 50%;
  }

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

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[44\%\] {
    max-width: 44%;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

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

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

  .lg\:text-\[2\.6rem\] {
    font-size: 2.6rem;
  }

  .lg\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

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

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
    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: 1280px) {

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

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

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

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

  .xl\:text-\[3rem\] {
    font-size: 3rem;
  }
}



