@import "https://use.typekit.net/wpn5isk.css";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
/*! purgecss start ignore */
html :where(.editor-styles-wrapper) {
    font-family: sans-serif;
}
html, body {
    font-family: var(--font-base);
    font-style: normal;
    color: var(--font-base-color);
    font-size: var(--text-base);
}
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: bold;
}
h1 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2;
    hyphens: auto;
}
h2 {
    font-size: var(--text-3xl);
    margin-bottom: 1rem;
}
h3 {
    font-size: var(--text-2xl);
    margin-bottom: 1rem;
}
h4 {
    font-size: var(--text-xl);
    margin-bottom: 1rem;
}
h5 {
    font-family: var(--font-base);
    font-weight: bold;
}
h1,h2,h3,h4,h5,h6,ul,ol,p{
    max-width: var(--maxw-large);
    margin-left: var(--spacing-default-x);
    margin-right: var(--spacing-default-x);
}
/* Post content width   */
body.single-post .inner-content :is(h1, h2, h3, h4, h5, h6, ul, ol, p, .wp-caption):not([class*="has-contentWidth"]) {
    max-width: var(--maxw-small);
}
#two-cols-content h1,
#two-cols-content h2,
#two-cols-content h3,
#two-cols-content h4,
#two-cols-content h5,
#two-cols-content h6,
#two-cols-content ul,
#two-cols-content ol,
#two-cols-content p {
    margin-left: 0;
    margin-right: 0;
}
h2,
h3,
h4,
h5{
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  line-height: 1.25;
}
h4.wp-block-heading,
h5.wp-block-heading,
h4 > strong {
    line-height: 1.5rem;
}
p{
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}
a {
    color: var(--link-color);
    text-decoration: underline;
}
a:hover{
    text-decoration-line: none;
}
/* List elements */
ul, ol{
  margin-left: 1rem;
  margin-bottom: 1rem;
}
ul{list-style-type: disc;}
ol{list-style-type: decimal;}
li{
    margin-left: 1.5rem;
}
#main a {
    hyphens: auto;
}
.block-editor-block-list__layout ul ul,
#main ul ul {
    margin-bottom: 0;
}
.wp-block-table table {
    max-width: 1364px;
    overflow-x: auto;
}
.wp-block-table table tr:first-child{
  font-weight: 700;
    border-top: 1px solid #D0D0D0;
}
.wp-block-table table tr {
    border-bottom: 1px solid #D0D0D0;
}
.wp-block-table table td{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--text-sm);
    border-right: 1px solid #D0D0D0;
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title {
    margin-bottom: 2rem;
}
/* extra margin-bottom to last p-tag */
#main > p:last-child {
    margin-bottom: 3rem;
}
@media (max-width: 860px) {
   .slick-list .excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 4; /* e.g., show 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/* desktop */
@media (min-width: 1048px) {
    h1,h2,h3,h4,h5,h6,ul,ol,p{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 46px;
    }
}
/* header */
.header {
    position: relative;
    z-index: 99;
}
/* 	accessibility */
[href="#main"]:focus {
    right: auto;
}
[href="#main"] {
    position: absolute;
    top: 0;
    right: 100%;
}
/* ************************************************
    breadcrumbs
**************************************************/
.breadcrumbs {
    position: relative;
    z-index: 9;
    display: none;
}
.breadcrumbs a {
    color: var(--base-font-color);
    text-decoration: none;
    position: relative;
    z-index: 9;
}
.breadcrumbs a:hover {
    color: var(--base-font-color);
    text-decoration: underline;
}
@media (min-width: 768px) {
    .breadcrumbs {
        display: block;
    }
}
/* facet */
body .fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: none;
    font-weight: bold;
    border-bottom: none;
}
body .facetwp-facet {
    margin-bottom: 1rem;
    width: 100%;
    display: block !important;
}
body .facetwp-facet .fs-wrap {
    width: 100%;
}
body .facetwp-type-pager {
    display: inline-block !important;
    width: auto !important;
}
body .facetwp-type-search {
    position: relative;
    width: 100%;
}
body .facetwp-input-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: .43rem;
    border: 2px solid var(--iasy-blue);
    border-radius: 6px;
    box-shadow: none;
    text-decoration: none;
}
body .fs-search {
    display: none;
}
body .fs-dropdown .fs-options {
    max-height: 100%;
    padding: 8px 4px;
}
body .fs-option {
    padding: .75rem 1rem;
    cursor: default;
}
body .fs-option:hover {
    cursor: pointer;
    text-decoration: underline;
}
.fs-label-wrap .fs-label {
    color: var(--iasy-blue);
    padding-left: 0 !important;
    cursor: pointer;
}
body .facetwp-icon {
    opacity: 1;
}
body .facetwp-icon:before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 100%;
    background: url('../../assets/images/search.svg') no-repeat;
    background-size: contain;
    margin: .45rem 1rem 0;
}
body .facetwp-search:focus-visible {
    outline: none;
}
body .fs-dropdown {
    margin-top: 1rem;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
body .fs-arrow {
    border: none;
    cursor: pointer;
}
body .fs-open .fs-arrow {
    transform: none;
}
body .fs-arrow::after {
    content: " ";
    display: block;
    width: 44px;
    height: 33px;
    background: url(../../assets/images/fs-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: -4px;
    transition: transform ease-in 0.15s;
}
body .fs-open .fs-arrow::after {
    transform: rotate(-180deg);
}
body .facetwp-facet.facetwp-type-fselect {
    padding-right: 2rem;
    margin-right: 1rem;
}
body .fs-wrap.single .fs-option.selected{
    background-color: #005d221a;
}
body .facetwp-facet input.facetwp-search {
    width: 100%;
    border: none;
    padding: .33rem;
}
body .facetwp-selection-label {
    display: none;
}
body .facetwp-selections li {
    font-weight: bold;
    margin-left: 0;
}
body .facetwp-selections ul {
    margin-bottom: .5rem;
}
body .facetwp-facet.facetwp-type-reset {
    margin-right: 0 !important;
    margin-bottom: .5rem !important;
    position: relative;
    display: flex !important;
    align-items: center;
    margin-left: auto;
    justify-content: end;
}
body .facetwp-facet.facetwp-type-reset::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../assets/images/clear-facet.svg?2) no-repeat;
    background-size: contain;
    margin-right: .5rem;
}
#main > .facetwp-facet-ateriatyyppi {
    visibility: hidden;
    overflow: hidden;
}
@media (min-width: 768px) {
    body .facetwp-facet {
        margin-bottom: 0;
        width: auto;
        display: inline-block !important;
    }
    body .facetwp-type-fselect {
        margin-right: 1.5rem !important;
        
    }
    body .facetwp-facet .fs-wrap {

    }
    body .fs-dropdown {
        width: 345px;
    }
}
@media (min-width: 1200px) {
    body .facetwp-type-search {
        width: 100%;
        display: inline-block !important;
        position: relative;
    }
}
body:not(.wp-admin) .wp-block-iasyblocks-clickable-group {
    cursor: pointer;
    display: contents;
}
body:not(.wp-admin) .wp-block-iasyblocks-clickable-group a {
    z-index: -1;
}
body:not(.has-highlight-header,.single) .main {
    padding-top: 10rem;
}
body:not(.has-highlight-header,.single) .main::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 13rem;
    background: var(--iasy-blue);
}
.potato-container {
    position: relative;
    background: var(--iasy-blue);
    padding-bottom: 4rem;
    margin-bottom: 3rem;
}
.potato-container h1 {
    position: relative;
    z-index: 10;
}
.potato-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: var(--iasy-blue);
    background-image: url(../../assets/images/perunat.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 120px;
    display: block;
}
@media (min-width: 768px) {
    .potato-container::after {
        background-size: contain;
    }
}
.bottom-gradient {
    position: absolute;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
}
.product-gradient {
    background: linear-gradient(to bottom, #005AA1 0%, #024B84 100%);
}
.blur-md {
    transform: scale(1.05);
}
#logo {
    transition: width 0.3s ease-in-out;
}
.main-menu-container {
    transition: padding-left 0.3s ease-in-out;
}
.fixed #logo {
    width: 130px;
}
@media (min-width: 1200px) {
    .fixed #logo {
        width: 160px;
    }
    .fixed .main-menu-container {
        padding-left: 180px;
    }
}
.page-numbers li {
    display: inline-block;
}
.page-numbers li a {
    text-decoration: none;
}
.page-numbers li a:hover {
    text-decoration: underline;
}
/*! purgecss end ignore */
/*! purgecss start ignore */
/* Admin view */
.acf-block-preview,
.acf-block-body {
    margin-left: auto;
    margin-right: auto;
}
.block-editor-block-list__block{
    max-width: auto;
    /* margin-left: auto;
    margin-right: auto;*/
}
.components-responsive-wrapper__content {
    position: relative;
}
/* Blocks with medium container as default */
div.woocommerce,
.acf-block-medium,
.wp-block-file,
.nf-form-cont, .nf-iframe-container, /* Ninja forms */
.wp-block-image,
.wp-block-details,
.wp-block-buttons,
.wp-block-quote{
    margin-left: var(--spacing-default-x);
    margin-right: var(--spacing-default-x);
    max-width: var(--maxw-medium);
}
#two-cols-content .acf-block{
    margin-left: 0;
    margin-right: 0;
}
/* inside block columns */
.wp-block-column .acf-block,
.wp-block-column .wp-block-file,
.wp-block-column .nf-form-cont, .nf-iframe-container, /* Ninja forms */
.wp-block-column .wp-block-image,
.wp-block-column .wp-block-buttons,
.wp-block-column .wp-block-quote{
    margin-left: 0;
    margin-right: 0;
}
/* Blocks with large container as default */
.acf-block-large,
.wp-block-media-text,
.wp-block-freeform,
.wp-block-gallery,
.wp-block-table,
.wp-block-embed,
.wp-block-video,
.core-list{
    margin-left: var(--spacing-default-x);
    margin-right: var(--spacing-default-x);
    max-width: var(--maxw-large);
}
/* block groups */
.wp-block-group {
    padding-left: var(--spacing-default-x);
    padding-right: var(--spacing-default-x);
}
@media (max-width: 782px){
   body .wp-block-group,
   body .wp-block-group ul,
   body .wp-block-group ol {
        margin-left: 0;
        margin-right: 0;
    }
}
.wp-block-cover__inner-container .wp-block-group,
.wp-block-group .wp-block-group {
    padding-left: 0;
    padding-right: 0;
}
/* block details */
.wp-block-details > * {
    margin-left: 0;
    margin-right: 0;
}
/* inside block columns */
.wp-block-column .wp-block-media-text,
.wp-block-column .wp-block-freeform,
.wp-block-column .wp-block-gallery,
.wp-block-column .wp-block-table,
.wp-block-column .wp-block-embed,
.wp-block-column .wp-block-video,
.wp-block-column .wp-block-cover,
.wp-block-column .core-list{
    margin-left: var(--spacing-default-x);
    margin-right: var(--spacing-default-x);
}
/* Blocks default spacing for mobile */
.acf-custom-block,
.accordion,
.numbers-stripe,
.cta-list,
.contacts-list,
.jobs-list,
.news-list,
.services-list,
.wp-block-file,
.nf-form-cont, .nf-iframe-container, /* Ninja forms */
.wp-block-image,
.wp-block-quote,
.wp-block-media-text,
.wp-block-freeform,
.wp-block-gallery,
.wp-block-table,
.wp-block-embed,
.wp-block-video,
.wp-block-cover,
.core-list {
    margin-top: var(--spacing-mobile);
    margin-bottom: var(--spacing-mobile);
}
.wp-block-list li {
    margin-bottom: .5rem;
}
.wp-block-columns {
    margin-bottom: 0;
}
@media (max-width: 782px){
    .wp-block-columns .wp-block-column {
        order: 2;
    }
    .wp-block-columns .wp-block-column.with-image {
        order: 1;
    }
}
/* column > image */
.wp-block-column .wp-block-image {
    margin-bottom: 0;
}
:where(.wp-block-columns.is-layout-flex) {
    gap:0;
}
.wp-block-image.aligncenter{
    margin-left: auto;
    margin-right: auto;
}
.wp-block-media-text__media img {
    border-radius: 12px;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: 100%;
}
/***** Core Paragraph ******/
/*** Core Paragraph > Custom styles ****/
p.is-style-excerpt{
    font-size: var(--text-xl);
}
/* Video Embed skaalaus */
.embed-container,
.wp-block-embed__wrapper
{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.wp-block-embed__wrapper iframe,
.embed-container object,
.wp-block-embed__wrapper object,
.embed-container embed,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Block custom styles */
.block-content-maxw-large,
.has-contentWidth-large {max-width: var(--maxw-large); margin-left: var(--spacing-default-x); margin-right: var(--spacing-default-x);}
.has-contentWidth-xlarge {max-width: var(--maxw-xlarge); margin-left: var(--spacing-default-x); margin-right: var(--spacing-default-x);}
.block-content-maxw-full,
.has-contentWidth-full {max-width: none;}
.block-content-maxw-medium,
.has-contentWidth-medium {max-width: var(--maxw-medium);  margin-left: var(--spacing-default-x); margin-right: var(--spacing-default-x);}
.block-content-maxw-small,
.has-contentWidth-small {max-width: var(--maxw-small);  margin-left: var(--spacing-default-x); margin-right: var(--spacing-default-x);}
/* Columns inner items */
.wp-block-column .wp-block-image,
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6,
.wp-block-column ul,
.wp-block-column ol,
.wp-block-column p,
.wp-block-column .wp-block-details,
.tabs-content .related-posts,
.innerBlocks__container .wp-block-buttons,
.innerBlocks__container p,
.innerBlocks__container h1 {
    margin-left: 0;
    margin-right: 0;
}
/* gutenberg small screen */
@media (max-width: 600px){
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding:0;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content .wp-block-heading {
        margin-top: 0;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content h2,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content .wp-block-buttons,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content p
    {
        margin-left:0;
    }
}
/* tablet >  */
@media (min-width: 768px) {
    /* Blocks default spacing */
    .acf-custom-block,
    .accordion,
    .jobs-list,
    .news-list,
    .contacts-list,
    .services-list,
    .wp-block-file,
    .nf-form-cont, .nf-iframe-container, /* Ninja forms */
    .wp-block-image,
    .wp-block-quote,
    .wp-block-media-text,
    .wp-block-freeform,
    .wp-block-gallery,
    .wp-block-table,
    .wp-block-embed,
    .wp-block-video,
    .wp-block-cover,
    .wp-block-column .wp-block-image,
    .core-list
    {
        margin-top: var(--spacing-default);
        margin-bottom: var(--spacing-default);
    }

    .wp-block-column .wp-block-image,
    .wp-block-column h1,
    .wp-block-column h2,
    .wp-block-column h3,
    .wp-block-column h4,
    .wp-block-column h5,
    .wp-block-column h6,
    .wp-block-column ul,
    .wp-block-column ol,
    .wp-block-column p {
        margin-left: inherit;
        margin-right: inherit;
    }
    :where(.wp-block-columns.is-layout-flex) {
        gap:2rem;
    }
    .wp-block-columns{
        display: flex;
    }

    .wp-block-image{
    margin-bottom: 1.5rem;
  }

}
/* Control the side margins of blocks */
@media (min-width: 1328px) {
    .block-content-maxw-large,
    .has-contentWidth-large,
    .has-contentWidth-xlarge,
    .acf-block,
    .nf-form-cont, .nf-iframe-container,
    .wp-block-media-text,
    .wp-block-image,
    .wp-block-quote,
    .wp-block-table,
    .wp-block-gallery,
    .wp-block-embed,
    .wp-block-video,
    .wp-block-cover,
    .wp-block-file,
    .wp-block-columns{
        margin-left: auto;
        margin-right: auto;
    }
    div.woocommerce,
    .acf-block,
    .nf-form-cont, .nf-iframe-container,
    .wp-block-image,
    .wp-block-quote,
    .wp-block-table,
    .wp-block-gallery,
    .wp-block-embed,
    .wp-block-video,
    .wp-block-cover,
    .wp-block-file,
    .wp-block-columns,
    .wp-block-details,
    .nf-form-cont, .nf-iframe-container,
    .block-content-maxw-medium,
    .contacts-list,
    .wp-block-buttons,
    .has-contentWidth-medium {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 678px) {
    .block-content-maxw-small,
    .has-contentWidth-small{
        margin-left: auto;
        margin-right: auto;
    }
}
.has-spacing-small{margin-top: var(--spacing-small); margin-bottom: var(--spacing-small) !important;}
.has-spacing-medium{margin-top: var(--spacing-medium); margin-bottom: var(--spacing-medium) !important;}
.has-spacing-large{margin-top: var(--spacing-large); margin-bottom: var(--spacing-large) !important; }
.has-spacing-xlarge{margin-top: var(--spacing-xlarge); margin-bottom: var(--spacing-xlarge) !important; }
.has-topMargin-default{margin-top: var(--spacing-default) !important;}
.has-topMargin-none{margin-top: 0 !important;}
.has-topMargin-small{margin-top: var(--spacing-small) !important;}
.has-topMargin-medium{margin-top: var(--spacing-medium) !important;}
.has-topMargin-large{margin-top: var(--spacing-large) !important;}
.has-topMargin-xlarge{margin-top: var(--spacing-xlarge) !important;}
.has-bottomMargin-default{margin-bottom: var(--spacing-default) !important;}
.has-bottomMargin-none{margin-bottom: 0 !important;}
.has-bottomMargin-small{margin-bottom: var(--spacing-small) !important;}
.has-bottomMargin-medium{margin-bottom: var(--spacing-medium) !important;}
.has-bottomMargin-large{margin-bottom: var(--spacing-large) !important;}
.has-bottomMargin-xlarge{margin-bottom: var(--spacing-xlarge) !important;}
.has-topPadding-default{padding-top: var(--spacing-default);}
.has-topPadding-none{padding-top: 0;}
.has-topPadding-small{padding-top: var(--spacing-small);}
.has-topPadding-medium{padding-top: var(--spacing-medium);}
.has-topPadding-large{padding-top: var(--spacing-large);}
.has-topPadding-xlarge{padding-top: var(--spacing-xlarge);}
.has-bottomPadding-default{padding-bottom: var(--spacing-default);}
.has-bottomPadding-none{padding-bottom: 0;}
.has-bottomPadding-small{padding-bottom: var(--spacing-small);}
.has-bottomPadding-medium{padding-bottom: var(--spacing-medium);}
.has-bottomPadding-large{padding-bottom: var(--spacing-large);}
.has-bottomPadding-xlarge{padding-bottom: var(--spacing-xlarge);}
body .wp-block-cover {
    padding: 0;
}
@media (max-width: 1330px) and (min-width: 1200px) {
    .post-list {
        padding: 0 1rem;
    }
}
/*! purgecss end ignore */
/*! purgecss start ignore */
/**
    Index:

    core/buttons
    core/paragraph
    core/details
    core/media-text
    core/blockquote
    blocks/hero
    blocks/tabs
    blocks/Asiantuntijat
    acf/reference-slider
    acf/posts-list
    nav links
    pattern styles
*/
/* ************************************************
    misc
**************************************************/
.wp-block-column .wp-block-heading {
    margin-top:0.5rem;
}
@media (min-width: 768px) {
    .wp-block-column .wp-block-heading {
        margin-top: 1.5rem;
    }
}
figcaption.wp-element-caption {
    font-size: 14px;
    text-align: left;
}
body .size-full {
    width: auto;
    height: auto;
}
/*
@screen md {
    .wp-block-group {
        padding-left: 0;
        padding-right: 0;
    }
}


/* ************************************************
    core/buttons
**************************************************/
.wp-block-buttons:where(.is-layout-flex) {
    gap: 1.5rem;
}
.wp-block-buttons:where(.is-style-secondary) {
    gap: 0 1.5rem;
}
body .wp-block-button__link,
body .facetwp-load-more {
    font-size: 16px;
    color: var(--iasy-white);
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 26px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--iasy-red);
    border-radius: 30px;
      box-shadow: 0 4px 0 #8b0000;    /* darker red bottom edge */
  transition: transform 0.1s, box-shadow 0.1s;
}
.wp-block-button__link:hover,
body .facetwp-load-more:hover {
    text-decoration: underline;
      transform: translateY(1px);
  box-shadow: 0 3px 0 #8b0000;
}
.wp-block-button__link:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #8b0000;
}
body .wp-block-button__link_with_border {
    border: 1px solid !important;
    display: block;
    width: auto;
    padding: .5rem 1.75rem .5rem 3rem;
    margin: 2rem 0;
}
body .wp-block-button__link_with_border:before {
    margin-left: 1rem;
    margin-top: .2rem;
}
.wp-block-button__link.has-iasy-white-color {
    color: #fff !important;
}
.wp-block-button__link.has-iasy-white-color:before {
    background-image: url(../../assets/images/prp-right-arrow.svg) !important;
}
.editor-styles-wrapper .is-style-secondary-button :where(.wp-element-button, .wp-block-button__link):hover,
.wp-block-button__link:hover,
.is-style-primary-button a.wp-block-button__link:hover {

}
.has-iasy-brown-background-color .is-style-secondary-button a.wp-block-button__link:hover,
.has-iasy-brown-background-color .is-style-secondary-button a.wp-block-button__link {
    color: var(--iasy-lightgray) !important;
}
.has-iasy-brown-background-color .is-style-secondary-button :where(.wp-element-button, .wp-block-button__link):before,
.has-iasy-brown-background-color .is-style-secondary-button a.wp-block-button__link:before {
    background-image: url(../../assets/images/right-arrow-white.svg) !important;
}
.has-iasy-brown-background-color :where(.wp-element-button, .wp-block-button__link):hover,
.has-iasy-brown-background-color a.wp-block-button__link:hover,
.has-iasy-brown-background-color .is-style-primary-button a.wp-block-button__link:hover {
    background: var(--iasy-lightgray) !important;
    color: var(--iasy-brown) !important;
}
.has-iasy-brown-background-color :where(.wp-element-button, .wp-block-button__link),
.has-iasy-brown-background-color a.wp-block-button__link,
.has-iasy-brown-background-color .is-style-primary-button a.wp-block-button__link {
    border: 2px solid var(--iasy-lightgray) !important;
    color: var(--iasy-lightgray) !important;
}
.editor-styles-wrapper .is-style-secondary-button :where(.wp-element-button, .wp-block-button__link):before,
.is-style-secondary-button a.wp-block-button__link:before {
    background-image: url(../../assets/images/prp-arrow.svg);
    background-position: 50%;
    background-size: cover;
    content: " ";
    display: inline-block;
    height: 14px;
    margin-bottom: -2px;
    margin-right: .5rem;
    width: 25px;
    position: absolute;
    left:0;
    top: 12px;
    transition: margin 0.2s ease; /* Add transition for smooth animation */
}
.editor-styles-wrapper .is-style-secondary-button :where(.wp-element-button, .wp-block-button__link):hover,
.is-style-secondary-button a.wp-block-button__link:hover{
    text-decoration: underline;
    background: none !important;
    border: 1px solid;
}
.is-style-secondary-button {
    border: 1px solid var(--iasy-gray);
    border-radius: 30px;
    padding: 0 1.5rem;
}
.is-style-secondary-button a.wp-block-button__link:hover::before {
    margin-right: .2rem;
    margin-left: .3rem;
}
.editor-styles-wrapper .is-style-secondary-button :where(.wp-element-button, .wp-block-button__link),
.is-style-secondary-button a.wp-block-button__link {
    background: none;
    border: transparent !important;
    color: var(--iasy-red);
    text-align: left;
    padding-left: 35px;
    padding-right: 0;
    position: relative;
}
/* ************************************************
    core/paragraph
**************************************************/
p.is-style-nostoteksti {
    font-size: var(--text-xl);
}
p.is-style-pienempi {
    font-size: 14px;
    line-height: 20px;
}
p.is-style-suurempi {
    font-size: var(--text-lg);
}
/* ************************************************
    core/details   ( accordion - toggle )
**************************************************/
.wp-block-details {
    padding: 1rem 0;
    border-bottom: 2px solid var(--iasy-blue);
}
.wp-block-details:last-of-type {
    border-bottom: none !important;
}
.wp-block-details[open] summary {
    margin-bottom: .5rem;
}
summary::-webkit-details-marker,
.wp-block-details summary::marker {
    display: none;
}
.wp-block-details summary {
    color: var(--iasy-blue);
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    position: relative;
}
.wp-block-details summary::before {
    content: url(../../assets/images/toggle-plus.svg?1);
    position: absolute;
    right: 0;
    line-height: 0;
}
.wp-block-details:hover,
.wp-block-details[open] {
    border-bottom: 2px solid var(--iasy-red);
}
.wp-block-details:hover summary,
.wp-block-details[open] summary {
    color: var(--iasy-red);
}
.wp-block-details:hover summary:before {
    content: url(../../assets/images/toggle-plus-red.svg?1);
}
.wp-block-details[open] summary::before {
    content: url(../../assets/images/toggle-minus.svg?1);
}
@media (max-width: 1074px) {
    .wp-block-details > div:not(.wp-block-columns, .wp-block-buttons) {
        margin: 0 -1rem;
    }
}
/* ************************************************
    core/media-text
**************************************************/
@media (max-width: 800px) {
    .wp-block-column,
    .wp-block-media-text figure {
        margin-bottom: 2rem !important;
    }
}
.is-style-svg-background .wp-block-media-text__content {
    z-index: 30;
}
.wp-block-media-text.is-style-svg-background{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/* ************************************************
    core/blockquote
**************************************************/
.wp-block-quote {
    font-size: var(--text-lg);
    border: none;
    padding: 0;
    line-height: 1.75;
}
.wp-block-quote p{
    font-size: var(--text-lg);
}
/* ************************************************
    blocks/hero
**************************************************/
.hero .wp-block-cover__inner-container {
    max-width: var(--maxw-large)
}
.hero .wp-block-columns.is-layout-flex {
    gap: 1rem;
}
@media (min-width: 768px)  {
    .hero .wp-block-columns.is-layout-flex {
        gap: 3rem;
    }
}
.hero .wp-block-columns {
    color: #fff;
    width: 100%;
}
body .slick-initialized .slick-slide {
    display: flex;
    position: unset;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 800px;
    position: relative;
}
/*
body .wp-block-cover {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
*/
.hero .wp-block-cover {
    margin: 0;
    width: 100%;
    height: 100%;
}
.hero .wp-block-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.wp-block-cover__inner-container {
    position: relative;
    z-index: 50 !important;
}
.hero .wp-block-column:last-of-type {
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.hero .wp-block-column:last-of-type * {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.hero .wp-block-column p {
    font-weight: 600;
    max-width: 600px;
}
.hero .wp-block-image {
    position: relative;
}
.hero .wp-block-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    width: calc(100% + 4rem);
    height: 100%;
    background-image: url(../../assets/images/hero-image-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .65;
    z-index: -1;
}
@media (min-width: 768px)  {
    .hero .wp-block-image::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
    }
}
.hero .wp-block-image img {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
@media (min-width: 768px)  {
    .hero .wp-block-image img {
        max-width: 500px;
    }
}
.hero .wp-block-buttons {
    margin-top: 1rem;
}
.hero .categories-container {
    position: absolute;
    bottom: -6rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hero .categories {
    font-size: 16px;
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 122px;
    padding-left: 30px;
    background-image: url(../../assets/images/mummon-punainen-peruna-bg.svg);
    background-size: cover; 
}
@media (min-width: 768px)  {
    .hero .categories-container {
        position: absolute;
        bottom: 0;
    }
    .hero .categories {
        font-size: 16px;
        position: absolute;
        min-width: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 122px;
        bottom: -2rem;
        right: -1rem;
        padding-left: 30px;
        background-image: url(../../assets/images/mummon-punainen-peruna-bg.svg);
        background-size: cover; 
    }
    .hero .categories svg.tags-bg {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}
.hero .categories .tags-bg-2 {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}
@media (min-width: 768px)  {
    .hero .categories {
        right: -6rem;
    }
}
/* ************************************************
    blocks/tabs
**************************************************/
.tab-title {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
}
.tab-title.active { 
    border-bottom: 2px solid var(--iasy-gray);
    color: var(--iasy-grar);
}
/* ************************************************
    blocks/Asiantuntijat
**************************************************/
@media (min-width: 768px)  {
    .company--row > div {
        display: flex;
        flex-wrap: wrap;
    }

    .company--row p {
        width: 33.333%;
        margin-right: .5rem;
    }
}
/* ************************************************
    acf/reference-slider
**************************************************/
.slick-slider {
    opacity: 0;  /* Hide slider initially */
    transition: opacity 0.5s ease;  /* Smooth transition when shown */
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; /* Adjust the width as needed */
    height: 40px; /* Adjust the height as needed */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 30;
    text-indent: -9999px; /* Hide the text */
    overflow: hidden; /* Ensure the text is hidden */
}
.slick-prev, .slick-prev:hover {
    left: -14px;
    background-image: url(../../assets/images/slider-arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-next, .slick-next:hover {
    right: -14px;
    background-image: url(../../assets/images/slider-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
/* Style for the dots */
.slick-dots {
    text-align: center;
    padding: 10px 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ddd;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: #000;
}
@media (min-width: 768px)  {
    .slick-prev, .slick-prev:hover {
        left: 10px;
    }
    .slick-next, .slick-next:hover {
        right: 10px;
    }
}
/* ************************************************
    acf/posts-list
**************************************************/
.facetwp-load-more {
    border-radius: 999px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    padding: 8px 25px;
    padding-left: 0;
    background: none;
    border: 2px solid var(--iasy-red);
    color: var(--iasy-red);
    display: block;
    transition: background 0.3s ease, color 0.3s ease;
}
.facetwp-load-more.facetwp-hidden {
    display: none;
}
body .facetwp-checkbox {
    color: var(--iasy-blue);
    background: none;
    background-image: none !important;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 1rem;
    border: 1px solid;
    padding: .5rem 1.25rem;
    border-radius: 3px;
}
body .facetwp-checkbox .facetwp-counter {
    display: none;
}
.wp-block-separator {
    height: 5px;
    background-color: var(--iasy-lightgray);
    display: block;
    width: 100% !important;
    border: none;
}
div.wp-caption {
    margin: 2rem auto;
    padding: 1rem;
    width: var(--maxw-small) !important;
    max-width: 100% !important;
    background: #fbfafa;
}
div.wp-caption .wp-caption-text {
    font-size: 14px;
    margin: .75rem 0 0 0;
}
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)),
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    color: var(--font-base-color);
}
body .wp-block-cover__background {
    z-index: -1;
}
.footer {
    margin-top: 8rem;
    position: relative;
}
.footer::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/footer-bg.svg);
    background-size: cover;
    top: -60px;
    width: 100%;
    height: 120px;
    display: block;  
}
.footer::after {
    content: "";
    position: relative;
    background: var(--iasy-blue);
    background-image: url(../../assets/images/perunat.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 120px;
    display: block;  
}
.footer .logos .wp-block-group {
    justify-content: center;
}
.footer .logos .wp-block-group figure.size-full {
    text-align: center;
    width: 45%;
}
.footer .wp-block-group .wp-block-image img {
    max-width: 120px;
}
@media (min-width: 768px) {
    .footer::after {
        background-size: contain;
    }
    .footer .logos .wp-block-group {
        justify-content: space-between;
    }
    .footer .logos .wp-block-group figure.size-full {
        width: auto;
    }
}
.footer svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px; /* prevents white gap */
}
.footer .some img {
  margin-right: .75rem;
}
.box-title {
    color: var(--iasy-red);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 1.75rem;
}
.has-iasy-blue-background-color  .box-title,
.wp-block-cover-is-layout-constrained .box-title {
    color: var(--iasy-white);
}
.box {
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0px #00000026;
    transition: box-shadow 0.3s ease;
}
.box:hover {
    box-shadow: 0px 15px 30px 0px #00000026;
}
.tags {
    background: #fff;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.product-bg, .wp-block-cover__image-background.has-parallax {
    background-image: url(../../assets/images/perunatapetti-mummon-small.svg?1) !important;
    background-size: cover;
}
@media (min-width: 768px) {
    .product-bg, .wp-block-cover__image-background.has-parallax {
        background-image: url(../../assets/images/perunatapetti-mummon.svg?1) !important;
        background-attachment: fixed;
    }
}
.hero__container > div {
  animation: fadeIn .5s ease-in forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* slider */
body.slider-active {
    height: 100%;
    margin: 0;
    overflow: hidden;               /* disable native scroll */
    background: #000;
  }
.slider {
    position: fixed;
    opacity: 0;
    transition: opacity 1200ms ease;
  }
.slider.active {
    opacity: 1;
    inset: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    z-index: 51;
  }
.slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;

    /* cross-fade */
    opacity: 0;
    transition: opacity 700ms ease; /* <- we listen for this transitionend */
    pointer-events: none;           /* only the visible slide should get events */
  }
.slide.visible {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }
.slide:not(.visible) { z-index: 1; }
/* Optional delayed title fade-in */
.slide p, .slide h1 {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 750ms ease, transform 500ms ease;
    transition-delay: 750ms;        /* start after slide begins to fade in */
  }
.slide .wp-block-buttons {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 750ms ease, transform 500ms ease;
    transition-delay: 750ms;       /* start after slide begins to fade in */
  }
.slide.visible p,
  .slide.visible h1,
  .slide.visible .wp-block-buttons {
    opacity: 1;
    transform: translateY(0);
  }
@keyframes twitchDown {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(8px); }  /* quick downward nudge */
  60%  { transform: translateY(-4px); } /* small rebound up */
  80%  { transform: translateY(3px); }  /* subtle follow-through */
  100% { transform: translateY(0); }    /* back to rest */
}
.slider-active #twitch-down > svg {
    animation: twitchDown 3s ease-out 3s infinite; 
}
.slider-active .last-column {
    margin-bottom: 5rem;
}
@media (min-width: 768px)  {
    .slider-active .last-column {
        margin-bottom: 0;
    }
}
.slider-bg {
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  transition: opacity 1s ease; /* smooth fade timing */
  pointer-events: none; /* ensures it doesn’t block clicks */
}
.slide.visible .slider-bg {
  opacity: 0.6;
}
#twitch-down {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 2rem;
    left: 0;
    z-index: 9;
    text-align: center;
    cursor: pointer;
}
#twitch-down > svg {
    display: inline-block;
    width: 100px;
}
.hamburger .line {
  stroke: white;
  stroke-width: 3;
  stroke-linecap: round;

  transition:
    transform 0.3s ease,
    opacity 0.2s ease;

  /* 🔑 REQUIRED for SVG transforms */
  transform-box: fill-box;
  transform-origin: center;
}
/* When active → X */
.active .hamburger .top {
  transform: translateY(7px) rotate(45deg);
}
.active .hamburger .middle {
  opacity: 0;
}
.active .hamburger .bottom {
  transform: translateY(-7px) rotate(-45deg);
}
/*! purgecss end ignore */
/*! purgecss start ignore */
/*navigation*/
#header {
    z-index: 999;
}
#main-nav-container {
    z-index: 60;
}
#language-menu {
    margin: 0;
}
#language-menu li {
    display: inline-block;
}
#language-menu li a {
    font-weight: bold;
    color: var(--iasy-white);
    text-decoration: none;
}
#language-menu li a:hover {
    text-decoration: underline;
}
#main-nav > .menu-item-has-children{
    margin-right: 2rem;
}
#main-nav > .menu-item-has-children > div > .open-sub-menu {
    position: absolute;
    right: -1.5rem;
    top: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
