@charset "UTF-8";
:root {
    --qode-main-color: #008960;
    --qode-second-color: #D8BCF0;
    --qode-dark-color: #1D1E1C;
    --qode-black-color: #0D0D0C;
    --qode-header-light-color: #ffffff;
    --qode-header-light-hover-color: #008960;
    --qode-header-dark-color: #000000;
    --qode-header-dark-hover-color: #008960;
    --qode-header-height: 60px;
    --qode-top-bar-height: 0px;
    --qode-admin-bar-height: 0px;
    --qode-height-custom-offset: 0px;
    --qode-mobile-header-height: 48px
}

body {
    --qode-header-height-total: calc(var(--qode-header-height) + var(--qode-top-bar-height) + var(--qode-admin-bar-height))
}

body.admin-bar {
    --qode-admin-bar-height: 32px
}

@media (max-width:782px) {
    body.admin-bar {
        --qode-admin-bar-height: 46px
    }
    
}

@media (max-width:1200px) {
    body {
        --qode-header-height-total: calc(var(--qode-mobile-header-height) + var(--qode-admin-bar-height))
    }
}

@keyframes qode-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes qode-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes qode-image-show-in {
    0% {
        clip-path: inset(-1px 100% -1px -1px)
    }
    100% {
        clip-path: inset(-1px 0 -1px -1px)
    }
}

@keyframes qode-image-show-out {
    0% {
        clip-path: inset(-1px 0 -1px -1px)
    }
    100% {
        clip-path: inset(-1px -1px -1px 100%)
    }
}

@keyframes qode-ball-fall {
    0% {
        opacity: 0;
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        transform: translateY(145%)
    }
}

@keyframes qode-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes qode-double-pulse {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

@keyframes qode-cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes qode-rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-stretch-delay {
    0%,
    100%,
    40% {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

@keyframes qode-bounce-delay {
    0%,
    100%,
    80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

@keyframes qode-rotate-circles {
    to {
        transform: rotate(360deg)
    }
}

@keyframes qode-atom-position {
    50% {
        top: 80px;
        left: 80px
    }
}

@keyframes qode-atom-size {
    50% {
        transform: scale(.5)
    }
}

@keyframes qode-atom-zindex {
    100% {
        z-index: 10
    }
}

@keyframes qode-atom-shrink {
    50% {
        transform: scale(.8)
    }
}

@keyframes qode-clock {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-clock-1 {
    0% {
        transform: rotate(-135deg)
    }
    30% {
        transform: rotate(-450deg)
    }
    100% {
        transform: rotate(-450deg)
    }
}

@keyframes qode-clock-2 {
    5% {
        transform: rotate(-90deg)
    }
    35% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes qode-clock-3 {
    10% {
        transform: rotate(-45deg)
    }
    40% {
        transform: rotate(-360deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-clock-4 {
    15% {
        transform: rotate(0)
    }
    45% {
        transform: rotate(-315deg)
    }
    100% {
        transform: rotate(-315deg)
    }
}

@keyframes qode-mitosis-invert {
    100% {
        transform: rotate(180deg)
    }
}

@keyframes qode-mitosis-ball-1 {
    12% {
        transform: none
    }
    26% {
        transform: translateX(25%) scale(1, .8)
    }
    40% {
        transform: translateX(50%) scale(.8, .8)
    }
    60% {
        transform: translateX(50%) scale(.8, .8)
    }
    74% {
        transform: translate(50%, 25%) scale(.6, .8)
    }
    88% {
        transform: translate(50%, 50%) scale(.6, .6)
    }
    100% {
        transform: translate(50%, 50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-2 {
    12% {
        transform: none
    }
    26% {
        transform: translateX(25%) scale(1, .8)
    }
    40% {
        transform: translateX(50%) scale(.8, .8)
    }
    60% {
        transform: translateX(50%) scale(.8, .8)
    }
    74% {
        transform: translate(50%, -25%) scale(.6, .8)
    }
    88% {
        transform: translate(50%, -50%) scale(.6, .6)
    }
    100% {
        transform: translate(50%, -50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-3 {
    12% {
        transform: none
    }
    26% {
        transform: translateX(-25%) scale(1, .8)
    }
    40% {
        transform: translateX(-50%) scale(.8, .8)
    }
    60% {
        transform: translateX(-50%) scale(.8, .8)
    }
    74% {
        transform: translate(-50%, 25%) scale(.6, .8)
    }
    88% {
        transform: translate(-50%, 50%) scale(.6, .6)
    }
    100% {
        transform: translate(-50%, 50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-4 {
    12% {
        transform: none
    }
    26% {
        transform: translateX(-25%) scale(1, .8)
    }
    40% {
        transform: translateX(-50%) scale(.8, .8)
    }
    60% {
        transform: translateX(-50%) scale(.8, .8)
    }
    74% {
        transform: translate(-50%, -25%) scale(.6, .8)
    }
    88% {
        transform: translate(-50%, -50%) scale(.6, .6)
    }
    100% {
        transform: translate(-50%, -50%) scale(.6, .6)
    }
}

@keyframes qode-lines-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fussion-ball-1 {
    50% {
        top: -100%;
        left: 200%
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-2 {
    50% {
        top: 200%;
        left: 200%
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-fussion-ball-3 {
    50% {
        top: 200%;
        left: -100%
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-4 {
    50% {
        top: -100%;
        left: -100%
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-wave-jump-1 {
    12% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }
    100%,
    24% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-jump-2 {
    12% {
        transform: translate(0, 0)
    }
    24% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }
    100%,
    36% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-jump-3 {
    24% {
        transform: translate(0, 0)
    }
    36% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }
    100%,
    48% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-wipe {
    100%,
    48% {
        transform: translateX(-120px)
    }
}

@keyframes qode-pulse-circles-pulse {
    0% {
        transform: scale(.1);
        opacity: 1;
        border-width: 50px
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0
    }
}

@keyframes qode-bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes qode-pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes qode-progress-bar {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes qode-revolution {
    from {
        transform: rotate3d(10, 0, 0, 0deg)
    }
    to {
        transform: rotate3d(10, 0, 0, 360deg)
    }
}

@keyframes qode-stroke-progress {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes qode-draw {
    0%,
    100% {
        clip-path: inset(-2px -2px)
    }
    42% {
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        clip-path: inset(-2px 100% -3px -2px)
    }
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0
}

* {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

del {
    text-decoration: line-through
}

pre {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #fafafa;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    font-size: 1em;
    color: #000
}

code {
    background-color: #fafafa;
    padding: 0;
    font-family: monospace, monospace;
    font-size: 1em;
    color: #000
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    width: 100%;
    vertical-align: middle;
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

table tr {
    border: 1px solid #000
}

table th {
    padding: 5px 7px;
    text-align: left;
    border-right: 1px solid #000
}

table td {
    padding: 5px 10px;
    text-align: left;
    border: 0;
    border-right: 1px solid #000
}

table td br {
    display: none
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

body:not([class*=paramina-core]) hr {
    clear: both
}

ol,
ul {
    list-style-position: inside;
    margin-bottom: 1.5em;
    padding: 0;
    
}
.paramf-portfolio-content ul
{
      padding-left: 1.1em;       /* Space for bullet */
  text-indent: -1.1em;       /* Pull first line back */
}
ol.wp-block,
ul.wp-block {
    margin-bottom: 1.5em
}

ol:not(.wp-block),
ul:not(.wp-block) {
    margin: 0 0 1.5em
}

li>ol:not(.wp-block),
li>ul:not(.wp-block) {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

a img {
    border: none
}

.wp-caption,
img {
    height: auto;
    max-width: 100%
}

img {
    vertical-align: middle;
    border-style: none
}

figure {
    margin: 0
}

embed,
iframe,
object {
    display: block;
    max-width: 100%
}

video {
    display: block
}

embed,
object {
    height: auto
}

label {
    display: block;
    margin-bottom: .5em
}

fieldset {
    margin-bottom: 1em;
    padding: .35em .75em .625em
}

input[type=submit] {
    -webkit-appearance: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 600;
}

kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #fafafa
}

small {
    font-size: 80%
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.gallery-caption,
.wp-caption,
figcaption {
    display: block;
    max-width: 100%;
    font-size: 13px !important;
    line-height: 1em !important;
    color: #000;
    text-align: center;
    opacity: 1;
    margin: 0 auto 20px auto
}

.gallery-caption a,
.wp-caption a,
figcaption a {
    color: inherit
}

.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    opacity: 1
}

blockquote.instagram-media,
iframe.instagram-media {
    margin: auto !important
}

.bypostauthor,
.sticky {
    opacity: 1
}

::selection {
    color: #000;
    background: var(--qode-main-color)
}

::-moz-selection {
    color: #000;
    background: var(--qode-main-color)
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    line-height: 1;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    border: 0;
    word-wrap: normal !important;
    overflow: hidden
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    z-index: 100000
}

#paramf-page-content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 40px !important;
    clear: left
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 40px !important;
    clear: right
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-top: 0;
    margin-bottom: 20px
}

.paramf-content-alignment-left {
    text-align: left
}

.paramf-content-alignment-center {
    text-align: center
}

.paramf-content-alignment-right {
    text-align: right
}

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
    clear: both
}

body {
color: #000;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: initial; 
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

@media only screen and (max-width:1024px) {
    body {
        font-size: 14px;
        line-height: 1.5em
    }
}

.paramf-h1,
h1 {
    color: #000;
    font-family: Syne, sans-serif;
    font-size: 120px; 
    line-height: .9583333333em;
    letter-spacing: -.06em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1368px) {
    .paramf-h1,
    h1 {
        font-size: 100px;
        line-height: .95em
    }
}

@media only screen and (max-width:1024px) {
    .paramf-h1,
    h1 {
        font-size: 80px;
        line-height: .9375em
    }
}

@media only screen and (max-width:680px) {
    .paramf-h1,
    h1 {
        font-size: 55px;
        line-height: .9090909091em;
        letter-spacing: -.033em
    }
}

.paramf-h1 a,
h1 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.paramf-h1 a:focus,
.paramf-h1 a:hover,
h1 a:focus,
h1 a:hover {
    color: #000
}

.paramf-h2,
h2 {
   color: #fff;
    font-family: Syne, sans-serif;
font-size: 64px;
    line-height: 1em;
    letter-spacing: -.04em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1368px) {
    .paramf-h2,
    h2 {
        font-size: 75px;
        line-height: .9333333333em
    }
}

@media only screen and (max-width:1024px) {
    .paramf-h2,
    h2 {
        font-size: 55px;
        line-height: .9090909091em;
        letter-spacing: -.033em
    }
}

@media only screen and (max-width:680px) {
    .paramf-h2,
    h2 {
        font-size: 45px;
        line-height: .8888888889em;
        letter-spacing: -.028em
    }
}

.paramf-h2 a,
h2 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.paramf-h2 a:focus,
.paramf-h2 a:hover,
h2 a:focus,
h2 a:hover {
    color: #000
}

.paramf-h3,
h3 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: -.03em;
    font-weight: 400;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1368px) {
    .paramf-h3,
    h3 {
        font-size: 30px;
        line-height: 1.2333333333em
    }
}

@media only screen and (max-width:1024px) {
    .paramf-h3,
    h3 {
        font-size: 25px;
        line-height: 1.24em;
        letter-spacing: -.02em
    }
}

.paramf-h3 a,
h3 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.paramf-h3 a:focus,
.paramf-h3 a:hover,
h3 a:focus,
h3 a:hover {
    color: #000
}

.paramf-h4,
h4 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 25px;
    line-height: 1.24em;
    letter-spacing: -.022em;
    font-weight: 400;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1368px) {
    .paramf-h4,
    h4 {
        font-size: 25px;
        line-height: 1.24em
    }
}

@media only screen and (max-width:1024px) {
    .paramf-h4,
    h4 {
        font-size: 20px;
        line-height: 1.25em
    }
}

.paramf-h4 a,
h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.paramf-h4 a:focus,
.paramf-h4 a:hover,
h4 a:focus,
h4 a:hover {
    color: #000
}

.paramf-h5,
h5 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: -.02em;
    font-weight: 400;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1368px) {
    .paramf-h5,
    h5 {
        font-size: 20px;
        line-height: 1.25em
    }
}

@media only screen and (max-width:1024px) {
    .paramf-h5,
    h5 {
        font-size: 17px;
        line-height: 1.3529411765em
    }
}

.paramf-h5 a,
h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.paramf-h5 a:focus,
.paramf-h5 a:hover,
h5 a:focus,
h5 a:hover {
    color: #000
}

.paramf-h6,
h6 {
    color: #000;
    font-family: Syne, sans-serif;
    font-size: 23px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1024px) {
    .paramf-h6,
    h6 {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

.paramf-h6 a,
h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.paramf-h6 a:focus,
.paramf-h6 a:hover,
h6 a:focus,
h6 a:hover {
    color: #000
}

.paramf--default-title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: -.03em;
    font-weight: 400
}

@media only screen and (max-width:1368px) {
    .paramf--default-title {
        font-size: 30px;
        line-height: 1.2333333333em
    }
}

@media only screen and (max-width:1024px) {
    .paramf--default-title {
        font-size: 25px;
        line-height: 1.24em;
        letter-spacing: -.02em
    }
}

a,
p a {
    color: #000;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

a:focus,
a:hover,
p a:focus,
p a:hover {
    color: #000
}

p {
    margin-bottom: 20px
}

body[class*=paramina-core] p {
    margin: 10px 0
}

p.has-large-font-size {
    font-size: 36px;
    line-height: 1.4375em
}

p.has-large-font-size+p {
    line-height: 1.4375em
}

p.has-background {
    padding: 20px 30px
}

.wp-block-quote,
blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: -.02em;
    font-weight: 400;
    position: relative;
    padding: 15px 0 20px 90px;
    border: none;
    margin: 0;
    quotes: none;
    z-index: 1
}

@media only screen and (max-width:1368px) {
    .wp-block-quote,
    blockquote {
        font-size: 20px;
        line-height: 1.25em
    }
}

@media only screen and (max-width:1024px) {
    .wp-block-quote,
    blockquote {
        font-size: 17px;
        line-height: 1.3529411765em
    }
}

.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
    padding: 15px 0 20px 90px
}

.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
    padding: 25px !important;
    text-align: center
}

.wp-block-quote.wp-block-pullquote p,
blockquote.wp-block-pullquote p {
    font-size: 28px !important;
    line-height: 1.6 !important
}

.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
    max-width: 420px
}

.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
    left: auto;
    right: 0
}

.wp-block-quote:before,
blockquote:before {
    content: "???";
    position: absolute;
    left: 0;
    top: calc(50% - 41px);
    width: 66px;
    height: 82px;
    font-size: 150px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.02em;
    color: currentColor;
    z-index: -1
}

.wp-block-quote>*,
blockquote>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}

.wp-block-quote p,
blockquote p {
    margin: 0 !important
}

.wp-block-quote:after,
blockquote:after {
    content: ""
}

.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
    display: block;
    margin: 10px 0 0;
    font-style: normal;
    font-weight: 400 !important;
    text-align: inherit !important;
    text-transform: uppercase !important
}

.paramf-e-info>* {
    color: #000;
    font-family: Syne, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

@media only screen and (max-width:1024px) {
    .paramf-e-info>* {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

.paramf-e-info>* span[class*=-label] {
    margin-right: 4px
}

.paramf-info-separator-single {
    color: initial
}

.paramf-info-separator-single:after {
    content: "/";
    display: inline-block;
    transform: rotate(30deg);
    margin: 0 4px
}

.paramf-info-separator-end {
    color: initial
}

.paramf-info-separator-end:after {
    content: "/";
    display: inline-block;
    transform: rotate(30deg);
    margin: 0 10px
}

.paramf-info-separator-end:last-of-type {
    display: none
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: 23px;
    margin: 0 0 30px;
    outline: 0;
    padding: 2px 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  font-family: Syne, sans-serif;
  text-transform: uppercase;
}
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    background-color: transparent;
    border-color: #000;
    color: #000
}

#paramf-page-footer input[type=date],
#paramf-page-footer input[type=email],
#paramf-page-footer input[type=number],
#paramf-page-footer input[type=password],
#paramf-page-footer input[type=search],
#paramf-page-footer input[type=tel],
#paramf-page-footer input[type=text],
#paramf-page-footer input[type=url],
#paramf-page-footer select,
#paramf-page-footer textarea {
    background-color: transparent;
    border-color: #000;
    color: #fff
}

#paramf-page-footer input[type=date]:focus,
#paramf-page-footer input[type=email]:focus,
#paramf-page-footer input[type=number]:focus,
#paramf-page-footer input[type=password]:focus,
#paramf-page-footer input[type=search]:focus,
#paramf-page-footer input[type=tel]:focus,
#paramf-page-footer input[type=text]:focus,
#paramf-page-footer input[type=url]:focus,
#paramf-page-footer select:focus,
#paramf-page-footer textarea:focus {
    background-color: transparent;
    border-color: #000;
    color: #ccc
}

.paramf-contact-form-7 input[type=date],
.paramf-contact-form-7 input[type=email],
.paramf-contact-form-7 input[type=number],
.paramf-contact-form-7 input[type=password],
.paramf-contact-form-7 input[type=search],
.paramf-contact-form-7 input[type=tel],
.paramf-contact-form-7 input[type=text],
.paramf-contact-form-7 input[type=url],
.paramf-contact-form-7 select,
.paramf-contact-form-7 textarea {
    margin: 0
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: 1
}

textarea {
    border-width: 1px;
    padding: 9px 1px;
}

.paramf-contact-form-7 .wpcf7-form-control-wrap {
    margin: 0 0 30px
}

.paramf-contact-form-7 label {
    margin: 0 0 30px;
    font-family: Syne, sans-serif;
    font-size: 18px;
}

.paramf-contact-form-7 label .wpcf7-form-control-wrap {
    margin: 0
}

select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyMHB4IiBmaWxsPSIjMTcxNzE3Ij48cGF0aCBkPSJNNDgwLTMzMyAyNDAtNTczbDUxLTUxIDE4OSAxODkgMTg5LTE4OSA1MSA1MS0yNDAgMjQwWiIvPjwvc3ZnPg==);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

select:disabled {
    background-color: #fafafa;
    border-color: inherit;
    box-shadow: none;
    color: inherit;
    text-shadow: none
}

select option {
    color: #000
}

select.paramf-arrow--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyMHB4IiBmaWxsPSIjY2NjIj48cGF0aCBkPSJNNDgwLTMzMyAyNDAtNTczbDUxLTUxIDE4OSAxODkgMTg5LTE4OSA1MSA1MS0yNDAgMjQwWiIvPjwvc3ZnPg==)
}

.post-password-form input[type=password] {
    margin-top: .5em
}

@media only screen and (min-width:1025px) {
    .post-password-form input[type=password] {
        display: block;
        max-width: 50%
    }
}

.paramf-theme-button,
button[type=submit],
input[type=submit] {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Syne, sans-serif;
    font-size: 35px;
    line-height: 1.4090909091em;
    font-weight: 500;
    letter-spacing: -.022em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 12px 42px;
    color: var(--qode-button-color, #fff);
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    gap: 8px;
    cursor: pointer
}

.paramf-theme-button .paramf-m-text,
button[type=submit] .paramf-m-text,
input[type=submit] .paramf-m-text {
    display: inline-block;
    position: relative
}

.paramf-theme-button .paramf-m-text:after,
button[type=submit] .paramf-m-text:after,
input[type=submit] .paramf-m-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: calc(100% + 22px);
    height: 2px;
    background-color: currentColor;
    transform: scaleX(1);
    transform-origin: left;
    transition: .5s transform cubic-bezier(.23, .63, .19, .97)
}

.paramf-theme-button .paramf-m-icon,
button[type=submit] .paramf-m-icon,
input[type=submit] .paramf-m-icon {
    padding-right: 4px
}

.paramf-theme-button svg,
button[type=submit] svg,
input[type=submit] svg {
    overflow: visible;
    transition: transform .42s cubic-bezier(.44, .73, .12, .98);
    transform: rotate(.001deg)
}

.paramf-browser--safari .paramf-theme-button svg,
.paramf-browser--safari button[type=submit] svg,
.paramf-browser--safari input[type=submit] svg {
    will-change: transform
}

.paramf-theme-button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
    color: var(--qode-button-hover-color, #000)
}

.paramf-theme-button:hover .paramf-m-text:after,
button[type=submit]:hover .paramf-m-text:after,
input[type=submit]:hover .paramf-m-text:after {
    transform: scaleX(0)
}

.paramf-theme-button:hover svg,
button[type=submit]:hover svg,
input[type=submit]:hover svg {
    transform: rotate(45.1deg)
}

.paramf-theme-button {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Syne, sans-serif;
    font-size: 22px;
    line-height: 1.4090909091em;
    font-weight: 500;
    letter-spacing: -.022em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 12px 42px;
    color: var(--qode-button-color, #000);
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    gap: 8px;
    cursor: pointer
}

.paramf-theme-button .paramf-m-text {
    display: inline-block;
    position: relative
}

.paramf-theme-button .paramf-m-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: calc(100% + 22px);
    height: 2px;
    background-color: currentColor;
    transform: scaleX(1);
    transform-origin: left;
    transition: .5s transform cubic-bezier(.23, .63, .19, .97)
}

.paramf-theme-button .paramf-m-icon {
    padding-right: 4px
}

.paramf-theme-button svg {
    overflow: visible;
    transition: transform .42s cubic-bezier(.44, .73, .12, .98);
    transform: rotate(.001deg)
}

.paramf-browser--safari .paramf-theme-button svg {
    will-change: transform
}

.paramf-theme-button:hover {
    color: var(--qode-button-hover-color, #000)
}

.paramf-theme-button:hover .paramf-m-text:after {
    transform: scaleX(0)
}

.paramf-theme-button span,
button[type=submit] span {
    display: block;
    line-height: inherit
}

.paramf-theme-button span:before,
button[type=submit] span:before {
    display: block;
    line-height: inherit
}

input[type=checkbox],
input[type=radio] {
    appearance: none;
    background: 0 0;
    border: 1px solid #707070;
    border-radius: 3px;
    display: inline-block;
    height: 19px;
    margin: 0;
    min-height: initial;
    min-width: initial;
    outline: 0;
    position: relative;
    transition: border-color .2s ease-out;
    width: 19px
}

input[type=checkbox]:before,
input[type=radio]:before {
    display: none !important
}

input[type=checkbox]:after,
input[type=radio]:after {
    background-color: #000;
    content: "";
    display: block;
    height: calc(100% - 4px);
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transition: opacity .2s ease-out;
    width: calc(100% - 4px)
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    border-color: #000
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    opacity: 1
}

[class*=paramina] .select2-container--default {
    display: inline-block;
    margin: 0 0 30px;
    position: relative;
    vertical-align: middle;
    width: auto
}

[class*=paramina] .select2-container--default .paramf-select2-icon-option {
    display: flex;
    align-items: center;
    width: 100%
}

[class*=paramina] .select2-container--default .paramf-select2-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

[class*=paramina] .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 23px;
    margin: 0;
    outline: 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=paramina] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=paramina] .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=paramina] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

[class*=paramina] .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center;
    color: inherit;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

[class*=paramina] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

[class*=paramina] .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    background-color: currentColor;
    content: "";
    display: block;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyMHB4IiBmaWxsPSIjMTcxNzE3Ij48cGF0aCBkPSJNNDgwLTMzMyAyNDAtNTczbDUxLTUxIDE4OSAxODkgMTg5LTE4OSA1MSA1MS0yNDAgMjQwWiIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyMHB4IiBmaWxsPSIjMTcxNzE3Ij48cGF0aCBkPSJNNDgwLTMzMyAyNDAtNTczbDUxLTUxIDE4OSAxODkgMTg5LTE4OSA1MSA1MS0yNDAgMjQwWiIvPjwvc3ZnPg==);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%
}

[class*=paramina] .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 23px;
    margin: 0;
    outline: 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=paramina] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=paramina] .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
    padding: 0
}

[class*=paramina] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
    color: inherit;
    float: left;
    margin: 0
}

[class*=paramina] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=paramina] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #000;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: default;
    float: left;
    margin: 1px 1px 1px 0;
    padding: 5px 10px
}

[class*=paramina] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: inherit;
    margin: 0 10px 0 0;
    transition: opacity .2s ease-out
}

[class*=paramina] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: .8
}

[class*=paramina] .select2-container--default .select2-search--inline {
    float: left
}

[class*=paramina] .select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: none;
    border: none !important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 !important;
    outline: 0;
    padding: 0 !important;
    width: 100%
}

[class*=paramina] .select2-container--default .select2-search--inline .select2-search__field:focus {
    border-color: #000
}

[class*=paramina] .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=paramina] .select2-container--default .select2-dropdown {
    background-color: #fafafa;
    border: 1px solid #000;
    border-radius: 0;
    display: block;
    left: -100000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

.admin-bar[class*=paramina] .select2-container--default .select2-dropdown {
    top: 32px
}

@media only screen and (max-width:782px) {
    .admin-bar[class*=paramina] .select2-container--default .select2-dropdown {
        top: 46px
    }
}

[class*=paramina] .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 15px 2px
}

[class*=paramina] .select2-container--default .select2-search--dropdown.select2-search--hide {
    display: none
}

[class*=paramina] .select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    border: 1px solid #000;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin: 0;
    outline: 0;
    padding: 4px 8px;
    width: 100%
}

[class*=paramina] .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=paramina] .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #000;
    color: #000
}

[class*=paramina] .select2-container--default .select2-results {
    display: block
}

[class*=paramina] .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

[class*=paramina] .select2-container--default .select2-results__options {
    font-size: 15px;
    line-height: 23px;
    list-style: none;
    margin: 0;
    padding: 7px 20px
}

[class*=paramina] .select2-container--default .select2-results__option {
    background-color: transparent !important;
    color: #000 !important;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    padding: 3px 0;
    transition: color .2s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=paramina] .select2-container--default .select2-results__option:hover {
    color: #000 !important
}

[class*=paramina] .select2-container--default .select2-results__option[role=group] {
    padding: 0
}

[class*=paramina] .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

[class*=paramina] .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

[class*=paramina] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

[class*=paramina] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

[class*=paramina] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

[class*=paramina] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

[class*=paramina] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

[class*=paramina] .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 7px 0
}

[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0
}

[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto
}

[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin: 7px auto 0 5px
}

[class*=paramina] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 auto 0 3px
}

