/*!
Theme Name: youmoney-universe-es
Theme URI: http://youmoney.es/
Author: Findao
Author URI: https://youmoney.tech/
Description: New version Youmoney Brand Theme
Version: 3.2.3
Tested up to: 5.4
Requires PHP: 8.1
Text Domain: youmoney-universe
*/

/* Findao Theme Base
	 ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
	/* Colours */
	--Black: #000;
	--Blue: #247BF6;
	--Red: #C62828;
	--Green: #388E3C;
	--Teal: #1095C1;
	--Butter: #FFF2CA;
	--White: #FFF;
	--Grey-01: #ECF0F2;
	--Grey-02: #DADEE0;
	--Grey-03: #7B7F82;
	--Grey-04: #586978;
	--Grey-05: #415561;
	--Grey-06: #1A2831;
	--Grey-07: #171D34;
	--Border-Muted: #ECF0F2;
	--primary: #247BF6;
    --contrast-inverse: #fff;
    --card-box-shadow: 0.0145rem 0.029rem 0.174rem rgba(27, 40, 50, 0.01698), 0.0335rem 0.067rem 0.402rem rgba(27, 40, 50, 0.024), 0.0625rem 0.125rem 0.75rem rgba(27, 40, 50, 0.03), 0.1125rem 0.225rem 1.35rem rgba(27, 40, 50, 0.036), 0.2085rem 0.417rem 2.502rem rgba(27, 40, 50, 0.04302), 0.5rem 1rem 6rem rgba(27, 40, 50, 0.06), 0 0 0 0.0625rem rgba(27, 40, 50, 0.015);
    --border-radius: 0.25rem;
	/* Fonts */
	--Font-Main: "Poppins", sans-serif;
}

html {
	font-size: 16px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--Black);
	font-weight: normal;
	font-family: var(--Font-Main);
	font-size: 1rem;
	line-height: 1.4;
}

h1, .h1 { font-size: 64px; letter-spacing: -0.02em; font-weight: 600;}
h2, .h2 { font-size: 40px; letter-spacing: -0.02em; font-weight: 600;}
h3, .h3 { font-size: 32px; letter-spacing: -0.02em; font-weight: 600;}
h4, .h4 { font-size: 28px; font-weight: 600;}
h5, .h5 { font-size: 24px; font-weight: 600;}
h6, .h6 { font-size: 20px; font-weight: 600;}

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

a:hover,
a:focus,
a:active {
	color: var(--Grey-06);
}

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

.btn, .wp-block-button__link {
	color: var(--White);
	font-family: var(--Font-Main);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.045rem;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s all ease;
}

.btn-primary, .wp-block-button__link {
	display: flex;
	padding: 0.9375rem 2.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 1.875rem;
	border: 2px solid var(--Primary, #247BF6);
	background: var(--Primary, #247BF6);
	color: var(--White);
}

.btn-primary:hover, .wp-block-button__link:hover {
	display: flex;
	padding: 0.9375rem 2.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 1.875rem;
	border: 2px solid var(--Blue, #247BF6);
	background: none;
	color: var(--Blue);
}

.btn-white {
	display: flex;
	padding: 0.9375rem 2.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 1.875rem;
	background: var(--White, #FFF);
	border: 2px solid var(--White, #FFF);
	color: var(--Blue);
}

.btn-white:hover {
	display: flex;
	padding: 0.9375rem 2.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 1.875rem;
	border: 2px solid var(--White, #FFF);
	background: none;
	color: var(--White);
}

.btn-secondary {
	display: flex;
	padding: 0.9375rem 2.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 1.875rem;
	border: 2px solid var(--Blue);
	background: none;
	color: var(--Blue);
}

.btn-secondary:hover {
	display: flex;
	padding: 0.9375rem 2.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 1.875rem;
	border: 2px solid var(--Teal, #1095C1);
	background: none;
	color: var(--Teal);
}

.btn-primary svg {
	margin-left: 0.5rem;
	transition: 0.5s all ease;
}

.btn-primary svg path {
	transition: 0.5s all ease;
}

.btn-primary:hover svg path {
	stroke: var(--Blue);
}

.btn-smaller, .btn-smaller:hover {
    font-size: 1rem;
    padding: 0.625rem 1.875rem;
    border-width: 1px;
}

.container, .wp-block-group__inner-container {
	max-width: 100%;
	width: 1200px;
	margin: auto;
}

.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -8px;    /* połowa gutteru */
  	margin-right: -8px;   /* połowa gutteru */
}

.flex__col {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 auto;
}

.flex__col-1  { width:  8.3333%; }
.flex__col-2  { width: 16.6667%; }
.flex__col-3  { width: 25.0000%; }
.flex__col-4  { width: 33.3333%; }
.flex__col-5  { width: 41.6667%; }
.flex__col-6  { width: 50.0000%; }
.flex__col-7  { width: 58.3333%; }
.flex__col-8  { width: 66.6667%; }
.flex__col-9  { width: 75.0000%; }
.flex__col-10 { width: 83.3333%; }
.flex__col-11 { width: 91.6667%; }
.flex__col-12 { width:100.0000%; }

.grid {
	display: grid;
}

.grid-100 {
	width: 6.25rem;
}

.grid-90 {
	width: 5.625rem;
}

.grid-80 {
	width: 5rem;
}

.grid-70 {
	width: 4.375rem;
}

.grid-60 {
	width: 3.75rem;
}

.grid-50 {
	width: 3.125rem;
}

.grid-40 {
	width: 2.5rem;
}

.grid-30 {
	width: 1.875rem;
}

.grid-20 {
	width: 1.25rem;
}

.grid-10 {
	width: 0.625rem;
}

.margin1 {margin: 1rem;}
.margin2 {margin: 2rem;}
.margin3 {margin: 3rem;}
.margin4 {margin: 4rem;}
.margin5 {margin: 5rem;}
.ml1 {margin-left: 1rem;}
.ml2 {margin-left: 2rem;}
.ml3 {margin-left: 3rem;}
.ml4 {margin-left: 4rem;}
.ml5 {margin-left: 5rem;}
.mt1 {margin-top: 1rem;}
.mt2 {margin-top: 2rem;}
.mt3 {margin-top: 3rem;}
.mt4 {margin-top: 4rem;}
.mt5 {margin-top: 5rem;}
.mb1 {margin-bottom: 1rem;}
.mb2 {margin-bottom: 2rem;}
.mb3 {margin-bottom: 3rem;}
.mb4 {margin-bottom: 4rem;}
.mb5 {margin-bottom: 5rem;}
.mr1 {margin-right: 1rem;}
.mr2 {margin-right: 2rem;}
.mr3 {margin-right: 3rem;}
.mr4 {margin-right: 4rem;}
.mr5 {margin-right: 5rem;}

.padding1 {padding: 1rem;}
.padding2 {padding: 2rem;}
.padding3 {padding: 3rem;}
.padding4 {padding: 4rem;}
.padding5 {padding: 5rem;}
.pl1 {padding-left: 1rem;}
.pl2 {padding-left: 2rem;}
.pl3 {padding-left: 3rem;}
.pl4 {padding-left: 4rem;}
.pl5 {padding-left: 5rem;}
.pt1 {padding-top: 1rem;}
.pt2 {padding-top: 2rem;}
.pt3 {padding-top: 3rem;}
.pt4 {padding-top: 4rem;}
.pt5 {padding-top: 5rem;}
.pb1 {padding-bottom: 1rem;}
.pb2 {padding-bottom: 2rem;}
.pb3 {padding-bottom: 3rem;}
.pb4 {padding-bottom: 4rem;}
.pb5 {padding-bottom: 5rem;}
.pr1 {padding-right: 1rem;}
.pr2 {padding-right: 2rem;}
.pr3 {padding-right: 3rem;}
.pr4 {padding-right: 4rem;}
.pr5 {padding-right: 5rem;}

@media (max-width: 1280px) {
	.container {
		padding: 0 2rem;
	}
}

@media (max-width: 767px) {

	body {
		font-size: 14px;
	}

	h1, .h1 { font-size: 32px; letter-spacing: 0;}
	h2, .h2 { font-size: 28px; letter-spacing: -0.02em;}
	h3, .h3 { font-size: 24px; letter-spacing: -0.02em;}
	h4, .h4 { font-size: 18px; }
	h5, .h5 { font-size: 14px; }
	h6, .h6 { font-size: 14px; }

	.btn {
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.04rem;
		text-transform: uppercase;
	}

}

strong { font-weight: 700;}

p, ul, li {
    line-height: 1.85rem;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 12px;
}

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

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 0;
    padding-left: 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}

/* splide js */

/* Splide js */

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: visible
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative;
    max-width: 390px;
}

.splide__slide img {
    vertical-align: bottom;
} 

.bank_list .splide__slide img {
    width: 104px;
}

div#calc-car .splide__slide img {
    width: 2.188rem;
} 

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }
    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* uniwersalnie można też zresetować appearance */
input[type=number] {
  appearance: none;
}

button.menu-toggle {
    display: none;
}

ul#primary-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: 2rem;
}

ul#primary-menu li a {
	font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Grey-06, #1A2831);
	text-decoration: none;
	padding: 0.5rem 0;
	transition: 0.5s all ease;
	border-bottom: 2px solid transparent;
}

