/* RENALDWEB: custom fonts – start */

/* Space Grotesk – põhitekst */
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/space-grotesk-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/space-grotesk-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/space-grotesk-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/space-grotesk-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* RENALDWEB: custom fonts – end */





/* GENERAL */
:root {
  --page-gutter: 20px;
  --page-gutter-total: 40px;
  --renaldweb-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.5 6V18a.5.5 0 0 1-.5.5H6a.5.5 0 0 1 0-1h10.793L5.756 6.463a.5.5 0 0 1 .707-.707L17.5 16.793V6a.5.5 0 0 1 1 0Z'/%3E%3C/svg%3E");
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  position: relative;
  min-width: 192px;
  margin: 0;
  padding: 0;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #727272;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

body.dark-background {
  color: white;
}

::selection {
  color: #ffffff;
  background-color: #1f1f1f;
}

.dark-background::selection,
.dark-background *::selection,
.page-hero::selection,
.page-hero *::selection {
  color: #1f1f1f;
  background-color: #ffffff;
}

html.public a:focus-visible,
html.public button:focus-visible,
html.public summary:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
}

/* RENALDWEB: shared editable buttons – start */

.site-button {
  flex: 0 0 auto;
  max-width: 100%;
}

.site-button a {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 6px 20px;
  color: #ffffff;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 50px;
  font-family: var(--main-font-family);
  font-size: 17.6px;
  font-weight: 400;
  line-height: 28.16px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* RENALDWEB: shared editable buttons – end */

/* RENALDWEB: Error 404 – start */

.error-page {
  color: #1f1f1f;
  background-color: #f5f5f7;
}

.error-page__main {
  display: grid;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 40px 20px;
  place-items: center;
}

.error-page__content {
  width: 100%;
  max-width: 850px;
  text-align: center;
}

.error-page__content h1 {
  margin: 0;
  font-family: var(--headings-font-family);
  font-size: 100px;
  font-weight: 500;
  line-height: 150px;
  white-space: nowrap;
}

.error-page__message,
.error-page__suggestion {
  margin: 0;
  font-size: var(--content-body-font-size);
  line-height: normal;
}

.error-page__suggestion {
  margin-top: 8px;
}

.error-page__suggestion a {
  color: inherit;
  text-decoration: underline;
}

.error-page__button {
  margin-top: 50px;
}

.error-page__button a {
  padding: 14px 24px;
  background-color: rgb(118, 103, 245);
  border-color: rgb(118, 103, 245);
}

@media screen and (max-width: 767px) {
  .error-page__content h1 {
    font-size: clamp(20px, 12.5vw, 40px);
    line-height: 1.1;
  }
}

/* RENALDWEB: Error 404 – end */

.content-formatted:after {
  content: "";
  display: table;
  clear: both;
}

.background-color {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-lang, .search,
.search-left,
.search-right {
  display: inline-block;
}

.voog-bg-picker-btn, .product_item-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.voog-bg-picker-btn:focus, .product_item-btn:focus {
  outline: none;
}

.voog-bg-picker-btn::-moz-focus-inner, .product_item-btn::-moz-focus-inner {
  padding: 0;
  border: none;
}

.btn-no-style {
  background-color: transparent;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.voog-bg-picker-btn {
  position: absolute;
}

.container .voog-bg-picker-btn {
  top: 68px;
  right: 15px;
}

.background-image,
.background-color {
  position: fixed;
  z-index: -2;
}

/* RENALDWEB: remove wrapper padding – start */

.container .background-image,
.container .background-color {
  position: static;
  padding: 0;
  background-color: white;
}

/* RENALDWEB: remove wrapper padding – end */

.background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.container {
  position: relative;
  max-width: calc(1280px + var(--page-gutter-total));
  margin: 0 auto;
  padding: 0 var(--page-gutter);
  box-sizing: border-box;
}

.container a {
  text-decoration: none;
}

.container a img {
  border: none;
}

.content-formatted {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.content-formatted:empty {
  display: none;
}

.dark-background .content-formatted {
  color: white;
}

.content-formatted h1:first-child,
.content-formatted h2:first-child,
.content-formatted h3:first-child,
.content-formatted h4:first-child,
.content-formatted h5:first-child,
.content-formatted h6:first-child,
.content-formatted p:first-child,
.content-formatted ul:first-child,
.content-formatted ol:first-child,
.content-formatted dl:first-child,
.content-formatted table:first-child,
.content-formatted pre:first-child,
.content-formatted code:first-child,
.content-formatted iframe:first-child,
.content-formatted table:first-child,
.content-formatted form:first-child,
.content-formatted .table-container:first-child,
.content-formatted .edy-positionable-container-left-block:first-child,
.content-formatted .edy-positionable-container-center-block:first-child,
.content-formatted .edy-positionable-container-right-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-center:first-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:first-child,
.content-formatted .edy-positionable-container-maxwidth:first-child {
  margin-top: 0;
}

.content-formatted h1:last-child,
.content-formatted h2:last-child,
.content-formatted h3:last-child,
.content-formatted h4:last-child,
.content-formatted h5:last-child,
.content-formatted h6:last-child,
.content-formatted p:last-child,
.content-formatted ul:last-child,
.content-formatted ol:last-child,
.content-formatted dl:last-child,
.content-formatted table:last-child,
.content-formatted pre:last-child,
.content-formatted code:last-child,
.content-formatted iframe:last-child,
.content-formatted table:last-child,
.content-formatted form:last-child,
.content-formatted .table-container:last-child,
.content-formatted .edy-positionable-container-left-block:last-child,
.content-formatted .edy-positionable-container-center-block:last-child,
.content-formatted .edy-positionable-container-right-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-center:last-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:last-child,
.content-formatted .edy-positionable-container-maxwidth:last-child {
  margin-bottom: 0;
}

.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  color: #1b2124;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.dark-background .content-formatted h1, .dark-background .content-formatted h2, .dark-background .content-formatted h3, .dark-background .content-formatted h4, .dark-background .content-formatted h5, .dark-background .content-formatted h6 {
  color: white;
}

.content-formatted h1 {
  margin-top: 40px;
  font-size: 50px;
}

.content-formatted h2 {
  margin-top: 15px;
  font-size: 30px;
}

.content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .content-formatted h1 {
    font-size: 30px;
  }
  .content-formatted h2 {
    font-size: 25px;
  }
}

.content-formatted p {
  margin-top: 20px;
}

.content-formatted ol > li:not(:last-child) {
  margin-bottom: 21px;
}

.content-formatted ol > li > p {
  margin-top: 0;
}

/* RENALDWEB: Lucide Check, ISC License — https://lucide.dev/icons/check */
.content-formatted ul:not([class]) {
  --content-list-check-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  padding-left: 0;
  list-style: none;
}

.content-formatted ul:not([class]) > li {
  position: relative;
  padding-left: 28px;
}

.content-formatted ul:not([class]) > li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: var(--content-list-check-icon) center / contain no-repeat;
  mask: var(--content-list-check-icon) center / contain no-repeat;
  content: "";
}

.content-formatted ul:not([class]) > li + li {
  margin-top: 12px;
}

.content-formatted a:not(.custom-btn):not(.site-header__brand-link) {
  color: #0066bb;
}

.dark-background .content-formatted a:not(.custom-btn):not(.site-header__brand-link) {
  color: white;
}

.content-formatted a:not(.custom-btn):not(.site-header__brand-link):hover {
  color: #0066bb;
  color: rgba(0, 102, 187, 0.8);
}

.dark-background .content-formatted a:not(.custom-btn):not(.site-header__brand-link):hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

.content-formatted iframe {
  max-width: 100%;
}

.content-formatted iframe,
.content-formatted pre {
  margin-top: 25px;
}

.content-formatted pre,
.content-formatted code {
  font-size: 14px;
  background-color: #fafafa;
}

.dark-background .content-formatted pre, .dark-background
.content-formatted code {
  color: black;
}

.content-formatted pre {
  overflow: auto;
  padding: 10px;
}

.content-formatted pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  background-color: transparent;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}

.content-formatted code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

.content-formatted blockquote {
  margin: 20px 40px;
}

