@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* reboot.css */

html{
  box-sizing:border-box;
  font-family:sans-serif;
  font-size:16px;
  -ms-overflow-style:scrollbar;
  -ms-text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent;
  -webkit-text-size-adjust:100%
}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif;
  font-size:1rem;
  line-height:1.5;
  color:#373a3c;
  background-color:#fff
}

*,::after,::before{
  box-sizing:inherit
}

@-ms-viewport{
  width:device-width
}

article,aside,details,figcaption,figure,footer,header,legend,main,menu,nav,section,summary{
  display:block
}

pre,textarea{
  overflow:auto
}

a,table{
  background-color:transparent
}

address,dl,ol,p,pre,ul{
  margin-bottom:1rem
}

caption,th{
  text-align:left
}

fieldset,legend,td,th{
  padding:0
}

label,output{
  display:inline-block
}

audio,canvas,progress,video{
  display:inline-block;
  vertical-align:baseline
}

audio:not([controls]){
  display:none;
  height:0
}

[hidden],template{
  display:none
}

a{
  text-decoration:none
}

a:active,a:hover{
  outline:0
}

b,dt,optgroup,strong{
  font-weight:700
}

dfn{
  font-style:italic
}

h1{
  font-size:2em;
  margin:.67em 0
}

dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{
  margin-top:0
}

dd,h1,h2,h3,h4,h5,h6,label,legend{
  margin-bottom:.5rem
}

mark{
  background:#ff0;
  color:#000
}

small{
  font-size:80%
}

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

sup{
  top:-.5em
}

sub{
  bottom:-.25em
}

img{
  border:0;
  vertical-align:middle
}

svg:not(:root){
  overflow:hidden
}

hr{
  box-sizing:content-box;
  height:0
}

code,kbd,pre,samp{
  font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size:1em
}

button,input,optgroup,select,textarea{
  color:inherit;
  font:inherit;
  margin:0
}

address,legend{
  line-height:inherit
}

button{
  overflow:visible
}

button,select{
  text-transform:none
}

button,html input[type=button],input[type=submit],input[type=reset]{
  -webkit-appearance:button;
  cursor:pointer
}

button[disabled],html input[disabled]{
  cursor:default
}

button::-moz-focus-inner,input::-moz-focus-inner{
  border:0;
  padding:0
}

input[type=checkbox],input[type=radio]{
  box-sizing:border-box;
  padding:0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
  height:auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
  -webkit-appearance:none
}

legend{
  border:0;
  width:100%;
  font-size:1.5rem
}

textarea{
  resize:vertical
}

table{
  border-collapse:collapse;
  border-spacing:0
}

[tabindex="-1"]:focus{
  outline:0!important
}

abbr[data-original-title],abbr[title]{
  cursor:help;
  border-bottom:1px dotted #818a91
}

address{
  font-style:normal
}

ol ol,ol ul,ul ol,ul ul{
  margin-bottom:0
}

dd{
  margin-left:0
}

blockquote,figure{
  margin:0 0 1rem
}

[role=button]{
  cursor:pointer
}

[role=button],a,area,button,input,label,select,summary,textarea{
  touch-action:manipulation
}

caption{
  padding-top:.75rem;
  padding-bottom:.75rem;
  color:#818a91;
  caption-side:bottom
}

button,input,select,textarea{
  margin:0;
  line-height:inherit;
  border-radius:0
}

fieldset{
  min-width:0;
  margin:0;
  border:0
}

input[type=search]{
  -webkit-appearance:none
}

/* SLICK.CSS */

.slick-slider{
  position:relative;
  display:block;
  box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent
}

.slick-list{
  position:relative;
  display:block;
  overflow:hidden;
  margin:0;
  padding:0
}

.slick-list:focus{
  outline:0
}

.slick-list.dragging{
  cursor:hand
}

.slick-slider .slick-list,.slick-slider .slick-track{
  transform:translate3d(0,0,0)
}

.slick-track{
  position:relative;
  top:0;
  left:0;
  display:block;
  margin-left:auto;
  margin-right:auto
}

.slick-track:after,.slick-track:before{
  display:table;
  content:''
}

.slick-track:after{
  clear:both
}

.slick-loading .slick-track{
  visibility:hidden
}

.slick-slide{
  display:none;
  float:left;
  height:100%;
  min-height:1px
}

[dir=rtl] .slick-slide{
  float:right
}

.slick-slide img{
  display:block
}

.slick-slide.slick-loading img{
  display:none
}

.slick-slide.dragging img{
  pointer-events:none
}

.slick-initialized .slick-slide{
  display:block
}

.slick-loading .slick-slide{
  visibility:hidden
}

.slick-vertical .slick-slide{
  display:block;
  height:auto;
  border:1px solid transparent
}

.slick-arrow.slick-hidden{
  display:none
}

/* SLICK-THEME.CSS */

