@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Varela+Round&display=swap);
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
main,
summary,
time,
mark,
audio,
video,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "AlbertSans";
  src: url("../../src/fonts/AlbertSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "AlbertSans-Italic";
  src: url("../../src/fonts/AlbertSans-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}
form {
  width: 100%;
}

.form-card {
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 20px 12.5px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  padding: 40px;
  width: 100%;
}
.form-card__title {
  color: #071E45;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin: 0;
}
.form-card__fields {
  display: grid;
  gap: 20px;
  width: 100%;
}
.form-card__row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-card__actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.form-card__actions .wpcf7-spinner {
  left: -36px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-card__submit {
  margin-left: auto;
}
.form-card--compact {
  gap: 24px;
  padding: 24px;
}

.form-showcase {
  display: grid;
  gap: 24px;
  justify-items: start;
}

.form-controls {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
  width: 100%;
}

.form-sections,
.form-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}
.form-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.form-actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.form-actions .wpcf7-spinner {
  left: -36px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-option-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-range-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.form-range-value {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}

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

.form-control {
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.form-control label {
  color: #000000;
  font-family: "AlbertSans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
}
.form-control label .required,
.form-control label .form-required,
.form-control label abbr {
  color: #dc3545;
  text-decoration: none;
}
.form-control.check {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  text-align: left;
}
.form-control.check .wpcf7-form-control-wrap,
.form-control.check .wpcf7-acceptance,
.form-control.check .wpcf7-list-item {
  display: block;
  margin: 0;
  width: 100%;
}
.form-control.check label {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
}
.form-control.check .wpcf7-list-item-label {
  flex: 0 1 auto;
  text-align: left;
}
.form-control .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.form-control .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 29px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.form-control .wpcf7-form-control-wrap:has(select):focus-within::after {
  transform: translateY(-30%) rotate(-135deg);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
select,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  color: #000000;
  font-family: "AlbertSans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  height: 58px;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
  outline: none;
  padding: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #8F8F8F;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8F8F8F;
  opacity: 1;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #071E45;
  box-shadow: 0 0 0 2px rgba(7, 30, 69, 0.12);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
}

textarea {
  height: 150px;
  resize: none;
}

.select {
  position: relative;
  width: 100%;
}
.select select {
  color: #000000;
  padding-right: 48px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transition: all 0.3s;
  pointer-events: none;
}
.select:active::after {
  top: 60%;
  transform: translateY(-50%) rotate(-45deg);
}

input.error,
select.error {
  border-color: #dc3545;
}
input.error:checked,
select.error:checked {
  border-color: #071E45;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border: 1.6px solid #071E45;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
input[type=radio]::after,
input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
}
input[type=radio]:focus-visible,
input[type=checkbox]:focus-visible {
  box-shadow: 0 0 0 2px rgba(7, 30, 69, 0.12);
  outline: none;
}
input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  opacity: 1;
}

input[type=checkbox]::after {
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -58%) rotate(45deg);
  width: 6px;
  height: 10px;
}
input[type=checkbox]:checked {
  background-color: #071E45;
  border-color: #FD8B0E;
}

input[type=radio] {
  border-radius: 100px;
}
input[type=radio]::after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #071E45;
}

.error input[type=radio] {
  border-color: #dc3545;
}
.error input[type=radio]:checked {
  border-color: #071E45;
}

input[type=range] {
  margin: 40px 0 0;
  padding: 0;
  height: 8px;
  background-color: #F1F1F1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 12px;
  border: none;
  position: relative;
  width: 100%;
}
input[type=range]::after {
  content: attr(data-value);
  visibility: hidden;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  padding: 2px 3px 5px;
  align-content: center;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: calc(0.983 * var(--value) - 13px);
  -webkit-mask-image: url("../../src/images/balao.svg");
          mask-image: url("../../src/images/balao.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center 4px;
          mask-position: center 4px;
  background-color: #1E1E1E;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  line-height: 2.5;
}
input[type=range]:hover::after {
  visibility: visible;
  opacity: 1;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border: 4px solid #071E45;
  border-radius: 100px;
  box-shadow: none;
  cursor: pointer;
  height: 20px;
  margin-top: -6px;
  width: 20px;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: linear-gradient(to right, #071E45 0%, #071E45 var(--value), #F1F1F1 var(--value), #F1F1F1 100%);
  border-radius: 12px;
}

input[type=checkbox].toggle {
  width: 50px;
  height: 25px;
  background-color: #C0C0C0;
  border-radius: 8px;
  border: none;
  position: relative;
  transition: background-color 0.3s;
}
input[type=checkbox].toggle::after {
  transition: left 0.3s, background-color 0.3s;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #FFFFFF;
  opacity: unset;
  transform: translateY(-50%);
  left: 5px;
  border: none;
}
input[type=checkbox].toggle:checked {
  background-color: #071E45;
}
input[type=checkbox].toggle:checked::after {
  left: 30px;
  background-color: #FFFFFF;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #1E1E1E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #071E45;
  color: #FD8B0E;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #071E45 transparent transparent transparent;
}
.tooltip__pointer {
  text-align: center;
  display: block;
  color: #1E1E1E;
  height: 100%;
  align-content: center;
  font-family: dashicons;
  font-style: italic;
  line-height: normal;
  font-size: unset;
  width: inherit;
}
.tooltip__wrapper {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.25rem;
  margin-top: 4px;
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
  min-width: 24px;
  min-height: 24px;
}

.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block !important;
}

.wpcf7-response-output {
  margin: 0;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-actions {
    gap: 12px;
    justify-content: flex-end;
    padding-top: 12px;
  }
  .form-actions .wpcf7-spinner {
    margin-left: auto;
    order: -1;
    position: static;
    right: auto;
    top: auto;
    transform: none;
  }
  .form-card {
    padding: 32px;
  }
  .form-card__row {
    grid-template-columns: 1fr;
  }
  input[type=range]::after {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
}
@media (max-width: 640px) {
  .form-card {
    padding: 24px;
  }
  input[type=range]::after {
    left: calc(0.92 * var(--value) - 6px);
  }
}
body {
  --header-top-offset: 0px;
  --header-offset: 198px;
}

body.admin-bar,
html.admin-bar body,
.admin-bar body {
  --header-top-offset: var(--wp-admin--admin-bar--height, 32px);
}

.header {
  background: transparent;
  display: inline-block;
  left: 0;
  position: fixed;
  top: var(--header-top-offset);
  vertical-align: top;
  width: 100%;
  z-index: 9999;
}
.header ul,
.header p,
.header a {
  margin: 0;
}
.header + section, .header + div, .header + style + section, .header + style + div {
  padding-top: 198px;
  transition: padding-top 0.35s ease;
}
.header + .banner, .header + .internal-banner, .header + style + .banner, .header + style + .internal-banner {
  padding-top: 0;
}
.header.scrolled .header__top {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
.header.scrolled .header__principal-shell {
  background-color: #071E45;
}
.header__top {
  background-color: #071E45;
  max-height: 58px;
  opacity: 1;
  padding: 14px 0;
  transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease, visibility 0.35s ease;
  visibility: visible;
}
.header__top a,
.header__top p {
  color: #FFFFFF;
}
.header__top-inner, .header__top-left, .header__top-right {
  align-items: center;
  display: flex;
}
.header__top-inner {
  justify-content: space-between;
}
.header__top-left {
  gap: 8px;
}
.header__top-right {
  gap: 16px;
  margin-left: auto;
}
.header__top-right .flag {
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  width: auto;
}
.header__top-left > *, .header__top-right > *, .header__top .wp-block-group, .header__top .is-layout-flex {
  align-items: center;
  display: flex;
  margin: 0;
}
.header__top .wp-block-social-links, .header__top .is-layout-flex {
  --social-links-bg: #FFFFFF;
  --social-links-gap: 8px;
  --social-links-icon-color: #071E45;
  --social-links-icon-size: 24px;
  --social-links-size: 30px;
  gap: 8px;
}
.header__top .wp-block-image, .header__top figure {
  margin: 0;
}
.header__top img {
  display: block;
  height: auto;
  max-height: 30px;
  width: auto;
}
.header__principal {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.header__principal-shell {
  transition: background-color 0.35s ease;
}
.header__principal-logo {
  display: inline-block;
  flex: 0 0 auto;
  height: 60px;
  vertical-align: top;
  width: 240px;
}
.header__principal-logo h1 {
  font-size: 0;
  margin: 0;
}
.header__principal-logo-home {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.header__principal-logo a,
.header__principal-logo img {
  display: block;
  height: 100%;
  width: 100%;
}
.header__principal-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1201px) {
  .header.scrolled + section,
  .header.scrolled + div,
  .header.scrolled + style + section,
  .header.scrolled + style + div {
    padding-top: 140px;
  }
  .header.scrolled + .banner,
  .header.scrolled + .internal-banner,
  .header.scrolled + style + .banner,
  .header.scrolled + style + .internal-banner {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  body {
    --header-offset: 130px;
  }
  .header__top {
    display: none;
  }
  .header__principal {
    min-height: 130px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .header__principal-logo {
    height: 72px;
    width: 188px;
  }
  .header + section, .header + div, .header + style + section, .header + style + div {
    padding-top: 130px;
  }
  .header + .banner,
  .header + .internal-banner,
  .header + style + .banner,
  .header + style + .internal-banner {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  body.admin-bar,
  html.admin-bar body,
  .admin-bar body {
    --header-top-offset: var(--wp-admin--admin-bar--height, 46px);
  }
}
@media (max-width: 640px) {
  body {
    --header-offset: 107px;
  }
  .header__principal {
    min-height: 107px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .header + section, .header + div, .header + style + section, .header + style + div {
    padding-top: 107px;
  }
  .header + .banner,
  .header + .internal-banner,
  .header + style + .banner,
  .header + style + .internal-banner {
    padding-top: 0;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  background: #071E45;
}
.footer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48px;
  width: min(1098px, 82%);
  height: 187px;
  transform: translateX(-50%);
  background: url("../../src/images/sigma-watermark.png") no-repeat center bottom/contain;
  opacity: 0.08;
  pointer-events: none;
}
.footer__wrapper, .footer__copyright {
  position: relative;
  z-index: 1;
}
.footer * {
  color: #C0C0C0;
}
.footer h5 {
  color: #FFFFFF;
}
.footer a {
  color: inherit;
  overflow-wrap: anywhere;
  transition: color 0.3s;
}
.footer a:hover {
  color: #FD8B0E;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .widget {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .wow {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}
.footer__wrapper {
  padding: 88px 0 48px;
  border-top: 2px solid #FFB702;
}
.footer__wrapper-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}
.footer__wrapper-container > div {
  flex: 1 1 0;
  min-width: 0;
}
.footer__wrapper-container-logo {
  max-width: 520px;
}
.footer__wrapper-container-logo .widget {
  gap: 20px;
}
.footer__wrapper-container-logo img {
  max-width: 260px;
  margin-bottom: 16px;
}
.footer__wrapper-container-logo .wp-block-list li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__wrapper-container-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  text-align: right;
}
.footer__wrapper-container-nav .widget {
  align-items: flex-end;
}
.footer__wrapper-container-nav .wp-block-group:not(.wp-block-social-links),
.footer__wrapper-container-nav .is-layout-flex:not(.wp-block-social-links) {
  display: contents;
}
.footer__wrapper-container-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 16px;
}
.footer__wrapper-container-nav ul ul {
  display: none;
}
.footer__wrapper-container-nav .wp-block-social-links {
  gap: 8px;
  margin-bottom: 16px;
}
.footer__wrapper-container-nav ul:not(.wp-block-social-links) a {
  font-weight: 600;
}
.footer__wrapper-container-nav .wp-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100px;
  background: #FFFFFF;
}
.footer__wrapper-container-nav .wp-social-link a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 1;
  color: #071E45;
}
.footer__wrapper-container-nav .wp-social-link svg {
  color: #071E45;
  width: 1.5rem;
  height: 1.5rem;
  fill: #071E45;
}
.footer__wrapper-container-nav .wp-social-link svg,
.footer__wrapper-container-nav .wp-social-link svg path {
  fill: #071E45;
  color: #071E45;
}
.footer__copyright {
  padding-bottom: 180px;
}
.footer__copyright .center {
  padding-top: 48px;
  border-top: 1px solid #FD8B0E;
}
.footer__copyright p {
  margin: 0;
}
.footer__copyright-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 1024px) {
  .footer::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrapper-container {
    flex-direction: column;
    gap: 64px;
  }
  .footer__copyright {
    padding-bottom: 40px;
  }
  .footer__wrapper-container-nav {
    align-items: flex-start;
    text-align: left;
  }
  .footer__wrapper-container-nav .widget {
    align-items: flex-start;
  }
  .footer__wrapper-container-nav ul {
    justify-content: flex-start;
  }
  .footer__wrapper-container-nav .wp-block-social-links {
    flex-direction: row;
    gap: 8px;
  }
}

.itens-menu {
  align-items: center;
  display: flex;
  gap: 24px;
}
.itens-menu ul.menu {
  align-items: center;
  display: flex;
  gap: 32px;
  margin-bottom: 0;
}
.itens-menu ul.menu li.menu-item {
  position: relative;
}
.itens-menu ul.menu li.menu-item.current-menu-item > a,
.itens-menu ul.menu li.menu-item.current_page_item > a,
.itens-menu ul.menu a:hover,
.itens-menu ul.menu a.selected {
  color: #FD8B0E;
}
.itens-menu ul.menu a {
  color: #FFFFFF;
  display: flex;
  position: relative;
  width: 100%;
}
.itens-menu ul.menu li.menu-item-has-children > a {
  padding-right: 24px;
}
.itens-menu ul.menu ul.sub-menu {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(7, 30, 69, 0.18), 0 4px 12px rgba(0, 0, 0, 0.14);
  display: none;
  margin: 0;
  min-width: 220px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
.itens-menu ul.menu ul.sub-menu li {
  position: relative;
  transition: background-color 0.3s ease;
}
.itens-menu ul.menu ul.sub-menu a {
  box-shadow: inset 0 0 0 transparent;
  color: #071E45;
  padding: 12px 20px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.itens-menu ul.menu ul.sub-menu a:hover, .itens-menu ul.menu ul.sub-menu a.selected {
  background-color: #F5F5F5;
  box-shadow: inset 3px 0 0 #FD8B0E;
  color: #FD8B0E;
}
.itens-menu ul.menu ul.sub-menu ul.sub-menu {
  background-color: #F5F5F5;
  border-radius: 0;
  border-top: 1px solid #DCDCDC;
  box-shadow: none;
  left: 0;
  min-width: 0;
  padding: 0;
  position: inherit;
  right: auto;
  top: 0;
  width: 100%;
}
.itens-menu ul.menu ul.sub-menu ul.sub-menu a {
  padding-left: 32px;
}
.itens-menu ul.menu ul.sub-menu li.menu-item-has-children:after {
  display: none;
}
.itens-menu ul.menu ul.sub-menu li.menu-item-has-children > a {
  padding-right: 32px;
}
.itens-menu ul.menu ul.sub-menu li.menu-item-has-children > a:after {
  border: solid #4D5969;
  border-width: 0 2px 2px 0;
  content: "";
  padding: 3px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.itens-menu ul.menu ul.sub-menu li.menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(-135deg);
}
.itens-menu .nav-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
  height: 32px;
  padding: 0;
  position: relative;
  transition: transform 0.2s ease-in-out;
  width: 30px;
}
.itens-menu .nav-item span {
  background: #FFFFFF;
  border-radius: 999px;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 30px;
}
.itens-menu .nav-item span:nth-child(1) {
  top: 5px;
}
.itens-menu .nav-item span:nth-child(2) {
  right: 0;
  top: 14px;
  width: 22px;
}
.itens-menu .nav-item span:nth-child(3) {
  top: 23px;
}
.itens-menu .nav-item.open span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.itens-menu .nav-item.open span:nth-child(2) {
  opacity: 0;
}
.itens-menu .nav-item.open span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}

.menu-mobile {
  align-items: center;
  display: flex;
  justify-content: right;
  margin-left: 27px;
}
.menu-mobile a:after,
.menu-mobile .menu-item-has-children:after {
  display: none;
}
.menu-mobile .sidebar {
  background: #FFFFFF;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: -290px;
  overflow: auto;
  padding: 15px;
  position: fixed;
  top: 0;
  transition: left 0.35s linear, opacity 0.25s linear;
  width: 260px;
  z-index: 9999999;
}
.menu-mobile .sidebar.open {
  left: 0;
}
.menu-mobile ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-mobile ul.menu li {
  border-bottom: 1px solid #8F8F8F;
  margin-left: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.menu-mobile ul.menu li:last-child {
  border-bottom: 0;
}
.menu-mobile ul.menu li.current-menu-item > a,
.menu-mobile ul.menu li.current_page_item > a,
.menu-mobile ul.menu a:hover,
.menu-mobile ul.menu a.selected {
  color: #071E45;
}
.menu-mobile ul.menu a {
  box-sizing: border-box;
  display: inline-block;
  color: #000000;
  margin: 0;
  padding: 10px;
  transition: all 0.3s;
  width: 100%;
}
.menu-mobile ul.menu ul.sub-menu {
  background: #F1F1F1;
  border-top: 1px solid #8F8F8F;
  box-shadow: none;
  display: none;
  left: 0;
  padding: 0;
  position: inherit;
  top: 0;
  width: 100%;
}
.menu-mobile ul.menu ul.sub-menu li:last-child {
  border-bottom: none;
}
.menu-mobile ul.menu li.menu-item-has-children > a {
  position: relative;
}
.menu-mobile ul.menu li.menu-item-has-children > a:after {
  border: solid #4D5969;
  border-width: 0 2px 2px 0;
  content: "";
  padding: 3px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: block;
}
.menu-mobile ul.menu li.menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(-135deg);
}
.menu-mobile .btn-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  color: #071E45;
  cursor: pointer;
  display: flex;
  font-size: 1.8em;
  justify-content: end;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
.menu-mobile .sidebar__top {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu-mobile .sidebar__info {
  align-items: center;
  color: #000000;
  display: flex;
  gap: 8px;
}
.menu-mobile .sidebar__info a,
.menu-mobile .sidebar__info p,
.menu-mobile .sidebar__info span {
  color: #000000;
  text-decoration: none;
}
.menu-mobile .sidebar__info > *,
.menu-mobile .sidebar__info .wp-block-group,
.menu-mobile .sidebar__info .is-layout-flex {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
}
.menu-mobile .sidebar__info .flag {
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  width: auto;
}
.menu-mobile .overlay {
  background-color: #000000;
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
}
.menu-mobile.expanded .overlay {
  display: block;
  z-index: 991;
}

@media (min-width: 1201px) {
  .header .itens-menu ul.menu > li.menu-item-has-children:after {
    display: none;
  }
  .header .itens-menu ul.menu > li.menu-item-has-children > a:after {
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    content: "";
    padding: 3px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
  }
  .header .itens-menu ul.menu > li.menu-item-has-children.active > a:after {
    transform: translateY(-50%) rotate(-135deg);
  }
  .header .itens-menu ul.menu ul.sub-menu li.menu-item-has-children > a {
    padding-right: 32px;
  }
  .header .itens-menu ul.menu ul.sub-menu li.menu-item-has-children > a:after {
    border: solid #4D5969;
    border-width: 0 2px 2px 0;
    content: "";
    padding: 3px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: block;
  }
  .header .itens-menu ul.menu ul.sub-menu li.menu-item-has-children.active > a:after {
    transform: translateY(-50%) rotate(-135deg);
  }
}
@media (max-width: 1200px) {
  .itens-menu ul.menu {
    display: none;
  }
  .itens-menu .nav-item {
    display: block;
  }
}
.btn, input[type=submit] {
  --btn-ease: cubic-bezier(0.22, 1, 0.36, 1);
  align-items: center;
  background-color: #FD8B0E;
  background-image: linear-gradient(90deg, #FFB702 0%, #FD8B0E 50%, #FD8B0E 100%);
  background-position: 0 0;
  background-size: 200% 100%;
  border: 0;
  border-radius: 100px;
  color: #071E45;
  cursor: pointer;
  display: inline-flex;
  font-family: "AlbertSans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  gap: 12px;
  justify-content: center;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
  overflow: hidden;
  padding: 16px 24px;
  text-align: center;
  transition: background-color 0.5s var(--btn-ease), background-position 0.5s var(--btn-ease), border-color 0.5s var(--btn-ease), box-shadow 0.5s var(--btn-ease), color 0.24s var(--btn-ease), gap 0.5s var(--btn-ease), transform 0.5s var(--btn-ease);
  width: -moz-fit-content;
  width: fit-content;
}
.btn:hover, input[type=submit]:hover {
  background-position: 100% 0;
  color: #071E45;
  text-decoration: none;
  transform: none;
}
.btn:active, input[type=submit]:active {
  box-shadow: 0 4px 12px rgba(7, 30, 69, 0.08);
  transform: translateY(0);
}
.btn--border {
  background-color: transparent;
  background-image: none;
  border: 1.5px solid #FD8B0E;
  color: #FD8B0E;
}
.btn--border:hover {
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FD8B0E;
  box-shadow: 0 8px 20px rgba(7, 30, 69, 0.12);
  color: #FD8B0E;
  transform: none;
}
.btn--dark {
  background-color: #071E45;
  background-image: none;
  color: #FFFFFF;
}
.btn--dark:hover {
  background-color: #0a2a61;
  background-image: none;
  box-shadow: 0 8px 20px rgba(7, 30, 69, 0.12);
  color: #FFFFFF;
  transform: none;
}
.btn--transparent {
  background-color: transparent;
  background-image: none;
  border: none;
  color: #071E45;
  overflow: visible;
  padding: 6px;
  text-transform: none;
}
.btn--transparent:hover {
  background-color: transparent;
  box-shadow: none;
  color: #071E45;
  transform: none;
}
.btn--arrow {
  gap: 16px;
}
.btn--arrow::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 24px;
  height: 24px;
  -webkit-mask-image: url("../../src/images/icon-arrow.svg");
  mask-image: url("../../src/images/icon-arrow.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.5s var(--btn-ease);
  width: 24px;
}
.btn--arrow:hover::after {
  transform: translateX(2px);
}
.btn--arrow-only {
  background-color: #FD8B0E;
  background-image: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  background-size: 100% 100%;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  color: #071E45;
  gap: 0;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0;
  width: 40px;
}
.btn--arrow-only::after {
  transform: rotate(-32.51deg);
}
.btn--arrow-only:hover::after {
  transform: rotate(0deg);
}
.btn--reset {
  all: unset;
}

.button-whatsapp-animated,
.button-whatsapp-animated-fill {
  border-radius: 100%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

.button-whatsapp-animated {
  width: 90px;
  height: 90px;
  position: absolute;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.5;
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.effect {
  animation-name: effect;
}

@keyframes effect {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.button-whatsapp-animated-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -ms-transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  transition: all 0.5s;
  opacity: 0.4 !important;
}

.button-whatsapp-animated,
.mypage-alo-phone:hover .button-whatsapp-animated {
  border-color: #43b91e;
}

.whatsapp-circle {
  top: 17px;
  left: 17px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
  width: 58px;
  height: 58px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 14px 12px;
  background-color: #4ec95e;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
}

.form-total {
  width: 98%;
  position: relative;
  right: -10px;
}

.modal-whats {
  background: url(../../src/images/wallpaper-whats.png) no-repeat #e5dbd2 center;
  width: 492px;
  position: fixed;
  bottom: 77px;
  right: 71px;
  display: none;
  z-index: 9999;
  box-shadow: -3px 2px 17px -4px #000;
}
.modal-whats .conversation {
  background: #11564c;
  display: flex;
  align-items: center;
  padding: 10px;
}
.modal-whats .conversation div h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}
.modal-whats .conversation div p {
  margin-top: 2px;
  color: #fff;
}
.modal-whats .conversation img {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  margin-right: 25px;
}
.modal-whats .conversation .close-whats {
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  right: 22px;
  top: 29px;
  text-decoration: none;
  position: absolute;
  width: 14px;
  height: 20px;
  cursor: pointer;
}
.modal-whats .whats-box {
  position: relative;
}
.modal-whats .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}
.modal-whats .form span .wpcf7-not-valid-tip {
  right: 38px;
  top: -10px;
  position: absolute;
}
.modal-whats .form .my-message p {
  margin-right: 90px;
  background: #fff;
  padding: 11px 20px;
  width: 371px;
  border-radius: 5px;
  color: #1b1b1b;
}
.modal-whats .form .my-message.seta.seta-esquerda {
  padding: 20px 0 0 38px;
  position: relative;
}
.modal-whats .form .my-message.seta.seta-esquerda:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 26px;
  width: 16px;
  height: 16px;
  background: url(../../src/images/triangulo.png) no-repeat transparent center;
}
.modal-whats .form .wpcf7 form.invalid .wpcf7-response-output, .modal-whats .form .wpcf7 form.unaccepted .wpcf7-response-output, .modal-whats .form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
  background: #e5dbd2;
  color: #000000;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  transition: 0.4s all;
  bottom: -42px;
  top: inherit;
  margin-left: 0;
}
.modal-whats .form .wpcf7-mail-sent-ok {
  border-color: #00ff0d;
  background: transparent;
  color: #000000;
  width: 83%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -42px;
  top: inherit;
  margin-left: 0;
}
.modal-whats .form .form-submit {
  position: relative;
}
.modal-whats .form .wpcf7-spinner {
  bottom: 8px;
  right: -12px;
  position: absolute;
}
.modal-whats .form .wpcf7-response-output {
  border-color: #ff0000;
  background: #e5dbd2;
  color: #000;
  width: 93%;
  margin-left: 18px;
  padding: 7px 9px;
}
.modal-whats .form .wpcf7 form.failed .wpcf7-response-output, .modal-whats .form .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #ff0000;
  background: #e5dbd2;
  color: #000000;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  transition: 0.4s all;
  margin: 0;
}
.modal-whats .form .email-modal, .modal-whats .form .whats-modal {
  position: relative;
}
.modal-whats .form .email-modal:after, .modal-whats .form .whats-modal:after {
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  width: 16px;
  height: 16px;
  background: url(../../src/images/triangulo-green.png) no-repeat transparent center;
}
.modal-whats .form .your-message input.wpcf7-form-control {
  background: #e4ffe5;
  height: 43px;
  border-radius: 5px;
  width: 90%;
  margin-left: 0px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  padding-left: 14px;
}
.modal-whats .form .your-message input.wpcf7-form-control:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 26px;
  width: 16px;
  height: 16px;
  background: url(../../src/images/triangulo-green.png) no-repeat transparent center;
}
.modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
  background: #0a6156;
  font-size: 14px;
  height: auto;
  padding: 12px;
  font-weight: 600;
  border-radius: 7px;
  right: -10px;
  position: relative;
  color: #fff;
  border: 2px solid #0a6156;
  transition: 0.4s all;
  cursor: pointer;
  width: 88%;
}
.modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  color: #0a6156;
}

