/* Variables */

:root {        
    --primary-color: #1E6C5B;
    --primary-hover-color: #20816C;
    --primary-soft-color: #F8FBFA;
    --primary-light-color: #E9F1EF;
    --primary-medium-color: #8FB6AD;
    --secondary-color: #343D4D;
    --secondary-hover-color: #455167;
    --secondary-light-color: #858B94;    
    --text-color: #5E5E5E;    
    --text-light-color: #5D6471;        
    --white-color: #FFF;        
    --white-off-color: #A5A5A5;            
    --input-color: #FFF;
    --input-primary-color: #25816D;
    --input-primary-active-color: #2F9780;    
    --border-color: #DEDEDE;    
    --background-color: #F6F6F6;    
    --positive-color: #5BBE52;
    --negetive-color: #FF7070;
    --title-size: 30px;
    --title-medium-size: 40px;
    --title-large-size: 50px;
    --max-width: 1110px;
    --max-large-width: 1270px;
    --vh: 100vh;
}

/* Reset */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 146px; }
html :where(.wp-block) { max-width: none; }

body.rypro { color: var(--text-color); font-size: 16px; font-style: normal; font-weight: 400; line-height: 25px; background-color: var(--white-color); }
body.rypro,
.rypro input,
.rypro select,
.rypro textarea { font-family: "Martian B Thai"; }
.rypro input:focus,
.rypro textarea:focus { outline: none; border-color: var(--primary-color) !important; }
body.rypro:has(.site-header.header--fixed) { padding-top: 145px; }

a { text-decoration: none; transition: ease-in-out .4s; }
a:hover, a:active, a:focus { text-decoration: none; }

/* Helpers */

.sr-only,
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }

/* Layout */
.container { margin: 0 auto; width: 100%; max-width: var(--max-width); }

.btn-group { display: flex; gap: 20px; }
.btn { display: inline-flex; align-items: center; border: none; }
.piotnetforms-button,
.btn-outline,
.btn-primary,
.btn-primary-reverse, 
.btn-secondary { display: inline-flex; gap: 10px; padding: 15px 24px; width: fit-content; height: 52px; align-items: center; justify-content: center; color: var(--white-color); font-size: 14px; font-weight: 600; line-height: 1em; background: var(--primary-color); border: 1px solid transparent; border-radius: 9px; transition: .5s; }
.btn-secondary { background: var(--secondary-color); }
.btn-primary-light { padding: 14px 28px; color: var(--primary-color); background: var(--primary-light-color); }
.btn-primary i { font-size: 14px; }
.btn-primary-reverse { color: var(--primary-color); background: var(--white-color); }
.btn-outline { position: relative; color: var(--white-color); border: 1px solid #FFF; border-radius: 100px; }
.btn-outline::after { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 100px; transition: .4s; }
.btn-outline:hover::after { background: rgba(255, 255, 255, .2); mix-blend-mode: overlay; }
.btn-rounded { border-radius: 100px; }
.btn-search { cursor: pointer; display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; font-size: 16px; color: var(--primary-color); background: var(--primary-light-color); border: none; border-radius: 100px; }
.btn-link { color: var(--primary-color); font-size: 16px; font-style: normal; font-weight: 700; line-height: 70.263px;  }
.btn-icon { --color: var(--white-color); position: relative; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; color: var(--color); border-radius: 100px; }
.btn-icon::after { content: " "; opacity: .1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--color); border-radius: 100px; }
.btn-icon .btn-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.btn-filter { position: relative; display: flex; gap: 10px; align-items: center; justify-content: center; padding: 12px 21px; height: auto !important; color: var(--white-color); font-size: 14px; font-weight: 700; line-height: 26px; letter-spacing: -0.28px; background: transparent; border-radius: 100px; border: 1px solid var(--primary-color) !important; }
.btn-filter::before { content: " "; width: 6px; height: 6px; background: var(--primary-color); border-radius: 100px; }
.btn-more i { font-size: 6px; }

.btn-primary:hover,
.piotnetforms-button:hover { background: var(--primary-hover-color); }
.btn-secondary:hover { background: var(--secondary-hover-color); }

.btn-whatsapp { --image: url('../images/whatsapp-support.png'); position: fixed; z-index: 998; bottom: 30px; right: 30px; display: block; padding: 6.78px; width: 220px; height: 70px; color: var(--secondary-color); font-size: 15px; font-weight: 700; line-height: 1em; background: rgba(255, 255, 255, 0.80); border-radius: 100px; box-shadow: 10px 10px 40px 0px rgba(52, 61, 77, 0.15); backdrop-filter: blur(2px); }
.btn-whatsapp::after { content: " "; position: absolute; left: 14px; bottom: 14px; width: 58px; height: 58px; background: transparent var(--image) no-repeat; background-size: contain; }
.btn-whatsapp .btn-label-tag { position: absolute; top: 50%; right: 24px; margin-top: -10px; padding: 3px 6px; color: var(--white-color); font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: -0.36px; background: #25D366; border-radius: 100px; }
.btn-whatsapp .btn-label { display: flex; align-items: center; padding-left: 65px; width: 100%; height: 100%; font-weight: 500; background: var(--white-color); border-radius: 100px; box-shadow: 2px 2px 6.3px 0px rgba(52, 61, 77, 0.10); }

/* Header */

.site-header { position: relative; z-index: 99; width: 100%; padding: 48.5px 0; background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(22.299999237060547px); transition: ease-in-out .4s; }
.site-header.header--sticky { position: sticky; z-index: 999; top: 0; }
.site-header.header--fixed { position: fixed; z-index: 999; top: 0; left: 50%; margin-top: 0; transform: translateX(-50%); }
.site-header .container { display: flex; }
.site-header::after { content: " "; opacity: .1; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--primary-color); }

.site-logo { position: relative; z-index: 2; padding: 0; box-sizing: content-box; transition: .4s; }
.site-logo,
.site-logo a { display: block; width: 110px; height: 48px; } 
.site-logo a { text-indent: -99999px; background: transparent url(../images/rypro-logo.svg) center center no-repeat; background-size: 100%; }

.site-nav { position: relative; z-index: 1; width: 100%; }
.site-nav ul { list-style: none; display: flex; gap: 25px; }
.site-nav ul li a { position: relative; display: flex; gap: 4px; align-items: center; padding: 10px 0; color: var(--secondary-color); font-size: 14px; font-weight: 500; line-height: 25px; letter-spacing: -0.28px; transition: .4s; }
.site-nav ul li a i { color: var(--primary-color); }
.site-nav > ul > li > ul { opacity: 0; visibility: hidden; position: absolute; top: 45px; left: 50%; gap: 0; flex-direction: column; padding: 15px; min-width: 235px; background: var(--white-color); border-radius: 16px; border: 1px solid var(--primary-light-color); box-shadow: 0px 0 25px 0px rgba(0, 0, 0, 0.08); transform: translateX(-50%); transition: .6s; }
.site-nav > ul > li > ul::before { content: " "; position: absolute; top: -5px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background: var(--white-color); border-radius: 5px; transform: rotate(45deg); }
.site-nav > ul > li > ul li a { height: auto; padding: 15px 5px; color: var(--text-color); font-size: 13px; font-weight: 500; line-height: 16px; border-radius: 8px; transition: .6s; }
.site-nav > ul > li > ul li a:hover { padding: 15px; color: var(--primary-color); background: var(--primary-light-color); }
.site-nav > ul > li.menu-item-has-children,
.site-nav > ul > li.megamenu-link { position: relative; }
.site-nav > ul > li.menu-item-has-children > a,
.site-nav > ul > li.megamenu-link > a { padding-right: 15px; } 
.site-nav > ul > li.menu-item-has-children > a::after,
.site-nav > ul > li.megamenu-link > a::after { content: "\e906"; position: absolute; top: 50%; right: 1px; margin-top: -12px; font-family: 'rypro-icons' !important; font-size: 6px; color: var(--primary-color); transition: .3s; }
.site-nav > ul > li.megamenu-link.open > a::after { transform: rotate(180deg); }
.site-nav > ul > li.menu-item-has-children:hover > ul { opacity: 1; visibility: visible; top: 55px; }

.site-nav-primary { margin-left: 48px; }
.site-nav-options { display: flex; gap: 15px; flex: 0 0 270px; }
.site-nav-options .btn { height: 48px; } 
.site-nav-lang { flex: 0 0 53px; }
.site-nav-lang ul { list-style: none; display: flex; gap: 8px; flex-direction: column; }
.site-nav-lang > ul > li > ul { min-width: 100px; }

.megamenu { opacity: 0; visibility: hidden; position: fixed; z-index: 99; top: 145px; left: 0; margin-top: -40px; width: 100%; background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(22.299999237060547px); transition: .4s; }
.megamenu.open { opacity: 1; visibility: visible; margin-top: 0; }
.megamenu .container { position: relative; display: flex; gap: 30px; }
.megamenu .megamenu--close { position: absolute; z-index: 9; top: 28px; right: 28px; cursor: pointer; display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; font-size: 16px; color: var(--primary-color); background: var(--primary-light-color); border: none; border-radius: 100px; }
.megamenu .megamenu--header { list-style: none; flex-direction: column; gap: 0; width: 420px; padding: 20px 0 40px; }
.megamenu .megamenu--header li a { display: block; padding: 20px 0; border-bottom: 1px solid rgba(30, 108, 91, .1); }
.megamenu .megamenu--header li:last-child a { border: none; } 
.megamenu .megamenu--header-title { position: relative; display: block; margin-bottom: 7px; color: var(--primary-color); font-size: 16px; font-weight: 600; line-height: 24px; letter-spacing: -0.32px; }
.megamenu .megamenu--header-title::after { content: "\e908"; position: absolute; top: 50%; right: 0; margin-top: -11px; color: var(--primary-color); font-family: 'rypro-icons' !important; font-size: 12px; }
.megamenu .megamenu--header-description { display: none; color: var(--text-color); font-size: 14px; line-height: 23px; }
.megamenu .megamenu--header li a.active { border-color: var(--primary-color); }
.megamenu .megamenu--header li a.active .megamenu--header-description { display: block; }
.megamenu .megamenu--header-menu { display: none; }
.megamenu .megamenu--content { flex: 1; width: 100%; }
.megamenu .megamenu--content > div { display: none; height: 100%; }
.megamenu .megamenu--content > div.active { display: flex; gap: 10px; }
.megamenu .megamenu--menu { width: 265px; }
.megamenu .megamenu--menu ul { list-style: none; flex-direction: column; gap: 0; margin-top: 32px; }
.megamenu .megamenu--menu ul li a { display: block; padding: 7px 13px; width: 100%; color: var(--text-color); font-size: 14px; line-height: 23px; border-radius: 4px; transition: .4s; }
.megamenu .megamenu--menu ul li a:hover,
.megamenu .megamenu--menu ul li a.active { position: relative; color: var(--primary-color); background: var(--primary-light-color); }
.megamenu .megamenu--menu ul li a.active::after { content: "\e908"; position: absolute; top: 50%; right: 16px; margin-top: -11px; color: var(--primary-color); font-family: 'rypro-icons' !important; font-size: 8px; }
.megamenu .megamenu--images { flex: 1; width: 100%; max-width: 380px; min-height: 330px; max-height: 420px; }
.megamenu .megamenu--image { position: relative; display: none; width: 100%; height: 100%; }
.megamenu .megamenu--image.active { display: block; }
.megamenu .megamenu--image > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.megamenu .megamenu--image img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; }
.megamenu .megamenu--image .btn { position: absolute; z-index: 2; left: 50%; bottom: 30px; transform: translateX(-50%); }

.wp-theme-rypro:not(.wp-admin) .search-box { max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; position: absolute; top: 135px; left: 0; padding: 0 0 48px; width: 100%; background: rgba(255, 255, 255, .90); backdrop-filter: blur(22.299999237060547px); transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out; transition: .4s; }
.wp-theme-rypro:not(.wp-admin) .search-box.active { opacity: 1; visibility: visible; max-height: 160px; }
.wp-theme-rypro:not(.wp-admin) .search-box form { position: relative; display: flex; gap: 30px; margin: 0 auto; padding: 25px 30px; width: 100%; background: var(--primary-light-color); border-radius: 21px; }
.wp-theme-rypro:not(.wp-admin) .search-box input { position: relative; z-index: 2; padding: 15px 20px 16px; width: 100%; color: var(--text-color); font-size: 14px; font-weight: 400; line-height: 23px; letter-spacing: -0.28px; background: var(--white-color); border: 1px solid transparent; border-radius: 9px;  box-shadow: 0px 4px 8.5px 0px rgba(55, 95, 86, 0.10); transition: .4s; }
.wp-theme-rypro:not(.wp-admin) .search-box .btn-primary { cursor: pointer; width: 218px; height: 60px; }
.open-search .site-header::after { display: none; }

.site-header.sticked { padding: 15px 0; box-shadow: 0 0 20px 0px rgba(52, 61, 77, .07); }
.site-header.sticked .megamenu { top: 78px; }
.site-header.sticked .search-box { top: 78px; }

/* Pages */