.slick-next,.slick-prev{
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:20px;
  height:20px;
  padding:0;
  transform:translate(0,-50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:0;
  background:0 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
  color:transparent;
  outline:0;
  background:0 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
  opacity:1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{
  opacity:.25
}

.slick-next:before,.slick-prev:before{
  font-size:20px;
  line-height:1;
  opacity:.75;
  color:#fff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.slick-prev{
  left:-25px
}

[dir=rtl] .slick-prev{
  right:-25px;
  left:auto
}

.slick-prev:before{
  content:'←'
}

[dir=rtl] .slick-prev:before{
  content:'→'
}

.slick-next{
  right:-25px
}

[dir=rtl] .slick-next{
  right:auto;
  left:-25px
}

.slick-next:before{
  content:'→'
}

[dir=rtl] .slick-next:before{
  content:'←'
}

.slick-dotted.slick-slider{
  margin-bottom:30px
}

.slick-dots{
  position:absolute;
  bottom:-25px;
  display:block;
  width:100%;
  padding:0;
  margin:0;
  list-style:none;
  text-align:center
}

.slick-dots li{
  position:relative;
  display:inline-block;
  width:20px;
  height:20px;
  margin:0 5px;
  padding:0;
  cursor:pointer
}

.slick-dots li button{
  font-size:0;
  line-height:0;
  display:block;
  width:20px;
  height:20px;
  padding:5px;
  cursor:pointer;
  color:transparent;
  border:0;
  outline:0;
  background:0 0
}

.slick-dots li button:focus,.slick-dots li button:hover{
  outline:0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before{
  opacity:1
}

.slick-dots li button:before{
  font-family:slick;
  font-size:6px;
  line-height:20px;
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:20px;
  content:'•';
  text-align:center;
  opacity:.25;
  color:#000;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.slick-dots li.slick-active button:before{
  opacity:.75;
  color:#000
}

/* ! tailwindcss v3.0.8 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  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: #BD9BC8;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #BD9BC8;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #BD9BC8;
  /* 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;
}

h1{
  text-align:center;
  font-family:Anton, sans-serif;
  font-size:2.25rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgb(249 52 8 / var(--tw-text-opacity))
}

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

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

h2{
  text-align:center;
  font-family:Anton, sans-serif;
  font-size:2.25rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity))
}

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

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

h3{
  text-align:left;
  font-family:Anton, sans-serif;
  font-size:1.25rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity))
}

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

*, ::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-transform:translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --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
}

.visible{
  visibility:visible
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.top-0{
  top:0px
}

.-left-8{
  left:-2rem
}

.-top-12{
  top:-3rem
}

.-right-5{
  right:-1.25rem
}

.top-1{
  top:0.25rem
}

.top-2\.5{
  top:0.625rem
}

.left-2\.5{
  left:0.625rem
}

.top-2{
  top:0.5rem
}

.left-2{
  left:0.5rem
}

.-left-2{
  left:-0.5rem
}

.bottom-28{
  bottom:7rem
}

.left-0{
  left:0px
}

.bottom-2{
  bottom:0.5rem
}

.-bottom-4{
  bottom:-1rem
}

.right-0{
  right:0px
}

.-right-8{
  right:-2rem
}

.-top-10{
  top:-2.5rem
}

.-right-0{
  right:-0px
}

.-left-3{
  left:-0.75rem
}

.-right-7{
  right:-1.75rem
}

.-top-14{
  top:-3.5rem
}

.-left-12{
  left:-3rem
}

.-left-10{
  left:-2.5rem
}

.-top-40{
  top:-10rem
}

.left-10{
  left:2.5rem
}

.top-96{
  top:24rem
}

.-right-4{
  right:-1rem
}

.bottom-20{
  bottom:5rem
}

.bottom-0{
  bottom:0px
}

.-top-4{
  top:-1rem
}

.-left-4{
  left:-1rem
}

.top-16{
  top:4rem
}

.left-3{
  left:0.75rem
}

.-right-28{
  right:-7rem
}

.z-40{
  z-index:40
}

.z-10{
  z-index:10
}

.z-30{
  z-index:30
}

.z-0{
  z-index:0
}

.z-20{
  z-index:20
}

.z-50{
  z-index:50
}

.col-span-2{
  grid-column:span 2 / span 2
}

.m-0{
  margin:0px
}

.mx-2\.5{
  margin-left:0.625rem;
  margin-right:0.625rem
}

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

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

.mx-1{
  margin-left:0.25rem;
  margin-right:0.25rem
}

.my-8{
  margin-top:2rem;
  margin-bottom:2rem
}

.my-4{
  margin-top:1rem;
  margin-bottom:1rem
}

.mx-12{
  margin-left:3rem;
  margin-right:3rem
}

.my-3{
  margin-top:0.75rem;
  margin-bottom:0.75rem
}

.mx-1\.5{
  margin-left:0.375rem;
  margin-right:0.375rem
}

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

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

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

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

.ml-4{
  margin-left:1rem
}

.mt-14{
  margin-top:3.5rem
}

.mt-5{
  margin-top:1.25rem
}

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

.mt-1{
  margin-top:0.25rem
}

.ml-3{
  margin-left:0.75rem
}

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

.-mt-0\.5{
  margin-top:-0.125rem
}

.-mt-0{
  margin-top:-0px
}

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

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

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

.mb-0{
  margin-bottom:0px
}

.mt-0{
  margin-top:0px
}

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

.-mb-0{
  margin-bottom:-0px
}

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

.mt-3{
  margin-top:0.75rem
}

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

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

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

.mt-2{
  margin-top:0.5rem
}

.mt-2\.5{
  margin-top:0.625rem
}

.mr-3{
  margin-right:0.75rem
}

.mt-0\.5{
  margin-top:0.125rem
}

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

.mr-1\.5{
  margin-right:0.375rem
}

.mr-1{
  margin-right:0.25rem
}

.-mr-3{
  margin-right:-0.75rem
}

.ml-6{
  margin-left:1.5rem
}

.-mt-2{
  margin-top:-0.5rem
}

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

.mb-1{
  margin-bottom:0.25rem
}

.-mb-0\.5{
  margin-bottom:-0.125rem
}

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

.-mt-14{
  margin-top:-3.5rem
}

.-mb-20{
  margin-bottom:-5rem
}

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

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

.-mt-5{
  margin-top:-1.25rem
}

.mb-1\.5{
  margin-bottom:0.375rem
}

.mr-4{
  margin-right:1rem
}

.-mt-1{
  margin-top:-0.25rem
}

.ml-1{
  margin-left:0.25rem
}

.ml-7{
  margin-left:1.75rem
}

.mr-2\.5{
  margin-right:0.625rem
}

.-mt-16{
  margin-top:-4rem
}

.mb-72{
  margin-bottom:18rem
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.contents{
  display:contents
}

.hidden{
  display:none
}

.h-0{
  height:0px
}

.h-72{
  height:18rem
}

.h-52{
  height:13rem
}

.h-full{
  height:100%
}

.h-6{
  height:1.5rem
}

.h-32{
  height:8rem
}

.h-80{
  height:20rem
}

.h-24{
  height:6rem
}

.h-16{
  height:4rem
}

.h-4{
  height:1rem
}

.h-9{
  height:2.25rem
}

.h-7{
  height:1.75rem
}

.h-40{
  height:10rem
}

.h-96{
  height:24rem
}

.h-36{
  height:9rem
}

.h-8{
  height:2rem
}

.h-14{
  height:3.5rem
}

.h-60{
  height:15rem
}

.h-28{
  height:7rem
}

.h-20{
  height:5rem
}

.h-44{
  height:11rem
}

.h-1\/2{
  height:50%
}

.h-5{
  height:1.25rem
}

.w-full{
  width:100%
}

.w-44{
  width:11rem
}

.w-52{
  width:13rem
}

.w-72{
  width:18rem
}

.w-6{
  width:1.5rem
}

.w-56{
  width:14rem
}

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

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

.w-40{
  width:10rem
}

.w-screen{
  width:100vw
}

.w-80{
  width:20rem
}

.w-5{
  width:1.25rem
}

.w-14{
  width:3.5rem
}

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

.w-2\/5{
  width:40%
}

.w-4{
  width:1rem
}

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

.w-8{
  width:2rem
}

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

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

.w-11\/12{
  width:91.666667%
}

.w-28{
  width:7rem
}

.w-48{
  width:12rem
}

.w-120{
  width:30rem
}

.w-4\/5{
  width:80%
}

.w-1\/5{
  width:20%
}

.w-7{
  width:1.75rem
}

.w-24{
  width:6rem
}

.w-12{
  width:3rem
}

.w-20{
  width:5rem
}

.w-32{
  width:8rem
}

.max-w-3xl{
  max-width:48rem
}

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

.flex-grow-0{
  flex-grow:0
}

.grow{
  flex-grow:1
}

.origin-bottom{
  transform-origin:bottom
}

.origin-top-left{
  transform-origin:top left
}

.translate-x-full{
  --tw-translate-x:100%;
  transform:var(--tw-transform)
}

.-translate-x-full{
  --tw-translate-x:-100%;
  transform:var(--tw-transform)
}

.-rotate-6{
  --tw-rotate:-6deg;
  transform:var(--tw-transform)
}

.scale-50{
  --tw-scale-x:.5;
  --tw-scale-y:.5;
  transform:var(--tw-transform)
}

.transform{
  transform:var(--tw-transform)
}

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

.resize{
  resize:both
}

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

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

.flex-row-reverse{
  flex-direction:row-reverse
}

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

.items-start{
  align-items:flex-start
}

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

.items-center{
  align-items:center
}

.justify-start{
  justify-content:flex-start
}

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

.justify-center{
  justify-content:center
}

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

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

.gap-5{
  gap:1.25rem
}

.gap-4{
  gap:1rem
}

.gap-x-3{
  -moz-column-gap:0.75rem;
       column-gap:0.75rem
}

.gap-x-8{
  -moz-column-gap:2rem;
       column-gap:2rem
}

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

.overflow-hidden{
  overflow:hidden
}

.overflow-y-auto{
  overflow-y:auto
}

.overflow-x-hidden{
  overflow-x:hidden
}

.overflow-y-hidden{
  overflow-y:hidden
}

.truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.whitespace-nowrap{
  white-space:nowrap
}

.rounded-lg{
  border-radius:0.5rem
}

.rounded{
  border-radius:0.25rem
}

.rounded-xl{
  border-radius:0.75rem
}

.rounded-md{
  border-radius:0.375rem
}

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

.rounded-none{
  border-radius:0px
}

.rounded-b{
  border-bottom-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem
}

.rounded-t{
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem
}

.rounded-tr-xl{
  border-top-right-radius:0.75rem
}

.border-3{
  border-width:3px
}

.border-2{
  border-width:2px
}

.border{
  border-width:1px
}

.border-5{
  border-width:5px
}

.border-t-3{
  border-top-width:3px
}

.border-b-3{
  border-bottom-width:3px
}

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

.border-r-3{
  border-right-width:3px
}

.border-none{
  border-style:none
}

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

.border-blue-700{
  --tw-border-opacity:1;
  border-color:rgb(0 32 219 / var(--tw-border-opacity))
}

.border-orange-600{
  --tw-border-opacity:1;
  border-color:rgb(249 52 8 / var(--tw-border-opacity))
}

.border-orange-50{
  --tw-border-opacity:1;
  border-color:rgb(252 241 229 / var(--tw-border-opacity))
}

.bg-orange-50{
  --tw-bg-opacity:1;
  background-color:rgb(252 241 229 / var(--tw-bg-opacity))
}

.bg-gray-300{
  --tw-bg-opacity:1;
  background-color:rgb(209 213 219 / var(--tw-bg-opacity))
}

.bg-blue-700{
  --tw-bg-opacity:1;
  background-color:rgb(0 32 219 / var(--tw-bg-opacity))
}

.bg-orange-600{
  --tw-bg-opacity:1;
  background-color:rgb(249 52 8 / var(--tw-bg-opacity))
}

.bg-transparent{
  background-color:transparent
}

.bg-warmGray-300{
  --tw-bg-opacity:1;
  background-color:rgb(196 196 196 / var(--tw-bg-opacity))
}

.bg-opacity-50{
  --tw-bg-opacity:0.5
}

.object-contain{
  -o-object-fit:contain;
     object-fit:contain
}

.object-scale-down{
  -o-object-fit:scale-down;
     object-fit:scale-down
}

.p-0{
  padding:0px
}

.p-5{
  padding:1.25rem
}

.p-3{
  padding:0.75rem
}

.p-2{
  padding:0.5rem
}

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

.px-1{
  padding-left:0.25rem;
  padding-right:0.25rem
}

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

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

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

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

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

.py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem
}

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

.px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem
}

.px-3{
  padding-left:0.75rem;
  padding-right:0.75rem
}

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

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

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

.px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem
}

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

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

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

.px-7{
  padding-left:1.75rem;
  padding-right:1.75rem
}

.py-24{
  padding-top:6rem;
  padding-bottom:6rem
}

.py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem
}

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

.pt-28{
  padding-top:7rem
}

.pb-12{
  padding-bottom:3rem
}

.pt-12{
  padding-top:3rem
}

.pr-1{
  padding-right:0.25rem
}

.pt-2{
  padding-top:0.5rem
}

.pb-1{
  padding-bottom:0.25rem
}

.pl-1{
  padding-left:0.25rem
}

.pt-8{
  padding-top:2rem
}

.pb-20{
  padding-bottom:5rem
}

.pt-2\.5{
  padding-top:0.625rem
}

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

.pb-2{
  padding-bottom:0.5rem
}

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

.pb-10{
  padding-bottom:2.5rem
}

.pb-1\.5{
  padding-bottom:0.375rem
}

.pl-4{
  padding-left:1rem
}

.pr-2{
  padding-right:0.5rem
}

.pt-0{
  padding-top:0px
}

.pb-5{
  padding-bottom:1.25rem
}

.pt-20{
  padding-top:5rem
}

.pt-3{
  padding-top:0.75rem
}

.pb-2\.5{
  padding-bottom:0.625rem
}

.pt-1{
  padding-top:0.25rem
}

.pb-6{
  padding-bottom:1.5rem
}

.pt-4{
  padding-top:1rem
}

.pb-7{
  padding-bottom:1.75rem
}

.pr-5{
  padding-right:1.25rem
}

.pl-3{
  padding-left:0.75rem
}

.pt-1\.5{
  padding-top:0.375rem
}

.pt-3\.5{
  padding-top:0.875rem
}

.pt-5{
  padding-top:1.25rem
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

.font-anton{
  font-family:Anton, sans-serif
}

.text-14px{
  font-size:0.875rem
}

.text-20px{
  font-size:1.25rem
}

.text-18px{
  font-size:1.125rem
}

.text-19px{
  font-size:1.1875rem
}

.text-30px{
  font-size:1.875rem
}

.text-22px{
  font-size:1.375rem
}

.text-36px{
  font-size:2.25rem
}

.text-50px{
  font-size:3.125rem
}

.text-12px{
  font-size:0.75rem
}

.text-45px{
  font-size:2.8125rem
}

.text-16px{
  font-size:1.0rem
}

.text-29px{
  font-size:1.8125rem
}

.text-23px{
  font-size:1.4375rem
}

.text-92px{
  font-size:5.75rem
}

.text-24px{
  font-size:1.5rem
}

.text-57px{
  font-size:3.5625rem
}

.text-41px{
  font-size:2.5625rem
}

.text-87px{
  font-size:5.4375rem
}

.text-10px{
  font-size:0.625rem
}

.text-32px{
  font-size:2.0rem
}

.text-40px{
  font-size:2.5rem
}

.text-52px{
  font-size:3.25rem
}

.text-28px{
  font-size:1.75rem
}

.text-35px{
  font-size:2.1875rem
}

.text-13px{
  font-size:0.8125rem
}

.text-25px{
  font-size:1.5625rem
}

.font-bold{
  font-weight:700
}

.font-normal{
  font-weight:400
}

.font-medium{
  font-weight:500
}

.uppercase{
  text-transform:uppercase
}

.lowercase{
  text-transform:lowercase
}

.capitalize{
  text-transform:capitalize
}

.leading-snug{
  line-height:1.375
}

.leading-loose{
  line-height:2
}

.leading-tight{
  line-height:1.25
}

.leading-normal{
  line-height:1.5
}

.leading-none{
  line-height:1
}

.leading-4{
  line-height:1rem
}

.leading-relaxed{
  line-height:1.625
}

.text-orange-600{
  --tw-text-opacity:1;
  color:rgb(249 52 8 / var(--tw-text-opacity))
}

.text-blue-700{
  --tw-text-opacity:1;
  color:rgb(0 32 219 / var(--tw-text-opacity))
}

.text-orange-50{
  --tw-text-opacity:1;
  color:rgb(252 241 229 / var(--tw-text-opacity))
}

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

.text-pink-500{
  --tw-text-opacity:1;
  color:rgb(226 84 168 / var(--tw-text-opacity))
}

.text-yellow-400{
  --tw-text-opacity:1;
  color:rgb(254 190 16 / var(--tw-text-opacity))
}

.text-sky-600{
  --tw-text-opacity:1;
  color:rgb(0 117 191 / var(--tw-text-opacity))
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(189 155 200 / var(--tw-text-opacity))
}

.underline{
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline
}

.placeholder-orange-600::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgb(249 52 8 / var(--tw-placeholder-opacity))
}

.placeholder-orange-600:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgb(249 52 8 / var(--tw-placeholder-opacity))
}

.placeholder-orange-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgb(249 52 8 / var(--tw-placeholder-opacity))
}

.opacity-50{
  opacity:0.5
}

.shadow-solid{
  --tw-shadow:5px 5px 0 0 #000000;
  --tw-shadow-colored:5px 5px 0 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.ring{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

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

.transition{
  transition-property:color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

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

.duration-200{
  transition-duration:200ms
}

.duration-700{
  transition-duration:700ms
}

.duration-500{
  transition-duration:500ms
}

.ease-linear{
  transition-timing-function:linear
}

@font-face {
  font-family: "Founders Grotesk";

  src: url("//cdn.shopify.com/s/files/1/0602/2617/5224/t/13/assets/FoundersGrotesk-Regular.otf?v=18122304694892680934") format("opentype");

  font-style: normal;

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";

  src: url("//cdn.shopify.com/s/files/1/0602/2617/5224/t/13/assets/FoundersGrotesk-Bold.otf?v=9226054771455347079") format("opentype");

  font-style: normal;

  font-weight: 700;

  font-display: swap;
}

body {
  font-family: "Founders Grotesk";
  font-style: normal;
  font-weight: 400;
}

.template-page .rte h3 {
  margin-top: 35px;
  font-size: 20px;
  text-transform: uppercase;
}

.template-page .rte p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .template-page .rte h3 {
    margin-top: 50px;
    font-size: 30px;
  }

  .template-page .rte p {
    font-size: 22px;
  }
}

html {
  scroll-behavior: smooth;
}

/* FONTS */

/* HIDE TEXT TYPE NUMBER SPINNER */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

/***********
* RECHARGE *
***********/

#rc_login {
  display: flex !important;
  justify-content: center;
}

#rc_login > * {
  white-space: nowrap;
  margin: 0 2px;
}

#rc_login a:hover {
  text-decoration: underline;
}