[class*=paramina] .select2-container--default.select2-container--disabled .select2-selection--multiple,
[class*=paramina] .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fafafa;
    cursor: default
}

[class*=paramina] .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
[class*=paramina] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

[class*=paramina] .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

[class*=paramina] .select2-container--default.select2-container--open .select2-selection--multiple,
[class*=paramina] .select2-container--default.select2-container--open .select2-selection--single {
    color: #000
}

[class*=paramina] .select2-container--default.select2-container--open .select2-dropdown {
    left: 0
}

[class*=paramina] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-bottom-color: transparent
}

[class*=paramina] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top-color: transparent
}

.select2-container--default .select2-selection {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important
}

.select2-container--default .select2-selection:focus {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important
}

#paramf-page-footer .select2-container--default .select2-selection {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #fff !important
}

#paramf-page-footer .select2-container--default .select2-selection:focus {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #ccc !important
}

body:not([class*=paramina-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "???";
    font-family: initial;
    font-size: 16px
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 0 !important;
    line-height: 1;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear,
input[type=text]::-ms-clear {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #000
}

#paramf-page-footer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    -webkit-text-fill-color: #fff
}

.paramf-content-grid {
    width: 1100px;
    margin: 0 auto
}

.paramf-content-grid.paramf-extended-grid:not([class*=paramf-extended-grid-disabled--]) {
    width: 100% !important;
    margin: 0
}

@media (min-width:1513px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1512 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1512 px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1512 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1369px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1368 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1368 px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1368 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1201px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1200 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1200 px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1200 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1025px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1024 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1024 px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--1024 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:881px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--880 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:880 px) {
    .paramf-content-grid.paramf-extended-grid.paramf-extended-grid-disabled--880 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.paramf-content-grid.paramf-extended-grid--right {
    padding-left: calc((100% - 1100px)/ 2)
}

.paramf-content-grid.paramf-extended-grid--left {
    padding-right: calc((100% - 1100px)/ 2)
}

.paramf--boxed .paramf-content-grid {
    width: 1160px
}

@media (min-width:1601px) {
    .paramf-content-grid-1500 .paramf-content-grid {
        width: 1500px
    }
    .paramf-content-grid-1500 .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 1500px)/ 2)
    }
    .paramf-content-grid-1500 .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 1500px)/ 2)
    }
    .paramf--boxed.paramf-content-grid-1500 .paramf-content-grid {
        width: 1560px
    }
}

@media (min-width:1513px) {
    .paramf-content-grid-1400 .paramf-content-grid {
        width: 1400px
    }
    .paramf-content-grid-1400 .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 1400px)/ 2)
    }
    .paramf-content-grid-1400 .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 1400px)/ 2)
    }
    .paramf--boxed.paramf-content-grid-1400 .paramf-content-grid {
        width: 1460px
    }
}

@media (min-width:1513px) {
    .paramf-content-grid-1300 .paramf-content-grid {
        width: 1300px
    }
    .paramf-content-grid-1300 .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 1300px)/ 2)
    }
    .paramf-content-grid-1300 .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 1300px)/ 2)
    }
    .paramf--boxed.paramf-content-grid-1300 .paramf-content-grid {
        width: 1360px
    }
}

@media (min-width:1513px) {
    .paramf-content-grid-1200 .paramf-content-grid {
        width: 1200px
    }
    .paramf-content-grid-1200 .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 1200px)/ 2)
    }
    .paramf-content-grid-1200 .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 1200px)/ 2)
    }
    .paramf--boxed.paramf-content-grid-1200 .paramf-content-grid {
        width: 1260px
    }
}

@media (min-width:1201px) {
    .paramf-content-grid-1000 .paramf-content-grid {
        width: 1000px
    }
    .paramf-content-grid-1000 .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 1000px)/ 2)
    }
    .paramf-content-grid-1000 .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 1000px)/ 2)
    }
    .paramf--boxed.paramf-content-grid-1000 .paramf-content-grid {
        width: 1060px
    }
}

@media (min-width:1025px) {
    .paramf-content-grid-800 .paramf-content-grid {
        width: 800px
    }
    .paramf-content-grid-800 .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }
    .paramf-content-grid-800 .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }
    .paramf--boxed.paramf-content-grid-800 .paramf-content-grid {
        width: 860px
    }
}

.paramf-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    --qode-columns: 1;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px
}

.paramf-grid>.paramf-grid-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.paramf-grid.paramf-col-num--1>.paramf-grid-inner {
    --qode-columns: 1
}

.paramf-grid.paramf-col-num--2>.paramf-grid-inner {
    --qode-columns: 2
}

.paramf-grid.paramf-col-num--3>.paramf-grid-inner {
    --qode-columns: 3
}

.paramf-grid.paramf-col-num--4>.paramf-grid-inner {
    --qode-columns: 4
}

.paramf-grid.paramf-col-num--5>.paramf-grid-inner {
    --qode-columns: 5
}

.paramf-grid.paramf-col-num--6>.paramf-grid-inner {
    --qode-columns: 6
}

.paramf-grid.paramf-col-num--7>.paramf-grid-inner {
    --qode-columns: 7
}

.paramf-grid.paramf-col-num--8>.paramf-grid-inner {
    --qode-columns: 8
}

.paramf-grid .paramf-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px
}

.paramf-grid.paramf-layout--template>.paramf-grid-inner {
    --qode-columns: 2;
    grid-template-areas: "content sidebar"
}

@media (max-width:1200px) {
    .paramf-grid.paramf-layout--template>.paramf-grid-inner {
        --qode-columns: 1;
        grid-template-areas: "content" "sidebar";
        grid-template-columns: minmax(0, 1fr) !important
    }
}

.paramf-grid.paramf-layout--template.paramf-grid-template--reverse>.paramf-grid-inner {
    grid-template-areas: "sidebar content"
}

@media (max-width:1200px) {
    .paramf-grid.paramf-layout--template.paramf-grid-template--reverse>.paramf-grid-inner {
        grid-template-areas: "content" "sidebar"
    }
}

.paramf-grid.paramf-layout--template.paramf-grid-template--sidebar-reverse>.paramf-grid-inner {
    grid-template-areas: "sidebar content"
}

@media (max-width:1200px) {
    .paramf-grid.paramf-layout--template.paramf-grid-template--sidebar-reverse>.paramf-grid-inner {
        grid-template-areas: "sidebar" "content"
    }
}

.paramf-grid.paramf-layout--template.paramf-grid-template--7-5>.paramf-grid-inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 5fr);
}

.paramf-grid.paramf-layout--template.paramf-grid-template--8-4>.paramf-grid-inner {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr)
}

.paramf-grid.paramf-layout--template.paramf-grid-template--9-3>.paramf-grid-inner {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr)
}

.paramf-grid.paramf-layout--template.paramf-grid-template--5-7>.paramf-grid-inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr)
}

.paramf-grid.paramf-layout--template.paramf-grid-template--4-8>.paramf-grid-inner {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr)
}

.paramf-grid.paramf-layout--template.paramf-grid-template--3-9>.paramf-grid-inner {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr)
}

.paramf-grid.paramf-layout--template.paramf-grid-template--6-6>.paramf-grid-inner {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
}

.paramf-grid.paramf-layout--template.paramf-grid-template--12>.paramf-grid-inner {
    --qode-columns: 1;
    grid-template-areas: "content";
    grid-template-columns: minmax(0, 1fr)
}

.paramf-grid.paramf-layout--template>.paramf-grid-inner>.paramf-grid-item.paramf-col--content {
    grid-area: content
}