ul#primary-menu li {
	padding: 0 1rem;
}

ul#primary-menu li a:hover, ul#primary-menu li.current-menu-item a {
	border-bottom: 2px solid var(--Blue, #247BF6);
}

.primary-menu-outer {
    display: flex;
    align-items: center;
    justify-content: end;
}

.hero-left {
    width: calc(100% - 500px);
    flex-basis: unset !important;
}

.hero-right {
    width: 387px;
    flex-basis: unset !important;
}

header#masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 0.5s all ease;
}

main#primary {
    padding-top: 8rem;
}

section#hero {
    min-height: 85vh;
    position: relative;
    padding-top: 1rem;
}

section#hero:before {
    content: '';
    background: url(/wp-content/uploads/hero-ym-es.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1817px;
    height: 1037px;
    position: absolute;
    z-index: -1;
    right: -50%;
    left: 47%;
    top: 41%;
    transform: translate(-50%, -50%);
}

section#hero ul {
    margin-top: 2rem;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

section#hero ul li {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Grey-07);
	margin-bottom: 1rem;
}

section#hero ul li:before {
	content: '';
	display: inline-block;
	margin-right: 1.4rem;
	border-radius: 50%;
	width: 0.8rem;
	height: 0.8rem;
	background: var(--Blue);
}

.site-branding img {
    width: 11.31256rem;
}