body {
  padding-top: 116px;
}

@media (min-width: 768px) {
  body {
    padding-top: 132px;
  }
}

@media (min-width: 1280px) {
  body {
    padding-top: 148px;
  }
}

.recharge-te, .recharge-te *, .rct_sidebar, .rct_sidebar *, .rc_layout__container, .rc_layout__container * {
  font-family: 'Founders Grotesk';
}

.rc_layout__container {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rct_button {
  background: #0020db !important;
  color: #fcf1e5 !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  border: 3px solid #000 !important;
  padding: 12px 30px !important;
  margin: 10px 0 !important;
  height: auto !important;
  text-decoration: none !important;
  transition: 0.3s all ease !important;
  box-shadow: none !important;
}

.rct_button:hover {
  background: #f93408 !important;
  box-shadow: none !important;
}

.recharge-te {
  margin-top: 40px;
  margin-bottom: 100px;
  background-color: transparent !important;
}

.recharge-te .heading {
  font-family: 'Founders Grotesk';
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #f93408;
}

.recharge-te .rct_navigation {
  padding: 10px 22px;
  margin-bottom: 15px;
  height: auto;
}

.recharge-te .rct_navigation .rct_navigation__mobile {
  box-shadow: none;
}

.recharge-te .rct_navigation .rct_navigation__mobile .rct_choices {
  border: 1px solid #000;
  border-radius: 5px;
}

.recharge-te .rct_navigation .rct_navigation__mobile .rct_choices .rct_choices__inner {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);
}