.paramf-grid.paramf-layout--template>.paramf-grid-inner>.paramf-grid-item.paramf-col--sidebar {
    grid-area: sidebar
}

.paramf-grid.paramf-layout--template.paramf-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap)
}

.paramf-grid.paramf-layout--masonry.paramf-items--fixed .paramf-grid-item .paramf-e-inner {
    height: 100%;
    overflow: hidden
}

.paramf-grid.paramf-layout--masonry.paramf-items--fixed .paramf-grid-item .paramf-e-media>* {
    height: 100%;
    width: 100%
}

.paramf-grid.paramf-layout--masonry.paramf-items--fixed .paramf-grid-item .paramf-e-media>*>a {
    height: 100%;
    width: 100%
}

.paramf-grid.paramf-layout--masonry.paramf-items--fixed .paramf-grid-item .paramf-e-media img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.paramf-grid.paramf-layout--masonry>.paramf-grid-inner {
    visibility: hidden
}

.paramf-grid.paramf-layout--masonry>.paramf-grid-inner.paramf--masonry-init {
    visibility: visible
}

.paramf-grid.paramf-vertical-gutter--no {
    --qode-columns-row-gap: 0px
}

.paramf-grid.paramf-vertical-gutter--tiny {
    --qode-columns-row-gap: 10px
}

.paramf-grid.paramf-vertical-gutter--small {
    --qode-columns-row-gap: 20px
}

.paramf-grid.paramf-vertical-gutter--normal {
    --qode-columns-row-gap: 30px
}

.paramf-grid.paramf-vertical-gutter--medium {
    --qode-columns-row-gap: 40px
}

.paramf-grid.paramf-vertical-gutter--large {
    --qode-columns-row-gap: 50px
}

.paramf-grid.paramf-vertical-gutter--huge {
    --qode-columns-row-gap: 80px
}

.paramf-grid.paramf-gutter--no {
    --qode-columns-col-gap: 0px
}

.paramf-grid.paramf-gutter--tiny {
    --qode-columns-col-gap: 10px
}

.paramf-grid.paramf-gutter--small {
    --qode-columns-col-gap: 20px
}

.paramf-grid.paramf-gutter--normal {
    --qode-columns-col-gap: 30px
}

.paramf-grid.paramf-gutter--medium {
    --qode-columns-col-gap: 40px
}

.paramf-grid.paramf-gutter--large {
    --qode-columns-col-gap: 50px
}

.paramf-grid.paramf-gutter--huge {
    --qode-columns-col-gap: 80px
}

.paramf-grid.paramf-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1512: 30px;
    --qode-vertical-gutter-custom-1200: 30px;
    --qode-vertical-gutter-custom-880: 30px;
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}

.paramf-grid.paramf-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1512: 30px;
    --qode-gutter-custom-1200: 30px;
    --qode-gutter-custom-880: 30px;
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}

#paramf-page-wrapper {
    position: relative
}

#paramf-page-outer {
    position: relative
}

#paramf-page-inner {
    position: relative;
    padding: 130px 0 100px
}

#paramf-page-content.paramf-layout--template .paramf-page-content-section.paramf-col--12 {
    margin-bottom: 0
}

.paramf--boxed {
    background-color: #fafafa
}

.paramf--boxed #paramf-page-wrapper {
    display: block;
    background-color: #fff
}

.paramf--boxed #paramf-page-inner {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px
}

.paramf--passepartout #paramf-page-wrapper {
    background-color: #fff
}

.paramf-parallax-item {
    will-change: transform
}

.paramf-fit-height {
    height: calc(100vh - var(--qode-header-height-total) - var(--qode-height-custom-offset));
    object-fit: cover
}

.paramf-fit-img-height * {
    width: 100%
}

.elementor .paramf-fit-img-height img,
.paramf-fit-img-height img {
    height: calc(100vh - var(--qode-header-height-total) - var(--qode-height-custom-offset));
    object-fit: cover;
    object-position: 0 0
}

button.mfp-arrow {
    color: #fff;
    height: 51px !important;
    margin: 0 !important;
    opacity: 1 !important;
    top: calc(50% - 25px) !important;
    transition: color .2s ease-out;
    width: 26px !important
}

button.mfp-arrow svg {
    display: block;
    pointer-events: none;
    width: 100%
}

button.mfp-arrow:after,
button.mfp-arrow:before {
    display: none !important
}

button.mfp-arrow:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-arrow.mfp-arrow-left {
    left: 30px
}

@media only screen and (max-width:1200px) {
    button.mfp-arrow.mfp-arrow-left {
        left: calc(30px + 7%)
    }
}

button.mfp-arrow.mfp-arrow-right {
    right: 30px
}

@media only screen and (max-width:1200px) {
    button.mfp-arrow.mfp-arrow-right {
        right: calc(30px + 7%)
    }
}

button.mfp-arrow.mfp-arrow-right svg {
    transform: rotate(180deg)
}

button.mfp-close {
    color: #fff;
    height: 25px !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    right: 0 !important;
    top: 7.5px !important;
    transition: color .2s ease-out;
    width: auto !important
}

.mfp-iframe-holder button.mfp-close {
    top: -32.5px !important
}

button.mfp-close:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-close:after,
button.mfp-close:before {
    display: none !important
}

button.mfp-close svg {
    display: block;
    height: 100%;
    pointer-events: none;
    width: auto
}

.mfp-container {
    padding: 0 7% !important
}

.mfp-figure {
    position: relative
}

.mfp-figure figure {
    padding: 40px 0
}

.mfp-figure figcaption {
    margin: 0 !important
}

.mfp-figure img {
    max-height: calc(100vh - 80px) !important;
    padding: 0 !important
}

.mfp-figure:after {
    background: 0 0 !important;
    box-shadow: none !important
}

.mfp-bottom-bar {
    line-height: 40px !important;
    margin-top: -40px !important
}

.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
    color: #000;
    font-family: Syne, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: inherit !important
}

@media only screen and (max-width:1024px) {
    .mfp-bottom-bar .mfp-counter,
    .mfp-bottom-bar .mfp-title {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap {
    opacity: 0;
    transition: opacity .35s ease-out
}

.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-bg {
    background-color: rgba(0, 0, 0, .3)
}

html.touchevents:has(.paramf-swiper--show-hidden-slides) #paramf-page-wrapper,
html.touchevents:has(.swiper-button-outside) #paramf-page-wrapper {
    overflow: hidden
}

.paramf-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.paramf-swiper-container .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0
}

.swiper-vertical.paramf-swiper-container .swiper-wrapper {
    flex-direction: column
}

.paramf-swiper-container .swiper-slide img {
    width: 100%
}

.paramf-swiper-container.paramf-blog .paramf-blog-item {
    margin-bottom: 0
}

.paramf-swiper-container.paramf-swiper--initialized {
    visibility: visible
}

.paramf-swiper-container.paramf-swiper--show-hidden-slides {
    overflow: visible
}

.paramf-swiper-container.paramf-swiper--show-hidden-slides .swiper-button-prev {
    left: 50% !important;
    transform: translate(calc(-50vw + 10px), -50%) !important
}

.swiper-horizontal.paramf-swiper--show-pagination.paramf-swiper-container.paramf-swiper--show-hidden-slides .swiper-button-prev {
    transform: translate(calc(-50vw + 10px), calc(-50% - 86px / 2)) !important
}

.swiper-container-horizontal.paramf-swiper--show-pagination.paramf-swiper-container.paramf-swiper--show-hidden-slides .swiper-button-prev {
    transform: translate(calc(-50vw + 10px), calc(-50% - 86px / 2)) !important
}

.paramf-swiper-container.paramf-swiper--show-hidden-slides .swiper-button-next {
    right: 50% !important;
    transform: translate(calc(50vw - 10px), -50%) !important
}

.swiper-horizontal.paramf-swiper--show-pagination.paramf-swiper-container.paramf-swiper--show-hidden-slides .swiper-button-next {
    transform: translate(calc(50vw - 10px), calc(-50% - 86px / 2)) !important
}

.swiper-container-horizontal.paramf-swiper--show-pagination.paramf-swiper-container.paramf-swiper--show-hidden-slides .swiper-button-next {
    transform: translate(calc(50vw - 10px), calc(-50% - 86px / 2)) !important
}

@media only screen and (max-width:1024px) {
    .paramf-swiper-container.paramf-swiper--show-navigation-combo .swiper-button-next,
    .paramf-swiper-container.paramf-swiper--show-navigation-combo .swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .paramf-swiper-container.paramf-swiper--show-navigation-combo~.swiper-button-outside {
        display: none
    }
}

.paramf-swiper-container.paramf-swiper--show-navigation-combo .swiper-pagination-bullets {
    display: none
}

@media only screen and (max-width:1024px) {
    .paramf-swiper-container.paramf-swiper--show-navigation-combo .swiper-pagination-bullets {
        display: flex
    }
}

.swiper-pagination-bullets {
    align-items: center;
    display: flex;
    justify-content: center;
    width: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0 !important;
    height: 40px;
    margin-top: 46px;
    position: relative !important
}

.swiper-container-vertical>.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    flex-direction: column;
    height: auto;
    right: 0 !important;
    width: 40px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    height: 12px;
    justify-content: center;
    margin: 5px !important;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: all .35s ease;
    width: 12px
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: var(--qode-main-color)
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5)
}

.paramf-swiper-pagination--light .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff
}

.swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet {
    position: relative;
    height: 11px;
    width: 32px;
    padding: 5px 0;
    margin: 0 5px !important;
    background-color: transparent;
    transition: width .2s ease-out
}

.swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    top: 5px;
    background-color: #d1d1d1
}

.paramf-skin--light .swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet:after,
.paramf-swiper-pagination--light .swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet:after {
    background-color: rgba(255, 255, 255, .5)
}

.swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    top: 5px;
    background-color: #000;
    z-index: 1
}

.paramf-skin--light .swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet:before,
.paramf-swiper-pagination--light .swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet:before {
    background-color: #fff
}

.swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 64px;
    transform: unset
}

.swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    animation-name: qode-progress-bar;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
    background-color: #000
}

.paramf-skin--light .swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.paramf-swiper-pagination--light .swiper-pagination-bullets .paramf-custom-slider-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #fff
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    color: #fff;
    height: auto !important;
    margin: 0 !important;
    transform: translateY(-50%);
    transition: all .35s ease;
    width: auto !important
}

.paramf-skin--light .swiper-button-next,
.paramf-skin--light .swiper-button-prev,
.paramf-swiper-navigation--light .swiper-button-next,
.paramf-swiper-navigation--light .swiper-button-prev {
    color: #fff
}

.paramf-skin--dark .swiper-button-next,
.paramf-skin--dark .swiper-button-prev,
.paramf-swiper-navigation--dark .swiper-button-next,
.paramf-swiper-navigation--dark .swiper-button-prev {
    color: #000
}

.swiper-container-horizontal.paramf-swiper--show-pagination .swiper-button-next,
.swiper-container-horizontal.paramf-swiper--show-pagination .swiper-button-prev,
.swiper-horizontal.paramf-swiper--show-pagination .swiper-button-next,
.swiper-horizontal.paramf-swiper--show-pagination .swiper-button-prev {
    transform: translateY(calc(-50% - 86px / 2))
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: block;
    width: 85px;
    overflow: visible;
    --qode-move: 0px;
    --qode-move-hover: 4px;
    transition: transform .35s cubic-bezier(.41, .65, .31, 1.03);
    transform: translateX(var(--qode-move))
}

.paramf-browser--safari .swiper-button-next svg,
.paramf-browser--safari .swiper-button-prev svg {
    will-change: transform
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
    transform: translateX(var(--qode-move-hover))
}

.paramf-skin--light .swiper-button-next:hover,
.paramf-skin--light .swiper-button-prev:hover,
.paramf-swiper-navigation--light .swiper-button-next:hover,
.paramf-swiper-navigation--light .swiper-button-prev:hover {
    color: rgba(255, 255, 255, .8)
}

.swiper-button-prev {
    left: 10px !important
}

.swiper-button-prev svg {
    --qode-move-hover: -4px
}

.swiper-button-prev.swiper-button-outside {
    left: -36px !important
}

@media only screen and (max-width:1024px) {
    .swiper-button-prev.swiper-button-outside {
        left: -20px !important
    }
}

@media only screen and (max-width:880px) {
    .swiper-button-prev.swiper-button-outside {
        left: -10px !important
    }
}

.swiper-container-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-prev {
    left: 50% !important;
    top: 40px;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 0
}

.swiper-button-next {
    right: 10px !important
}

.swiper-button-next.swiper-button-outside {
    right: -36px !important
}

@media only screen and (max-width:1024px) {
    .swiper-button-next.swiper-button-outside {
        right: -20px !important
    }
}

@media only screen and (max-width:880px) {
    .swiper-button-next.swiper-button-outside {
        right: -10px !important
    }
}

.swiper-container-vertical .swiper-button-next,
.swiper-vertical .swiper-button-next {
    bottom: 40px;
    right: 50% !important;
    top: auto;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 50%
}

.swiper-container-vertical+.swiper-button-prev,
.swiper-vertical+.swiper-button-prev {
    left: 50% !important;
    top: -66px;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 0
}

.swiper-container-vertical+.swiper-button-prev+.swiper-button-next,
.swiper-vertical+.swiper-button-prev+.swiper-button-next {
    bottom: -66px;
    right: 50% !important;
    top: auto;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 50%
}

.widget_icl_lang_sel_widget {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    position: relative;
    top: -1px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    align-items: center;
    display: flex;
    position: relative
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: "3";
    font-family: ElegantIcons;
    border: 0;
    line-height: 1;
    margin-left: auto;
    position: initial
}

body:not([class*=paramina-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
body:not([class*=paramina-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: "???";
    font-family: initial;
    font-size: 16px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: visibility 0s linear .25s, opacity .25s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    padding: 7px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    display: block;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: block;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    display: block;
    padding: 0
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 200px
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 14px
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fff
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #000
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #000
}

#paramf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: transparent
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #000
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #000
}

#paramf-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 8px 20px;
    height: 40px;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    font-size: 14px
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: #fff
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #000
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #fff;
    font-size: 14px
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: #fff
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#paramf-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 14px
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fafafa
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #000
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #000
}

#paramf-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 14px
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fafafa
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#paramf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 14px
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fafafa
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#paramf-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

.error404 #paramf-page-header {
    background-color: transparent
}

.error404 #paramf-page-inner {
    padding: 0
}

.error404 #paramf-page-outer {
    margin-top: calc(var(--qode-header-height) * -1);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:1200px) {
    .error404 #paramf-page-outer {
        margin-top: calc(var(--qode-mobile-header-height) * -1)
    }
}

#paramf-404-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: var(--qode-header-height, 60px);
    min-height: calc(100vh - var(--qode-admin-bar-height))
}

#paramf-404-page .paramf-404-title {
    margin: 0
}

#paramf-404-page .paramf-404-text {
    display: block;
    margin: 24px auto 0
}

@media only screen and (min-width:881px) {
    #paramf-404-page .paramf-404-text {
        max-width: 64%
    }
}

@media only screen and (min-width:1513px) {
    #paramf-404-page .paramf-404-text {
        max-width: 46%
    }
}

@media only screen and (min-width:1681px) {
    #paramf-404-page .paramf-404-text {
        max-width: 36%
    }
}

#paramf-404-page .paramf-404-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px
}

.paramf-blog .paramf-e-content,
.paramf-blog .paramf-e-inner,
.paramf-blog .paramf-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.paramf-blog .paramf-e-media iframe {
    display: block;
    height: 100%
}

.paramf-blog .paramf-e-media .paramf-e-info-date-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 7px;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5333333333em;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #000;
    background-color: #008960;
    z-index: 10
}

.paramf-blog .paramf-e-media .paramf-e-info-date-wrapper a {
    display: block
}

.paramf-blog .paramf-e-media:not(:has(iframe, img)) .paramf-e-info-date-wrapper {
    display: none
}

.paramf-blog .paramf-blog-item:has(.paramf-e-media>iframe, .paramf-e-media-image, .paramf-e-media-gallery) .paramf-e-title {
    margin-top: calc(10px + .3176470588em)
}

.paramf-blog .paramf-blog-item:has(.paramf-e-media>iframe, .paramf-e-media-image, .paramf-e-media-gallery) .paramf-e-top-holder .paramf-e-info-date-wrapper {
    display: none
}

.paramf-blog .paramf-blog-item:has(.paramf-e-media>iframe, .paramf-e-media-image, .paramf-e-media-gallery) .paramf-e-top-holder:not(:has(.paramf-e-info-category-wrapper, .paramf-e-info-author-wrapper)) {
    margin-top: 0
}

.paramf-blog .paramf-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.paramf-blog .paramf-e-media-image a,
.paramf-blog .paramf-e-media-image img {
    display: block;
    width: 100%
}

.paramf-blog .paramf-e-text:after {
    content: "";
    clear: both;
    display: table
}

.paramf-blog .paramf-e-title {
    margin: 0
}

