/*
Theme Name: WeStudy 2
Theme URI: rajo.com.br
Author: Rafael Medeiros
Author URI: 
Description: 
Tags: blog, pages
Version: 1.5
Text Domain: westudy
*/



*,
::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.
*/

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: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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: #416ed3;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

button,
[type='button'],
[type='reset'],
[type='submit'] {
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none;
}
  /* 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'] {
  [type='search'] {
    -webkit-appearance: textfield;
    appearance: textfield;
    /*  1 */
    outline-offset: -2px;
    /*  2 */
  }
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::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%;
}

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-auto {
  margin: auto;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

.mx-\[7px\] {
  margin-left: 7px;
  margin-right: 7px;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

.mb-px {
  margin-bottom: 1px;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[-8px\] {
  margin-left: -8px;
}

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

.mt-12 {
  margin-top: 3rem;
}

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-36 {
  height: 9rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-36 {
  width: 9rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-\[8\.5em\] {
  width: 8.5em;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.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;
}

.items-stretch {
  align-items: stretch;
}

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

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

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

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

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.self-center {
  align-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#f5f5f7\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 247 / var(--tw-border-opacity));
}

.border-\[rgba\(134\2c 134\2c 139\2c 0\.8\)\] {
  border-color: rgba(134,134,139,0.8);
}

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

.border-darkline {
  --tw-border-opacity: 1;
  border-color: rgb(204 203 205 / var(--tw-border-opacity));
}

.border-lightline {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 232 / var(--tw-border-opacity));
}

.bg-\[\#161617\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 23 / var(--tw-bg-opacity));
}

.bg-\[\#f5f5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
}

.bg-\[rgba\(134\2c 134\2c 139\2c 0\.8\)\] {
  background-color: rgba(134,134,139,0.8);
}

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

.bg-darkgreybg {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 51 / var(--tw-bg-opacity));
}

.bg-darkline {
  --tw-bg-opacity: 1;
  background-color: rgb(204 203 205 / var(--tw-bg-opacity));
}

.bg-greybg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-lightgreybg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 244 / var(--tw-bg-opacity));
}

.bg-lightline {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 232 / var(--tw-bg-opacity));
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-\[\'SF_Pro_Display\'\] {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-\[\'SF_Pro_Text\'\] {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.16667\] {
  line-height: 1.16667;
}

.leading-\[1\.21053\] {
  line-height: 1.21053;
}

.leading-\[1\.28577\] {
  line-height: 1.28577;
}

.leading-\[1\.6667\] {
  line-height: 1.6667;
}

.tracking-\[-\.01em\] {
  letter-spacing: -.01em;
}

.tracking-\[-0\.016em\] {
  letter-spacing: -0.016em;
}

.tracking-\[\.012em\] {
  letter-spacing: .012em;
}

.tracking-\[0\.009em\] {
  letter-spacing: 0.009em;
}

.text-\[rgba\(134\2c 134\2c 139\2c 0\.8\)\] {
  color: rgba(134,134,139,0.8);
}

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

.text-bluetext {
  --tw-text-opacity: 1;
  color: rgb(65 110 211 / var(--tw-text-opacity));
}

.text-darktext {
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
}

.text-greytext {
  --tw-text-opacity: 1;
  color: rgb(110 110 115 / var(--tw-text-opacity));
}

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

.text-lightline {
  --tw-text-opacity: 1;
  color: rgb(230 230 232 / var(--tw-text-opacity));
}

.text-orangetext {
  --tw-text-opacity: 1;
  color: rgb(237 124 64 / var(--tw-text-opacity));
}

.text-orangetext2 {
  --tw-text-opacity: 1;
  color: #000000;
}

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

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.duration-300 {
  transition-duration: 300ms;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
        Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

* {
  box-sizing: border-box;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: light;
  }

  body {
    color: black;
    background: white;
  }
}

/* Fonts */

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';

  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Black.otf') format('opentype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-BlackItalic.otf') format('opentype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-BoldItalic.otf') format('opentype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-HeavyItalic.otf') format('opentype');

  font-weight: 800;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-LightItalic.otf') format('opentype');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format('opentype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-RegularItalic.otf') format('opentype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-SemiboldItalic.otf') format('opentype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Thin.otf') format('opentype');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-ThinItalic.otf') format('opentype');

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-Ultralight.otf') format('opentype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Text';

  src: url('../fonts/SF-Pro-Text-UltralightItalic.otf') format('opentype');

  font-weight: 200;

  font-style: italic;
}