.theme-dark .modal-whats .conversation {
  background: #202c33;
}

.theme-dark .modal-whats {
  background: url(../../src/images/wallpaper-whats-dark.png) no-repeat #0B141A center;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control {
  background: #e4ffe5;
  color: #fff;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
  background: #005c4b;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control .theme-dark .modal-whats .form .your-message input.wpcf7-form-control::-moz-placeholder {
  color: #fff;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control .theme-dark .modal-whats .form .your-message input.wpcf7-form-control::placeholder {
  color: #fff;
}

.theme-dark .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
}

.theme-dark .modal-whats .form .my-message.seta.seta-esquerda:before {
  background: url(../../src/images/triangulo-dark.png) no-repeat transparent center;
}

.theme-dark .modal-whats .form .my-message p {
  background: #383f43;
  color: #fff;
}

@media screen and (max-width: 851px) {
  .modal-whats .form .your-message input.wpcf7-form-control {
    height: 48px;
  }
}
@media screen and (max-width: 582px) {
  .modal-whats .form .your-message input.wpcf7-form-control {
    width: 82%;
    margin-left: 23px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
    margin-left: 23px;
    width: 81%;
  }
}
@media screen and (max-width: 582px) {
  .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
    width: unset;
  }
  .modal-whats {
    width: 366px;
  }
  .modal-whats .form .my-message p {
    width: 302px;
    margin-right: 42px;
  }
  .modal-whats .form .my-message:before {
    top: 13px;
  }
  .modal-whats .modal-whats .form .your-message input.wpcf7-form-control {
    width: 75%;
    margin-left: 72px;
  }
  .modal-whats .modal-whats .form .your-message input.wpcf7-form-control:before {
    top: 15px;
  }
  .modal-whats .modal-whats .form .your-message input.wpcf7-form-control:after {
    top: 79px;
  }
  .modal-whats .modal-whats .form .your-message input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    right: -181px;
  }
}
@media screen and (max-width: 452px) {
  .modal-whats {
    bottom: 91px;
    right: 43px;
    width: 320px;
  }
  .modal-whats .form .my-message p {
    width: 257px;
    font-size: 13px;
  }
  .modal-whats .conversation div h2 {
    font-size: 18px;
  }
  .modal-whats .conversation div p {
    font-size: 14px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control:before {
    right: 9px;
    top: 11px;
  }
  .modal-whats .form .your-message input.wpcf7-form-control:after {
    right: 11px;
    top: 73px;
  }
}
@media screen and (max-width: 350px) {
  .modal-whats {
    bottom: 91px;
    right: 0;
    width: 100%;
  }
}
/*---------------Fim do modal -------------------*/
@keyframes pulse {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.button-whatsapp-flutuante {
  position: fixed;
  bottom: -10px;
  right: -10px;
  width: 115px;
  height: 115px;
  z-index: 9999;
}
.button-whatsapp-flutuante span {
  background-color: #777;
  color: #fff;
  padding: 2px 8px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  top: 0;
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}
.button-whatsapp-flutuante span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #777 transparent transparent;
}
.button-whatsapp-flutuante:hover {
  text-decoration: none;
}

.breadcrumb-bar {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4F0E9 45%, #E3DCCE 100%);
  margin-bottom: 32px;
  padding: 20px 0;
}

.breadcrumb {
  word-break: break-word;
}
.breadcrumb > span {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}
.breadcrumb a,
.breadcrumb .breadcrumb_last,
.breadcrumb [aria-current=page] {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
  text-decoration: none;
  transition: color 0.25s ease;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb a:hover, .breadcrumb a:focus-visible {
  color: #FD8B0E;
}
.breadcrumb__separator {
  align-items: center;
  color: #071E45;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 24px;
  min-width: 24px;
}
.breadcrumb .breadcrumb_last,
.breadcrumb [aria-current=page] {
  color: #071E45;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.section-line {
  margin-bottom: 80px;
}

.page-template-template-elements .section-line:has(+ .footer) {
  margin-bottom: 0;
}

.section-colored {
  padding: 80px 0;
}
.section-colored .title,
.section-colored .description,
.section-colored .btn--transparent {
  color: inherit;
}

.section-colored:has(+ .section-colored) {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-colored + .section-colored {
  padding-top: 40px;
}

@media screen and (max-width: 1200px) {
  .center {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .center {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .center {
    width: 640px;
  }
}
@media screen and (max-width: 640px) {
  .center {
    width: 90%;
  }
}
html {
  font-size: 15px;
  font-family: "AlbertSans", sans-serif;
  scroll-behavior: smooth;
  scroll-padding: 104px;
  background-color: #FFFFFF;
}
html ::-moz-selection {
  color: #FFFFFF;
  background-color: #071E45;
}
html ::selection {
  color: #FFFFFF;
  background-color: #071E45;
}

.grecaptcha-badge {
  z-index: 10;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-family: "AlbertSans", sans-serif;
}

h1 {
  font-size: 5rem;
  line-height: 5rem;
}

h2 {
  font-size: 3rem;
  line-height: 3.125rem;
}

h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.75rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

p,
pre,
span,
label,
a,
li,
th,
td {
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.875rem;
  font-weight: 400;
}

p,
ul,
ol,
table {
  margin-bottom: 20px;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
  color: #071E45;
  font-weight: 600;
}
a:hover {
  color: #FD8B0E;
}

.tag, .sidebar .wp-block-categories .cat-item {
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-image: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  border-radius: 100px;
  color: #071E45;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.25rem;
  padding: 6px 12px;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.tag:hover, .sidebar .wp-block-categories .cat-item:hover {
  color: #071E45;
  transform: translateY(-1px);
}
.tag:focus-visible, .sidebar .wp-block-categories .cat-item:focus-visible {
  color: #071E45;
  transform: translateY(-1px);
}

.badget,
.badge {
  align-items: center;
  backdrop-filter: var(--badget-backdrop, blur(7px));
  -webkit-backdrop-filter: var(--badget-backdrop, blur(7px));
  background: var(--badget-background, rgba(255, 255, 255, 0.1));
  border: var(--badget-border, 1px solid rgba(255, 255, 255, 0.22));
  border-radius: 100px;
  color: var(--badget-color, #FFFFFF);
  display: inline-flex;
  gap: var(--badget-gap, 8px);
  justify-content: center;
  overflow: hidden;
  padding: var(--badget-padding-y, 8px) var(--badget-padding-x, 16px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.badget__dot,
.badge__dot {
  background: var(--badget-dot-color, #FD8B0E);
  border-radius: 50%;
  display: block;
  flex: 0 0 8px;
  height: 8px;
  transition: transform 0.25s ease;
  width: 8px;
}
.badget__text,
.badge__text {
  color: inherit;
  display: block;
  font-family: "AlbertSans", sans-serif;
  font-size: var(--badget-font-size, 0.875rem);
  font-weight: var(--badget-font-weight, 400);
  letter-spacing: -0.5px;
  line-height: var(--badget-line-height, 1.875rem);
  margin: 0;
  white-space: nowrap;
}
.badget--default,
.badge--default {
  --badget-background: rgba(255, 255, 255, 0.1);
  --badget-border: 1px solid rgba(255, 255, 255, 0.22);
  --badget-color: #FFFFFF;
  --badget-dot-color: #FD8B0E;
  --badget-gap: 8px;
  --badget-padding-x: 16px;
  --badget-padding-y: 8px;
  --badget-font-size: 0.875rem;
  --badget-font-weight: 400;
  --badget-line-height: 1.875rem;
}
.badget--yellow,
.badge--yellow {
  --badget-background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  --badget-border: 0;
  --badget-color: #071E45;
  --badget-dot-color: #071E45;
  --badget-gap: 12px;
  --badget-padding-x: 20px;
  --badget-padding-y: 12px;
  --badget-font-size: 1rem;
  --badget-font-weight: 500;
  --badget-line-height: 1.875rem;
  position: relative;
}
.badget--yellow::after,
.badge--yellow::after {
  background: linear-gradient(90deg, #FD8B0E 0%, #FFB702 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .badget:hover .badget__dot,
  .badget:hover .badge__dot,
  .badge:hover .badget__dot,
  .badge:hover .badge__dot {
    transform: scale(1.15);
  }
  .badget--default:hover,
  .badge--default:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }
  .badget--yellow:hover,
  .badge--yellow:hover {
    box-shadow: 0 12px 32px rgba(253, 139, 14, 0.28);
  }
  .badget--yellow:hover::after,
  .badge--yellow:hover::after {
    opacity: 1;
  }
}

.kicker {
  align-items: center;
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0.1em;
  line-height: 1.125rem;
  margin: 0;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.kicker::before {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  border-radius: 2px;
  content: "";
  display: block;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

.title {
  color: #071E45;
  letter-spacing: -0.5px;
  margin: 0;
  text-transform: none;
}

.description {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.5px;
  margin: 0;
  width: 100%;
}

.scrollbar-x {
  scrollbar-color: #FD8B0E #DCDCDC;
  scrollbar-width: thin;
}
.scrollbar-x::-webkit-scrollbar {
  height: 4px;
}
.scrollbar-x::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 100px;
}
.scrollbar-x::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  border-radius: 100px;
}

.flex-end {
  align-self: flex-end;
}

.wp-block-social-links {
  display: flex;
  gap: var(--social-links-gap, 8px);
  margin: 0;
  padding: 0;
}

.wp-social-link {
  color: var(--social-links-icon-color, #071E45);
  display: inline-flex;
  flex: 0 0 var(--social-links-size, 30px);
  height: var(--social-links-size, 30px);
  margin: 0;
  width: var(--social-links-size, 30px);
}
.wp-social-link a {
  align-items: center;
  background-color: var(--social-links-bg, #FFFFFF) !important;
  border: 1px solid var(--social-links-border-color, #F1F1F1);
  border-radius: 100px;
  box-sizing: border-box;
  color: inherit !important;
  display: inline-flex;
  flex: 0 0 var(--social-links-size, 30px);
  height: var(--social-links-size, 30px);
  justify-content: center;
  min-height: var(--social-links-size, 30px);
  min-width: var(--social-links-size, 30px);
  padding: 0;
  width: var(--social-links-size, 30px);
}
.wp-social-link svg,
.wp-social-link img {
  height: var(--social-links-icon-size, 24px);
  width: var(--social-links-icon-size, 24px);
}
.wp-social-link svg {
  fill: currentColor;
}
.wp-social-link[class*=-instagram], .wp-social-link[class*=-youtube], .wp-social-link[class*=-linkedin], .wp-social-link[class*=-whatsapp], .wp-social-link[class*=-facebook] {
  background: transparent;
  color: var(--social-links-icon-color, #071E45);
}

.h-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 80px;
  overflow: visible;
}
.h-section__main, .h-section__aside {
  display: flex;
  flex-direction: column;
}
.h-section__main {
  gap: 12px;
  flex: 1 0 0;
  min-width: 0;
  padding-bottom: 12px;
}
.h-section__aside {
  align-items: flex-end;
  flex: 1 0 0;
  gap: 16px;
  max-width: none;
  min-width: 0;
}
.h-section__aside:has(.btn, input[type=submit]) {
  align-items: flex-end;
}
.h-section--split {
  display: grid;
  gap: 24px 64px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}
.h-section--vertical {
  gap: 6px;
  padding-bottom: 56px;
}
.h-section--vertical .h-section__main,
.h-section--vertical .h-section__aside {
  flex: initial;
  width: 100%;
}
.h-section--vertical .h-section__aside {
  align-items: flex-start;
}
.h-section--vertical .h-section__title {
  max-width: none;
}
.h-section--left {
  align-items: start;
  text-align: left;
}
.h-section--center {
  align-items: center;
  text-align: center;
}
.h-section--center .h-section__title {
  justify-content: center;
}
.h-section--right {
  align-items: end;
  text-align: right;
}
.h-section--right .h-section__title {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .h-section {
    gap: 6px;
    padding-bottom: 64px;
  }
  .h-section--split {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .h-section__aside {
    align-items: flex-end;
    gap: 16px;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 12px;
  }
}
body:has(.cookie-tema#cookie-tema[style*="display: block"]) .button-whatsapp-flutuante {
  bottom: 100px;
}

body:has(.cookie-tema#cookie-tema[style*="display: block"]) .grecaptcha-badge {
  bottom: 240px !important;
}

body:not(:has(.cookie-tema#cookie-tema[style*="display: block"])):has(.button-whatsapp-flutuante) .grecaptcha-badge {
  bottom: 140px !important;
}

@media (max-width: 1200px) {
  body:has(.cookie-tema#cookie-tema[style*="display: block"]) .button-whatsapp-flutuante {
    bottom: 240px;
  }
  body:has(.cookie-tema#cookie-tema[style*="display: block"]) .grecaptcha-badge {
    bottom: 380px !important;
  }
}
/*
    Para conseguir utilizar os estilos na página desejada, basta importar o default-page no ínicio do arquivo scss
        @import 'default-page';
*/
.default-page, .purchase__intro, .purchase__item-description, .purpose__item-content, .gallery__header .description, .contact__details-content, .about__description, .single__container-content-text {
  word-wrap: break-word;
}
.default-page blockquote, .purchase__intro blockquote, .purchase__item-description blockquote, .purpose__item-content blockquote, .gallery__header .description blockquote, .contact__details-content blockquote, .about__description blockquote, .single__container-content-text blockquote {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4F0E9 45%, #E3DCCE 100%);
  border-left: 4px solid #FD8B0E;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 32px 0 40px;
  min-height: 76px;
  padding: 20px 24px;
  position: relative;
}
.default-page blockquote p, .purchase__intro blockquote p, .purchase__item-description blockquote p, .purpose__item-content blockquote p, .gallery__header .description blockquote p, .contact__details-content blockquote p, .about__description blockquote p, .single__container-content-text blockquote p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.default-page ul, .purchase__intro ul, .purchase__item-description ul, .purpose__item-content ul, .gallery__header .description ul, .contact__details-content ul, .about__description ul, .single__container-content-text ul,
.default-page ol,
.purchase__intro ol,
.purchase__item-description ol,
.purpose__item-content ol,
.gallery__header .description ol,
.contact__details-content ol,
.about__description ol,
.single__container-content-text ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0 32px;
  padding-left: 0;
}
.default-page ul, .purchase__intro ul, .purchase__item-description ul, .purpose__item-content ul, .gallery__header .description ul, .contact__details-content ul, .about__description ul, .single__container-content-text ul {
  list-style: none;
}
.default-page ol, .purchase__intro ol, .purchase__item-description ol, .purpose__item-content ol, .gallery__header .description ol, .contact__details-content ol, .about__description ol, .single__container-content-text ol {
  counter-reset: default-page-list;
  list-style: none;
}
.default-page li, .purchase__intro li, .purchase__item-description li, .purpose__item-content li, .gallery__header .description li, .contact__details-content li, .about__description li, .single__container-content-text li {
  color: #000000;
  display: block;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
  padding-left: 0;
  position: relative;
  text-align: left;
}
.default-page ul li, .purchase__intro ul li, .purchase__item-description ul li, .purpose__item-content ul li, .gallery__header .description ul li, .contact__details-content ul li, .about__description ul li, .single__container-content-text ul li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}
.default-page ul li::before, .purchase__intro ul li::before, .purchase__item-description ul li::before, .purpose__item-content ul li::before, .gallery__header .description ul li::before, .contact__details-content ul li::before, .about__description ul li::before, .single__container-content-text ul li::before {
  background-color: #071E45;
  border-radius: 50%;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: 11px;
  width: 8px;
}
.default-page ol li, .purchase__intro ol li, .purchase__item-description ol li, .purpose__item-content ol li, .gallery__header .description ol li, .contact__details-content ol li, .about__description ol li, .single__container-content-text ol li {
  counter-increment: default-page-list;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding-left: 0;
}
.default-page ol li::before, .purchase__intro ol li::before, .purchase__item-description ol li::before, .purpose__item-content ol li::before, .gallery__header .description ol li::before, .contact__details-content ol li::before, .about__description ol li::before, .single__container-content-text ol li::before {
  align-self: start;
  color: #FD8B0E;
  content: counter(default-page-list, decimal-leading-zero) ".";
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  position: static;
  text-align: left;
  white-space: nowrap;
}
.default-page .wp-block-gallery, .purchase__intro .wp-block-gallery, .purchase__item-description .wp-block-gallery, .purpose__item-content .wp-block-gallery, .gallery__header .description .wp-block-gallery, .contact__details-content .wp-block-gallery, .about__description .wp-block-gallery, .single__container-content-text .wp-block-gallery {
  margin-bottom: 30px;
}
.default-page .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .purchase__intro .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .purchase__item-description .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .purpose__item-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .gallery__header .description .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .contact__details-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .about__description .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .single__container-content-text .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  bottom: 0;
  box-sizing: border-box;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 5px 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.default-page figcaption, .purchase__intro figcaption, .purchase__item-description figcaption, .purpose__item-content figcaption, .gallery__header .description figcaption, .contact__details-content figcaption, .about__description figcaption, .single__container-content-text figcaption {
  font-size: 16px !important;
  bottom: 20px !important;
}
.default-page img, .purchase__intro img, .purchase__item-description img, .purpose__item-content img, .gallery__header .description img, .contact__details-content img, .about__description img, .single__container-content-text img {
  border-radius: 8px;
}
.default-page code, .purchase__intro code, .purchase__item-description code, .purpose__item-content code, .gallery__header .description code, .contact__details-content code, .about__description code, .single__container-content-text code {
  background-color: rgba(5, 20, 46, 0.3);
  color: #071E45;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 1rem;
  word-wrap: break-word;
  display: inline-block;
  font-family: monospace;
}
.default-page code.white-text, .purchase__intro code.white-text, .purchase__item-description code.white-text, .purpose__item-content code.white-text, .gallery__header .description code.white-text, .contact__details-content code.white-text, .about__description code.white-text, .single__container-content-text code.white-text {
  background-color: #333;
  color: #FFFFFF;
}
.default-page .table, .purchase__intro .table, .purchase__item-description .table, .purpose__item-content .table, .gallery__header .description .table, .contact__details-content .table, .about__description .table, .single__container-content-text .table {
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.default-page .table thead, .purchase__intro .table thead, .purchase__item-description .table thead, .purpose__item-content .table thead, .gallery__header .description .table thead, .contact__details-content .table thead, .about__description .table thead, .single__container-content-text .table thead {
  background-color: #071E45;
}
.default-page .table :not(caption) > * > *, .purchase__intro .table :not(caption) > * > *, .purchase__item-description .table :not(caption) > * > *, .purpose__item-content .table :not(caption) > * > *, .gallery__header .description .table :not(caption) > * > *, .contact__details-content .table :not(caption) > * > *, .about__description .table :not(caption) > * > *, .single__container-content-text .table :not(caption) > * > * {
  border: 0;
  color: #000000;
  padding: 12px 20px;
  text-align: left;
}
.default-page .table th, .purchase__intro .table th, .purchase__item-description .table th, .purpose__item-content .table th, .gallery__header .description .table th, .contact__details-content .table th, .about__description .table th, .single__container-content-text .table th {
  color: #FFFFFF;
  font-family: "Open Sans", "AlbertSans", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.default-page .table th:first-child, .purchase__intro .table th:first-child, .purchase__item-description .table th:first-child, .purpose__item-content .table th:first-child, .gallery__header .description .table th:first-child, .contact__details-content .table th:first-child, .about__description .table th:first-child, .single__container-content-text .table th:first-child {
  border-top-left-radius: 8px;
}
.default-page .table th:last-child, .purchase__intro .table th:last-child, .purchase__item-description .table th:last-child, .purpose__item-content .table th:last-child, .gallery__header .description .table th:last-child, .contact__details-content .table th:last-child, .about__description .table th:last-child, .single__container-content-text .table th:last-child {
  border-top-right-radius: 8px;
}
.default-page .table tbody tr, .purchase__intro .table tbody tr, .purchase__item-description .table tbody tr, .purpose__item-content .table tbody tr, .gallery__header .description .table tbody tr, .contact__details-content .table tbody tr, .about__description .table tbody tr, .single__container-content-text .table tbody tr {
  height: 54px;
}
.default-page .table tbody tr + tr td, .purchase__intro .table tbody tr + tr td, .purchase__item-description .table tbody tr + tr td, .purpose__item-content .table tbody tr + tr td, .gallery__header .description .table tbody tr + tr td, .contact__details-content .table tbody tr + tr td, .about__description .table tbody tr + tr td, .single__container-content-text .table tbody tr + tr td {
  border-top: 1px solid #F1F1F1;
}
.default-page .table tbody tr:nth-child(even), .purchase__intro .table tbody tr:nth-child(even), .purchase__item-description .table tbody tr:nth-child(even), .purpose__item-content .table tbody tr:nth-child(even), .gallery__header .description .table tbody tr:nth-child(even), .contact__details-content .table tbody tr:nth-child(even), .about__description .table tbody tr:nth-child(even), .single__container-content-text .table tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}
.default-page .table tbody td:first-child, .purchase__intro .table tbody td:first-child, .purchase__item-description .table tbody td:first-child, .purpose__item-content .table tbody td:first-child, .gallery__header .description .table tbody td:first-child, .contact__details-content .table tbody td:first-child, .about__description .table tbody td:first-child, .single__container-content-text .table tbody td:first-child {
  border-left: 4px solid transparent;
}
.default-page .table tbody tr:hover td:first-child, .purchase__intro .table tbody tr:hover td:first-child, .purchase__item-description .table tbody tr:hover td:first-child, .purpose__item-content .table tbody tr:hover td:first-child, .gallery__header .description .table tbody tr:hover td:first-child, .contact__details-content .table tbody tr:hover td:first-child, .about__description .table tbody tr:hover td:first-child, .single__container-content-text .table tbody tr:hover td:first-child {
  border-left-color: #071E45;
}
.default-page .table td, .purchase__intro .table td, .purchase__item-description .table td, .purpose__item-content .table td, .gallery__header .description .table td, .contact__details-content .table td, .about__description .table td, .single__container-content-text .table td {
  color: #000000;
  font-family: "Open Sans", "AlbertSans", sans-serif, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  vertical-align: middle;
}

.swiper-pagination.swiper-pagination--dots {
  align-items: center;
  bottom: auto;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: auto;
  position: static;
  right: auto;
  top: auto;
  transform: none;
  width: 100%;
}
.swiper-pagination.swiper-pagination--dots .swiper-pagination-bullet {
  background-color: #DCDCDC;
  border-radius: 100px;
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  transition: background-color 0.3s ease;
  width: 8px;
}
.swiper-pagination.swiper-pagination--dots .swiper-pagination-bullet-active {
  background-color: #FD8B0E;
}

.swiper-pagination.swiper-pagination--line {
  background-color: #DCDCDC;
  border-radius: 100px;
  bottom: auto;
  height: 4px;
  left: auto;
  overflow: hidden;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 100%;
}
.swiper-pagination.swiper-pagination--line .swiper-pagination-progressbar-fill {
  background-color: #FFB702;
  border-radius: 100px;
}

.swiper-container > .swiper-pagination--dots,
.swiper-container > .swiper-pagination--line {
  margin-top: 16px;
}

.single__container {
  display: grid;
  grid-template-columns: 68% 30%;
  grid-template-rows: auto auto;
  grid-template-areas: "content sidebar" "comments comments";
  gap: 2%;
  margin-top: 40px;
}
.single__container-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single__container-content-date {
  display: grid;
  align-items: baseline;
  grid-template-columns: auto 1fr;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .single__container-content-date {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.single__container-content span {
  font-weight: 400;
  color: #071E45;
  width: 100%;
}
.single__container-content h2 {
  margin: 0;
}
.single__container-content-category {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #071E45 transparent;
  padding-bottom: 5px;
  width: 100%;
}
.single__container-content-category a {
  flex-shrink: 0;
}
.single__container-content .end-itens {
  justify-content: end;
}
.single__container-content p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.single__container-content img {
  border-radius: 20px;
  margin: 20px 0;
  height: auto;
}
.single__container-content-image img {
  margin: 10px 0;
  width: 100%;
}
.single__container-content-author {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4F0E9 45%, #E3DCCE 100%);
  color: #000000;
  display: grid;
  align-items: center;
  margin: 32px 0 40px;
  min-height: 76px;
  padding: 20px 24px;
  position: relative;
  grid-template-columns: 95px 1fr;
  gap: 25px;
  border-radius: 16px;
}
.single__container-content-author a {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.single__container-content-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  outline: 5px solid #FD8B0E;
  outline-offset: 4px;
  overflow: hidden;
  margin-right: 15px;
  transition: transform 0.3s ease;
}
.single__container-content-author > a:hover img {
  transform: scale(1.05);
}
.single__container-content-author .author-details a {
  transition: color 0.3s ease;
}
.single__container-content-author .author-details a:hover {
  color: #FD8B0E;
}
.single__container__sidebar {
  grid-area: sidebar;
}
.single__container .comments {
  grid-area: comments;
  color: rgb(0, 0, 0);
}
.single h1 {
  color: #fff;
}
.single .description-banner {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .single__container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "content" "comments" "sidebar";
    gap: 40px;
  }
  .single__content-info {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
}

.single__container-content-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.share-buttons ul {
  margin-bottom: 0;
}
.share-buttons li {
  list-style: none;
}
.share-buttons__main-wrapper, .share-buttons__wrapper {
  align-items: center;
  display: flex;
}
.share-buttons__main-wrapper {
  gap: 6px;
  white-space: nowrap;
}
.share-buttons__wrapper {
  justify-content: center;
  position: relative;
}
.share-buttons__text {
  color: #071E45;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.share-buttons__text:hover {
  opacity: 0.7;
}
.share-buttons__social__show-options {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.share-buttons__toggle {
  align-items: center;
  color: #071E45;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.share-buttons__toggle:hover {
  transform: scale(1.08);
  opacity: 0.85;
}
.share-buttons__social {
  background: #FFFFFF;
  border: 1px solid rgba(7, 30, 69, 0.18);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  bottom: 36px;
  display: flex;
  gap: 8px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(8px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.28s ease, transform 0.28s ease;
  z-index: -1;
}
.share-buttons__social a {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.share-buttons__social a svg {
  height: 18px;
  width: 18px;
  fill: currentColor;
  transition: inherit;
}
.share-buttons__social a:hover, .share-buttons__social a:focus-visible {
  background: #071E45;
  color: #FFFFFF;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 14px rgba(7, 30, 69, 0.25);
}
.share-buttons:has(.share-buttons__social__show-options:checked) .share-buttons__social {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  z-index: 1;
}
.share-buttons:has(.share-buttons__social__show-options:checked) .share-buttons__toggle {
  transform: scale(1.08) rotate(6deg);
}

.single-banner {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-banner__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(46, 56, 74, 0.3) 0%, rgba(13, 18, 28, 0.06) 6%, rgba(13, 18, 28, 0.12) 12%, rgba(13, 18, 28, 0.55) 55%, rgba(13, 18, 28, 0.62) 62%, rgba(13, 18, 28, 0.92) 92%, rgb(13, 18, 28) 100%);
}
.single-banner h1 {
  max-width: 900px;
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 768px) {
  .single-banner {
    height: 300px;
  }
  .single-banner h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .single__container-content-author a {
    width: 329px;
    margin-right: 20px;
  }
}
.share-buttons__toggle {
  border-radius: 0;
  padding: 0;
}
.share-buttons__toggle img {
  border-radius: 0;
  margin: 0;
}

.sidebar {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: sticky;
  top: 60px;
}
.sidebar ul {
  margin: 0;
}
.sidebar h2 {
  font-size: 28px;
  color: #000000;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 40px;
}
.sidebar input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.sidebar input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.sidebar .wp-block-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar .wp-block-categories .cat-item a {
  color: inherit;
}
.sidebar .wp-block-categories .cat-item a:hover, .sidebar .wp-block-categories .cat-item a:focus-visible {
  color: inherit;
}
.sidebar .widget-recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget-recent-posts__item {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #FFB702;
}
.sidebar .widget-recent-posts__image {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
}
.sidebar .widget-recent-posts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sidebar .widget-recent-posts__content {
  flex: 1;
  display: flex;
  align-items: center;
}
.sidebar .widget-recent-posts__link {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}
.sidebar .widget-recent-posts__link:hover {
  color: #FD8B0E;
}
.sidebar .widgettitle {
  font-size: 28px;
  color: #000000;
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 40px;
}
.sidebar .widget_search {
  background-color: #071E45;
  border-radius: 24px;
  padding: 25px;
}
.sidebar .widget_search.widget_search form, .sidebar .widget_search.widget_search,
.sidebar .widget_search .wp-block-search form,
.sidebar .widget_search .wp-block-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.sidebar .widget_search.widget_search form .wp-block-search__label, .sidebar .widget_search.widget_search .wp-block-search__label,
.sidebar .widget_search .wp-block-search form .wp-block-search__label,
.sidebar .widget_search .wp-block-search .wp-block-search__label {
  display: none;
}
.sidebar .widget_search.widget_search form div,
.sidebar .widget_search.widget_search form .wp-block-search__inside-wrapper, .sidebar .widget_search.widget_search div,
.sidebar .widget_search.widget_search .wp-block-search__inside-wrapper,
.sidebar .widget_search .wp-block-search form div,
.sidebar .widget_search .wp-block-search form .wp-block-search__inside-wrapper,
.sidebar .widget_search .wp-block-search div,
.sidebar .widget_search .wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .widget_search.widget_search form div input[type=text],
.sidebar .widget_search.widget_search form div input[type=search],
.sidebar .widget_search.widget_search form div .wp-block-search__input,
.sidebar .widget_search.widget_search form .wp-block-search__inside-wrapper input[type=text],
.sidebar .widget_search.widget_search form .wp-block-search__inside-wrapper input[type=search],
.sidebar .widget_search.widget_search form .wp-block-search__inside-wrapper .wp-block-search__input, .sidebar .widget_search.widget_search div input[type=text],
.sidebar .widget_search.widget_search div input[type=search],
.sidebar .widget_search.widget_search div .wp-block-search__input,
.sidebar .widget_search.widget_search .wp-block-search__inside-wrapper input[type=text],
.sidebar .widget_search.widget_search .wp-block-search__inside-wrapper input[type=search],
.sidebar .widget_search.widget_search .wp-block-search__inside-wrapper .wp-block-search__input,
.sidebar .widget_search .wp-block-search form div input[type=text],
.sidebar .widget_search .wp-block-search form div input[type=search],
.sidebar .widget_search .wp-block-search form div .wp-block-search__input,
.sidebar .widget_search .wp-block-search form .wp-block-search__inside-wrapper input[type=text],
.sidebar .widget_search .wp-block-search form .wp-block-search__inside-wrapper input[type=search],
.sidebar .widget_search .wp-block-search form .wp-block-search__inside-wrapper .wp-block-search__input,
.sidebar .widget_search .wp-block-search div input[type=text],
.sidebar .widget_search .wp-block-search div input[type=search],
.sidebar .widget_search .wp-block-search div .wp-block-search__input,
.sidebar .widget_search .wp-block-search .wp-block-search__inside-wrapper input[type=text],
.sidebar .widget_search .wp-block-search .wp-block-search__inside-wrapper input[type=search],
.sidebar .widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  flex: 1;
  min-width: 0;
  height: auto;
  padding: 15px 44px 15px 20px;
  border-radius: 12px;
}
.sidebar .widget_search.widget_search form div input[type=submit],
.sidebar .widget_search.widget_search form div .wp-block-search__button,
.sidebar .widget_search.widget_search form .wp-block-search__inside-wrapper input[type=submit],
.sidebar .widget_search.widget_search form .wp-block-search__inside-wrapper .wp-block-search__button, .sidebar .widget_search.widget_search div input[type=submit],
.sidebar .widget_search.widget_search div .wp-block-search__button,
.sidebar .widget_search.widget_search .wp-block-search__inside-wrapper input[type=submit],
.sidebar .widget_search.widget_search .wp-block-search__inside-wrapper .wp-block-search__button,
.sidebar .widget_search .wp-block-search form div input[type=submit],
.sidebar .widget_search .wp-block-search form div .wp-block-search__button,
.sidebar .widget_search .wp-block-search form .wp-block-search__inside-wrapper input[type=submit],
.sidebar .widget_search .wp-block-search form .wp-block-search__inside-wrapper .wp-block-search__button,
.sidebar .widget_search .wp-block-search div input[type=submit],
.sidebar .widget_search .wp-block-search div .wp-block-search__button,
.sidebar .widget_search .wp-block-search .wp-block-search__inside-wrapper input[type=submit],
.sidebar .widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  all: unset;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../../src/images/search.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.sidebar .widget_search.widget_categories ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin-bottom: 15px;
}
.sidebar .widget_search.widget_categories ul li {
  padding-left: 0;
  position: static;
  color: #FFFFFF;
}
.sidebar .widget_search.widget_categories ul li a {
  color: #FFFFFF;
  font-weight: 400;
  transition: all 0.3s;
}
.sidebar .widget_search.widget_categories ul li a:hover {
  font-weight: 600;
}

.comments-area {
  gap: 10px;
  display: grid;
  min-height: 76px;
  position: relative;
  background: linear-gradient(90deg, #FFFFFF 0%, #F4F0E9 45%, #E3DCCE 100%);
  border-left: 4px solid #FD8B0E;
  margin: 32px 0px 40px;
  padding: 20px 24px;
}
.comments-area h2, .comments-area p, .comments-area span, .comments-area label, .comments-area li, .comments-area a {
  color: #4D5969;
}
.comments-area li {
  list-style: none;
  margin-top: 10px;
}
.comments-area ol.children {
  padding-left: 20px;
}
.comments-area .comment-body {
  display: flex;
  margin-bottom: 20px;
}
.comments-area .comment-content-wrapper {
  flex: 1;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0 15px 15px 15px;
  position: relative;
  word-break: break-word;
  overflow-wrap: break-word;
}
.comments-area .comment-content-wrapper:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  border-width: 15px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  transform: rotate(224deg);
}
.comments-area .comment-author {
  font-weight: bold;
  margin-bottom: 5px;
}
.comments-area .comment-date {
  font-style: italic;
  font-size: 0.9em;
  color: #4D5969;
  display: block;
}
.comments-area .comment-content {
  margin-top: 10px;
}
.comments-area #cancel-comment-reply-link {
  font-size: 1.25rem;
  font-weight: 400;
  color: #071E45;
}
.comments-area .comment-reply-title a {
  font-size: 2rem;
}
.comments-area .reply {
  text-align: right;
  margin-top: 10px;
}
.comments-area .reply a {
  color: #071E45;
  transition: all 0.3s;
}
.comments-area .reply a:hover {
  color: #FD8B0E;
}
.comments-area .comment-awaiting-moderation {
  font-style: italic;
  color: #cc3334;
}
.comments-area img {
  margin-bottom: 0;
  border-radius: 30px;
  margin-right: 10px;
  height: 55px;
  width: 55px;
  margin-top: 15px;
}
.comments-area .logged-in-as {
  font-size: 18px;
}
.comments-area .comment-author.vcard {
  display: inline-block;
  margin-right: 10px;
}
.comments-area .comment-awaiting-moderation {
  font-size: 0.75em;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url],
.comments-area textarea {
  margin-bottom: 10px;
  border: 2px solid #FD8B0E;
}
.comments-area .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.comments-area .form-submit .submit {
  padding: 12px 100px;
}
.comments-area .post-comments {
  margin: 0;
  margin-bottom: 0px;
}
.comments-area .post-comments li {
  display: inline-block;
}
.comments-area .post-comments li .comment-body {
  margin-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
}
.comments-area .post-comments li .children {
  margin-left: 0;
  margin-bottom: 0;
}
.comments-area .post-comments li .children li .comment-body {
  padding-left: 20px;
}
.comments-area .comment-respond label {
  font-weight: 600;
  margin-left: 5px;
}
.comments-area .comment-respond .col-comments label {
  color: #4D5969;
}
.comments-area .comment-respond .col-comments p {
  width: 33%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .comments-area {
    padding: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .comments-area {
    padding: 40px 20px;
  }
  .comments-area .form-submit .submit {
    padding: 12px 60px;
  }
  .comments-area ol.children {
    padding-left: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pagination .navigation ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .navigation ul li {
  display: flex;
}
.pagination .navigation ul li .page-numbers,
.pagination .navigation ul li span {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  color: #071E45;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  line-height: 1.875rem;
  text-align: center;
  transition: all 0.3s ease;
  width: 48px;
}
.pagination .navigation ul li .page-numbers:hover,
.pagination .navigation ul li span:hover {
  background-color: #F5F5F5;
  color: #071E45;
  text-decoration: none;
}
.pagination .navigation ul li .page-numbers.current,
.pagination .navigation ul li span.current {
  background-color: #071E45;
  border-color: #071E45;
  color: #FFFFFF;
}
.pagination .navigation ul li .page-numbers.current:hover,
.pagination .navigation ul li span.current:hover {
  background-color: #071E45;
  color: #FFFFFF;
}
.pagination .navigation ul li .dots {
  background-color: transparent;
  border: 0;
  width: auto;
}
.pagination .navigation ul li .page-numbers.next, .pagination .navigation ul li .page-numbers.prev {
  font-size: 1.25rem;
}
.pagination .navigation ul li .page-numbers.next span, .pagination .navigation ul li .page-numbers.prev span {
  border: 0;
  color: inherit;
  font-size: inherit;
  height: auto;
  width: auto;
}

.equipaments {
  overflow: hidden;
  padding: 80px 0;
}
.equipaments.section-colored .title,
.equipaments.section-colored .title strong,
.equipaments.section-colored .description {
  color: inherit;
}
.equipaments__grid {
  display: grid;
  gap: 24px;
  min-height: 600px;
}
.equipaments__grid--featured {
  grid-template-areas: "card-1 card-2 card-3" "card-1 card-4 card-5";
  grid-template-columns: 1.38fr 1fr 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}
.equipaments__grid--featured .equipaments__card--1 {
  grid-area: card-1;
  min-height: 600px;
}
.equipaments__grid--featured .equipaments__card--1 .equipaments__card-title {
  font-size: var(--typography-scale-32, 32px);
  line-height: 3.125rem;
}
.equipaments__grid--featured .equipaments__card--2 {
  grid-area: card-2;
}
.equipaments__grid--featured .equipaments__card--3 {
  grid-area: card-3;
}
.equipaments__grid--featured .equipaments__card--4 {
  grid-area: card-4;
}
.equipaments__grid--featured .equipaments__card--5 {
  grid-area: card-5;
}
.equipaments__grid--default {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  min-height: auto;
}
.equipaments__card {
  align-items: flex-start;
  border-radius: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 258px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.equipaments__card:hover {
  box-shadow: 0 18px 40px rgba(7, 30, 69, 0.14);
  color: #FFFFFF;
  transform: translateY(-4px);
}
.equipaments__media, .equipaments__overlay {
  inset: 0;
  position: absolute;
}
.equipaments__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.equipaments__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 26%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.7) 72%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 1;
}
.equipaments__overlay::after {
  background: rgba(30, 30, 30, 0.42);
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}
.equipaments__number, .equipaments__card-title {
  position: relative;
  z-index: 2;
}
.equipaments__number {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.125rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.equipaments__card-title {
  color: #FFFFFF;
  font-size: var(--typography-scale-24, 24px);
  font-weight: 500;
  line-height: 1.875rem;
  margin: 0;
}

@media (max-width: 1024px) {
  .equipaments__grid--featured {
    grid-template-areas: "card-1 card-1" "card-2 card-3" "card-4 card-5";
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: auto;
  }
  .equipaments__grid--featured .equipaments__card--1 {
    min-height: 420px;
  }
}
@media (max-width: 768px) {
  .equipaments__grid--featured, .equipaments__grid--default {
    grid-template-areas: none;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }
  .equipaments__grid--featured .equipaments__card, .equipaments__grid--default .equipaments__card {
    grid-area: auto;
    min-height: 240px;
  }
  .equipaments__grid--featured .equipaments__card .equipaments__card-title, .equipaments__grid--default .equipaments__card .equipaments__card-title {
    font-size: var(--typography-scale-28, 28px);
    line-height: 2.5rem;
    max-width: none;
  }
}
.cookie-tema#cookie-tema {
  background-color: #110c0b;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 99999999;
  display: none;
}
.cookie-tema#cookie-tema .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cookie-tema#cookie-tema p {
  color: #fff;
  font-size: 1.1rem;
}
.cookie-tema#cookie-tema span {
  color: #f28705;
  font-size: 1em;
  display: inline-block;
}
.cookie-tema#cookie-tema span a {
  font-size: inherit;
}
.cookie-tema#cookie-tema .notice-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 38px;
  align-items: center;
}
.cookie-tema#cookie-tema .notice-text a {
  color: #fff;
  text-decoration: underline;
  transition: 0.7s all;
}
.cookie-tema#cookie-tema .notice-text a:hover {
  color: #f28705;
  transition: 0.7s all;
}
.cookie-tema#cookie-tema .notice-buttons .btn-cookie {
  padding: 8px 89px;
  transition: 0.4s all;
}
.cookie-tema#cookie-tema .notice-buttons .btn-cookie:hover {
  background: transparent;
  transition: 0.4s all;
}
.cookie-tema#cookie-tema .btn-cookie {
  display: inline-block;
  background-color: #f28705;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
}
.cookie-tema#cookie-tema .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .cookie-tema {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cookie-tema .center {
    flex-direction: column;
  }
  .cookie-tema .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .cookie-tema .notice-text,
  .cookie-tema .notice-buttons {
    width: auto;
    text-align: center;
  }
  .cookie-tema .close-cookie {
    right: 0;
  }
  .cookie-tema .btn-cookie {
    margin-top: 10px;
    width: 50%;
  }
  .cookie-tema#cookie-tema .notice-text {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.page-error {
  padding: 206px 0;
  position: relative;
}
.page-error:after {
  content: "";
  position: absolute;
  width: 200px;
  z-index: -2;
  right: 0;
  top: -228px;
  height: 100vh;
  background: url("../../src/images/yellow-line.png") no-repeat transparent center;
}
.page-error:before {
  content: "";
  position: absolute;
  width: 200px;
  z-index: -2;
  left: 0;
  top: -228px;
  height: 100vh;
  background: url("../../src/images/blue-line.png") no-repeat transparent center;
}
.page-error .content-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-error .content-error h1 .animation-number {
  position: relative;
  height: 174px;
}
.page-error .content-error h1 .number {
  color: transparent;
  font-family: "Lato", sans-serif;
  -webkit-text-stroke: 8px #000;
  font-size: 170px;
  letter-spacing: 9px;
  display: inline-block;
  position: absolute;
  font-weight: bold;
}
.page-error .content-error h1 .number:nth-child(1) {
  animation: animateFirst 5s infinite;
  top: 0;
  left: 0;
}
.page-error .content-error h1 .number:nth-child(2) {
  animation: animateSecond 5s infinite;
  top: 0;
  left: 115px;
}
.page-error .content-error h1 .number:nth-child(3) {
  animation: animateThird 5s infinite;
  top: 0;
  left: 230px;
}
@keyframes animateFirst {
  0%, 33%, 100% {
    top: 0;
  }
  16% {
    top: -15px;
  }
}
@keyframes animateSecond {
  0%, 33%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes animateThird {
  0%, 66%, 100% {
    top: 0;
  }
  83% {
    top: -15px;
  }
}
.page-error .content-error a {
  border: 2px solid #000;
  padding: 10px;
  transition: 0.4s all;
  font-size: 19px;
  border-radius: 0px;
}
.page-error .content-error a:hover {
  color: #fff;
  background: #000;
}
.page-error .content-error p {
  font-size: 1.2em;
}

@media screen and (max-width: 640px) {
  .page-error {
    padding: 140px 0;
  }
  .page-error .content-error {
    align-items: center;
    text-align: center;
  }
  .page-error .content-error h1 {
    gap: 0;
  }
  .page-error .content-error h1 .animation-number {
    width: 202px;
    height: 90px;
    margin: 0 auto;
  }
  .page-error .content-error h1 .number {
    -webkit-text-stroke: 4px #000;
    font-size: 100px;
  }
  .page-error .content-error h1 .number:nth-child(1) {
    left: 0;
  }
  .page-error .content-error h1 .number:nth-child(2) {
    left: 0;
    right: 0;
  }
  .page-error .content-error h1 .number:nth-child(3) {
    left: inherit;
    right: 0;
  }
  .page-error span {
    text-align: center;
  }
}
.temp-page .center {
  width: 1200px;
  margin: 0 auto;
}
.temp-page .home {
  font-family: Varela Round;
}
.temp-page .home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  background-color: #E7E7E7;
  background-attachment: fixed;
}
.temp-page .home-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temp-page .home-container02 {
  gap: 20px;
  width: 100%;
  height: 153px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.temp-page .home-container03 {
  gap: 15px;
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.temp-page .home-container04 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temp-page .home-container05 {
  gap: 20px;
  width: 360px;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.temp-page .home-container06 {
  gap: 10px;
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
}
.temp-page .home-container07 {
  gap: 10px;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.temp-page .home-container08 {
  gap: 20px;
  width: 428px;
  height: 162px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.temp-page .home-container09 {
  gap: 10px;
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.temp-page .home-container10 {
  gap: 10px;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.temp-page .home-container11 {
  gap: 5px;
  flex: 0 0 auto;
  width: 360px;
  height: 43px;
  display: flex;
  align-self: center;
  justify-items: center;
  flex-direction: row;
  justify-content: center;
}
.temp-page .home-image {
  max-width: 100%;
}
.temp-page .home-text {
  color: #010001;
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.temp-page .home-text01 {
  font-size: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.temp-page .home-text02 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
}
.temp-page .home-text05 {
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.temp-page .home-text07 a, .temp-page .home-text08, .temp-page .home-text09, .temp-page .home-text12, .temp-page .home-text14 a, .temp-page .home-text15 a, .temp-page .home-text16 a {
  color: #010001;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.temp-page .home-text09 {
  text-align: center;
}
.temp-page .home-text09 span {
  color: #010001;
}
.temp-page .home-text12 {
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.temp-page .home-text16 {
  align-self: center;
}
.temp-page .home-text16 a {
  margin-left: 10px;
}
.temp-page .home-icon {
  fill: #010001;
  width: 24px;
  height: 24px;
  align-self: center;
}
.temp-page .home-icon02, .temp-page .home-icon04, .temp-page .home-icon06, .temp-page .home-icon08, .temp-page .home-icon10 {
  background-color: transparent;
  width: 24px;
}
@media screen and (max-width: 1210px) {
  .temp-page .center {
    width: 97%;
  }
}
@media screen and (max-width: 991px) {
  .temp-page .home-container03 {
    gap: 23px;
  }
  .temp-page .home-container04 {
    gap: 25px;
    height: auto;
    margin-top: 0px;
    flex-direction: column;
  }
  .temp-page .home-container11 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 632px) {
  .temp-page .home-container02 {
    height: 190px;
  }
  .temp-page .home-container03 {
    height: auto;
    margin-top: 0;
  }
  .temp-page .home-text {
    line-height: 42px;
  }
  .temp-page .home-container04 {
    gap: 20px;
    width: -moz-max-content;
    width: max-content;
    height: inherit;
  }
  .temp-page .home-container05 {
    width: 100%;
  }
  .temp-page .home-container08 {
    width: 100%;
  }
  .temp-page .home-container11 {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .temp-page .home-container02 {
    height: 240px;
  }
  .temp-page .home-container03 {
    height: 448px;
  }
  .temp-page .home-container04 {
    height: inherit;
  }
}
@media screen and (max-width: 428px) {
  .temp-page .home-image {
    width: 320px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .temp-page .home-container08 {
    width: 320px;
  }
  .temp-page .home-container04 {
    width: 90%;
  }
}

.news.section-colored .title,
.news.section-colored .description,
.news.section-colored .news__all {
  color: inherit;
}
.news__all {
  padding-left: 0;
  padding-right: 0;
}
.news__carousel {
  overflow: hidden;
  padding-block: 8px 32px;
  width: 100%;
}
.news .swiper-slide {
  height: auto;
}

.logos {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logos.section-colored .title,
.logos.section-colored .description {
  color: inherit;
}
.logos__item {
  display: flex;
  min-width: 0;
  width: 100%;
}
.logos__item:hover .logos__card {
  border-color: #C0C0C0;
  box-shadow: 0 12px 28px -6px rgba(13, 15, 23, 0.12);
  transform: translateY(-2px);
}
.logos__link {
  text-decoration: none;
}
.logos__link .logos__card {
  cursor: pointer;
}
.logos__card {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  box-shadow: 0 4px 14px -2px rgba(13, 15, 23, 0.06);
  display: flex;
  height: 78px;
  justify-content: center;
  overflow: hidden;
  padding: 16px 24px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
  width: 100%;
}
.logos__image {
  display: block;
  height: auto;
  max-height: 46px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.logos__track--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
.logos__swiper {
  overflow: hidden;
  width: 100%;
}
.logos__pagination {
  margin-top: 24px;
}
.logos--swiper .logos__item {
  height: auto;
  padding-bottom: 12px;
  padding-top: 4px;
}
.logos--swiper .logos__card {
  min-height: 78px;
}
.logos--grid.logos--cols-4 .logos__item {
  flex: 0 0 min(100%, (100% - 24px * 3) / 4);
  max-width: min(100%, (100% - 24px * 3) / 4);
}
@media (max-width: 1280px) {
  .logos--grid.logos--cols-4 .logos__item {
    flex: 0 0 min(100%, (100% - 24px * 2) / 3);
    max-width: min(100%, (100% - 24px * 2) / 3);
  }
}
@media (max-width: 768px) {
  .logos__track--grid {
    gap: 16px;
  }
  .logos--grid.logos--cols-4 .logos__item {
    flex: 0 0 min(100%, (100% - 16px) / 2);
    max-width: min(100%, (100% - 16px) / 2);
  }
}

.numbers {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--banner-text-color, #FFFFFF);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.numbers--bg-image::after {
  background-image: var(--banner-overlay-image, none);
  background-color: var(--banner-overlay-color, transparent);
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.numbers .center,
.numbers .title,
.numbers .description,
.numbers .numbers__value,
.numbers .numbers__label {
  color: inherit;
}
.numbers__container {
  position: relative;
  z-index: 1;
}
.numbers__header {
  position: relative;
  z-index: 1;
}
.numbers__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.numbers__item {
  align-items: center;
  display: flex;
  flex: 1 1 25%;
  flex-direction: row;
  justify-content: center;
  opacity: 0;
  position: relative;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--numbers-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.numbers__item.is-revealed {
  opacity: 1;
  transform: none;
}
.numbers__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-width: 0;
  text-align: center;
}
.numbers__divider {
  background: var(--banner-text-color, #FFFFFF);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.numbers__value, .numbers__label {
  margin: 0;
}
.numbers__value {
  color: inherit;
  font-family: "AlbertSans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 3.125rem;
}
.numbers__count {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .numbers__list {
    gap: 24px;
  }
  .numbers__item {
    flex-basis: calc(50% - 12px);
    padding-top: 24px;
  }
  .numbers__item:nth-child(-n+2) {
    padding-top: 0;
  }
  .numbers__item:nth-child(n+3) {
    border-top: 0;
  }
  .numbers__item:nth-child(2n+1) {
    gap: 0;
  }
  .numbers__divider {
    display: none;
  }
}
@media (max-width: 500px) {
  .numbers__list {
    flex-direction: column;
    gap: 0;
  }
  .numbers__item {
    align-items: center;
    flex-basis: 100%;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
  }
  .numbers__item:nth-child(-n+2) {
    padding-top: 20px;
  }
  .numbers__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .numbers__item:nth-child(n+2) {
    border-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .numbers__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.cases.section-colored .title,
.cases.section-colored .description,
.cases.section-colored .cases__all {
  color: inherit;
}
.cases__all {
  padding-left: 0;
  padding-right: 0;
}
.cases__grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  width: 100%;
}
.cases__stack {
  display: grid;
  gap: 24px;
  grid-auto-rows: minmax(148px, 1fr);
  min-width: 0;
}
.cases__grid > .cases__card, .cases__stack .cases__card {
  width: 100%;
}
.cases__grid > .cases__card {
  height: 100%;
  min-height: 560px;
  min-width: 0;
}
.cases__stack .cases__card {
  min-height: 148px;
}
.cases__grid--single {
  display: block;
  height: auto;
}
.cases__card {
  border-radius: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 260px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  box-shadow: 0 20px 46px -12px rgba(5, 8, 13, 0.22), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cases__card::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(10, 13, 20, 0.05) 0%, rgba(10, 13, 20, 0.28) 45%, rgba(10, 13, 20, 0.92) 100%), linear-gradient(180deg, rgba(10, 13, 20, 0.55) 0%, rgba(10, 13, 20, 0) 40%);
}
.cases__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -12px rgba(5, 8, 13, 0.32), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.cases__card:hover .cases__image {
  transform: scale(1.05);
}
.cases__card:hover .btn--arrow-only::after {
  transform: rotate(0deg);
}
.cases__image {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transition: transform 0.6s ease;
  width: 100%;
  z-index: 0;
}
.cases__link {
  inset: 0;
  position: absolute;
  z-index: 3;
}
.cases__eyebrow, .cases__footer {
  position: relative;
  z-index: 2;
}
.cases__footer {
  align-items: flex-end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: auto;
}
.cases__title, .cases__eyebrow {
  color: #FFFFFF;
}
.cases__title {
  margin: 0;
}
.cases__grid > .cases__card .cases__title {
  font-size: 2rem;
  line-height: 3.125rem;
  max-width: 436px;
}
.cases__stack .cases__title {
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media (max-width: 1024px) {
  .cases__grid {
    grid-template-columns: 1fr;
  }
  .cases__grid > .cases__card {
    min-height: 360px;
  }
  .cases__stack .cases__card {
    min-height: 280px;
  }
}

.about.section-colored .title,
.about.section-colored .about__description,
.about.section-colored .about__description :where(p, li, span, a) {
  color: inherit;
}
.about__container {
  align-items: stretch;
  display: flex;
  gap: 80px;
}
.about__text {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
}
.about__description p {
  margin: 0;
}
.about__cta {
  align-self: flex-start;
}
.about__media {
  border-radius: 24px;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  min-width: 0;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
.about__image, .about__overlay {
  inset: 0;
  position: absolute;
}
.about__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}
.about__media:hover .about__image img {
  transform: scale(1.05);
}
.about__overlay {
  background: rgba(46, 56, 74, 0.1);
  mix-blend-mode: multiply;
}
.about__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.about__badge {
  align-items: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding: 12px 20px 12px 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
}
.about__badge:hover {
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.about__badge-icon {
  flex: 0 0 48px;
  height: 48px;
  width: 48px;
}
.about__badge-icon img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about__badge-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
  min-width: 0;
}
.about__badge-title {
  color: #071E45;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
}
.about__badge-subtitle {
  color: #4D5969;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
}

@media (max-width: 768px) {
  .about__container {
    flex-direction: column;
    gap: 48px;
  }
  .about__badge {
    width: auto;
  }
  .about__media {
    min-height: 360px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about__image img, .about__badge {
    transition: none;
  }
  .about__media:hover .about__image img {
    transform: none;
  }
  .about__badge:hover {
    transform: none;
  }
}
.portfolio {
  --portfolio-center-width: 1200px;
  --portfolio-right-gutter: max(0px, calc((100vw - var(--portfolio-center-width)) / 2));
  overflow: hidden;
}
.portfolio__wrapper {
  display: flex;
  flex-direction: column;
}
.portfolio__slider-shell {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.portfolio__slider {
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
  width: calc(100% + var(--portfolio-right-gutter));
}
.portfolio__slide.swiper-slide {
  display: flex;
  height: auto;
  max-width: min(445px, 82vw);
  width: 445px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.portfolio__slider.swiper-initialized .portfolio__slide:not(.swiper-slide-visible) {
  opacity: 0.5;
  transform: scale(0.97);
}
@media (prefers-reduced-motion: reduce) {
  .portfolio__slide.swiper-slide {
    transition: none;
  }
  .portfolio__slider.swiper-initialized .portfolio__slide:not(.swiper-slide-visible) {
    opacity: 1;
    transform: none;
  }
}
.portfolio__card {
  border-radius: 24px;
  box-shadow: 0 20px 46px -12px rgba(5, 8, 13, 0.22), 0 3px 8px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 580px;
  justify-content: space-between;
  overflow: hidden;
  padding: 32px;
  position: relative;
  width: 100%;
}
.portfolio__card:hover .portfolio__card-image {
  transform: scale(1.04);
}
.portfolio__card:hover .portfolio__card-action::after {
  transform: rotate(0deg);
}
.portfolio__card-link {
  inset: 0;
  position: absolute;
  z-index: 3;
}
.portfolio__card-media, .portfolio__card-overlay {
  inset: 0;
  position: absolute;
}
.portfolio__card-media {
  z-index: 0;
}
.portfolio__card-image {
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}
.portfolio__card-overlay {
  background: linear-gradient(180deg, rgba(10, 13, 20, 0.05) 0%, rgba(10, 13, 20, 0.28) 42%, rgba(10, 13, 20, 0.94) 100%), rgba(46, 56, 74, 0.18);
  mix-blend-mode: multiply;
  z-index: 1;
}
.portfolio__card-top, .portfolio__card-content {
  position: relative;
  z-index: 2;
}
.portfolio__card-top {
  display: flex;
  justify-content: flex-end;
}
.portfolio__card-action {
  flex: 0 0 45px;
  height: 45px;
  min-width: 45px;
  pointer-events: none;
  width: 45px;
}
.portfolio__card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portfolio__card-title, .portfolio__card-description {
  color: inherit;
  margin: 0;
}
.portfolio__progress {
  padding-right: var(--portfolio-right-gutter);
  width: calc(100% + var(--portfolio-right-gutter));
}
@media (max-width: 1200px) {
  .portfolio {
    --portfolio-center-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .portfolio {
    --portfolio-center-width: 768px;
  }
}
@media (max-width: 768px) {
  .portfolio {
    --portfolio-center-width: 640px;
  }
  .portfolio__slider-shell {
    gap: 24px;
  }
  .portfolio__slide.swiper-slide {
    max-width: 86vw;
    width: 360px;
  }
  .portfolio__card {
    height: 500px;
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .portfolio {
    --portfolio-center-width: 90vw;
  }
  .portfolio__slide.swiper-slide {
    max-width: 90vw;
    width: 320px;
  }
  .portfolio__card {
    height: 460px;
    padding: 20px;
  }
}

.contact.section-colored .title,
.contact.section-colored .description {
  color: inherit;
}
.contact__grid {
  align-items: start;
  display: grid;
  -moz-column-gap: 64px;
       column-gap: 64px;
  row-gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  width: 100%;
}
.contact__grid--single {
  grid-template-columns: minmax(0, 1fr);
}
.contact__details {
  align-content: start;
  display: grid;
  gap: 24px;
  min-width: 0;
  padding-top: 8px;
}
.contact__details-content * {
  margin: 0 0 6px;
}
.contact__details-content *:last-child {
  margin-bottom: 0;
}
.contact__form {
  min-width: 0;
  width: 100%;
}
.contact__form-card {
  background-color: #F5F5F5;
  border: 1px solid #DFD8CB;
  border-radius: 20px;
  box-shadow: none;
  gap: 18px;
  min-height: 100%;
  padding: 40px;
  width: 100%;
}
.contact__form-card .wpcf7 {
  width: 100%;
}
.contact__form-card .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact__form-card .wpcf7-form > p,
.contact__form-card .contact__form-row,
.contact__form-card .wpcf7-form .contact__form-row {
  display: grid;
  gap: 8px;
  margin: 0;
  width: 100%;
}
.contact__form-card .contact__form-row,
.contact__form-card .wpcf7-form .contact__form-row {
  -moz-column-gap: 18px;
       column-gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact__form-card label {
  color: #000000;
  display: grid;
  font-family: "AlbertSans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  gap: 6px;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
  width: 100%;
}
.contact__form-card textarea {
  height: 108px;
  resize: none;
}
.contact__form-card input[type=submit] {
  margin-left: auto;
  width: auto;
}
.contact__form-card .wpcf7-form > p:has(input[type=submit]) {
  justify-items: end;
  padding-top: 8px;
}
.contact__form-card .wpcf7-spinner {
  margin: 0;
}
.contact__form-card .wpcf7-response-output {
  margin: 0;
}
@media (max-width: 1024px) {
  .contact__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact__details {
    order: 2;
    padding-top: 0;
  }
  .contact__form {
    order: 1;
  }
}
@media (max-width: 768px) {
  .contact__form-card {
    padding: 32px;
  }
  .contact__form-card .contact__form-row,
  .contact__form-card .wpcf7-form .contact__form-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .contact__form-card {
    padding: 24px;
  }
}

.gallery.section-colored .title,
.gallery.section-colored .description,
.gallery.section-colored .description :where(p, li, span, a, strong, em) {
  color: inherit;
}
.gallery__grid {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 568px) minmax(0, 568px);
  justify-content: space-between;
}
.gallery--media-right .gallery__grid {
  gap: 80px;
  grid-template-columns: minmax(0, 509px) minmax(0, 611px);
}
.gallery--media-right .gallery__media {
  max-width: 611px;
  order: 2;
}
.gallery--media-right .gallery__content {
  max-width: 509px;
  order: 1;
}
.gallery__media, .gallery__content {
  min-width: 0;
}
.gallery__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 568px;
  width: 100%;
}
.gallery__main-swiper, .gallery__thumbs-shell, .gallery__thumbs-swiper {
  width: 100%;
}
.gallery__main {
  background-color: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 16px;
  display: block;
  height: 383px;
  overflow: hidden;
  width: 100%;
}
.gallery__main-image, .gallery__thumb-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery__thumbs-shell {
  margin-top: 0;
}
.gallery__thumbs-swiper .swiper-slide {
  height: 129px;
}
.gallery__thumb {
  aspect-ratio: 1/0.9;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  cursor: pointer;
  height: 129px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery__thumb::after {
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: border-color 0.25s ease;
}
.gallery__thumbs-swiper .swiper-slide-thumb-active .gallery__thumb, .gallery__thumb:hover {
  transform: translateY(-2px);
}
.gallery__thumbs-swiper .swiper-slide-thumb-active .gallery__thumb::after, .gallery__thumb:hover::after {
  border-color: #FFB702;
}
.gallery__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 568px;
  padding-top: 4px;
  width: 100%;
}
.gallery__tag {
  align-self: flex-start;
}
.gallery__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gallery__header .title,
.gallery__header .description {
  margin: 0;
}
.gallery__specs {
  display: flex;
  flex-direction: column;
}
.gallery__spec {
  border-top: 1px solid #FFB702;
  display: grid;
  gap: 16px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 12px 0;
}
.gallery__spec-label, .gallery__spec-value {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.gallery__spec-label {
  color: var(--banner-text-color, #4D5969);
}
.gallery__spec-value {
  color: var(--banner-text-color, #000000);
}
.gallery__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
}
@media (max-width: 1200px) {
  .gallery__grid, .gallery--media-right .gallery__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .gallery--media-right .gallery__media, .gallery--media-right .gallery__content {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .gallery__grid, .gallery--media-right .gallery__grid {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .gallery__content {
    max-width: none;
  }
  .gallery__media {
    max-width: none;
  }
}

.technical-specs .title,
.technical-specs .description, .technical-specs__term, .technical-specs__description-item {
  margin: 0;
}
.technical-specs__container {
  display: flex;
  flex-direction: column;
}
.technical-specs__list {
  border-bottom: 1px solid #FFB702;
  margin: 0;
}
.technical-specs__row {
  border-top: 1px solid #FFB702;
  -moz-column-gap: 24px;
       column-gap: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  margin: 0;
  padding: 24px 0;
}
.technical-specs__term {
  color: var(--banner-text-color, #4D5969);
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.technical-specs__description-item {
  color: var(--banner-text-color, #000000);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  min-width: 0;
}

@media (max-width: 640px) {
  .technical-specs__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.contact-form {
  overflow: hidden;
  position: relative;
}
.contact-form.section-colored .title,
.contact-form.section-colored .contact-form__description,
.contact-form.section-colored .contact-form__description :where(p, li, span, a) {
  color: inherit;
}
.contact-form__container {
  display: flex;
  flex-direction: column;
}
.contact-form__intro {
  max-width: none;
  padding-top: 0;
}
.contact-form__aside {
  align-items: flex-start;
}
.contact-form__form {
  min-width: 0;
}
.contact-form__form .wpcf7 {
  display: block;
  width: 100%;
}
.contact-form__form .wpcf7-form {
  background-color: #FFFFFF;
  border: 1px solid #DFD8CB;
  border-radius: 20px;
  box-shadow: 0 20px 12.5px 0 rgba(0, 0, 0, 0.05);
  padding: 48px;
}
.contact-form__form .wpcf7-form > p {
  margin: 0;
}
.contact-form__form .contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__form .form-control {
  gap: 8px;
}
.contact-form__form .form-control label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.contact-form__form input[type=text],
.contact-form__form input[type=email],
.contact-form__form input[type=tel],
.contact-form__form select,
.contact-form__form textarea {
  border-color: #DCDCDC;
  height: 58px;
  padding: 16px;
}
.contact-form__form textarea {
  height: 120px;
  min-height: 120px;
}
.contact-form__form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__form .wpcf7-not-valid-tip {
  margin-top: 6px;
}
.contact-form__form .form-actions {
  padding-top: 4px;
}
.contact-form__form input[type=submit] {
  min-height: 62px;
  padding: 16px 24px;
}
.contact-form__empty {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px dashed rgba(7, 30, 69, 0.2);
  border-radius: 24px;
  color: #4D5969;
  display: flex;
  justify-content: center;
  min-height: 320px;
  padding: 32px;
  text-align: center;
}
.contact-form__empty p {
  margin: 0;
  max-width: 28ch;
}

@media (max-width: 1024px) {
  .contact-form__intro {
    max-width: none;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form__container {
    gap: 32px;
  }
  .contact-form__form .wpcf7-form {
    padding: 24px;
  }
}
.archive__wrapper {
  display: block;
}
.archive .search h1 {
  font-size: 3rem;
  line-height: 3rem;
}
.archive__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.archive__list {
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 20px;
}
.archive__no-results {
  align-items: center;
  background: #F5F5F5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 320px;
  padding: 48px 24px;
  text-align: center;
  width: 100%;
}
.archive__no-results-icon {
  background-color: #C0C0C0;
  border-radius: 50%;
  display: block;
  height: 64px;
  width: 64px;
  -webkit-mask-image: url("../../src/images/search.svg");
  mask-image: url("../../src/images/search.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 26px;
  mask-size: 26px;
}
.archive__no-results h2 {
  color: #071E45;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0;
}
.archive__no-results p {
  color: #4D5969;
  font-size: 1rem;
  margin: 0;
  max-width: 420px;
}
.archive__no-results-tips {
  color: #4D5969;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.archive__no-results-tips li {
  align-items: center;
  display: flex;
  gap: 8px;
}
.archive__no-results-tips li::before {
  background-color: #FD8B0E;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}
.archive__no-results .btn, .archive__no-results input[type=submit] {
  margin-top: 8px;
}
.archive__no-results-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.archive__no-results-categories > span {
  color: #4D5969;
  font-size: 0.875rem;
  font-weight: 500;
}
.archive__no-results-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive__container + .pagination {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .archive__container {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 768px) {
  .archive__list {
    grid-template-columns: auto;
  }
}

.certificates.section-colored .title,
.certificates.section-colored .title strong,
.certificates.section-colored .description {
  color: inherit;
}
.certificates__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.certificates__card {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  display: flex;
  gap: 24px;
  min-height: 160px;
  min-width: 0;
  overflow: hidden;
  padding: 32px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.certificates__card:hover {
  border-color: rgba(253, 139, 14, 0.28);
  box-shadow: 0 18px 40px rgba(7, 30, 69, 0.12);
  transform: translateY(-4px);
}
.certificates__seal {
  border: 2px solid #071E45;
  border-radius: 50%;
  flex: 0 0 96px;
  height: 96px;
  overflow: hidden;
  width: 96px;
}
.certificates__seal img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.certificates__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.certificates__card-title {
  color: #000000;
  font-size: var(--typography-scale-20, 20px);
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.875rem;
  margin: 0;
  white-space: nowrap;
}
.certificates__card-description {
  color: #4D5969;
  font-size: var(--typography-scale-18, 18px);
  letter-spacing: -0.5px;
  line-height: 1.875rem;
  margin: 0;
}

@media (max-width: 1024px) {
  .certificates__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .certificates__card {
    padding: 18px;
  }
  .certificates__seal {
    flex-basis: 80px;
    height: 80px;
    width: 80px;
  }
}
.products {
  overflow: visible;
}
.products__wrapper {
  display: flex;
  flex-direction: column;
}
.products__filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  margin-bottom: 40px;
  padding-bottom: 12px;
}
.products__filter {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 100px;
  color: #000000;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  line-height: 1.875rem;
  min-height: 52px;
  padding: 11px 20px;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.products__filter:hover, .products__filter.is-active, .products__filter[aria-current=page] {
  background: #071E45;
  border-color: #071E45;
  color: #FFFFFF;
}
.products__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.products__results {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
.products__pagination {
  padding-top: 40px;
}
.products__empty {
  margin: 0;
  text-align: center;
}
.products.is-loading .products__results {
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
@media (max-width: 1024px) {
  .products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .products__filters {
    margin-bottom: 24px;
  }
  .products__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .products__filter {
    min-height: 48px;
    padding-inline: 16px;
  }
}

.products-taxonomy__wrapper {
  display: flex;
  flex-direction: column;
}
.products-taxonomy__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.products-taxonomy__empty {
  margin: 0;
  text-align: center;
}
.products-taxonomy .pagination {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .products-taxonomy__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .products-taxonomy__grid {
    grid-template-columns: 1fr;
  }
}

.video {
  overflow: hidden;
}
.video__wrapper {
  position: relative;
  z-index: 1;
}
.video__container {
  background: rgba(7, 30, 69, 0.12);
  border-radius: 24px;
  height: 424px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 80px rgba(7, 30, 69, 0.18);
}
.video__player, .video__iframe {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.video__player {
  background: #071e45;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
.video__player--hidden {
  display: none;
}
.video__player:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.9);
}
.video__player::after {
  background: rgba(10, 13, 20, 0.55);
  content: "";
  inset: 0;
  position: absolute;
}
.video__player-thumbnail-wrapper, .video__player-thumbnail {
  display: block;
  height: 100%;
  width: 100%;
}
.video__player-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.video__player-play {
  display: block;
  height: 70px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease;
  width: 70px;
  z-index: 1;
}
.video__player:hover .video__player-thumbnail {
  transform: scale(1.04);
}
.video__player:hover .video__player-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.video__iframe {
  background: #000;
  border: 0;
  opacity: 1;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.video__iframe--hidden {
  display: none;
}
.video__iframe--visible {
  animation: video-fade-in 0.35s ease both;
}
.video__iframe-yt {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.video__player--fade-out {
  animation: video-fade-out 0.28s ease both;
  pointer-events: none;
}
@media (max-width: 768px) {
  .video__container {
    height: auto;
    aspect-ratio: 16/9;
  }
  .video__player-play {
    height: 72px;
    width: 72px;
  }
}

@keyframes video-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes video-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.purpose__wrapper {
  display: flex;
  flex-direction: column;
}
.purpose__items {
  display: flex;
  flex-direction: column;
}
.purpose__item {
  border-top: 1px solid #FFB702;
  -moz-column-gap: 48px;
       column-gap: 48px;
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  padding: 40px 0;
}
.purpose__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.purpose__item-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.purpose__item-number {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 3.125rem;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.purpose__item-title {
  color: #071E45;
  margin: 0;
}
.purpose__item-content {
  color: #4D5969;
  min-width: 0;
}
.purpose__item-content p,
.purpose__item-content ul,
.purpose__item-content ol {
  color: inherit;
  margin-bottom: 20px;
}
.purpose__item-content p:last-child,
.purpose__item-content ul:last-child,
.purpose__item-content ol:last-child {
  margin-bottom: 0;
}
.purpose.section-dark .purpose__title,
.purpose.section-dark .purpose__item-title,
.purpose.section-dark .purpose__item-content,
.purpose.section-dark .purpose__item-content :where(p, ul, ol, li, a, strong, em), .purpose.section-colored .purpose__title,
.purpose.section-colored .purpose__item-title,
.purpose.section-colored .purpose__item-content,
.purpose.section-colored .purpose__item-content :where(p, ul, ol, li, a, strong, em) {
  color: inherit;
}
.purpose.section-dark .purpose__title span, .purpose.section-colored .purpose__title span {
  color: inherit;
}
.purpose.section-dark .purpose__item, .purpose.section-colored .purpose__item {
  border-top-color: currentColor;
  opacity: 0.85;
}
.purpose.section-dark .purpose__item-number, .purpose.section-colored .purpose__item-number {
  background: none;
  color: inherit;
  -webkit-text-fill-color: currentColor;
}
@media (max-width: 1024px) {
  .purpose__item {
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .purpose__item {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
    padding: 32px 0;
  }
}

.differentials .title,
.differentials .description {
  color: inherit;
}
.differentials__wrapper {
  display: flex;
  flex-direction: column;
}
.differentials__grid {
  display: grid;
  gap: 24px;
  grid-auto-rows: 240px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
}
.differentials__card {
  display: flex;
  align-items: flex-end;
  border-radius: 16px;
  box-shadow: 0 20px 46px -12px rgba(5, 8, 13, 0.22), 0 3px 8px rgba(0, 0, 0, 0.08);
  grid-column: span 4;
  grid-row: span 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.differentials__card:first-child {
  grid-column: span 8;
  grid-row: span 2;
}
.differentials__card::before {
  background-image: var(--differentials-card-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: -2px;
  position: absolute;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.45s ease-out;
  z-index: 0;
}
.differentials__card:hover::before {
  transform: scale(1.025);
}
.differentials__grid--count-1 .differentials__card:first-child {
  grid-column: span 12;
  grid-row: span 2;
}
.differentials__grid--count-2 .differentials__card {
  grid-column: span 6;
  grid-row: span 2;
}
.differentials__grid--count-3 .differentials__card:nth-child(1) {
  grid-column: 1/span 8;
  grid-row: 1/span 2;
}
.differentials__grid--count-3 .differentials__card:nth-child(2),
.differentials__grid--count-3 .differentials__card:nth-child(3) {
  grid-column: 9/span 4;
}
.differentials__grid--count-4 .differentials__card:nth-child(1) {
  grid-column: 1/span 8;
  grid-row: 1/span 2;
}
.differentials__grid--count-4 .differentials__card:nth-child(2),
.differentials__grid--count-4 .differentials__card:nth-child(3) {
  grid-column: 9/span 4;
}
.differentials__grid--count-4 .differentials__card:nth-child(4) {
  grid-column: 1/span 12;
}
.differentials__grid--count-5 .differentials__card:nth-child(1) {
  grid-column: 1/span 8;
  grid-row: 1/span 2;
}
.differentials__grid--count-5 .differentials__card:nth-child(2),
.differentials__grid--count-5 .differentials__card:nth-child(3) {
  grid-column: 9/span 4;
}
.differentials__grid--count-5 .differentials__card:nth-child(4),
.differentials__grid--count-5 .differentials__card:nth-child(5) {
  grid-column: span 6;
}
.differentials__grid--count-6 .differentials__card:nth-child(1) {
  grid-column: 1/span 8;
  grid-row: 1/span 2;
}
.differentials__grid--count-6 .differentials__card:nth-child(2),
.differentials__grid--count-6 .differentials__card:nth-child(3) {
  grid-column: 9/span 4;
}
.differentials__grid--count-6 .differentials__card:nth-child(4),
.differentials__grid--count-6 .differentials__card:nth-child(5),
.differentials__grid--count-6 .differentials__card:nth-child(6) {
  grid-column: span 4;
}
.differentials__grid--count-7 .differentials__card:nth-child(1), .differentials__grid--count-8 .differentials__card:nth-child(1) {
  grid-column: 1/span 8;
  grid-row: 1/span 2;
}
.differentials__grid--count-7 .differentials__card:nth-child(2),
.differentials__grid--count-7 .differentials__card:nth-child(3), .differentials__grid--count-8 .differentials__card:nth-child(2),
.differentials__grid--count-8 .differentials__card:nth-child(3) {
  grid-column: 9/span 4;
}
.differentials__grid--count-7 .differentials__card:nth-child(n+4), .differentials__grid--count-8 .differentials__card:nth-child(n+4) {
  grid-column: span 4;
}
.differentials__card-overlay {
  inset: 0;
  position: absolute;
}
.differentials__card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 26%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.7) 72%, rgba(0, 0, 0, 0.95) 100%), rgba(31, 31, 31, 0.14);
  mix-blend-mode: multiply;
  z-index: 1;
}
.differentials__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  position: relative;
  z-index: 2;
}
.differentials__card-title, .differentials__card-description {
  color: #FFFFFF;
  margin: 0;
}
.differentials__card:first-child .differentials__card-title {
  font-size: 2rem;
  line-height: 3.125rem;
}
.differentials__card:first-child .differentials__card-description {
  max-width: 92%;
}
.differentials__card:not(:first-child) .differentials__card-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (max-width: 1024px) {
  .differentials__grid {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(190px, auto);
  }
  .differentials__grid[class*=differentials__grid--count-] .differentials__card {
    grid-column: span 1;
    grid-row: span 1;
    display: flex;
    align-items: flex-end;
    min-height: 220px;
  }
  .differentials__grid[class*=differentials__grid--count-] .differentials__card:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
  .differentials__card-content {
    bottom: auto;
    left: auto;
    padding: 20px;
    position: relative;
    right: auto;
  }
  .differentials__card:first-child .differentials__card-title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .differentials__card:not(:first-child) .differentials__card-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .differentials__card-description {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 640px) {
  .differentials__grid {
    grid-auto-rows: minmax(220px, auto);
    grid-template-columns: minmax(0, 1fr);
  }
  .differentials__grid[class*=differentials__grid--count-] .differentials__card, .differentials__grid[class*=differentials__grid--count-] .differentials__card:first-child {
    grid-column: span 1;
    min-height: 220px;
  }
  .differentials__card-content {
    bottom: auto;
    left: auto;
    padding: 20px;
    position: relative;
    right: auto;
  }
  .differentials__card:first-child .differentials__card-title, .differentials__card:not(:first-child) .differentials__card-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.map {
  overflow: hidden;
}
.map:has(+ footer) {
  margin-bottom: 0;
}
.map__link, .map__media {
  display: block;
}
.map__link {
  text-decoration: none;
}
.map__link:hover .map__image, .map__link:focus-visible .map__image {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.03);
}
.map__image {
  display: block;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  width: 100%;
}
@media (max-width: 768px) {
  .map__image {
    height: 320px;
  }
}

.internal-banner:has(+ .breadcrumb-bar) {
  margin-bottom: 0;
}
.internal-banner__container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 180px;
  min-height: 440px;
}
.internal-banner__container--has-image::before {
  content: "";
  background-color: var(--banner-overlay-color, transparent);
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
}
.internal-banner .center {
  position: relative;
  z-index: 1;
}
.internal-banner__content {
  align-items: stretch;
  color: var(--banner-text-color, #FFFFFF);
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding-block: 40px 80px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.internal-banner__title {
  color: inherit;
  font-size: 4rem;
  line-height: 5rem;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  width: 100%;
}
.internal-banner__description {
  color: inherit;
  margin: 0;
  min-width: 0;
  width: 100%;
  font-size: 23px;
  line-height: 27px;
}
@media (max-width: 768px) {
  .internal-banner__container {
    padding-top: 120px;
  }
  .internal-banner__content {
    min-height: 220px;
    padding-block: 24px 64px;
  }
}

.single-post .internal-banner__container {
  padding: 140px 0 80px;
}

.institutional__badgets, .institutional__text ul,
.institutional__text ol {
  position: relative;
}
.institutional__badgets::before, .institutional__text ul::before,
.institutional__text ol::before {
  content: "";
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.institutional.section-colored .title,
.institutional.section-colored .description,
.institutional.section-colored .institutional__text,
.institutional.section-colored .institutional__text :where(p, li, span, a, strong, em) {
  color: inherit;
}
.institutional .title {
  font-size: 3rem;
  line-height: 3.125rem;
}
.institutional__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.institutional__main {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.institutional__text ul,
.institutional__text ol {
  margin-top: 40px;
  padding-top: 40px;
}
.institutional__badgets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
}
.institutional__media {
  border-radius: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 16px 36px -10px rgba(13, 15, 23, 0.1);
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .institutional__media:hover .institutional__image {
    transform: scale(1.05);
  }
}
.institutional__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}
.institutional--has-image .institutional__body {
  align-items: stretch;
  flex-direction: row;
  gap: 64px;
}

@media (max-width: 1024px) {
  .institutional--has-image .institutional__body {
    flex-direction: column;
    gap: 32px;
  }
  .institutional__image {
    min-height: 280px;
  }
}
.timeline {
  --timeline-center-width: 1200px;
  --timeline-right-gutter: max(0px, calc((100vw - var(--timeline-center-width)) / 2));
  --timeline-slide-width: clamp(320px, 28vw, 420px);
  --timeline-space-between: 40px;
  --timeline-connector: 22px;
  --timeline-top-space: 180px;
  --timeline-bottom-space: 180px;
  --timeline-axis-y: calc(var(--timeline-top-space) + var(--timeline-connector) + 12px);
  overflow: hidden;
}
.timeline.section-colored .title,
.timeline.section-colored .description,
.timeline.section-colored .timeline__year,
.timeline.section-colored .timeline__label,
.timeline.section-colored .timeline__text,
.timeline.section-colored .timeline__text :where(p, li, span, a, strong, em) {
  color: inherit;
}
.timeline__wrapper {
  display: flex;
  flex-direction: column;
}
.timeline__slider {
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
  width: calc(100% + var(--timeline-right-gutter));
}
.timeline__swiper, .timeline__swiper.swiper, .timeline__swiper.swiper-horizontal {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
.timeline__track {
  align-items: flex-start;
  justify-content: flex-start;
  min-height: calc(var(--timeline-top-space) + var(--timeline-bottom-space) + var(--timeline-connector) * 2 + 24px);
  min-width: 100%;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.timeline__slide {
  animation: timeline-slide-reveal 0.7s ease both;
  flex: 0 0 var(--timeline-slide-width);
  position: relative;
  transition: opacity 0.35s ease;
  width: var(--timeline-slide-width);
}
.timeline__slide:nth-child(1) {
  animation-delay: 0s;
}
.timeline__slide:nth-child(2) {
  animation-delay: 0.08s;
}
.timeline__slide:nth-child(3) {
  animation-delay: 0.16s;
}
.timeline__slide:nth-child(4) {
  animation-delay: 0.24s;
}
.timeline__slide:nth-child(5) {
  animation-delay: 0.32s;
}
.timeline__slide:nth-child(6) {
  animation-delay: 0.4s;
}
.timeline__slide:nth-child(7) {
  animation-delay: 0.48s;
}
.timeline__slide:nth-child(8) {
  animation-delay: 0.56s;
}
.timeline__slide:nth-child(9) {
  animation-delay: 0.64s;
}
.timeline__slide:nth-child(10) {
  animation-delay: 0.72s;
}
.timeline__slide:nth-child(11) {
  animation-delay: 0.8s;
}
.timeline__slide:nth-child(12) {
  animation-delay: 0.88s;
}
.timeline__slide::after {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: var(--timeline-axis-y);
  width: calc(100% + var(--timeline-space-between));
  z-index: 0;
}
.timeline__slide:first-child::before {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  content: "";
  height: 2px;
  position: absolute;
  right: 50%;
  top: var(--timeline-axis-y);
  width: 50%;
  z-index: 0;
}
.timeline__slide:last-child::after {
  width: 50%;
}
.timeline__item {
  min-height: calc(var(--timeline-top-space) + var(--timeline-bottom-space) + var(--timeline-connector) * 2 + 24px);
  position: relative;
  width: 100%;
}
.timeline__dot, .timeline__connector, .timeline__content {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.timeline__dot {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  border-radius: 50%;
  height: 16px;
  top: var(--timeline-axis-y);
  transform: translate(-50%, -50%);
  transition: box-shadow 0.35s ease;
  width: 16px;
  z-index: 2;
}
.timeline__connector {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  height: var(--timeline-connector);
  width: 2px;
  z-index: 1;
}
.timeline__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline: 24px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.timeline__item--top .timeline__connector {
  bottom: calc(100% - var(--timeline-axis-y));
}
.timeline__item--top .timeline__content {
  bottom: calc(100% - var(--timeline-axis-y) + var(--timeline-connector) + 12px);
}
.timeline__item--bottom .timeline__connector {
  top: var(--timeline-axis-y);
}
.timeline__item--bottom .timeline__content {
  top: calc(var(--timeline-axis-y) + var(--timeline-connector) + 12px);
}
.timeline__year {
  color: var(--banner-text-color, #071E45);
}
.timeline__label {
  color: var(--banner-text-color, #071E45);
  font-weight: 500;
  margin: 0;
  overflow-wrap: break-word;
}
.timeline__text {
  color: var(--banner-text-color, #8F8F8F);
  font-size: 1.125rem;
  margin: 0;
  overflow-wrap: break-word;
}
.timeline__text p,
.timeline__text ul,
.timeline__text ol {
  margin: 0;
}
.timeline__text ul,
.timeline__text ol {
  padding-left: 1.25em;
  text-align: left;
}
.timeline__text > * + * {
  margin-top: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .timeline__swiper:hover .timeline__slide {
    opacity: 0.7;
  }
  .timeline__slide:hover, .timeline__slide:focus-within {
    opacity: 1;
  }
  .timeline__slide:hover .timeline__dot, .timeline__slide:focus-within .timeline__dot {
    box-shadow: 0 0 0 8px rgba(253, 139, 14, 0.12);
  }
}
@media screen and (max-width: 1024px) {
  .timeline {
    --timeline-center-width: 768px;
    --timeline-space-between: 32px;
  }
}
@media screen and (max-width: 768px) {
  .timeline {
    --timeline-center-width: 640px;
    --timeline-slide-width: min(240px, calc(100vw - 56px));
    --timeline-space-between: 20px;
  }
}
@media screen and (max-width: 640px) {
  .timeline {
    --timeline-center-width: 90vw;
  }
}

@keyframes timeline-slide-reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cta {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--banner-text-color, #071E45);
  display: flex;
  isolation: isolate;
  min-height: 350px;
  overflow: visible;
  padding: 80px 0;
  position: relative;
}
.cta--bg-image::after {
  content: "";
  background-image: var(--banner-overlay-image, none);
  background-color: var(--banner-overlay-color, transparent);
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.cta .center, .cta__content {
  position: relative;
  z-index: 1;
}
.cta .title,
.cta .description {
  color: inherit;
}
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cta__media {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 40px;
  top: -48px;
  width: min(28%, 503px);
  z-index: 3;
}
.cta__image {
  height: auto;
  max-width: min(100%, 503px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  width: 100%;
}
.cta--has-image {
  min-height: 440px;
}
.cta--has-image .cta__content {
  width: min(100%, 100% - 420px);
}

.section-colored:has(+ .cta--has-image.section-colored) {
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .cta__content, .cta--has-image .cta__content {
    max-width: 100%;
    width: 100%;
  }
  .cta--has-image .cta__media {
    display: none;
  }
}
.video-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
.video-modal__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.video-modal__wrapper {
  display: table;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.video-modal__center {
  display: table-cell;
  vertical-align: middle;
}
.video-modal__content {
  aspect-ratio: 16/9;
  background: #FFFFFF;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 60%;
  z-index: 99999999;
}
.video-modal__iframe-wrapper {
  aspect-ratio: 16/9;
}
.video-modal__iframe-wrapper iframe {
  height: 100%;
  vertical-align: top;
}
.video-modal__close {
  background-color: #071E45;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  line-height: 32px;
  position: absolute;
  right: 0;
  width: 35px;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  .video-modal__content {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .video-modal__content {
    height: auto;
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .video-modal__iframe {
    height: 180px;
  }
  .video-modal__iframe--mobile {
    height: 660px;
  }
}
@media screen and (max-width: 580px) {
  .video-modal__iframe {
    height: 280px;
  }
  .video-modal__iframe--mobile {
    height: 500px;
  }
}
@media screen and (max-width: 450px) {
  .video-modal__iframe {
    height: 190px;
  }
}
.product-card {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 24px;
  box-shadow: 0 22px 48px -14px rgba(15, 18, 26, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.product-card:hover {
  border-color: rgba(253, 139, 14, 0.28);
  box-shadow: 0 28px 56px -18px rgba(15, 18, 26, 0.18), 0 10px 24px rgba(7, 30, 69, 0.08);
  transform: translateY(-4px);
}
.product-card:hover .product-card__image {
  transform: scale(1.04);
}
.product-card:hover .product-card__title {
  color: #FD8B0E;
}
.product-card__media {
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  color: inherit;
  display: flex;
  height: 250px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}
.product-card__image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
  width: 100%;
}
.product-card__image--fallback {
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}
.product-card__title-link {
  color: inherit;
  text-decoration: none;
}
.product-card__title, .product-card__description {
  margin: 0;
}
.product-card__title {
  color: #071E45;
  transition: color 0.25s ease;
}
.product-card__description {
  color: rgba(0, 0, 0, 0.72);
}
.product-card .tag, .product-card .sidebar .wp-block-categories .cat-item, .sidebar .wp-block-categories .product-card .cat-item {
  align-self: flex-start;
  flex: 0 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.purchase.section-colored .title,
.purchase.section-colored .purchase__description,
.purchase.section-colored .purchase__intro,
.purchase.section-colored .purchase__intro :where(p, li, span, a),
.purchase.section-colored .purchase__description :where(p, li, span, a) {
  color: inherit;
}
.purchase__content, .purchase__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.purchase__intro p:last-child, .purchase__item-description p:last-child {
  margin-bottom: 0;
}
.purchase__description {
  margin: 0;
}
.purchase__list {
  counter-reset: purchase-step;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.purchase__item {
  counter-increment: purchase-step;
  min-width: 0;
}
.purchase__card {
  background: linear-gradient(90deg, #FFB702 0%, #FD8B0E 100%);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 32px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.purchase__card:hover {
  box-shadow: 0 18px 36px -24px rgba(7, 30, 69, 0.35);
  filter: saturate(1.03);
  transform: translateY(-4px);
}
.purchase__item-number {
  color: #071E45;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 3.125rem;
  margin: 0;
}
.purchase__item-number::before {
  content: counter(purchase-step, decimal-leading-zero);
}
.purchase__item-title, .purchase__item-description, .purchase__item-description :where(p, li, span, a) {
  color: #071E45;
}

@media (hover: none) {
  .purchase__card:hover {
    box-shadow: none;
    filter: none;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .purchase__card {
    transition: none;
  }
  .purchase__card:hover {
    box-shadow: none;
    filter: none;
    transform: none;
  }
}
.post-card {
  background-color: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post-card:hover {
  transform: translateY(-4px);
}
.post-card:hover .post-card__image {
  transform: scale(1.05);
}
.post-card:hover .post-card__more::after {
  transform: translateX(2px);
}
.post-card:hover .post-card__title {
  color: #FD8B0E;
}
.post-card__media {
  height: 236px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.post-card__media::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  background-image: linear-gradient(180deg, rgba(10, 13, 18, 0.55) 0%, rgba(10, 13, 18, 0) 40%);
}
.post-card__image {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transition: transform 0.6s ease;
  width: 100%;
}
.post-card__image-link {
  display: flex;
  inset: 0;
  position: absolute;
}
.post-card__tag {
  position: relative;
  z-index: 2;
}
.post-card__body {
  color: #071E45;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding: 32px;
  text-decoration: none;
}
.post-card__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.post-card__date {
  color: #4D5969;
  font-size: 1rem;
  font-weight: 400;
}
.post-card__title {
  font-size: var(--typography-scale-24, 24px);
  font-weight: 500;
  line-height: 1.22;
  margin: 0;
  transition: color 0.25s ease;
}
.post-card__title-link {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.post-card__more {
  align-self: flex-end;
}

.banner {
  overflow: hidden;
}
.banner .swiper-container {
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
.banner .swiper-wrapper {
  min-height: 600px;
}
.banner__item {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}
.banner__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
}
.banner__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--banner-overlay-color, transparent);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.banner .swiper-slide-active.banner__item::before {
  animation: banner-kenburns 12s ease-out both;
}
.banner__header > *, .banner__badgets, .banner__actions {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.banner .swiper-slide-active .banner__header > *,
.banner .swiper-slide-active .banner__badgets,
.banner .swiper-slide-active .banner__actions {
  opacity: 1;
  transform: none;
}
.banner .swiper-slide-active .banner__header > *:nth-child(1) {
  transition-delay: 0.15s;
}
.banner .swiper-slide-active .banner__header > *:nth-child(2) {
  transition-delay: 0.28s;
}
.banner .swiper-slide-active .banner__header > *:nth-child(3) {
  transition-delay: 0.41s;
}
.banner .swiper-slide-active .banner__badgets {
  transition-delay: 0.54s;
}
.banner .swiper-slide-active .banner__actions {
  transition-delay: 0.67s;
}
@media (prefers-reduced-motion: reduce) {
  .banner .swiper-slide-active.banner__item::before {
    animation: none;
  }
  .banner__header > *, .banner__badgets, .banner__actions {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.banner__media {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.banner__media--embed {
  overflow: hidden;
}
.banner__media--embed iframe {
  border: 0;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 177.78%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}
.banner__media-guard {
  inset: 0;
  position: absolute;
  z-index: 2;
}
.banner__media-cover {
  background-color: #1f1f1f;
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.banner__media--embed.is-ready .banner__media-cover {
  opacity: 0;
  pointer-events: none;
}
.banner__item-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 600px;
  padding: calc(var(--header-offset, 198px) + 48px) 0 80px;
  width: min(1200px, 100% - 48px);
}
.banner__logo-mark {
  background: url("../../src/images/logo-mark.png") no-repeat center/contain;
  height: 640px;
  pointer-events: none;
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 640px;
  z-index: 2;
}
.banner__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.banner__content {
  display: flex;
  flex-direction: column;
  color: var(--banner-text-color, #FFFFFF);
  gap: 16px;
  max-width: 962px;
  width: 100%;
}
.banner__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.banner__header *:not(.kicker) {
  color: inherit;
}
.banner .title,
.banner .banner__description,
.banner .banner__pagination,
.banner .banner__badgets,
.banner .banner__actions {
  color: var(--banner-text-color, #FFFFFF);
}
.banner .kicker {
  white-space: normal;
}
.banner .title {
  color: var(--banner-text-color, #FFFFFF);
  font-size: 5rem;
  line-height: 5rem;
  max-width: 962px;
  word-break: break-word;
}
.banner__description {
  color: var(--banner-text-color, #FFFFFF);
  max-width: 640px;
}
.banner__description > *:last-child {
  margin-bottom: 0;
}
.banner__description p,
.banner__description li,
.banner__description a,
.banner__description strong,
.banner__description em {
  color: inherit;
}
.banner__description p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.banner__badgets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
}
.banner__badgets .badget--default {
  --badget-color: var(--banner-text-color, #FFFFFF);
}
.banner__badgets .badget {
  max-width: 100%;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.banner__badgets .badget__text {
  white-space: normal;
}
@media (hover: hover) and (pointer: fine) {
  .banner__badgets .badget:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }
  .banner__badgets .badget:hover .badget__dot {
    transform: scale(1.15);
  }
  .banner__badgets .badget__dot {
    transition: transform 0.25s ease;
  }
}
.banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
}
.swiper-container > .banner__pagination, .swiper-container > .banner__pagination.swiper-pagination--dots {
  bottom: 24px;
  left: 50%;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 4;
}
@media (max-width: 1200px) {
  .banner__logo-mark {
    display: none;
  }
  .banner__content,
  .banner .title, .banner__description {
    max-width: 100%;
  }
  .banner .title {
    font-size: 3rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 768px) {
  .banner__item-inner {
    align-items: flex-start;
    padding: 88px 0 40px;
    width: min(100%, 100% - 32px);
  }
  .banner__media--embed iframe {
    height: max(100svh, 56.25vw);
    min-height: 100svh;
    min-width: 100%;
    width: max(177.78svh, 100vw);
  }
  .banner .title {
    font-size: clamp(3rem, 15vw, 4.5rem);
    line-height: 0.95;
  }
  .banner__description p {
    font-size: 1.125rem;
  }
  .banner__badgets {
    gap: 8px;
    padding-top: 8px;
  }
  .banner__badgets .badget {
    width: -moz-fit-content;
    width: fit-content;
  }
  .banner__actions {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .swiper-container > .banner__pagination, .swiper-container > .banner__pagination.swiper-pagination--dots {
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .banner .btn, .banner input[type=submit] {
    max-width: 100%;
    white-space: normal;
  }
}

@keyframes banner-kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}

/*# sourceMappingURL=global.css.map*/