.paramf-blog .paramf-e-excerpt {
    margin: 27px 0 0
}

.paramf-blog .paramf-e-info-tag-wrapper.paramf-layout--boxed {
    gap: 10px
}

.paramf-blog .paramf-e-info-tag-wrapper.paramf-layout--boxed a {
    padding: 2px 7px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000
}

.paramf-blog .paramf-e-top-holder {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-top: 12px
}

.paramf-blog .paramf-e-top-holder .paramf-e-info-date-wrapper {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.paramf-blog .paramf-e-top-holder .paramf-e-info-date-wrapper .paramf-e-info-date {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5333333333em;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #000;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease
}

.paramf-blog .paramf-e-top-holder .paramf-e-info-date-wrapper .paramf-e-info-date:hover {
    background-size: 100% 1px
}

.paramf-blog .paramf-e-top-holder .paramf-e-info {
    display: flex;
    flex-direction: column;
    row-gap: 6px
}

.paramf-blog .paramf-e-bottom-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 27px
}

.paramf-blog .paramf-e-left,
.paramf-blog .paramf-e-right {
    flex-basis: 50%
}

.paramf-blog .paramf-e-right {
    text-align: right
}

.paramf-blog .paramf-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.paramf-blog article.sticky .paramf-e-title a {
    position: relative;
    text-decoration: underline
}

.paramf-blog article.sticky .paramf-e-title a:after {
    content: "*";
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

.paramf-blog article.format-video .paramf-e-media {
    overflow: hidden
}

html.elementor-html .paramf-blog article.format-video .wp-video {
    max-width: 100%
}

html.elementor-html .paramf-blog article.format-video video {
    height: auto
}

html.elementor-html .paramf-blog article.format-audio audio {
    display: block
}

.paramf-blog article.format-audio .paramf-e-media-image {
    width: 100%
}

.paramf-blog article.format-audio .paramf-e-media-image img {
    width: 100%
}

.paramf-blog article.format-audio .paramf-e-media-audio {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0
}

.paramf-blog article.format-link .paramf-e-link {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5.5% 25%;
    background-color: #fff;
    border: 1px solid #000
}

.paramf-blog article.format-link .paramf-e-link:hover .paramf-e-link-text span {
    background-size: 0 var(--qode-underline-position-y)
}

.paramf-blog article.format-link .paramf-e-link-text {
    position: relative;
    margin: 0;
    text-align: center
}

.paramf-blog article.format-link .paramf-e-link-text span {
    --qode-underline-height: 2px;
    --qode-underline-position-y: 100%;
    --qode-bottom: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - var(--qode-underline-height)), currentColor var(--qode-underline-height)) !important;
    padding-bottom: var(--qode-bottom);
    transition: background-size .5s cubic-bezier(.23, .63, .19, .97);
    background-size: 100% var(--qode-underline-position-y)
}

.paramf-blog article.format-link .paramf-e-link-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.paramf-blog article.format-link .paramf-e-top-holder {
    margin-top: 36px
}

.paramf-blog article.format-quote .paramf-e-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 7px 17% 27px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000
}

.paramf-blog article.format-quote .paramf-e-quote-text {
    position: relative;
    margin: 0
}

.paramf-blog article.format-quote .paramf-e-quote-icon {
    display: block;
    width: 32px;
    height: auto
}

.paramf-blog article.format-quote .paramf-e-quote-author {
    position: relative;
    display: block;
    margin: 60px 0 0
}

.paramf-blog article.format-quote .paramf-e-quote-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.paramf-blog article.format-quote .paramf-e-top-holder {
    margin-top: 36px
}

.paramf-blog.paramf--list:not(.paramf-shortcode) .paramf-blog-item:not(:last-of-type) {
    margin-bottom: 90px
}

.paramf-blog.paramf--list:not(.paramf-shortcode) .paramf-e-content {
    margin-top: 29px
}

.paramf-blog.paramf--list:not(.paramf-shortcode) .paramf-e-top-holder {
    margin-top: 22px
}

.paramf-blog.paramf--single .paramf-blog-item .paramf-e-text {
    margin: 27px 0 0
}

.paramf-blog.paramf--single .paramf-blog-item .paramf-e-bottom-holder {
    margin-top: 64px
}

.paramf-blog.paramf--single .paramf-blog-item.format-link .paramf-e-content,
.paramf-blog.paramf--single .paramf-blog-item.format-quote .paramf-e-content {
    margin: 0
}

#paramf-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 68px
}

#paramf-page-comments .paramf-page-comments-not-found {
    margin: 0
}

#paramf-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 86px
}

#paramf-page-comments-list .paramf-m-title {
    margin: 0 0 45px
}

#paramf-page-comments-list .paramf-m-comments {
    list-style: none;
    margin: 0;
    padding: 0
}

#paramf-page-comments-list .paramf-m-comments>.paramf-comment-item:first-child {
    margin-top: 0
}

#paramf-page-comments-list .paramf-comment-item {
    margin: 28px 0 0;
    padding: 0
}

#paramf-page-comments-list .paramf-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 96px
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-inner {
    align-items: flex-start;
    display: flex;
    gap: 25px
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-image {
    flex-shrink: 0
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-image img {
    display: block
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-content-top {
    display: flex;
    align-items: baseline;
    gap: 15px
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-title {
    margin: 0
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-date {
    font-size: 15px;
    line-height: 1.6666666667em
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-date a {
    color: #000
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-date a:hover {
    color: #000
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-text {
    margin: 10px 0 0
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-text p {
    margin: 0
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-text img {
    margin-bottom: 5px;
    margin-top: 5px
}

@media (min-width:1025px) {
    #paramf-page-comments-list .paramf-comment-item .paramf-e-text {
        max-width: 88%
    }
}

@media (min-width:1513px) {
    #paramf-page-comments-list .paramf-comment-item .paramf-e-text {
        max-width: 80%
    }
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-links {
    margin-top: 18px
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-links>* {
    color: #000;
    font-family: Syne, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top
}

@media only screen and (max-width:1024px) {
    #paramf-page-comments-list .paramf-comment-item .paramf-e-links>* {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-links>* span[class*=-label] {
    margin-right: 4px
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-links>:last-child {
    margin-right: 0
}

#paramf-page-comments-list .paramf-comment-item .paramf-e-links .comment-edit-link {
    position: relative;
    top: -2px
}

#respond {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.paramf-comment-item #respond {
    margin-top: 28px
}

.paramf-comment-item #respond .comment-reply-title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: -.02em;
    font-weight: 400
}

@media only screen and (max-width:1368px) {
    .paramf-comment-item #respond .comment-reply-title {
        font-size: 20px;
        line-height: 1.25em
    }
    
}

@media only screen and (max-width:1024px) {
    .paramf-comment-item #respond .comment-reply-title {
        font-size: 17px;
        line-height: 1.3529411765em
    }
}

#respond .comment-reply-title {
    display: flex;
    justify-content: space-between;
    margin: 0
}

#respond .paramf-comment-form .paramf-grid-inner {
    gap: 20px
}

#respond .paramf-comment-form .comment-notes,
#respond .paramf-comment-form .logged-in-as {
    margin: 36px 0 26px
}

#respond .paramf-comment-form .comment-form-author,
#respond .paramf-comment-form .comment-form-comment,
#respond .paramf-comment-form .comment-form-email,
#respond .paramf-comment-form .comment-form-url,
#respond .paramf-comment-form .form-submit {
    margin: 0
}

#respond .paramf-comment-form .comment-form-cookies-consent {
    align-items: flex-start;
    display: flex;
    gap: 13px;
    font-size: 15px;
    line-height: 1.5333333333em;
    margin: 0 0 29px;
    position: relative
}

#respond .paramf-comment-form .comment-form-cookies-consent>* {
    margin: 0
}

#respond .paramf-comment-form .comment-form-cookies-consent input[type=checkbox] {
    flex-shrink: 0;
    margin: 2px 0 0
}

.paramf-filter--on .paramf-grid-inner {
    opacity: 1;
    transition: opacity .5s ease
}

.paramf-filter--on.paramf--filter-loading .paramf-grid-inner {
    opacity: 0;
    transition: opacity .2s ease
}

.paramf-filter--on.paramf--filter-loading .paramf-m-pagination-spinner {
    bottom: calc(50% - 16px) !important
}

.paramf-m-filter {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 45px
}

.paramf-m-filter .paramf-filter-title {
    display: flex;
    justify-content: center;
    margin: 0 0 19px
}

.paramf-m-filter .paramf-m-filter-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.paramf-m-filter .paramf-m-filter-item {
    font-family: Syne, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: top
}

@media only screen and (max-width:1024px) {
    .paramf-m-filter .paramf-m-filter-item {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

.paramf-m-filter .paramf-m-filter-item:after {
    content: "/";
    display: inline-block;
    transform: rotate(30deg);
    margin-right: 5px
}

.paramf-m-filter .paramf-m-filter-item.paramf--active .paramf-m-filter-item-name,
.paramf-m-filter .paramf-m-filter-item:hover .paramf-m-filter-item-name {
    background-size: 100% 1px
}

.paramf-m-filter .paramf-m-filter-item .paramf-m-filter-item-name {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease;
    position: relative
}

.paramf-m-filter .paramf-m-filter-item:last-child:after {
    display: none
}

#paramf-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#paramf-page-footer>* {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#paramf-page-footer-top-area {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#paramf-page-footer-top-area:has(.paramf-layout--predefined) .paramf-content-full-width {
    padding-left: 15%;
    padding-right: 15%
}

#paramf-page-footer-top-area .paramf-content-full-width {
    padding-left: 70px;
    padding-right: 70px
}

.paramf--boxed #paramf-page-footer-top-area {
    padding-left: 30px;
    padding-right: 30px
}

#paramf-page-footer-top-area-inner {
    padding-top: 107px;
    padding-bottom: 23px;
    border-top: 0 solid #000
}

#paramf-page-footer-top-area-inner .paramf-grid.paramf-layout--predefined {
    --qode-columns-row-gap: 55px
}

@media (min-width:1025px) {
    #paramf-page-footer-top-area-inner .paramf-grid.paramf-layout--predefined>.paramf-grid-inner {
        grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr);
    }
}

#paramf-page-footer-bottom-area {
    background-color: #000
}

@media (min-width:881px) {
    #paramf-page-footer-bottom-area:has(.paramf-layout--predefined) .paramf-content-full-width {
        padding-left: 0;
        padding-right: 50px
    }
}

#paramf-page-footer-bottom-area .paramf-content-full-width {
    padding-left: 70px;
    padding-right: 70px
}

.paramf--boxed #paramf-page-footer-bottom-area {
    padding-left: 30px;
    padding-right: 30px
}

#paramf-page-footer-bottom-area-inner {
    padding-top: 62px;
    padding-bottom: 62px;
    border-top: 0 solid #000
}

#paramf-page-footer-bottom-area-inner:has(.paramf-layout--predefined) {
    padding-bottom: 0
}

#paramf-page-footer-bottom-area-inner:has(.paramf-layout--predefined) .paramf-grid-item:first-child>div:last-child {
    padding-bottom: 16px
}

#paramf-page-footer-bottom-area-inner:has(.paramf-layout--predefined) .paramf-grid-item:last-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 16px
}

@media only screen and (max-width:880px) {
    #paramf-page-footer-bottom-area-inner:has(.paramf-layout--predefined) .paramf-grid-item:first-child>div:first-child {
        margin-bottom: 15px
    }
}

@media (min-width:1025px) {
    #paramf-page-footer-bottom-area-inner .paramf-grid.paramf-layout--predefined>.paramf-grid-inner {
        grid-template-columns: minmax(0, auto) minmax(0, auto);
        justify-content: space-between;
        align-items: end
    }
    #paramf-page-footer-bottom-area-inner .paramf-grid.paramf-layout--predefined>.paramf-grid-inner>.paramf-grid-item:first-child {
        display: flex;
        align-items: flex-end;
        gap: 10px
    }
        #paramf-page-footer-bottom-area-inner .paramf-grid.paramf-layout--predefined>.paramf-grid-inner>.paramf-grid-item:first-child>.widget {
        margin: 0;
        max-width: 400px;
    }
}

.wp-block-button {
    float: none;
    margin: 20px 0
}

.wp-block-button .wp-block-button__link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Syne, sans-serif;
    font-size: 22px;
    line-height: 1.4090909091em;
    font-weight: 500;
    letter-spacing: -.022em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 12px 42px !important;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #000);
    border: 1px solid var(--qode-button-border-color, #000);
    cursor: pointer
}

.wp-block-button .wp-block-button__link br {
    display: none
}

.wp-block-button .wp-block-button__link:hover {
    color: var(--qode-button-hover-color, #000);
    background-color: var(--qode-button-bg-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, #000)
}

.wp-block-button.is-style-outline {
    border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--qode-button-color, #000);
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, #000);
    border-width: 1px
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: var(--qode-button-hover-color, #fff);
    background-color: var(--qode-button-bg-hover-color, #000);
    border-color: var(--qode-button-border-hover-color, #000)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: var(--qode-main-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
    color: #fff
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-button.alignleft {
    margin-right: 40px;
    margin-top: 0;
    text-align: left;
    float: left
}

.wp-block-button.alignright {
    margin-left: 40px;
    margin-top: 0;
    text-align: right;
    float: right
}

.wp-block-image {
    margin: 0 0 20px 0
}

.wp-block-image .aligncenter {
    clear: both
}

.wp-block-image figure {
    margin-bottom: 20px !important;
    margin-top: 0 !important
}

.wp-block-image figcaption {
    margin-bottom: 0 !important;
    margin-top: 10px !important
}

.wp-block-cover-image {
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important
}

.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
    line-height: 1em !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    z-index: 1 !important
}

.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
    color: #fff !important
}

.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
    color: var(--qode-main-color) !important
}

.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-cover {
    margin-bottom: 20px !important
}

.wp-block-cover .wp-block-cover__inner-container {
    width: 100% !important
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    line-height: 1em !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    z-index: 1 !important
}

.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
    color: #fff !important
}

.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
    color: var(--qode-main-color) !important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-gallery {
    display: flex;
    margin-bottom: 20px !important
}

.wp-block-gallery ul.blocks-gallery-grid {
    margin-bottom: -1em !important
}

.wp-block-gallery.alignleft {
    max-width: 420px
}

.wp-block-gallery.alignright {
    max-width: 420px
}

.wp-block-gallery figcaption {
    overflow-x: hidden
}

.wp-block-gallery .blocks-gallery-caption {
    margin-top: 10px
}

.wp-block-columns {
    margin-bottom: 20px
}

.wp-block-columns .wp-block-column>:last-child {
    margin-bottom: 0 !important
}

.wp-block-pullquote,
.wp-block-quote {
    margin-bottom: 20px
}

.wp-block-pullquote {
    border: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center !important;
    width: 100% !important;
    z-index: -2
}

.wp-block-pullquote blockquote {
    padding: 25px !important;
    text-align: inherit
}

.wp-block-pullquote blockquote p {
    font-size: 28px !important;
    line-height: 1.6 !important
}

.has-drop-cap:after {
    clear: both;
    content: "";
    display: table;
    position: relative;
    table-layout: fixed
}

.wp-block-audio,
.wp-block-video {
    margin-bottom: 20px
}

.wp-block-file {
    color: #000;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin: 0
}

.wp-block-file:focus,
.wp-block-file:hover {
    color: #000
}

figure>figcaption {
    margin-bottom: 0 !important;
    margin-top: 10px !important
}

.wp-block-group {
    margin-bottom: 20px
}

.wp-block-group.has-background {
    padding: 20px 30px
}

.wp-block-group .wp-block-group__inner-container>:last-child {
    margin-bottom: 0 !important
}

.wp-block-media-text {
    margin-bottom: 20px
}

.wp-block-table {
    margin-bottom: 20px
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes tr {
    border: none !important
}

.gallery-item img {
    border: 0 !important
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0
}

.wp-block-rss .wp-block-rss__item-title {
    display: inline-block;
    vertical-align: top
}

#paramf-page-header {
    position: relative;
    height: var(--qode-header-height);
    background-color: #fff;
    z-index: 100
}

#paramf-page-header .paramf-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: var(--qode-header-height);
    max-height: 100%
}

#paramf-page-header .paramf-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#paramf-page-header .paramf-header-logo-link.paramf-height--not-set img {
    max-height: 50%
}

#paramf-page-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 32px
}

.paramf-layout--justified-gallery {
    height: auto !important;
    visibility: hidden
}

.paramf-layout--justified-gallery.paramf--justified-gallery-init {
    visibility: visible
}

.paramf-layout--justified-gallery .paramf-grid-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 !important;
    overflow: hidden
}

.paramf-layout--justified-gallery .paramf-grid-item {
    position: absolute;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden
}

.paramf-layout--justified-gallery .paramf-grid-item img {
    height: auto !important;
    width: auto !important;
    margin: 0 !important
}

.paramf-layout--justified-gallery>.jg-filtered {
    display: none
}