.recharge-te .rct_navigation .rct_navigation__mobile .rct_choices .rct_choices__inner .rct_choices__item {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
}

.recharge-te .rct_navigation .rct_navigation__mobile .rct_choices[data-type*=select-one]:after {
  border-top-color: #000;
}

.recharge-te .rct_navigation .rct_navigation__mobile .rct_choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #fff;
}

.recharge-te .rct_content {
  padding: 8px 22px 50px;
}

.recharge-te .rct_content h1 {
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}

.recharge-te .rct_content h3, .recharge-te .rct_content h3 strong {
  color: #000;
  margin-bottom: 10px;
}

.recharge-te .rct_content p, .recharge-te .rct_content div {
  color: #000;
}

.recharge-te .rct_content .rct_return-link {
  color: #000 !important;
}

.recharge-te .rct_content .rct_subscription__info {
  color: #000 !important;
}

.recharge-te .rct_card, .rc-card {
  background: transparent !important;
  box-shadow: none;
  border-radius: 25px !important;
  border: 5px solid #000 !important;
  color: #000 !important;
}

.recharge-te .rct_card .rct_product__info strong, .recharge-te .rct_card .rct_product__info .rct_text--small {
  color: #000;
  font-size: 14px;
}

.recharge-te .rct_card .rct_notice {
  border: none;
  background: transparent;
  color: #000;
}