.loan-widget {
    border-radius: 1.875rem;
    background: var(--Border-Muted, #ECF0F2);
    padding: 1.5rem;
    align-items: center;
    display: inline-block;
    width: 24.1875rem;
}

span.irs-min {
    display: none;
}

span.irs-max {
    display: none;
}

span.irs-single {
    display: none;
}

.irs--round {
    height: 40px;
}

.irs--round .irs-line {
    border-radius: 1.875rem;
    background: var(--Grey-02, #DADEE0);
    height: 0.5625rem;
	top: 16px;
}

.irs--round .irs-bar--single {
    border-radius: 1.875rem;
    background: var(--Green, #388E3C);
    height: 0.5625rem;
	top: 16px;
}

.irs--round .irs-handle {
    background: var(--Green, #388E3C);
    border: none;
    width: 1.625rem;
    height: 1.625rem;
    flex-shrink: 0;
    box-shadow: none;
	top: 6px;
	transition-property: transform;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.irs--round .irs-handle:hover, .irs--round .irs-handle:focus, .irs--round .irs-handle.state_hover {
	background: var(--Green, #388E3C) !important;
	cursor: pointer;
	transform: scale(1.3);
}

.lw-r-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
}

.lw-row input[type=number] {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    background: none;
    color: var(--Black, #000);
    text-align: right;
    padding: 0;
	outline: none;
}

.lw-minmax {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.lw-period-block {
    margin-top: 1rem;
}

.lw-info-rata {
    border-radius: 1.25rem;
    background: var(--White, #FFF);
    display: flex;
    padding: 0.625rem 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 2rem;
}

.lw-info-rata > div {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--Grey-06, #1A2831);
}

.lw-info-rata > div:last-child {
	text-align: right;
}

span.lw-rata-value-outer {
    display: block;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

span.lw-due-date {
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lw-rrso-main {
    text-align: center;
    margin: 1rem 0;
    color: var(--Contrast, #1A2831);
    font-weight: bold;
}

button.btn.btn-primary.btn-form.lw-submit {
    margin: auto;
    margin-bottom: 1rem;
}

a.lw-terms-trigger {
    text-align: center;
    display: block;
}

.lw-popup {
	display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
	background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1000;
}

.hero-right .loan-widget {
    margin-top: 2rem;
}

.lw-info-chwilowka {
    text-align: center;
    margin: 1rem 0;
    border-radius: 1.25rem;
    background: var(--White, #FFF);
    padding: 0.925rem 1.25rem;
}

.lw-rrso {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.lw-kpp {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.lw-kpp span {
    font-weight: normal;
}

div#page {
    overflow: hidden;
}

.it-amount:after {
	content: '€';
}

.it-amount:after {
    content: '€';
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 8px;
    float: right;
}

input#input-amount {
    padding-right: 1.5rem;
    width: 120px;
}

.lw-popup-inner {
    max-width: 90%;
    width: 600px;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 200px;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.2rem;
    box-shadow: 2px 8px 15px #04040452;
}

button.btn.btn-primary.lw-popup-close {
    padding: 0.4rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.lw-popup-content {
    margin-top: 4rem;
}

.header-with-sub {
    text-align: center;
}

.header-with-sub h2 {
    margin-bottom: 0;
}

section#howto {
    padding-top: 5.12rem;
    padding-bottom: 6.25rem;
}

.how-row-items {
    margin-top: 7.5rem;
}

.hi1 {
    background: url(/wp-content/uploads/union1.svg);
    background-repeat: no-repeat;
    background-position: center;
	min-height: 21rem;
}

.hi2 {
    background: url(/wp-content/uploads/union2.svg);
    background-repeat: no-repeat;
    background-position: center;
	min-height: 21rem;
}

.hi3 {
    background: url(/wp-content/uploads/union3.svg);
    background-repeat: no-repeat;
    background-position: center;
	min-height: 22rem;
}

.how-row-items .how-item {
    position: relative;
    padding: 0 3rem;
    padding-top: 4rem;
}

.how-row-items figure.wp-block-image {
    position: absolute;
}

.how-row-items .hi1 figure.wp-block-image {
    z-index: -1;
    top: -7rem;
    left: 2rem;
}

.how-row-items .hi2 figure.wp-block-image {
    top: -6rem;
    right: 2rem;
}

.how-row-items .hi3 figure.wp-block-image {
    z-index: -1;
    top: -6rem;
    right: 2rem;
}

.how-row-items .hi1:before {
    content: '';
    background: url(/wp-content/uploads/how1.svg);
    width: 71px;
    height: 65px;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.how-row-items .hi2:before {
    content: '';
    background: url(/wp-content/uploads/how2.svg);
    width: 95px;
    height: 96px;
    position: absolute;
    top: 0rem;
    left: 1rem;
}

.how-row-items .hi3:before {
    content: '';
    background: url(/wp-content/uploads/how3.svg);
    width: 73px;
    height: 66px;
    position: absolute;
    top: 1rem;
    left: 5rem;
}

.how-row-items .how-item .h4 {
	margin-bottom: 1rem;
	margin-top: 3rem;
}

header#masthead.scrolled {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	    padding: 1rem 0;
}

.wp-block-youmoney-universe-cta-hero-button {
    display: block;
    margin: auto;
}

.wp-block-youmoney-universe-cta-hero-button a {
    width: fit-content;
    margin: auto;
}

.has-green-color {
	color: var(--Green);
}

#why-us {
    padding: 6.25rem;
    background: #B6E2F1;
	position: relative;
}

#why-us .h4 {
    margin-bottom: 0;
}

#why-us .h6 {
    margin-top: 0.5rem;
}

#why-us:before {
    content: '';
    background: url(/wp-content/uploads/why-us-line.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-position: 55% 120%;
    background-repeat: no-repeat;
}

#why-us > div {
	z-index: 1;
	position: relative;
}

#why-us :where(.wp-block-columns) {
	margin: 0;
}

#cta-section {
	padding: 3.12rem 0;
}

section#cta-section .wp-block-youmoney-universe-cta-hero-button {
    text-align: left;
}

section#cta-section .wp-block-youmoney-universe-cta-hero-button a {
    margin: initial;
    margin-top: 3rem;
}

.has-grey-07-background-color {
	background: var(--Grey-07);
}

figure.app-image-ym {
    transform: rotate(-27deg);
}

.wp-block-buttons .wp-block-button__link {
    z-index: 1;
    position: relative;
}

.review-item {
    background: var(--White, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(7, 4, 146, 0.10), 0px 24px 60px 0px rgba(6, 47, 125, 0.05), 0px 12px 24px 0px rgba(27, 59, 119, 0.05);
    padding: 1.25rem;
    height: 100%;
}

#trustpilot-reviews li {
    padding-right: 2.5rem;
    padding-bottom: 3.5rem;
}

#reviews {
	padding: 6.25rem 0;
}

/* Kontener paginacji */
.splide__pagination {
  margin-top: 1em;
  text-align: center;
}

/* Pojedynczy bullet */
.splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  transition: background 0.3s;
}

/* Aktywny bullet */
.splide__pagination__page.is-active {
  background: #333;
}

p.review-headline {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
	min-height: 100px;
}

p.review-headline:before {
	content: '';
	background: url(/wp-content/uploads/quote.svg);
	width: 40px;
	height: 41px;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

p.review-text {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.375rem;
}

p.review-date {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.625rem;
	margin: 0;
	padding-left: 0.5rem;
}

.review-value-row {
    display: flex;
}

p.review-author {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
}

#trustpilot-reviews .splide__pagination li {
    padding: 0;
}

#trustpilot-reviews .splide__pagination {
	margin-left: -200px;
}

button.splide__pagination__page {
    border: var(--Grey-02);
    width: 0.75rem;
    height: 0.75rem;
}

.splide__pagination__page.is-active {
    transform: unset;
	background: var(--Blue);
}

#rewards-items {
    max-width: 100%;
    width: 750px;
    margin: auto;
}

section#chat {
    padding: 6.25rem;
    background: var(--Grey-01, #ECF0F2);
}

#chat-info {
    position: relative;
    padding-left: 6.5rem;
}

#chat-info:before {
    content: '';
    width: 96px;
    height: 82px;
    background: url(/wp-content/uploads/chat-element1.svg);
    position: absolute;
    top: 10.5rem;
    left: 0;
}

#chat-info:after {
    content: '';
    width: 74px;
    height: 74px;
    background: url(/wp-content/uploads/chat-element2.svg);
    position: absolute;
    top: 1rem;
    right: 0;
}

#chat-info h2 {
    padding-top: 3rem;
	position: relative;
	z-index: 1;
}

#chat-info p {
    z-index: 1;
    position: relative;
}

section#faq {
    padding: 6.25rem;
	position: relative;
}


#rank-math-faq .rank-math-list-item h3 {
    color: var(--Grey-06, #1A2831);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding: 0.625rem 0rem;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid var(--Grey-06, #1A2831);
    margin: 0;
    margin-bottom: 1.5rem;
    cursor: pointer;
}


