/*
! tailwindcss v3.0.18 | 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: Integral CF;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-\[1px\] {
  left: 1px;
}

.top-5 {
  top: 1.25rem;
}

.right-0 {
  right: 0px;
}

.top-\[6px\] {
  top: 6px;
}

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

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

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[5\.5px\] {
  margin-right: 5.5px;
}

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

.mr-auto {
  margin-right: auto;
}

.mb-\[1\.2px\] {
  margin-bottom: 1.2px;
}

.ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-\[95\%\] {
  height: 95%;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-5\/6 {
  height: 83.333333%;
}

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

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

.min-h-screen {
  min-height: 100vh;
}

.min-h-full {
  min-height: 100%;
}

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

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

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

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

.w-80 {
  width: 20rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

.flex-col {
  flex-direction: column;
}

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border-y-\[0\.5px\] {
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
}

.border-t-\[5px\] {
  border-top-width: 5px;
}

.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}

.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}

.border-b-\[5px\] {
  border-bottom-width: 5px;
}

.border-r-\[0\.1px\] {
  border-right-width: 0.1px;
}

.border-r-\[0\.5px\] {
  border-right-width: 0.5px;
}

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

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

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

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

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(19 36 40 / var(--tw-bg-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(187 59 128 / var(--tw-bg-opacity));
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

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

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

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

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

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

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

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

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-80 {
  padding-bottom: 20rem;
}

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

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

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

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

.pr-7 {
  padding-right: 1.75rem;
}

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

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

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

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

.pr-4 {
  padding-right: 1rem;
}

.pb-\[1\.5px\] {
  padding-bottom: 1.5px;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

.font-sans {
  font-family: Integral CF;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.leading-\[32px\] {
  line-height: 32px;
}

.leading-3 {
  line-height: .75rem;
}

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 36 40 / var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 36 40 / var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 36 40 / var(--tw-placeholder-opacity));
}

@font-face {
  font-family: "Integral CF";

  src: url("../resources/fonts/Integral/IntegralCF-Regular.woff2")
      format("woff2"),
    url("../resources/fonts/Integral/IntegralCF-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Integral CF";

  src: url("../resources/fonts/Integral/IntegralCF-Bold.woff2") format("woff2"),
    url("../resources/fonts/Integral/IntegralCF-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

body {
  counter-reset: section;
}

body * {
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

a {
  cursor: pointer;
}

@media (min-width: 1024px) {
  ol {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* @apply text-blue-500 underline; */

p a:hover, ul a:hover, ol a:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none;
    }

p,
ul,
ol {
  font-family: IBM Plex Sans;
}

ul:not(.block-editor-block-variation-picker__variations) li {
    list-style-position: inside;
  }

ul:not(.block-editor-block-variation-picker__variations) li {
    list-style-type: disc;
  }

ol li {
    list-style-position: inside;
  }

ol li {
    list-style-type: decimal;
  }

html {
  overflow-x: hidden;
  font-family: IBM Plex Sans;
}

div {
  display: block;
}

em {
  font-style: italic;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1480px) and (max-width: 1600px) {
  .page-template-components-template main .skin--ad {
    display: none;
  }
}

.skin--ad {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
  justify-content: center;
}

.box--shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.container--placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(19 36 40 / var(--tw-bg-opacity));
  text-align: center;
}

.text--placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 198 39 / var(--tw-text-opacity));
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.category--text {
  font-family: Integral CF;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1480px) {
  .category--text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.category--text {
  font-weight: 700;
  text-transform: uppercase;
  /* @apply tracking-wider; */
}

.border--bottom {
  border-bottom: 0.5px solid #132428;
}

.border--top {
  border-top: 0.5px solid #132428;
}

.border--left {
  border-left: 0.5px solid #132428;
}

.border--right {
  border-right: 0.5px solid #132428;
}

.height-96 {
  height: 96%;
}

.quiz--maincontainer {
  height: 97%;
}

.icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  color: #ffffff;
}

.icon i {
  font-size: 20px;
  position: absolute;
  left: 9px;
  top: 10px;
}

.icon.social {
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(19 36 40 / var(--tw-bg-opacity));
  color: white;
}

.icon.social.fb i {
  left: 13px;
  top: 10px;
}

.icon.social.tw i {
  left: 11px;
}

.underline {
  text-underline-offset: 3px;
}