.recharge-te .rct_card .rct_notice:before {
  color: #000;
}

.recharge-te .rct_card .rct_form__label {
  color: #000;
}

.recharge-te .rct_card .rct_form__group input, .recharge-te .rct_card .rct_choices__inner {
  border: 1px solid #000;
  border-radius: 5px;
  background: transparent;
}

.recharge-te .rct_card .rct_form__group input .rct_choices__item, .recharge-te .rct_card .rct_choices__inner .rct_choices__item {
  color: #000;
}

.recharge-te .rct_card .rct_product__image__container img, .recharge-te .rct_card .rct_card__media__container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
  max-width: 100px;
  min-width: 100px;
}

.recharge-te .rct_card .rct_choices[data-type*=select-one]:after {
  border-top-color: #000;
}

.recharge-te .rct_card .rct_choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #fff;
}

.recharge-te .rct_card .rct_order__details .rct_order__date, .recharge-te .rct_card .rct_order__details .rct_order__number {
  color: #000;
}

.recharge-te .rct_card .rct_order__total {
  color: #000;
}

.recharge-te .rct_card.rct_card--action {
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recharge-te .rct_card.rct_card--action:after {
  background-image: url({
       {
           'tan-arrow-right.png' | asset_url
       }
   }
   );
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  content: '';
  margin-left: 15px;
  display: block;
}

.recharge-te hr {
  border-bottom: 1px solid #000 !important;
}

.recharge-te .rct_card--charge-summary .rct_order-details, .recharge-te strong, .recharge-te .rct_tooltip__button, .recharge-te .rct_card--charge-summary .rct_order-details__row--total .rct_order-details__row__left {
  color: #000 !important;
}

.recharge-te .rct_card--variant {
  display: none !important;
}

.recharge-te .rct_choices__list--dropdown {
  border: 1px solid #fff !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  background: #000;
  color: #000;
  display: block;
}

.recharge-te .rct_choices__list--dropdown .rct_choices__item {
  border-top: none !important;
  text-transform: uppercase;
}

.recharge-te .rct_choices__list--dropdown .rct_choices__item--choice.is-selected {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.recharge-te .rct_choices__list--dropdown .rct_choices__item--selectable.is-highlighted {
  background-color: transparent;
}

.rct_sidebar {
  background-color: transparent !important;
  width: 380px;
  height: 100vh;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(380px);
  color: #000;
  z-index: 50;
}

.rct_sidebar .rct_sidebar__header {
  border: none !important;
}

.rct_sidebar .rct_sidebar__back, .rct_sidebar .rct_sidebar__close {
  background-color: transparent !important;
}

.rct_sidebar .rct_order-details__row + .rct_order-details__row {
  border-top: 1px solid #fff;
}

.rct_sidebar .rct_form__quantity {
  border: 1px solid #000;
  border-radius: 5px;
}

.rct_sidebar .rct_form__quantity input {
  background: transparent;
}

.rct_sidebar .rct_form__label {
  color: #000;
}

.rct_sidebar .rct_form__group, .rct_sidebar .rct_form__group * {
  color: #000 !important;
}

.rct_sidebar .rct_form__quantity, .rct_sidebar .rct_form__quantity * {
  color: #000 !important;
}

.rct_sidebar .rct_datepicker .is-selected .pika-button {
  background-color: #f93408;
}

.rct_sidebar .rct_datepicker .pika-next, .rct_sidebar .rct_datepicker .pika-prev {
  border: 1px solid #000;
}

.rct_sidebar .rct_choices__inner, .rct_sidebar .rct_form__input {
  border: 1px solid #000;
}

.rct_sidebar .rct_shipping-address__title, .rct_sidebar .rct_text--small {
  color: #000;
}

.slideout-open .rct_sidebar {
  transform: translateX(0px);
}

#rc_login {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

#rc_login h5 {
  clear: both;
  color: #000;
}

#rc_login a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .recharge-te {
    margin-top: 0px;
  }

  .recharge-te .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .recharge-te .rct_navigation {
    border: none;
  }

  .recharge-te .rct_navigation .rct_navigation {
    height: auto;
  }

  .recharge-te .rct_navigation .rct_navigation__desktop {
    max-width: 100vw;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
  }

  .recharge-te .rct_navigation .rct_navigation__desktop .rct_navigation__item a {
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #f93408;
    font-family: 'Founders Grotesk';
  }

  .recharge-te .rct_navigation .rct_navigation__desktop .rct_navigation__item a:hover, .recharge-te .rct_navigation .rct_navigation__desktop .rct_navigation__item a.rct_navigation__item__link--active {
    text-decoration: underline;
  }

  .recharge-te .rct_navigation .rct_navigation__desktop .rct_navigation__item a.rct_navigation__item__link--active {
    font-weight: 700;
  }

  .recharge-te .rct_navigation .rct_navigation__item {
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
  }

  .recharge-te .rct_navigation .rct_navigation__item a {
    color: #000;
    font-size: 16px;
  }

  .recharge-te .rct_navigation .rct_navigation__item a.rct_navigation__item__link--active {
    text-decoration: underline;
  }

  .recharge-te .rct_content {
    padding: 8px 0px 50px;
    width: auto;
    margin: 0 30px;
  }

  .recharge-te .rct_content h1 {
    font-family: 'Anton';
  }

  .rct_sidebar {
    padding-top: 90px;
  }

  #rc_login {
    margin: 20px 0 20px !important;
  }
}

.rc_layout__container, .rc_layout__container * {
  color: #000;
}

.rc_layout__container .rc_logo, .rc_layout__container * .rc_logo {
  display: none !important;
}