/* Icons */

.icon {
  width: 36px;
  height: 36px;
  padding: 6px;
  filter: invert(46%) sepia(7%) saturate(200%) hue-rotate(201deg) brightness(91%) contrast(91%);
  transition: all 0.3s ease;
}

.icon:hover {
  filter: invert(25%) sepia(98%) saturate(1249%) hue-rotate(189deg) brightness(105%) contrast(112%);
}

.icon.icon-facebook::after {
  content: "";
  background: url("../img/icons/icon-facebook.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon.icon-twitter::after {
  content: "";
  background: url("../img/icons/icon-twitter.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon.icon-whatsapp::after {
  content: "";
  background: url("../img/icons/icon-whatsapp.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon.icon-link::after {
  content: "";
  background: url("../img/icons/icon-link.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* Tooltips */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Arrows */

.arrow {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
}

.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  background: #86868b;
  border-radius: 0.2rem;
  display: block;
}

.arrow.left,
.arrow.right {
  width: 0.5em;
}

.arrow.left:before,
.arrow.right:before {
  top: 65%;
}

.arrow.left:after,
.arrow.right:after {
  bottom: 65%;
}

.arrow.left:before,
.arrow.right:before,
.arrow.left:after,
.arrow.right:after {
  left: -5%;
  height: 25%;
  width: 110%;
}

.arrow.up,
.arrow.down {
  height: 1.667em;
}

.arrow.up:before,
.arrow.down:before {
  left: 65%;
}

.arrow.up:after,
.arrow.down:after {
  right: 65%;
}

.arrow.up:before,
.arrow.down:before,
.arrow.up:after,
.arrow.down:after {
  top: -5%;
  height: 110%;
  width: 25%;
}

.arrow.left:before,
.arrow.left:after {
  transform: rotate(45deg);
}

.arrow.left:after {
  transform: rotate(-45deg);
}

.arrow.right:before,
.arrow.right:after {
  transform: rotate(-45deg);
}

.arrow.right:after {
  transform: rotate(45deg);
}

.arrow.up:before,
.arrow.up:after {
  transform: rotate(-45deg);
}

.arrow.up:after {
  transform: rotate(45deg);
}

.arrow.down:before,
.arrow.down:after {
  transform: rotate(45deg);
}

.arrow.down:after {
  transform: rotate(-45deg);
}

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

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

.hover\:cursor-auto:hover {
  cursor: auto;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-\[\#f5f5f7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
}

.hover\:bg-\[rgba\(110\2c 110\2c 115\2c 0\.6\)\]:hover {
  background-color: rgba(110,110,115,0.6);
}

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

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

.hover\:text-zinc-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-bluetext:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 110 211 / var(--tw-border-opacity));
}

.focus\:ring-bluetext:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 110 211 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

@media (min-width: 768px) {
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[1\.14286\] {
    line-height: 1.14286;
  }

  .md\:tracking-\[0\.007em\] {
    letter-spacing: 0.007em;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:leading-\[1\.125\] {
    line-height: 1.125;
  }

  .lg\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .lg\:tracking-\[0\.004em\] {
    letter-spacing: 0.004em;
  }

  .lg\:tracking-\[0em\] {
    letter-spacing: 0em;
  }
}

/* @media only screen and (max-width: 768px){
  fa fa-bars{
    display: none;
}
} */