#paramf-page-mobile-header {
    position: relative;
    display: none;
    height: var(--qode-mobile-header-height);
    z-index: 100;
    background-color: var(--qode-second-color);
    border-bottom: 1px solid #000
}

#paramf-page-mobile-header .paramf-mobile-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--qode-mobile-header-height);
    max-height: 100%;
    height: 46px !important;
}

#paramf-page-mobile-header .paramf-mobile-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#paramf-page-mobile-header .paramf-mobile-header-logo-link.paramf-height--not-set img {
    max-height: 71.4285714286%
}

.error404 #paramf-page-mobile-header {
    background-color: transparent !important;
    border-bottom: none !important
}

#paramf-page-mobile-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 7%
}

#paramf-page-mobile-header-inner.paramf-content-grid {
    padding: 0
}

.paramf-mobile-header-opener {
    font-size: 20px;
    margin-left: 20px
}

.paramf-mobile-header-opener svg {
    display: block;
    width: 55px;
    height: auto
}

.paramf-mobile-header-opener.paramf-source--predefined {
    position: relative
}

.paramf-mobile-header-opener.paramf-source--predefined .paramf-m-icon.paramf--close {
    position: absolute !important;
    top: 50%;
    left: 0;
    visibility: hidden;
    transform: translateY(-50%)
}

.paramf-mobile-header-opener.paramf-source--predefined.paramf--opened .paramf-m-icon .paramf--close {
    visibility: visible
}

.paramf-mobile-header-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - var(--qode-mobile-header-height) - var(--qode-admin-bar-height));
    background-color: #292929FC;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10
}

.paramf-mobile-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.paramf-mobile-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 6px 0;
    color: #fff
}

.paramf-mobile-header-navigation ul li a {
    position: relative;
    display: block;
color: #fff;
  font-family: Syne, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.02em;
  text-transform: initial;
  text-transform: uppercase;
}

.paramf-mobile-header-navigation ul li a .paramf-menu-item-text {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease
}

.paramf-mobile-header-navigation ul li a:hover {
    color: #fff
}

.paramf-mobile-header-navigation ul li a:hover .paramf-menu-item-text {
    background-size: 100% 1px
}

.paramf-mobile-header-navigation ul li .paramf-menu-item-arrow {
    position: absolute;
    top: 9px;
    right: 0;
    width: 8px;
    height: auto;
    color: currentColor;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

.paramf-mobile-header-navigation ul li .paramf-menu-item-arrow:hover {
    color: #fff
}

.paramf-mobile-header-navigation ul li ul {
    display: none;
    padding-top: 12px;
    margin-left: 30px
}

.paramf-mobile-header-navigation ul li ul li>a {
    margin: 0
}

.paramf-mobile-header-navigation ul li.current-menu-ancestor>a,
.paramf-mobile-header-navigation ul li.current-menu-item>a {
    color: #fff
}

.paramf-mobile-header-navigation ul li.current-menu-ancestor>a .paramf-menu-item-text,
.paramf-mobile-header-navigation ul li.current-menu-item>a .paramf-menu-item-text {
    background-size: 100% 1px
}

.paramf-mobile-header-navigation ul li.paramf--opened>.paramf-menu-item-arrow {
    transform: rotate(90deg)
}

.paramf-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 26px 0 28px
}

.paramf-mobile-header-navigation>ul:not(.paramf-content-grid) {
    padding-left: 7%;
    padding-right: 7%
}

.paramf-header-navigation {
    height: 100%
}

.paramf-header-navigation ul {
    margin: 0 !important;
    padding: 0;
    list-style: none
}

.paramf-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.paramf-header-navigation ul li a .paramf-menu-item-arrow {
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 20px;
    height: auto
}

.paramf-header-navigation ul li.paramf--hide-link>a {
    cursor: default
}

.paramf-header-navigation ul li.paramf-menu-item--narrow ul {
    position: absolute;
    top: 100%;
    left: -30px;
    width: 289px;
    margin: 0;
    padding: 20px 0;
    background-color: #0d0d0c;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out;
    border: 0 solid #000
}

.paramf-header-navigation ul li.paramf-menu-item--narrow ul li {
    padding: 0 30px
}

.paramf-header-navigation ul li.paramf-menu-item--narrow ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible
}

.paramf-header-navigation ul li.paramf-menu-item--narrow ul ul {
    top: calc(-20px - 12px - 0px);
    left: calc(100% + 2 * 0px)
}

.paramf-header-navigation ul li.paramf-menu-item--narrow ul.paramf-drop-down--right {
    left: auto;
    right: -30px;
    text-align: right
}

.paramf-header-navigation ul li.paramf-menu-item--narrow ul.paramf-drop-down--right li a .paramf-menu-item-arrow {
    left: 0;
    right: auto;
    padding-bottom: 1px;
    transform: rotate(180deg)
}

.paramf-header-navigation ul li.paramf-menu-item--narrow ul.paramf-drop-down--right ul {
    left: calc(-100% - 2 * 0px)
}

.paramf-header-navigation ul li.paramf-menu-item--narrow:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.paramf-header-navigation>ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap
}

.paramf-header-navigation>ul>li {
    height: 100%;
    margin: 0 20px
}

.paramf-header-navigation>ul>li:first-child {
    margin-left: 0
}

.paramf-header-navigation>ul>li:last-child {
    margin-right: 0
}

.paramf-header-navigation>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
color: #000;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4375em;
  letter-spacing: -.01em;
  text-transform: initial;
  font-size: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width:1024px) {
    .paramf-header-navigation>ul>li>a {
        font-size: 14px;
        line-height: 1.5em
    }
}

.paramf-header-navigation>ul>li>a .paramf-menu-item-text {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease
}

.paramf-header-navigation>ul>li>a .paramf-menu-item-arrow {
    display: none
}

.paramf-header-navigation>ul>li>a:hover {
    color: #000
}

.paramf-header-navigation>ul>li>a:hover .paramf-menu-item-text {
    background-size: 100% 1px
}

.paramf-header-navigation>ul>li.current-menu-ancestor>a,
.paramf-header-navigation>ul>li.current-menu-item>a {
    color: #000
}

.paramf-header-navigation>ul>li.current-menu-ancestor>a .paramf-menu-item-text,
.paramf-header-navigation>ul>li.current-menu-item>a .paramf-menu-item-text {
    background-size: 100% 1px
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul li>a {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4375em;
    letter-spacing: -.02em;
    text-transform: initial
}

@media only screen and (max-width:1024px) {
    .paramf-header-navigation>ul>li.paramf-menu-item--narrow ul li>a {
        font-size: 14px;
        line-height: 1.5em
    }
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul:not(.paramf-drop-down--right) li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul:not(.paramf-drop-down--right) li>a .paramf-menu-item-icon {
    flex-shrink: 0
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul:not(.paramf-drop-down--right) li>a .paramf-menu-item-text {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul:not(.paramf-drop-down--right) li.current-menu-ancestor>a .paramf-menu-item-text,
.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul:not(.paramf-drop-down--right) li.current-menu-item>a .paramf-menu-item-text,
.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul:not(.paramf-drop-down--right) li:hover>a .paramf-menu-item-text {
    background-size: 100% 1px
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul.paramf-drop-down--right li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 12px 0;
    overflow: hidden;
    justify-content: flex-end
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul.paramf-drop-down--right li>a .paramf-menu-item-icon {
    flex-shrink: 0
}

.paramf-header-navigation>ul>li.paramf-menu-item--narrow ul.paramf-drop-down--right li>a .paramf-menu-item-text {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease
}

.paramf-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 80px
}

.paramf-m-pagination.paramf--wp .nav-links {
    position: relative;
    display: flex;
    align-items: center
}

.paramf-m-pagination.paramf--wp .page-numbers {
    position: relative;
    margin: 0 8px;
    padding: 0 3px;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5333333333em;
    letter-spacing: inherit;
    font-weight: inherit;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease;
    color: #000
}

.paramf-m-pagination.paramf--wp .page-numbers * {
    display: block;
    line-height: inherit
}

.paramf-m-pagination.paramf--wp .page-numbers:first-child {
    margin-left: 0
}

.paramf-m-pagination.paramf--wp .page-numbers:last-child {
    margin-right: 0
}

.paramf-m-pagination.paramf--wp .page-numbers.next,
.paramf-m-pagination.paramf--wp .page-numbers.prev {
    padding: 0;
    background-image: none
}

.paramf-m-pagination.paramf--wp .page-numbers.next svg,
.paramf-m-pagination.paramf--wp .page-numbers.prev svg {
    display: block;
    width: 21px;
    height: auto;
    overflow: visible;
    --qode-move: 0px;
    --qode-move-hover: 4px;
    transition: transform .35s cubic-bezier(.41, .65, .31, 1.03);
    transform: translateX(var(--qode-move))
}

.paramf-browser--safari .paramf-m-pagination.paramf--wp .page-numbers.next svg,
.paramf-browser--safari .paramf-m-pagination.paramf--wp .page-numbers.prev svg {
    will-change: transform
}

.paramf-m-pagination.paramf--wp .page-numbers.next:hover svg,
.paramf-m-pagination.paramf--wp .page-numbers.prev:hover svg {
    transform: translateX(var(--qode-move-hover))
}

.paramf-m-pagination.paramf--wp .page-numbers.prev {
    margin-right: 8px
}

.paramf-m-pagination.paramf--wp .page-numbers.prev svg {
    --qode-move-hover: -4px
}

.paramf-m-pagination.paramf--wp .page-numbers.next {
    margin-left: 8px
}

.paramf-m-pagination.paramf--wp .page-numbers.current,
.paramf-m-pagination.paramf--wp .page-numbers:hover {
    background-size: 100% 1px
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-items {
    position: relative;
    display: flex;
    align-items: center
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item {
    position: relative;
    margin: 0 8px;
    padding: 0 3px;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5333333333em;
    letter-spacing: inherit;
    font-weight: inherit;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease;
    color: #000
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item * {
    display: block;
    line-height: inherit
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item:first-child {
    margin-left: 0
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item:last-child {
    margin-right: 0
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--next,
.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--prev {
    padding: 0;
    background-image: none
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--next svg,
.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--prev svg {
    display: block;
    width: 21px;
    height: auto;
    overflow: visible;
    --qode-move: 0px;
    --qode-move-hover: 4px;
    transition: transform .35s cubic-bezier(.41, .65, .31, 1.03);
    transform: translateX(var(--qode-move))
}

.paramf-browser--safari .paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--next svg,
.paramf-browser--safari .paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--prev svg {
    will-change: transform
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--next:hover svg,
.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--prev:hover svg {
    transform: translateX(var(--qode-move-hover))
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--prev {
    margin-right: 8px
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--prev svg {
    --qode-move-hover: -4px
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--next {
    margin-left: 8px
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--active,
.paramf-m-pagination.paramf--standard .paramf-m-pagination-item:hover {
    background-size: 100% 1px
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf-prev--hidden {
    margin-left: 0
}

.paramf-m-pagination.paramf--standard .paramf-m-pagination-item.paramf--hide {
    display: none
}

.paramf-m-pagination.paramf--load-more {
    text-align: center
}

.paramf-m-pagination.paramf--load-more .paramf-m-pagination-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.paramf-m-pagination.paramf--load-more .paramf-load-more-button {
    opacity: 1
}

.paramf-m-pagination.paramf--infinite-scroll {
    text-align: center
}

.paramf-filter-pagination-spinner,
.paramf-pagination--on .paramf-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.paramf-filter-pagination-spinner {
    position: absolute;
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2)
}

.paramf--loading .paramf-filter-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.paramf-pagination--on.paramf-pagination-type--standard .paramf-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.paramf-pagination--on.paramf-pagination-type--standard .paramf-m-pagination-spinner {
    position: absolute;
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2)
}

.paramf-pagination--on.paramf-pagination-type--standard.paramf--loading .paramf-grid-inner {
    opacity: 0
}

.paramf-pagination--on.paramf-pagination-type--standard.paramf--loading .paramf-m-pagination-inner {
    opacity: 0
}

.paramf-pagination--on.paramf-pagination-type--load-more .paramf-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 32px / 2)
}

.paramf-pagination--on.paramf-pagination-type--load-more.paramf--loading .paramf-load-more-button {
    opacity: 0
}

.paramf-pagination--on.paramf--loading .paramf-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.paramf-single-links {
    position: relative;
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 15px 0
}

.paramf-single-links .paramf-m-single-links-title {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5333333333em;
    letter-spacing: inherit;
    font-weight: inherit;
    margin-right: 16px
}

.paramf-single-links a,
.paramf-single-links>span:not(.paramf-m-single-links-title) {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5333333333em;
    letter-spacing: inherit;
    font-weight: inherit;
    margin-right: 16px;
    padding: 0 3px
}

.paramf-single-links a:last-child,
.paramf-single-links>span:not(.paramf-m-single-links-title):last-child {
    margin-right: 0
}

.paramf-single-links a:hover,
.paramf-single-links>span:not(.paramf-m-single-links-title):hover {
    text-decoration: underline
}

.paramf-single-links>span:not(.paramf-m-single-links-title) {
    text-decoration: underline
}

.paramf-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}

.paramf-search .paramf-e-search-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.paramf-search .paramf-e-search-heading .paramf-e-search-heading-title {
    margin: 0 0 20px
}

.paramf-search .paramf-e-search-heading .paramf-e-search-heading-label {
    margin: 8px 0 0
}

.paramf-search .paramf-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.paramf-search .paramf-search-form-field {
    margin: 0;
    padding-right: 21px
}

.paramf-search .paramf-search-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 100%;
    padding: 0;
    border: 0;
    position: absolute;
    top: -4px;
    right: 0;
    height: 100%;
    background-color: transparent;
    color: #000
}

.paramf-search .paramf-search-form-button:hover {
    color: var(--qode-main-color)
}

.paramf-search .paramf-search-form-button svg {
    display: block;
    width: 21px;
    height: auto
}

.paramf-search article {
    margin-bottom: 30px
}

.paramf-search article:last-child {
    margin-bottom: 0
}

.paramf-search article .paramf-e-inner {
    align-items: flex-start;
    display: flex;
    position: relative
}

.paramf-search article .paramf-e-inner>* {
    width: 100%
}

.paramf-search article .paramf-e-image {
    flex-shrink: 0;
    max-width: 180px;
    padding-right: 30px;
    width: auto
}

@media only screen and (max-width:880px) {
    .paramf-search article .paramf-e-image {
        display: none
    }
}

.paramf-search article .paramf-e-title {
    margin: 0
}

.paramf-search article .paramf-e-excerpt {
    margin: 15px 0 0
}

#paramf-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.paramf-svg--menu {
    fill: currentColor;
    stroke: none
}

.paramf-svg--search {
    fill: none;
    stroke: currentColor;
    stroke-width: 2
}

.paramf-svg--star {
    fill: none;
    stroke: currentColor
}

.paramf-svg--reply {
    fill: none;
    stroke: currentColor
}

.paramf-svg--play {
    fill: currentColor;
    stroke: none
}

.paramf-svg--edit .paramf-m-pencil-fill {
    fill: #fff;
    stroke: none
}

.paramf-svg--edit .paramf-m-pencil-stroke {
    fill: none;
    stroke: currentColor
}

.paramf-svg--button-rounded-arrow,
.paramf-svg--portfolio-arrow {
    fill: currentColor;
    stroke: none
}

.paramf-svg--button-arrow {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: .3
}

.paramf-svg--fullscreen-menu-arrow,
.paramf-svg--menu-arrow,
.paramf-svg--mobile-menu-arrow {
    fill: currentColor;
    stroke: none
}

.paramf-svg--slider-arrow-left,
.paramf-svg--slider-arrow-right {
    fill: currentColor;
    stroke: none
}

.paramf-svg--pagination-arrow-left,
.paramf-svg--pagination-arrow-right {
    fill: currentColor;
    stroke: none
}

.paramf-svg--close {
    fill: currentColor;
    stroke: none
}

.paramf-svg--close-2 {
    fill: currentColor;
    stroke: none
}

.paramf-svg--spinner {
    fill: #000;
    stroke: none
}

.paramf-svg--link {
    fill: none;
    stroke: #000
}

.paramf-svg--quote {
    fill: #000;
    stroke: none
}

.paramf-svg--drag-cursor circle {
    fill: #000
}

.paramf-svg--drag-cursor text {
    font-family: Syne, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    fill: #fff
}

@media only screen and (max-width:1024px) {
    .paramf-svg--drag-cursor text {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

.paramf-svg--facebook {
    fill: currentColor;
    stroke: none
}

.paramf-svg--instagram {
    fill: currentColor;
    stroke: none
}

.paramf-svg--linkedin {
    fill: currentColor;
    stroke: none
}

.paramf-svg--pinterest {
    fill: currentColor;
    stroke: none
}

.paramf-svg--tumblr {
    fill: currentColor;
    stroke: none
}

.paramf-svg--twitter {
    fill: currentColor;
    stroke: none
}

.paramf-svg--vk {
    fill: currentColor;
    stroke: none
}

.paramf-svg--cart {
    fill: currentColor
}

.paramf-svg--pagination-back-link {
    fill: currentColor;
    stroke: none
}

.paramf-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 270px;
    background-color: #fafafa
}

.paramf-page-title .paramf-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.paramf-page-title .paramf-m-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.paramf-page-title .paramf-m-title {
    margin: 0
}

.widget:last-child,
[class*=elementor-widget-wp-widget]:last-child {
    margin-bottom: 0 !important
}

.widget .paramf-widget-title a,
[class*=elementor-widget-wp-widget] .paramf-widget-title a {
    color: inherit
}

.widget ol:not(.paramf-shortcode-list):not(.select2-selection__rendered),
.widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered),
[class*=elementor-widget-wp-widget] ol:not(.paramf-shortcode-list):not(.select2-selection__rendered),
[class*=elementor-widget-wp-widget] ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ol:not(.paramf-shortcode-list):not(.select2-selection__rendered) li:last-child,
.widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li:last-child,
[class*=elementor-widget-wp-widget] ol:not(.paramf-shortcode-list):not(.select2-selection__rendered) li:last-child,
[class*=elementor-widget-wp-widget] ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li:last-child {
    margin-bottom: 0 !important
}

.widget ol:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul,
.widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul,
[class*=elementor-widget-wp-widget] ol:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul,
[class*=elementor-widget-wp-widget] ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-left: 1em
}

.widget select,
[class*=elementor-widget-wp-widget] select {
    max-width: 100%;
    width: 100%
}

.widget .select2,
[class*=elementor-widget-wp-widget] .select2 {
    margin-bottom: 0
}

.widget .wp-caption,
[class*=elementor-widget-wp-widget] .wp-caption {
    color: inherit
}

.widget .paramf-search-form-inner,
[class*=elementor-widget-wp-widget] .paramf-search-form-inner {
    align-items: stretch;
    display: flex;
    max-width: 100%;
    position: relative
}

.widget .paramf-search-form-field,
[class*=elementor-widget-wp-widget] .paramf-search-form-field {
    margin: 0
}

.widget .paramf-search-form-button,
[class*=elementor-widget-wp-widget] .paramf-search-form-button {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    padding: 0 1em
}

.widget .paramf-search-form-button.paramf--has-icon,
[class*=elementor-widget-wp-widget] .paramf-search-form-button.paramf--has-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 100%;
    padding: 0;
    border: 0;
    height: initial;
    padding: 0
}

.widget .paramf-search-form-button.paramf--has-icon svg,
[class*=elementor-widget-wp-widget] .paramf-search-form-button.paramf--has-icon svg {
    display: block;
    width: 21px;
    height: auto
}

.widget .paramf-search-form-button.paramf--button-outside,
[class*=elementor-widget-wp-widget] .paramf-search-form-button.paramf--button-outside {
    margin-left: 1em
}

.widget .paramf-search-form-button.paramf--button-inside,
[class*=elementor-widget-wp-widget] .paramf-search-form-button.paramf--button-inside {
    background-color: transparent !important;
    border: none !important;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 3px
}

.widget .tagcloud,
.widget .wp-block-tag-cloud,
[class*=elementor-widget-wp-widget] .tagcloud,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud {
    margin: 0 0 -11px 0 !important
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a,
[class*=elementor-widget-wp-widget] .tagcloud a,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a {
    display: inline-block;
    font-family: Syne, sans-serif;
    font-size: 15px !important;
    padding: 2px 7px;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: 1.2em;
    margin: 0 5px 10px 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: top
}

.widget .wp-block-calendar,
.widget.widget_calendar,
.widget[data-widget_type*=widget-calendar],
[class*=elementor-widget-wp-widget] .wp-block-calendar,
[class*=elementor-widget-wp-widget].widget_calendar,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] {
    color: inherit !important;
    width: 100%
}

.widget .wp-block-calendar table,
.widget.widget_calendar table,
.widget[data-widget_type*=widget-calendar] table,
[class*=elementor-widget-wp-widget] .wp-block-calendar table,
[class*=elementor-widget-wp-widget].widget_calendar table,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] table {
    table-layout: fixed
}

.widget .wp-block-calendar caption,
.widget.widget_calendar caption,
.widget[data-widget_type*=widget-calendar] caption,
[class*=elementor-widget-wp-widget] .wp-block-calendar caption,
[class*=elementor-widget-wp-widget].widget_calendar caption,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] caption {
    margin-bottom: 5px
}

.widget .wp-block-calendar thead,
.widget.widget_calendar thead,
.widget[data-widget_type*=widget-calendar] thead,
[class*=elementor-widget-wp-widget] .wp-block-calendar thead,
[class*=elementor-widget-wp-widget].widget_calendar thead,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] thead {
    color: inherit !important
}

.widget .wp-block-calendar th,
.widget.widget_calendar th,
.widget[data-widget_type*=widget-calendar] th,
[class*=elementor-widget-wp-widget] .wp-block-calendar th,
[class*=elementor-widget-wp-widget].widget_calendar th,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] th {
    background-color: transparent;
    font-weight: 600;
    padding: 5px 10px
}

.widget .wp-block-calendar td,
.widget.widget_calendar td,
.widget[data-widget_type*=widget-calendar] td,
[class*=elementor-widget-wp-widget] .wp-block-calendar td,
[class*=elementor-widget-wp-widget].widget_calendar td,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] td {
    padding: 5px 10px
}

.widget .wp-block-calendar #today a,
.widget.widget_calendar #today a,
.widget[data-widget_type*=widget-calendar] #today a,
[class*=elementor-widget-wp-widget] .wp-block-calendar #today a,
[class*=elementor-widget-wp-widget].widget_calendar #today a,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] #today a {
    color: inherit
}

.widget .wp-block-calendar a,
.widget.widget_calendar a,
.widget[data-widget_type*=widget-calendar] a,
[class*=elementor-widget-wp-widget] .wp-block-calendar a,
[class*=elementor-widget-wp-widget].widget_calendar a,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] a {
    text-decoration: none
}

.widget .wp-block-calendar .wp-calendar-nav,
.widget.widget_calendar .wp-calendar-nav,
.widget[data-widget_type*=widget-calendar] .wp-calendar-nav,
[class*=elementor-widget-wp-widget] .wp-block-calendar .wp-calendar-nav,
[class*=elementor-widget-wp-widget].widget_calendar .wp-calendar-nav,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav {
    margin: 5px 0 0 0;
    text-align: left
}

.widget.widget_media_gallery .wp-block-gallery,
.widget[data-widget_type*=widget-media-gallery] .wp-block-gallery,
[class*=elementor-widget-wp-widget].widget_media_gallery .wp-block-gallery,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .wp-block-gallery {
    gap: 0
}

.widget.widget_media_image,
.widget[data-widget_type*=widget-media-image],
[class*=elementor-widget-wp-widget].widget_media_image,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] {
    margin-bottom: 0
}