.rank-math-question {
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 1em;
    margin-right: 1em;
    font-weight: 300;
    margin-top: 30px;
}

.rank-math-question:after {
    content: "";
    background: url(/wp-content/uploads/chevron.svg);
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(0deg);
    transition: all 150ms ease-in-out;
}

.rank-math-question.collapse:after {
    transform: rotate(-180deg);
}

.rank-math-question:hover {
    opacity: 0.8;
}

.rank-math-answer p {
    margin: 0 !important;
    padding: 0 !important;
}

.rank-math-answer {
    margin-bottom: 1.8rem;
}

#faq:before {
    top: 15%;
    content: '';
    background: url(/wp-content/uploads/faq-desktop1.svg);
    width: 1354px;
    height: 1342px;
    position: absolute;
    left: -70%;
    z-index: -1;
}

#faq:after {
    top: 5%;
    content: '';
    background: url(/wp-content/uploads/faq-desktop2.svg);
    width: 701px;
    height: 951px;
    position: absolute;
    right: -10%;
    z-index: -1;
}


.hp-findao-content {
    margin: auto;
    position: relative;
}

.hp-findao-text {
    overflow: hidden;
    position: relative;
}

.hp-findao-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 51%, rgba(255, 255, 255, 0) 100%);
}

.hp-findao-content.expanded .hp-findao-text:after {
    display: none;
}

.hp-findao-content.expanded .hp-findao-toggle svg {
    transform: rotate(180deg);
}

section#hp-content {
    padding: 6.25rem 0;
}

button.btn.btn-secondary.hp-findao-toggle {
    margin: auto;
    padding: 0.625rem 1.875rem;
}

.wp-block-heading {
    margin: 2.5rem 0;
}

.wp-block-list {
    line-height: 1.875rem;
}

p {
    line-height: 1.875rem;
}

.hp-findao-content.expanded .hp-findao-toggle {
    font-size: 0;
}

.hp-findao-content.expanded .hp-findao-toggle:before {
    content: 'ZWIŃ';
    font-size: 1.125rem;
}

.news-intro-inside {
    border-radius: 1.875rem;
    border: 1px solid var(--Grey-02, #DADEE0);
    background: var(--White, #FFF);
    padding: 1.8125rem 1.8125rem 1.81188rem 1.8125rem;
}

section#news {
    background: #B6E2F1;
    padding: 4.85rem 0 6.25rem 0;
}

li.news--intro {
    padding-right: 2rem;
}

.news-url {
    color: inherit;
    text-decoration: none;
}

.news-img img {
    border-radius: 1.25rem;
    margin-bottom: 1rem;
}

.date-info {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.news-name {
    color: var(--Black, #000);
    text-decoration: none;
    min-height: 120px;
    display: block;
}

.news-info a.btn.btn-secondary.btn-smaller {
    width: fit-content;
    margin-top: 0.5rem;
}

section#last-news .splide__arrows, section#articles-related .splide__arrows, section#articles-read-also .splide__arrows {
    position: absolute;
    left: 72%;
    top: -20%;
    width: 150px;
}

button.splide__arrow.splide__arrow--prev {
    background: url(/wp-content/uploads/arrow-left.svg);
    width: 64px;
    height: 58px;
    left: 0;
}

button.splide__arrow.splide__arrow--next {
    background: url(/wp-content/uploads/arrow-right.svg);
    width: 63px;
    height: 58px;
    right: 0;
}

section#last-news .splide__arrow svg, section#articles-related .splide__arrow svg, section#articles-read-also .splide__arrow svg {
    display: none;
}

figure#partners-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

figure#partners-items.wp-block-gallery figure.wp-block-image {
    width: 140px !important;
    max-width: 140px !important;
    margin: 0.5rem 1rem !important;
}

section#partners {
    padding: 4.8rem 0 6.25rem 0;
}

#cta2-section {
    background: var(--Blue);
    color: #fff;
    padding: 3.12rem 0;
}

#cta2-section .wp-block-youmoney-universe-cta-hero-button-white {
    width: fit-content;
    margin-top: 2rem;
}

footer#colophon {
    background: var(--Grey-07, #171D34);
    padding: 4.19rem 0;
    color: #fff;
}

.footer-widget ul li a {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: var(--Grey-02);
}

.footer-widget ul li a:hover {
    text-decoration: underline;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h6.footer-widget-title {
    margin-bottom: 0.94rem;
}

.row.footer-description-row {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--Grey-03);
    margin-top: 5rem;
}

.row.footer-description-row p {
    line-height: 1.5rem;
}

.copy-findao {
    padding: 1rem 0;
    border-top: 1px solid #3F3F3F;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--Grey-03);
    width: 90%;
    margin: auto;
    margin-top: 4rem;
}

.social-icons-wrapper {
    margin-top: 1rem;
}

.social-icons-wrapper img {
    transition: 0.5s all ease;
}

.social-icons-wrapper img:hover {
    opacity: 0.6;
}

.findao-brands-wrapper {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 0.875rem;
}

a.findao-brand {
    color: #fff;
    text-decoration: none;
}

a.findao-brand:hover {
    text-decoration: underline;
    color: #fff;
}

a.findao-brand.active {
    opacity: 0.5;
    pointer-events: none;
}

section#faq h2.wp-block-heading {
    margin-top: 0;
}

.close_menu {
    display: none;
}

.mobile {
    display: none;
}

section.page-header h1.page-title {
    margin: 0;
}

section.page-header {
    padding: 4rem 0;
    background: var(--Grey-01);
    position: relative;
    overflow: hidden;
}

section.page-header:before {
    content: '';
    background: url(/wp-content/uploads/why-us-line.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 150% 95%;
    z-index: 0;
}

nav.rank-math-breadcrumb p {
    margin: 0;
}

nav.rank-math-breadcrumb p {
    margin: 0;
    color: var(--Grey-04);
    font-size: 0.875rem;
}

nav.rank-math-breadcrumb p a {
    margin: 0;
    color: var(--Grey-06);
}

section.page-header .container {
    position: relative;
    z-index: 1;
}

.page-with-anchor {
    display: flex;
    position: relative;
}

.pwa-content {
    width: calc(100% - 400px);
}

.pwa-widget {
    max-width: 100%;
    width: 400px;
    padding-top: 4rem;
}

section#cta-constant {
    position: relative;
    padding: 4rem 0;
    background: var(--Blue);
    text-align: center;
}