.rc_layout__container .col-md-6, .rc_layout__container * .col-md-6 {
  max-width: 100%;
  margin: 0 auto;
}

.rc_layout__container a, .rc_layout__container * a {
  color: #f93408;
}

.rc_layout__container .rc_form__input, .rc_layout__container * .rc_form__input {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 8px 20px;
  margin-bottom: 15px;
  width: 100%;
}

.rc_layout__container .btn, .rc_layout__container * .btn {
  width: 100%;
  background: #f93408 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  border: none !important;
  padding: 12px 30px !important;
  margin: 10px 0 !important;
  height: auto !important;
  text-decoration: none !important;
  transition: 0.3s all ease !important;
  box-shadow: none !important;
}

.rc_layout__container .btn:hover, .rc_layout__container * .btn:hover {
  color: #000 !important;
  background: #f93408 !important;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  #rc_login h5 {
    clear: both;
    color: #000;
  }

  .recharge-te {
    margin-left: auto;
    margin-right: auto;
  }

  .recharge-te .heading {
    font-size: 80px;
    line-height: 80px;
  }

  .recharge-te .rct_content {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .md\:flex-none {
    flex: none !important;
  }
}

.hover\:border-orange-600:hover{
  --tw-border-opacity:1;
  border-color:rgb(249 52 8 / var(--tw-border-opacity))
}

.hover\:bg-orange-600:hover{
  --tw-bg-opacity:1;
  background-color:rgb(249 52 8 / var(--tw-bg-opacity))
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 32 219 / var(--tw-bg-opacity))
}

.hover\:text-blue-700:hover{
  --tw-text-opacity:1;
  color:rgb(0 32 219 / var(--tw-text-opacity))
}

.hover\:text-orange-50:hover{
  --tw-text-opacity:1;
  color:rgb(252 241 229 / var(--tw-text-opacity))
}

