/*!
Theme Name: Additio
Author: Alteregoweb
Author URI: https://www.alteregoweb.com
Description: Tema para additio
Version: 1.1.0
*/

:root{
  --brand-color: #005AC7;
}

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: 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 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
  select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
  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;
}

*, ::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-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:  ;
}

::-webkit-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-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

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

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

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

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

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

.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9{
  --tw-aspect-h: 9;
}

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

.visible{
  visibility: visible;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.top-0{
  top: 0px;
}

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

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

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

.col-span-4{
  grid-column: span 4 / span 4;
}

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

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

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

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

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

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-2{
  height: 0.5rem;
}

.h-24{
  height: 6rem;
}

.h-60{
  height: 15rem;
}

.min-h-min{
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.w-32{
  width: 8rem;
}

.w-full{
  width: 100%;
}

.w-2{
  width: 0.5rem;
}

.w-16{
  width: 4rem;
}

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

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

.max-w-full{
  max-width: 100%;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-lg{
  max-width: 32rem;
}

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

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

.max-w-5xl{
  max-width: 64rem;
}

.table-fixed{
  table-layout: fixed;
}

.-rotate-90{
  --tw-rotate: -90deg;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

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

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

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

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

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

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

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

.gap-8{
  gap: 2rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

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

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

.rounded-\[50px\]{
  border-radius: 50px;
}

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

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

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

.bg-sm{
  background-size: 25%;
}

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

.bg-50{
  background-size: 50%;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-right-bottom{
  background-position: right bottom;
}

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

.bg-right-top{
  background-position: right top;
}

.bg-left-top{
  background-position: left top;
}

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-16{
  padding-top: 4rem;
}

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

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

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

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

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

.text-sm{
  font-size: .875rem;
}

.text-xxs{
  font-size: .675rem;
}

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

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

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

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

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

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

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

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

.font-extrabold{
  font-weight: 800;
}

.italic{
  font-style: italic;
}

.leading-tight{
  line-height: 1.25;
}

.leading-normal{
  line-height: 1.5;
}

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

.leading-5{
  line-height: 1.25rem;
}

.leading-extra-tight{
  line-height: 1.1;
}

.leading-loose{
  line-height: 2;
}

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

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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{
  outline-style: solid;
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

body{
  font-family: 'Inter', sans-serif !important;
}

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

/* Posts and pages
  --------------------------------------------- */

.sticky {
  display: block;
}

.post,
  .page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
  .entry-content,
  .entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
  --------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
  --------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
  --------------------------------------------- */

.page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
  width: 150px;
  margin-top: 7px;
}

.custom-logo{
  width: 150px;
}

/* Captions
  --------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
  --------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

/* Jetpack infinite scroll
  --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

.nav[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
  --------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.nav > li{
  display: inline-block;
  padding:0 0.6rem;
  position: relative;
}

.nav li a, a.btn, .nav-footer a{
  text-decoration: none !important;
}

.post-template-default.single.single-post .single-content a, a.link-homepage{
  text-decoration: underline !important;
}

a{
  text-decoration: none !important;
}

.nav > li > a{
  color:black;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

.nav.nav-brand > li > a{
  color:var(--brand-color);
  font-weight: 700;
  font-size: 0.9rem;
}

.nav  li a:hover{
  border-bottom: 1px solid black;
}

.nav  li.active{
  color: var(--brand-color);
}

.sub-menu{
  opacity: 0;
  display: none;
  position: absolute;
  top: 3rem;
  left: -50%;
  z-index: 99999;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: 300ms ease all;
  padding: 10px 15px;
  text-align: left;
  min-width: 200px;
}

.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 2px);
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.sub-menu li{
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.sub-menu a{
  font-weight: 400;
  text-decoration:none;
  color: black;
}

.menu-item-has-children{
  position: relative;
}

/* .menu-item-has-children > a:after{
	margin-left: 0.25rem;
	content:'';
	background-image: url('img/arrow-down.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 13px;
  } */

.nav-brand .menu-item-has-children > a:after{
  margin-left: 0.25rem;
  content:'';
  background-image: url('img/arrow-down-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.menu-item-has-children.open > .sub-menu {
  opacity: 1;
  display: block;
  transition: 300ms ease all;
}

.menu-item-has-children > a:after{
  margin-left: 0.25rem;
  content:'';
  background-image: url('img/arrow-down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  transform: rotate(0deg) translateY(0);
  display: inline-block;
  transition: 300ms ease all;
}

@media(max-width: 768px){
  .menu-item-has-children > a:after{
    width: 14px;
    height: 14px;
  }
}

.menu-item-has-children.open > a:after{
  transform: rotate(180deg) translateY(2px);
}

.bg-brand{
  background-color: var(--brand-color);
}

.color-brand{
  color: var(--brand-color);
}

.btn-brand,.btn-outline-brand:hover{
  background-color: var(--brand-color);
  color: white;
  border-radius: 30px !important;
  padding: 8px 25px !important;
  border: 1px solid var(--brand-color);
}

.btn-brand:hover, .btn-outline-brand{
  border: 1px solid var(--brand-color) !important;
  background-color: transparent;
  color: var(--brand-color);
  border-radius: 30px !important;
  padding: 8px 25px !important;
}

.btn-brand a, .btn-outline-brand:hover a{
  color: white !important;
}

.btn-brand:hover a, .btn-outline-brand a{
  color: var(--brand-color) !important;
}

#toggler{
  height: 40px;
  width: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('img/menu.png');
  cursor: pointer;
  background-position: center;
  transform: rotate(0deg);
  transition: 300ms ease all;
}

#toggler.open{
  background-image: url('img/close.png');
  background-size: 25px;
  transform: rotate(180deg);
  transition: 300ms ease all;
}

#mobilemenu{
  height: 0;
  overflow: hidden;
  background-color: #DDEAF9;
  transition: 500ms ease all;
}

#mobilemenu.open{
  height: calc( 100vh - 64px);
  transition: 500ms ease all;
  position: fixed;
  z-index: 9;
  top: 64px;
  width: 100%;
}

.nav-mobile li{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid  #EEF5FF;
  position: initial;
  padding: 5px 10px;
}

.nav-mobile a{
  display: flex;
  width: 100%;
  padding: 5px 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: black;
  position: initial;
  order: 1;
}

.nav-mobile .btn-outline-brand a, .nav-mobile .btn-brand a{
  display: block;
}

.nav-mobile .text-center a{
  text-align: center;
  margin: 0 auto;
}

.nav-mobile .menu-item-has-children > a:after{
  margin-right: 15px;
  margin-left: auto;
  order: 2;
}

.nav-mobile .sub-menu{
  display: none;
  position: initial;
  order: 3;
  flex: 0 0 auto;
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.nav-mobile .open .sub-menu{
  display: block;
  position: initial;
  flex-shrink: 0;
}

.nav-mobile .sub-menu li{
  border-bottom: none;
}

.nav-mobile .sub-menu li a{
  font-weight: 400;
  padding: 0;
}

.nav-mobile .btn-brand,.nav-mobile .btn-outline-brand{
  margin: 0 15px;
  text-align: center;
}

.nav-mobile.nav-mobile-access li{
  margin-top: 10px;
  border: none;
}

footer{
  background-color: rgba(0, 90, 199, 0.1);
}

@media(max-width:1024px){
  .toggled-footer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
  }

  .open .toggled-footer{
    max-height: 1200px;
    overflow: hidden;
    transition: max-height 0.25s ease-in;
    padding-bottom: 25px;
  }

  .toggle-footer{
    border-bottom: 1px solid rgba(80, 150, 255, 0.5);
    cursor: pointer;
    padding: 5px 0;
    display: block;
    display: flex;
  }

  .toggle-footer:first{
    border-top: 1px solid rgba(80, 150, 255, 0.5);
  }

  .toggle-footer:after{
    content: " ";
    background-image: url('img/creu-tancada.svg');
    margin-left: auto;
    rotate: 0;
    transition: 300ms ease all;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: auto;
    background-repeat: no-repeat;
  }

  .open .toggle-footer:after{
    transform: rotate(45deg);
    transition: 300ms ease all;
  }
}

.border-brand{
  border-color: rgba(0, 90, 199,.5);
}

/* BOTONES */

.btn{
  border-radius: 30px !important;
  padding: 8px 25px !important;
  border: 1px solid black;
  text-align: center;
  min-width: 200px;
  display: inline-block;
  transition: 300ms ease all;
}

.btn-black,.btn-outline-black:hover{
  background-color: black;
  border-color: black;
  color: white;
}

.btn-outline-black, .btn-black:hover{
  color: black;
  border-color: black;
  background-color: transparent;
}

.bg-lightblue{
  background-color: #5096FF;
}

.hover-border, .hoverlinks a, .hoverhitem .hitem{
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.hoverlinks a:hover, .hoverhitem:hover .hitem{
  border-color: black;
}

.hover-border-blue:hover{
  border-color:  #005AC7;
}

.color-blue{
  color: #005AC7;
}

.bg-blue{
  background-color: #005AC7;
}

.btn-blue,.btn-outline-blue:hover{
  background-color: #005AC7;
  border-color: #005AC7;
  color: white;
}

.btn-outline-blue, .btn-blue:hover{
  color: #005AC7;
  border-color: #005AC7;
  background-color: transparent;
}

.color-red{
  color: #FF505A;
}

.bg-red{
  background-color: #FF505A;
}

.btn-red,.btn-outline-red:hover{
  background-color: #FF505A;
  border-color: #FF505A;
  color: white;
}

.btn-outline-red, .btn-red:hover{
  color: #FF505A;
  border-color: #FF505A;
  background-color: transparent;
}

.color-green{
  color: #00B496;
}

.bg-green{
  background-color: #00B496;
}

.btn-green,.btn-outline-green:hover{
  background-color: #00B496;
  border-color: #00B496;
  color: white;
}

.btn-outline-green, .btn-green:hover{
  color: #00B496;
  border-color: #00B496;
  background-color: transparent;
}

.btn-white{
  background-color: white;
  border-color: white;
  color: black;
}

.btn-white:hover{
  color: white !important;
  border-color: white;
  background-color: transparent;
}

.btn-outline-trans{
  background-color: transparent;
}

.tab{
  background-color: #C6DAF0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding:12px 25px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 15px 5px 0;
}

.tab-active{
  background-color: #F6FAFF;
}

@media(max-width:768px){
  .active-col-1 .col-2,
	  .active-col-2 .col-1{
    display: none;
  }
}

.sticky-thead{
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  background-color: #a3c8ff;
  color: black;
}

.toggled-faq{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}

.open .toggled-faq{
  max-height: 1200px;
  overflow: hidden;
  transition: max-height 0.25s ease-in;
  padding: 15px 0 25px;
}

.toggle-faq{
  border-bottom: 1px solid rgba(80, 150, 255, 0.5);
  cursor: pointer;
  padding: 10px 0;
  display: block;
  display: flex;
}

.toggle-faq:first{
  border-top: 1px solid rgba(80, 150, 255, 0.5);
}

.toggle-faq:after{
  content: '';
  background-image: url('img/creu-tancada.svg');
  margin-left: auto;
  rotate: 0;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: auto;
  background-repeat: no-repeat;
  transition: 300ms ease all;
  transform-origin: center center;
  transition-delay: 20ms;
}

.open .toggle-faq:after{
  transform: rotate(180deg);
  position: relative;
  top: 5px;
  transition: 300ms ease all;
  content: '';
  background-image: url('img/creu-oberta.svg') !important;
  margin-left: auto;
  rotate: 0;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: auto;
  background-repeat: no-repeat;
  transform-origin: center center;
}

.bg-light{
  background-color: #F6FAFF;
}

.bg-lighterblue{
  background-color: #EDF5FF;
}

.bg-header{
  background-color: #EDF5FF;
}

.nav-links a,  #content  #infinite-handle span button{
  background-color: var(--brand-color) ;
  color: white;
  border-radius: 30px !important;
  padding: 8px 25px !important;
  border: 1px solid var(--brand-color);
  text-align: center;
  min-width: 200px;
  display: inline-block;
  transition: 300ms ease all;
}

.nav-links a:hover, #content #infinite-handle span button:hover{
  background-color: transparent;
  color: var(--brand-color);
}

#content #infinite-handle span{
  background-color: transparent;
}

.nav-previous, .nav-next{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.nav-footer a{
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.nav-footer a:hover{
  border-bottom: 1px solid black;
}

/* Hides navigation links and site footer when infinite scroll is active */

.infinite-scroll #navigation,
  .infinite-scroll.neverending #footer {
  display: none;
}

/* Shows the footer again in case all posts have been loaded */

.infinity-end.neverending #footer {
  display: block;
}

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

.tns-nav button{
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #D9D9D9;
  display: inline-block;
  margin: 0 2px;
}

.tns-nav button.tns-nav-active,
  .tns-nav button:hover{
  background-color: #99E1D5;
}

h1{
  font-size: 45px;
  font-weight: 800;
}

h2{
  font-size: 25px;
  font-weight: 600;
}

h3{
  font-size: 20px;
  font-weight: 600;
}

h4{
  font-size: 18px;
  font-weight: 600;
}

h5{
  font-size: 17px;
  font-weight: 600;
}

h6{
  font-size: 16px;
  font-weight: 600;
}

.single-content p {
  margin: 0 0 20px !important;
}

.single-content ul, .single-content ol{
  padding-left: 20px;
  margin-bottom: 1rem;
}

.single-content ul{
  list-style: disc;
}

.single-content ol{
  list-style: decimal;
}

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

/*
  
  #infinite-handle{
	  padding:20px 0;
	  grid-column: span 3 / span 3;
	  text-align: center;
  }
  #content > .infinite-wrap {
	  grid-column: span 3 / span 3;
	  gap: 1rem;
	  display: grid;
	  grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  @media (min-width: 768px){
	  #content > .infinite-wrap {
		  grid-template-columns: repeat(2, minmax(0, 1fr));
	  }
  }
  
  
  @media (min-width: 1024px){
	  #content > .infinite-wrap {
		  grid-template-columns: repeat(3, minmax(0, 1fr));
	  }
  }
  
  */

#gotop{
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  opacity: 0;
  transition: 400ms ease all;
}

.scrolled #gotop{
  opacity: 1;
  transition: 400ms ease all;
}