.site-page { overflow: hidden; padding-top: 52px; background: var(--page-bg-color); }
.page--header { position: relative; z-index: 2; display: flex; flex-direction: column; padding: 160px 0 40px; width: 100%; background: var(--secondary-color); }
.page--title { color: var(--white-color); }
.page--title span { font-weight: bold; }
.page--default { padding: 0; }
.page--error { display: flex; flex-direction: column; align-items: center; justify-content:  center; }
.page--error .block--page-heading { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.page--error .block--page-heading p { color: var(--text-color) !important; }
.page--error .btn-primary { margin-top: 27px; }
.page--blog .page--search { position: relative; width: 100%; }
.page--blog .page--search form { display: flex; gap: 30px; margin: 40px 0 60px; padding: 25px 30px; background: var(--primary-light-color); border-radius: 21px; }
.page--blog .page--search form .search--fields { position: relative; flex: 1; width: 100%; }
.page--blog .page--search form .search--fields:has(input[type='search'])::after { content: '\e917'; position: absolute; top: 50%; right: 20px; margin-top: -12px; font-family: 'rypro-icons' !important; font-size: 16px; color: var(--primary-color); }
.page--blog .page--search form input[type='search'] { appearance: none; padding: 18px 21px 19px; width: 100%; color: var(--text-color); font-size: 14px; line-height: 23px; letter-spacing: -0.28px; background: var(--white-color); border: none; border-radius: 9px; box-shadow: 0px 4px 8.5px 0px rgba(55, 95, 86, 0.10); }
.page--blog .page--search form .btn { cursor: pointer; width: 218px; height: 60px; border-radius: 9px; }
.page--blog .page--filters ul,
.page--blog .page--filters .menu-categorias-blog-container { list-style: none; display: flex; gap: 20px; }
.page--blog .page--filters a { opacity: .8; position: relative; display: flex; gap: 10px; align-items: center; justify-content: center; padding: 12px; height: auto !important; color: var(--primary-color); font-size: 14px; font-weight: 700; line-height: 26px; letter-spacing: -0.28px; background: transparent; border-radius: 100px; border: 1px solid transparent; }
.page--blog .alert { padding: 40px 0; text-align: center; }
.page--blog .block--post-featured { position: relative; display: block; margin: -200px auto 63px; padding: 16px; max-width: var(--max-width); background: var(--white-color); border-radius: 20px; }
.page--blog .block--post-featured .container > a { display: flex; gap: 37px; }
.page--blog .block--post-featured .block--image img { display: block; width: 621.441px; height: 344.012px; border-radius: 19px; object-fit: cover; aspect-ratio: 621.44/344.01; }
.page--blog .block--post-featured .block--title { margin: 30px 0 20px; font-size: 34px; line-height: 38px; }
.page--blog .block--post-featured p { opacity: .8; color: var(--text-color); font-size: 16px; font-weight: 400; line-height: 27px; letter-spacing: -0.32px; }
.page--blog .block--post-featured p:has(> strong) { margin-top: 30px; }
.page--blog .block--post-featured .post--cat { position: absolute; top: 38.58px; left: 38.58px; display: block; padding: 10px 16px; color: var(--secondary-color); font-size: 12px; font-weight: 700; line-height: 1em; }
.page--blog .block--post-featured .post--cat::after { content: " "; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: var(--white-color); border-radius: 16.306px; }
.page--blog .block--post-featured .post--cat strong { opacity: .6; position: relative; z-index: 2; }
.page--blog .block--post-featured .btn-primary { position: absolute; right: 30px; bottom: 30px; padding: 0; width: 50px; height: 50px; }
.page--blog .block--heading { margin: 60px 0 27px; }
.page--blog .block--footer { display: flex; padding: 60px 0; align-items: center; justify-content: center; }
.page--blog .btn-loading { display: none; }
.page--blog:has(.block--heading.none) .block--posts { padding-top: 60px; }
.block--pagination { position: relative; display: block; margin: 40px auto 0; padding: 0 50px; width: max-content; height: 100%; }
.block--pagination::after { content: " "; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 50px; background: var(--white-color); border-radius: 100px; }
.block--pagination .page-numbers { position: relative; z-index: 2; opacity: 1; display: inline-flex; align-items: center; justify-content: center; margin: 0 5px; width: 21px; height: 50px; color: var(--text-light-color); font-size: 14px; font-weight: 700; line-height: 16px; letter-spacing: -0.42px; background: transparent; transform: none; }
.block--pagination .page-numbers.current { color: var(--primary-color); border: none; }
.block--pagination .page-numbers.current::after { content: " "; position: absolute; bottom: 0; left: 0; width: 100%; height: 3.802px; border-radius: 10px 10px 0px 0px; background: #2CC2D6; }
.block--pagination .prev,
.block--pagination .next { position: absolute; top: 8px; left: 10px; display: flex; align-items: center; justify-content: center; margin: 0; width: 30px; height: 30px; color: var(--white-color); font-size: 10px; background: var(--primary-color); border-radius: 100px; }
.block--pagination .next { left: auto; right: 13px; }
.block--posts.background-color { margin: 130px 0; padding: 130px 0; }
.block--posts { margin: 70px 0; }
.block--posts .container { position: relative; }
.block--posts .block--title { margin-bottom: 26px; color: var(--primary-color); font-size: var(--title-medium-size); line-height: 31px; letter-spacing: -0.6px; text-transform: uppercase; }
.block--posts .block--content { display: flex; gap: 30px; }
.block--posts .block--content { width: 100%; }
.block--posts .block--content .posts-cards { display: flex; gap: 30px; flex-wrap: wrap; width: 100%; }
.block--posts .block--content .posts-cards .post-card { flex: auto; width: calc( 33.33% - 45px ); }
.block--posts .block--content:has(.posts-cards.swiper) { display: block; }
.block--posts .block--content .posts-cards.swiper { display: block; }
.block--posts .block--content .posts-cards.swiper .post-card { width: 100%; }
.block--posts .block--content .swiper-wrapper { padding-bottom: 45px; }
.block--posts .block--footer .btn { position: relative; top: 0; }
.block--posts .block--footer .btn-loading { display: none; padding: 0 24px; border-radius: 100px; }
.block--posts .block--footer:has(.btn-more) { display: flex; align-items: center; justify-content: center; margin: 30px 0; }
.block--posts .block--footer .btn:not(.btn-more, .btn-loading) { position: absolute; top: 2px; right: 0; color: var(--primary-color); background: var(--primary-light-color); }
.block--posts .block--posts-search { margin: 40px 0 60px; padding: 25px 30px; background: var(--primary-light-color); border-radius: 21px; }
.block--posts .block--posts-search form { display: flex; gap: 30px; }
.block--posts .block--posts-search .input-wrap { position: relative; flex: 1; width: 100%; }
.block--posts .block--posts-search input[type='search'],
.block--posts .block--posts-search select { appearance: none; padding: 18px 21px 19px; width: 100%; color: var(--text-color); font-size: 14px; line-height: 23px; letter-spacing: -0.28px; background: var(--white-color); border: none; border-radius: 9px; box-shadow: 0px 4px 8.5px 0px rgba(55, 95, 86, 0.10); }
.block--posts .block--posts-search .input-wrap:has(input[type='search'])::after { content: '\e917'; position: absolute; top: 50%; right: 20px; margin-top: -12px; font-family: 'rypro-icons' !important; font-size: 16px; color: var(--primary-color); }
.block--posts .block--posts-search .input-wrap:has(select)::after { content: "\e906"; position: absolute; z-index: 2; top: 50%; right: 20px; margin-top: -12px; font-family: 'rypro-icons' !important; font-size: 9px; color: var(--primary-color); }
.block--posts .block--posts-search .btn { cursor: pointer; width: 218px; height: 60px; }
.post--cat { display: inline-flex; justify-content: center; align-items: center; min-height: 33px; padding: 0px 13px; font-size: 13px; font-weight: 500; color: var(--white-color); line-height: 26px; border-radius: 20px; background: var(--primary-color); }
.post-card { overflow: hidden; position: relative; display: flex; height: 353.25px; border-radius: 20px; }
.post-card,
.post-card a { display: block; color: var(--white-color); }
.post-card a::after { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(180deg, rgba(13, 55, 46, 0.20) 0%, #0D372E 100%); }
.post-card img { display: block; width: 100%; height: 353.25px; object-fit: cover; }
.post-card .post--cat { position: absolute; z-index: 3; top: 30px; left: 30px; }
.post-card .post--title { position: absolute; z-index: 3; bottom: 63px; left: 30px; padding-right: 20px; font-size: 21px; font-weight: 600; line-height: 23px; letter-spacing: -0.42px; }
.post-card .post--date { overflow: hidden; position: absolute; z-index: 3; bottom: 30px; left: 30px; display: block; width: calc( 100% - 60px ); max-width: 100%; height: 23px; font-weight: 500; line-height: 23px; letter-spacing: -0.28px; text-overflow: ellipsis; white-space: nowrap; }

.wp-block-columns { margin: 0 auto; max-width: var(--max-width); }
.wp-block-columns .wp-block-column p { margin-bottom: 1em; }
.wp-block-columns { gap: 49px; }
.wp-block-columns > .wp-block-column:first-child { flex: 0 0 472px; color: var(--primary-color); font-size: 20px; line-height: 30px; }
.wp-block-columns > .wp-block-column:last-child { flex: 1; padding-top: 5px; line-height: 23px; }
.wp-block-columns a { color: var(--primary-color); font-weight: 600; }
.wp-block-columns.wp-container-core-columns-is-layout-2 .wp-block-columns { gap: 36px; justify-content: space-between; margin-top: 40px; font-size: 17.852px; font-weight: 700; line-height: 40.804px; text-align: left; }
.wp-block-columns.wp-container-core-columns-is-layout-2 .wp-block-columns .wp-block-column:first-child { flex: 0 0 165px; }
.wp-block-columns.wp-container-core-columns-is-layout-2 .wp-block-columns .wp-block-image img { object-fit: contain !important; }

.wp-block-separator { opacity: .2; margin: 65px 0; height: 1px; background: var(--primary-color); border: none; }

.wp-block-quote { margin: 70px 0 60px; padding-bottom: 50px; text-align: center; border-bottom: 1px solid rgba(30, 108, 91, .1); }
.wp-block-quote p { margin: 0 auto; padding: 0 30px; max-width: 775px; color: var(--primary-color) !important; font-size: 19px !important; line-height: 30px !important; }

.wp-block-image:has(.wp-element-caption) > figure { display: flex; flex-direction: column; }
.wp-block-image:has(.wp-element-caption) > figure img { margin: 0 auto 10px; }
.wp-element-caption { color: var(--text-color); text-align: center; font-size: 14px; line-height: 23px; text-align: center; }

.wp-block-table { padding-top: 40px; }
.wp-block-table table { border-collapse: separate; }
.wp-block-table th { padding: 10px 0; color: var(--text-color); font-size: 13px; font-weight: 600; line-height: 23px; letter-spacing: -0.26px; background: var(--white-color); border: none; }
.wp-block-table td { padding: 15px; color: var(--text-color); text-align: center; font-size: 14px; line-height: 46px; background: var(--primary-light-color); border: none; }
.wp-block-table td:first-child { border-radius: 10px 0 0 10px; }
.wp-block-table td:last-child { border-radius: 0 10px 10px 0; }
.wp-block-table tr:nth-child(even) td { background: var(--primary-soft-color); }
.wp-block-table + .btn { display: flex; margin: 40px auto 0; }

.search-results .block--page-heading { padding-bottom: 0; }

/* Blocks */

.block { position: relative; }
.block.background-color { --color: var(--background-color); background: var(--color); }
.block--title { color: var(--secondary-color); font-size: var(--title-large-size); font-weight: 700; line-height: 54px; }
.block--title span { color: var(--primary-color); }
.block--title.content-center { text-align: center; }
.block--title .block--headline { display: block; }
.block--headline,
.title--headline,
.page--headline { color: var(--primary-color); text-align: center; font-size: 16px; font-style: normal; font-weight: 700; line-height: 70.263px; letter-spacing: 10.24px; text-transform: uppercase; }
.block:not(.block--page-heading) .block--headline { display: inline-flex; margin-bottom: 29px; padding: 2px 15px; width: fit-content; color: var(--white-color); font-size: 12px; font-weight: 700; line-height: 23px; letter-spacing: -0.24px; text-transform: uppercase; border-radius: 100px; border: 1px solid var(--white-color); }
.block--heading.content-center { text-align: center; }
.single .block--heading { margin-bottom: 50px; }
.single .block--heading .btn-link { margin-bottom: 8px; text-transform: uppercase; }
.single .block--heading .block--title { margin-bottom: 16px; color: var(--primary-color); font-size: var(--title-medium-size); font-weight: 800; line-height: 56px; letter-spacing: -0.8px; text-transform: uppercase; }
.single .block--heading p { color: var(--text-light-color); font-size: 14px; line-height: 32px; }
.single .block--heading p a { opacity: 1; color: var(--text-color); }
.single .block--heading .post-meta { display: flex; align-items: center; gap: 55px; font-size: 14px; font-weight: 500; line-height: 23px; letter-spacing: -0.28px; }
.single .block--heading .post-meta i { margin-right: 7px; }
.single .block--heading .post-meta a { display: inline-flex; height: 31px; padding: 3px 15px; justify-content: center; align-items: center; color: var(--white-color); background: var(--primary-color); border-radius: 100px; }
.block--content { position: relative; }
.block--content .post--image img { display: block; margin-bottom: 60px; width: 100%; height: auto; border-radius: 30px; object-fit: cover; }
.block--content p { margin-bottom: 1em; color: var(--text-light-color); font-size: 16px; line-height: 27px; letter-spacing: -0.32px; }
.block--content p a { opacity: 1; color: var(--text-color); text-decoration: underline; }
.block--content p.has-text-align-center { text-align: center; }
.block--content p.has-text-align-center a { text-decoration: none !important; }
.block--content p.has-small-font-size { font-size: 12px !important; font-weight: 400; color: var(--text-color); line-height: 1.25em; }
.block--content p.has-medium-font-size { font-size: 19px !important; line-height: 1.25em; }
.block--content p.has-large-font-size { font-size: 22px !important; font-weight: 500; line-height: 1.25em; }
.block--content p.has-x-large-font-size { font-size: 27px !important; font-weight: 500; line-height: 1.25em; }
.block--content .wp-block-heading { margin-top: 50px; margin-bottom: 16px; color: var(--primary-color); font-size: var(--title-size); font-weight: 700; line-height: 31px; letter-spacing: -0.6px; text-transform: uppercase; }
.block--content .wp-block-heading + .wp-block-heading  { margin-top: 0; }
.block--content h2.wp-block-heading { font-size: var(--title-medium-size); text-transform: none; }
.block--content h4.wp-block-heading { font-size: 17px; }
.block--content h5.wp-block-heading { font-size: 14px; }
.block--content h6.wp-block-heading { font-size: 12px; }
.block--content h4.wp-block-heading,
.block--content h5.wp-block-heading
.block--content h6.wp-block-heading { text-transform: none; }
.block--content ul { list-style: none; }
.block--content ul li { position: relative; margin-bottom: 1em; padding-left: 16px; color: var(--text-light-color); font-size: 14px; }
.block--content ul li::before { content: " "; position: absolute; top: 8px; left: 0; display: block; width: 5px; height: 5px; background: var(--primary-color); border-radius: 100px; }
.block--content .wp-block-image .size-large { width: 100%; }
.block--content .wp-block-image .aligncenter.size-large img { display: block; width: 100%; height: auto; }
.block--content .wp-block-image,
.block--content .wp-block-embed { overflow: hidden; margin-bottom: 60px; border-radius: 20px; }
.block--content.block__loading::after { content: " "; position: absolute; z-index: 99; top: 0; left: 50%; width: 100vw; height: 100%; background: rgba(255, 255, 255, .9); border-radius: 20px; transform: translateX(-50%); backdrop-filter: blur(3px); }
.block--share { margin: 40px 0 70px; padding-top: 60px; border-top: 1px solid rgba(30, 108, 91, .1);  }
.block--share .block--title { margin-bottom: 28px; text-align: center; color: var(--primary-color); font-size: 19px; font-weight: 600; line-height: 24px; letter-spacing: -0.38px; }
.block--share ul { list-style: none; display: flex; gap: 44px; align-items: center; justify-content: center; }
.block--share ul li { position: relative; }
.block--share ul li .btn-icon { width: 57px; height: 57px; }

/* Sliders */

.swiper {
    --swiper-navigation-sides-offset: 3px;
    --swiper-pagination-color: #FFFFFF;
    --swiper-pagination-bullet-inactive-color: #FFFFFF;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-pagination-bottom: 0px;
}
.swiper .swiper-pagination-bullet { border: 1px solid var(--primary-color); }
.swiper .swiper-pagination-bullet-active { background-color: var(--primary-color); border-radius: 100px; }
.swiper .swiper-button-prev,
.swiper .swiper-button-next { display: flex; align-items: center; justify-content: center; margin-top: -25px; width: 50px; height: 50px; color: var(--primary-color); font-size: 10px; background: var(--primary-light-color); border-radius: 100px; }
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after { display: none !important; }
.swiper-navigation { position: absolute; z-index: 4; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: center; padding: 0 45px; width: fit-content; height: 48px; background: var(--white-color); border-radius: 17px; }
.swiper-navigation:has(.swiper-button-prev.swiper-button-lock):has(.swiper-button-next.swiper-button-lock) { display: none; }
.swiper .swiper-navigation .swiper-pagination { position: relative; display: flex; height: 100%; }
.swiper .swiper-navigation .swiper-pagination-bullet { position: relative; opacity: 1; display: flex; align-items: center; justify-content: center; margin: 0 5px; width: 21px; height: auto; color: var(--white-off-color); font-size: 14px; font-weight: 700; line-height: 16px; letter-spacing: -0.42px; background: transparent; border: none; transform: none; }
.swiper .swiper-navigation .swiper-pagination-bullet-active { color: var(--primary-color); border: none; }
.swiper .swiper-navigation .swiper-pagination-bullet-active::after { content: " "; position: absolute; bottom: 0; left: 0; width: 100%; height: 3.802px; border-radius: 10px 10px 0px 0px; background: var(--primary-color); }
.swiper .swiper-navigation .swiper-button-prev,
.swiper .swiper-navigation .swiper-button-next { top: 10px; left: 13px; margin: 0; width: 26px; height: 26px; }
.swiper .swiper-navigation .swiper-button-next { left: auto; right: 13px; }

/* Forms */

#piotnetforms .piotnet-column__inner .piotnetforms-field-label { display: block; margin-bottom: 11px; color: var(--text-color); font-size: 16px; font-style: normal; font-weight: 700; line-height: 20px; letter-spacing: -0.32px; }
#piotnetforms .piotnetforms-field-group .piotnetforms-field.piotnetforms-select-wrapper .piotnetforms-field-textual { height: 62px !important; border: none !important; }
.piotnetforms-field { margin-bottom: 14px !important; padding: 22px !important; width: 100%; color: var(--text-color); font-size: 15px; font-weight: 500; line-height: 1em; border-radius: 8px !important; background: var(--input-color) !important; border: 1px solid var(--input-color) !important; transition: .4s; }
.piotnetforms-field:focus,
.piotnetforms-field:focus-within { border-color: var(--primary-color) !important; }
.piotnetforms-field-subgroup { margin: 0 !important; }
.piotnetforms-field.piotnetforms-select-wrapper { padding: 0 !important; }
.piotnetforms-button { margin-top: 16px !important; width: 100%; }
.piotnetforms-submit,
.piotnet-section,
.piotnetforms-fields-wrapper { margin: 0 !important; padding: 0 !important; }
.piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option { padding: 0 !important; }
.piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option .piotnetforms-field { float: left; }
.piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option label { margin-left: 6px; }
.piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option label,
.piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option label a { display: block !important; opacity: .6; color: var(--text-color); font-size: 12px; font-weight: 500; line-height: 1em; }
.piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option label a { display: inline-block !important; text-decoration: underline; }
.piotnetforms-field-type-acceptance { margin-top: 16px !important; }
.piotnetforms-field-type-acceptance .piotnetforms-field { float: none !important; flex: 0 !important; margin-bottom: 0 !important; height: auto; }
.piotnetforms-field-type-acceptance .piotnetforms-field-option { display: flex; align-items: center; justify-content: center; }

.block.background-color .piotnetforms-field { background: var(--white-color) !important; }

/* Alert: Coockies, Privacy Policy... */

.site-alert { opacity: 0; visibility: hidden; position: fixed; z-index: 9999; bottom: 30px; left: 50%; display: flex; align-items: center; padding: 28px; padding-left: 96px; width: fit-content; width: 1110px; background: var(--white-color) url('../images/ico-cookie.png') left 28px center no-repeat; border-radius: 20px; box-shadow: 16px -5px 60.3px 0px rgba(52, 61, 77, 0.10); transform: translateX(-50%); transition: 1.2s; }
.site-alert.active { opacity: 1; visibility: visible; }
.site-alert .site-alert--text { padding-right: 15px; }
.site-alert p { color: var(--text-light-color); font-size: 14px; line-height: 26px; letter-spacing: -0.28px; }
.site-alert p strong { color: var(--text-color); font-weight: 700; letter-spacing: -0.32px; }
.site-alert p a { color: var(--primary-color); font-weight: 700; }
.site-alert .btn { flex: 0 0 215px; align-items: center; justify-content: center; padding: 22px 0 24px; color: var(--primary-color); font-size: 14px; font-weight: 700; line-height: 1em; border-radius: 8px; border: 1px solid var(--primary-color); }

/* Footer */

.site-footer { position: relative; display: flex; flex-direction: column; padding-top: 55px; color: var(--white-color); background: var(--primary-color); border-radius: 50px 50px 0px 0px; }
.site-footer a { color: var(--white-color); transition: ease-in-out .4s; }
.site-footer .footer--columns { display: flex; justify-content: space-between; }
.site-footer .footer--column { min-width: 140px; }
.site-footer .footer--title { margin-bottom: 21px; font-weight: 600; line-height: 33px; text-transform: uppercase;}
.site-footer .site-nav-secondary { width: 340px; }
.site-footer .site-nav-secondary ul { list-style: none; display: grid; column-gap: 30px; grid-template-columns: auto auto; }
.site-footer .site-nav-secondary ul li { width: 100%; }
.site-footer .site-nav-secondary ul li a { position: relative; margin-left: -12px; padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 32px; }
.site-footer .site-nav-secondary ul li a::after { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; border-radius: 100px; transition: ease-in-out .4s; }
.site-footer .site-nav-secondary ul li a:hover::after { background: rgba(255, 255, 255, .2); mix-blend-mode: overlay;  }
.site-footer .site-nav-secondary.large { width: 345px; }
.site-footer .site-nav-secondary.large ul { display: flex; flex-direction: column; }
.site-footer .footer--text { font-size: 14px; font-weight: 400; line-height: 32px; }
.site-footer .footer--text p { margin: 0; }
.site-footer .footer--text a { display: table; margin-top: 4px; padding: 8px 10px; color: var(--white-color); font-size: 14px; font-weight: 700; line-height: 1em; background: var(--primary-color); border: 1px solid transparent; border-radius: 4px; transition: .4s; }
.site-footer .footer--text a:hover { color: var(--primary-color); background-color: transparent; border-color: var(--primary-color); }
.site-footer .site-nav-contact ul { flex-direction: column; gap: 0; }
.site-footer .site-nav-contact ul li a { padding: 0; height: auto; color: var(--white-color); line-height: 32px; }
.site-footer .site-nav-contact ul li a i { color: var(--white-color); }
.site-footer .site-nav-contact ul li .btn-outline { margin-top: 23.5px; padding: 18px 0; width: 100%; }
.site-footer .site-nav-social { margin-top: 22px; }
.site-footer .site-nav-social ul { list-style: none; display: flex; gap: 14.2px; }
.site-footer .site-nav-social .btn-icon { position: relative; color: var(--primary-color); background: var(--white-color); }
.site-footer .footer--logos { position: relative; display: flex; justify-content: space-between; padding: 65px 0; }
.site-footer .footer--logos-group { position: relative; display: flex; flex-direction: column; }
.site-footer .footer--logos-group .footer--title { margin: 0; font-size: 11px; font-weight: 600; line-height: 33px; text-transform: uppercase; }
.site-footer .footer--logos-group a,
.site-footer .footer--logos-group a img { display: block; width: 185px; max-width: 185px; max-height: 45px; }
.site-footer .footer--stamps ul { list-style: none; display: flex; gap: 38px; width: fit-content; }
.site-footer .footer--stamps ul li { display: flex; align-items: center; justify-content: center; }
.site-footer .footer--stamps img { width: auto; max-width: 465px; max-height: 65px; object-fit: contain; mix-blend-mode: screen; }
.site-footer .footer--bar { padding: 30px 0; background: rgba(0, 0, 0, .1); }
.site-footer .footer--bar .container { display: flex; justify-content: space-between; }
.site-footer .footer--bar p { font-size: 12px; font-weight: 500; line-height: 24px; }
.site-footer .footer--bar p a i { font-size: 21px; }
.site-footer .footer--bar p strong { font-weight: 800; }
.site-footer .upside { display: inline-flex; gap: 6px; align-items: center; }

/* Animations */

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

/* Mobile */

.mobile--menu { display: none; }

@media screen and (max-width: 991px) {

    :root {            
        --title-size: 20px;
        --title-large-size: 28px;        
    }

    html { scroll-padding-top: 100px; }

    body.rypro:has(.site-header.header--fixed) { padding-top: 90px; }

    .btn-group { gap: 20px; }
    
    .container { padding: 0 30px; }

    /* Header */
    .site-header { margin: 0; padding: 21px 28px !important; }
    .site-header .container { padding: 0; justify-content: space-between; }
    .site-header.header--fixed { top: 0; }
    .site-header .mobile--menu { cursor: pointer; position: absolute; z-index: 9; top: 31px; right: 30px; display: block; font-size: 12px; color: var(--primary-color); }
    .site-header .mobile--menu .icon-close { display: none; font-size: 18px; }
    .site-logo, .site-logo a { padding: 0 !important; width: 90px; height: 40px; background-size: contain; }
    .site-nav ul { gap: 10px; }        
    .site-nav > ul > li.megamenu-link > a::after { right: 21px; }
    .site-nav > ul > li.menu-item-has-children > a::after,
    .site-nav-primary > ul > li.current-menu-item > a::before,
    .site-nav-primary > ul > li:hover > a::before { display: none; }    
    .site-nav-primary { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 100px; margin: 0; padding: 20px 0; width: 100%; background: var(--white-color); border-radius: 0; transition: .6s; }    
    .site-nav-primary ul li a { padding: 16px 28px !important; height: auto !important; color: var(--text-color); }    
    .site-nav-primary > ul { z-index: 2; gap: 6px; flex-direction: column; padding: 0; }        
    .site-nav-primary > ul > li > ul { position: relative; top: 0 !important; left: 0; opacity: 1; border: none; box-shadow: none; transform: none; }
    .site-nav-primary > ul > li > ul li a { padding: 16px 28px; }
    .site-nav-options { flex: 0; padding: 0 40px 0 0; }
    .site-nav-options .btn-search { flex: 0 0 48px; }
    .site-nav-options .btn { display: none; }    
    .search-box,
    .search-box.active { top: 80px; padding: 0 30px; max-height: none; }
    .search-box form { gap: 10px; flex-direction: column; }
    .search-box .btn-primary { width: 100%; }
    .menu-open .site-nav-primary { opacity: 1; visibility: visible; top: 77px; }        
    .menu-open .site-nav-primary > ul > li > ul { visibility: visible; }
    .menu-open .site-header .mobile--menu .icon-bars { display: none; }
    .menu-open .site-header .mobile--menu .icon-close { display: block; }

    .megamenu { position: relative; top: 0 !important; height: 0; margin-top: 0; }
    .megamenu.open { height: auto; }
    .megamenu .container { flex-direction: column; gap: 0; }
    .megamenu .megamenu--header { padding: 0 30px; width: 100%; }
    .megamenu .megamenu--header li a { padding: 20px 0 !important; }
    .megamenu .megamenu--header > li > a { padding-bottom: 0 !important; border: none; }
    .megamenu .megamenu--header li a.active + .megamenu--header-menu { display: block; border-bottom: 1px solid var(--primary-color); }
    .site-nav ul li a {
        position: relative;
        display: flex;
        gap: 4px;
        align-items: center;
        padding: 10px 0;
        color: var(--secondary-color);
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: -0.28px;
        transition: .4s;
    }
    .megamenu .megamenu--header-title::after,
    .megamenu .megamenu--header-description,
    .megamenu .megamenu--close,
    .megamenu .megamenu--content  { display: none !important; } 

    /* Blocks */
    .block--headline, .title--headline, .page--headline { font-size: 14px; line-height: 40px; }    
    .block--posts .block--title { text-align: center; }
    .block--posts .swiper { padding: 0 30px; }
    .block--posts .swiper-wrapper { padding-bottom: 45px; }
    .block--posts .block--content { flex-direction: column; }
    .block--posts .block--content:has(.swiper) { margin: 0; }
    .block--posts .block--content .post-card,
    .block--posts .block--content .posts-cards .post-card { width: 100%; }
    .block--posts .block--posts-search form { gap: 15px; flex-direction: column; }
    .block--posts .block--posts-search .btn { width: 100%; }
    .block--posts .block--footer { margin: 30px 0 0; padding: 0 30px; }
    .block--posts .block--footer .btn { position: relative !important; width: 100%; }
    .block--posts .container:has(.posts-cards.swiper) { padding: 0; }
    .posts-cards { flex-direction: column-reverse; }
    .posts-cards .post-card { width: 100%; }
    .posts-cards .post-card .post--cat { top: 12px; left: 12px; }    
    
    .wp-block-columns { flex-direction: column; gap: 32px !important; padding: 0 30px; }
    .wp-block-columns .wp-block-column { flex: 1 !important; }
    .wp-block-columns .wp-block-column p { text-align: center; }
    .wp-block-columns.wp-container-core-columns-is-layout-2 .wp-block-columns { gap: 20px !important; }
    .wp-block-columns.wp-container-core-columns-is-layout-2 .wp-block-columns .wp-block-column p { margin-bottom: 0; }
    .wp-block-columns.wp-container-core-columns-is-layout-2 .wp-block-columns .wp-block-image img { display: block; margin: 0 auto; }
    
    /* Pages */
    .block--title { line-height: 1.25em; }
    .site-page { padding-top: 25px; }
    .site-page > p.has-text-align-center,    
    .site-page > div > p.has-text-align-center { padding: 0 30px; }    
    .page--blog .page--search form { margin: 20px auto 40px; }
    .page--blog .page--search form::before { top: 28px; left: 26px; }
    .page--blog .page--search input { padding: 24px 60px; }
    .page--blog .page--search .btn-primary { display: none; }
    .page--blog .page--filters ul,
    .page--blog .page--filters .menu-categorias-blog-container { flex-wrap: wrap; align-items: center; justify-content: center; }
    .page--blog .block--post-featured .container { padding: 0; }
    .page--blog .block--post-featured .container > a { flex-direction: column; gap: 16px; }
    .page--blog .block--post-featured .block--image img { max-width: 100%; height: 225px; }
    .page--blog .block--post-featured .block--title { margin-top: 0; }

    .archive .block--posts .block--content .posts-cards,
    .search-results .block--posts .block--content .posts-cards { flex-direction: column; }
    .archive .block--posts .block--content .posts-cards .post-card,
    .search-results .block--posts .block--content .posts-cards .post-card { width: 100%; }

    /* Sliders */
    .swiper { --swiper-pagination-bullet-horizontal-gap: 5px; }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next { margin-top: -15px; width: 30px; height: 30px; }
    .swiper-navigation { right: auto; left: 50%; transform: translateX(-50%); }

    /* Footer */
    .site-footer { margin-top: -1px; padding-top: 50px; }
    .site-footer .footer--columns { gap: 32px; flex-direction: column; }
    .site-footer .site-nav-social { margin-top: 38px; }
    .site-footer .site-nav-social ul { gap: 20px; justify-content: center; }
    .site-footer .footer--logos { flex-direction: column; padding: 40px 0; }
    .site-footer .footer--logos-group { gap: 11px; flex-wrap: wrap; align-items: center; justify-content: center; }
    .site-footer .footer--logos-group .footer--title { width: 100%; text-align: center; }
    .site-footer .footer--stamps { margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(255, 255, 255, .2); }
    .site-footer .footer--stamps ul { flex-wrap: wrap; justify-content: center; }
    .site-footer .footer--stamps img { max-width: 100%; }
    .site-footer .footer--bar .container { gap: 19px; flex-direction: column; justify-content: center; text-align: center; }
    body:has(.btn-whatsapp) .site-footer .footer--bar{ padding-bottom: 120px; }
    .btn-whatsapp { right: auto; left: 50%; bottom: 20px; transform: translateX(-50%); }
}


/**
 * COMPONENTES
 **/

/* HEADING */
.block--page-heading { margin-bottom: 40px; padding: 0 0 37px; }
.block--page-heading .container { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.block--page-heading .block--title { color: var(--primary-color); text-align: center; font-size: var(--title-medium-size); font-weight: 800; line-height: 56px; letter-spacing: -0.8px; text-transform: uppercase; }
.block--page-heading .block--subtitle { opacity: .7; margin-bottom: 20px; color: var(--secondary-color); }
.block--page-heading p { margin-top: 7px; padding: 0 20px; max-width: 900px; color: var(--primary-color); text-align: center; font-size: 20px; font-weight: 500; line-height: 27px; }
.block--page-heading .btn-group { margin-top: 20px; }
.block--page-heading.heading-border .container { padding-bottom: 62.5px; border-bottom: 1px solid rgba(0, 0, 0, .2); }
.block--page-heading.heading-image { padding: 0; margin-top: -50px; margin-bottom: 115px; pointer-events: none; }
.block--page-heading.heading-image .container { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 71px; height: 505px; max-width: var(--max-large-width); }
.block--page-heading.heading-image .container > * { position: relative; z-index: 2; }
.block--page-heading.heading-image .block--title { color: var(--white-color); font-size: var(--title-large-size); }
.block--page-heading.heading-image .block--subtitle { color: var(--white-color); }
.block--page-heading.heading-image p { color: var(--white-color); }
.block--page-heading.heading-image .block--image { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; }
.block--page-heading.heading-image .block--image::after { content: " "; position: absolute; left: 0; bottom: 0; width: 100%; height: 330px; background: linear-gradient(180deg, rgba(30, 108, 91, 0.00) 0%, var(--primary-color) 100%); border-radius: 20px;  }
.block--page-heading.heading-image .block--image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.block--page-heading.only-image { margin-top: 0 !important; margin-bottom: 75px; }
.block--page-heading.only-image .container { height: 350px; }
.block--page-heading.only-image .block--title { position: absolute; left: -9999999px; }
.block--page-heading.only-image .block--image::after { display: none; }
@media screen and (max-width: 991px) {
    .block--page-heading { padding-top: 30px; }
    .block--page-heading.heading-image { margin-top: -115px; }    
    .block--page-heading.only-image .container { height: 220px; }
    .block--page-heading .block--title { font-size: 38px; line-height: 46px; }    
    .block--page-heading .btn-group { flex-direction: column; align-items: center; justify-content: center; }
}

/* BUTTONS */
.block--buttons { display: flex; gap: 20px; }
.block--buttons.center { justify-content: center; }
.block--buttons.right { justify-content: flex-end; }

/* CONTAINER */
.block--container { padding-bottom: 120px; }
.block--container .btn.btn-primary { flex-direction: row-reverse; }
.block--container:has( + .block ) { padding-bottom: 0; } 
.block--container .block--content h2.wp-block-heading { font-size: var(--title-size); text-transform: uppercase; }
@media screen and (max-width: 991px) {
    .block--container .block--productfeatured { margin-bottom: 64px; }
}

/* SLIDES */
.block--slides-slider .container { position: relative; max-width: calc( var(--max-width) + 212px ); }
.block--slides-slider .slides-slider { overflow: visible; }
.block--slides-slider .swiper-slide { opacity: 0; transition: opacity 0.3s ease-in-out; }
.block--slides-slider .swiper-slide-active,
.wp-admin .block--slides-slider .swiper-slide { opacity: 1; }
.block--slides { display: flex; justify-content: flex-end; padding: 22px 0 0 0; }
.block--slides .block--content { position: absolute; z-index: 3; top: 0; left: 0; display: flex; justify-content: center; flex-direction: column; margin: 0; padding: 47px 50px; width: 100%; max-width: 484px; min-height: 365px; color: var(--white-color); background: var(--primary-color); border-radius: 20px;  }
.block--slides .block--content p { color: var(--white-color); font-size: 20px; font-weight: 500; }
.block--slides .block--title { margin-bottom: 18px; color: var(--white-color); font-size: 50px; font-weight: 800; line-height: 56px; letter-spacing: -1px; text-transform: uppercase; }
.block--slides .btn { margin-top: 8px; }
.block--slides .slide-image { position: relative; z-index: 2; width: calc( 100% - 52px ); }
.block--slides .slide-image::before { content: " "; opacity: .3; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--primary-color); border-radius: 20px; mix-blend-mode: screen; }
.block--slides .slide-image img { display: block; width: 100%; max-height: 500px; min-height: 417px; object-fit: cover; border-radius: 20px; }
.block--slides.right { justify-content: flex-start; }
.block--slides.right .block--content { left: auto; right: 0; }
.block--slides.style-2 .block--content { background: var(--white-color); border: 1px solid var(--primary-color); }
.block--slides.style-2 .block--content p,
.block--slides.style-2 .block--content .block--title,
.block--slides.style-2 .block--content .block--headline { color: var(--primary-color); border-color: var(--primary-color); }
.block--slides.style-2 .btn { color: var(--white-color); background: var(--primary-color); }
@media screen and (max-width: 991px) {
    .block--slides { flex-direction: column; padding: 0; }
    .block--slides .block--headline { font-size: 16px; color: var(--primary-color) !important; }
    .block--slides .block--title { font-size: 35px; line-height: 40px; color: var(--primary-color); }    
    .block--slides .block--content { position: relative; align-items: center; margin: 0 0 -24px; padding: 0; max-width: none; min-height: auto; text-align: center; background: transparent; }
    .block--slides .block--content p { font-size: 19px; font-weight: 400; color: var(--secondary-color); }
    .block--slides .block--content .btn { color: var(--white-color); background: var(--primary-color); }
    .block--slides .slide-image { width: 100%; }
    .block--slides .slide-image img { height: 330px; min-height: auto; }    
}

/* CONTENT */
.block--imagecontent .container { display: flex; gap: 72px; align-items: center; }
.block--imagecontent .block--content,
.block--imagecontent .block--image { position: relative; z-index: 3; width: 50%; }
.block--imagecontent .block--image img { display: block; border-radius: 20px; width: 100%; max-width: 512px; height: auto; min-height: 290px; object-fit: cover; }
.block--imagecontent .block--image.image--shadow { position: relative; overflow: hidden; display: block; flex: 0 0 538px; border-radius: 27px; box-shadow: 10px 14px 162.5px 0px rgba(0, 0, 0, 0.15); }
.block--imagecontent .block--image.image--shadow img { width: 538px; }
.block--imagecontent .block--title { margin-bottom: 15px; font-size: var(--title-medium-size); font-weight: 600; color: var(--primary-color); line-height: 46px; letter-spacing: -0.3px; }
.block--imagecontent .block--subtitle { margin-bottom: 6px; font-size: 20px; font-weight: 500; color: var(--secondary-color); line-height: 28px; }
.block--imagecontent p { margin-bottom: 1em; color: var(--text-color); line-height: 23px; }
.block--imagecontent p + p { margin-bottom: 1em; }
.block--imagecontent p:last-child { margin-bottom: 0; }
.block--imagecontent p strong:only-child { display: block; margin-bottom: 22px; color: var(--primary-color); font-size: var(--title-size); font-weight: 700; line-height: 39px; letter-spacing: -0.6px; }
.block--imagecontent p + p strong:only-child { margin-top: 50px; }
.block--imagecontent .btn { display: flex; margin-top: 23px; }
.block--imagecontent .list-icons { display: flex; flex-direction: column; }
.block--imagecontent .list-icons i { color: var(--white-color); }
.block--imagecontent .list-icons li { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin: 0; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.block--imagecontent .list-icons li:last-child { border: none; }
.block--imagecontent .list-icons li::before { display: none; }
.block--imagecontent .list-icons li img { display: block; height: 20px; width: 20px; object-fit: contain; }
.block--imagecontent.content-reverse .container { flex-direction: row-reverse; }
.block--imagecontent.content-top-padding,
.block--imagecontent:first-of-type { padding-top: 169px; }
.block--imagecontent.content-margin { margin: 70px 0; }
.block--imagecontent.content-large .block--content,
.block--imagecontent.content-large .block--image { width: 100%; }
.block--imagecontent.content-large .block--image { flex: 0 0 375px; }
.block--imagecontent.content-large .block--image img { margin: 0 auto; }
.block--imagecontent.content-full .container { gap: 0; max-width: none; }
.block--imagecontent.content-full .block--image { position: static; z-index: 1; }
.block--imagecontent.content-full .block--content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 635px; padding: 60px; width: 50%; text-align: center; background: var(--primary-color); border-radius: 20px 0 0 20px; }
.block--imagecontent.content-full .block--content .block--title,
.block--imagecontent.content-full .block--content p { color: var(--white-color); max-width: 585px; }
.block--imagecontent.content-full .block--content p { font-weight: 700; }
.block--imagecontent.content-full .block--content .btn-primary { color: var(--primary-color); background: var(--white-color); }
.block--imagecontent.content-full .block--content .btn-primary:hover { color: var(--white-color); background: var(--primary-color); border-color: var(--white-color); }
.block--imagecontent.content-full .block--image img { position: absolute; z-index: 1; top: -25px; left: 0; width: 60vw; height: 685px; border-radius: 0 20px 20px 0; aspect-ratio: 1213.60/682.73; object-fit: cover; }
.block--imagecontent.content-full.content-reverse  .block--image img { left: auto; right: 0; border-radius: 20px 0 0 20px; }
.block--imagecontent.content-full.content-reverse .block--content { border-radius: 0px 20px 20px 0px; }
.block--imagecontent.content-card .container { gap: 65px; max-width: var(--max-large-width); background-color: var(--secondary-color); border-radius: 50px 0px; }
.block--imagecontent.content-card .block--image { flex: 0 0 360px; margin-top: -51px; padding: 0 0 77px 54px; }
.block--imagecontent.content-card .block--image img { max-width: 360px; min-height: 458px; border-radius: 20px; object-fit: cover; }
.block--imagecontent.content-card .block--content { padding-right: 80px; width: 100%; }
.block--imagecontent.content-card .block--content .block--title { margin-bottom: 16px; font-size: var(--title-size); line-height: 1em; text-transform: uppercase; }
.block--imagecontent.content-card .block--content .block--subtitle { font-size: 20px; }
.block--imagecontent.content-card .block--content .block--title,
.block--imagecontent.content-card .block--content .block--subtitle,
.block--imagecontent.content-card .block--content p { color: var(--white-color); line-height: 25px; }
.block--imagecontent.content-card .block--content p { opacity: .8; }
.block--imagecontent.content-card .block--content .btn-primary { color: var(--primary-color); background: var(--white-color); }
.block--imagecontent.content-card .block--content .btn-primary:hover { color: var(--white-color); background: var(--primary-color); border-color: var(--white-color); }
.block--imagecontent.content-image-background-color .block--image { background-color: var(--background-color); }
.block--imagecontent.background-color { padding: 100px 0; }
.block--imagecontent.background-merge { margin-bottom: 0 !important; }
.block--imagecontent.background-merge .container { position: relative; }
.block--imagecontent.background-merge.content-card .container::before { content: " "; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background: var(--primary-color); border-radius: 33px; }
.block--imagecontent.background-merge .container::after { content: " "; position: absolute; z-index: 1; top: 50%; left: 50%; width: 100vw; height: 50%; background: var(--secondary-color); transform: translateX(-50%); }
@media screen and (max-width: 991px) {
    .block--imagecontent .container,
    .block--imagecontent.content-reverse .container { gap: 26px; flex-direction: column; }    
    .block--imagecontent .block--title,
    .block--imagecontent .block--subtitle,
    .block--imagecontent.content-large .block--title { line-height: 32px; }
    .block--imagecontent .block--content,
    .block--imagecontent .block--image { width: 100%; }
    .block--imagecontent .block--image img { max-width: 100%; height: auto; }
    .block--imagecontent .block--image.image--shadow { flex: 1; }
    .block--imagecontent p { font-size: 14px; line-height: 23px; }
    .block--imagecontent .btn { display: block; margin-left: auto; margin-right: auto; width: 100%; text-align: center; }
    .block--imagecontent.content-large .block--image { flex: auto; margin-left: 0; }
    .block--imagecontent.content-large .block--image img { margin: 0 auto; }    
    .block--imagecontent.content-top-padding,
    .block--imagecontent:first-of-type { padding-top: 118px; }
    .block--imagecontent.content-margin { margin: 40px 0; }            
    .block--imagecontent.content-card .container { gap: 32px; padding: 12px 12px 32px; }
    .block--imagecontent.content-card .block--image { flex: 1; padding: 0; }
    .block--imagecontent.content-card .block--image img { max-width: 100%; min-height: 320px; }
    .block--imagecontent.content-card .block--content { padding: 0 30px; text-align: center; }
}

/* FAQS */
.block--faq { padding: 80px 0 75px; background-color: var(--background-color); }
.block--faq .block--heading { margin-bottom: 40px; }
.block--faq .block--title { margin-bottom: 55px; color: var(--primary-color); text-align: center; font-size: var(--title-medium-size); line-height: 39px; letter-spacing: -0.8px; }
.block--faq .faq--list.col-12 { display: flex; gap: 22px; flex-direction: column; }
.block--faq .faq--list.col-6 { columns: 2 280px; column-gap: 20px; flex-direction: unset; }
.block--faq .faq--list.col-6 .faq--item { display: inline-block; break-inside: avoid; width: 100%; margin: 0 0 20px; }
.block--faq .faq--item { cursor: pointer; position: relative; padding: 0 54px 20px 26px; background: var(--white-color); border: 1px solid #D2E2DE; border-radius: 10px; }
.block--faq .faq--question { margin: 0 !important; padding: 17px 0 0; color: var(--secondary-color); font-size: 17px; font-weight: 600; line-height: 24px; letter-spacing: -0.34px; }
.block--faq .faq--question::after { content: "\e906"; position: absolute; top: 17px; right: 25px; font-family: 'rypro-icons' !important; font-size: 8px; color: var(--primary-color); transition: .4s; }
.block--faq .faq--question span { display: inline-block; margin-right: 12.51px; color: var(--primary-medium-color); font-size: 16px; text-transform: uppercase; }
.block--faq .faq--content { margin-top: 4px; padding-left: 35.75px; color: var(--text-light-color); }
.block--faq .faq--content p { color: var(--text-color); line-height: 23px; }
.block--faq .faq--content p:only-child { margin: 0; }
.block--faq .faq--content p strong { font-weight: 500; }
.block--faq .faq--content .btn { margin-top: 20px; }
.block--faq .faq--item.open .faq--question::after { transform: rotate(180deg); }
.block--faq + .block--imagefull { background-color: var(--background-color); }
@media screen and (max-width: 991px) {
    .block--faq { margin: 40px 0 10px; }
    .block--faq .faq--list,
    .block--faq .faq--list.col-12,
    .block--faq .faq--list.col-6 { display: flex; gap: 20px; flex-direction: column; }
    .block--faq .faq--list.col-6 .faq--item,
    .block--faq .faq--list .faq--item { display: block; margin: 0; break-inside: auto; }
    .block--faq .faq--item { padding: 0 26px; }
    .block--faq .faq--question { position: relative; padding-left: 35.75px; padding-bottom: 16px; line-height: 1.5em; }
    .block--faq .faq--question::after { right: 0; }
    .block--faq .faq--question span { position: absolute; left: 0; }
    .block--faq .faq--content { padding-bottom: 16px; }
}

/* IMAGE FULL */
.block--imagefull .block--image img { display: block; width: 100%; max-height: 790px; object-fit: cover; }
.block--imagefull .block--image::before { content: " "; opacity: 0.9; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--secondary-color); mix-blend-mode: lighten; }
.block--imagefull.remove-overlay .block--image::before { display: none; }

/* VÍDEO */
.block--video { position: relative; }
.block--video > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white-color); font-weight: 500; line-height: 19px; }
.block--video > a span { display: flex; margin: 0 auto; max-width: 360px; text-align: center; }
.block--video img { display: block; width: 100%; max-height: 590px; object-fit: cover; }
.block--video .block--title { flex-direction: column; margin-bottom: 14px; color: var(--white-color); font-size: 37px; font-weight: 800; line-height: 40px; letter-spacing: -0.74px; max-width: 460px; text-align: center; text-transform: uppercase; }
.block--video .btn { margin-top: 20px; }
.block--video::before { content: " "; opacity: .4; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--primary-color); }
@media screen and (max-width: 991px) {
    .block--video img { min-height: 330px; }
}

/* BANNER */
.block--banner { margin: 120px 0 80px; }
.block--banner.background-merge { margin-bottom: 0; }
.block--banner.background-merge .container { position: relative; }
.block--banner.background-merge .container::after { content: " "; position: absolute; z-index: 1; top: 50%; left: 50%; width: 100vw; height: 50%; background: var(--secondary-color); transform: translateX(-50%); }
.block--banner .container { position: relative; width: 100%; height: 310px; border-radius: 33px; }
.block--banner .block--title { color: var(--white-color); font-size: var(--title-large-size); font-weight: 700; line-height: 48px; }
.block--banner .banner--wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 60px 40px 60px 60px; width: 100%; height: 310px; background: var(--primary-color); border-radius: 33px; }
.block--banner .banner--wrap::before { content: " "; position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; height: 170px; background: linear-gradient(0deg, var(--primary-color) 0%, rgba(44, 194, 214, 0.00) 100%); border-radius: 0px 0px 33px 33px; }
.block--banner .banner--wrap > img { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); }
.block--banner .banner--content { position: relative; z-index: 4; display: flex; flex-direction: column; max-width: 350px; }
.block--banner .banner--content p { color: var(--white-color); font-size: 17px; font-weight: 500; line-height: 26px; }
.block--banner .banner--content p a { color: var(--primary-color); }
.block--banner .banner--content p a[href^="mailto:"] { color: var(--white-color); }
.block--banner.background .container { display: block; overflow: hidden; max-width: 1140px; border-radius: 30px; }
.block--banner.background .banner--wrap::before { content: " "; opacity: .7; position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(107deg, #333D4D 11.95%, rgba(51, 61, 77, 0.00) 84.46%); }
.block--banner.background .banner--wrap { flex-direction: column; align-items: flex-start; justify-content: center; margin: 0 auto; padding: 0; height: 310px; max-width: none; text-align: left; background: transparent; }
.block--banner.background .banner--content:first-child,
.block--banner.background .banner--content { align-items: flex-start; margin: 0; padding: 0 50px; width: 100%; max-width: 600px; }
.block--banner.background .block--title { margin-bottom: 23px; text-transform: uppercase; }
.block--banner.background .banner--content p { margin: 0; font-size: 17px; font-weight: 500; line-height: 25px; text-align: center; }
.block--banner.background .banner--content .btn { margin-top: 23px; }
.block--banner.background .banner--content .btn-primary:hover { border-color: var(--primary-color); }
.block--banner.background .banner--wrap > img { z-index: 1; display: block; top: 0; bottom: auto; left: 0; width: 100%; height: 100%; object-fit: cover; transform: none; }
@media screen and (max-width: 991px) {
    .block--banner { margin: 80px 0 40px; }
    .block--banner .container { padding: 200px 0 0; height: auto; }    
    .block--banner .banner--wrap { gap: 17px; flex-direction: column; padding: 40px 30px; margin: 0; width: 100%; height: auto; border-radius: 0; }
    .block--banner .banner--wrap::before { bottom: auto; top: 0; height: 50px; }
    .block--banner .banner--content,
    .block--banner .banner--content:first-child { margin: 0; width: 100%; max-width: 100%; align-items: center; }        
    .block--banner .block--title { margin-bottom: 12px; font-size: 25px; line-height: 43px; letter-spacing: -0.25px; text-align: center; }
    .block--banner .banner--content p,
    .block--banner .banner--content:first-child p { padding: 0; margin: 0; text-align: center; }
    .block--banner .banner--wrap > img { top: -200px; bottom: auto; max-width: 100%; max-height: 250px; }
    .block--banner.background .container { padding: 60px 0; border-radius: 0; }
    .block--banner.background .banner--wrap { position: static; gap: 0; padding: 0; height: auto; }
    .block--banner.background .banner--wrap::before { background: linear-gradient(0deg, #003021 1.49%, rgba(0, 48, 33, 0.49) 100%); border-radius: 0; }
    .block--banner.background .block--title { margin-bottom: 6px; line-height: 31px; }
    .block--banner.background .banner--content p { padding: 0 30px; font-size: 14px; font-weight: 400; line-height: 23px; }
    .block--banner.background .banner--content .btn { margin: 16px auto 0;}
    .block--banner.background .banner--wrap > img { border-radius: 0; max-height: none; }
}

/* PRODUCTS */
.block--products { margin: 70px 0 100px; }
.block--products .block--title { margin-bottom: 17px; color: var(--primary-color); text-align: center; letter-spacing: -0.6px; text-transform: uppercase; }
.block--products .block--heading { margin-bottom: 10px; }
.block--products .block--heading p { margin: 0 auto; max-width: 520px; color: var(--text-color); text-align: center; line-height: 19px; }
.block--products .block--product-search { margin: 40px 0 60px; padding: 25px 30px; background: var(--primary-light-color); border-radius: 21px; }
.block--products .block--product-search form { display: flex; gap: 30px; }
.block--products .block--product-search .input-wrap { position: relative; flex: 1; width: 100%; }
.block--products .block--product-search input[type='search'],
.block--products .block--product-search select { appearance: none; padding: 18px 21px 19px; width: 100%; color: var(--text-color); font-size: 14px; line-height: 23px; letter-spacing: -0.28px; background: var(--white-color); border: none; border-radius: 9px; box-shadow: 0px 4px 8.5px 0px rgba(55, 95, 86, 0.10); }
.block--products .block--product-search .input-wrap:has(input[type='search'])::after { content: '\e917'; position: absolute; top: 50%; right: 20px; margin-top: -12px; font-family: 'rypro-icons' !important; font-size: 16px; color: var(--primary-color); }
.block--products .block--product-search .input-wrap:has(select)::after { content: "\e906"; position: absolute; z-index: 2; top: 50%; right: 20px; margin-top: -12px; font-family: 'rypro-icons' !important; font-size: 9px; color: var(--primary-color); }
.block--products .block--product-search .btn { cursor: pointer; width: 218px; height: 60px; }
.block--products .products-slider { overflow: visible; margin-top: 40px; padding: 0 0 55px; }
.block--products .product--item { position: relative; height: 390px; background: var(--white-color); border-radius: 20px; box-shadow: 16px 20px 134.1px 0px rgba(52, 61, 77, 0.05); transition: .4s; }
.block--products .product--item > a { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 30px; }
.block--products .product--item img { display: block; margin: 0 auto; width: 90%; height: 210px; object-fit: contain; transition: ease-in-out .3s; }
.block--products .product--item .product-category { display: none; }
.block--products .product--item .product-title { display: block; margin-top: 55px; margin-bottom: 10px; color: var(--primary-color); text-align: center; font-size: 19px; font-weight: 600; line-height: 24px; letter-spacing: -0.38px; transition: ease-in-out .3s; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 48px; }
.block--products .product--item .product-description { opacity: 0; visibility: hidden; color: var(--white-color); text-align: center; line-height: 19px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-width: 100%; max-height: 57px; }
.block--products .product--item .btn { opacity: 0; visibility: hidden; display: inline-flex; margin: 20px auto 0; transition: ease-in-out .3s; }
.block--products .slider--default { --swiper-navigation-sides-offset: -25px; }
.block--products .swiper-slide { opacity: 0; transition: opacity 0.3s ease-in-out; }
.block--products .swiper-slide-active,
.block--products .swiper-slide-next,
.block--products .swiper-slide-next + .swiper-slide { opacity: 1; }
.block--products.products--compact .product--item { height: 325px; }
.block--products.products--compact .product--item > a { align-items: flex-start; padding-left: 20px; padding-right: 20px; }
.block--products.products--compact .product--item img { margin-bottom: 22px; height: 110px; }
.block--products.products--compact .product--item .product-category { position: relative; overflow: hidden; display: inline-block; margin-bottom: 8px; padding: 7px 15px; width: fit-content; max-width: 100%; color: var(--white-color); font-size: 12px; font-weight: 500; line-height: 16px; letter-spacing: -0.24px; text-overflow: ellipsis; white-space: nowrap; background: var(--primary-color); border-radius: 16px; transition: ease-in-out .3s; }
.block--products.products--compact .product--item .product-title { margin-top: 0; margin-bottom: 5px; font-size: 16px; letter-spacing: -0.32px; text-align: left; }
.block--products.products--compact .product--item .product-description { opacity: 1; visibility: visible; color: var(--text-color); font-size: 14px; line-height: 19px; text-align: left; }
.block--products.products--compact .product--item > a:hover .product-category { white-space: wrap; }
.block--products.products--compact .btn { display: none; }
.block--products.products--compact .slider--compact { --swiper-navigation-sides-offset: 0; padding-left: 80px; padding-right: 80px; }
.block--products.products--compact .slider--compact .swiper-slide-next + .swiper-slide + .swiper-slide { opacity: 1; }
.block--products.products--featured { padding: 120px 0; background: var(--primary-color) url('../images/R-white.svg') no-repeat; background-position: top 50px right 0; }
.block--products.products--featured .block--product-search,
.block--products.products--featured .block--heading p { display: none; }
.block--products.products--featured .block--title { margin-bottom: 40px; color: var(--white-color); font-size: 30px; font-weight: 700; line-height: 31px; letter-spacing: -0.6px; text-align: left; }
.block--products.products--featured .product--item { height: auto; background: transparent; box-shadow: none; }
.block--products.products--featured .product--item > a { padding: 0; justify-content: flex-start; text-align: left; }
.block--products.products--featured .product--item img { width: 100%; height: 365px; border-radius: 20px; background: var(--white-color); }
.block--products.products--featured .product--item .product-title { margin-top: 26px; margin-bottom: 14px; color: var(--white-color); font-size: 17px; font-weight: 600; line-height: 24px; letter-spacing: -0.34px; text-align: left; }
.block--products.products--featured .product--item .product-description { opacity: 1; visibility: visible; display: block; overflow: visible; color: var(--white-color); text-align: left; }
.block--products.products--featured .swiper-button-next,
.block--products.products--featured .swiper-button-prev { top: -53px; left: auto; right: 0; }
.block--products.products--featured .swiper-button-prev { right: 70px; }
.block--products.products--featured .swiper .swiper-pagination-bullet { background: transparent; border: 1px solid var(--white-color); }
.block--products.products--featured .swiper .swiper-pagination-bullet-active { background: var(--white-color); }
.block--products.products-list .swiper-wrapper { display: flex; flex-wrap: wrap; gap: 30px; }
.block--products.products-list .swiper-wrapper .swiper-slide { opacity: 1; width: calc( 33.33% - 45px ); }
.block--products.products-list .block--footer { display: flex; margin-top: 30px; align-items: center; justify-content: center; }
.block--products.products-list .block--footer .btn { display: inline-flex; }
@media screen and (min-width: 991px) {
    .block--products.products--default .product--item:hover img { margin-top: -55px; }
    .block--products.products--default .product--item:hover { background: var(--primary-color); }
    .block--products.products--default .product--item:hover .product-title { margin-top: 18px; color: var(--white-color); }
    .block--products.products--default .product--item:hover .product-description,
    .block--products.products--default .product--item:hover .btn { opacity: 1; visibility: visible; }
}
@media screen and (max-width: 991px) {
    .block--products .block--heading { margin-bottom: 30px; text-align: center; }    
    .block--products .product-title { padding: 5px 0; line-height: 36px; }    
    .block--products .block--product-search form { gap: 15px; flex-direction: column; }
    .block--products .block--product-search .btn { width: 100%; }
    .block--products .swiper-button-prev,
    .block--products .swiper-button-next { top: 50%; left: -15px; }
    .block--products .swiper-button-next { left: auto; right: -15px; }
    .block--products.products--compact .slider--compact { padding-left: 0; padding-right: 0; }
}

/* FORMS */
.block--form { padding: 60px 0; }
.block--form .block--heading { color: var(--secondary-color); line-height: 23px; text-align: center; }
.block--form .block--title { margin-bottom: 25px; font-size: var(--title-size); text-align: center; }
.block--form #piotnetforms .piotnet-column__inner > .piotnetforms-fields-wrapper:has( > .piotnetforms-field-type-textarea ) { width: 100% !important; }
.block--form .piotnetforms-button { width: fit-content !important; min-width: 230px; border-radius: 8px; }
.block--form.form-column .block--heading { flex: 0 0 335px; text-align: left; }
.block--form.form-column .block--title { margin-bottom: 32px; padding-right: 55px; text-align: left; font-size: var(--title-large-size); font-weight: 800; line-height: 51px; letter-spacing: -1px; text-transform: uppercase; }
.block--form.form-column .container { display: flex; gap: 67px; }
.block--form.form-columns-2 .piotnetforms-button { width: 100% !important; }
.block--form.form-columns-2 .piotnetforms-field-type-acceptance { padding-top: 23px !important; }
.block--form.form-columns-2 #piotnetforms .piotnet-column__inner,
.block--form.form-columns-3 #piotnetforms .piotnet-column__inner { gap: 30px; }
.block--form.form-columns-2 #piotnetforms .piotnet-column__inner > .piotnetforms-fields-wrapper { width: calc(50% - 15px); }
.block--form.form-columns-3 #piotnetforms .piotnet-column__inner > .piotnetforms-fields-wrapper { width: calc(33% - 16.3px); }
.block--form.form-columns-2 .piotnetforms-button-wrapper.piotnetforms-submit,
.block--form.form-columns-3 .piotnetforms-button-wrapper.piotnetforms-submit { padding-right: 30px !important; }
.block--form.form-line .piotnet-section,
.block--form.form-line .piotnet-column,
.block--form.form-line .piotnet-column__inner { position: static !important; }
.block--form.form-line .piotnetforms__form { position: relative; padding-bottom: 20px; }
.block--form.form-line .piotnetforms__form,
.block--form.form-line .piotnet-column__inner { display: flex; gap: 30px; flex-wrap: nowrap; }
.block--form.form-line .piotnetforms-field { height: 65px; }
.block--form.form-line .piotnetforms-button-wrapper.piotnetforms-submit { flex: 0 0 33%; padding: 0 !important; }
.block--form.form-line .piotnetforms-button { margin-top: 0 !important; width: 100% !important; }
.block--form.form-line .piotnetforms-field-label { display: none !important; }
.block--form.form-line .piotnetforms-fields-wrapper:has( > .piotnetforms-field-type-acceptance ) { position: absolute; right: 0; bottom: 0; width: 33% !important; }
.block--form.form-line .piotnetforms-fields-wrapper .piotnetforms-field-type-acceptance { margin: 0 !important; padding: 0 !important; }
.block--form.form-line .piotnetforms-fields-wrapper .piotnetforms-field-type-acceptance .piotnetforms-field { height: auto; }
.block--form.background-color { padding: 120px 0; }
.block--form.background-primary { margin-top: -2px; padding-bottom: 90px; background: var(--primary-color); }
.block--form.background-primary .block--title,
.block--form.background-primary .block--heading,
.block--form.background-primary .piotnetforms-field-option label,
.block--form.background-primary .piotnetforms-field-option label a { color: var(--white-color); }
.block--form.background-primary #piotnetforms .piotnet-column__inner .piotnetforms-field-label { color: var(--white-color); font-size: 13px; font-weight: 600; line-height: 23px; letter-spacing: -0.26px; }
.block--form.background-primary #piotnetforms .piotnetforms-field { background: var(--input-primary-color) !important; border-color: transparent !important; }
.block--form.background-primary #piotnetforms .piotnetforms-field:focus,
.block--form.background-primary #piotnetforms .piotnetforms-field:focus-within { background: var(--input-primary-active-color) !important; }
.block--form.form-modal { overflow: hidden; overflow-y: auto; position: fixed; z-index: 9999; top: 0; right: -100%; padding: 45px 36px; width: 100%; max-width: 445px; height: 100vh; background: var(--white-color); box-shadow: 0px 0px 37.6px 0px rgba(0, 0, 0, 0.25); transition: ease-in-out .6s; }
.block--form.form-modal.open { right: 0; }
.block--form.form-modal .block--heading { text-align: left; }
.block--form.form-modal .block--title { color: var(--primary-color); font-size: var(--title-size); font-weight: 700; line-height: 31px; letter-spacing: -0.6px; text-transform: uppercase; text-align: left; }
.block--form.form-modal .piotnetforms-field { padding: 18px 21px !important; border: 1px solid var(--border-color) !important; background: var(--white-color) !important; border-radius: 9px !important; }
.block--form.form-modal .piotnetforms-button { width: 100% !important; }
.block--form .form--close { cursor: pointer; position: absolute; z-index: 999; top: 47px; right: 30px; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; font-family: 'rypro-icons' !important; font-size: 12px; color: var(--primary-color); background: var(--primary-light-color); border-radius: 100px; }
.block--form .form--close::after { content: '\e909'; }
body:has(.block--form.background-primary:last-of-type) .site-footer { padding-top: 90px; border-radius: 0; border-top: 1px solid rgba(255, 255, 255, .2); }

.wp-admin .block-editor .acf-block-preview:has(.block--form.form-modal) { display: flex; justify-content: flex-end; }
.wp-admin .block-editor .block--form.form-modal { position: relative; overflow: hidden; right: 0; }

@media screen and (max-width: 991px) {
    .block--form.form-column .container { flex-direction: column; }
    .block--form.form-column .block--heading { flex: none; }
    .block--form.form-column .block--heading,
    .block--form.form-column .block--title { text-align: center; font-size: 18px; line-height: 32px; }
    .block--form.form-column .block--title { padding: 0; text-align: center; font-size: 42px; line-height: 48px; }
    .block--form #piotnetforms .piotnet-column__inner { gap: 16px !important; }
    .block--form #piotnetforms .piotnet-column__inner .piotnetforms-field-label { margin-bottom: 4px !important; }
    .block--form #piotnetforms .piotnet-column__inner > .piotnetforms-fields-wrapper { width: 100% !important; }
    .block--form .piotnetforms-button-wrapper.piotnetforms-submit,
    .block--form.form-columns-2 .piotnetforms-button-wrapper.piotnetforms-submit,
    .block--form.form-columns-3 .piotnetforms-button-wrapper.piotnetforms-submit { padding: 0 !important; }    
}

/* ACCORDION */
.block--accordion { margin: 70px 0; }
.block--accordion .accordion--content { display: flex; gap: 30px; flex-direction: row-reverse; align-items: flex-start; justify-content: center; }
.block--accordion .accordion-slider { flex: 0 0 566px; }
.block--accordion .accordion-slider img { display: block; width: 100%; height: 630px; max-height: 630px; border-radius: 20px; object-fit: cover; }
.block--accordion .accordion-slider .swiper-navigation { bottom: 20px; }
.block--accordion .block--heading { display: flex; flex: 405px 0 0; flex-direction: column; }
.block--accordion .block--title { order: 1; margin-bottom: 30px; color: var(--primary-color); font-size: 40px; line-height: 39px; letter-spacing: -0.8px; }
.block--accordion .block--title span { font-size: 88px; color: var(--primary-color); letter-spacing: -0.88px; line-height: 1em; }
.block--accordion .block--headline { order: 2; padding: 1px 3px; font-size: 17px; font-weight: 500; color: var(--text-color); line-height: 20px; letter-spacing: normal; text-transform: none; }
.block--accordion .accordion--image { order: 3; width: 100%; }
.block--accordion .accordion--image img { display: block; width: 100%; height: auto; }
.block--accordion .accordion--tabs { flex: 1; }
.block--accordion .accordion--tab { padding: 25px 0; font-size: 13px; font-weight: 400; color: var(--text-color); line-height: 25px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.block--accordion .accordion--tab h5,
.block--accordion .accordion--tab h6 { margin-bottom: 13px; font-size: 15px; font-weight: 500; line-height: 25px; }
.block--accordion .accordion--tab p { margin-bottom: .75em; }
.block--accordion .accordion--tab p:last-child { margin-bottom: 0; }
.block--accordion .accordion--tab .accordion--tab-title { cursor: pointer; position: relative; padding-right: 40px; color: var(--primary-color); font-size: 17px; font-weight: 600; line-height: 24px; letter-spacing: -0.34px; transition: .3s; }
.block--accordion .accordion--tab .accordion--tab-title i { position: absolute; left: 0; top: 50%; display: inline-flex; margin-top: -10px; color: var(--primary-medium-color); }
.block--accordion .accordion--tab .accordion--tab-title::after { content: "\e916"; position: absolute; top: -1px; right: 10px; font-family: 'rypro-icons' !important; font-size: 12px; color: var(--primary-color); transition: .4s; }
.block--accordion .accordion--tab .accordion--tab-title span { color: var(--primary-medium-color); }
.block--accordion .accordion--tab .accordion--tab-content { display: none; padding-left: 28px; color: var(--text-color); line-height: 23px; }
.block--accordion .accordion--tab .accordion--tab-content ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.block--accordion .accordion--tab .accordion--tab-content ul li { position: relative; padding-left: 20px; }
.block--accordion .accordion--tab .accordion--tab-content ul li::before { content: "\e905"; position: absolute; top: 0; left: 0; color: var(--primary-medium-color); font-family: 'rypro-icons' !important; font-size: 9px; background: transparent; }
.block--accordion .accordion--tab:first-child { margin-top: -25px; }
.block--accordion .accordion--tab:last-child { border-bottom: none; }
.block--accordion .accordion--tab.open .accordion--tab-title { margin-bottom: 18px; }
.block--accordion .accordion--tab.open .accordion--tab-content { display: block; }
.block--accordion .accordion--tab.open .accordion--tab-title::after { content: "\e912"; }
@media screen and (max-width: 991px) {
    .block--accordion { margin: 30px 0; padding: 10px 0 0; }
    .block--accordion .accordion--content { gap: 40px; flex-direction: column; }
    .block--accordion .block--heading { width: 100%; }
    .block--accordion .block--title,
    .block--accordion .block--title span { order: 3; font-size: 25px; line-height: 31px; letter-spacing: -0.25px; text-align: center; }
    .block--accordion .block--headline { order: 2; padding: 0; font-size: 13px; font-weight: 400; line-height: 23px; text-align: center; }
    .block--accordion .accordion-slider img { max-height: 420px; }    
    .block--accordion .accordion-slider,
    .block--accordion .accordion--tabs { flex: none; }
}

/* NEWS */
.block--newsletter { margin: 140px 0 80px; }
.block--newsletter .container { display: flex; }
.block--newsletter .block--content { position: relative; z-index: 1; padding: 45px 50px; width: 100%; max-width: 746px; min-height: 422px; background: var(--primary-color); border-radius: 30px; }
.block--newsletter .block--content > div { width: 100%; max-width: 418px; }
.block--newsletter .block--content p,
.block--newsletter .block--title,
.block--newsletter .block--subtitle { color: var(--white-color); }
.block--newsletter .block--title {  margin-bottom: 30px; font-size: var(--title-medium-size); line-height: 39px; letter-spacing: -0.8px; }
.block--newsletter .block--content p { margin: 0; font-weight: 500; line-height: 19px; }
.block--newsletter .block--image { position: relative; z-index: 2; flex: 1; }
.block--newsletter .block--image img { position: absolute; top: -105px; right: 0; width: 580px; height: 500px; object-fit: contain; }
.block--newsletter .form-wrapper { position: relative; margin-top: 30px; }
.block--newsletter .form-wrapper::before { content: "\e910"; position: absolute; left: 22px; top: 23px; font-family: 'rypro-icons' !important; font-size: 16px; color: var(--primary-color); }
.block--newsletter input[type='email'] { padding-left: 54px !important; }
.block--newsletter #piotnetforms .piotnet-column__inner .piotnetforms-field-label { display: none; }
.block--newsletter #piotnetforms .piotnet-column__inner { display: flex; flex-direction: column; }
.block--newsletter #piotnetforms .piotnet-column__inner .piotnetforms-fields-wrapper { width: 100%; }
.block--newsletter .piotnetforms-field { border-radius: 100px !important; }
.block--newsletter .piotnetforms-field-type-acceptance .piotnetforms-field-option { padding-left: 25px !important; justify-content: flex-start; }
.block--newsletter .piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option label,
.block--newsletter .piotnetforms-fields-wrapper .piotnetforms-column .piotnetforms-field-option label a { opacity: .6; color: var(--white-color); } 
.block--newsletter .piotnetforms-submit { position: absolute; top: 0; right: 0; width: 100%; }
.block--newsletter .piotnetforms-button { position: absolute; top: 8px; right: 8px; margin: 0 !important; width: 121px; height: 52px; color: var(--white-color) !important; background: var(--primary-color) !important; border-radius: 100px; }
.block--newsletter .piotnetforms-button:hover { background: var(--primary-hover-color) !important; }
@media screen and (max-width: 991px) {
    .block--newsletter { margin: 40px 0; }
    .block--newsletter .container { flex-direction: column-reverse; padding: 0; }
    .block--newsletter .block--image { padding: 0 30px; }
    .block--newsletter .block--image img { position: relative; top: 0; width: 100%; height: auto; }
    .block--newsletter .block--content { padding: 220px 30px 120px; margin-top: -180px; border-radius: 0; }
    .block--newsletter .piotnetforms-field-type-acceptance { margin-top: 70px !important; }
    .block--newsletter .piotnetforms-field-type-acceptance .piotnetforms-field-option { padding: 0 !important; justify-content: center; }
    .block--newsletter .piotnetforms-submit { margin-top: -80px !important; }
    .block--newsletter .piotnetforms-button { position: relative; top: 0; right: 0; align-items: center; width: 100%; border: 1px solid var(--white-color); }
}

/* HERO */
.block--hero { display: flex; align-items: center; justify-content: center; height: 100dvh; min-height: 600px; background: var(--secondary-color); }
.block--hero::before,
.block--hero::after { content: " "; opacity: .7; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, var(--primary-color) 0%, rgba(52, 61, 77, 0.00) 100%); }
.block--hero::after { background: linear-gradient(180deg, var(--secondary-color) 0%, rgba(52, 61, 77, 0.00) 100%); }
.block--hero .container { display: flex; align-items: center; justify-content: center; }
.block--hero .block--title { color: #FFF; font-size: 61.48px; font-weight: 700; line-height: 70.263px; }
.block--hero .block--content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 860px; height: 100%; text-align: center; }
.block--hero .block--content p { opacity: 1; margin-top: 20px; max-width: 485px; font-size: 19px; font-weight: 500; line-height: 31px; color: var(--white-color); }
.block--hero .block--content .btn-group { margin-top: 32px; }
.block--hero .hero-image { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; mix-blend-mode: overlay; }
.block--hero .hero-image img { position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; }
@media screen and (max-width: 991px) {
    .block--hero { padding: 0; min-height: auto; }
    .block--hero .container,
    .block--hero.hero-reverse .container { flex-direction: column; align-items: center; }
    .block--hero .block--title { padding: 0 35px; font-size: 32px; line-height: 36px; }
    .block--hero .block--content { flex: none; padding: 0; text-align: center; }
    .block--hero .block--content p { max-width: none; font-size: 14px; line-height: 23px; }    
    .block--hero .block--content .btn-group { flex-direction: column; align-items: center; margin-top: 25px; }    
}

/* LIST */
.block--list { margin: 120px 0; }
.block--list .container::after { content: " "; position: absolute; z-index: 1; left: 0; top: 0; width: calc( 50% - 220px ); height: 210px; background: linear-gradient(310deg, #E9F1EF 3.44%, #FFF 57.97%); border-radius: 0px 0px 20px 0px; }
.block--list .list-slider { position: relative; z-index: 2; }
.block--list .block--heading { position: absolute; display: flex; align-items: center; padding-right: 60px; height: 170px; }
.block--list .block--title { position: relative; z-index: 2; color: var(--primary-color); font-size: 36px; line-height: 39px; letter-spacing: -0.72px; }
.block--list .list--item-image, 
.block--list .list--item-image img { display: block; margin-bottom: 17px; width: 37.661px; height: 37.661px; object-fit: contain; }
.block--list .list--item-title { margin-bottom: 12px; color: var(--primary-color); font-size: 19px; font-weight: 600; line-height: 24px; letter-spacing: -0.38px; }
.block--list .list--item p { color: var(--text-color); line-height: 23px; }
@media screen and (min-width: 991px) {
    .block--list .swiper-wrapper { display: flex; flex-wrap: wrap; gap: 95px; row-gap: 55px; }
    .block--list .block--heading,
    .block--list .swiper-wrapper .swiper-slide { width: calc( 33.33% - 70px ) !important; }    
}
@media screen and (max-width: 991px) {
    .block--list { margin: 60px 0; }
    .block--list .container::after { width: 90%; height: 180px; }
    .block--list .block--heading { position: relative; margin-bottom: 30px; }
    .block--list .list--item-image { height: auto; }
    .block--list .swiper-wrapper { padding-bottom: 40px; }
    .block--list .swiper-wrapper .swiper-slide:first-child { display: none; }
}

/* FEATURED PRODUCT */
.block--productfeatured { margin: 50px 0 110px; }
.block--productfeatured .block--content { display: flex; gap: 60px; padding-top: 40px; }
.block--productfeatured .productfeatured-image img { display: block; width: 100%; height: auto; min-height: 440px; max-height: 480px; object-fit: contain; }
.block--productfeatured .productfeatured--details { width: 50%; }
.block--productfeatured .productfeatured--details .btn.btn-primary { flex-direction: row; }
.block--productfeatured .productfeatured--details .block--title { margin-bottom: 21px; color: var(--primary-color); font-size: 26px; line-height: 25px; }
.block--productfeatured .productfeatured--details p { color: var(--text-color); font-size: 14px; line-height: 23px; }
.block--productfeatured .productfeatured--details .block--buttons { margin-top: 16px; }
.block--productfeatured .productfeatured--differentials { width: 50%; }
.block--productfeatured .productfeatured--differentials .block--title { opacity: .6; margin-bottom: 10px; color: var(--secondary-color); font-size: 10px; font-weight: 600; line-height: 24px; letter-spacing: 2.7px; text-transform: uppercase; }
.block--productfeatured .productfeatured--differentials ul li { margin: 0; padding: 13px 43px; font-size: 13px; line-height: 23px; border-bottom: 1px solid rgba(30, 108, 91, .1); }
.block--productfeatured .productfeatured--differentials ul li:last-child { border: none; }
.block--productfeatured .productfeatured--differentials ul li::before { content: "\e905"; top: 12px; left: 16px; color: var(--primary-color); font-family: 'rypro-icons' !important; font-size: 10px; background: transparent; }
.block--productfeatured .productfeatured-slider { position: relative; }
.block--productfeatured .productfeatured-slider::after { content: " "; position: absolute; z-index: 1; left: 50%; bottom: 80px; width: 720.495px; height: 42.382px; opacity: 0.3; background: #000; border-radius: 720.495px;  filter: blur(43.25px); transform: translateX(-50%); }
.block--productfeatured .swiper-wrapper { padding-bottom: 60px; }
.block--productfeatured .swiper-navigation { left: 50%; right: auto; transform: translateX(-50%); }
.block--productfeatured .swiper .swiper-navigation .swiper-button-prev,
.block--productfeatured .swiper .swiper-navigation .swiper-button-next { color: var(--white-color); background: var(--primary-color); }
.block--productfeatured.compact { margin-top: 30px; }
.block--productfeatured.compact .container { display: flex; gap: 62px; flex-direction: row-reverse; }
.block--productfeatured.compact .block--content { flex: 0 0 457px; padding: 0; }
.block--productfeatured.compact .productfeatured--details .block--buttons { margin-top: 30px; }
.block--productfeatured.compact .productfeatured--details .btn.btn-primary { flex-direction: row-reverse; }
.block--productfeatured.compact .productfeatured--details { width: 100%; }
.block--productfeatured.compact .productfeatured--details .block--title { font-size: var(--title-medium-size); font-weight: 800; line-height: 56px; letter-spacing: -0.8px; text-transform: uppercase; }
.block--productfeatured.compact .productfeatured--details p { font-size: 16px; }
.block--productfeatured.compact .productfeatured-slider { margin-top: -80px; }
.block--productfeatured.compact .productfeatured-slider::after { width: 70%; }
.products--all { display: flex; gap: 16px; align-items: center; color: var(--primary-color); font-size: 14px; font-weight: 500; line-height: 25px; letter-spacing: -0.28px; }
.products--all i { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; background: var(--primary-light-color); border-radius: 100px; }
@media screen and (max-width: 991px) {
    .block--container .block--productfeatured .container { padding: 0; }
    .block--productfeatured .block--content { flex-direction: column; }   
    .block--productfeatured .productfeatured--details,
    .block--productfeatured .productfeatured--differentials { width: 100%; }
    .block--productfeatured .productfeatured-image img { min-height: auto; }
    .block--productfeatured .productfeatured-slider { overflow: visible; }
    .block--productfeatured .swiper-wrapper { padding-bottom: 80px; }
    .block--productfeatured.compact .container { flex-direction: column-reverse; }
    .block--productfeatured.compact .productfeatured-slider { margin: 0; }
    .block--productfeatured.compact .productfeatured-image { width: 100%; }    

    .block--buttons { padding: 0 30px; flex-direction: column; }
    .block--buttons .btn { width: 100%; }
    .block--container .block--buttons,
    .container .block--buttons { padding: 0; }
}

/* CTA */
.block--cta { margin: 80px 0 0; }
.block--cta .container { padding: 75px 0 90px; border-top: 1px solid rgba(30, 108, 91, .2); }
.block--cta .block--content { display: flex; flex-direction: column; align-items: center; margin: 0 auto; width: 100%; max-width: 675px; text-align: center; }
.block--cta .block--content .wp-block-heading { margin-top: 0; }
.block--cta .block--content .btn { flex-direction: row-reverse; }
@media screen and (max-width: 991px) {
    .block--cta .container { padding: 30px 30px 60px; }
}

/* MAP LIST */
.block--maplist .block--content { display: flex; gap: 100px; justify-content: space-between; }
.block--maplist .block--title { margin-top: 35px; margin-bottom: 4px; color: var(--primary-color); font-size: var(--title-size); font-weight: 700; line-height: 31px; letter-spacing: -0.6px; text-transform: uppercase; }
.block--maplist .maplist--map { flex: 0 0 630px; }
.block--maplist svg .state { cursor: pointer; transition: .4s; }
.block--maplist svg .state:hover { fill: var(--primary-medium-color); }
.block--maplist svg .state.selected { fill: var(--primary-color) }
.block--maplist svg .label { pointer-events: none; }
.block--maplist svg .label.selected { fill: var(--white-color) }
.block--maplist .maplist--list { flex: 1; }
.block--maplist .maplist--list label { display: block; margin-bottom: 6px; color: var(--primary-color); font-size: 10px; font-weight: 600; line-height: 24px; letter-spacing: 2.7px; text-transform: uppercase; }
.block--maplist .maplist--select { position: relative; }
.block--maplist .maplist--select::after { content: "\e906"; position: absolute; z-index: 2; top: 50%; right: 20px; margin-top: -16px; font-family: 'rypro-icons' !important; font-size: 9px; color: var(--primary-color); }
.block--maplist .maplist--select select { appearance: none; position: relative; z-index: 1; margin-bottom: 8px; padding: 18px 21px; width: 100%; color: var(--text-color); font-size: 15px; font-weight: 400; line-height: 23px; letter-spacing: -0.3px; border-radius: 9px; border: 1px solid var(--border-color); background: var(--white-color); box-shadow: 0px 4px 8.5px 0px rgba(55, 95, 86, 0.10); }
.block--maplist .maplist--result-type { display: flex; margin-bottom: 16px; padding: 3px 15px; width: fit-content; color: var(--white-color); font-size: 14px; font-weight: 500; line-height: 23px; letter-spacing: -0.28px; background: var(--primary-color); border-radius: 100px; }
.block--maplist .maplist--result-title { margin-bottom: 18px; color: var(--primary-color); font-size: 19px; font-weight: 600; line-height: 24px; letter-spacing: -0.38px; }
.block--maplist .maplist--results { display: block; overflow: hidden; overflow-y: auto; margin-top: 27px; max-height: 375px; scrollbar-width: thin; scrollbar-color: var(--primary-color) var(--primary-light-color); }
.block--maplist .maplist--results::-webkit-scrollbar { width: 6px; border-radius: 100px; }
.block--maplist .maplist--results::-webkit-scrollbar-track { background: var(--border-color); border-radius: 100px; }
.block--maplist .maplist--results::-webkit-scrollbar-thumb { background-color: var(--primary-color); border-radius: 100px; border: 2px solid var(--primary-light-color); }
.block--maplist .maplist--results::-webkit-scrollbar-thumb:hover { background-color: var(--primary-color); }  
.block--maplist .maplist--result { display: none; flex-direction: column; margin-bottom: 43px; margin-right: 21px; padding: 0 0 30px; border-bottom: 1px solid rgba(30, 108, 91, .2); }
.block--maplist .maplist--result.list { display: block; }
.block--maplist .maplist--result.list:last-child { margin-bottom: 0; border: none; }
.block--maplist .maplist--result p,
.block--maplist .maplist--result p a { color: var(--text-color); line-height: 23px; text-decoration: none; }
.block--maplist .maplist--result p a i { color: var(--primary-color); }
.block--maplist .maplist--result p .icon-whatsapp { opacity: .5; }
@media screen and (max-width: 991px) {
    .block--maplist .block--content { gap: 30px; flex-direction: column; }   
    .block--maplist .maplist--map { flex: none; }
    .block--maplist svg { width: 100%; height: auto; }
}

/* IMAGE CARROSEL */
.block--imagecarrossel { margin: 100px 0; }
.block--imagecarrossel .container { position: relative; }
.block--imagecarrossel .imagecarrossel-slider { position: relative; overflow: visible; }
.block--imagecarrossel .imagecarrossel-slider::after { content: " "; position: absolute; left: -60px; bottom: 0; width: 100%; height: 100%; background: transparent url(../images/rotoplastyc-r.svg) left bottom no-repeat; background-size: 390px; }
.block--imagecarrossel .imagecarrossel-image { position: relative; height: 100%; }
.block--imagecarrossel .imagecarrossel-image::before { content: " "; opacity: 0.9; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--secondary-color); mix-blend-mode: lighten; border-radius: 30px; }
.block--imagecarrossel .imagecarrossel-image img { display: block; width: 100%; height: 100%; max-height: 85dvh;  object-fit: cover; }
.block--imagecarrossel .swiper-slide { height: auto; }
.block--imagecarrossel .swiper-navigation { left: 50%; right: auto; bottom: 30px; transform: translateX(-50%); }
.block--imagecarrossel .swiper .swiper-navigation .swiper-button-prev,
.block--imagecarrossel .swiper .swiper-navigation .swiper-button-next { color: var(--white-color); background: var(--primary-color); }
.block--imagecarrossel.remove-overlay .imagecarrossel-image::before { display: none; }
@media screen and (max-width: 1110px) {
    .block--imagecarrossel { margin: 60px 0; }
    .block--imagecarrossel .imagecarrossel-slider { padding-bottom: 25px; }
    .block--imagecarrossel .imagecarrossel-slider::after { left: -25px; background-size: 35%; }
    .block--imagecarrossel .imagecarrossel-image img { min-height: 180px; }
}

/* LIST COLUMN */
.block--listcolumn { margin: 40px 0; }
.block--listcolumn .listcolumn--title { margin-bottom: 20px; color: var(--primary-color); font-size: 17px; font-weight: 600; line-height: 24px; letter-spacing: -0.34px; }
.block--listcolumn .wp-block-columns { gap: 25px }
.block--listcolumn .wp-block-columns > .wp-block-column { flex: 1; padding: 0; color: var(--text-color); font-size: 14px; font-weight: 400; line-height: 33px; }
.block--listcolumn ul { list-style: none; }
.block--listcolumn ul li { position: relative; margin: 0; padding: 13px 43px; font-size: 13px; line-height: 23px; border-bottom: 1px solid rgba(30, 108, 91, .1); }
.block--listcolumn ul li:last-child { border: none; }
.block--listcolumn ul li::before { content: "\e905"; position: absolute; top: 12px; left: 16px; color: var(--primary-medium-color); font-family: 'rypro-icons' !important; font-size: 10px; background: transparent; }
.block--listcolumn .wp-block-list + .listcolumn--title { margin-top: 32px; }

/* QUOTATIONS */
.block--quotations { margin: 66px 0 86px; }
.block--quotations .container { display: flex; }
.block--quotations .block--quotation { padding: 0 24px; border-right: 1px solid var(--border-color); }
.block--quotations .block--quotation:first-child { padding-left: 0; }
.block--quotations .block--quotation:last-child { padding-right: 0; border: none !important; }
.block--quotation.cambio { position: relative; }
.block--quotation .exchange--title { display: block; margin-bottom: 7px; color: var(--secondary-light-color); font-size: 10px; font-weight: 600; line-height: 24px; letter-spacing: 2.7px; text-transform: uppercase; }
.block--quotation .item--content { display: flex; gap: 10px; }
.block--quotation .item--content ul { list-style: none; }
.block--quotation .item--content ul li { display: none; color: var(--text-light-color); font-size: 13px; line-height: 24px; letter-spacing: -0.26px; }
.block--quotation .item--content ul li b { font-weight: 400; }
.block--quotation .item--content ul li:nth-child(3) { display: block; }
.block--quotation .item--content ul li.positive { color: var(--positive-color); }
.block--quotation .item--content ul li.negative { color: var(--negetive-color); }
.block--quotation .content--title { color: var(--secondary-color); font-size: 13px; font-weight: 700; line-height: 24px; letter-spacing: -0.26px; }
.block--quotation .content--value,
.block--quotation .content--source { color: var(--secondary-light-color); font-size: 13px; line-height: 24px; letter-spacing: -0.26px; }
.block--quotation .content--source { font-weight: 600; }
.block--quotation.cambio .content--value small { display: none; }
.block--quotation.previsao-do-tempo { position: relative; flex: 1; width: 100%; }
.block--quotation .exchange-weather { position: relative; }
.block--quotation .exchange-weather .content--icon { position: absolute; left: -2px; top: -1px; font-size: 35px; line-height: 1.6; }
.block--quotation .exchange-weather .list--today { position: relative; display: flex; flex-direction: column-reverse; padding-left: 135px; }
.block--quotation .exchange-weather .today--minmax { display: flex; gap: 10px; }
.block--quotation .exchange-weather .today--minmax li { margin: 0; padding: 0 0 0 11px; color: var(--secondary-light-color); font-size: 13px; font-weight: 400; line-height: 24px; letter-spacing: -0.26px; background-position: left center; background-repeat: no-repeat; }
.block--quotation .exchange-weather .today--minmax li::before { display: none; }
.block--quotation .exchange-weather .today--minmax li b { display: inline-block; margin-left: 4px; }
.block--quotation .exchange-weather .today--minmax li.max { background-image: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M4.56504 0.234277C4.25267 -0.0780924 3.74538 -0.0780924 3.43301 0.234277L0.234347 3.43294C0.0044426 3.66285 -0.0630293 4.0052 0.0619186 4.30508C0.186867 4.60495 0.476746 4.79987 0.80161 4.79987H7.19894C7.52131 4.79987 7.81369 4.60495 7.93863 4.30508C8.06358 4.0052 7.99361 3.66285 7.76621 3.43294L4.56754 0.234277H4.56504Z" fill="%23FF7070"/></svg>'); }
.block--quotation .exchange-weather .today--minmax li.min { background-image: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M3.43496 4.5656C3.74733 4.87797 4.25462 4.87797 4.56699 4.5656L7.76565 1.36693C7.99556 1.13703 8.06303 0.794669 7.93808 0.494794C7.81313 0.194919 7.52325 0 7.19839 0L0.801058 0.00249911C0.478692 0.00249911 0.186314 0.197418 0.0613662 0.497293C-0.0635817 0.797168 0.00638908 1.13952 0.233794 1.36943L3.43246 4.5681L3.43496 4.5656Z" fill="%237DA6E9"/></svg>'); }
.block--quotation .exchange-weather .content--info { color: var(--secondary-light-color); font-size: 13px; font-weight: 400; line-height: 24px; letter-spacing: -0.26px; }
.block--quotation .exchange-weather .content--info b { color: var(--secondary-color); position: absolute; top: 12px; left: 52px; color: var(--secondary-color); font-size: 33px; font-weight: 700; line-height: 24px; letter-spacing: -0.66px; }
.block--quotation .exchange-weather .tab--item { display: none; }
.block--quotation .exchange-weather .tab--item.active { display: block; }
.block--quotation .content--dropdown { position: absolute; z-index: 9; bottom: 0; right: 0; }
.block--quotation .content--dropdown::after { content: "\e906"; position: absolute; top: 50%; right: 20px; margin-top: -12px; font-family: 'rypro-icons' !important; font-size: 6px; color: var(--primary-color); transition: .3s; }
.block--quotation .content--dropdown select { appearance: none; cursor: pointer; padding: 13px 37px 13px 21px; width: 145px; color: var(--primary-color); font-size: 13px; font-weight: 600; line-height: 23px; letter-spacing: -0.26px; background-color: var(--primary-light-color); border: none; border-radius: 9px; }
.block--quotation.bolsa-de-chicago { position: relative; min-width: 406px; }
.block--quotation.bolsa-de-chicago .item--content { gap: 0; }
.block--quotation.bolsa-de-chicago .exchange--title { position: absolute; top: 0; }
.block--quotation.bolsa-de-chicago .exchange--list { display: flex; gap: 22px; padding-top: 31px; }
.block--quotation.bolsa-de-chicago .item--content { flex-direction: column; }
.block--quotation.bolsa-de-chicago .content--source { display: none; }
@media screen and (max-width: 1110px) {
    .block--quotations .container { flex-direction: column; }   
    .block--quotations .block--quotation { padding: 24px 0; border: none; border-bottom: 1px solid var(--border-color); }
    .block--quotation.bolsa-de-chicago .exchange--list { flex-direction: column; padding-top: 0; }
    .block--quotation.bolsa-de-chicago .exchange--title { position: relative; }
    .block--quotation.previsao-do-tempo .block--content { display: flex; gap: 16px; flex-direction: column; }
    .block--quotation .content--dropdown { position: relative; }
    .block--quotation .content--dropdown select { width: 100%; }
}

/* BREADCRUMB */
.block--breadcrumb { display: flex; align-items: center; justify-content: center; margin: 0; padding: 24px 0; width: 100%; background: var(--primary-light-color); }
.block--breadcrumb + .block:not(.block--page-heading) { margin-top: 56px; padding-top: 0; }
.block--breadcrumb .breadcrumb { list-style: none; display: flex; align-items: center; }
.block--breadcrumb .breadcrumb li,
.block--breadcrumb .breadcrumb li a { display: flex; align-items: center; color: var(--secondary-color); }
.block--breadcrumb .breadcrumb li:first-child a::before { opacity: .3; content: "\e91c"; display: block; margin-right: 14px; font-family: 'rypro-icons' !important; color: var(--primary-color); }
.block--breadcrumb .breadcrumb .seperator { opacity: .3; display: block; padding: 0 14px; color: var(--primary-color); }
.block--breadcrumb .breadcrumb .item-current { font-weight: bold; color: var(--primary-color); }