@media (min-width: 768px){
  .md\:static{
    position:static
  }

  .md\:absolute{
    position:absolute
  }

  .md\:-left-2{
    left:-0.5rem
  }

  .md\:-top-4{
    top:-1rem
  }

  .md\:-left-12{
    left:-3rem
  }

  .md\:-top-10{
    top:-2.5rem
  }

  .md\:-top-6{
    top:-1.5rem
  }

  .md\:right-4{
    right:1rem
  }

  .md\:top-5{
    top:1.25rem
  }

  .md\:left-4{
    left:1rem
  }

  .md\:top-10{
    top:2.5rem
  }

  .md\:top-14{
    top:3.5rem
  }

  .md\:right-2{
    right:0.5rem
  }

  .md\:-top-8{
    top:-2rem
  }

  .md\:-left-32{
    left:-8rem
  }

  .md\:-top-32{
    top:-8rem
  }

  .md\:-left-16{
    left:-4rem
  }

  .md\:-right-0{
    right:-0px
  }

  .md\:-bottom-2{
    bottom:-0.5rem
  }

  .md\:left-32{
    left:8rem
  }

  .md\:left-1\/4{
    left:25%
  }

  .md\:-top-5{
    top:-1.25rem
  }

  .md\:-left-5{
    left:-1.25rem
  }

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

  .md\:order-1{
    order:1
  }

  .md\:order-3{
    order:3
  }

  .md\:order-4{
    order:4
  }

  .md\:order-5{
    order:5
  }

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

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

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

  .md\:mt-6{
    margin-top:1.5rem
  }

  .md\:mb-1{
    margin-bottom:0.25rem
  }

  .md\:mb-16{
    margin-bottom:4rem
  }

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

  .md\:mt-2{
    margin-top:0.5rem
  }

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

  .md\:mt-8{
    margin-top:2rem
  }

  .md\:mb-24{
    margin-bottom:6rem
  }

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

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

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

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

  .md\:-mt-24{
    margin-top:-6rem
  }

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

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

  .md\:mt-3{
    margin-top:0.75rem
  }

  .md\:-mt-8{
    margin-top:-2rem
  }

  .md\:ml-0{
    margin-left:0px
  }

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

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

  .md\:mr-0{
    margin-right:0px
  }

  .md\:-mb-1{
    margin-bottom:-0.25rem
  }

  .md\:-mb-2{
    margin-bottom:-0.5rem
  }

  .md\:mt-12{
    margin-top:3rem
  }

  .md\:-mt-12{
    margin-top:-3rem
  }

  .md\:-mb-28{
    margin-bottom:-7rem
  }

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

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

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

  .md\:mr-7{
    margin-right:1.75rem
  }

  .md\:mt-0\.5{
    margin-top:0.125rem
  }

  .md\:mt-0{
    margin-top:0px
  }

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

  .md\:block{
    display:block
  }

  .md\:flex{
    display:flex
  }

  .md\:grid{
    display:grid
  }

  .md\:hidden{
    display:none
  }

  .md\:h-96{
    height:24rem
  }

  .md\:h-60{
    height:15rem
  }

  .md\:h-10{
    height:2.5rem
  }

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

  .md\:h-40{
    height:10rem
  }

  .md\:h-48{
    height:12rem
  }

  .md\:h-135{
    height:33rem
  }

  .md\:h-28{
    height:7rem
  }

  .md\:h-12{
    height:3rem
  }

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

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

  .md\:h-11{
    height:2.75rem
  }

  .md\:h-44{
    height:11rem
  }

  .md\:h-32{
    height:8rem
  }

  .md\:h-120{
    height:30rem
  }

  .md\:h-52{
    height:13rem
  }

  .md\:h-80{
    height:20rem
  }

  .md\:h-9{
    height:2.25rem
  }

  .md\:h-36{
    height:9rem
  }

  .md\:h-64{
    height:16rem
  }

  .md\:h-3\/5{
    height:60%
  }

  .md\:h-7{
    height:1.75rem
  }

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

  .md\:w-96{
    width:24rem
  }

  .md\:w-60{
    width:15rem
  }

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

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

  .md\:w-10{
    width:2.5rem
  }

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

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

  .md\:w-36{
    width:9rem
  }

  .md\:w-80{
    width:20rem
  }

  .md\:w-48{
    width:12rem
  }

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

  .md\:w-135{
    width:33rem
  }

  .md\:w-40{
    width:10rem
  }

  .md\:w-20{
    width:5rem
  }

  .md\:w-11{
    width:2.75rem
  }

  .md\:w-8{
    width:2rem
  }

  .md\:w-44{
    width:11rem
  }

  .md\:w-120{
    width:30rem
  }

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

  .md\:w-64{
    width:16rem
  }

  .md\:w-12{
    width:3rem
  }

  .md\:w-52{
    width:13rem
  }

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

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

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

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

  .md\:flex-none{
    flex:none
  }

  .md\:-translate-y-12{
    --tw-translate-y:-3rem;
    transform:var(--tw-transform)
  }

  .md\:translate-x-120{
    --tw-translate-x:30rem;
    transform:var(--tw-transform)
  }

  .md\:scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75;
    transform:var(--tw-transform)
  }

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

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

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

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

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

  .md\:flex-col{
    flex-direction:column
  }

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

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

  .md\:items-center{
    align-items:center
  }

  .md\:justify-start{
    justify-content:flex-start
  }

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

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

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

  .md\:gap-x-0{
    -moz-column-gap:0px;
         column-gap:0px
  }

  .md\:gap-x-28{
    -moz-column-gap:7rem;
         column-gap:7rem
  }

  .md\:gap-y-10{
    row-gap:2.5rem
  }

  .md\:gap-y-16{
    row-gap:4rem
  }

  .md\:whitespace-nowrap{
    white-space:nowrap
  }

  .md\:rounded-2xl{
    border-radius:1rem
  }

  .md\:border-3{
    border-width:3px
  }

  .md\:border-b-3{
    border-bottom-width:3px
  }

  .md\:bg-transparent{
    background-color:transparent
  }

  .md\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

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

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

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

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

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

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

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

  .md\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .md\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

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

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

  .md\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

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

  .md\:pt-36{
    padding-top:9rem
  }

  .md\:pt-4{
    padding-top:1rem
  }

  .md\:pb-3{
    padding-bottom:0.75rem
  }

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

  .md\:pt-7{
    padding-top:1.75rem
  }

  .md\:pt-2{
    padding-top:0.5rem
  }

  .md\:pb-0{
    padding-bottom:0px
  }

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

  .md\:pb-24{
    padding-bottom:6rem
  }

  .md\:pl-2{
    padding-left:0.5rem
  }

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

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

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

  .md\:pb-8{
    padding-bottom:2rem
  }

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

  .md\:pl-3{
    padding-left:0.75rem
  }

  .md\:pt-2\.5{
    padding-top:0.625rem
  }

  .md\:pb-2{
    padding-bottom:0.5rem
  }

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

  .md\:text-center{
    text-align:center
  }

  .md\:text-22px{
    font-size:1.375rem
  }

  .md\:text-30px{
    font-size:1.875rem
  }

  .md\:text-18px{
    font-size:1.125rem
  }

  .md\:text-50px{
    font-size:3.125rem
  }

  .md\:text-60px{
    font-size:3.75rem
  }

  .md\:text-72px{
    font-size:4.5rem
  }

  .md\:text-24px{
    font-size:1.5rem
  }

  .md\:text-48px{
    font-size:3.0rem
  }

  .md\:text-16px{
    font-size:1.0rem
  }

  .md\:text-35px{
    font-size:2.1875rem
  }

  .md\:text-25px{
    font-size:1.5625rem
  }

  .md\:text-19px{
    font-size:1.1875rem
  }

  .md\:text-40px{
    font-size:2.5rem
  }

  .md\:text-97px{
    font-size:6.0625rem
  }

  .md\:text-70px{
    font-size:4.375rem
  }

  .md\:text-147px{
    font-size:9.1875rem
  }

  .md\:text-92px{
    font-size:5.75rem
  }

  .md\:text-20px{
    font-size:1.25rem
  }

  .md\:text-28px{
    font-size:1.75rem
  }

  .md\:text-33px{
    font-size:2.0625rem
  }

  .md\:text-80px{
    font-size:5.0rem
  }

  .md\:leading-none{
    line-height:1
  }

  .md\:leading-relaxed{
    line-height:1.625
  }

  .md\:text-orange-600{
    --tw-text-opacity:1;
    color:rgb(249 52 8 / var(--tw-text-opacity))
  }

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

  .md\:column-gap-5 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media (min-width: 1024px){
  .lg\:order-2{
    order:2
  }

  .lg\:order-1{
    order:1
  }

  .lg\:order-3{
    order:3
  }

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

  .lg\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

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

  .lg\:mr-20{
    margin-right:5rem
  }

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

  .lg\:mr-16{
    margin-right:4rem
  }

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

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

  .lg\:mt-3{
    margin-top:0.75rem
  }

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

  .lg\:mb-6{
    margin-bottom:1.5rem
  }

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

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

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

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

  .lg\:w-9\/12{
    width:75%
  }

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

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

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

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

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

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

  .lg\:max-w-screen-xl{
    max-width:1280px
  }

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

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

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

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

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

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

  .lg\:justify-between{
    justify-content:space-between
  }

  .lg\:border-r-3{
    border-right-width:3px
  }

  .lg\:border-t-0{
    border-top-width:0
  }

  .lg\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .lg\:pr-12{
    padding-right:3rem
  }

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

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

  .lg\:text-80px{
    font-size:5.0rem
  }

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

@media (min-width: 1280px){
  .xl\:relative{
    position:relative
  }

  .xl\:-left-10{
    left:-2.5rem
  }

  .xl\:-top-12{
    top:-3rem
  }

  .xl\:-left-20{
    left:-5rem
  }

  .xl\:-top-28{
    top:-7rem
  }

  .xl\:top-4{
    top:1rem
  }

  .xl\:-right-5{
    right:-1.25rem
  }

  .xl\:left-auto{
    left:auto
  }

  .xl\:right-4{
    right:1rem
  }

  .xl\:top-0{
    top:0px
  }

  .xl\:left-2{
    left:0.5rem
  }

  .xl\:right-auto{
    right:auto
  }

  .xl\:right-2{
    right:0.5rem
  }

  .xl\:-top-14{
    top:-3.5rem
  }

  .xl\:right-5{
    right:1.25rem
  }

  .xl\:-left-5{
    left:-1.25rem
  }

  .xl\:top-auto{
    top:auto
  }

  .xl\:bottom-10{
    bottom:2.5rem
  }

  .xl\:-left-12{
    left:-3rem
  }

  .xl\:-top-7{
    top:-1.75rem
  }

  .xl\:-left-8{
    left:-2rem
  }

  .xl\:-top-52{
    top:-13rem
  }

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

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

  .xl\:bottom-0{
    bottom:0px
  }

  .xl\:-right-48{
    right:-12rem
  }

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

  .xl\:bottom-48{
    bottom:12rem
  }

  .xl\:z-20{
    z-index:20
  }

  .xl\:z-10{
    z-index:10
  }

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

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

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

  .xl\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

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

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

  .xl\:mb-8{
    margin-bottom:2rem
  }

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

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

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

  .xl\:mt-4{
    margin-top:1rem
  }

  .xl\:mt-10{
    margin-top:2.5rem
  }

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

  .xl\:mt-6{
    margin-top:1.5rem
  }

  .xl\:-mt-8{
    margin-top:-2rem
  }

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

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

  .xl\:ml-4{
    margin-left:1rem
  }

  .xl\:ml-6{
    margin-left:1.5rem
  }

  .xl\:mt-8{
    margin-top:2rem
  }

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

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

  .xl\:-mt-7{
    margin-top:-1.75rem
  }

  .xl\:-mt-2{
    margin-top:-0.5rem
  }

  .xl\:-mt-40{
    margin-top:-10rem
  }

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

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

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

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

  .xl\:-mt-4{
    margin-top:-1rem
  }

  .xl\:ml-9{
    margin-left:2.25rem
  }

  .xl\:mt-7{
    margin-top:1.75rem
  }

  .xl\:-mt-12{
    margin-top:-3rem
  }

  .xl\:block{
    display:block
  }

  .xl\:flex{
    display:flex
  }

  .xl\:hidden{
    display:none
  }

  .xl\:h-32{
    height:8rem
  }

  .xl\:h-64{
    height:16rem
  }

  .xl\:h-72{
    height:18rem
  }

  .xl\:h-190{
    height:47.5rem
  }

  .xl\:h-44{
    height:11rem
  }

  .xl\:h-auto{
    height:auto
  }

  .xl\:h-24{
    height:6rem
  }

  .xl\:h-16{
    height:4rem
  }

  .xl\:h-full{
    height:100%
  }

  .xl\:h-12{
    height:3rem
  }

  .xl\:h-40{
    height:10rem
  }

  .xl\:h-80{
    height:20rem
  }

  .xl\:h-14{
    height:3.5rem
  }

  .xl\:h-60{
    height:15rem
  }

  .xl\:w-80{
    width:20rem
  }

  .xl\:w-135{
    width:33rem
  }

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

  .xl\:w-190{
    width:47.5rem
  }

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

  .xl\:w-screen{
    width:100vw
  }

  .xl\:w-60{
    width:15rem
  }

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

  .xl\:w-24{
    width:6rem
  }

  .xl\:w-64{
    width:16rem
  }

  .xl\:w-3\/5{
    width:60%
  }

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

  .xl\:w-2\/5{
    width:40%
  }

  .xl\:w-4\/5{
    width:80%
  }

  .xl\:w-5\/6{
    width:83.333333%
  }

  .xl\:w-52{
    width:13rem
  }

  .xl\:w-auto{
    width:auto
  }

  .xl\:w-12{
    width:3rem
  }

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

  .xl\:w-150{
    width:37.5rem
  }

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

  .xl\:w-11\/12{
    width:91.666667%
  }

  .xl\:max-w-screen-xl{
    max-width:1280px
  }

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

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

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

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

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

  .xl\:max-w-7xl{
    max-width:80rem
  }

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

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

  .xl\:translate-y-0{
    --tw-translate-y:0px;
    transform:var(--tw-transform)
  }

  .xl\:rotate-45{
    --tw-rotate:45deg;
    transform:var(--tw-transform)
  }

  .xl\:-rotate-45{
    --tw-rotate:-45deg;
    transform:var(--tw-transform)
  }

  .xl\:scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1;
    transform:var(--tw-transform)
  }

  .xl\:scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9;
    transform:var(--tw-transform)
  }

  .xl\:transform{
    transform:var(--tw-transform)
  }

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

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

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

  .xl\:flex-col{
    flex-direction:column
  }

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

  .xl\:items-center{
    align-items:center
  }

  .xl\:justify-start{
    justify-content:flex-start
  }

  .xl\:justify-end{
    justify-content:flex-end
  }

  .xl\:justify-center{
    justify-content:center
  }

  .xl\:rounded-2xl{
    border-radius:1rem
  }

  .xl\:border-5{
    border-width:5px
  }

  .xl\:border-b-0{
    border-bottom-width:0
  }

  .xl\:border-r-5{
    border-right-width:5px
  }

  .xl\:border-t-5{
    border-top-width:5px
  }

  .xl\:border-b-5{
    border-bottom-width:5px
  }

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

  .xl\:py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .xl\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

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

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

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

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

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

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

  .xl\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

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

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

  .xl\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .xl\:pt-40{
    padding-top:10rem
  }

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

  .xl\:pl-40{
    padding-left:10rem
  }

  .xl\:pt-8{
    padding-top:2rem
  }

  .xl\:pr-40{
    padding-right:10rem
  }

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

  .xl\:pb-12{
    padding-bottom:3rem
  }

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

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

  .xl\:pr-0{
    padding-right:0px
  }

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

  .xl\:pl-10{
    padding-left:2.5rem
  }

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

  .xl\:text-left{
    text-align:left
  }

  .xl\:text-center{
    text-align:center
  }

  .xl\:text-35px{
    font-size:2.1875rem
  }

  .xl\:text-80px{
    font-size:5.0rem
  }

  .xl\:text-50px{
    font-size:3.125rem
  }

  .xl\:text-22px{
    font-size:1.375rem
  }

  .xl\:text-136px{
    font-size:8.5rem
  }

  .xl\:text-98px{
    font-size:6.125rem
  }

  .xl\:text-39px{
    font-size:2.4375rem
  }

  .xl\:text-40px{
    font-size:2.5rem
  }

  .xl\:text-25px{
    font-size:1.5625rem
  }

  .xl\:text-52px{
    font-size:3.25rem
  }

  .xl\:text-120px{
    font-size:7.5rem
  }

  .xl\:text-45px{
    font-size:2.8125rem
  }

  .xl\:text-155px{
    font-size:9.6875rem
  }

  .xl\:text-30px{
    font-size:1.875rem
  }

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

  .xl\:leading-none{
    line-height:1
  }
}
.bt_banner{
  display:block;
  width:100%;
  overflow:hidden;
}
.bt_banner .desktop_image{
  display:block;
  width:100%;
  overflow:hidden;
}
.bt_banner .mobile_image{
  display:none;
}
#ContactFormSubject {
  color: #BD9BC8;
}
#ContactFormSubject option {
  color: #000;
}
.rct_navigation__mobile .rct_choices__list.rct_choices__list--dropdown {
    background: #fff;
}
    
@media (max-width: 767.98px){
  .bt_banner .desktop_image{
    display:none;
  }
  .bt_banner .mobile_image{
    display:block;
    width:100%;
    overflow:hidden;
  }

}