.fit-116 {
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-103 {
  height: 103px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single--article * {
    margin-bottom: 0.5rem;
  }

.single--article iframe {
    margin: auto;
  }

.single--article strong {
    font-weight: 700;
  }

.single--article strong {
    margin-top: 1rem;
  }

.single--article ul {
    font-weight: 300;
  }

.single--article ul {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.single--article ul {
    margin-top: 0.5rem;
  }

.single--article figure {
    width: 100%;
    max-width: 100%;
  }

.single--article figcaption {
    border-bottom-width: 0.5px;
  }

.single--article figcaption {
    padding-bottom: 0.5rem;
  }

.single--article .wp-block-embed__wrapper iframe,
    .single--article iframe[title="YouTube video player"] {
    width: 100%;
  }

.single--article iframe[src*="youtube.com"] {
    aspect-ratio: 16 / 9;
    height: auto;
  }

/* Sky player */

.single--article .vidcar4s {
    margin: auto;
  }

html .footer--content li {
  list-style-type: none;
}

@media (min-width: 768px) {
  html .footer--content li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

html .footer--content * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer--media a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer--columns a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 198 39 / var(--tw-text-opacity));
}

html .mainMenu--content li {
  list-style-type: none;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

html .mainMenu--content li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html .mainMenu--content li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 198 39 / var(--tw-text-opacity));
}

.mainMenu--content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu-main-menu-container {
  height: 100%;
}

html .mainMenu--content .sub-menu {
  display: none;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 39 / var(--tw-bg-opacity));
  left: 50%;
  transform: translate(-50%);
  border-top: 4px solid #FF6E64;
  border-radius: 0 0 10px 10px;
  top: 48px;
  text-align: center;
  padding: 0.25rem;
  --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);
}

html .mainMenu--content .sub-menu li {
  padding: 0px;
  border-bottom: 1px solid #EFB6AB;
  padding-bottom: 0.25rem;
  padding-top: 2px;
}

html .mainMenu--content .sub-menu li:last-child {
  border-width: 0px;
}

html .mainMenu--content .sub-menu li a {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
  display: block;
}

html .mainMenu--content li:hover .sub-menu {
  display: block;
}

html .drawer_sections-md .sub-menu {
  display: none;
  position: absolute;
  left: 160px;
  top: 0px;
  height: 100%;
}

html .drawer_sections-md a {
  display: block;
}

html .drawer_sections-md li:hover .sub-menu {
  display: block;
}

html .drawer_sections-md .sub-menu {
  display: none;
}

html .drawer_sections .sub-menu {
  display: none;
  border-bottom: 1px solid #EFB6AB;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}

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

html .drawer_sections li .drawer_icon {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  padding: 5px;
  background-image: url("https://www.herfamily.ie/uploads/2023/11/Layer_1-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

html .drawer_sections li .drawer_icon-closed {
  background-image: url("https://www.herfamily.ie/uploads/2023/11/Layer_1.png");
}

html .drawer_colour {
  color: #FF6E64 !important;
}

html .block-important {
  display: block !important;
}

.prev.page-numbers, .next.page-numbers {
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 39 / var(--tw-bg-opacity));
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.page-numbers.current {
  font-weight: 700;
}

.page-numbers {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.cta {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: inline-block;
}

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

.cta {
  --tw-bg-opacity: 1;
  background-color: rgb(19 36 40 / var(--tw-bg-opacity));
  border-radius: 40px;
}

.cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
}

.cta {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 1.5rem;
  text-align: center;
}

.cta2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: inline-block;
}

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

.cta2 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 36 40 / var(--tw-bg-opacity));
  border-radius: 40px;
}

.cta2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
}

.cta2 {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 1.5rem;
  text-align: center;
}

.excerpt--container * {
  font-size: 1rem;
  line-height: 1.5rem;
}

.wrapper-drawer, .wrapper-drawer li a {
  list-style-type: none !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  text-transform: capitalize;
}

.wrapper-drawer li {
  margin-bottom: 0.5rem;
}

ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-type: none;
}

.wrapper-drawer li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 198 39 / var(--tw-text-opacity));
}

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

.underlineTitles:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a :hover {
  color: var(--hover-color);
}

a.imageLinks, a.imageLinks:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-text-opacity: 1;
  color: rgb(255 198 39 / var(--tw-text-opacity));
}

.mainLogo {
  width: 55px;
}

@media (min-width: 768px) {
  .mainLogo {
    width: 95px;
  }
}

.mainLogo {
  height: auto;
  margin: auto;
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

#searchInput::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 1;
}

#searchInput:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 1;
}

#searchInput::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 1;
}

#searchInputMobile::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(19 36 40 / var(--tw-text-opacity)) !important;
}

#searchInputMobile:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(19 36 40 / var(--tw-text-opacity)) !important;
}

#searchInputMobile::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(19 36 40 / var(--tw-text-opacity)) !important;
}

.next.page-numbers:hover, .prev.page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 36 40 / var(--tw-bg-opacity));
}

.next.page-numbers, .prev.page-numbers {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-flex;
}

.page-numbers:not(.prev),
.page-numbers:not(.next) {
  position: relative;
  top: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.prev.page-numbers:hover path, .next.page-numbers:hover path {
  fill: #FFC627;
}

.icon.social:hover i {
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
}

.twitter--svg:hover .twitter--svgBG, .cc--svg:hover .cc--svgBG {
  fill: #FFC627;
}

.twitter--svg:hover .twitter--svgIcon, .cc--svg:hover .cc--svgIcon {
  fill: #132428;
}

.pag-iconNext::before {
  content: url('data:image/svg+xml; utf8, <svg width="30" height="30" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.652344 4.69147L6.18336 10.2225L5.54445 10.8614L0.0134302 5.33038L0.652344 4.69147Z" fill="#132428"/><path d="M0 5.27795L5.27798 -2.68635e-05L5.91689 0.638887L0.638914 5.91687L0 5.27795Z" fill="#132428"/></svg>');
  display: inline-block;
  width: 20px;
  height: 20px;
}

.pseudo--counter::before {
  counter-increment: section;
  content: "" counter(section) "";
  position: absolute;
  left: 0;
  top: 0;
  font-family: Integral CF;
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 39 / var(--tw-bg-opacity));
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .owl--most-popular {
    display: none !important;
  }
}