#main-nav > .menu-item-has-children > div > .open-sub-menu::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../assets/images/af.svg) no-repeat center center;
    transition: transform 0.3s ease;
}
#main-nav > .menu-item-has-children.selected::after {
    content: "";
    position: absolute;
    width: calc(100% + 2.2rem);
    height: calc(100% + .8rem);
    left: -.6rem;
    top: -.4rem;
    right: -1rem;
    background: #ffffff;
    z-index: -1;
    border-radius: 8px;
}
#main-nav > .menu-item-has-children.selected > div > .open-sub-menu::after {
    background: url(../../assets/images/af-red.svg) no-repeat center center;
    transform: rotate(180deg);
}
#main-nav > .menu-item-has-children.selected > div > a {
    color: var(--iasy-red);
}
#main-nav {
    margin: 0;
}
#main-nav li {
    display: inline-block;
    margin-left: 0;
    margin-right: 1.5rem;
    position: relative;
}
#main-nav li a {
    font-weight: bold;
    color: var(--iasy-white);
    text-decoration: none;
}
#main-nav li a:hover {
    text-decoration: underline;
}
#main-nav .submenu-wrapper {
    display: none;
    position: absolute;
    background: #fff;
    padding: 1rem;
    border-radius: 0 0 8px 8px;
    left: -1rem;
    top: 49px;
    min-width: 200px;
}
#main-nav .submenu-wrapper .sub-menu {
    margin: 0;
}
#main-nav .submenu-wrapper .sub-menu li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: .45rem;
    margin-bottom: .45rem;
    border-bottom: 1px solid #E2E2E2;
}
#main-nav .submenu-wrapper .sub-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#main-nav .submenu-wrapper .sub-menu li a {
    color: var(--iasy-blue);
    display: block;
}
#main-nav li.selected .submenu-wrapper {
    display: block;
    box-shadow: 0px 4px 15px 0px #00000026;
}
#main-nav-container {
    display: none;
}
#main-nav-container.active {
    display: block;
    background: #014579;
}
#main-nav-container #main-nav {
    margin: 2rem 1rem;
}
#main-nav-container #main-nav li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #005AA1;
    position: relative;
}
#main-nav-container #main-nav li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#main-nav-container #main-nav li a:not(.open-sub-menu) {
    font-weight: bold;
    color: var(--iasy-white);
    text-decoration: none;
    display: block;
    width: 100%;
}
#main-nav-container #main-nav > .menu-item-has-children > div > .open-sub-menu {
    position: absolute;
    right: 0;
    top: -.25rem;
    width: 50px;
    height: 100%;
    display: block;
}
#main-nav-container #main-nav > .menu-item-has-children > div > .open-sub-menu::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../assets/images/af2.svg) no-repeat center center;
    transition: transform 0.3s ease;
    float: right;
}
#main-nav-container #main-nav .submenu-wrapper {
    top: 0;
    left: 0;
    position: relative;
    margin: 1.5rem 0; 
    border-radius: 8px;
}
#main-nav-container #main-nav .submenu-wrapper li a:not(.open-sub-menu) {
    color: var(--iasy-blue);
}
#main-nav-container #main-nav li a:hover {
    text-decoration: underline;
}
#main-nav-container .lang-menu {
    text-align: center;
}
#main-nav-container #language-menu li {
    margin: 0 .25rem;
}
#main-nav-container #main-nav > .menu-item-has-children.selected::after {
    content: none;
}
.active #main-header > .flex {
    background: #005AA1;
}
#main-header {

}
/* desktop */
@media (max-width: 1074px) {
    #main-header {
        margin: 0 .5rem;
    }
}
/*! purgecss end ignore */
/*! purgecss start ignore */
.woocommerce-notices-wrapper{
    margin: 0 auto;
    max-width: var(--maxw-medium);
}
.woocommerce h2,
form.checkout h5
 {
    margin: 2rem 0 1rem;
}
.header-cart-count{
    background: #EE4549;
    font-size: 14px;
    color: #FFF;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    max-width: var(--maxw-medium);
    width: auto;
    margin: 0 auto;
}
.woocommerce-product-details__short-description{
    margin-bottom: 1rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: var(--font-base-color);
    font-size: var(--text-2xl);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price .woocommerce-price-suffix {
    font-size: var(--text-base);
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
    color:#EE4549 !important;
    text-decoration: none !important;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
    border-radius: 999px;
    color: var(--iasy-red);
    background-color: #FFF;
    border: solid 2px var(--iasy-red);
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.3s !important;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover {
    background-color: var(--iasy-red);
    color: #FFF;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0 !important;
}
.product-list__product h2 {
    font-size: var(--heading-200);
}
.product-list__product a{
    color: var(--color-black);
    text-decoration: none;
}
.product-list__product a.button{
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    border-radius: 999px;
    color: var(--iasy-red);
    background-color: #fff;
    padding: 1rem 1.4rem;
    font-size: 14px;
    border: solid 2px var(--iasy-red);
    transition: all 0.3s;
}
.product-list__product a.button:hover{
    background-color: var(--iasy-red);
    color: #fff;
}
.added_to_cart.wc-forward {
    position: absolute;
    right: 2rem;
    bottom: 6rem;
    color: #EE4549;
    font-weight: 700;
    text-decoration: underline;
}
a.ajax_add_to_cart.added {
    background: var(--iasy-red) !important;
    color: #FFF !important;
    opacity: 1 !important;
}
.product-list__product .no-price__button {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    margin-top: 2rem;
    border-radius: 999px;
    background-color: #E7E7E7;
    color: #FFF;
    font-weight: 700;
    padding: 1rem 2rem;
    font-size: 1rem;
}
.woocommerce-loop-product__link .price {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
}
#webshopAccountSearch input[type="text"] {
    padding: 1.5rem .75rem .5rem;
    color: #252525;
}
.wc-block-cart-item__image a{
    display: none;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49.5%;
}
/* Price */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--color-black);
}
.woocommerce-price-suffix {
    display: block;
}
/* Cart */
.cart-collaterals table.shop_table {
    border: none;
}
.cart_totals .cart-subtotal,
.cart_totals tr.woocommerce-shipping-totals {
    display: none !important;
}
.woocommerce-page table.cart td.actions {
    display: none !important;
}
.cart_totals h2 {
    display: none;
}
/* Checkout */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #FFF;
    border: solid 1px var(--iasy-gray);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background:  var(--iasy-light-brown);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--iasy-light-brown);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    border-radius: 999px;
    color: var(--iasy-red);
    background-color: #FFF;
    border: solid 2px var(--iasy-red);
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.3s !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover{
    background-color: var(--iasy-red);
    color: #FFF;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    display: block;
    margin: 0 auto;
    float: none;
}
.woocommerce-checkout-review-order-table {
    background: #FFF;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th{
    border-bottom: 0;
}
.woocommerce-billing-fields h3 {
    display: none;
}
#payment label,
#order_comments_field label,
#order_review_heading {
    font-weight: 700;
    font-family: var(--font-base);
    font-size: var(--text-base);
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .col2-set .col-2,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .col2-set .col-1 {
    width: 100%;
    float: none;
}
#billing_address_2,
#billing_address_2_field,
#shipping_country_field,
#billing_country_field {
    display: none !important;
}
.woocommerce input[type="text"]::-moz-placeholder, .woocommerce input[type="email"]::-moz-placeholder, .woocommerce input[type="tel"]::-moz-placeholder, .woocommerce textarea::-moz-placeholder, .woocommerce input[type="number"]::-moz-placeholder {
    color: #999;
}
.woocommerce input[type="text"]::placeholder,
.woocommerce input[type="email"]::placeholder,
.woocommerce input[type="tel"]::placeholder,
.woocommerce textarea::placeholder,
.woocommerce input[type="number"]::placeholder {
    color: #999;
}
/* Common styles for both billing and shipping fields */
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
    position: relative;
    margin-bottom: 20px;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label {
    position: absolute;
    top: 8px;
    left: 1rem;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    z-index: 1;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
    position: relative;
}
.woocommerce-billing-fields__field-wrapper .input-text,
.woocommerce-shipping-fields__field-wrapper .input-text {
    width: 100%;
    padding: 2rem 1rem 0.5rem 12px !important;
    box-sizing: border-box;
}
/* Floating effect when input is focused or has a value */
.woocommerce-billing-fields__field-wrapper input:not(:-moz-placeholder) + label, .woocommerce-shipping-fields__field-wrapper input:not(:-moz-placeholder) + label {
    top: -30px;
    font-size: 12px;
}
.woocommerce-billing-fields__field-wrapper input:focus + label,
.woocommerce-billing-fields__field-wrapper input:not(:placeholder-shown) + label,
.woocommerce-billing-fields__field-wrapper input[value] + label,
.woocommerce-shipping-fields__field-wrapper input:focus + label,
.woocommerce-shipping-fields__field-wrapper input:not(:placeholder-shown) + label,
.woocommerce-shipping-fields__field-wrapper input[value] + label {
    top: -30px;
    font-size: 12px;
}
/* Align postcode and city fields in the same row */
#billing_postcode_field,
#billing_city_field,
#shipping_postcode_field,
#shipping_city_field {
    width: 48%; /* Adjust the width as needed */
    float: left;
    margin-right: 4%; /* Space between fields */
    box-sizing: border-box;
    clear: none;
}
/* Remove the right margin from the last item in the row */
#billing_city_field,
#shipping_city_field {
    margin-right: 0;
}
/* Clear floats after the rows */
.woocommerce-billing-fields__field-wrapper:after,
.woocommerce-shipping-fields__field-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
/* Block Checkout */
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    background: var(--color-white);
    border: 1px solid var(--color-primary-mid-grey) !important;
    border-radius: .25rem !important;
    box-shadow: unset;
    color: var(--color-black) !important;
    font-family: var(--font-family-base);
    font-size: var(--step-0) !important;
    height: auto;
    line-height: 2 !important;
    transition: var(--transition-2);
    width: 100%;
    padding:2.8rem 0.6rem 1.5rem !important;
}
/* Order complete */
.woocommerce-order-received h1 {
    display: none;
}
.woocommerce-order h2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce-customer-details p {
    margin: 0;
}
.woocommerce-Price-amount bdi,
.woocommerce table.shop_table tfoot td {
    font-weight: 400;
}
.woocommerce ul.order_details li bdi {
    font-weight: 700;
}
.woocommerce-order {
    background: #FFF;
    padding: 1.5rem;
    margin-top: var(--spacing-default);
    margin-left: auto;
    margin-right: auto;
    border: solid 1px var(--iasy-gray);
}
p.woocommerce-thankyou-order-received {
    font-size: var(--text-xl);
    margin-bottom: 2rem;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce-order h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.woocommerce-table--order-details tr {
    border: none;
}
.woocommerce table.woocommerce-table--order-details {
    border-left: none;
    border-right: none;
    border-top: none;
}
.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details td
{
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}
.woocommerce ul.order_details {
    padding:0;
}
.woocommerce ul.order_details li {
    text-transform: initial;
    margin-right: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
}
.woocommerce ul.order_details li strong{
    font-size: 1rem;
}
/* poistetaan ikonit */
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    display: none;
}
/*! purgecss end ignore */
/*! purgecss start ignore */
.nf-form-cont h3 {
    margin-left: 0;
    margin-right: 0;
}
.nf-form-fields-required {
    margin-bottom: 1rem;
}
.nf-form-content {
    padding: 1rem;
    border: 1px solid var(--iasy-dark-blue);
    border-radius: 10px;
}
@media (min-width: 768px) {
    .nf-form-content {
        padding: 2rem;
    }
}
input[type="text"],
input[type="email"],
input[type="tel"], 
input[type="number"],
input[type="date"],
select,
textarea {
    padding: .5rem 1rem;
    border: 1px solid var(--iasy-dark-blue);
    border-radius: 6px;
}
.field-wrap input[type=submit] {
    color: #fff;
    font-weight: bold;
    background: var(--iasy-red);
    padding: 16px 26px;
    border-radius: 30px;
}
textarea {
    padding: 1rem;
}
.wpcf7 select{
    width: 100%;
    padding: .5rem;
    background: transparent;
}
.wpcf7 label {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.wpcf7 label.cf-label span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid var(--iasy-blue);
    border-radius: 10px;
    padding: .25rem .75rem;
    margin: .35rem 0 1rem;
}
.wpcf7 .contact-select label.cf-label span {
    font-size: 16px;
    font-weight: bold;
    color: var(--iasy-gray);
    background: #ff5025;
    border-radius: 26px;
    display: inline-block;
    padding: 0 .75rem;
    margin: 1rem 0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="date"], 