.content-formatted .custom-btn {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 16px 20px 0;
  padding: 6px 20px;
  color: #1f1f1f;
  background-color: #f2f1f3;
  border: 1px solid #f2f1f3;
  border-radius: 50px;
  font-family: var(--main-font-family);
  font-size: 17.6px;
  font-weight: 400;
  line-height: 28.16px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.content-formatted .custom-btn:last-child {
  margin-right: 0;
}

.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn {
  display: inline-block;
  padding: 7px 9px;
  font-size: 14px;
  color: #1b2124;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
  opacity: .75;
}

.content-formatted .custom-btn:hover {
  color: #1f1f1f;
  background-color: #f2f1f3;
  border-color: #f2f1f3;
  opacity: 1;
}

.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn:hover {
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.public .content-formatted .custom-btn, .public
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn {
  cursor: pointer;
}

.dark-background .content-formatted .custom-btn, .dark-background
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn {
  background-color: black;
  color: white;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.dark-background .content-formatted .custom-btn:hover, .dark-background
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn:hover {
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: .8;
}

.content-formatted .custom-btn-disabled,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn-disabled {
  cursor: default;
}

.content-formatted .custom-btn-disabled.edy-buy-button-disabled, .content-formatted .custom-btn-disabled:hover,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn-disabled.edy-buy-button-disabled,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn-disabled:hover {
  color: #838586;
  background-color: #dadada;
  border-color: #dadada;
}

.content-formatted .edy-positionable-container-center,
.content-formatted .edy-positionable-container-left-block,
.content-formatted .edy-positionable-container-right-block,
.content-formatted .edy-texteditor-container-wrapper-center,
.content-formatted .edy-texteditor-container-wrapper-left-block,
.content-formatted .edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-formatted .edy-positionable-container-center:first-child,
.content-formatted .edy-positionable-container-left-block:first-child,
.content-formatted .edy-positionable-container-right-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-center:first-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.content-formatted .edy-positionable-container-center:last-child,
.content-formatted .edy-positionable-container-left-block:last-child,
.content-formatted .edy-positionable-container-right-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-center:last-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.content-formatted .edy-positionable-container-left,
.content-formatted .edy-positionable-container-right {
  width: 45%;
}

.content-formatted .edy-positionable-container-left {
  margin-right: 20px;
}

.content-formatted .edy-positionable-container-right {
  margin-left: 20px;
}

.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}

.content-formatted .table-container {
  max-width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.content-formatted .horizontal-scroll {
  border-left: 1px dashed #303132;
  border-right: 1px dashed #303132;
}

.content-formatted table {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  border-collapse: collapse;
}

.content-formatted .table-container table {
  min-width: 720px;
  margin-top: 0;
}

.content-formatted .table-container th:first-child {
  min-width: 130px;
  white-space: nowrap;
}

.content-formatted table th,
.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #303132;
  border-bottom: 1px solid #303132;
  text-align: left;
  vertical-align: top;
}

.content-formatted .edy-texteditor-view {
  min-height: 32px;
}

.content-formatted .edy-partial-view {
  margin-top: 25px;
}

.content-formatted .edy-buy-button-container .form_field {
  padding-top: 15px;
}

.content-formatted .edy-buy-button-container .edy-buy-button-price-container .edy-buy-button-price-original {
  opacity: .4;
}

.content-formatted .edy-buy-button-variants .form_field {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-formatted .edy-buy-button-variants .form_field_select {
  width: initial;
}

/* MENUS */

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu .menu-item {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.menu .menu-link {
  display: block;
  color: #0066bb;
}

@media screen and (min-width: 752px) {
  .dark-background .menu .menu-link {
    color: white;
  }
}

.menu .menu-link.untranslated {
  color: #cc0000;
  color: rgba(204, 0, 0, 0.5);
}

.menu .menu-link:hover {
  color: #727272;
}

@media screen and (min-width: 752px) {
  .dark-background .menu .menu-link:hover {
    color: white;
  }
}

.menu .with_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .with_arrow::before {
  content: "»";
  display: inline-block;
  margin-right: 8px;
}

.menu-sub .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.menu-sub .menu .menu-item:first-child {
  margin-left: 0;
}

.dark-background .menu-sub .menu .menu-item .menu-link {
  color: white;
}

.menu-sub .menu .menu-item .menu-link.active {
  font-weight: 700;
  color: #727272;
  opacity: .8;
}

@media screen and (min-width: 752px) {
  .dark-background .menu-sub .menu .menu-item .menu-link.active {
    color: white;
    opacity: .5;
  }
}

@media screen and (max-width: 752px) {
  .menu-sub {
    margin-top: 30px;
  }
}

.lang-flag::after {
  background-position: 0 -75px;
  content: attr(data-lang-code);
}

[data-lang-code^="sq"]:after {
  background-position: 0 0;
  content: '';
}

[data-lang-code^="hy"]:after {
  background-position: -21px 0;
  content: '';
}

[data-lang-code^="bn"]:after {
  background-position: -42px 0;
  content: '';
}

[data-lang-code^="bg"]:after {
  background-position: -84px 0;
  content: '';
}

[data-lang-code^="zh"]:after {
  background-position: -105px 0;
  content: '';
}

[data-lang-code^="hr"]:after {
  background-position: -126px 0;
  content: '';
}

[data-lang-code^="da"]:after {
  background-position: -147px 0;
  content: '';
}

[data-lang-code^="cs"]:after {
  background-position: -168px 0;
  content: '';
}

[data-lang-code^="et"]:after {
  background-position: -189px 0;
  content: '';
}

[data-lang-code^="fi"]:after {
  background-position: 0 -15px;
  content: '';
}

[data-lang-code^="fr"]:after {
  background-position: -21px -15px;
  content: '';
}

[data-lang-code^="ka"]:after {
  background-position: -42px -15px;
  content: '';
}

[data-lang-code^="de"]:after {
  background-position: -63px -15px;
  content: '';
}

[data-lang-code^="el"]:after {
  background-position: -84px -15px;
  content: '';
}

[data-lang-code^="hu"]:after {
  background-position: -105px -15px;
  content: '';
}

[data-lang-code^="is"]:after {
  background-position: -126px -15px;
  content: '';
}

[data-lang-code^="hi"]:after {
  background-position: -147px -15px;
  content: '';
}

[data-lang-code^="id"]:after {
  background-position: -168px -15px;
  content: '';
}

[data-lang-code^="fa"]:after {
  background-position: -189px -15px;
  content: '';
}

[data-lang-code^="he"]:after {
  background-position: 0 -30px;
  content: '';
}

[data-lang-code^="it"]:after {
  background-position: -21px -30px;
  content: '';
}

[data-lang-code^="ja"]:after {
  background-position: -42px -30px;
  content: '';
}

[data-lang-code^="ko"]:after {
  background-position: -63px -30px;
  content: '';
}

[data-lang-code^="lv"]:after {
  background-position: -84px -30px;
  content: '';
}

[data-lang-code^="lt"]:after {
  background-position: -105px -30px;
  content: '';
}

[data-lang-code^="ms"]:after {
  background-position: -126px -30px;
  content: '';
}

[data-lang-code^="nl"]:after {
  background-position: -147px -30px;
  content: '';
}

[data-lang-code^="no"]:after {
  background-position: -168px -30px;
  content: '';
}

[data-lang-code^="ur"]:after {
  background-position: -189px -30px;
  content: '';
}

[data-lang-code^="fil"]:after {
  background-position: 0 -45px;
  content: '';
}

[data-lang-code^="pl"]:after {
  background-position: -21px -45px;
  content: '';
}

[data-lang-code^="ro"]:after {
  background-position: -42px -45px;
  content: '';
}

[data-lang-code^="ru"]:after {
  background-position: -63px -45px;
  content: '';
}

[data-lang-code^="ar"]:after {
  background-position: -84px -45px;
  content: '';
}

[data-lang-code^="sk"]:after {
  background-position: -105px -45px;
  content: '';
}

[data-lang-code^="sl"]:after {
  background-position: -126px -45px;
  content: '';
}

[data-lang-code^="es"]:after {
  background-position: -147px -45px;
  content: '';
}

[data-lang-code^="sv"]:after {
  background-position: -168px -45px;
  content: '';
}

[data-lang-code^="tr"]:after {
  background-position: -189px -45px;
  content: '';
}

[data-lang-code^="uk"]:after {
  background-position: 0 -60px;
  content: '';
}

[data-lang-code^="en"]:after {
  background-position: -21px -60px;
  content: '';
}

[data-lang-code^="pt"]:after {
  background-position: -84px -60px;
  content: '';
}

[data-lang-code^="sr"]:after {
  background-position: -126px -60px;
  content: '';
}

[data-lang-code^="bn"]:after {
  background-position: -147px -60px;
  content: '';
}

[data-lang-code^="th"]:after {
  background-position: -189px -60px;
  content: '';
}

[data-lang-code^="en_US"]:after {
  background-position: -21px -60px;
  content: '';
}

[data-lang-code^="en_GB"]:after {
  background-position: -63px -60px;
  content: '';
}

[data-lang-code^="en_AU"]:after {
  background-position: -168px -60px;
  content: '';
}

[data-lang-code^="en_CA"]:after {
  background-position: -105px -60px;
  content: '';
}

[data-lang-code^="pt_BR"]:after {
  background-position: -63px 0;
  content: '';
}

[data-lang-code^="fr_IC"]:after {
  background-position: -42px -60px;
  content: '';
}

[data-lang-code^="fr_CA"]:after {
  background-position: -105px -60px;
  content: '';
}

.tags-title {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

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

.menu-horizontal.menu-breadcrumbs {
  line-height: 16px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

.menu-horizontal.menu-breadcrumbs .menu-item {
  display: inline-block;
  margin-right: 5px;
}

.page-back-nav {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}

.page-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.page-back-icon {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  fill: currentColor;
  transform: rotate(135deg);
}

/* CONTENT */
.content {
  display: block;
  margin-top: 30px;
}

.front-page .content {
  margin-top: 0;
}

.front-page > .container {
  max-width: none;
  padding: 0;
}

.front-page .content-body {
  box-sizing: border-box;
  width: 1280px;
  max-width: calc(100% - var(--page-gutter-total));
  margin-inline: auto;
}

@media screen and (max-width: 752px) {
  .content {
    margin-top: 20px;
  }

  .front-page .content {
    margin-top: 0;
  }
}

/* RENALDWEB: front page hero – start */

.front-hero {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 20px 80px;
  text-align: center;
}

.front-hero-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 10px 20px;
  color: #1f1f1f;
  background-color: #f2f1f3;
  border-radius: 99px;
  font-size: 16px;
  line-height: 1.4;
}

.front-hero-status::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background-color: #36ce9d;
  border-radius: 50%;
  animation: front-hero-status-pulse 2s ease-out infinite;
}

@keyframes front-hero-status-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 206, 157, 0.55);
  }

  70%,
  100% {
    box-shadow: 0 0 0 7px rgba(54, 206, 157, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .front-hero-status::before {
    animation: none;
  }
}

.front-hero-title {
  max-width: 670px;
  margin: 12px auto 0;
  color: #1f1f1f;
  font-family: var(--headings-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.front-hero-description {
  max-width: 680px;
  margin: 24px auto 0;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.front-hero-logo {
  margin-top: 48px;
}

.front-hero-logo img {
  display: block;
  width: 130px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.front-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.front-hero-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px clamp(12px, 6vw, 24px);
}

.front-hero-action-services a {
  gap: 15px;
}

.front-hero-action-services a::after {
  content: "";
  display: block;
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--renaldweb-arrow-icon) center / contain no-repeat;
  mask: var(--renaldweb-arrow-icon) center / contain no-repeat;
}

.front-hero-actions .front-hero-action-quote a {
  color: #ffffff;
  background-color: rgb(118, 103, 245);
  border-color: rgb(118, 103, 245);
}

@media screen and (max-width: 1024px) {
  .front-hero {
    padding-top: 80px;
    padding-bottom: 68px;
  }

  .front-hero-title {
    max-width: 620px;
  }

  .front-hero-description {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .front-hero {
    padding: 60px 20px 52px;
  }

  .front-hero-status {
    font-size: 14px;
  }

  .front-hero-title {
    max-width: 540px;
    font-size: 42px;
  }

  .front-hero-description {
    max-width: 540px;
    margin-top: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 549px) {
  .front-hero-title {
    max-width: 400px;
    font-size: clamp(28px, 12vw, 38px);
  }

  .front-hero-actions {
    flex-direction: column;
  }

  .front-hero-action {
    box-sizing: border-box;
    width: 100%;
  }

  .front-hero-action a {
    width: 100%;
  }
}

/* RENALDWEB: front page hero – end */

/* RENALDWEB: front page introduction – start */

.front-intro-section {
  margin-top: 112px;
}

.front-intro {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 72px;
  min-width: 0;
  width: 1280px;
  max-width: calc(100% - var(--page-gutter-total));
  margin-inline: auto;
  padding: 96px 60px;
  color: #1f1f1f;
  background-color: #f2f1f3;
  border-radius: 64px;
  overflow-wrap: anywhere;
}

.front-intro-title {
  margin: 0;
  font-family: var(--headings-font-family);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.08;
}

.front-intro-highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.front-intro-highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.08em;
  bottom: 0.03em;
  left: -0.08em;
  height: 0.85em;
  background-color: rgba(54, 206, 157, 0.65);
  border-radius: 0.18em;
  transform: rotate(-1.5deg);
}

.front-intro-description {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .front-intro-section {
    margin-top: 56px;
  }

  .front-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 50px;
  }

  .front-intro-description {
    max-width: 900px;
  }
}

@media screen and (max-width: 767px) {
  .front-intro-section {
    margin-top: 32px;
  }

  .front-intro {
    gap: 20px;
    padding: 40px;
    border-radius: 56px;
  }

  .front-intro-title {
    font-size: clamp(22px, 8vw, 25.8px);
  }

  .front-intro-description {
    font-size: 20px;
  }
}

/* RENALDWEB: front page introduction – end */

/* RENALDWEB: front page services – start */

.front-services-section {
  background-color: rgb(250, 249, 251);
}

.front-services {
  --front-services-section-gap: 144px;
  box-sizing: border-box;
  width: 1280px;
  max-width: calc(100% - var(--page-gutter-total));
  margin: 0 auto;
  padding: var(--front-services-section-gap) 0 100px;
  color: #1c1c1d;
}

.front-services-heading {
  margin-bottom: 38px;
  text-align: center;
}

.front-services-title {
  max-width: 540px;
  margin: 0 auto;
  font-family: var(--headings-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -2.5px;
  overflow-wrap: anywhere;
}

.front-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.front-services-group {
  scroll-margin-top: 127px;
}

.front-services-group--pricing {
  margin-top: var(--front-services-section-gap);
}

.front-services-grid--pricing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.front-services-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 310px;
  padding: 60px;
  color: #1f1f1f;
  border: 0;
  border-radius: 64px;
  overflow-wrap: anywhere;
}

.front-services-card--light {
  background-color: #f2ecfd;
}

.front-services-card--medium {
  background-color: #e5e2fc;
}

.front-services-card--primary {
  background-color: #c6c0fa;
}

.front-services-card--neutral {
  background-color: #f2f1f3;
}

.front-services-number {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background-color: #1f1f1f;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
}

.front-services-badge {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: calc(31.665px + 5.28px);
  max-width: 100%;
  padding: 2.64px 26.4px;
  color: #ffffff;
  background-color: #1f1f1f;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  overflow-wrap: anywhere;
}

.front-services-card-title {
  max-width: 315px;
  margin: 20px 0 12px;
  font-family: var(--headings-font-family);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  word-break: normal;
  overflow-wrap: break-word;
}

.front-services-card--offer .front-services-card-title {
  margin: 20px 0;
}

.front-services-grid--main .front-services-card-title {
  min-height: 2.4em;
}

.front-services-card-description {
  margin: 0 0 24px;
  font-size: var(--content-body-font-size);
  line-height: var(--content-body-line-height);
}

.front-services-card-text {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.6;
}

.front-services-card-description > :first-child {
  margin-top: 0;
}

.front-services-card-description > :last-child {
  margin-bottom: 0;
}

.front-services-card--offer .front-services-card-description ul,
.front-services-card--offer .front-services-card-description ol {
  margin-top: 0;
  padding: 0;
  list-style-position: outside;
}

.front-services-card--offer .front-services-card-description ol li {
  margin-left: 1.3em;
}

.front-services-card--offer .front-services-card-description li {
  margin-bottom: 0.6em;
}

.front-services-card--offer .front-services-card-description li:last-child {
  margin-bottom: 0;
}

.front-services-link {
  align-self: flex-start;
  max-width: 100%;
  margin-top: auto;
}

.front-services-link > :first-child {
  margin-top: 0;
}

.front-services-link > :last-child {
  margin-bottom: 0;
}

.front-services-link a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  padding: 0 3px 10px;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.front-services-link a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .front-services-link a:hover::before {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@media screen and (max-width: 1024px) {
  .front-services {
    --front-services-section-gap: 112px;
  }

  .front-services-group {
    scroll-margin-top: 120.5px;
  }

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

  .front-services-card {
    min-height: 335px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .front-services {
    --front-services-section-gap: 88px;
    padding-bottom: 72px;
  }

  .front-services-heading {
    margin-bottom: 28px;
  }

  .front-services-group {
    scroll-margin-top: 100.5px;
  }

  .front-services-title {
    font-size: clamp(28px, 12vw, 38px);
    letter-spacing: -2px;
  }

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

  .front-services-card {
    min-height: 280px;
    padding: 40px;
    border-radius: 56px;
  }

  .front-services-grid--main .front-services-card-title {
    min-height: 0;
  }

  .front-services-card-description {
    line-height: 27px;
  }
}

@media screen and (max-width: 549px) {
  .front-services-badge {
    min-height: calc(30.233px + 5.04px);
    padding: 2.52px 25.2px;
    line-height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .front-services-link a::before {
    transition: none;
  }
}

/* RENALDWEB: front page services – end */

/* RENALDWEB: front page latest articles – start */

.front-blog {
  box-sizing: border-box;
  width: 1280px;
  max-width: calc(100% - var(--page-gutter-total));
  margin: 44px auto 0;
  color: #1f1f1f;
}

.front-blog-heading {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

.front-blog-title {
  min-width: 0;
  margin: 0;
  font-family: var(--headings-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -2.5px;
  overflow-wrap: anywhere;
}

.front-blog-button {
  flex: 0 0 auto;
  max-width: 100%;
}

.front-blog-button > :first-child {
  margin-top: 0;
}

.front-blog-button > :last-child {
  margin-bottom: 0;
}

.front-blog-button a {
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
  max-width: 100%;
  padding: 6px 20px;
  color: #1f1f1f;
  background-color: #f2f1f3;
  border: 1px solid #f2f1f3;
  border-radius: 50px;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 28.16px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.front-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 30px;
}

.front-blog .article-card {
  --blog-card-aspect-ratio: 50 / 33;
}

.front-blog .blog-archive-card-image-wrap {
  height: 264px;
  margin-bottom: 20px;
}

.front-blog .blog-archive-card-title {
  margin: 0;
}

.front-blog .blog-archive-card-date {
  margin-bottom: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .front-blog {
    margin-top: 12px;
  }

  .front-blog .blog-archive-card-image-wrap {
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .front-blog {
    margin-top: 16px;
  }

  .front-blog-heading {
    margin-bottom: 28px;
  }

  .front-blog-title {
    font-size: clamp(28px, 12vw, 38px);
    letter-spacing: -2px;
  }

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

  .front-blog .article-card {
    --blog-card-aspect-ratio: 2 / 1;
  }

}

/* RENALDWEB: front page latest articles – end */

.content-header .edy-partial-view {
  margin-top: -3px;
}

.content-title.content-formatted h1,
.content-slogan.content-formatted h1 {
  font-size: 100px;
}

.content-title.content-formatted h2,
.content-slogan.content-formatted h2 {
  font-size: 50px;
}

.content-title.content-formatted h3,
.content-slogan.content-formatted h3 {
  font-size: 30px;
}

@media screen and (max-width: 480px) {
  .content-title.content-formatted h1,
  .content-slogan.content-formatted h1 {
    font-size: 50px;
  }
  .content-title.content-formatted h2,
  .content-slogan.content-formatted h2 {
    font-size: 30px;
  }
  .content-title.content-formatted h3,
  .content-slogan.content-formatted h3 {
    font-size: 20px;
  }
}

.content-title.content-formatted {
  line-height: 1.2;
  font-weight: 700;
  font-size: 100px;
}

@media screen and (max-width: 752px) {
  .content-title.content-formatted {
    display: none;
  }
}

.content-slogan {
  margin-top: 5px;
  padding-bottom: 35px;
}

.content-slogan.content-formatted {
  font-weight: 400;
  font-size: 50px;
}

.front-page .content-body {
  margin-top: 45px;
}

@media screen and (max-width: 752px) {
  .front-page .content-body {
    margin-top: 35px;
  }
}

.front-page .content-body p {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 752px) {
  .front-page .content-body p {
    font-size: 18px;
  }
}

.common-page .content-body {
  margin-top: 35px;
}

.common-page.page-node-3171012 .services-intro {
  max-width: 720px;
  margin-top: 55px;
  margin-inline: auto;
  padding: 10px;
}

.common-page.page-node-3171012 .services-intro .content-body {
  margin-top: 0;
}

.common-page.page-node-3171012 .services-intro-actions,
.common-page.page-node-3171012 .services-intro-actions > .edy-texteditor-view {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.common-page.page-node-3171012 .services-intro-actions {
  margin-top: 40px;
}

.common-page.page-node-3171012 .services-intro-actions .custom-btn {
  margin: 0;
  gap: 10px;
  color: #1f1f1f;
  background-color: #f2f1f3;
  border-color: #f2f1f3;
}

.common-page.page-node-3171012 .services-intro-actions .custom-btn::after {
  content: "";
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--renaldweb-arrow-icon) center / contain no-repeat;
  mask: var(--renaldweb-arrow-icon) center / contain no-repeat;
  transform: rotate(-45deg);
}

/* RENALDWEB: about page – start */

.about-page-content {
  margin-top: 55px;
}

.about-page-image {
  max-width: 820px;
  margin-inline: auto;
  padding-top: 10px;
}

.about-page-image .image-container,
.about-page-image img {
  border-radius: 32px;
}

.about-page-image .image-container {
  overflow: hidden;
}

.about-page-body {
  max-width: 720px;
  margin: 50px auto 0;
  padding: 10px;
}

/* RENALDWEB: about page – end */


/* RENALDWEB: service detail page – start */

.service-page .common-page-content {
  padding: 10px;
}

.service-page-top {
  margin-top: 55px;
}

.service-page-intro {
  max-width: 900px;
}

.service-page-intro-title,
.service-pricing-title,
.service-faq-title,
.service-page-content-title {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--headings-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -2.5px;
  overflow-wrap: anywhere;
}

.service-page-intro-title {
  max-width: 700px;
}

.service-page-intro-text {
  max-width: 680px;
  margin-top: 32px;
  color: #1f1f1f;
}

.service-page-intro-text > :first-child,
.service-pricing-features > :first-child {
  margin-top: 0;
}

.service-page-intro-text > :last-child,
.service-pricing-features > :last-child {
  margin-bottom: 0;
}

.service-pricing {
  margin-top: 104px;
}

.service-pricing-title,
.service-page-content-title {
  margin-bottom: 38px;
}

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

.service-pricing-note {
  max-width: 680px;
  margin-top: 32px;
  font-size: 17px;
}

.service-pricing-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 560px;
  padding: 40px;
  color: #1f1f1f;
  overflow-wrap: anywhere;
}

.service-pricing-card--featured {
  color: #1f1f1f;
  background-color: #e5e2fc;
  border-radius: 32px;
}

.service-pricing-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: 12px;
}

.service-pricing-badge {
  align-self: flex-start;
  padding: 4px 14px;
  color: #ffffff;
  background-color: #1f1f1f;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}

.service-pricing-card-title {
  min-width: 0;
  margin: 0 0 24px;
  color: inherit;
  font-family: var(--headings-font-family);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.service-pricing-card-price {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.service-pricing-card-text {
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.6;
}

.service-pricing-features {
  margin-top: 0;
  color: inherit;
  font-size: var(--content-body-font-size);
  line-height: var(--content-body-line-height);
}

.service-pricing-card--featured .content-formatted,
.service-pricing-card--featured .content-formatted a:not(.custom-btn):not(.site-header__brand-link),
.service-pricing-card--featured .front-services-link a {
  color: inherit;
}

.service-pricing-link {
  margin-top: auto;
  padding-top: 32px;
}

.service-pricing-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.service-pricing-link a::after {
  content: "";
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--renaldweb-arrow-icon) center / contain no-repeat;
  mask: var(--renaldweb-arrow-icon) center / contain no-repeat;
  transform: rotate(-90deg);
}

.service-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: 20px;
  margin-top: 125px;
}

.service-page-sidebar,
.service-page-content {
  min-width: 0;
}

.service-page .service-page-content {
  margin-top: 0;
}

.service-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 80px;
  margin-top: 125px;
  padding-bottom: 0;
}

.service-faq-intro,
.service-accordion {
  min-width: 0;
}

.service-faq-title {
  max-width: 6em;
}

.service-faq-text {
  margin-top: 32px;
  color: #1f1f1f;
}

.service-faq-text > :first-child,
.service-accordion-answer > :first-child {
  margin-top: 0;
}

.service-faq-text > :last-child,
.service-accordion-answer > :last-child {
  margin-bottom: 0;
}

.service-accordion-item {
  border-bottom: 1px solid rgba(31, 31, 31, 0.25);
}

.service-accordion-editor-help {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
}

.service-accordion-heading {
  margin: 0;
}

.service-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 24px 0;
  color: #1f1f1f;
  background: transparent;
  border: 0;
  font-family: var(--headings-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.service-accordion-toggle::after {
  content: "";
}

.service-accordion-toggle::after,
.blog-article-toc-arrow {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-top: 6px solid currentColor;
  border-right: 5.5px solid transparent;
  border-left: 5.5px solid transparent;
  transform: translateY(-35%);
  transition: transform 0.2s ease;
}

.service-accordion-toggle[aria-expanded="true"]::after,
.blog-article-toc[open] .blog-article-toc-arrow {
  transform: translateY(35%) rotate(180deg);
}

.service-accordion-answer {
  padding: 0 40px 24px 0;
  color: #1f1f1f;
}

.service-subnav {
  position: sticky;
  top: 110px;
}

.service-subnav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-subnav-link {
  display: block;
  padding: 12px 0;
  color: #1f1f1f;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.service-subnav-link.active {
  text-decoration: underline;
}

@media screen and (max-width: 1150px) {
  .service-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .service-pricing,
  .service-page-layout,
  .service-faq {
    margin-top: 112px;
  }

  .service-faq {
    gap: 50px;
  }

  .service-accordion-toggle::after,
  .blog-article-toc-arrow {
    border-top-width: 8px;
    border-right-width: 7px;
    border-left-width: 7px;
  }

  .service-pricing-card {
    min-height: 500px;
  }

  .service-subnav-link {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .service-page-intro-title,
  .service-pricing-title,
  .service-faq-title,
  .service-page-content-title {
    font-size: clamp(30px, 12vw, 40px);
    letter-spacing: -2px;
  }

  .service-faq-title {
    max-width: none;
  }

  .service-pricing {
    margin-top: 88px;
  }

  .service-faq {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    margin-top: 75px;
  }

  .service-pricing-title {
    margin-bottom: 28px;
  }

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

  .service-pricing-card {
    min-height: 0;
    padding: 40px;
  }

  .service-page-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    margin-top: 75px;
  }

  .service-page-content .content-formatted ol {
    padding-inline-start: clamp(24px, 8vw, 40px);
  }

  .service-subnav {
    position: static;
  }

  .service-subnav-link {
    line-height: 1.4;
  }

  .service-accordion-toggle {
    font-size: 18px;
  }

  .service-accordion-answer {
    padding-right: 0;
  }
}

@media screen and (max-width: 410px) {
  .service-pricing-card {
    padding: 40px clamp(20px, 10vw, 40px);
  }
}

/* RENALDWEB: service detail page – end */

/* BLOG & BLOG ARTICLE */
.has-page-hero > .container,
.post-page > .container {
  max-width: none;
  padding: 0;
}

.blog-page .pre-footer {
  margin-top: 140px;
}

.page-hero {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0 31px;
  color: #f5f5f7;
  background-color: #1f1f1f;
}

.page-hero-inner,
.blog-archive-list-inner {
  box-sizing: border-box;
  margin-inline: auto;
}

.page-hero-inner {
  width: 1280px;
  max-width: calc(100% - 20px);
  padding: 10px;
}

.common-page-content {
  box-sizing: border-box;
  width: 1280px;
  max-width: calc(100% - var(--page-gutter-total));
  margin-inline: auto;
}

.blog-archive-list-inner {
  width: 1280px;
  max-width: calc(100% - var(--page-gutter-total));
}

.page-hero-title {
  margin: 0;
  color: inherit;
  font-family: var(--headings-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.page-hero .page-back-nav {
  margin-top: 20px;
  font-size: 14.96px;
  line-height: 28.16px;
}

.blog-archive-list {
  padding: 60px 0 0;
  color: #1f1f1f;
  background-color: #f5f5f7;
}

.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 30px;
}

.blog-archive-card {
  min-width: 0;
}

.blog-archive-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-archive-card-image-wrap,
.blog-archive-card-image,
.blog-archive-card-image-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: var(--blog-card-aspect-ratio, 16 / 9);
}

.blog-archive-card-image-wrap {
  overflow: hidden;
  border-radius: 32px;
}

.blog-archive-card-image {
  height: 100%;
  object-fit: cover;
}

.blog-archive-card-image-placeholder {
  background-color: #e8e7e9;
}

.blog-archive-card-title {
  margin: 20px 0 0;
  font-family: var(--headings-font-family);
  font-weight: 700;
}

.front-blog .blog-archive-card-title,
.blog-page .blog-archive-card-title,
.blog-article-related .blog-archive-card-title {
  font-size: 25px;
  line-height: 35px;
}

.blog-archive-card-date {
  display: block;
  margin-top: 0;
  line-height: var(--content-body-line-height);
}

html.public .page-hero-main {
  margin-top: -107.117px;
}

html.public .page-hero {
  padding-top: 137.117px;
}

.has-page-hero .site-header__background {
  background-color: #1f1f1f;
}

.has-page-hero .site-header__brand,
.has-page-hero .site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link,
.has-page-hero .site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link,
.has-page-hero .site-header .menu-lang-desktop .language-switch-link,
.has-page-hero .site-header__menu-button {
  color: #f5f5f7;
}

.has-page-hero .site-header .site-header__brand.content-formatted a.site-header__brand-link,
.has-page-hero .site-header .site-header__brand.content-formatted a.site-header__brand-link:hover {
  color: #f5f5f7;
}

.has-page-hero .site-header__cta a {
  color: #1f1f1f;
  background-color: #ffffff;
  border-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  html.public .page-hero-main {
    margin-top: -100.5px;
  }

  html.public .page-hero {
    padding-top: 130.5px;
  }

  .page-hero .page-back-nav {
    line-height: 25.6px;
  }

  .page-hero-title {
    font-size: 48px;
  }

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

  .blog-page .blog-archive-card {
    --blog-card-aspect-ratio: 477 / 273.938;
  }
}

@media screen and (max-width: 767px) {
  html.public .page-hero-main {
    margin-top: -80.5px;
  }

  html.public .page-hero {
    padding-top: 110.5px;
  }

  .page-hero-title {
    font-size: 36.8px;
  }

  .blog-archive-grid {
    grid-template-columns: 1fr;
  }

  .blog-page .blog-archive-card {
    --blog-card-aspect-ratio: 727 / 373.5;
  }

  .front-blog .blog-archive-card-title,
  .blog-page .blog-archive-card-title,
  .blog-article-related .blog-archive-card-title {
    font-size: 26px;
    line-height: 36px;
  }
}

.blog-article-main {
  margin-top: 0;
}

html.public .post-page .blog-article-main {
  margin-top: -107.117px;
}

html.public .post-page .blog-article-hero {
  padding-top: 167.117px;
}

.post-page .site-header__background {
  background-color: #1f1f1f;
}

.post-page .site-header__brand,
.post-page .site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link,
.post-page .site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link,
.post-page .site-header .menu-lang-desktop .language-switch-link,
.post-page .site-header__menu-button {
  color: #f5f5f7;
}

.post-page .site-header .site-header__brand.content-formatted a.site-header__brand-link,
.post-page .site-header .site-header__brand.content-formatted a.site-header__brand-link:hover {
  color: #f5f5f7;
}

.post-page .site-header__cta a {
  color: #1f1f1f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.blog-article-hero {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 60px 0 80px;
  color: #f5f5f7;
  background: radial-gradient(at center right, #58745c 0%, #253528 100%);
}

.blog-article-hero-inner {
  box-sizing: border-box;
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  padding-inline: var(--page-gutter);
}

.blog-article-shell {
  box-sizing: border-box;
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding-inline: var(--page-gutter);
}

.blog-article-tags a,
.blog-article-toc a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-article-title {
  margin: 24px 0;
  color: inherit;
  font-family: var(--headings-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  overflow-wrap: anywhere;
}

.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  color: #dcefe8;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
}

.blog-article-tags-editor {
  margin-top: 16px;
  color: #f5f5f7;
}

.blog-article .blog-article-shell {
  padding-top: 50px;
}

.blog-article .blog-article-shell.has-cover {
  padding-top: 0;
}

.blog-article-cover {
  position: relative;
  z-index: 1;
  margin: -40px 0 50px;
  overflow: hidden;
  border-radius: 32px;
}

.blog-article-cover-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.blog-article-toc {
  box-sizing: border-box;
  width: 720px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-inline: auto;
  padding: clamp(16px, 8vw, 40px);
  color: #1f1f1f;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 32px;
}

.blog-article-toc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 4vw, 24px);
  list-style: none;
  cursor: pointer;
}

.blog-article-toc-summary::-webkit-details-marker {
  display: none;
}

.blog-article-toc-title {
  margin: 0;
  font-family: var(--headings-font-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-article-toc-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.blog-article-toc-item + .blog-article-toc-item {
  margin-top: 10px;
}

.blog-article-toc-item--h3 {
  padding-left: 24px;
}

.blog-article-toc a {
  line-height: 1.5;
}

.blog-article-content {
  width: 720px;
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 50px;
}

.blog-article-content .content-formatted h2:not(.comment-title) {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1;
}

.blog-article-content .content-formatted h2:not(:first-child) {
  margin-top: 64px;
}

.blog-article-content .content-formatted h3 {
  font-size: 36.8px;
  font-weight: 600;
  line-height: 1.15;
}

.blog-article-content .content-formatted h3:not(:first-child) {
  margin-top: 40px;
}

.blog-article-body h2,
.blog-article-body h3 {
  scroll-margin-top: 127px;
}

.blog-article-body,
.blog-article-additional {
  margin-top: 20px;
}

.blog-article-related {
  box-sizing: border-box;
  width: 1260px;
  max-width: calc(100% - var(--page-gutter-total));
  margin: 50px auto 100px;
}

.blog-article-related-title {
  margin: 0 0 48px;
  color: #1f1f1f;
  font-family: var(--headings-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.blog-article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.article-card {
  --blog-card-aspect-ratio: 20 / 13;
}

.article-card-media {
  position: relative;
}

.article-card-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0.6em 1.2em;
  color: #1f1f1f;
  background-color: #36ce9d;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  html.public .post-page .blog-article-main {
    margin-top: -100.5px;
  }

  html.public .post-page .blog-article-hero {
    padding-top: 160.5px;
  }

  .blog-article-title {
    font-size: 48px;
  }

  .blog-article-content .content-formatted h2:not(.comment-title) {
    font-size: 36.8px;
  }

  .blog-article-content .content-formatted h2:not(:first-child) {
    margin-top: 48px;
  }

  .blog-article-content .content-formatted h3 {
    font-size: 28.8px;
  }

  .blog-article-content .content-formatted h3:not(:first-child) {
    margin-top: 36px;
  }

  .blog-article-body h2,
  .blog-article-body h3 {
    scroll-margin-top: 120.5px;
  }

  .blog-article-related-title {
    font-size: 36.8px;
  }

  .blog-article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-page .blog-article-related .article-card {
    --blog-card-aspect-ratio: 477 / 308.219;
  }
}

@media screen and (max-width: 767px) {
  html.public .post-page .blog-article-main {
    margin-top: -80.5px;
  }

  html.public .post-page .blog-article-hero {
    padding-top: 140.5px;
  }

  .blog-article-title {
    font-size: 36.8px;
  }

  .blog-article-meta {
    gap: 8px 12px;
  }

  .blog-article-cover {
    margin-bottom: 40px;
  }

  .blog-article-toc {
    margin-bottom: 40px;
  }

  .blog-article-content {
    padding-bottom: 40px;
  }

  .blog-article-content .content-formatted h2:not(.comment-title) {
    font-size: 30.4px;
  }

  .blog-article-content .content-formatted h2:not(:first-child) {
    margin-top: 40px;
  }

  .blog-article-content .content-formatted h3 {
    font-size: 24px;
  }

  .blog-article-content .content-formatted h3:not(:first-child) {
    margin-top: 32px;
  }

  .blog-article-body h2,
  .blog-article-body h3 {
    scroll-margin-top: 100.5px;
  }

  .blog-article-related {
    margin-top: 40px;
    margin-bottom: 72px;
  }

  .blog-article-related-title {
    margin-bottom: 36px;
    font-size: 30.4px;
  }

  .blog-article-related-grid {
    grid-template-columns: 1fr;
  }

  .post-page .blog-article-related .article-card {
    --blog-card-aspect-ratio: 727 / 353.5;
  }

}

.post-intro-content {
  padding-bottom: 25px;
}

.post {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.post .post-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.post .post-title, .post .post-title a {
  font-size: 50px;
  color: #1b2124;
}

.dark-background .post .post-title, .dark-background .post .post-title a {
  color: white;
}

.post .post-title a:hover {
  color: #1b2124;
  opacity: .8;
}

.dark-background .post .post-title a:hover {
  color: white;
}

@media screen and (max-width: 480px) {
  .post .post-title, .post .post-title a {
    font-size: 30px;
  }
}

.post .post-date {
  font-size: 14px;
  color: #1b2124;
}

.dark-background .post .post-date {
  color: white;
}

.post .post-author {
  font-size: 12px;
}

.dark-background .post .post-author {
  color: white;
  opacity: .8;
}

.post .post-content {
  margin-top: 20px;
}

.post .post-content .post-body {
  margin-top: 20px;
}

.post .post-comments-count a {
  font-size: 14px;
  color: #0066bb;
}

.dark-background .post .post-comments-count a {
  color: white;
}

.post .post-comments-count a:hover {
  color: #0066bb;
  opacity: .8;
}

.dark-background .post .post-comments-count a:hover {
  color: white;
}

.post-nav {
  margin-top: 50px;
}

@media screen and (min-width: 481px) {
  .post-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.post-nav-link {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: currentColor;
  text-decoration: none;
}

.post-nav-link:hover .post-nav-direction {
  opacity: 1;
}

.post-nav-link:hover .post-nav-title {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .post-nav-link:nth-child(2)::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top-color: currentColor;
    border-top-style: solid;
    border-top-width: 1px;
    content: '';
    opacity: .2;
  }
}

@media screen and (max-width: 480px) {
  .post-nav-link {
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .post-nav-link-older {
    padding-right: 20px;
  }
}

@media screen and (min-width: 481px) {
  .post-nav-link-newer {
    padding-left: 20px;
    text-align: right;
  }
}

.post-nav-direction {
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .3;
}

.post-nav-title {
  margin-top: 6px;
  font-size: 18px;
  opacity: .7;
}

.blog-page .post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #727272;
  border-bottom: 1px solid rgba(114, 114, 114, 0.3);
}

.blog-page .post .post-excerpt {
  margin-bottom: 10px;
}

.blog-page .post-read-more-btn {
  display: inline-block;
  margin-bottom: 5px;
  color: #06b;
  text-decoration: underline;
}

.blog-page .post-read-more-btn:hover {
  opacity: .8;
}

/* SEARCH */
@media screen and (max-width: 752px) {
  .search {
    margin-right: 40px;
  }
}

.search-inner {
  display: inline-block;
  vertical-align: middle;
}

.search-mobile {
  display: none;
}

.search-left .search-input {
  width: 128px;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid #787878;
  border-radius: 3px;
}

.search-right .search-submit {
  vertical-align: middle;
}

/* FORMS */
.content-formatted form {
  max-width: 100%;
  margin-top: 25px;
  clear: both;
}

.content-formatted .form_field,
.content-formatted .edy-fe-label {
  font-size: 14px;
}

.content-formatted .form_field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-formatted .form_field:first-child {
  padding-top: 0;
}

.content-formatted .form_field:last-child {
  padding-bottom: 0;
}

.content-formatted:not(.contact-page-form) .form_field_required .form_field_label:after {
  content: '*';
}

.content-formatted label {
  display: block;
}

.content-formatted .form_field_label,
.content-formatted .edy-fe-label {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.3;
}

.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file,
.content-formatted .form_submit input {
  font-family: inherit;
  font-size: 14px;
}

.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file {
  max-width: 100%;
}

.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea {
  width: 280px;
  margin: 0;
  padding: 7px;
  border: 1px solid #787878;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea {
    width: 100%;
  }
}

.content-formatted .form_field_textarea {
  min-height: 98px;
}

.content-formatted .form_field_size_medium {
  width: 420px;
}

@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_medium {
    width: 100%;
  }
}

.content-formatted .form_field_size_large {
  width: 580px;
}

.content-formatted .form_submit {
  margin-top: 10px;
}

.editmode .dark-background .content-formatted .form_submit input[disabled="disabled"] {
  color: white;
}

.content-formatted .form_error,
.content-formatted .form_field_error {
  color: #cc0000;
}

.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}

.content-formatted .form_notice {
  color: #60a740;
}

/* RENALDWEB: contact page – start */

.contact-page-content {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: clamp(50px, 6.25vw, 80px);
  margin-top: 55px;
  padding: 10px;
}

.contact-page-details,
.contact-page-form {
  min-width: 0;
}

.contact-page-details {
  position: sticky;
  top: 110px;
  align-self: start;
}

.contact-page-form {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

.contact-page-title {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--headings-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.contact-page-intro {
  max-width: 440px;
  margin-top: 30px;
}

.contact-page-links {
  display: grid;
  gap: 18px;
  margin-top: 40px;
}

.contact-page-link-row {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.contact-page-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}

.contact-page-editable-link {
  min-width: 0;
}

.contact-page-form form {
  margin-top: 0;
}

.contact-page-form .form_fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 20px;
}

.contact-page-form .form_field {
  min-width: 0;
  padding: 0;
  font-size: 15px;
}

.contact-page-form .form_field:has(textarea),
.contact-page-form .form_field:has(.form_field_select),
.contact-page-form .form_field:has(input[type="checkbox"]) {
  grid-column: 1 / -1;
}

.contact-page-form .form_field_label,
.contact-page-form .edy-fe-label {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

html.public .contact-page-form .contact-consent > .form_field_label {
  display: none;
}

.contact-page-form .contact-consent + .form_field {
  margin-top: -12px;
}

.contact-page-form .form_field_textfield,
.contact-page-form .form_field_textarea,
.contact-page-form .form_field_select {
  width: 100%;
  min-height: 59px;
  padding: 7px 20px;
  color: #1f1f1f;
  background-color: #fff;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 10px;
  line-height: 1.6;
}

.contact-page-form .form_field_textfield,
.contact-page-form .form_field_textarea {
  font-size: 17.6px;
}

.contact-page-form .form_field_textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-page-form .form_field_textfield::placeholder,
.contact-page-form .form_field_textarea::placeholder {
  font-size: 16px;
}

.contact-page-form .form_field_select {
  padding-right: 44px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2011%206'%3E%3Cpath%20fill='%231f1f1f'%20d='M0%200h11L5.5%206z'/%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 11px 6px;
  font-size: 16px;
}

.contact-page-form .form_field_textfield:focus,
.contact-page-form .form_field_textarea:focus,
.contact-page-form .form_field_select:focus {
  border-color: #1f1f1f;
  outline: none;
}

.contact-page-form .form_submit {
  margin-top: 20px;
}

.contact-page-form .form_submit input {
  width: 100%;
  min-height: 0;
  padding: 10px 24px;
  color: #ffffff;
  background-color: rgb(118, 103, 245);
  border: 1px solid rgb(118, 103, 245);
  border-radius: 50px;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 28.16px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .contact-page-content {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }

  .contact-page-form .form_field_select {
    background-size: 14px 8px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .contact-page-details {
    position: static;
  }

  .contact-page-title {
    font-size: 40px;
  }

  .contact-page-form .form_fields {
    grid-template-columns: 1fr;
  }

  .contact-page-form {
    padding: 25px clamp(16px, 8vw, 25px);
  }
}

@media screen and (max-width: 410px) {
  .contact-page-title {
    font-size: clamp(32px, 10vw, 40px);
  }

  .contact-page-link-row {
    align-items: flex-start;
  }

  .contact-page-editable-link {
    overflow-wrap: anywhere;
  }
}

/* RENALDWEB: contact page – end */

/* COMMENTS */
.comments {
  margin-top: 50px;
}

.comments .comment-title,
.comments .comment,
.comments .comment-form {
  margin-top: 25px;
}

/* RENALDWEB: shared pre-footer cards – start */

.pre-footer {
  width: 1280px;
  max-width: calc(100% - var(--page-gutter-total));
  margin: 100px auto 0;
}

.pre-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.pre-footer-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 60px;
  border-radius: 64px;
  text-align: center;
  overflow-wrap: anywhere;
}

.pre-footer-card-primary {
  --content-body-color: #f5f5f7;
  color: #f5f5f7;
  background-color: #1f1f1f;
}

.pre-footer-card-primary::selection,
.pre-footer-card-primary *::selection {
  color: #1f1f1f;
  background-color: #f5f5f7;
}

.pre-footer-card-contact {
  --content-body-color: #1f1f1f;
  color: #1f1f1f;
  border: 2px solid #1f1f1f;
}

.pre-footer-title {
  margin: 0;
  font-family: var(--headings-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -2.5px;
}

.pre-footer-content p,
.pre-footer-contact-details p {
  margin: 0;
}

.pre-footer-button {
  max-width: 100%;
  margin-top: auto;
}

.pre-footer-button > :first-child {
  margin-top: 0;
}

.pre-footer-button > :last-child {
  margin-bottom: 0;
}

.pre-footer-button a {
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
  max-width: 100%;
  padding: 6px 20px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50px;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 28.16px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.pre-footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: auto;
}

.pre-footer-contact-image {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.pre-footer-contact-image img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}

.pre-footer-contact-image .edy-img-drop-area-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
  text-align: center;
}

.pre-footer-contact-image-alt {
  width: 100%;
  max-width: 280px;
  margin: 16px auto 0;
}

.pre-footer-contact-details {
  text-align: left;
  white-space: nowrap;
}

.pre-footer-contact-details strong {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .pre-footer-card {
    padding: 50px;
  }

  .pre-footer-card-contact {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pre-footer {
    margin-top: 72px;
  }

  .pre-footer-card {
    padding: 40px;
    border-radius: 56px;
  }

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

  .pre-footer-title {
    font-size: clamp(28px, 12vw, 38px);
    letter-spacing: -2px;
  }
}

@media screen and (max-width: 410px) {
  .pre-footer-contact {
    flex-direction: column;
  }

  .pre-footer-contact-details {
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }
}

@media screen and (max-width: 410px) {
  .front-intro,
  .front-services-card,
  .pre-footer-card {
    padding: 40px clamp(20px, 10vw, 40px);
  }
}

/* RENALDWEB: shared pre-footer cards – end */

/* FOOTER */
.footer {
  box-sizing: border-box;
  width: 1280px;
  max-width: calc(100% - 20px);
  margin-top: 70px;
  margin-inline: auto;
  color: #1f1f1f;
}

.footer-inner {
  box-sizing: border-box;
  padding: 50px 10px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-block: 20px;
}

.footer-column {
  box-sizing: border-box;
  min-width: 0;
  padding-inline: 10px;
}

.footer-title {
  margin: 0 0 20px;
  color: inherit;
  font-family: var(--headings-font-family);
  font-size: 20.8px;
  font-weight: 600;
  line-height: 24.96px;
}

.footer .content-formatted {
  color: inherit;
  line-height: 28px;
}

.dark-background .footer .content-formatted {
  color: inherit;
}

.footer-content p,
.footer-content ul,
.footer-content ol {
  margin-block: 0;
}

.footer-content {
  display: grid;
  gap: 16px;
}

.footer-content::after {
  display: none;
}

.footer a,
.footer .content-formatted a:not(.custom-btn):not(.site-header__brand-link),
.footer a:hover,
.footer .content-formatted a:not(.custom-btn):not(.site-header__brand-link):hover {
  color: inherit;
  text-decoration: none;
}

.footer .content-formatted .edy-texteditor-view {
  min-height: 18px;
}

.footer-links {
  display: grid;
  gap: 16px;
}

.footer-contact-links {
  margin-top: 20px;
}

.footer-link-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 0;
  font-size: 18px;
  line-height: 28px;
}

.footer-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}

.footer-editable-link {
  box-sizing: border-box;
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-contact-links .footer-editable-link {
  padding-left: 8px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 400;
}

.footer-legal {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
  gap: 20px;
  line-height: 18px;
}

.footer-brand {
  flex: 0 0 auto;
  font-weight: 600;
  white-space: nowrap;
}

.footer-privacy {
  flex: 0 0 auto;
  margin-left: auto;
  line-height: 28px;
  text-align: right;
  white-space: nowrap;
}

.footer-privacy a,
.footer-privacy a:hover {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer .voog-reference {
  margin-top: 30px;
}

.footer .voog-reference a {
  display: inline-block;
  padding: 7px 9px;
  font-size: 10px;
  color: #727272;
  opacity: .75;
  line-height: 1;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .voog-reference a:hover {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 35px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }

  .footer-title {
    font-size: 19.2px;
    line-height: 24.96px;
  }
}

.signout-btn-wrap {
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 10000;
  white-space: nowrap;
  background-color: #eeeeee;
  height: 35px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.signout-btn-wrap:hover {
  background-color: #c4c4c4;
}

.signout-btn-wrap .signout-link {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0 10px;
}

.signout-btn-wrap .signout-name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  font-family: "Avenir Next", "AvenirX";
  line-height: 37px;
  padding-left: 8px;
  color: rgba(27, 33, 36, 0.8);
}

.signout-btn-wrap .signout-name:hover {
  color: rgba(27, 33, 36, 0.9);
}

.signout-btn-wrap .signout-ico {
  height: 35px;
  display: inline-block;
  color: rgba(27, 33, 36, 0.7);
}

.signout-btn-wrap .signout-svg {
  margin-top: 3px;
}

.bg_img-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.item-top {
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 10px;
}

.item-top::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.item-top > .aspect-ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.editmode .item-top:not(.without-pointer) {
  cursor: pointer;
}

.item-top:hover .btn,
.item-top:hover .custom-btn {
  opacity: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.item-top .custom-btn,
.item-top .btn {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.item-top .btn {
  padding: 0;
  background-color: #1B2124;
  border: 0;
}

.item-top .btn:hover svg {
  opacity: .7;
}

.item-top .bg-crop-btn {
  height: 40px;
  width: 45px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
  color: #ffffff;
}

.item-top .bg-crop-btn.is-visible {
  display: block;
}

.item-top .bg-crop-btn.is-hidden,
.without-image .editmode .item-top .bg-crop-btn {
  display: none;
}

.without-image .item-top {
  background-color: #ffffff;
  background-image: url("../assets/ico-placeholder.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.item-top .top-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  height: 100%;
  width: 100%;
  background: transparent;
}

.without-image .editmode .item-top .top-inner {
  border: none;
}

.cms-blog-article-add-button .item-top .top-inner {
  border: none;
}

.item-top .edy-img-drop-area {
  opacity: 1;
}

.item-top .image-drop-area {
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.item-top .image-drop-area.not-cropped {
  background-size: contain !important;
}

.item-top .image-drop-area.is-cropped {
  background-size: cover !important;
}

.item-top .image-drop-area:not(.active) {
  border: none;
}

.item-top .image-drop-area:hover .btn {
  opacity: 1;
}

.item-top .image-drop-area .edy-img-drop-area-remove-image {
  display: none !important;
}

.item-top .image-drop-area .edy-img-drop-area-placeholder {
  color: #000000;
}

@media screen and (max-width: 480px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 13px;
    margin-top: 48px;
  }
}

@media screen and (min-width: 481px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 16px;
    margin-top: 64px;
  }
}

.item-image {
  border: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.item-image.not-cropped {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.item-image.is-cropped {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.item-list-page .item-image {
  display: block;
}

.item-placeholder {
  width: 100%;
  padding: .5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-item-box:hover .image_settings {
  opacity: 1;
  pointer-events: all;
}

.image_settings {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -20px;
  z-index: 1;
  opacity: 0;
  width: 100%;
  pointer-events: none;
}

.image_settings-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  background: black;
  padding: 8px 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image_settings-buttons .image_settings-button,
.image_settings-buttons .image_settings-remove,
.image_settings-buttons .image_settings-expand {
  width: 24px;
  height: 24px;
}

.image_settings-buttons .image_settings-button:hover,
.image_settings-buttons .image_settings-remove:hover,
.image_settings-buttons .image_settings-expand:hover {
  opacity: .7;
}

.image_settings-buttons .image_settings-button {
  background-image: url("../assets/ico-settings.svg");
}

.image_settings-buttons .image_settings-expand {
  background-image: url("../assets/ico-expand.svg");
  width: 18px;
  height: 18px;
}

.image_settings-buttons .image_settings-remove {
  background-image: url("../assets/ico-delete.svg");
}

.settings_popover {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3;
  -o-transition: opacity 0.3;
  transition: opacity 0.3;
  background: white;
  padding: 16px;
  position: absolute;
  top: 48px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.settings_popover-arrow--up {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 128px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.settings_popover-arrow--up:after {
  position: absolute;
  z-index: 56501;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: transparent;
  border-width: 16px;
  content: '';
  border-top-color: #fff;
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.05));
}

.settings_popover.active {
  opacity: 1;
  pointer-events: all;
}

.form_field-cms {
  margin-bottom: 0;
  padding: 11px 16px;
  resize: none;
  min-height: auto;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: cubic-bezier(0.1, 0.6, 0, 1);
  -o-transition: cubic-bezier(0.1, 0.6, 0, 1);
  transition: cubic-bezier(0.1, 0.6, 0, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  position: relative;
}

.form_field-cms:hover {
  border-color: #ccc;
}

.form_field-cms label {
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 9px;
  font-size: 14px;
  font-weight: inherit;
  white-space: nowrap;
  padding: 0 8px;
  background-color: transparent;
  line-height: 16px;
  color: #8d9091;
  -webkit-transition: cubic-bezier(0.1, 0.6, 0, 1);
  -o-transition: cubic-bezier(0.1, 0.6, 0, 1);
  transition: cubic-bezier(0.1, 0.6, 0, 1);
}

.form_field-cms input::-webkit-input-placeholder {
  color: transparent;
}

.form_field-cms.with-input label {
  top: -8px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
}

.form_field-cms input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font: inherit;
}

.form_field-cms label,
.form_field-cms input {
  color: black;
}

.product_item-wrap .product_item-title,
.product_item-wrap .product_item-btn,
.product_item-wrap .product_item-price {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.3;
  word-break: break-word;
}

.dark-background .product_item-wrap .product_item-title, .dark-background
.product_item-wrap .product_item-btn, .dark-background
.product_item-wrap .product_item-price {
  color: var(--fourth-color);
}

.product_item-wrap .product_item-btn {
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  top: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product_item-wrap .product_item-price {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
  top: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--secondary-color);
}

.product_item-wrap:hover .product_image,
.product_item-wrap:hover .item-top,
.product_item-wrap:hover .product_item-title {
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  opacity: .7;
}

.product_item-wrap:hover .product_item-price {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product_item-wrap:hover .product_item-btn {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product_item-details {
  position: relative;
  overflow: hidden;
}

.product_item-details a {
  color: var(--primary-color);
}

.product_item-details--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_item-btn {
  cursor: pointer;
}

.product_item-btn:hover {
  opacity: .7;
}

.product_alt-attr {
  display: none;
}

.with-image .product_alt-attr {
  display: block;
}

.product-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-content .flex_row-2--item-60,
.product-content .flex_row-2--item-40 {
  max-width: 100%;
}

@media screen and (min-width: 752px) {
  .product-content .flex_row-2--item-40 > .flex_col {
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    z-index: 10601;
  }
}

.product-content .edy-buy-button-container {
  margin: 24px 0;
}

.product-content .without-images .item-top {
  background-image: url("../assets/ico-placeholder.svg");
  background-color: #F2F2F2;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.product-content .product-gallery {
  margin-top: 10px;
}

.product-description {
  margin-bottom: 24px;
}

.product-price {
  padding: 8px 0 24px 0;
}

.product-price .product-price-original {
  display: inline-block;
  padding-right: 4px;
  opacity: .4;
}

.product-price .product-price-final {
  display: inline-block;
}

.dark-background .edy-product-widget-filter-sort,
.dark-background .edy-product-widget-filter-search-input {
  opacity: .7;
}

.dark-background .edy-product-widget-filter-label {
  opacity: .5;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 752px) {
  .flex_row.reverse-col-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex_row-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_row-3--item {
  width: 33%;
  margin-bottom: 32px;
}

@media screen and (max-width: 900px) {
  .flex_row-3--item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .flex_row-3--item {
    width: 100%;
  }
}

.flex_row-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_row-2--item-60 {
  width: 60%;
  margin-bottom: 32px;
}

@media screen and (max-width: 752px) {
  .flex_row-2--item-60 {
    width: 100%;
  }
}

.flex_row-2--item-40 {
  width: 40%;
  margin-bottom: 32px;
}

@media screen and (max-width: 752px) {
  .flex_row-2--item-40 {
    width: 100%;
  }
}

.mar_0-16-neg {
  margin: 0 -16px;
}

.mar_0-32-neg {
  margin: 0 -32px;
}

.mar_0-16 {
  margin: 0 16px;
}

.mar_0-32 {
  margin: 0 32px;
}

.mar_32-0 {
  margin: 32px 0;
}

@media screen and (max-width: 900px) {
  .mar_32-0 {
    margin: 16px 0;
  }
}

.mar_b-32 {
  margin-bottom: 32px;
}

@media screen and (max-width: 900px) {
  .mar_b-32 {
    margin-bottom: 16px;
  }
}

.mar_t-16 {
  margin-top: 16px;
}

.mar_r-8 {
  margin-right: 8px;
}

.mar_t-32 {
  margin-top: 32px;
}

@media screen and (max-width: 900px) {
  .mar_t-32 {
    margin-top: 16px;
  }
}

.pad_0-4 {
  padding: 0 4px;
}

.pad_16-0 {
  padding: 16px 0;
}

.of-hidden {
  overflow: hidden;
}

.p-abs {
  position: absolute;
}

.p-rel {
  position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
/* RENALDWEB: front hero actions – start */

.front-hero-action a {
  color: #ffffff;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 50px;
  font-family: var(--main-font-family);
  font-size: 17.6px;
  font-weight: 400;
  line-height: 28.16px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dark-background .front-hero-action-services a {
  color: #1f1f1f;
  background-color: #ffffff;
  border-color: #ffffff;
}

@media (hover: none) {
  .front-hero-action:active {
    opacity: 0.75;
  }
}

/* RENALDWEB: front hero actions – end */



/* RENALDWEB: keep Voog background controls above header in edit mode – start */
.editmode .voog-bg-picker-btn {
  z-index: 10001;
}
/* RENALDWEB: keep Voog background controls above header in edit mode – end */

/* RENALDWEB: skip link – start */

.skip-link {
  position: fixed;
  top: 10px;
  left: var(--page-gutter);
  z-index: 10001;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  color: #ffffff;
  background-color: #1f1f1f;
}

.skip-link:focus {
  width: auto;
  height: auto;
  padding: 10px 16px;
  overflow: visible;
  clip: auto;
  clip-path: none;
}

/* RENALDWEB: skip link – end */


/* RENALDWEB: skip target offset – start */

#main-content {
  scroll-margin-top: 107.117px;
  outline: none;
}

/* RENALDWEB: skip target offset – end */

/* RENALDWEB: canonical Hara-style site header */

.site-header,
.site-header *,
.site-header *::before,
.site-header *::after {
  box-sizing: border-box;
}

.site-header {
  --site-header-top-offset: 10px;
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 107.117px;
  margin: 0;
  padding: 0;
  font-family: var(--main-font-family, "Space Grotesk", sans-serif);
}

.site-header__spacer {
  width: 100%;
  height: 100%;
}

.site-header__bar {
  position: fixed;
  top: var(--site-header-top-offset);
  right: var(--page-gutter);
  left: var(--page-gutter);
  z-index: 9999;
  display: flex;
  align-items: center;
  width: auto;
  max-width: 1280px;
  height: 87.117px;
  margin-inline: auto;
  padding: 0 10px;
  isolation: isolate;
  border-radius: 20px;
}

.site-header__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #ffffff;
  border-radius: inherit;
  opacity: var(--site-header-background-opacity, 0);
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0, 0.33, 0.07, 1.03);
}

.site-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 87.117px;
  margin: 0;
  padding: 10px 0;
  gap: 20px;
}

.site-header .site-header__brand {
  display: flex;
  align-items: center;
  flex: 0 0 12.909%;
  width: 12.909%;
  height: 67.117px;
  min-width: 0;
  margin: 0;
  padding: 10px;
  color: #1f1f1f;
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.site-header__brand > * {
  margin: 0;
}

.site-header .site-header__brand.content-formatted a.site-header__brand-link,
.site-header .site-header__brand.content-formatted a.site-header__brand-link:hover {
  display: inline-flex;
  align-items: center;
  color: #1f1f1f;
  font-weight: inherit;
  text-decoration: none;
}

.site-header__actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  height: 67.117px;
  margin: 0;
  padding: 10px;
}

.site-header .menu,
.site-header .menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__nav,
.site-header__nav .menu-main-inner,
.site-header__nav--desktop > .menu-main-inner > .menu,
.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item,
.site-header .menu-lang-desktop,
.site-header .menu-lang-desktop .menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item {
  position: relative;
}

.site-header__nav {
  position: relative;
  justify-content: flex-end;
  width: auto;
}

.site-header__nav .menu-main-inner {
  justify-content: flex-end;
}

.site-header__nav--desktop .menu-link-wrap {
  position: relative;
  z-index: 31;
  display: flex;
  align-items: center;
  height: 47.117px;
}

.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link,
.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link,
.site-header .menu-lang-desktop .language-switch-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47.117px;
  margin: 0;
  padding: 13px 20px;
  color: #1f1f1f;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 21.12px;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__nav--desktop > .menu-main-inner > .menu > .has-children > .menu-link-wrap > .menu-link {
  padding-right: 41px;
}

.site-header__nav--desktop .has-children > .menu-link-wrap > .menu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 6px solid currentColor;
  border-right: 5.5px solid transparent;
  border-left: 5.5px solid transparent;
  transform: translateY(-35%);
}

.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link::after,
.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition:
    right 0.3s cubic-bezier(0.58, 0.3, 0.005, 1),
    width 0.3s cubic-bezier(0.58, 0.3, 0.005, 1),
    opacity 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
}

.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item:hover > .menu-link::after,
.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item:hover > .menu-link-wrap > .menu-link::after,
.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link.active::after,
.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link.active::after,
.site-header__nav--desktop > .menu-main-inner > .menu > .menu-item.parent-active > .menu-link-wrap > .menu-link::after {
  right: 0;
  width: 100%;
  opacity: 1;
}

.site-header__nav--desktop .menu-submenu-toggle {
  display: none;
}

.site-header__nav--desktop .has-children > .menu-sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  display: block;
  width: max-content;
  min-width: 156px;
  max-width: min(1000px, calc(100vw - 40px));
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0s linear 0.2s;
}

.site-header__nav--desktop .has-children.is-hover-open > .menu-sub,
.site-header__nav--desktop .has-children:focus-within > .menu-sub,
.site-header__nav--desktop .has-children.is-open > .menu-sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: none;
}

.site-header__nav--desktop .menu-sub > .menu {
  display: block;
  width: max-content;
  min-width: 100%;
}

.site-header__nav--desktop .menu-sub > .menu > .menu-item {
  display: block;
  width: 100%;
  margin: 0;
  font-size: inherit;
}

.site-header__nav--desktop .menu-sub .menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: max-content;
  min-height: 46px;
  margin: 0;
  padding: 13px 20px;
  color: #1f1f1f;
  background-color: #ffffff;
  border: 0;
  border-left: 8px solid transparent;
  font-family: inherit;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__nav--desktop .menu-sub .menu-link:hover {
  transition:
    background-color 0.4s ease,
    color 0.4s ease;
}

.site-header__nav--desktop .menu-sub .menu-link:hover,
.site-header__nav--desktop .menu-sub > .menu > .menu-item > .menu-link.active,
.site-header__nav--desktop .menu-sub > .menu > .menu-item.active > .menu-link {
  color: #ffffff;
  background-color: #1f1f1f;
  font-weight: 400;
  opacity: 1;
}

.site-header__cta {
  margin: 0 0 0 20px;
  white-space: nowrap;
}

.site-header__menu-button,
.site-header__nav--responsive {
  display: none;
}

.dark-background .site-header__background {
  background-color: #1f1f1f;
}

.dark-background .site-header__brand,
.dark-background .site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link,
.dark-background .site-header__nav--desktop > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link,
.dark-background .site-header .menu-lang-desktop .language-switch-link {
  color: #f5f5f7;
}

.dark-background .site-header .site-header__brand.content-formatted a.site-header__brand-link,
.dark-background .site-header .site-header__brand.content-formatted a.site-header__brand-link:hover {
  color: #f5f5f7;
}

.dark-background .site-header__cta a {
  color: #1f1f1f;
  background-color: #ffffff;
  border-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .site-header {
    height: 100.5px;
  }

  .site-header__bar {
    right: 10px;
    left: 10px;
  }

  .site-header__bar,
  .site-header__inner {
    height: 80.5px;
  }

  .site-header .site-header__brand,
  .site-header__actions {
    height: 60.5px;
  }

  .site-header .site-header__brand {
    flex: 1 1 auto;
    width: auto;
  }

  .site-header__actions {
    position: static;
    flex: 0 0 auto;
    gap: 20px;
  }

  .site-header__nav--desktop {
    display: none;
  }

  .site-header__menu-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40.5px;
    width: 40.5px;
    height: 40.5px;
    margin: 0;
    padding: 6.75px;
    color: #1f1f1f;
    background: transparent;
    border: 0;
    cursor: pointer;
    order: 1;
  }

  .site-header__menu-icon {
    display: block;
    width: 27px;
    height: 18px;
  }

  .site-header__menu-icon > span {
    display: block;
    width: 27px;
    height: 2px;
    margin: 0 0 6px;
    background-color: currentColor;
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  .site-header__menu-icon > span:last-child {
    margin-bottom: 0;
  }

  .site-header__menu-button.open .site-header__menu-icon > span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header__menu-button.open .site-header__menu-icon > span:nth-child(2) {
    opacity: 0;
  }

  .site-header__menu-button.open .site-header__menu-icon > span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .dark-background .site-header__menu-button {
    color: #ffffff;
  }

  .site-header__cta {
    order: 2;
    width: 122.47px;
    margin: 0;
  }

  .site-header__cta a {
    width: 100%;
    line-height: 24px;
  }

  .site-header__nav--responsive {
    position: fixed;
    top: calc(var(--site-header-top-offset) + 80.5px);
    right: 0;
    left: 0;
    z-index: 9998;
    display: block;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    visibility: hidden;
    pointer-events: none;
    background-color: #ffffff;
    transform: scaleY(0);
    transform-origin: top;
    transition:
      max-height 0.3s,
      transform 0.3s,
      visibility 0s linear 0.3s;
  }

  .site-header__nav--responsive.expanded {
    max-height: calc(100vh - var(--site-header-top-offset) - 80.5px);
    max-height: calc(100dvh - var(--site-header-top-offset) - 80.5px);
    overflow-y: auto;
    visibility: visible;
    pointer-events: auto;
    transform: scaleY(1);
    transition-delay: 0s;
  }

  .site-header__nav--responsive > .menu-main-inner,
  .site-header__nav--responsive > .menu-main-inner > .menu,
  .site-header__nav--responsive > .menu-lang-mobile,
  .site-header__nav--responsive > .menu-lang-mobile > .menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-header__nav--responsive .menu-item,
  .site-header__nav--responsive .menu-link-wrap {
    position: relative;
    display: block;
    width: 100%;
  }

  .site-header__nav--responsive .menu-link-wrap {
    display: flex;
    align-items: stretch;
  }

  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item > .menu-link,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link,
  .site-header__nav--responsive > .menu-lang-mobile .language-switch-link {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-height: 56.4px;
    margin: 0;
    padding: 17px 20px;
    color: #1f1f1f;
    background-color: #ffffff;
    border: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-decoration: none;
  }

  .site-header__nav--responsive .menu-submenu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56.4px;
    width: 56.4px;
    min-height: 56.4px;
    margin: 0;
    padding: 0;
    color: #1f1f1f;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
  }

  .site-header__nav--responsive .menu-arrow {
    display: block;
    width: 36px;
    height: 25px;
    transition: transform 0.2s ease;
  }

  .site-header__nav--responsive .menu-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .site-header__nav--responsive .menu-submenu-toggle[aria-expanded="true"] .menu-arrow {
    transform: rotate(180deg);
  }

  .site-header__nav--responsive .menu-sub {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-header__nav--responsive .menu-item.is-open > .menu-sub {
    display: block;
  }

  .site-header__nav--responsive .menu-sub > .menu > .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    font-size: inherit;
  }

  .site-header__nav--responsive .menu-sub .menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 17px 20px 17px 40px;
    color: #1f1f1f;
    background-color: #ffffff;
    border: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }

  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item > .menu-link.active,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item.active > .menu-link,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item.active > .menu-link-wrap > .menu-link,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item.active > .menu-link-wrap > .menu-submenu-toggle,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item.parent-active > .menu-link-wrap > .menu-link,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item.parent-active > .menu-link-wrap > .menu-submenu-toggle,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item.is-open > .menu-link-wrap > .menu-link,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item.is-open > .menu-link-wrap > .menu-submenu-toggle,
  .site-header__nav--responsive .menu-sub > .menu > .menu-item > .menu-link.active,
  .site-header__nav--responsive .menu-sub > .menu > .menu-item.active > .menu-link {
    color: #ffffff;
    background-color: #1f1f1f;
    font-weight: 400;
    opacity: 1;
  }

  .site-header__nav--responsive a:focus-visible,
  .site-header__nav--responsive button:focus-visible {
    outline-offset: -4px;
  }
}

@media screen and (max-width: 1024px) and (hover: hover) {
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item > .menu-link:hover,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-link:hover,
  .site-header__nav--responsive > .menu-main-inner > .menu > .menu-item > .menu-link-wrap > .menu-submenu-toggle:hover,
  .site-header__nav--responsive .menu-sub .menu-link:hover,
  .site-header__nav--responsive > .menu-lang-mobile .language-switch-link:hover {
    color: #ffffff;
    background-color: #1f1f1f;
    font-weight: 400;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    height: 80.5px;
  }

  .site-header__bar,
  .site-header__inner {
    height: 60.5px;
  }

  .site-header__inner {
    gap: 0;
  }

  .site-header .site-header__brand,
  .site-header__actions {
    height: 40.5px;
    padding: 0;
  }

  .site-header .site-header__brand {
    font-size: clamp(18px, 10vw, 25px);
  }

  .site-header__actions {
    gap: 20px;
  }

  .site-header__cta {
    order: 1;
    width: 115.16px;
    margin: 0;
  }

  .site-header__cta a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .site-header__menu-button {
    order: 2;
  }

  .site-header__nav--responsive {
    top: calc(var(--site-header-top-offset) + 60.5px);
  }

  .site-header__nav--responsive.expanded {
    max-height: calc(100vh - var(--site-header-top-offset) - 60.5px);
    max-height: calc(100dvh - var(--site-header-top-offset) - 60.5px);
  }
}

@media screen and (max-width: 370px) {
  .site-header__cta {
    display: none;
  }
}

body.edy-header-message-visible .site-header {
  --site-header-top-offset: 58px;
}

.editmode .site-header {
  height: auto;
}

.editmode .site-header__spacer {
  display: none;
}

.editmode .site-header__bar {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin-top: 10px;
  margin-inline: auto;
}

.editmode .site-header__background {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .site-header__background,
  .site-header__nav--desktop .menu-sub,
  .site-header__menu-icon > span,
  .site-header__nav--responsive,
  .blog-article-toc-arrow,
  .service-accordion-toggle::after,
  .site-header__nav--responsive .menu-arrow,
  .site-header a {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
}