section#cta-constant a.btn {
    width: fit-content;
    margin: auto;
}

.pwa-widget {
    z-index: 10;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    right: -850px;
}

#pwa {
    position: relative;
}

#pwa .wp-block-group__inner-container {
    padding-right: 400px;
}

#pwa #why-us:before {
    display: none;
}

#pwa #why-us h2.wp-block-heading {
    margin-top: 0;
    text-align: left;
}

#pwa #why-us .h4 {
    margin-bottom: 0.5rem;
    line-height: normal;
    min-height: 100px;
}

#pwa .why-intro-inside {
    padding-right: 1rem;
}

#pwa #why-us .wp-block-youmoney-universe-cta-hero-button a {
    margin: initial;
}

#pwa div#trustpilot-reviews {
    max-width: 105%;
}

#pwa section#reviews .wp-block-group__inner-container {
    padding-right: 0;
}

#pwa p.review-text {
    max-height: 170px;
    overflow-y: auto;
}

#pwa #reviews {
    position: relative;
}

#pwa #trustpilot-reviews li.splide__slide {
    padding-right: 1.5rem;
}

#page.hide_menu header#masthead {
    display: none;
}

#page.hide_menu  main#primary {
    padding-top: 3rem;
}

#rank-math-toc {
    padding: 2.12rem 0;
    border-top: 1px solid var(--Grey-02);
    border-bottom: 1px solid var(--Grey-02);
    margin: 2rem 0;
}

#rank-math-toc h2 {
    font-size: 1.25rem;
    margin: 0;
    margin-bottom: 1rem;
}

#rank-math-toc nav a {
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: block;
}

#rank-math-toc nav a:before {
    content: '';
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: var(--Blue);
    border-radius: 50%;
    margin-right: 1.5rem;
}

#rank-math-toc nav > div > div > div {
    padding-left: 1rem;
}

#secure-info {
    background: var(--Grey-07);
    color: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5rem 0;
}

#secure-info h2.wp-block-heading {
    margin-top: 0;
}

#secure-info .social-icons-wrapper img {
    width: 50px;
    max-height: unset !important;
}

#secure-info .social-icons-wrapper {
    margin-top: 1rem;
}

section#step-by-step {
    background: var(--Grey-07);
    color: #fff;
    padding: 5.12rem 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.subcategory-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.subcategory-list ul li {
    display: inline-block;
    padding-right: 0.5rem;
}

.subcategory-list ul li:last-child {
    padding-right: 0;
}

.subcategory-list ul li a {
    text-decoration: none;
    border: 1px solid var(--Blue);
    border-radius: 1.2rem;
    padding: 0.5rem 1rem;
    transition: 0.5s all ease;
    font-weight: bold;
    font-size: 0.875rem;
}

.subcategory-list ul li a:hover, .subcategory-list ul li.active a {
    background: var(--Blue);
    color: var(--White);
}

section#category-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.news--intro {
    width: 33.3%;
    padding: 0.5rem;
}

.pagination-wrapper {
    text-align: center;
    margin: 2rem 0;
}

.pagination-wrapper ul li {
    display: inline-block;
    padding: 0 0.3rem;
}

.pagination-wrapper ul li a {
    display: inline-block;
    border: 1px solid var(--Blue);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s all ease;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper ul li a:hover {
    background: var(--Blue);
    color: #fff;
}

.pagination-wrapper ul li span {
    display: inline-block;
    border: 1px solid var(--Teal);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s all ease;
    font-size: 0.875rem;
    color: var(--Teal);
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-mininfo.news-category-info .date-info {
    margin: 0;
}

.date-info-updated {
    color: var(--Grey-03);
    margin-bottom: 0.5rem;
}

.news-mininfo.news-category-info {
    min-height: 40px;
}

section#category-articles .news-name {
    min-height: 85px;
}

.article-author {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.article-author img {
    border-radius: 50%;
}

.article-author-name {
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.article-meta {
    position: relative;
    padding-left: 2rem;
}

.article-meta:before {
    content: '';
    background: url(/wp-content/uploads/calendar.svg);
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.article-meta .date-info {
    font-size: 1rem;
    margin: 0;
}

.article-main-content .container {
    padding-right: 400px;
}

.article-main-content {
    padding-top: 3rem;
}

.article-thumb img {
    border-radius: 1.875rem;
}

.article-small-details {
    display: flex;
    margin-top: 1rem;
}

.article-small-details .article-author {
    margin-left: 3rem;
    margin-top: 0;
}

.box-info {
    background-color: #f0f7ff;
    border: 2px solid var(--Blue);
    margin: 16px 0;
    position: relative;
    border-radius: 1.875rem;
    padding: 1.5rem;
}

.box-info::before {
    content: "Najważniejsze informacje";
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--Blue);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--Blue);
}

.box-info li {
    margin-left: 1rem;
}

p.box-wazne {
    background: var(--Grey-01);
    color: var(--Grey-07);
    border-radius: 1.875rem;
    padding: 1.5rem;
    border: 2px solid var(--Grey-07);
}

section#space {
    display: inline-block;
    padding: 3rem 0;
}

.findao-author-section {
    margin: 2rem 0;
    border-top: 1px solid var(--Grey-02);
    padding: 2rem 0;
}

span.findao-author-small-head {
    padding-bottom: 1rem;
    display: block;
}

.findao-author-more-info {
    display: flex;
    align-items: center;
}

.findao-author-more-content {
    padding-left: 2rem;
}

.findao-author-more-content-name {
    margin-bottom: 1rem;
}

.findao-author-more-content-name a {
    font-weight: bold;
}

.findao-author-more-image img {
    border-radius: 1.5rem;
}

.author-photo img {
    border-radius: 50%;
}

.author-photo {
    width: 200px;
}

.author-info {
    max-width: 100%;
    width: calc(100% - 200px);
    padding-left: 3rem;
}

.author-details {
    display: flex;
    margin-top: 2rem;
    align-items: center;
}

.author-bio {
    margin-bottom: 2rem;
}

.news-name {
    margin-bottom: 1rem;
}

.news-intro-inside {
    height: 100%;
}

ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 2rem;
    flex-wrap: wrap;
    height: 150px;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px 20px;
}

ul#primary-menu li.offer-menu > a {
    transition: 0.5s all ease;
    padding-right: 2rem;
    cursor: pointer;
}

ul#primary-menu li.offer-menu > a:after {
    content: '';
    background: url(/wp-content/uploads/chevron.svg);
    width: 24px;
    height: 25px;
    background-size: cover;
    position: absolute;
    transition: 0.5s all ease;
    margin-left: 0.5rem;
    margin-top: 0.1rem;
}