.wpcf7 textarea {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    padding: .25rem;
    background: transparent;
    border: none;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
}
.wpcf7 label:focus-within {
    box-shadow: 0 0 5px 5px #dfdfdf5c;
}
body .wpcf7-list-item {
    display: block;
    margin: .5rem 0;
}
body .wpcf7-list-item-label {
    padding-left: 1.5rem;
    margin-bottom: .25rem;
}
body .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 5px;
}
.wpcf7 .wp-block-button__link::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin: 0 10px 0 -5px;
    background: url('../../assets/images/letter.svg') no-repeat center center;
    background-size: contain;
}
.wpcf7 hr {
    border: none;
    border-top: 1px solid var(--iasy-blue);
    margin: 1.25rem 0 .5rem;
}
body .newsletter-form {
    border-radius: 14px;
}
body .newsletter-form label {
    font-weight: normal;
    margin: 0;
}
body .newsletter-form input {
    padding: 0 !important;
}
body .altcha {
    border: none !important;
    margin-top: .25rem;
}
body .altcha-label {
    font-weight: normal !important;
    margin: 0 !important;
}
/*! purgecss end ignore */
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-1rem\]{
  bottom: -1rem;
}
.bottom-\[-3rem\]{
  bottom: -3rem;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[16px\]{
  top: 16px;
}
.top-\[4px\]{
  top: 4px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[1px\]{
  margin-left: 1px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[\.65rem\]{
  margin-top: .65rem;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[50px\]{
  height: 50px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[315px\]{
  min-height: 315px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.w-1\/3{
  width: 33.333333%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-\[117px\]{
  width: 117px;
}
.w-\[1200px\]{
  width: 1200px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[90px\]{
  width: 90px;
}
.w-full{
  width: 100%;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-full{
  max-width: 100%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-evenly{
  justify-content: space-evenly;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 5px;
}
.rounded-2xl{
  border-radius: 16px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 10px;
}
.rounded-tl-md{
  border-top-left-radius: 10px;
}
.rounded-tr-md{
  border-top-right-radius: 10px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.border-iasy-blue{
  border-color: var(--iasy-blue);
}
.bg-\[\#0089CF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 137 207 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-iasy-blue{
  background-color: var(--iasy-blue);
}
.bg-iasy-darkBlue{
  background-color: var(--iasy-dark-blue);
}
.bg-iasy-gray{
  background-color: var(--iasy-gray);
}
.bg-iasy-red{
  background-color: var(--iasy-red);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[\.75rem\]{
  padding-top: .75rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-lg{
  font-size: var(--text-lg);
}
.text-sm{
  font-size: var(--text-sm);
}
.text-xs{
  font-size: var(--text-xs);
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-snug{
  line-height: 1.375;
}
.text-baseblack{
  color: var(--iasy-gray);
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-iasy-blue{
  color: var(--iasy-blue);
}
.text-iasy-gray{
  color: var(--iasy-gray);
}
.text-iasy-red{
  color: var(--iasy-red);
}
.text-iasy-white{
  color: var(--iasy-white);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline{
  text-decoration-line: none;
}
.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.opacity-90{
  opacity: 0.9;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur-md{
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.focus\:w-\[200px\]:focus{
  width: 200px;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
@media (min-width: 320px){
  .xs\:items-stretch{
    align-items: stretch;
  }
}
@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:m-2{
    margin: 0.5rem;
  }
  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-40{
    margin-top: 10rem;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:min-h-\[450px\]{
    min-height: 450px;
  }
  .md\:min-h-\[500px\]{
    min-height: 500px;
  }
  .md\:min-h-\[550px\]{
    min-height: 550px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-2\/6{
    width: 33.333333%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-4\/6{
    width: 66.666667%;
  }
  .md\:w-\[110px\]{
    width: 110px;
  }
  .md\:w-\[200px\]{
    width: 200px;
  }
  .md\:w-\[480px\]{
    width: 480px;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:rounded-lg{
    border-radius: 10px;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:text-base{
    font-size: var(--text-base);
  }
  .md\:text-lg{
    font-size: var(--text-lg);
  }
  .md\:text-sm{
    font-size: var(--text-sm);
  }
}
@media (min-width: 1200px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[300px\]{
    height: 300px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-1\/6{
    width: 16.666667%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pl-\[220px\]{
    padding-left: 220px;
  }
  .lg\:pr-4{
    padding-right: 1rem;
  }
  .medium-lg\:hidden{
    display: none;
  }
}
