@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700&family=Playfair+Display:wght@400&display=swap');

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

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

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

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

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

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

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

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.left-\[50\%\]{
  left: 50%;
}

.right-1{
  right: 0.25rem;
}

.top-\[50\%\]{
  top: 50%;
}

.z-\[0\]{
  z-index: 0;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[3\]{
  z-index: 3;
}

.z-\[999\]{
  z-index: 999;
}

.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

.mt-10{
  margin-top: 2.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-8{
  margin-top: 2rem;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

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

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

.h-full{
  height: 100%;
}

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

.min-h-\[50vh\]{
  min-height: 50vh;
}

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

.w-16{
  width: 4rem;
}

.w-4{
  width: 1rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

.w-\[46\%\]{
  width: 46%;
}

.w-\[50\%\]{
  width: 50%;
}

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

.w-\[80\%\]{
  width: 80%;
}

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

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

.gap-y-8{
  row-gap: 2rem;
}

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

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

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

.border-t{
  border-top-width: 1px;
}

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

.border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(53 63 72 / var(--tw-border-opacity));
}

.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(196 199 206 / var(--tw-border-opacity));
}

.border-l-red{
  --tw-border-opacity: 1;
  border-left-color: rgb(222 54 64 / var(--tw-border-opacity));
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

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

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 72 / var(--tw-bg-opacity));
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
}

.bg-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
}

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

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#353F48cc\]{
  --tw-gradient-from: #353F48cc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 63 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#393D47\]{
  --tw-gradient-from: #393D47 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(57 61 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(0\2c 0\2c 0\2c \.1\)\]{
  --tw-gradient-from: rgba(0,0,0,.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900{
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#000\]{
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-\[rgba\(0\2c 0\2c 0\2c \.8\)\]{
  --tw-gradient-to: rgba(0,0,0,.8) var(--tw-gradient-to-position);
}

.to-dark{
  --tw-gradient-to: #353F48 var(--tw-gradient-to-position);
}

.to-gray-500{
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

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

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

.\!p-0{
  padding: 0px !important;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

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

.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-serif{
  font-family: Playfair Display, serif;
}

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

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

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

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

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

.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-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

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

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

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

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(222 54 64 / var(--tw-text-opacity));
}

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

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

.opacity-60{
  opacity: 0.6;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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;
}

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

html, body{
  margin: 0px;
  display: flex;
  min-height: 100%;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 0px;
}

body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(53 63 72 / var(--tw-text-opacity));
}

@media(max-width:1112px){
  body.tofixed{
    position: fixed;
    overflow: hidden;
  }
}

/* global */

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

/* layout */

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

.wrapper{
  display: flex;
  min-height: 100%;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
}

/* header */

header.header{
  position: relative;
  z-index: 999;
  display: flex;
  height: 50px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  header.header{
    height: 70px;
  }
}

header.header .logo{
  display: block;
  max-width: 90px;
}

@media(min-width:1113px){
  header.header .navigation > ul{
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  header.header .navigation > ul > li > ul{
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    width: 150px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  header.header .navigation > ul > li > ul > li > a{
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  header.header .navigation > ul > li > ul > li:hover > a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  header.header .navigation > ul > li:hover > ul{
    display: block;
  }

  header.header .navigation > ul > li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header.header .navigation > ul > li > a{
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  header.header .navigation > ul > li:hover > a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  header.header .navigation > ul > li:hover > a:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(53 63 72 / var(--tw-bg-opacity));
  }

  header.header .navigation > ul > li.current-post-ancestor > a,
    header.header .navigation > ul > li.current-menu-item > a{
    font-weight: 600;
  }

  header.header .navigation > ul > li.current-post-ancestor > a:after,
    header.header .navigation > ul > li.current-menu-item > a:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(222 54 64 / var(--tw-bg-opacity));
  }

  header.header .navigation > ul > li.menu-item-has-children:after{
    content: "\e5cf";
    font-family: Material Symbols Outlined;
  }

  header.header .navigation .bottomBlock{
    display: none;
  }
}

@media(max-width:1112px){
  header.header .navigation{
    position: fixed;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: -100%;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.header .navigation > ul{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }

  header.header .navigation > ul > li > a{
    display: block;
    border-top-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  header.header .navigation.active{
    top: 50px;
    bottom: 0px;
    margin-top: 0px;
    opacity: 1;
  }

  @media (min-width: 768px){
    header.header .navigation.active{
      top: 70px;
    }
  }

  header.header .navigation .bottomBlock{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(196 199 206 / var(--tw-bg-opacity));
    padding: 1rem;
  }

  header.header .navigation .bottomBlock > ul > li > a{
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

header.header .searchButton{
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  opacity: 0.5;
}

@media (min-width: 768px){
  header.header .searchButton{
    height: 70px;
  }
}

header.header .searchButton > span:first-child{
  display: block;
}

header.header .searchButton > span:last-child{
  display: none;
}

header.header .searchButton.active{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

header.header .searchButton.active > span:first-child{
  display: none;
}

header.header .searchButton.active > span:last-child{
  display: block;
}

header.header .searchBox{
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header.header .searchBox.active{
  display: block;
}

header.header .searchBox > form{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

header.header .searchBox > form > input{
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

header.header .searchBox > form > button{
  display: none;
}

.navicon{
  position: relative;
  display: none;
  height: 42px;
  width: 42px;
}

@media(max-width:1112px){
  .navicon{
    display: block;
  }
}

.navicon > i{
  position: absolute;
  left: 0.25rem;
  height: 2px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 72 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navicon > i:nth-child(1){
  top: 14px;
}

.navicon > i:nth-child(2){
  top: 20px;
}

.navicon > i:nth-child(3){
  top: 26px;
}

.navicon.active > i:nth-child(1){
  top: 20px;
  --tw-rotate: 45deg;
  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));
}

.navicon.active > i:nth-child(2){
  opacity: 0;
}

.navicon.active > i:nth-child(3){
  top: 20px;
  --tw-rotate: -45deg;
  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));
}

footer.footer{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

footer.footer .logo{
  display: block;
  max-width: 110px;
}

footer.footer .navigation > ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

footer.footer .navigation > ul > li{
  width: 45%;
}

@media (min-width: 768px){
  footer.footer .navigation > ul > li{
    width: auto;
  }
}

footer.footer .navigation{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  footer.footer .navigation{
    flex-direction: row;
    justify-content: space-between;
  }
}

footer.footer .navigation > ul > li > ul{
  display: none;
}

footer.footer .navigation > ul#menu-main-menu-1{
  display: none;
}

@media (min-width: 1024px){
  footer.footer .navigation > ul#menu-main-menu-1{
    display: flex;
  }
}

/* header.header .navigation a{
    
} */

.button{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(53 63 72 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(53 63 72 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.red{
  --tw-border-opacity: 1;
  border-color: rgb(222 54 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.red:hover{
  --tw-border-opacity: 1;
  border-color: rgb(53 63 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 72 / var(--tw-bg-opacity));
}

.overtitle{
  margin-bottom: 0.25rem;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(222 54 64 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .overtitle{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5;
  }
}

/* articleCardFull */

.articleCardFull{
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.articleCardFull:hover{
  opacity: 0.8;
}

.articleCardFull > a{
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);;
  padding: 1.25rem;
}

.articleCardFull > a > p{
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.articleCardFull > a > h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: Playfair Display, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .articleCardFull > a > h2{
    font-size: 28px;
    line-height: 36px;
  }
}

.articleCardFull > a > h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.articleCardFull > a > h2:hover,
.articleCardFull > a > h3:hover{
  text-decoration-line: underline;
}

/* featuredFakttest */

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

.featuredFakttest h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: Playfair Display, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1024px){
  .featuredFakttest h2{
    font-size: 28px;
    line-height: 36px;
  }
}

.featuredFakttest h2:hover{
  text-decoration-line: underline;
}

.featuredFakttest .image{
  margin-bottom: 1rem;
  display: block;
  height: 100px;
  min-height: 100px;
  width: 100px;
  min-width: 100px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-position: top;
  --tw-grayscale: grayscale(100%);
  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);
}

/* articleCardDefault */

.articleCardDefault{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.articleCardDefault .image{
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.articleCardDefault .image > img{
  height: 100% !important;
  width: auto !important;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.articleCardDefault:hover .image > img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.articleCardDefault h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.025em;
}

@media (min-width: 640px){
  .articleCardDefault h3{
    font-size: 18px;
    line-height: 24px;
  }
}

.articleCardDefault h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: Playfair Display, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1024px){
  .articleCardDefault h2{
    font-size: 28px;
    line-height: 36px;
  }
}

.articleCardDefault .date{
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.articleCardDefault a:hover{
  text-decoration-line: underline;
}

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

/* articleCardMobileOne */

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

.articleCardMobileOne > div{
  margin-left: 1rem;
  width: 100%;
  border-bottom-width: 1px;
}

.articleCardMobileOne .image{
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 120px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 640px){
  .articleCardMobileOne .image{
    max-width: 150px;
  }
}

@media (min-width: 768px){
  .articleCardMobileOne .image{
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1024px){
  .articleCardMobileOne .image{
    max-width: 200px;
  }
}

.articleCardMobileOne h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.025em;
}

@media (min-width: 640px){
  .articleCardMobileOne h3{
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1024px){
  .articleCardMobileOne h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.articleCardMobileOne .date{
  margin-top: 1rem;
  display: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

@media (min-width: 1024px){
  .articleCardMobileOne .date{
    display: block;
  }
}

.articleCardMobileOne:hover h3{
  text-decoration-line: underline;
}

.articleCardMobileOne:hover img{
  opacity: 0.8;
}

/* articleCardtTmeline */

.articleCardtTimeline{
}

.articleCardtTimeline > a{
  position: relative;
  display: block;
  min-height: 70px;
  padding-left: 4rem;
  padding-bottom: 1rem;
}

.articleCardtTimeline h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-top: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.025em;
}

@media (min-width: 1024px){
  .articleCardtTimeline h3{
    font-size: 18px;
    line-height: 24px;
  }
}

.articleCardtTimeline .date{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  display: flex;
  width: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.9;
}

.articleCardtTimeline .date span{
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
}

.articleCardtTimeline .date > div{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.articleCardtTimeline .date:before{
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
}

.articleCardtTimeline:hover a{
  text-decoration-line: underline;
}

/* articleFakttest */

.articleFakttest{
}

.articleFakttest .image{
  display: block;
  height: 100px;
  min-height: 100px;
  width: 100px;
  min-width: 100px;
  border-radius: 9999px;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  background-size: cover;
  background-position: center;
  background-position: top;
  --tw-grayscale: grayscale(100%);
  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);
}

.articleFakttest h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.025em;
}

.articleFakttest h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: Playfair Display, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1024px){
  .articleFakttest h2{
    font-size: 28px;
    line-height: 36px;
  }
}

.articleFakttest .date{
  margin-top: 1rem;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.articleFakttest h2 a:hover,
.articleFakttest h3 a:hover{
  text-decoration-line: underline;
}

@media(min-width:1024px){
  .fakttestListHome .articleFakttest:nth-child(1),
    .fakttestListHome .articleFakttest:nth-child(2){
    margin-bottom: 2rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 199 206 / var(--tw-border-opacity));
    padding-bottom: 2rem;
  }
}

@media(min-width:767px) and (max-width:1024px){
  .fakttestListHome .articleFakttest:nth-child(1){
    margin-bottom: 2rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 199 206 / var(--tw-border-opacity));
    padding-bottom: 2rem;
  }

  .fakttestListHome .articleFakttest:nth-child(3),
    .fakttestListHome .articleFakttest:nth-child(4){
    display: none;
  }
}

@media(max-width:767px){
  .fakttestListHome{
    padding-top: 2rem;
  }

  .fakttestListHome .articleFakttest{
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 199 206 / var(--tw-border-opacity));
    padding-bottom: 1rem;
  }

  .fakttestListHome .articleFakttest:last-child{
    border-bottom-width: 0px;
  }
}

/* articleRelated */

.articleRelated{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding: 1rem;
}

@media (min-width: 768px){
  .articleRelated{
    margin-left: -0px;
    margin-right: -0px;
  }
}

.articleRelated .image{
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  min-width: 120px;
  max-width: 120px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 640px){
  .articleRelated .image{
    min-width: 150px;
    max-width: 150px;
  }
}

.articleRelated .image > img{
  height: 100%;
  width: auto !important;
}

.articleRelated > div{
  margin-left: 1rem;
}

.articleRelated p{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .articleRelated p{
    display: block;
  }
}

.articleRelated h3{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  border-style: none;
  padding-left: 0px !important;
  font-family: Playfair Display, serif;
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0.025em;
}

@media (min-width: 640px){
  .articleRelated h3{
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 768px){
  .articleRelated h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.articleRelated hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
  width: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(222 54 64 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .articleRelated hr{
    display: block;
  }
}

.articleRelated:hover h3{
  text-decoration-line: underline;
}

/* sectionTitle */

.sectionTitle{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.sectionTitle h4{
  white-space: nowrap;
  padding-right: 0.75rem;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.sectionTitle:after{
  content: "";
  height: 14px;
  width: 100%;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.sectionTitle.red:after{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(222 54 64 / var(--tw-border-opacity));
}

/* pageTitle */

.pageTitle{
  margin-bottom: 1.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(222 54 64 / var(--tw-border-opacity));
  padding-left: 1rem;
}

.pageTitle > h1{
  font-family: Playfair Display, serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
}

@media (min-width: 768px){
  .pageTitle > h1{
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 1024px){
  .pageTitle > h1{
    font-size: 36px;
    line-height: 48px;
  }
}

/* tabs */

.tabs{
  display: block;
  width: 100%;
}

.tabs .tabNavs{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgb(196 199 206 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}

.tabs .tabNavs button{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 72 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tabs .tabNavs button:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tabs .tabNavs button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(53 63 72 / var(--tw-text-opacity));
}

.tabs .tabNavs button:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
}

/* .tabs .tabNavs button[data-id="t3"],
.tabs #t3{
    @apply hidden
}
@media(max-width:767px){
    body.home .tabs .tabNavs button[data-id="t3"]{
        @apply block;
    }
} */

/* featuredFour spacing */

.featuredFour > article{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
}

.featuredFour > article:last-child{
  border-bottom-width: 0px;
}

/* featuredFourSingle spacing and bg */

.featuredFourSingle{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.featuredFourSingle > article{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.featuredFourSingle > article .date{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* article */

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

.article .overtitle{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

.article h1{
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-family: Playfair Display, serif;
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 768px){
  .article h1{
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 1024px){
  .article h1{
    font-size: 36px;
    line-height: 48px;
  }
}

.article p{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 18px;
  line-height: 26px;
}

.article h2{
  margin-bottom: 1rem;
  margin-top: 2rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(222 54 64 / var(--tw-border-opacity));
  padding-left: 1rem;
  font-family: Playfair Display, serif;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 1024px){
  .article h2{
    font-size: 24px;
    line-height: 32px;
  }
}

.article h3{
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(222 54 64 / var(--tw-border-opacity));
  padding-left: 1rem;
  font-family: Playfair Display, serif;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 1024px){
  .article h3{
    font-size: 20px;
    line-height: 28px;
  }
}

.article .featuredImage{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 1024px){
  .article .featuredImage{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.carouselGallery .source,
.article .featuredImage .source{
  position: absolute;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .carouselGallery .source,
.article .featuredImage .source{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.carouselGallery .caption,
.article .featuredImage .caption{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(53 63 72 / var(--tw-text-opacity));
  opacity: 0.8;
}

@media (min-width: 768px){
  .carouselGallery .caption,
.article .featuredImage .caption{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.article .excerpt{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(222 54 64 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 1.125rem !important;
  font-weight: 600;
  line-height: 1.75rem !important;
}

@media (min-width: 768px){
  .article .excerpt{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.article blockquote.wp-block-quote{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 4rem;
}

@media (min-width: 768px){
  .article blockquote.wp-block-quote{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 7rem;
  }
}

.article blockquote.wp-block-quote:before{
  content:"";
  background-image: url('../images/quote.svg');
  position: absolute;
  top: 2rem;
  left: 0px;
  height: 2.5rem;
  width: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .article blockquote.wp-block-quote:before{
    left: 1rem;
    height: 4rem;
    width: 4rem;
  }
}

.article blockquote.wp-block-quote p{
  font-family: Playfair Display, serif;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 1024px){
  .article blockquote.wp-block-quote p{
    font-size: 20px;
    line-height: 28px;
  }
}

.article blockquote.wp-block-quote cite{
  font-style: normal;
}

.article blockquote.wp-block-quote cite:before{
  content:'';
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  height: 1px;
  width: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
}

.article .tags{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 768px){
  .article .tags{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.article .tags a{
  border-radius: 0.25rem;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(128 134 138 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.article .tags a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.article .tags._dark a{
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.article .tags._dark a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.article .wp-block-gallery{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.article .wp-block-gallery figcaption{
  display: none;
}

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

.article ul > li:before{
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0px;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
}

.article ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  list-style-type: decimal;
}

.article ul > li{
  position: relative;
  padding-left: 1rem;
}

.article ol > li,
.article ul > li{
  font-size: 17px;
  line-height: 26px;
}

.article .wp-block-embed__wrapper{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .is-type-video:not(.is-provider-tiktok) iframe{
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  width: 100% !important;
}

.article ._content p a{
  text-decoration:underline;
}

.article ._content > *{
  max-width:100%;
}

/* pagiation */

.page-pagination{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
}

.page-pagination > ul{
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-pagination > ul > li > span,
.page-pagination > ul > li > a{
  display: flex;
  height: 2.5rem;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(53 63 72 / var(--tw-text-opacity));
}

.page-pagination > ul > li > a:hover{
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.page-pagination > ul > li > .current{
  --tw-text-opacity: 1;
  color: rgb(222 54 64 / var(--tw-text-opacity));
}

.page-pagination > ul > li .material-symbols-outlined{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

._dark .page-pagination > ul > li > span,
._dark .page-pagination > ul > li > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

._dark .page-pagination > ul > li > a:hover{
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

._dark .page-pagination > ul > li > .current{
  --tw-text-opacity: 1;
  color: rgb(222 54 64 / var(--tw-text-opacity));
}

/* stickySidebar */

.stickySidebar{
  z-index: 998;
}

@media (min-width: 1024px){
  .stickySidebar{
    position: sticky;
    top: 3.5rem;
  }
}

/* fokustv carousel */

.flickity-slider{
  height: auto !important;
}

.carousel-cell{
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.carousel-cell h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.025em;
}

@media (min-width: 640px){
  .carousel-cell h3{
    font-size: 18px;
    line-height: 24px;
  }
}

.carousel-cell h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: Playfair Display, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1024px){
  .carousel-cell h2{
    font-size: 28px;
    line-height: 36px;
  }
}

.carousel-cell .date{
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.carousel-cell:hover a{
  text-decoration-line: underline;
}

.flickity-page-dots{
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flickity-page-dots .dot{
  margin: 0px;
  height: 2px;
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 199 206 / var(--tw-bg-opacity));
}

.flickity-page-dots .dot.is-selected{
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
}

.aspectVideo{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 100%;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.aspectRegular{
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.postTypeIcon{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.postTypeIcon > span{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.postTypeIconSmall{
  margin-left: 0.25rem;
  display: inline-block;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.postTypeIconSmall > span{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(222 54 64 / var(--tw-text-opacity));
}

/*  */

.carouselGallery{
  position: relative;
  margin-bottom: 2px;
}

.carouselGallery-cell {
  counter-increment: carousel-cell;
  margin-right: 0.25rem;
  height: 300px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity))
}

@media (min-width: 1024px){
  .carouselGallery-cell{
    height: 500px;
  }
}

.carouselGallery-nav .carouselGallery-cell{
  height: 90px;
  width: 150px;
}

@media (min-width: 1024px){
  .carouselGallery-nav .carouselGallery-cell{
    height: 140px;
    width: 200px;
  }
}

.carouselGallery-nav .carouselGallery-cell.is-nav-selected {
  background: #ED2;
}

.carouselGallery .flickity-page-dots{
  top: -1rem;
  z-index: 9;
  margin: 0px;
}

.carouselGallery .flickity-prev-next-button .flickity-button-icon{
  top: 30%;
  left: 30%;
  height: 40%;
  width: 40%;
}

._exchangeRates{
  width: 100%;
}

._exchangeRates > div{
  display: flex;
  justify-content: space-between;
}

._exchangeRates > div > div{
  min-height: 50px;
  width: 33.333333%;
  border-bottom-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  ._exchangeRates > div > div{
    width: 25%;
  }
}

._exchangeRates > div.head{
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  opacity: 0.7;
}

._exchangeRates > div.head > div{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

._exchangeRates > div > div:nth-child(1){
  display: flex;
  width: 41.666667%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px){
  ._exchangeRates > div > div:nth-child(1){
    width: 33.333333%;
  }
}

._exchangeRates > div > div:nth-child(1) > img{
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

._exchangeRates > div > div:nth-child(2){
  width: 25%;
}

@media (min-width: 768px){
  ._exchangeRates > div > div:nth-child(2){
    width: 16.666667%;
  }
}

._exchangeRates > div > div:nth-child(3),
._exchangeRates > div > div:nth-child(4),
._exchangeRates > div > div:nth-child(5){
  text-align: right;
}

._exchangeRates > div > div:nth-child(3),
._exchangeRates > div > div:nth-child(5){
  display: none;
}

@media (min-width: 768px){
  ._exchangeRates > div > div:nth-child(3),
._exchangeRates > div > div:nth-child(5){
    display: block;
  }
}

._exchangeRates .currentDate{
  margin-top: -2rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}

._currencyConverter{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(222 54 64 / var(--tw-border-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

._currencyConverter > .sectionTitle{
  margin-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 0px !important;
}

._currencyConverter > ._cc_inner{
  padding: 1rem;
  padding-top: 0px;
}

._currencyConverter > ._cc_inner > ._cc_input{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

._currencyConverter > ._cc_inner > ._cc_input input{
  height: 2.5rem;
  width: 100%;
  border-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

._currencyConverter > ._cc_inner > ._cc_select{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._currencyConverter > ._cc_inner > ._cc_select select{
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAABQAAAAC5KC8kAAAAMUlEQVQIHWNkYGD4D8QgwAihMEiYPFgCxEERgCrHKo4uiMJHtw7dVHR5FHehmASTAQCjhAz415C4AwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 13px;
  height: 2.5rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

._currencyConverter > ._cc_inner > ._cc_select ._cc_switch{
  display: flex;
  height: 34px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
}

._currencyConverter > ._cc_inner > ._cc_select ._cc_switch img{
  max-width: 20px;
}

._currencyConverter > ._cc_inner > ._cc_res{
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
  margin-top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media(min-width:992px){
  .onPageConverter > div{
    width: 100% !important;
    flex-direction: column !important;
  }

  .onPageConverter > div > ._cc_inner{
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .onPageConverter > div > ._cc_inner > ._cc_input{
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 25%;
  }

  .onPageConverter > div > ._cc_inner > ._cc_select{
    width: 50%;
  }

  .onPageConverter > div > ._cc_inner > ._cc_res{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 25%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media(max-width:992px){
  .onPageConverter > div{
    width: 100% !important;
    flex-direction: column !important;
  }

  .onPageConverter > div > ._cc_inner{
    margin-top: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column !important;
    gap: 1rem;
    padding: 1rem !important;
  }

  .onPageConverter > div > ._cc_inner > ._cc_input{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }

  .onPageConverter > div > ._cc_inner > ._cc_select{
    width: 100%;
  }

  .onPageConverter > div > ._cc_inner > ._cc_res{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: -1.25rem;
  }
}

._bihamk{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px){
  ._bihamk{
    flex-direction: row;
  }
}

._bihamk .left{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1px;
}

@media (min-width: 768px){
  ._bihamk .left{
    width: 25%;
  }
}

._bihamk .left button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-right: 1rem;
}

._bihamk .left button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

._bihamk .left button > span{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

._bihamk .left button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

._bihamk .left button.active > span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

._bihamk .right{
  width: 100%;
}

@media (min-width: 768px){
  ._bihamk .right{
    width: 75%;
    padding-left: 2.5rem;
  }
}

._bihamkTypography p{
  text-align: left !important;
}

._bihamkTypography h2{
  margin-top: 0px;
  border-left-width: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

.hover\:border-red:hover{
  --tw-border-opacity: 1;
  border-color: rgb(222 54 64 / var(--tw-border-opacity));
}

.hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(222 54 64 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

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

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

@media (min-width: 640px){
  .sm\:\!px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

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

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-auto{
    aspect-ratio: auto;
  }

  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }

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

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

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

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

  .md\:w-\[40\%\]{
    width: 40%;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

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

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

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

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

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

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

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

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

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

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:\!flex{
    display: flex !important;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:\!hidden{
    display: none !important;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

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

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

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

  .lg\:w-\[25\%\]{
    width: 25%;
  }

  .lg\:w-\[35\%\]{
    width: 35%;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[75\%\]{
    width: 75%;
  }

  .lg\:max-w-\[40\%\]{
    max-width: 40%;
  }

  .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }

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

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

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

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

  .lg\:gap-y-8{
    row-gap: 2rem;
  }

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

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

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

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

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

  .lg\:pl-\[14px\]{
    padding-left: 14px;
  }

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

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

  .lg\:pr-\[4px\]{
    padding-right: 4px;
  }

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

@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }

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

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

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

  .xl\:pr-6{
    padding-right: 1.5rem;
  }
}