/*
Theme Name: BTE Energy
Version: 1.0
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.4
Text Domain: bte_energy
*/

.glide{
  position:relative;
  width:100%;
  box-sizing:border-box
}

.glide *{
  box-sizing:inherit
}

.glide__track{
  overflow:hidden
}

.glide__slides{
  position:relative;
  width:100%;
  list-style:none;
  backface-visibility:hidden;
  transform-style:preserve-3d;
  touch-action:pan-Y;
  overflow:hidden;
  margin:0;
  padding:0;
  white-space:nowrap;
  display:flex;
  flex-wrap:nowrap;
  will-change:transform
}

.glide__slides--dragging{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide__slide{
  width:100%;
  height:100%;
  flex-shrink:0;
  white-space:normal;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent
}

.glide__slide a{
  -webkit-user-select:none;
          user-select:none;
  -webkit-user-drag:none;
  -moz-user-select:none;
  -ms-user-select:none
}

.glide__arrows{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide__bullets{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide--rtl{
  direction:rtl
}

/*
! tailwindcss v3.4.1 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

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

@media (min-width: 480px){
  .container{
    max-width:480px
  }
}

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

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

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

@media (min-width: 1440px){
  .container{
    max-width:1440px;
    padding-right:4rem;
    padding-left:4rem
  }
}

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

.grecaptcha-badge{
  display: none;
}

html {
  font-family: "neue-haas-grotesk-display";
}

.checkbox {
  background-image: none;
}

.checkbox:checked {
  background-image: url(./assets/icons/checked.svg);
  background-size: 66%;
  background-position: center;
  background-repeat: no-repeat;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.container-half {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

@media (min-width: 1440px) {
  .container-half {
    max-width: 720px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

.fixed{
  position:fixed !important
}

.absolute{
  position:absolute !important
}

.relative{
  position:relative !important
}

.sticky{
  position:sticky !important
}

.bottom-0{
  bottom:0px !important
}

.bottom-1{
  bottom:0.25rem !important
}

.left-0{
  left:0px !important
}

.left-1\/2{
  left:50% !important
}

.right-2{
  right:0.5rem !important
}

.top-0{
  top:0px !important
}

.top-1\/2{
  top:50% !important
}

.top-2{
  top:0.5rem !important
}

.z-10{
  z-index:10 !important
}

.z-20{
  z-index:20 !important
}

.col-span-1{
  grid-column:span 1 / span 1 !important
}

.col-span-3{
  grid-column:span 3 / span 3 !important
}

.col-span-4{
  grid-column:span 4 / span 4 !important
}

.col-start-2{
  grid-column-start:2 !important
}

.row-start-2{
  grid-row-start:2 !important
}

.mx-auto{
  margin-left:auto !important;
  margin-right:auto !important
}

.my-5{
  margin-top:1.25rem !important;
  margin-bottom:1.25rem !important
}

.my-auto{
  margin-top:auto !important;
  margin-bottom:auto !important
}

.-mt-4{
  margin-top:-1rem !important
}

.-mt-\[5\%\]{
  margin-top:-5% !important
}

.mb-10{
  margin-bottom:2.5rem !important
}

.mb-12{
  margin-bottom:3rem !important
}

.mb-2{
  margin-bottom:0.5rem !important
}

.mb-3{
  margin-bottom:0.75rem !important
}

.mb-4{
  margin-bottom:1rem !important
}

.mb-5{
  margin-bottom:1.25rem !important
}

.mb-6{
  margin-bottom:1.5rem !important
}

.mb-7{
  margin-bottom:1.75rem !important
}

.mb-8{
  margin-bottom:2rem !important
}

.mb-9{
  margin-bottom:2.25rem !important
}

.ml-2{
  margin-left:0.5rem !important
}

.ml-auto{
  margin-left:auto !important
}

.mr-2{
  margin-right:0.5rem !important
}

.mr-auto{
  margin-right:auto !important
}

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

.mt-12{
  margin-top:3rem !important
}

.mt-6{
  margin-top:1.5rem !important
}

.mt-8{
  margin-top:2rem !important
}

.mt-auto{
  margin-top:auto !important
}

.block{
  display:block !important
}

.inline-block{
  display:inline-block !important
}

.inline{
  display:inline !important
}

.flex{
  display:flex !important
}

.grid{
  display:grid !important
}

.hidden{
  display:none !important
}

.aspect-auto{
  aspect-ratio:auto !important
}

.aspect-square{
  aspect-ratio:1 / 1 !important
}

.h-10{
  height:2.5rem !important
}

.h-12{
  height:3rem !important
}

.h-4{
  height:1rem !important
}

.h-5{
  height:1.25rem !important
}

.h-6{
  height:1.5rem !important
}

.h-\[1\.8rem\]{
  height:1.8rem !important
}

.h-\[100vh\]{
  height:100vh !important
}

.h-\[130\%\]{
  height:130% !important
}

.h-\[30vh\]{
  height:30vh !important
}

.h-\[65vh\]{
  height:65vh !important
}

.h-full{
  height:100% !important
}

.h-14{
  height:3.5rem !important
}

.min-h-\[44px\]{
  min-height:44px !important
}

.w-11{
  width:2.75rem !important
}

.w-12{
  width:3rem !important
}

.w-2\/3{
  width:66.666667% !important
}

.w-6{
  width:1.5rem !important
}

.w-\[200\%\]{
  width:200% !important
}

.w-\[85\%\]{
  width:85% !important
}

.w-auto{
  width:auto !important
}

.w-full{
  width:100% !important
}

.min-w-\[200px\]{
  min-width:200px !important
}

.flex-1{
  flex:1 1 0% !important
}

.flex-initial{
  flex:0 1 auto !important
}

.flex-shrink{
  flex-shrink:1 !important
}

.shrink-0{
  flex-shrink:0 !important
}

.grow{
  flex-grow:1 !important
}

.basis-36{
  flex-basis:9rem !important
}

.-translate-x-1\/2{
  --tw-translate-x:-50% !important;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.-translate-y-1\/2{
  --tw-translate-y:-50% !important;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.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)) !important
}

.cursor-pointer{
  cursor:pointer !important
}

.cursor-not-allowed{
  cursor:not-allowed !important
}

.list-roman{
  list-style-type:upper-roman !important
}

.list-square{
  list-style-type:square !important
}

.appearance-none{
  -webkit-appearance:none !important;
     -moz-appearance:none !important;
          appearance:none !important
}

.grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important
}

.grid-cols-\[auto_1fr\]{
  grid-template-columns:auto 1fr !important
}

.grid-rows-1{
  grid-template-rows:repeat(1, minmax(0, 1fr)) !important
}

.grid-rows-2{
  grid-template-rows:repeat(2, minmax(0, 1fr)) !important
}

.flex-row{
  flex-direction:row !important
}

.flex-col{
  flex-direction:column !important
}

.flex-wrap{
  flex-wrap:wrap !important
}

.flex-nowrap{
  flex-wrap:nowrap !important
}

.items-end{
  align-items:flex-end !important
}

.items-center{
  align-items:center !important
}

.justify-end{
  justify-content:flex-end !important
}

.justify-center{
  justify-content:center !important
}

.justify-between{
  justify-content:space-between !important
}

.justify-around{
  justify-content:space-around !important
}

.gap-1{
  gap:0.25rem !important
}

.gap-10{
  gap:2.5rem !important
}

.gap-2{
  gap:0.5rem !important
}

.gap-24{
  gap:6rem !important
}

.gap-3{
  gap:0.75rem !important
}

.gap-4{
  gap:1rem !important
}

.gap-5{
  gap:1.25rem !important
}

.gap-6{
  gap:1.5rem !important
}

.gap-8{
  gap:2rem !important
}

.gap-x-6{
  -moz-column-gap:1.5rem !important;
       column-gap:1.5rem !important
}

.gap-y-2{
  row-gap:0.5rem !important
}

.gap-y-4{
  row-gap:1rem !important
}

.self-end{
  align-self:flex-end !important
}

.overflow-hidden{
  overflow:hidden !important
}

.overflow-x-auto{
  overflow-x:auto !important
}

.text-nowrap{
  text-wrap:nowrap !important
}

.rounded-full{
  border-radius:9999px !important
}

.border{
  border-width:1px !important
}

.border-b-2{
  border-bottom-width:2px !important
}

.border-b-\[\#CDCDCD\]{
  --tw-border-opacity:1 !important;
  border-bottom-color:rgb(205 205 205 / var(--tw-border-opacity)) !important
}

.bg-\[\#EEEEEE\]{
  --tw-bg-opacity:1 !important;
  background-color:rgb(238 238 238 / var(--tw-bg-opacity)) !important
}

.bg-\[\#eaeaea\]{
  --tw-bg-opacity:1 !important;
  background-color:rgb(234 234 234 / var(--tw-bg-opacity)) !important
}

.bg-black{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity)) !important
}

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

.bg-\[url\(\.\/assets\/images\/logo_name\.svg\)\]{
  background-image:url(./assets/images/logo_name.svg) !important
}

.bg-cover{
  background-size:cover !important
}

.bg-center{
  background-position:center !important
}

.bg-left-bottom{
  background-position:left bottom !important
}

.bg-no-repeat{
  background-repeat:no-repeat !important
}

.fill-white{
  fill:#fff !important
}

.object-cover{
  -o-object-fit:cover !important;
     object-fit:cover !important
}

.p-1{
  padding:0.25rem !important
}

.p-10{
  padding:2.5rem !important
}

.p-2{
  padding:0.5rem !important
}

.p-3{
  padding:0.75rem !important
}

.p-4{
  padding:1rem !important
}

.px-16{
  padding-left:4rem !important;
  padding-right:4rem !important
}

.px-2{
  padding-left:0.5rem !important;
  padding-right:0.5rem !important
}

.px-4{
  padding-left:1rem !important;
  padding-right:1rem !important
}

.px-6{
  padding-left:1.5rem !important;
  padding-right:1.5rem !important
}

.py-10{
  padding-top:2.5rem !important;
  padding-bottom:2.5rem !important
}

.py-2{
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important
}

.py-3{
  padding-top:0.75rem !important;
  padding-bottom:0.75rem !important
}

.py-4{
  padding-top:1rem !important;
  padding-bottom:1rem !important
}

.py-5{
  padding-top:1.25rem !important;
  padding-bottom:1.25rem !important
}

.py-6{
  padding-top:1.5rem !important;
  padding-bottom:1.5rem !important
}

.pb-4{
  padding-bottom:1rem !important
}

.pb-8{
  padding-bottom:2rem !important
}

.pl-5{
  padding-left:1.25rem !important
}

.pl-6{
  padding-left:1.5rem !important
}

.pl-7{
  padding-left:1.75rem !important
}

.pt-10{
  padding-top:2.5rem !important
}

.text-center{
  text-align:center !important
}

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

.text-base{
  font-size:1rem !important;
  line-height:1.5rem !important
}

.text-lg{
  font-size:1.125rem !important;
  line-height:1.75rem !important
}

.text-sm{
  font-size:0.875rem !important;
  line-height:1.25rem !important
}

.text-xl{
  font-size:1.25rem !important;
  line-height:1.75rem !important
}

.text-xs{
  font-size:0.75rem !important;
  line-height:1rem !important
}

.not-italic{
  font-style:normal !important
}

.leading-none{
  line-height:1 !important
}

.text-\[\#ADA5A4\]{
  --tw-text-opacity:1 !important;
  color:rgb(173 165 164 / var(--tw-text-opacity)) !important
}

.text-\[\#B2B2B2\]{
  --tw-text-opacity:1 !important;
  color:rgb(178 178 178 / var(--tw-text-opacity)) !important
}

.text-\[\#B69879\]{
  --tw-text-opacity:1 !important;
  color:rgb(182 152 121 / var(--tw-text-opacity)) !important
}

.text-black{
  --tw-text-opacity:1 !important;
  color:rgb(0 0 0 / var(--tw-text-opacity)) !important
}

.text-blue-500{
  --tw-text-opacity:1 !important;
  color:rgb(59 130 246 / var(--tw-text-opacity)) !important
}

.text-white{
  --tw-text-opacity:1 !important;
  color:rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.underline{
  text-decoration-line:underline !important
}

.underline-offset-2{
  text-underline-offset:2px !important
}

.shadow-\[0_0_45px_3px_rgba\(234\2c 234\2c 234\2c 1\)\]{
  --tw-shadow:0 0 45px 3px rgba(234,234,234,1) !important;
  --tw-shadow-colored:0 0 45px 3px var(--tw-shadow-color) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter !important;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration:150ms !important
}

.transition-all{
  transition-property:all !important;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration:150ms !important
}

.delay-200{
  transition-delay:200ms !important
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important
}

@keyframes pulse{
  50%{
    opacity:.5
  }
}

.hover\:animate-pulse:hover{
  animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important
}

.hover\:bg-\[\#ADA5A4\]:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(173 165 164 / var(--tw-bg-opacity)) !important
}

.hover\:fill-\[\#ADA5A4\]:hover{
  fill:#ADA5A4 !important
}

.hover\:text-\[\#ADA5A4\]:hover{
  --tw-text-opacity:1 !important;
  color:rgb(173 165 164 / var(--tw-text-opacity)) !important
}

.hover\:text-\[\#B69879\]:hover{
  --tw-text-opacity:1 !important;
  color:rgb(182 152 121 / var(--tw-text-opacity)) !important
}

.hover\:text-white:hover{
  --tw-text-opacity:1 !important;
  color:rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:border-b-4{
  border-bottom-width:4px !important
}

.group:hover .group-hover\:border-\[\#B69879\]{
  --tw-border-opacity:1 !important;
  border-color:rgb(182 152 121 / var(--tw-border-opacity)) !important
}

.group.active .group-\[\.active\]\:border-b-4{
  border-bottom-width:4px !important
}

.group.active .group-\[\.active\]\:border-\[\#B69879\]{
  --tw-border-opacity:1 !important;
  border-color:rgb(182 152 121 / var(--tw-border-opacity)) !important
}

.group.thin .group-\[\.thin\]\:py-2{
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important
}

.group.active .group-\[\.active\]\:text-\[\#B69879\]{
  --tw-text-opacity:1 !important;
  color:rgb(182 152 121 / var(--tw-text-opacity)) !important
}

@media (min-width: 480px){
  .xs\:mb-6{
    margin-bottom:1.5rem !important
  }

  .xs\:mb-8{
    margin-bottom:2rem !important
  }

  .xs\:mr-4{
    margin-right:1rem !important
  }

  .xs\:w-1\/2{
    width:50% !important
  }

  .xs\:w-12{
    width:3rem !important
  }

  .xs\:w-2\/3{
    width:66.666667% !important
  }

  .xs\:w-3\/5{
    width:60% !important
  }

  .xs\:w-5\/6{
    width:83.333333% !important
  }

  .xs\:w-\[150\%\]{
    width:150% !important
  }

  .xs\:flex-row{
    flex-direction:row !important
  }

  .xs\:pb-4{
    padding-bottom:1rem !important
  }

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

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

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

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column:span 2 / span 2 !important
  }

  .sm\:my-7{
    margin-top:1.75rem !important;
    margin-bottom:1.75rem !important
  }

  .sm\:mb-10{
    margin-bottom:2.5rem !important
  }

  .sm\:mb-3{
    margin-bottom:0.75rem !important
  }

  .sm\:mb-4{
    margin-bottom:1rem !important
  }

  .sm\:mb-5{
    margin-bottom:1.25rem !important
  }

  .sm\:mb-6{
    margin-bottom:1.5rem !important
  }

  .sm\:mb-8{
    margin-bottom:2rem !important
  }

  .sm\:mr-6{
    margin-right:1.5rem !important
  }

  .sm\:mt-8{
    margin-top:2rem !important
  }

  .sm\:block{
    display:block !important
  }

  .sm\:inline{
    display:inline !important
  }

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

  .sm\:hidden{
    display:none !important
  }

  .sm\:h-14{
    height:3.5rem !important
  }

  .sm\:h-6{
    height:1.5rem !important
  }

  .sm\:h-8{
    height:2rem !important
  }

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

  .sm\:min-h-\[250px\]{
    min-height:250px !important
  }

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

  .sm\:w-1\/3{
    width:33.333333% !important
  }

  .sm\:w-14{
    width:3.5rem !important
  }

  .sm\:w-2\/3{
    width:66.666667% !important
  }

  .sm\:w-3\/4{
    width:75% !important
  }

  .sm\:w-\[30\%\]{
    width:30% !important
  }

  .sm\:w-full{
    width:100% !important
  }

  .sm\:flex-row{
    flex-direction:row !important
  }

  .sm\:gap-0{
    gap:0px !important
  }

  .sm\:gap-3{
    gap:0.75rem !important
  }

  .sm\:gap-6{
    gap:1.5rem !important
  }

  .sm\:gap-8{
    gap:2rem !important
  }

  .sm\:p-6{
    padding:1.5rem !important
  }

  .sm\:py-10{
    padding-top:2.5rem !important;
    padding-bottom:2.5rem !important
  }

  .sm\:py-6{
    padding-top:1.5rem !important;
    padding-bottom:1.5rem !important
  }

  .sm\:pb-10{
    padding-bottom:2.5rem !important
  }

  .sm\:pb-6{
    padding-bottom:1.5rem !important
  }

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

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

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

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

  .sm\:text-sm{
    font-size:0.875rem !important;
    line-height:1.25rem !important
  }

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

@media (min-width: 768px){
  .md\:col-span-2{
    grid-column:span 2 / span 2 !important
  }

  .md\:my-9{
    margin-top:2.25rem !important;
    margin-bottom:2.25rem !important
  }

  .md\:mb-10{
    margin-bottom:2.5rem !important
  }

  .md\:mb-12{
    margin-bottom:3rem !important
  }

  .md\:mb-4{
    margin-bottom:1rem !important
  }

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

  .md\:mb-6{
    margin-bottom:1.5rem !important
  }

  .md\:mb-7{
    margin-bottom:1.75rem !important
  }

  .md\:mb-8{
    margin-bottom:2rem !important
  }

  .md\:mb-9{
    margin-bottom:2.25rem !important
  }

  .md\:mr-8{
    margin-right:2rem !important
  }

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

  .md\:block{
    display:block !important
  }

  .md\:flex{
    display:flex !important
  }

  .md\:hidden{
    display:none !important
  }

  .md\:h-20{
    height:5rem !important
  }

  .md\:h-8{
    height:2rem !important
  }

  .md\:min-h-\[300px\]{
    min-height:300px !important
  }

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

  .md\:w-16{
    width:4rem !important
  }

  .md\:w-3\/4{
    width:75% !important
  }

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

  .md\:cursor-default{
    cursor:default !important
  }

  .md\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important
  }

  .md\:flex-row{
    flex-direction:row !important
  }

  .md\:gap-0{
    gap:0px !important
  }

  .md\:gap-10{
    gap:2.5rem !important
  }

  .md\:gap-12{
    gap:3rem !important
  }

  .md\:gap-16{
    gap:4rem !important
  }

  .md\:gap-2{
    gap:0.5rem !important
  }

  .md\:gap-4{
    gap:1rem !important
  }

  .md\:gap-8{
    gap:2rem !important
  }

  .md\:gap-x-8{
    -moz-column-gap:2rem !important;
         column-gap:2rem !important
  }

  .md\:gap-y-6{
    row-gap:1.5rem !important
  }

  .md\:gap-y-8{
    row-gap:2rem !important
  }

  .md\:p-12{
    padding:3rem !important
  }

  .md\:py-12{
    padding-top:3rem !important;
    padding-bottom:3rem !important
  }

  .md\:py-6{
    padding-top:1.5rem !important;
    padding-bottom:1.5rem !important
  }

  .md\:pb-12{
    padding-bottom:3rem !important
  }

  .md\:pb-9{
    padding-bottom:2.25rem !important
  }

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

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

  .md\:text-5xl{
    font-size:2.65rem !important;
    line-height:1.20 !important
  }

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

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

  .group.active .md\:group-\[\.active\]\:grid{
    display:grid !important
  }

  .group.thin .group-\[\.thin\]\:md\:py-3{
    padding-top:0.75rem !important;
    padding-bottom:0.75rem !important
  }
}

@media (min-width: 1024px){
  .lg\:my-11{
    margin-top:2.75rem !important;
    margin-bottom:2.75rem !important
  }

  .lg\:mb-11{
    margin-bottom:2.75rem !important
  }

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

  .lg\:mb-14{
    margin-bottom:3.5rem !important
  }

  .lg\:mb-9{
    margin-bottom:2.25rem !important
  }

  .lg\:mr-12{
    margin-right:3rem !important
  }

  .lg\:mt-12{
    margin-top:3rem !important
  }

  .lg\:mt-24{
    margin-top:6rem !important
  }

  .lg\:mt-8{
    margin-top:2rem !important
  }

  .lg\:h-10{
    height:2.5rem !important
  }

  .lg\:h-28{
    height:7rem !important
  }

  .lg\:min-h-\[400px\]{
    min-height:400px !important
  }

  .lg\:w-20{
    width:5rem !important
  }

  .lg\:w-5\/6{
    width:83.333333% !important
  }

  .lg\:gap-12{
    gap:3rem !important
  }

  .lg\:gap-24{
    gap:6rem !important
  }

  .lg\:gap-32{
    gap:8rem !important
  }

  .lg\:gap-4{
    gap:1rem !important
  }

  .lg\:gap-8{
    gap:2rem !important
  }

  .lg\:p-24{
    padding:6rem !important
  }

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

  .lg\:py-24{
    padding-top:6rem !important;
    padding-bottom:6rem !important
  }

  .lg\:py-8{
    padding-top:2rem !important;
    padding-bottom:2rem !important
  }

  .lg\:pb-12{
    padding-bottom:3rem !important
  }

  .lg\:pb-16{
    padding-bottom:4rem !important
  }

  .lg\:pb-20{
    padding-bottom:5rem !important
  }

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

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

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

  .lg\:text-5xl{
    font-size:2.65rem !important;
    line-height:1.20 !important
  }

  .lg\:text-6xl{
    font-size:2.75rem !important;
    line-height:1 !important
  }

  .lg\:text-\[2\.625rem\]{
    font-size:2.625rem !important
  }

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

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

  .group.thin .group-\[\.thin\]\:lg\:py-4{
    padding-top:1rem !important;
    padding-bottom:1rem !important
  }
}

@media (min-width: 1440px){
  .xl\:mb-12{
    margin-bottom:3rem !important
  }

  .xl\:mb-16{
    margin-bottom:4rem !important
  }

  .xl\:mb-24{
    margin-bottom:6rem !important
  }

  .xl\:mb-\[4\.25rem\]{
    margin-bottom:4.25rem !important
  }

  .xl\:mb-\[4\.5rem\]{
    margin-bottom:4.5rem !important
  }

  .xl\:mr-\[3\.75rem\]{
    margin-right:3.75rem !important
  }

  .xl\:min-h-\[550px\]{
    min-height:550px !important
  }

  .xl\:min-h-\[560px\]{
    min-height:560px !important
  }

  .xl\:gap-44{
    gap:11rem !important
  }

  .xl\:py-12{
    padding-top:3rem !important;
    padding-bottom:3rem !important
  }

  .xl\:pb-14{
    padding-bottom:3.5rem !important
  }

  .xl\:pb-20{
    padding-bottom:5rem !important
  }

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

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

  .xl\:text-5xl{
    font-size:2.65rem !important;
    line-height:1.20 !important
  }

  .xl\:text-6xl{
    font-size:2.75rem !important;
    line-height:1 !important
  }

  .xl\:text-7xl{
    font-size:4rem !important;
    line-height:1 !important
  }

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

  .group.thin .group-\[\.thin\]\:xl\:py-6{
    padding-top:1.5rem !important;
    padding-bottom:1.5rem !important
  }
}

/*# sourceMappingURL=style.css.map */