#gotop{
  max-width: 10%;
}

#gotop img{
  max-width: 100%;
}

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

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

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:border-l{
    border-left-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:w-44{
    width: 11rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:bg-35{
    background-size: 35%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-xl{
    font-size: 1.25rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
  }

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

@media (min-width: 1280px){
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .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\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

/*WP FORMS*/

.wpforms-field-medium, .wpforms-field-large, .wpforms-field-small{
  border-radius: 18px !important;
}

.wpforms-field-medium:focus, div.wpforms-container-full .wpforms-form input:focus,.wpforms-field-large:focus, .wpforms-field-small:focus{
  border: 1px solid rgb(0, 90, 199) !important
}

.wpforms-field-label{
  font-weight: 400 !important;
}

.btn-wpform{
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px !important;
  transition: border-radius 200ms ease 0s !important;
  height: unset !important;
  padding: 8px 12px !important;
  margin-top: 24px !important;
  min-height: 48px !important;
  border-radius: 24px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  background-color: rgb(0, 90, 199) !important;
  border: 0px !important;
  color: rgb(255, 255, 255) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  font-family: inherit !important;
  font-style: normal !important;
  justify-content: center !important;
  width: 100% !important;
  outline: none !important;
}

.btn-wpform:focus {
  box-shadow: rgb(26 116 225) 0px 0px 0px 3px inset;
}

.tns-outer [data-action=start],   .tns-outer [data-action=stop]{
  display: none;
}

.nav li.btn-brand a:hover{
  border-bottom: 0px !important;
}