.widget.widget_media_image a,
.widget[data-widget_type*=widget-media-image] a,
[class*=elementor-widget-wp-widget].widget_media_image a,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] a {
    display: inline-block;
    vertical-align: top
}

.widget.widget_media_image img,
.widget[data-widget_type*=widget-media-image] img,
[class*=elementor-widget-wp-widget].widget_media_image img,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] img {
    display: block
}

.widget.widget_custom_html,
.widget[data-widget_type*=widget-custom-html],
[class*=elementor-widget-wp-widget].widget_custom_html,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-custom-html] {
    margin-bottom: 0
}

.widget.widget_text img,
.widget[data-widget_type*=widget-text] img,
[class*=elementor-widget-wp-widget].widget_text img,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-text] img {
    display: block
}

.widget.widget_nav_menu .paramf-menu-item-arrow,
.widget[data-widget_type*=widget-nav-menu] .paramf-menu-item-arrow,
[class*=elementor-widget-wp-widget].widget_nav_menu .paramf-menu-item-arrow,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-nav-menu] .paramf-menu-item-arrow {
    display: none
}

.widget.widget_rss ul .rsswidget,
.widget[data-widget_type*=widget-rss] ul .rsswidget,
[class*=elementor-widget-wp-widget].widget_rss ul .rsswidget,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul .rsswidget {
    font-family: Syne, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

@media only screen and (max-width:1024px) {
    .widget.widget_rss ul .rsswidget,
    .widget[data-widget_type*=widget-rss] ul .rsswidget,
    [class*=elementor-widget-wp-widget].widget_rss ul .rsswidget,
    [class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul .rsswidget {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

.widget.widget_rss ul .rssSummary,
.widget[data-widget_type*=widget-rss] ul .rssSummary,
[class*=elementor-widget-wp-widget].widget_rss ul .rssSummary,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul .rssSummary {
    margin-top: 15px
}

.widget.widget_rss ul cite,
.widget[data-widget_type*=widget-rss] ul cite,
[class*=elementor-widget-wp-widget].widget_rss ul cite,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul cite {
    display: block;
    margin-top: 8px
}

.widget.widget_paramina_core_title_widget,
.widget[data-widget_type*=widget-paramina-core-title-widget],
[class*=elementor-widget-wp-widget].widget_paramina_core_title_widget,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-paramina-core-title-widget] {
    margin: 0
}

.widget .wp-block-page-list li,
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_layered_nav li,
.widget.widget_meta li,
.widget.widget_pages li,
.widget.widget_recent_comments:not(.widget_block) li,
.widget.widget_recent_entries:not(.widget_block) li,
[class*=elementor-widget-wp-widget] .wp-block-page-list li,
[class*=elementor-widget-wp-widget].widget_archive li,
[class*=elementor-widget-wp-widget].widget_categories li,
[class*=elementor-widget-wp-widget].widget_layered_nav li,
[class*=elementor-widget-wp-widget].widget_meta li,
[class*=elementor-widget-wp-widget].widget_pages li,
[class*=elementor-widget-wp-widget].widget_recent_comments:not(.widget_block) li,
[class*=elementor-widget-wp-widget].widget_recent_entries:not(.widget_block) li {
    color: #000;
    font-family: Syne, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (max-width:1024px) {
    .widget .wp-block-page-list li,
    .widget.widget_archive li,
    .widget.widget_categories li,
    .widget.widget_layered_nav li,
    .widget.widget_meta li,
    .widget.widget_pages li,
    .widget.widget_recent_comments:not(.widget_block) li,
    .widget.widget_recent_entries:not(.widget_block) li,
    [class*=elementor-widget-wp-widget] .wp-block-page-list li,
    [class*=elementor-widget-wp-widget].widget_archive li,
    [class*=elementor-widget-wp-widget].widget_categories li,
    [class*=elementor-widget-wp-widget].widget_layered_nav li,
    [class*=elementor-widget-wp-widget].widget_meta li,
    [class*=elementor-widget-wp-widget].widget_pages li,
    [class*=elementor-widget-wp-widget].widget_recent_comments:not(.widget_block) li,
    [class*=elementor-widget-wp-widget].widget_recent_entries:not(.widget_block) li {
        font-size: 13px;
        line-height: 1.2307692308em
    }
}

.widget .wp-block-page-list li a,
.widget.widget_archive li a,
.widget.widget_categories li a,
.widget.widget_layered_nav li a,
.widget.widget_meta li a,
.widget.widget_pages li a,
.widget.widget_recent_comments:not(.widget_block) li a,
.widget.widget_recent_entries:not(.widget_block) li a,
[class*=elementor-widget-wp-widget] .wp-block-page-list li a,
[class*=elementor-widget-wp-widget].widget_archive li a,
[class*=elementor-widget-wp-widget].widget_categories li a,
[class*=elementor-widget-wp-widget].widget_layered_nav li a,
[class*=elementor-widget-wp-widget].widget_meta li a,
[class*=elementor-widget-wp-widget].widget_pages li a,
[class*=elementor-widget-wp-widget].widget_recent_comments:not(.widget_block) li a,
[class*=elementor-widget-wp-widget].widget_recent_entries:not(.widget_block) li a {
    position: relative
}

.widget .wp-block-page-list li a:after,
.widget.widget_archive li a:after,
.widget.widget_categories li a:after,
.widget.widget_layered_nav li a:after,
.widget.widget_meta li a:after,
.widget.widget_pages li a:after,
.widget.widget_recent_comments:not(.widget_block) li a:after,
.widget.widget_recent_entries:not(.widget_block) li a:after,
[class*=elementor-widget-wp-widget] .wp-block-page-list li a:after,
[class*=elementor-widget-wp-widget].widget_archive li a:after,
[class*=elementor-widget-wp-widget].widget_categories li a:after,
[class*=elementor-widget-wp-widget].widget_layered_nav li a:after,
[class*=elementor-widget-wp-widget].widget_meta li a:after,
[class*=elementor-widget-wp-widget].widget_pages li a:after,
[class*=elementor-widget-wp-widget].widget_recent_comments:not(.widget_block) li a:after,
[class*=elementor-widget-wp-widget].widget_recent_entries:not(.widget_block) li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(1);
    transform-origin: left;
    transition: .5s transform cubic-bezier(.23, .63, .19, .97)
}

.widget .wp-block-page-list li a:hover:after,
.widget.widget_archive li a:hover:after,
.widget.widget_categories li a:hover:after,
.widget.widget_layered_nav li a:hover:after,
.widget.widget_meta li a:hover:after,
.widget.widget_pages li a:hover:after,
.widget.widget_recent_comments:not(.widget_block) li a:hover:after,
.widget.widget_recent_entries:not(.widget_block) li a:hover:after,
[class*=elementor-widget-wp-widget] .wp-block-page-list li a:hover:after,
[class*=elementor-widget-wp-widget].widget_archive li a:hover:after,
[class*=elementor-widget-wp-widget].widget_categories li a:hover:after,
[class*=elementor-widget-wp-widget].widget_layered_nav li a:hover:after,
[class*=elementor-widget-wp-widget].widget_meta li a:hover:after,
[class*=elementor-widget-wp-widget].widget_pages li a:hover:after,
[class*=elementor-widget-wp-widget].widget_recent_comments:not(.widget_block) li a:hover:after,
[class*=elementor-widget-wp-widget].widget_recent_entries:not(.widget_block) li a:hover:after {
    transform: scaleX(0)
}

.widget.widget_block .wp-block-columns,
.widget.widget_block .wp-block-group,
[class*=elementor-widget-wp-widget].widget_block .wp-block-columns,
[class*=elementor-widget-wp-widget].widget_block .wp-block-group {
    margin: 0
}

.widget.widget_block .wp-block-social-link,
[class*=elementor-widget-wp-widget].widget_block .wp-block-social-link {
    margin: 4px 8px 4px 0 !important
}

.widget.widget_block .wp-block-social-link:last-child,
[class*=elementor-widget-wp-widget].widget_block .wp-block-social-link:last-child {
    margin-bottom: 4px !important
}

.widget.widget_block .wp-block-latest-posts__featured-image,
[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__featured-image {
    margin-bottom: .5em
}

.widget.widget_block .wp-block-latest-posts__post-author,
.widget.widget_block .wp-block-latest-posts__post-date,
[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__post-author,
[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__post-date {
    color: inherit
}

.widget.widget_block .wp-block-rss__item-author,
.widget.widget_block .wp-block-rss__item-publish-date,
[class*=elementor-widget-wp-widget].widget_block .wp-block-rss__item-author,
[class*=elementor-widget-wp-widget].widget_block .wp-block-rss__item-publish-date {
    color: inherit
}

.widget.widget_block .wp-block-button .wp-block-button__link,
[class*=elementor-widget-wp-widget].widget_block .wp-block-button .wp-block-button__link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Syne, sans-serif;
    font-size: 22px;
    line-height: 1.4090909091em;
    font-weight: 500;
    letter-spacing: -.022em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 12px 42px
}

.widget.widget_block .wp-block-gallery,
[class*=elementor-widget-wp-widget].widget_block .wp-block-gallery {
    gap: 0
}

.widget.widget_block p:first-child,
[class*=elementor-widget-wp-widget].widget_block p:first-child {
    margin: 0
}

.widget.widget_block p:last-child,
[class*=elementor-widget-wp-widget].widget_block p:last-child {
    margin: 0
}

.widget>.wp-block-heading,
[class*=elementor-widget-wp-widget]>.wp-block-heading {
    margin: 0 !important
}

.widget:not(.widget_paramina_core_title_widget) {
    margin: 0 0 35px
}

.widget .paramf-widget-title {
    margin: 0 0 20px
}

.widget .paramf-widget-title a:hover {
    color: currentColor
}

.widget a {
    color: #000
}

.widget a:hover {
    color: currentColor
}

.widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

.widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a {
    color: #000
}

.widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: currentColor
}

.widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

.widget .paramf-search-form-button.paramf--button-inside {
    color: #000
}

.widget .paramf-search-form-button.paramf--button-inside:hover {
    color: #000
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
    color: #000;
    border: 1px solid #000
}

.widget .wp-block-page-list li,
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_layered_nav li,
.widget.widget_meta li,
.widget.widget_pages li,
.widget.widget_recent_comments:not(.widget_block) li,
.widget.widget_recent_entries:not(.widget_block) li {
    margin-bottom: 10px !important
}

.widget .wp-block-page-list li ul,
.widget.widget_archive li ul,
.widget.widget_categories li ul,
.widget.widget_layered_nav li ul,
.widget.widget_meta li ul,
.widget.widget_pages li ul,
.widget.widget_recent_comments:not(.widget_block) li ul,
.widget.widget_recent_entries:not(.widget_block) li ul {
    margin-top: 10px !important
}

.widget .wp-block-page-list a,
.widget.widget_archive a,
.widget.widget_categories a,
.widget.widget_layered_nav a,
.widget.widget_meta a,
.widget.widget_pages a,
.widget.widget_recent_comments:not(.widget_block) a,
.widget.widget_recent_entries:not(.widget_block) a {
    color: #000 !important
}

.widget .wp-block-page-list a:hover,
.widget.widget_archive a:hover,
.widget.widget_categories a:hover,
.widget.widget_layered_nav a:hover,
.widget.widget_meta a:hover,
.widget.widget_pages a:hover,
.widget.widget_recent_comments:not(.widget_block) a:hover,
.widget.widget_recent_entries:not(.widget_block) a:hover {
    color: currentColor !important
}

.widget.widget_layered_nav li.select2-search,
.widget.widget_layered_nav li.select2-selection__choice {
    margin-bottom: 0 !important
}

.widget[class*=_search] .paramf-widget-title {
    margin-bottom: 26.5px
}

.widget .wp-block-calendar #today,
.widget.widget_calendar #today {
    color: #fff;
    background-color: currentColor
}

.widget .wp-block-calendar .wp-calendar-nav a,
.widget.widget_calendar .wp-calendar-nav a {
    color: #000
}

.widget .wp-block-calendar .wp-calendar-nav a:hover,
.widget.widget_calendar .wp-calendar-nav a:hover {
    color: currentColor
}

.widget.widget_media_image .paramf-widget-title {
    margin-bottom: 26.5px
}

.widget.widget_media_gallery {
    margin-bottom: 30px !important
}

.widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

.widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

.widget .wp-block-gallery {
    margin: 0 -5px !important
}

.widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.widget.widget_block .wp-block-columns h1:not([class*=paramf]),
.widget.widget_block .wp-block-columns h2:not([class*=paramf]),
.widget.widget_block .wp-block-columns h3:not([class*=paramf]),
.widget.widget_block .wp-block-columns h4:not([class*=paramf]),
.widget.widget_block .wp-block-columns h5:not([class*=paramf]),
.widget.widget_block .wp-block-columns h6:not([class*=paramf]),
.widget.widget_block .wp-block-group h1:not([class*=paramf]),
.widget.widget_block .wp-block-group h2:not([class*=paramf]),
.widget.widget_block .wp-block-group h3:not([class*=paramf]),
.widget.widget_block .wp-block-group h4:not([class*=paramf]),
.widget.widget_block .wp-block-group h5:not([class*=paramf]),
.widget.widget_block .wp-block-group h6:not([class*=paramf]) {
    margin: 0 0 20px
}

[class*=elementor-widget-wp-widget]:not(.widget_paramina_core_title_widget) {
    margin: 0 0 35px
}

[class*=elementor-widget-wp-widget] .paramf-widget-title {
    margin: 0 0 20px
}

[class*=elementor-widget-wp-widget] .paramf-widget-title a:hover {
    color: currentColor
}

[class*=elementor-widget-wp-widget] a {
    color: #000
}

[class*=elementor-widget-wp-widget] a:hover {
    color: currentColor
}

[class*=elementor-widget-wp-widget] ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

[class*=elementor-widget-wp-widget] ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a {
    color: #000
}

[class*=elementor-widget-wp-widget] ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: currentColor
}

[class*=elementor-widget-wp-widget] ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

[class*=elementor-widget-wp-widget] .paramf-search-form-button.paramf--button-inside {
    color: #000
}

[class*=elementor-widget-wp-widget] .paramf-search-form-button.paramf--button-inside:hover {
    color: #000
}

[class*=elementor-widget-wp-widget] .tagcloud a,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a {
    color: #000;
    border: 1px solid #000
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-search] .paramf-widget-title {
    margin-bottom: 26.5px
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] #today {
    color: #fff;
    background-color: currentColor
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav a {
    color: #000
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav a:hover {
    color: currentColor
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] .paramf-widget-title {
    margin-bottom: 26.5px
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] {
    margin-bottom: 30px !important
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .gallery {
    margin: 0 -5px !important
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery]:last-child {
    margin-bottom: -5px !important
}

#paramf-top-area .widget:not(.widget_paramina_core_title_widget) {
    margin: 0 0 0;
    color: #fff
}

#paramf-top-area .widget:not(.widget_paramina_core_title_widget) h1:not([class*=paramf]),
#paramf-top-area .widget:not(.widget_paramina_core_title_widget) h2:not([class*=paramf]),
#paramf-top-area .widget:not(.widget_paramina_core_title_widget) h3:not([class*=paramf]),
#paramf-top-area .widget:not(.widget_paramina_core_title_widget) h4:not([class*=paramf]),
#paramf-top-area .widget:not(.widget_paramina_core_title_widget) h5:not([class*=paramf]),
#paramf-top-area .widget:not(.widget_paramina_core_title_widget) h6:not([class*=paramf]) {
    color: #fff
}

#paramf-top-area .widget .paramf-widget-title {
    margin: 0 0 20px;
    color: #fff
}

#paramf-top-area .widget .paramf-widget-title a:hover {
    color: currentColor
}