ul#primary-menu li.offer-menu.om-active > a:after {
    transform: rotate(180deg);
}

.om-active ul.sub-menu {
    display: block;
    border-top: 1px solid #e0e9f2;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

ul#primary-menu li.offer-menu {
    padding-right: 0.5rem;
    position: relative;
}

ul#primary-menu li.offer-menu:after {
    border: 1px solid #e0e9f2;
    border-radius: 8px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 0;
    left: -5px;
    max-height: 170px;
    opacity: 0;
    padding: 36px 0 0;
    pointer-events: none;
    position: absolute;
    right: -5px;
    top: -10px;
    transition: opacity .2s;
    visibility: hidden;
    z-index: -1;
    background: #ffffff;
}

ul#primary-menu li.offer-menu.om-active:after {
    height: 170px;
    opacity: 1;
    transition: opacity .2s;
    visibility: visible;
}

ul#primary-menu li.offer-menu {
    width: 121.41px;
    transition: 0.5s all ease;
}

ul#primary-menu li.offer-menu.om-active {
    width: 215px;
}

ul#primary-menu li ul.sub-menu li {
    padding: 0;
    line-height: normal;
}

ul#primary-menu li ul.sub-menu li a {
    font-size: 0.85rem;
    border: none;
    font-weight: normal;
}

ul#primary-menu li ul.sub-menu li a:hover {
    color: var(--Blue, #247BF6);
}

ul#primary-menu li ul.sub-menu li.current_page_item a {
    color: var(--Blue, #247BF6);
}

offer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 160px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 16px;
    background-color: #fff;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    border: 1px solid var(--Grey-01);
    margin: 1rem 0;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.card-logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    padding-top: 12px;
    padding-right: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

img.card-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 50px;
}

.card-main-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rating-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-star-pack {
    display: block;
    width: 225px;
    height: 46px;
    position: relative;
    padding: 0;
}

.rating-star-pack.small {
    display: block;
    width: 125px;
    height: 26px;
    position: relative;
    padding: 0;
}

.star-pack {
    display: block;
    width: 100%;
    height: 46px;
    position: absolute;
}

.small .rating-star-fill,
.small .star-pack {
    height: 26px;
}

.rating-star-fill {
    position: relative;
    overflow: hidden;
    height: 46px;
}

.star-pack-fill {
    display: block;
    width: 225px;
    max-width: 225px;
    height: 46px;
    position: absolute;
}

.small .star-pack-fill {
    width: 125px;
    max-width: 125px;
    height: 26px;
}

.card-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid rgba(0, 68, 83, 0.05);
    border-left: 1px solid rgba(0, 68, 83, 0.05);
}

.card-div-top {
    height: 55%;
    padding-top: 18px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 68, 83, 0.05);
}

.label-light {
    padding-bottom: 4px;
    color: var(--color);
    font-size: 12px;
}

.card-price {
    font-size: 23px;
    font-weight: bold;
}

.card-main-div .label-light {
    text-decoration: none;
    font-size: 22px;
}

.card-div-bottom {
    height: 45%;
    padding-top: 6px;
    padding-left: 20px;
}

.card-cta-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 64px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #171d2a;
    box-shadow: 0 3px 12px 0 rgba(0, 68, 83, 0.3);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-size: 16px;
}

.clientsAccept {
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.5;
}

.acceptInfo {
    text-align: center;
}

.imgOver {
    background: #fff;
    padding: 10px 20px;
    border-radius: var(--border-radius);
}

.page-template-ranking nav#site-navigation {
    display: none;
}

h1.ranking-header {
    font-size: 2rem;
    max-width: 100%;
    width: 60rem;
    margin: 0;
}

.acceptInfo {
    margin-bottom: 3rem;
    color: var(--Grey-04);
    font-size: 0.75rem;
    font-weight: bold;
}

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

.card-cta-div a.btn.btn-primary {
    padding: 0.9375rem 1.5rem;
    text-align: center;
}

#a11y-widget.open .panel button {
    background: var(--Blue);
    color: #fff;
    cursor: pointer;
    border: none;
    transition: 0.5s all ease;
}

#a11y-widget.open .panel button:hover {
    background: var(--Green);
}

#a11y-widget.open .panel button.secondary {
    background: var(--Grey-03);
    border: none;
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 0.8rem;
}

#a11y-widget.open .panel button.secondary:hover {
    background: var(--Green);
}

p.infolinia {
    display: flex;
    margin-bottom: 0;
    margin-top: 2rem;
}

p.infolinia a {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

p.infolinia a:before {
    content: '';
    background: url(/wp-content/uploads/phone-call.svg);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-size: cover;
    margin-right: 0.5rem;
}


@media (min-width: 768px) {
    .hero-right .loan-widget[data-config*='"offtype":"chwilowka"'] {
        margin-top: 9rem;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    h1, .h1 { font-size: 48px; }
    h2, .h2 { font-size: 32px; }
    h3, .h3 { font-size: 28px; }
    h4, .h4 { font-size: 24px; }
    h5, .h5 { font-size: 20px; }
    h6, .h6 { font-size: 18px; }
    section.wp-block-group {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    section#hero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .copy-findao {
        width: calc(100% - 4rem);
    }

    .copy-findao .container {
        padding: 0;
    }

    .pwa-widget {
        margin: initial;
        left: inherit;
        right: 1.5rem;
    }

    .single-format-standard .pwa-widget {
        right: 0;
        width: 380px;
    }

    .single-format-standard .loan-widget {
        max-width: 100%;
        width: 350px;
    }

    .single-format-standard section#news {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }


}

@media (min-width: 768px) and (max-width: 1100px) {
    section#hero:before {
        width: 1200px;
        background-size: contain;
        height: 85vh;
        background-position: center;
        top: 50%;
    }

    .primary-menu-outer a.btn.btn-primary {
        font-size: 1rem;
        padding: 0.625rem 1.875rem;
        border-width: 1px;
    }

    ul#primary-menu li a {
        font-size: 0.875rem;
    }

    ul#primary-menu li {
        padding: 0 0.8rem;
    }

    ul#primary-menu {
        margin-right: 1rem;
    }

    h1, .h1 { font-size: 38px; }
    h4, .h4 { font-size: 20px; }

    section#hero ul li {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .how-row-items .how-item {
        padding: 0;
        padding-top: 4rem;
    }

    .hi1, .hi2, .hi3 {
        background-size: contain;
    }

    .wp-block-youmoney-universe-cta-hero-button a {
        font-size: 1rem;
        padding: 0.625rem 1.875rem;
        border-width: 1px;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    section#hero:before {
       display: none;
    }

    section#hero {
        min-height: unset;
        padding-top: 0;
    }

    .primary-menu-outer a.btn.btn-primary {
        display: none;
    }

    section#about-us {
        padding-bottom: 4rem;
        padding-top: 2rem;
    }
}