body .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 198 39 / var(--tw-bg-opacity)) !important;
}

body .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px;
}

article.single--article h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

article.single--article h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

article.single--article h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

article.single--article h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

article.single--article h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

article.single--article h6 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

article.single--article p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.article--intro *, .article--intro {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.5rem;
}

article.single--article a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
}

article.single--article img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

article.single--article blockquote.wp-block-quote {
  padding-left: 4rem;
  position: relative;
  border-left-width: 0px;
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

article.single--article blockquote.wp-block-quote p {
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

article.single--article blockquote.wp-block-quote cite {
  font-weight: 100;
  font-style: italic;
}

article.single--article blockquote.wp-block-quote::before {
  content: "";
  background: url("https://d1cwrht6awnwow.cloudfront.net/uploads/2022/12/%E2%80%9C.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
}

article.single--article ul {
  margin-bottom: 1rem;
}

article.single--article ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  margin-bottom: 0px;
}

article.single--article ul li::before {
  content: "\2022";
  margin-right: 5px;
}

article.single--article ul li a {
  margin-bottom: 0.25rem;
}

article.single--article ol {
  list-style-type: none;
  margin-bottom: 1rem;
  counter-reset: item;
}

article.single--article ol li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  counter-increment: item;
}

article.single--article ol li::before {
  content: counter(item);
  margin-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
  width: 25px;
  padding-bottom: 0.25rem;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-family: Integral CF;
}

.static--content h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .static--content h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.static--content h1 {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .static--content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .static--content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.static--content h2 {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.static--content h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .static--content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.static--content h3 {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.static--content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.static--content a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
}

.static--content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

.static--content ul {
  list-style-type: disc;
  margin-bottom: 1rem;
}

.static--content ul li {
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.5rem;
}

.static--content ol {
  list-style-type: none;
  margin-bottom: 1rem;
  counter-reset: item;
}

.static--content ol li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  counter-increment: item;
}

.static--content ol li::before {
  content: counter(item);
  margin-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 36 40 / var(--tw-text-opacity));
  width: 25px;
  padding-bottom: 0.25rem;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-family: Integral CF;
}

.titleStyleBg {
  font-family: Integral CF;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(19 36 40 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.titleStyleBd {
  font-family: Integral CF;
  font-weight: 700;
  border-top: 0.5px solid #132428;
  border-bottom: 0.5px solid #132428;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.morestories--imageMD {
  width: 100%;
  max-height: 83px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.twitter-tweet.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}

/* Rules for Google ad units */

div[id^="google_ads_iframe_"] iframe {
  display: inline-block;
}

/* Rules for p tags inside ad units */

div[id^="div-gpt"] p {
  margin-bottom: 0 !important;
}

.featued-section iframe {
  width: 100% !important;
}

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

.hover\:fill-primary:hover {
  fill: #FFC627;
}

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

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

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

.hover\:text-pink:hover {
  --tw-text-opacity: 1;
  color: rgb(187 59 128 / var(--tw-text-opacity));
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(19 36 40 / var(--tw-border-opacity));
}

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

.focus\:ring-0:focus {
  --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(0px + 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);
}

.focus\:ring-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(89 102 111 / var(--tw-ring-opacity));
}

@media (min-width: 350px) {
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:top-\[7px\] {
    top: 7px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

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

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

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-l-\[0\.5px\] {
    border-left-width: 0.5px;
  }

  .md\:border-r-\[0\.5px\] {
    border-right-width: 0.5px;
  }

  .md\:border-b-\[0\] {
    border-bottom-width: 0;
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .md\:pl-4 {
    padding-left: 1rem;
  }

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }
}

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-\[1024px\] {
    max-width: 1024px;
  }

  .lg\:max-w-\[740px\] {
    max-width: 740px;
  }

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

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

  .lg\:border-r-\[0\.5px\] {
    border-right-width: 0.5px;
  }

  .lg\:border-t-\[0\.5px\] {
    border-top-width: 0.5px;
  }

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

  .lg\:pl-4 {
    padding-left: 1rem;
  }

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

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

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

  .lg\:leading-\[46px\] {
    line-height: 46px;
  }
}

@media (min-width: 1480px) {
  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-1 {
    order: 1;
  }

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

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

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-w-\[1480px\] {
    min-width: 1480px;
  }

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

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:border-r-\[0\.5px\] {
    border-right-width: 0.5px;
  }

  .xl\:border-l-\[0\.5px\] {
    border-left-width: 0.5px;
  }

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

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

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