#paramf-top-area .widget a {
    color: #fff
}

#paramf-top-area .widget a:hover {
    color: currentColor
}

#paramf-top-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

#paramf-top-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a {
    color: #fff
}

#paramf-top-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: currentColor
}

#paramf-top-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

#paramf-top-area .widget .paramf-search-form-button.paramf--button-inside {
    color: #000
}

#paramf-top-area .widget .paramf-search-form-button.paramf--button-inside:hover {
    color: #000
}

#paramf-top-area .widget .tagcloud a,
#paramf-top-area .widget .wp-block-tag-cloud a {
    color: #fff;
    border: 1px solid #fff
}

#paramf-top-area .widget .wp-block-page-list li,
#paramf-top-area .widget.widget_archive li,
#paramf-top-area .widget.widget_categories li,
#paramf-top-area .widget.widget_layered_nav li,
#paramf-top-area .widget.widget_meta li,
#paramf-top-area .widget.widget_pages li,
#paramf-top-area .widget.widget_recent_comments:not(.widget_block) li,
#paramf-top-area .widget.widget_recent_entries:not(.widget_block) li {
    margin-bottom: 10px !important
}

#paramf-top-area .widget .wp-block-page-list li ul,
#paramf-top-area .widget.widget_archive li ul,
#paramf-top-area .widget.widget_categories li ul,
#paramf-top-area .widget.widget_layered_nav li ul,
#paramf-top-area .widget.widget_meta li ul,
#paramf-top-area .widget.widget_pages li ul,
#paramf-top-area .widget.widget_recent_comments:not(.widget_block) li ul,
#paramf-top-area .widget.widget_recent_entries:not(.widget_block) li ul {
    margin-top: 10px !important
}

#paramf-top-area .widget .wp-block-page-list a,
#paramf-top-area .widget.widget_archive a,
#paramf-top-area .widget.widget_categories a,
#paramf-top-area .widget.widget_layered_nav a,
#paramf-top-area .widget.widget_meta a,
#paramf-top-area .widget.widget_pages a,
#paramf-top-area .widget.widget_recent_comments:not(.widget_block) a,
#paramf-top-area .widget.widget_recent_entries:not(.widget_block) a {
    color: #000 !important
}

#paramf-top-area .widget .wp-block-page-list a:hover,
#paramf-top-area .widget.widget_archive a:hover,
#paramf-top-area .widget.widget_categories a:hover,
#paramf-top-area .widget.widget_layered_nav a:hover,
#paramf-top-area .widget.widget_meta a:hover,
#paramf-top-area .widget.widget_pages a:hover,
#paramf-top-area .widget.widget_recent_comments:not(.widget_block) a:hover,
#paramf-top-area .widget.widget_recent_entries:not(.widget_block) a:hover {
    color: currentColor !important
}

#paramf-top-area .widget.widget_layered_nav li.select2-search,
#paramf-top-area .widget.widget_layered_nav li.select2-selection__choice {
    margin-bottom: 0 !important
}

#paramf-top-area .widget[class*=_search] .paramf-widget-title {
    margin-bottom: 26.5px
}

#paramf-top-area .widget .wp-block-calendar caption,
#paramf-top-area .widget.widget_calendar caption {
    color: #fff
}

#paramf-top-area .widget .wp-block-calendar tbody,
#paramf-top-area .widget.widget_calendar tbody {
    color: #fff
}

#paramf-top-area .widget .wp-block-calendar #today,
#paramf-top-area .widget.widget_calendar #today {
    color: #fff;
    background-color: currentColor
}

#paramf-top-area .widget .wp-block-calendar .wp-calendar-nav a,
#paramf-top-area .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#paramf-top-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#paramf-top-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: currentColor
}

#paramf-top-area .widget.widget_media_image .paramf-widget-title {
    margin-bottom: 26.5px
}

#paramf-top-area .widget.widget_media_gallery {
    margin-bottom: -5px !important
}

#paramf-top-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#paramf-top-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#paramf-top-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#paramf-top-area .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#paramf-top-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#paramf-top-area .widget.widget_block .wp-block-columns h1:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-columns h2:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-columns h3:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-columns h4:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-columns h5:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-columns h6:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-group h1:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-group h2:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-group h3:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-group h4:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-group h5:not([class*=paramf]),
#paramf-top-area .widget.widget_block .wp-block-group h6:not([class*=paramf]) {
    margin: 0 0 20px
}

#paramf-page-footer .widget:not(.widget_paramina_core_title_widget) {
    margin: 0 0 35px;
    color: #fff
}

#paramf-page-footer .widget:not(.widget_paramina_core_title_widget) h1:not([class*=paramf]),
#paramf-page-footer .widget:not(.widget_paramina_core_title_widget) h2:not([class*=paramf]),
#paramf-page-footer .widget:not(.widget_paramina_core_title_widget) h3:not([class*=paramf]),
#paramf-page-footer .widget:not(.widget_paramina_core_title_widget) h4:not([class*=paramf]),
#paramf-page-footer .widget:not(.widget_paramina_core_title_widget) h5:not([class*=paramf]),
#paramf-page-footer .widget:not(.widget_paramina_core_title_widget) h6:not([class*=paramf]) {
    color: #fff
}

#paramf-page-footer .widget .paramf-widget-title {
    margin: 0 0 37px;
    color: #008960;
}

#paramf-page-footer .widget .paramf-widget-title a:hover {
    color: #fff
}

#paramf-page-footer .widget a {
    color: #fff
}

#paramf-page-footer .widget a:hover {
    color: #fff
}

#paramf-page-footer .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 7px;
}

#paramf-page-footer .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a {
    color: #fff
}

#paramf-page-footer .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: #fff
}

#paramf-page-footer .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 14px
}

#paramf-page-footer .widget .button,
#paramf-page-footer .widget button {
    color: #000;
    background-color: #fff;
    border-color: #000
}

#paramf-page-footer .widget .button:hover,
#paramf-page-footer .widget button:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#paramf-page-footer .widget .paramf-search-form-button.paramf--button-inside {
    color: #fff
}

#paramf-page-footer .widget .paramf-search-form-button.paramf--button-inside:hover {
    color: #fff
}

#paramf-page-footer .widget .tagcloud a,
#paramf-page-footer .widget .wp-block-tag-cloud a {
    color: #fff;
    border: 1px solid #fff
}

#paramf-page-footer .widget .wp-block-page-list li,
#paramf-page-footer .widget.widget_archive li,
#paramf-page-footer .widget.widget_categories li,
#paramf-page-footer .widget.widget_layered_nav li,
#paramf-page-footer .widget.widget_meta li,
#paramf-page-footer .widget.widget_pages li,
#paramf-page-footer .widget.widget_recent_comments:not(.widget_block) li,
#paramf-page-footer .widget.widget_recent_entries:not(.widget_block) li {
    margin-bottom: 14px !important
}

#paramf-page-footer .widget .wp-block-page-list li ul,
#paramf-page-footer .widget.widget_archive li ul,
#paramf-page-footer .widget.widget_categories li ul,
#paramf-page-footer .widget.widget_layered_nav li ul,
#paramf-page-footer .widget.widget_meta li ul,
#paramf-page-footer .widget.widget_pages li ul,
#paramf-page-footer .widget.widget_recent_comments:not(.widget_block) li ul,
#paramf-page-footer .widget.widget_recent_entries:not(.widget_block) li ul {
    margin-top: 14px !important
}

#paramf-page-footer .widget .wp-block-page-list a,
#paramf-page-footer .widget.widget_archive a,
#paramf-page-footer .widget.widget_categories a,
#paramf-page-footer .widget.widget_layered_nav a,
#paramf-page-footer .widget.widget_meta a,
#paramf-page-footer .widget.widget_pages a,
#paramf-page-footer .widget.widget_recent_comments:not(.widget_block) a,
#paramf-page-footer .widget.widget_recent_entries:not(.widget_block) a {
    color: #fff !important
}

#paramf-page-footer .widget .wp-block-page-list a:hover,
#paramf-page-footer .widget.widget_archive a:hover,
#paramf-page-footer .widget.widget_categories a:hover,
#paramf-page-footer .widget.widget_layered_nav a:hover,
#paramf-page-footer .widget.widget_meta a:hover,
#paramf-page-footer .widget.widget_pages a:hover,
#paramf-page-footer .widget.widget_recent_comments:not(.widget_block) a:hover,
#paramf-page-footer .widget.widget_recent_entries:not(.widget_block) a:hover {
    color: currentColor !important
}

#paramf-page-footer .widget.widget_layered_nav li.select2-search,
#paramf-page-footer .widget.widget_layered_nav li.select2-selection__choice {
    margin-bottom: 0 !important
}

#paramf-page-footer .widget[class*=_search] .paramf-widget-title {
    margin-bottom: 43.5px
}

#paramf-page-footer .widget .wp-block-calendar caption,
#paramf-page-footer .widget.widget_calendar caption {
    color: #fff
}

#paramf-page-footer .widget .wp-block-calendar tbody,
#paramf-page-footer .widget.widget_calendar tbody {
    color: #fff
}

#paramf-page-footer .widget .wp-block-calendar td,
#paramf-page-footer .widget .wp-block-calendar th,
#paramf-page-footer .widget .wp-block-calendar tr,
#paramf-page-footer .widget.widget_calendar td,
#paramf-page-footer .widget.widget_calendar th,
#paramf-page-footer .widget.widget_calendar tr {
    border-color: #fff
}

#paramf-page-footer .widget .wp-block-calendar #today,
#paramf-page-footer .widget.widget_calendar #today {
    color: #000;
    background-color: #fff
}

#paramf-page-footer .widget .wp-block-calendar .wp-calendar-nav a,
#paramf-page-footer .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#paramf-page-footer .widget .wp-block-calendar .wp-calendar-nav a:hover,
#paramf-page-footer .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #fff
}

#paramf-page-footer .widget.widget_media_image .paramf-widget-title {
    margin-bottom: 43.5px
}

#paramf-page-footer .widget.widget_media_gallery {
    margin-bottom: 30px !important
}

#paramf-page-footer .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#paramf-page-footer .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#paramf-page-footer .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#paramf-page-footer .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#paramf-page-footer .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#paramf-page-footer .widget.widget_block .wp-block-columns h1:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-columns h2:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-columns h3:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-columns h4:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-columns h5:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-columns h6:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-group h1:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-group h2:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-group h3:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-group h4:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-group h5:not([class*=paramf]),
#paramf-page-footer .widget.widget_block .wp-block-group h6:not([class*=paramf]) {
    margin: 0 0 37px
}

#paramf-page-footer .widget.widget_block .wp-block-button .wp-block-button__link {
    color: #000;
    background-color: #fff;
    border-color: #000
}

#paramf-page-footer .widget.widget_block .wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#paramf-side-area .widget:not(.widget_paramina_core_title_widget) {
    margin: 0 0 35px;
    color: #fff
}

#paramf-side-area .widget:not(.widget_paramina_core_title_widget) h1:not([class*=paramf]),
#paramf-side-area .widget:not(.widget_paramina_core_title_widget) h2:not([class*=paramf]),
#paramf-side-area .widget:not(.widget_paramina_core_title_widget) h3:not([class*=paramf]),
#paramf-side-area .widget:not(.widget_paramina_core_title_widget) h4:not([class*=paramf]),
#paramf-side-area .widget:not(.widget_paramina_core_title_widget) h5:not([class*=paramf]),
#paramf-side-area .widget:not(.widget_paramina_core_title_widget) h6:not([class*=paramf]) {
    color: #fff
}