@media (max-width: 767px) {
    .primary-menu-outer {
        display: none;
    }

    button.menu-toggle {
        display: flex;
        padding: 0;
        border: none;
        background: none;
        align-items: center;
        justify-content: center;
    }

    .flex__col-2.site-branding {
        width: 6.93738rem;
    }

    nav#site-navigation {
        width: calc(100% - 6.93738rem);
        display: flex;
        align-items: center;
        justify-content: end;
    }

    header#masthead {
        padding-top: 1.38rem;
        padding-bottom: 1.38rem;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    nav#site-navigation.toggled .primary-menu-outer {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: var(--Blue);
        color: var(--White);
        left: 0;
        top: 0;
        text-align: center;
        padding: 2rem;
    }

    button.close_menu {
        display: block;
        padding: 0;
        border: none;
        background: no-repeat;
        position: absolute;
        right: 2rem;
        top: 2rem;
    }

    ul#primary-menu {
        display: block;
        margin: 0;
        padding-top: 4rem;
    }

    ul#primary-menu li a {
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--White);
        margin-bottom: 0.75rem;
        display: block;
    }

    .primary-menu-outer a.btn.btn-white.mobile {
        color: var(--Blue);
        font-size: 1rem;
        padding: 0.625rem 1.875rem;
        border-width: 1px;
        width: fit-content;
        margin: auto;
        margin-top: 2rem;
    }

    .primary-menu-outer .social-icons-wrapper {
        justify-content: center;
        margin-top: 4rem;
    }

    .container {
        padding: 0 1.5rem;
    }

    main#primary {
        padding-top: 5.3rem;
    }

    section#hero {
        padding-top: 0;
    }

    section#hero h1.wp-block-heading {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 26px;
    }

    section#hero ul {
        display: none;
    }

    .hero-right .loan-widget {
        margin-top: 0;
        max-width: 100%;
    }

    section#hero:before {
        display: none;
    }

    section#hero:after {
        content: '';
        position: relative;
        width: 100%;
        height: 23.25rem;
        background: url(/wp-content/uploads/hero-ym-es.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 185%;
        transition: unset;
        display: block;
        margin-top: -10rem;
        z-index: -1;
    }

    section#howto {
        padding-top: 1.12rem;
    }

    p {
        font-size: 0.875rem;
        line-height: 140%;
    }

    p, ul, li {
        line-height: 140%;
    }

    .how-row-items .how-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .how-row-items .how-item.hi2 {
        margin-top: 6rem;
    }

    .how-row-items .how-item.hi3 {
        margin-top: 6rem;
    }

    .hi3 {
        background-size: contain;
    }

    section#why-us {
        padding: 3.12rem 0;
    }

    section#why-us h2 {
        margin-top: 0;
    }

    .why-mobile-items-outer {
        margin-left: -5rem;
        margin-right: -5rem;
        width: calc(100% + 10rem);
    }

    .why-intro-inside {
        padding: 0 1rem;
        text-align: center;
        line-height: normal;
        margin-bottom: 2rem;
    }

    section#cta-section {
        text-align: center;
    }

    section#cta-section h2.wp-block-heading {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    section#cta-section .wp-block-youmoney-universe-cta-hero-button a {
        margin: auto;
        margin-top: 2rem;
    }

    section#about-us {
        text-align: center;
        padding: 0 1.5rem;
        padding-bottom: 4rem;
    }

    section#about-us .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
        justify-content: center;
    }

    #reviews {
        padding: 3.75rem 0;
    }

    #reviews h2.wp-block-heading {
        margin-top: 0;
        text-align: center;
        padding: 0 2rem;
    }

    p.review-text {
        max-height: 150px;
        overflow-y: auto;
    }

    .review-value-row {
        display: block;
    }

    p.review-date {
        padding-left: 0;
    }

    #trustpilot-reviews .splide__pagination {
        margin-left: -100px;
    }

    section#rewards {
        padding: 0 1.5rem;
    }

    section#rewards p.has-text-align-center br {
        display: none;
    }

    #rewards-items .wp-block-column {
        display: flex;
        flex-basis: unset !important;
        flex-grow: unset;
        width: 100%;
        padding: 0;
    }

    #rewards-items {
        width: 750px;
        margin: auto;
        flex-wrap: unset !important;
        margin-left: -2rem;
        margin-right: -2rem;
        max-width: calc(100% + 4rem);
        margin-bottom: 3rem;
    }

    #why-us:before {
        background-position: 27% 113%;
        background-repeat: no-repeat;
        background-size: 280%;
        transform: rotate(180deg);
    }

    section#chat {
        padding: 3.12rem 1.5rem;
    }

    section#chat .wp-block-columns {
        flex-direction: column-reverse;
    }

    div#chat-info {
        padding: 0;
        padding-right: 2rem;
    }

    #chat-info:before {
        transform: rotate(-90deg);
        left: inherit;
        right: 0;
    }

    #chat-info h2 {
        margin-top: 0;
        padding-top: 2.5rem;
    }

    section#faq {
        padding: 3.12rem 1.5rem;
        padding-bottom: 0;
    }

    section#faq .wp-block-youmoney-universe-cta-hero-button a {
        margin: initial;
    }

    #rank-math-faq .rank-math-list-item h3 {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .rank-math-question:after {
        min-width: 1.5rem;
    }

    #faq:before {
        top: -10%;
        content: '';
        background: url(/wp-content/uploads/faq-mobile1.svg);
        width: 696px;
        height: 568px;
        position: absolute;
        left: -30%;
        z-index: -1;
    }

    #faq:after {
        top: 15%;
        content: '';
        background: url(/wp-content/uploads/faq-mobile2.svg);
        width: 1078px;
        height: 1082px;
        position: absolute;
        right: -45%;
        z-index: -1;
    }

    section#hp-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    section#news {
        text-align: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    section#news h2.wp-block-heading {
        text-align: center;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    li.news--intro {
        padding-right: 0;
    }

    section#last-news, section#articles-related, section#articles-read-also {
        max-width: 100%;
    }

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

    .news-name {
        min-height: unset;
        font-size: 18px;
        line-height: normal;
        margin-bottom: 2rem;
    }

    section#last-news .splide__arrows, section#articles-related .splide__arrows, section#articles-read-also .splide__arrows {
        position: relative;
        left: 0;
        right: 0;
        width: 150px;
        margin: auto;
        display: inline-block;
        height: 100px;
        margin-top: -2rem;
    }

    section#partners {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    section#partners h2 {
        margin-top: 0;
    }

    figure#partners-items.wp-block-gallery figure.wp-block-image {
        width: 95px !important;
        max-width: 95px !important;
        margin: 0.5rem 0.2rem !important;
    }

    section#cta2-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
    }

    #cta2-section .wp-block-youmoney-universe-cta-hero-button-white {
        margin: auto;
        margin-top: 2rem;
    }

    .footer-widget:nth-child(1) {
        width: 65%;
        padding-right: 5rem;
    }

    .footer-widget:nth-child(2) {
        width: 35%;
        padding-top: 2rem;
    }

    .footer-widget:nth-child(3) {
        width: 50%;
        margin-top: 2rem;
    }

    .footer-widget:nth-child(4) {
        width: 50%;
        margin-top: 2rem;
    }

    .row.footer-description-row p {
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .row.footer-description-row {
        margin-top: 3rem;
    }

    .flex.row.footer-widgets-row {
        margin: 0;
    }

    .copy-findao {
        margin-top: 1.25rem;
    }

    .copy-findao .container {
        padding: 0;
    }

    #pwa .wp-block-group__inner-container {
        padding: 0 1.5rem;
    }

    #pwa #why-us .h4 {
        min-height: unset;
    }

    #pwa #why-us h2.wp-block-heading {
        text-align: center;
    }

    #pwa #why-us .wp-block-youmoney-universe-cta-hero-button a {
        margin: auto;
    }

    section#cta-constant {
        display: none;
    }

    .pwa-widget {
        position: relative;
        right: inherit;
        left: inherit;
        top: inherit;
    }

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

    .pwa-widget {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    body:not(.home):not(.page-template-landing-page) .wp-block-group__inner-container {
        padding: 0 1.5rem;
    }

    .breadcrumb {
        margin-top: 1rem;
    }

    section.page-header {
        padding: 3rem 0;
    }

    section.page-header:before {
        background-size: 170%;
        background-position: -24% 100%;
    }

    .subcategory-list ul {
        display: flex;
        overflow-x: auto;
    }

    .subcategory-list ul li a {
        display: flex;
        width: max-content;
        font-size: 0.75rem;
        padding: 0.45rem 0.85rem;
    }

    .news--intro {
        width: 100%;
        padding: 0.5rem 0;
    }

    section#category-articles .news-name {
        min-height: unset;
    }

    .single-format-standard h1 {
        font-size: 26px;
    }

    .article-main-content {
        padding-top: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .article-main-content .container {
        padding: 0;
    }

    .article-meta .date-info {
        font-size: 0.875rem;
        margin: 0;
    }

    .article-meta:before {
        width: 1.1rem;
        height: 1.1rem;
        background-size: cover;
    }

    .article-meta {
        margin-top: 1rem;
        padding-left: 1.75rem;
    }

    .article-small-details {
        display: block;
    }

    .article-small-details .article-author {
        margin-left: -0.3rem;
    }

    #rank-math-toc nav a {
        display: flex;
    }

    #rank-math-toc nav a:before {
        margin-top: 0.4rem;
        min-width: .4rem;
        margin-right: 1rem;
    }

    .single-format-standard section#news {
        padding-top: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    section#cta-constant.fixed-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 11;
        left: 0;
        width: 100%;
        padding: 1rem 0;
    }

    section#cta-constant.fixed-mobile a.btn {
        padding: 0.7rem 3.5rem;
    }

    .findao-author-more-content-name a {
        display: block;
    }

    .pwa-widget .widget-container {
        position: relative !important;
        width: inherit !important;
        left: inherit !important;
        top: inherit !important;
        max-width: 100% !important;
    }

    #cta-constant {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    #cta-constant.hidden {
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
    }

    .author-details {
        display: block;
    }

    .author-photo {
        width: 120px;
    }

    .author-info {
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
    }

    ul#primary-menu li.offer-menu {
        width: 100%;
    }

    ul#primary-menu li.offer-menu > a:after {
        background: url(/wp-content/uploads/chevron-white.svg);
        width: 24px;
        height: 25px;
        background-size: cover;
    }

    ul#primary-menu li.offer-menu.om-active {
        width: 100%;
    }

    ul#primary-menu li.offer-menu:after {
        display: none;
    }

    .om-active ul.sub-menu {
        position: relative;
        margin-top: -2rem;
        margin-bottom: 2rem;
    }

    ul#primary-menu li ul.sub-menu li a:hover {
        color: var(--Butter);
    }

    ul#primary-menu li ul.sub-menu li.current_page_item a {
        color: var(--Butter);
    }

    ul#primary-menu li ul.sub-menu li a {
        margin: 0;
    }

    ul#primary-menu li.offer-menu.om-active:before {
        content: '';
        background: #257BF6;
        background: linear-gradient(0deg, rgba(37, 123, 246, 1) 0%, rgba(37, 123, 246, 0.83) 51%, rgba(37, 123, 246, 0) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2rem;
        display: block !important;
        z-index: 1;
    }

    ul#primary-menu li.offer-menu.om-active {
        height: 208px;
    }

    h1.ranking-header {
        font-size: 1.2rem;
    }

    offer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .div-block-5 {
        width: 100%;
        padding-top: 20px;
    }

    .card-logo-div {
        width: 55%;
        padding-top: 0;
        padding-right: 10px;
    }

    .card-main-div {
        padding-right: 0;
        width: 45%;
    }

    .card-main-div .label-light {
        font-size: 1.1rem;
    }

    .card-block {
        width: 50%;
        border-left: 0;
        border-right: 0;
        padding: 0;
    }

    .card-div-top {
        padding: 10px 0;
        border: none;
        padding-left: 0;
    }

    .card-div-bottom {
        color: var(--Grey-04);
        border-top: 1px solid var(--Grey-01);
        padding: 15px 0;
    }

    .card-price {
        font-size: 17px;
        font-weight: bold;
        padding-right: 5px;
    }

    .card-cta-div {
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: 0;
    }

    .card-cta-div a.btn.btn-primary {
        width: 100%;
    }

    p.infolinia {
        display: block;
        margin-bottom: 0;
        margin-top: 2rem;
    }

    p.infolinia a {
        padding-left: 0;
    }

}