#paramf-side-area .widget .paramf-widget-title {
    margin: 0 0 20px;
    color: #fff
}

#paramf-side-area .widget .paramf-widget-title a:hover {
    color: currentColor
}

#paramf-side-area .widget a {
    color: #fff
}

#paramf-side-area .widget a:hover {
    color: currentColor
}

#paramf-side-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

#paramf-side-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a {
    color: #000
}

#paramf-side-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: currentColor
}

#paramf-side-area .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

#paramf-side-area .widget .paramf-search-form-button.paramf--button-inside {
    color: #000
}

#paramf-side-area .widget .paramf-search-form-button.paramf--button-inside:hover {
    color: #000
}

#paramf-side-area .widget .tagcloud a,
#paramf-side-area .widget .wp-block-tag-cloud a {
    color: #fff;
    border: 1px solid #fff
}

#paramf-side-area .widget .wp-block-page-list li,
#paramf-side-area .widget.widget_archive li,
#paramf-side-area .widget.widget_categories li,
#paramf-side-area .widget.widget_layered_nav li,
#paramf-side-area .widget.widget_meta li,
#paramf-side-area .widget.widget_pages li,
#paramf-side-area .widget.widget_recent_comments:not(.widget_block) li,
#paramf-side-area .widget.widget_recent_entries:not(.widget_block) li {
    margin-bottom: 10px !important
}

#paramf-side-area .widget .wp-block-page-list li ul,
#paramf-side-area .widget.widget_archive li ul,
#paramf-side-area .widget.widget_categories li ul,
#paramf-side-area .widget.widget_layered_nav li ul,
#paramf-side-area .widget.widget_meta li ul,
#paramf-side-area .widget.widget_pages li ul,
#paramf-side-area .widget.widget_recent_comments:not(.widget_block) li ul,
#paramf-side-area .widget.widget_recent_entries:not(.widget_block) li ul {
    margin-top: 10px !important
}

#paramf-side-area .widget .wp-block-page-list a,
#paramf-side-area .widget.widget_archive a,
#paramf-side-area .widget.widget_categories a,
#paramf-side-area .widget.widget_layered_nav a,
#paramf-side-area .widget.widget_meta a,
#paramf-side-area .widget.widget_pages a,
#paramf-side-area .widget.widget_recent_comments:not(.widget_block) a,
#paramf-side-area .widget.widget_recent_entries:not(.widget_block) a {
    color: #000 !important
}

#paramf-side-area .widget .wp-block-page-list a:hover,
#paramf-side-area .widget.widget_archive a:hover,
#paramf-side-area .widget.widget_categories a:hover,
#paramf-side-area .widget.widget_layered_nav a:hover,
#paramf-side-area .widget.widget_meta a:hover,
#paramf-side-area .widget.widget_pages a:hover,
#paramf-side-area .widget.widget_recent_comments:not(.widget_block) a:hover,
#paramf-side-area .widget.widget_recent_entries:not(.widget_block) a:hover {
    color: currentColor !important
}

#paramf-side-area .widget.widget_layered_nav li.select2-search,
#paramf-side-area .widget.widget_layered_nav li.select2-selection__choice {
    margin-bottom: 0 !important
}

#paramf-side-area .widget[class*=_search] .paramf-widget-title {
    margin-bottom: 26.5px
}

#paramf-side-area .widget .wp-block-calendar caption,
#paramf-side-area .widget.widget_calendar caption {
    color: #fff
}

#paramf-side-area .widget .wp-block-calendar tbody,
#paramf-side-area .widget.widget_calendar tbody {
    color: #fff
}

#paramf-side-area .widget .wp-block-calendar #today,
#paramf-side-area .widget.widget_calendar #today {
    color: #fff;
    background-color: currentColor
}

#paramf-side-area .widget .wp-block-calendar .wp-calendar-nav a,
#paramf-side-area .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#paramf-side-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#paramf-side-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: currentColor
}

#paramf-side-area .widget.widget_media_image .paramf-widget-title {
    margin-bottom: 26.5px
}

#paramf-side-area .widget.widget_media_gallery {
    margin-bottom: 30px !important
}

#paramf-side-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#paramf-side-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#paramf-side-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#paramf-side-area .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#paramf-side-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#paramf-side-area .widget.widget_block .wp-block-columns h1:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-columns h2:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-columns h3:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-columns h4:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-columns h5:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-columns h6:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-group h1:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-group h2:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-group h3:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-group h4:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-group h5:not([class*=paramf]),
#paramf-side-area .widget.widget_block .wp-block-group h6:not([class*=paramf]) {
    margin: 0 0 20px
}

.paramf-mega-menu-widget-holder .widget:not(.widget_paramina_core_title_widget) {
    margin: 0 0 35px;
    color: #fff
}

.paramf-mega-menu-widget-holder .widget:not(.widget_paramina_core_title_widget) h1:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget:not(.widget_paramina_core_title_widget) h2:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget:not(.widget_paramina_core_title_widget) h3:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget:not(.widget_paramina_core_title_widget) h4:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget:not(.widget_paramina_core_title_widget) h5:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget:not(.widget_paramina_core_title_widget) h6:not([class*=paramf]) {
    color: #fff
}

.paramf-mega-menu-widget-holder .widget .paramf-widget-title {
    margin: 0 0 20px;
    color: #fff
}

.paramf-mega-menu-widget-holder .widget .paramf-widget-title a:hover {
    color: currentColor
}

.paramf-mega-menu-widget-holder .widget a {
    color: #fff
}

.paramf-mega-menu-widget-holder .widget a:hover {
    color: currentColor
}

.paramf-mega-menu-widget-holder .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

.paramf-mega-menu-widget-holder .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a {
    color: #000
}

.paramf-mega-menu-widget-holder .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: currentColor
}

.paramf-mega-menu-widget-holder .widget ul:not(.paramf-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

.paramf-mega-menu-widget-holder .widget .paramf-search-form-button.paramf--button-inside {
    color: #000
}

.paramf-mega-menu-widget-holder .widget .paramf-search-form-button.paramf--button-inside:hover {
    color: #000
}

.paramf-mega-menu-widget-holder .widget .tagcloud a,
.paramf-mega-menu-widget-holder .widget .wp-block-tag-cloud a {
    color: #fff;
    border: 1px solid #fff
}

.paramf-mega-menu-widget-holder .widget .wp-block-page-list li,
.paramf-mega-menu-widget-holder .widget.widget_archive li,
.paramf-mega-menu-widget-holder .widget.widget_categories li,
.paramf-mega-menu-widget-holder .widget.widget_layered_nav li,
.paramf-mega-menu-widget-holder .widget.widget_meta li,
.paramf-mega-menu-widget-holder .widget.widget_pages li,
.paramf-mega-menu-widget-holder .widget.widget_recent_comments:not(.widget_block) li,
.paramf-mega-menu-widget-holder .widget.widget_recent_entries:not(.widget_block) li {
    margin-bottom: 10px !important
}

.paramf-mega-menu-widget-holder .widget .wp-block-page-list li ul,
.paramf-mega-menu-widget-holder .widget.widget_archive li ul,
.paramf-mega-menu-widget-holder .widget.widget_categories li ul,
.paramf-mega-menu-widget-holder .widget.widget_layered_nav li ul,
.paramf-mega-menu-widget-holder .widget.widget_meta li ul,
.paramf-mega-menu-widget-holder .widget.widget_pages li ul,
.paramf-mega-menu-widget-holder .widget.widget_recent_comments:not(.widget_block) li ul,
.paramf-mega-menu-widget-holder .widget.widget_recent_entries:not(.widget_block) li ul {
    margin-top: 10px !important
}

.paramf-mega-menu-widget-holder .widget .wp-block-page-list a,
.paramf-mega-menu-widget-holder .widget.widget_archive a,
.paramf-mega-menu-widget-holder .widget.widget_categories a,
.paramf-mega-menu-widget-holder .widget.widget_layered_nav a,
.paramf-mega-menu-widget-holder .widget.widget_meta a,
.paramf-mega-menu-widget-holder .widget.widget_pages a,
.paramf-mega-menu-widget-holder .widget.widget_recent_comments:not(.widget_block) a,
.paramf-mega-menu-widget-holder .widget.widget_recent_entries:not(.widget_block) a {
    color: #000 !important
}

.paramf-mega-menu-widget-holder .widget .wp-block-page-list a:hover,
.paramf-mega-menu-widget-holder .widget.widget_archive a:hover,
.paramf-mega-menu-widget-holder .widget.widget_categories a:hover,
.paramf-mega-menu-widget-holder .widget.widget_layered_nav a:hover,
.paramf-mega-menu-widget-holder .widget.widget_meta a:hover,
.paramf-mega-menu-widget-holder .widget.widget_pages a:hover,
.paramf-mega-menu-widget-holder .widget.widget_recent_comments:not(.widget_block) a:hover,
.paramf-mega-menu-widget-holder .widget.widget_recent_entries:not(.widget_block) a:hover {
    color: currentColor !important
}

.paramf-mega-menu-widget-holder .widget.widget_layered_nav li.select2-search,
.paramf-mega-menu-widget-holder .widget.widget_layered_nav li.select2-selection__choice {
    margin-bottom: 0 !important
}

.paramf-mega-menu-widget-holder .widget[class*=_search] .paramf-widget-title {
    margin-bottom: 26.5px
}

.paramf-mega-menu-widget-holder .widget .wp-block-calendar caption,
.paramf-mega-menu-widget-holder .widget.widget_calendar caption {
    color: #fff
}

.paramf-mega-menu-widget-holder .widget .wp-block-calendar tbody,
.paramf-mega-menu-widget-holder .widget.widget_calendar tbody {
    color: #fff
}

.paramf-mega-menu-widget-holder .widget .wp-block-calendar #today,
.paramf-mega-menu-widget-holder .widget.widget_calendar #today {
    color: #fff;
    background-color: currentColor
}

.paramf-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a,
.paramf-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

.paramf-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a:hover,
.paramf-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a:hover {
    color: currentColor
}

.paramf-mega-menu-widget-holder .widget.widget_media_image .paramf-widget-title {
    margin-bottom: 26.5px
}

.paramf-mega-menu-widget-holder .widget.widget_media_gallery {
    margin-bottom: 30px !important
}

.paramf-mega-menu-widget-holder .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

.paramf-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.paramf-mega-menu-widget-holder .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

.paramf-mega-menu-widget-holder .widget .wp-block-gallery {
    margin: 0 -5px !important
}

.paramf-mega-menu-widget-holder .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-columns h1:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-columns h2:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-columns h3:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-columns h4:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-columns h5:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-columns h6:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-group h1:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-group h2:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-group h3:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-group h4:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-group h5:not([class*=paramf]),
.paramf-mega-menu-widget-holder .widget.widget_block .wp-block-group h6:not([class*=paramf]) {
    margin: 0 0 20px
}

@media (max-width:1200px) {
    .paramf-content-grid {
        width: 960px
    }
    .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }
    .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
    .paramf--boxed .paramf-content-grid {
        width: calc(960px + 60px)
    }
}

@media (max-width:1024px) {
    .paramf-content-grid {
        width: 86%
    }
    .paramf-content-grid.paramf-extended-grid--right {
        padding-left: calc((100% - 86%)/ 2)
    }
    .paramf-content-grid.paramf-extended-grid--left {
        padding-right: calc((100% - 86%)/ 2)
    }
    .paramf--boxed .paramf-content-grid {
        width: calc(86% + 60px)
    }
}

@media (max-width:1512px) {
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--6>.paramf-grid-inner {
        --qode-columns: 5
    }
}

@media (max-width:1368px) {
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--5>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--6>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--7>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--8>.paramf-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width:1200px) {
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--4>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--5>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--6>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--7>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--8>.paramf-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width:1024px) {
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--3>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--4>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--5>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--6>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--7>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--8>.paramf-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width:880px) {
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--2>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--3>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--4>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--5>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--6>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--7>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--predefined.paramf-col-num--8>.paramf-grid-inner {
        --qode-columns: 2
    }
}

@media (max-width:1368px) {
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--3>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width:1368px) {
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--3>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width:1512px) {
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--3>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1512--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width:1368px) 
{
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--3>.paramf-grid-inner {
        --qode-columns:3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1368--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width:1200px) {
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--3>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1200--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width:1024px) {
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--3>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--1024--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width:880px) {
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--3>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--880--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media (max-width:680px) {
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--1>.paramf-grid-inner {
        --qode-columns: 1
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--2>.paramf-grid-inner {
        --qode-columns: 2
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--3>.paramf-grid-inner {
        --qode-columns: 3
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--4>.paramf-grid-inner {
        --qode-columns: 4
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--5>.paramf-grid-inner {
        --qode-columns: 5
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--6>.paramf-grid-inner {
        --qode-columns: 6
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--7>.paramf-grid-inner {
        --qode-columns: 7
    }
    .paramf-grid.paramf-responsive--custom.paramf-col-num--680--8>.paramf-grid-inner {
        --qode-columns: 8
    }
}

@media only screen and (max-width:1512px) {
    .paramf-grid.paramf-vertical-gutter--huge {
        --qode-columns-row-gap: 60px
    }
    .paramf-grid.paramf-gutter--huge {
        --qode-columns-col-gap: 60px
    }
    .paramf-grid.paramf-layout--template.paramf-gutter--normal {
        --qode-columns-row-gap: 50px
    }
    .paramf-grid.paramf-layout--template.paramf-gutter--medium {
        --qode-columns-row-gap: 60px
    }
    .paramf-grid.paramf-layout--template.paramf-gutter--large {
        --qode-columns-row-gap: 80px
    }
    .paramf-grid.paramf-layout--template.paramf-gutter--huge {
        --qode-columns-row-gap: 80px
    }
}

@media only screen and (max-width:1512px) {
    .paramf-grid.paramf-vertical-gutter--custom {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1512, 30px)
    }
    .paramf-grid.paramf-gutter--custom {
        --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px)
    }
}

@media only screen and (max-width:1200px) {
    .paramf-grid.paramf-vertical-gutter--custom {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1200, 30px)
    }
    .paramf-grid.paramf-gutter--custom {
        --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px)
    }
}

@media only screen and (max-width:880px) {
    .paramf-grid.paramf-vertical-gutter--custom {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-880, 30px)
    }
    .paramf-grid.paramf-gutter--custom {
        --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px)
    }
}

@media only screen and (max-width:880px) {
    #paramf-404-page {
        padding: 110px 40px 200px
    }
}

@media only screen and (max-width:1512px) {
    .paramf-blog .paramf-blog-item.format-link .paramf-e-link {
        padding: 5.5% 16%
    }
}

@media only screen and (max-width:1200px) {
    .paramf-blog .paramf-blog-item.format-quote .paramf-e-quote {
        padding: 7px 15% 27px
    }
}

@media only screen and (max-width:880px) {
    .paramf-blog .paramf-blog-item.format-link .paramf-e-link {
        padding: 9.5% 10% 12%
    }
    .paramf-blog .paramf-blog-item.format-link .paramf-e-link-icon {
        right: 12%;
        width: 120px
    }
    .paramf-blog .paramf-blog-item.format-quote .paramf-e-quote {
        padding: 7px 10% 27px
    }
    .paramf-blog .paramf-blog-item.format-quote .paramf-e-quote:before {
        right: 19%;
        font-size: 470px
    }
}

@media only screen and (max-width:680px) {
    .paramf-blog .paramf-blog-item .paramf-e-left,
    .paramf-blog .paramf-blog-item .paramf-e-right {
        flex-basis: 100%
    }
    .paramf-blog .paramf-blog-item .paramf-e-right {
        text-align: left;
        margin-top: 18px
    }
}

@media only screen and (max-width:1200px) {
    #paramf-page-comments-list .paramf-comment-item .children {
        padding-left: 40px
    }
}

@media only screen and (max-width:1024px) {
    #paramf-page-comments-list .paramf-comment-item .children {
        padding-left: 20px
    }
}

@media only screen and (max-width:880px) {
    #paramf-page-comments-list .paramf-comment-item .paramf-e-inner {
        flex-wrap: wrap
    }
    #paramf-page-comments-list .paramf-comment-item .paramf-e-heading {
        flex-direction: column;
        align-items: flex-start
    }
    #paramf-page-comments-list .paramf-comment-item .children {
        padding-left: 3%
    }
}

@media only screen and (max-width:880px) {
    .paramf-m-filter .paramf-m-filter-items {
        flex-direction: column
    }
    .paramf-m-filter .paramf-m-filter-item {
        margin: 5px 0
    }
}

@media only screen and (max-width:1200px) {
    #paramf-page-footer-top-area .paramf-content-full-width {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media only screen and (max-width:1200px) {
    #paramf-page-footer-bottom-area .paramf-content-full-width {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media only screen and (max-width:1200px) {
    #paramf-page-header {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    #paramf-page-mobile-header {
        display: block;
        background: #000000a3 !important;
    }
}