/* --- block 1 --- */
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,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
body {
  -webkit-text-size-adjust: none;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  line-height: 1;
  min-height: var(--viewport-height);
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  background-color: #f7f6f1;
}
:root {
  --background-height: 100vh;
  --site-language-alignment: left;
  --site-language-direction: ltr;
  --site-language-flex-alignment: flex-start;
  --site-language-indent-left: 1;
  --site-language-indent-right: 0;
  --site-language-margin-left: 0;
  --site-language-margin-right: auto;
  --viewport-height: 100vh;
}
html {
  font-size: 19pt;
}
u {
  text-decoration: underline;
}
strong {
  color: inherit;
  font-weight: bolder;
}
em {
  font-style: italic;
}
code {
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 0.25em;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  text-indent: 0;
}
mark {
  background-color: rgba(144, 144, 144, 0.25);
}
spoiler-text {
  -webkit-text-stroke: 0;
  background-color: rgba(32, 32, 32, 0.75);
  text-shadow: none;
  text-stroke: 0;
  color: transparent;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
spoiler-text.active {
  color: #ffffff;
  cursor: text;
}
s {
  text-decoration: line-through;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.25s ease;
}
a[onclick]:not([href]) {
  cursor: pointer;
}
unloaded-script {
  display: none;
}
.site-wrapper {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: var(--viewport-height);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.site-main {
  --alignment: center;
  --flex-alignment: center;
  --indent-left: 1;
  --indent-right: 1;
  --margin-left: auto;
  --margin-right: auto;
  --border-radius-tl: 0;
  --border-radius-tr: 0;
  --border-radius-br: 0;
  --border-radius-bl: 0;
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  max-width: 100%;
  position: relative;
  text-align: var(--alignment);
  z-index: 1;
}
.site-main > .inner {
  --padding-horizontal: 1.25rem;
  --padding-vertical: 7.375rem;
  --spacing: 1.625rem;
  --width: 81rem;
  border-radius: var(--border-radius-tl) var(--border-radius-tr)
    var(--border-radius-br) var(--border-radius-bl);
  max-width: 100%;
  position: relative;
  width: var(--width);
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
}
.site-main > .inner > * {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
.site-main > .inner > :first-child {
  margin-top: 0 !important;
}
.site-main > .inner > :last-child {
  margin-bottom: 0 !important;
}
.site-main > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
  width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
.site-main > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full.screen {
  border-radius: 0 !important;
  max-width: 100vw;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
}
body.is-instant .site-main,
body.is-instant .site-main > .inner > *,
body.is-instant .site-main > .inner > section > * {
  transition: none !important;
}
body.is-instant::after {
  display: none !important;
  transition: none !important;
}
.buttons-component {
  cursor: default;
  display: flex;
  justify-content: var(--flex-alignment);
  letter-spacing: 0;
  padding: 0;
}
.buttons-component > li {
  max-width: 100%;
  text-align: var(--alignment);
}
.buttons-component > li > a {
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.buttons-component.instance-1 {
  --flex-alignment: center;
  --alignment: center;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-component.instance-1 > li > a {
  display: inline-flex;
  width: 14.375rem;
  height: 2.125rem;
  line-height: calc(2.125rem - 2px);
  padding: 0 0.5rem;
  vertical-align: middle;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  border-radius: 3rem;
  border-color: #0c3527;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  color: #0c3527;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.buttons-component.instance-1 > li > a > svg {
  display: block;
  fill: #0c3527;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  min-width: 16px;
  pointer-events: none;
  width: 1em;
  margin-left: -0.125em;
  margin-right: calc(0.5em + 0rem);
  transition: fill 0.25s ease;
}
.buttons-component.instance-1 > li > a > .label {
  direction: var(--site-language-direction);
  overflow: hidden;
}
.buttons-component.instance-1 > li > a.n01 > svg {
  fill: #0c3527;
}
.buttons-component.instance-3 {
  --flex-alignment: center;
  --alignment: center;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-component.instance-3 > li > a {
  display: inline-block;
  width: 100vw;
  height: 3.625rem;
  line-height: 3.625rem;
  padding: 0 1.8125rem;
  vertical-align: middle;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  border-radius: 0.625rem;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #0f3327;
  color: #ffffff;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.buttons-component.instance-2 {
  --flex-alignment: center;
  --alignment: center;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-component.instance-2 > li > a {
  display: inline-block;
  width: 100vw;
  height: 3.625rem;
  line-height: calc(3.625rem - 2px);
  padding: 0 1.8125rem;
  vertical-align: middle;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  border-radius: 0.625rem;
  border-color: #0f3327;
  border-style: solid;
  border-width: 1px;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  color: #0f3327;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.buttons-component.instance-7 {
  --flex-alignment: center;
  --alignment: center;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-component.instance-7 > li > a {
  display: inline-block;
  width: 10.5rem;
  height: 3.375rem;
  line-height: 3.375rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  border-radius: 0.625rem;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #0f3327;
  color: #ffffff;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.buttons-component.instance-5 {
  --flex-alignment: center;
  --alignment: center;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-component.instance-5 > li > a {
  display: inline-block;
  width: 100vw;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  vertical-align: middle;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  border-radius: 0.625rem;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #0f3327;
  color: #f7f6f1;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.buttons-component.instance-6 {
  --flex-alignment: center;
  --alignment: center;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-component.instance-6 > li > a {
  display: inline-block;
  width: 100vw;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  vertical-align: middle;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  border-radius: 0.625rem;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f7f6f1;
  color: #0f3327;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.buttons-component.instance-4 {
  --flex-alignment: center;
  --alignment: center;
  gap: 0.75rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-component.instance-4 > li > a {
  display: inline-block;
  width: 10.5rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  border-radius: 2.375rem;
  direction: var(--site-language-direction);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffffff;
  color: #0f3327;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.text-component {
  direction: var(--site-language-direction);
  position: relative;
}
.text-component span.p {
  display: block;
  position: relative;
}
.text-component span[style],
.text-component strong,
.text-component a,
.text-component code,
.text-component mark,
.text-component spoiler-text {
  -webkit-text-fill-color: currentcolor;
}
.text-component.instance-6 {
  text-align: center;
  color: #0f3327;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.05rem;
  width: 100%;
  font-size: 2.125em;
  line-height: 1.5;
  font-weight: 800;
}
.text-component.instance-6 a {
  text-decoration: underline;
}
.text-component.instance-6 a:hover {
  text-decoration: none;
}
.text-component.instance-6 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-8 {
  text-align: center;
  color: #0f3327;
  font-family: "Poppins", sans-serif;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 600;
}
.text-component.instance-8 a {
  text-decoration: underline;
}
.text-component.instance-8 a:hover {
  text-decoration: none;
}
.text-component.instance-8 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-12 {
  text-align: center;
  color: rgba(74, 74, 74, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-12 a {
  text-decoration: underline;
}
.text-component.instance-12 a:hover {
  text-decoration: none;
}
.text-component.instance-12 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-5 {
  text-align: center;
  color: #4a4a4a;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1em;
  line-height: 1.625;
  font-weight: 300;
}
.text-component.instance-5 a {
  text-decoration: underline;
}
.text-component.instance-5 a:hover {
  text-decoration: none;
}
.text-component.instance-5 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-16 {
  text-align: center;
  color: #104f3a;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 600;
}
.text-component.instance-16 a {
  text-decoration: underline;
}
.text-component.instance-16 a:hover {
  text-decoration: none;
}
.text-component.instance-16 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-3 {
  text-align: center;
  color: #0f3327;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.05rem;
  width: 100%;
  font-size: 2.25em;
  line-height: 1.5;
  font-weight: 800;
}
.text-component.instance-3 a {
  text-decoration: underline;
}
.text-component.instance-3 a:hover {
  text-decoration: none;
}
.text-component.instance-3 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-9 {
  text-align: center;
  color: rgba(56, 56, 56, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-9 a {
  text-decoration: underline;
}
.text-component.instance-9 a:hover {
  text-decoration: none;
}
.text-component.instance-9 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-17 {
  text-align: center;
  color: #0f3327;
  font-family: "Poppins", sans-serif;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 600;
}
.text-component.instance-17 a {
  text-decoration: underline;
}
.text-component.instance-17 a:hover {
  text-decoration: none;
}
.text-component.instance-17 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-19 {
  text-align: center;
  color: rgba(56, 56, 56, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-19 a {
  text-decoration: underline;
}
.text-component.instance-19 a:hover {
  text-decoration: none;
}
.text-component.instance-19 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-2 {
  text-align: left;
  color: rgba(56, 56, 56, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-2 a {
  text-decoration: underline;
}
.text-component.instance-2 a:hover {
  text-decoration: none;
}
.text-component.instance-2 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-1 {
  text-align: left;
  color: #0f3327;
  font-family: "Poppins", sans-serif;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 600;
}
.text-component.instance-1 a {
  text-decoration: underline;
}
.text-component.instance-1 a:hover {
  text-decoration: none;
}
.text-component.instance-1 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-7 {
  text-align: left;
  color: rgba(74, 74, 74, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-7 a {
  text-decoration: underline;
}
.text-component.instance-7 a:hover {
  text-decoration: none;
}
.text-component.instance-7 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-13 {
  text-align: left;
  color: rgba(56, 56, 56, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-13 a {
  text-decoration: underline;
}
.text-component.instance-13 a:hover {
  text-decoration: none;
}
.text-component.instance-13 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-14 {
  text-align: left;
  color: #0f3327;
  font-family: "Poppins", sans-serif;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 600;
}
.text-component.instance-14 a {
  text-decoration: underline;
}
.text-component.instance-14 a:hover {
  text-decoration: none;
}
.text-component.instance-14 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-15 {
  text-align: left;
  color: rgba(74, 74, 74, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-15 a {
  text-decoration: underline;
}
.text-component.instance-15 a:hover {
  text-decoration: none;
}
.text-component.instance-15 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-4 {
  text-align: center;
  color: rgba(0, 0, 0, 0.42);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 600;
}
.text-component.instance-4 a {
  text-decoration: underline;
}
.text-component.instance-4 a:hover {
  text-decoration: none;
}
.text-component.instance-4 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-18 {
  text-align: center;
  color: #0f3327;
  font-family: "Poppins", sans-serif;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 600;
}
.text-component.instance-18 a {
  text-decoration: underline;
}
.text-component.instance-18 a:hover {
  text-decoration: none;
}
.text-component.instance-18 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-11 {
  text-align: center;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1.75em;
  line-height: 1.5;
  font-weight: 600;
}
.text-component.instance-11 a {
  text-decoration: underline;
}
.text-component.instance-11 a:hover {
  text-decoration: none;
}
.text-component.instance-11 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-20 {
  text-align: center;
  color: rgba(255, 255, 255, 0.659);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-20 a {
  text-decoration: underline;
}
.text-component.instance-20 a:hover {
  text-decoration: none;
}
.text-component.instance-20 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-22 {
  text-align: left;
  color: rgba(255, 255, 255, 0.631);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-22 a {
  text-decoration: underline;
}
.text-component.instance-22 a:hover {
  text-decoration: none;
}
.text-component.instance-22 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-10 {
  text-align: left;
  color: rgba(255, 255, 255, 0.631);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 2.5;
  font-weight: 400;
}
.text-component.instance-10 strong {
  color: #ffffff;
}
.text-component.instance-10 a {
  color: #ffffff;
  text-decoration: underline;
}
.text-component.instance-10 a:hover {
  text-decoration: none;
}
.text-component.instance-10 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.text-component.instance-21 {
  text-align: center;
  color: rgba(255, 255, 255, 0.631);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75em;
  line-height: 1.625;
  font-weight: 400;
}
.text-component.instance-21 a {
  text-decoration: underline;
}
.text-component.instance-21 a:hover {
  text-decoration: none;
}
.text-component.instance-21 span.p:nth-child(n + 2) {
  margin-top: 0.5rem;
}
.divider-component {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: var(--flex-alignment);
  min-height: 1rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.divider-component::before {
  content: "";
}
.divider-component.instance-2 {
  justify-content: center;
}
.divider-component.instance-2::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-1 {
  justify-content: center;
}
.divider-component.instance-1::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-3 {
  justify-content: center;
}
.divider-component.instance-3::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-4 {
  justify-content: center;
}
.divider-component.instance-4::before {
  width: 100%;
  background-color: transparent;
  height: 1px;
}
.divider-component.instance-6 {
  justify-content: center;
}
.divider-component.instance-6::before {
  width: 100%;
  background-color: transparent;
  height: 19px;
}
.divider-component.instance-19 {
  justify-content: center;
}
.divider-component.instance-19::before {
  width: 100%;
  background-color: #0f3327;
  height: 1px;
}
.divider-component.instance-9 {
  justify-content: center;
}
.divider-component.instance-9::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-5 {
  justify-content: center;
}
.divider-component.instance-5::before {
  width: 84rem;
  background-color: rgba(45, 46, 46, 0.239);
  height: 1px;
  border-radius: 0px;
}
.divider-component.instance-7 {
  justify-content: center;
}
.divider-component.instance-7::before {
  width: 100%;
  background-color: transparent;
  height: 4px;
}
.divider-component.instance-10 {
  justify-content: center;
}
.divider-component.instance-10::before {
  width: 84rem;
  background-color: rgba(45, 46, 46, 0.239);
  height: 1px;
  border-radius: 0px;
}
.divider-component.instance-11 {
  justify-content: center;
}
.divider-component.instance-11::before {
  width: 100%;
  background-color: transparent;
  height: 4px;
}
.divider-component.instance-13 {
  justify-content: center;
}
.divider-component.instance-13::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-14 {
  justify-content: center;
}
.divider-component.instance-14::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-17 {
  justify-content: center;
}
.divider-component.instance-17::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-8 {
  justify-content: center;
}
.divider-component.instance-8::before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.588);
  height: 1px;
}
.divider-component.instance-12 {
  justify-content: center;
}
.divider-component.instance-12::before {
  width: 100%;
  background-color: transparent;
  height: 1px;
}
.divider-component.instance-16 {
  justify-content: center;
}
.divider-component.instance-16::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-15 {
  justify-content: center;
}
.divider-component.instance-15::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-18 {
  justify-content: center;
}
.divider-component.instance-18::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.divider-component.instance-20 {
  justify-content: center;
}
.divider-component.instance-20::before {
  width: 100%;
  background-color: transparent;
  height: 30px;
}
.container-component {
  position: relative;
}
.container-component > .wrapper {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}
.container-component > .wrapper > .inner {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
  text-align: var(--alignment);
}
.container-component.full:first-child > .wrapper {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container-component.full:first-child > .wrapper > .inner {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper > .inner {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container-component.instance-1 {
  --alignment: center;
  --flex-alignment: center;
  --indent-left: 1;
  --indent-right: 1;
  --margin-left: auto;
  --margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fbfaf8;
}
.container-component.instance-1:not(:last-child) {
  margin-bottom: 1.875rem !important;
}
.container-component.instance-1 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 4.875rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.instance-1 > .wrapper {
  max-width: var(--width);
  width: 100%;
}
.container-component.instance-1.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-1.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-1.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
.container-component.instance-1.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}
.container-component.instance-1.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > *
  > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-1.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-1.default
  > .wrapper
  > .inner
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-1.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > div
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > div
  > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-1.columns > .wrapper > .inner > div:first-child,
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full:first-child {
  border-top-left-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > div:last-child,
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full:first-child {
  border-top-right-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-1.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}
.container-component.instance-3:not(:last-child) {
  margin-bottom: 1.875rem !important;
}
.container-component.instance-3 > .wrapper {
  display: block;
  margin: 0 auto 0 auto;
  width: 70rem;
  background-color: #ffffff;
  box-shadow: 0rem 1rem 2rem 0rem rgba(128, 128, 128, 0.2);
  border-radius: 1.625rem;
}
.container-component.instance-3 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 2.625rem;
  --spacing: 0.875rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(1.625rem - 0px);
}
.container-component.instance-3.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-3.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-3.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-3.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
.container-component.instance-3.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}
.container-component.instance-3.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > *
  > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-3.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-3.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-3.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-3.default
  > .wrapper
  > .inner
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-3.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > div
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > div
  > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-3.columns > .wrapper > .inner > div:first-child,
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full:first-child {
  border-top-left-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > div:last-child,
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full:first-child {
  border-top-right-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-3.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}
.container-component.instance-2:not(:last-child) {
  margin-bottom: 1.875rem !important;
}
.container-component.instance-2 > .wrapper {
  display: block;
  margin: 0 auto 0 auto;
  width: 70rem;
  background-color: #ffffff;
  border-color: #0f3327;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0rem 1rem 2rem 0rem rgba(128, 128, 128, 0.49);
  border-radius: 1.625rem;
}
.container-component.instance-2 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 2.625rem;
  --spacing: 0.875rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(1.625rem - 1px);
}
.container-component.instance-2.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-2.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-2.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-2.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
.container-component.instance-2.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}
.container-component.instance-2.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > *
  > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-2.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-2.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-2.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-2.default
  > .wrapper
  > .inner
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-2.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > div
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > div
  > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-2.columns > .wrapper > .inner > div:first-child,
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full:first-child {
  border-top-left-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > div:last-child,
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full:first-child {
  border-top-right-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-2.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}
.container-component.instance-4:not(:last-child) {
  margin-bottom: 1.875rem !important;
}
.container-component.instance-4 > .wrapper {
  display: block;
  margin: 0 auto 0 auto;
  width: 73rem;
  background-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20width%3D%221024%22%20height%3D%221024%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20rect%20%7B%20fill%3A%20rgba(255,255,255,0.561)%3B%20transform-origin%3A%2050%25%2050%25%3B%20transform%3A%20translateX%28-25%25%29%20translateY%28-25%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Crect%20x%3D%22256%22%20y%3D%22256%22%20width%3D%223.01%25%22%20height%3D%223.01%25%22%20%2F%3E%20%3Crect%20x%3D%22768%22%20y%3D%22768%22%20width%3D%223.01%25%22%20height%3D%223.01%25%22%20%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(0deg, #106146 0%, #0f3327 60%, #0f3327 100%);
  background-size: 11px, cover;
  background-position:
    center,
    0% 0%;
  background-repeat: repeat, repeat;
  border-radius: 1.625rem;
}
.container-component.instance-4 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 2.625rem;
  --spacing: 1.5rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: calc(1.625rem - 0px);
}
.container-component.instance-4.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-4.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-4.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-4.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
.container-component.instance-4.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}
.container-component.instance-4.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > *
  > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-4.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-4.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-4.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-4.default
  > .wrapper
  > .inner
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-4.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container-component.instance-4.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > div
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > div
  > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-4.columns > .wrapper > .inner > div:first-child,
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full:first-child {
  border-top-left-radius: inherit;
}
.container-component.instance-4.columns > .wrapper > .inner > div:last-child,
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full:first-child {
  border-top-right-radius: inherit;
}
.container-component.instance-4.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.container-component.instance-4.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-4.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}
.container-component.instance-5 {
  --alignment: center;
  --flex-alignment: center;
  --indent-left: 1;
  --indent-right: 1;
  --margin-left: auto;
  --margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #0f3327;
}
.container-component.instance-5:not(:last-child) {
  margin-bottom: 1.875rem !important;
}
.container-component.instance-5 > .wrapper > .inner {
  --gutters: 2rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 2.625rem;
  --spacing: 1.5rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.instance-5 > .wrapper {
  max-width: var(--width);
  width: 100%;
}
.container-component.instance-5.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-5.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-5.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-5.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
.container-component.instance-5.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}
.container-component.instance-5.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > *
  > *:first-child {
  margin-top: 0 !important;
}
.container-component.instance-5.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
.container-component.instance-5.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-5.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-5.default
  > .wrapper
  > .inner
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-5.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container-component.instance-5.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > div
  > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > div
  > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-5.columns > .wrapper > .inner > div:first-child,
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > div:first-child
  > .full:first-child {
  border-top-left-radius: inherit;
}
.container-component.instance-5.columns > .wrapper > .inner > div:last-child,
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > div:last-child
  > .full:first-child {
  border-top-right-radius: inherit;
}
.container-component.instance-5.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.container-component.instance-5.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-5.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}
.list-component {
  display: block;
}
.list-component > ul,
.list-component > ol {
  display: inline-block;
  max-width: 100%;
  text-align: var(--site-language-alignment);
  vertical-align: middle;
}
.list-component > ul > li,
.list-component > ol > li {
  direction: var(--site-language-direction);
  display: flex;
  position: relative;
}
.list-component > ul > li::before,
.list-component > ol > li::before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  font-variant: normal !important;
  letter-spacing: 0 !important;
  order: 1;
  position: relative;
}
.list-component > ul > li::after,
.list-component > ol > li::after {
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
  pointer-events: none;
}
.list-component > ul > li > p,
.list-component > ol > li > p {
  flex-grow: 1;
  flex-shrink: 1;
  order: 3;
}
.list-component > ul > li:first-child,
.list-component > ol > li:first-child {
  margin-top: 0 !important;
}
.list-component.instance-1 {
  color: rgba(74, 74, 74, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.list-component.instance-1 a {
  text-decoration: underline;
}
.list-component.instance-1 a:hover {
  text-decoration: none;
}
.list-component.instance-1 ul {
  width: 100%;
  padding-top: 0rem;
}
.list-component.instance-1 ul > li {
  margin-top: 0.5rem;
}
.list-component.instance-1 ul > li::after {
  width: 0.65625rem;
}
.list-component.instance-1 ul > li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M39.4%2C11.2c0%2C.4-.2.7-.5%2C1l-22.8%2C22.8c-.2.2-.6.6-1.1.6h0c-.5%2C0-.8-.2-.9-.4h-.1c0-.1-12.8-12.9-12.8-12.9-.6-.6-.5-1.6.1-2.4h0c0-.1%2C2.4-2.5%2C2.4-2.5.5-.5%2C1.1-.7%2C1.6-.7.4%2C0%2C.7.2%2C1%2C.5l8.8%2C8.7L33.8%2C7c.6-.6%2C1.6-.5%2C2.4%2C0h.1c0%2C0%2C2.4%2C2.5%2C2.4%2C2.5.5.5.7%2C1.1.7%2C1.6Z%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3C%2Fsvg%3E");
  border-radius: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  height: 0.75rem;
  margin-top: 0.390625rem;
  min-width: 0.75rem;
  padding: 0 0.09375rem;
  text-align: center;
  background-color: #047832;
  line-height: calc(0.75rem - 1px);
}
.list-component.instance-2 {
  color: rgba(74, 74, 74, 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.625;
  font-weight: 400;
}
.list-component.instance-2 a {
  text-decoration: underline;
}
.list-component.instance-2 a:hover {
  text-decoration: none;
}
.list-component.instance-2 ul {
  width: 100%;
  padding-top: 0rem;
}
.list-component.instance-2 ul > li {
  margin-top: 0.5rem;
}
.list-component.instance-2 ul > li::after {
  width: 0.65625rem;
}
.list-component.instance-2 ul > li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M39.4%2C11.2c0%2C.4-.2.7-.5%2C1l-22.8%2C22.8c-.2.2-.6.6-1.1.6h0c-.5%2C0-.8-.2-.9-.4h-.1c0-.1-12.8-12.9-12.8-12.9-.6-.6-.5-1.6.1-2.4h0c0-.1%2C2.4-2.5%2C2.4-2.5.5-.5%2C1.1-.7%2C1.6-.7.4%2C0%2C.7.2%2C1%2C.5l8.8%2C8.7L33.8%2C7c.6-.6%2C1.6-.5%2C2.4%2C0h.1c0%2C0%2C2.4%2C2.5%2C2.4%2C2.5.5.5.7%2C1.1.7%2C1.6Z%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3C%2Fsvg%3E");
  border-radius: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  height: 0.75rem;
  margin-top: 0.390625rem;
  min-width: 0.75rem;
  padding: 0 0.09375rem;
  text-align: center;
  background-color: #047832;
  line-height: calc(0.75rem - 1px);
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
  html {
    font-size: 14pt;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 14pt;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
  html {
    font-size: 12pt;
  }
}
@media (max-width: 736px) {
  html {
    font-size: 11pt;
  }
  .site-main > .inner {
    --padding-horizontal: 1.25rem;
    --padding-vertical: 3.5rem;
    --spacing: 1.625rem;
  }
  .buttons-component.instance-1 {
    gap: 0.75rem;
  }
  .buttons-component.instance-1 > li > a {
    letter-spacing: 0rem;
    font-size: 0.875em;
  }
  .buttons-component.instance-1 > li > a > svg {
    width: 1em;
  }
  .buttons-component.instance-3 {
    gap: 0.75rem;
  }
  .buttons-component.instance-3 > li > a {
    letter-spacing: 0rem;
    font-size: 1.125em;
  }
  .buttons-component.instance-2 {
    gap: 0.75rem;
  }
  .buttons-component.instance-2 > li > a {
    letter-spacing: 0rem;
    font-size: 1.125em;
  }
  .buttons-component.instance-7 {
    gap: 0.75rem;
  }
  .buttons-component.instance-7 > li > a {
    letter-spacing: 0rem;
    font-size: 0.875em;
  }
  .buttons-component.instance-5 {
    gap: 0.75rem;
  }
  .buttons-component.instance-5 > li > a {
    letter-spacing: 0rem;
    font-size: 0.875em;
  }
  .buttons-component.instance-6 {
    gap: 0.75rem;
  }
  .buttons-component.instance-6 > li > a {
    letter-spacing: 0rem;
    font-size: 0.875em;
  }
  .buttons-component.instance-4 {
    gap: 0.75rem;
  }
  .buttons-component.instance-4 > li > a {
    letter-spacing: 0rem;
    font-size: 0.875em;
  }
  .text-component.instance-6 {
    letter-spacing: -0.04375rem;
    width: 100%;
    font-size: 2.125em;
    line-height: 1.5;
  }
  .text-component.instance-8 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.875em;
    line-height: 1.5;
  }
  .text-component.instance-12 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-5 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.625;
  }
  .text-component.instance-16 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-3 {
    letter-spacing: -0.04375rem;
    width: 100%;
    font-size: 2.25em;
    line-height: 1.5;
  }
  .text-component.instance-9 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-17 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.875em;
    line-height: 1.5;
  }
  .text-component.instance-19 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-2 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-1 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.875em;
    line-height: 1.5;
  }
  .text-component.instance-7 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-13 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-14 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.875em;
    line-height: 1.5;
  }
  .text-component.instance-15 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-4 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-18 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.875em;
    line-height: 1.5;
  }
  .text-component.instance-11 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.75em;
    line-height: 1.5;
  }
  .text-component.instance-20 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .text-component.instance-22 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.75em;
    line-height: 1.625;
  }
  .text-component.instance-10 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 2.5;
  }
  .text-component.instance-21 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 0.75em;
    line-height: 1.625;
  }
  .divider-component.instance-5::before {
    width: 84rem;
  }
  .divider-component.instance-10::before {
    width: 84rem;
  }
  .container-component.instance-1:not(:last-child) {
    margin-bottom: 1.40625rem !important;
  }
  .container-component.instance-1 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 3.5rem;
  }
  .container-component.instance-1.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .container-component.instance-1.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }
  .container-component.instance-1.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  .container-component.instance-1.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }
  .container-component.instance-1.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  .container-component.instance-1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div
    > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div
    > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  .container-component.instance-1.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    height: auto;
    position: relative;
    width: auto;
  }
  .container-component.instance-3:not(:last-child) {
    margin-bottom: 1.40625rem !important;
  }
  .container-component.instance-3 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 2.625rem;
    --spacing: 0.875rem;
  }
  .container-component.instance-3.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .container-component.instance-3.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }
  .container-component.instance-3.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  .container-component.instance-3.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }
  .container-component.instance-3.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  .container-component.instance-3.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div
    > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div
    > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  .container-component.instance-3.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    height: auto;
    position: relative;
    width: auto;
  }
  .container-component.instance-2:not(:last-child) {
    margin-bottom: 1.40625rem !important;
  }
  .container-component.instance-2 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 2.625rem;
    --spacing: 0.875rem;
  }
  .container-component.instance-2.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .container-component.instance-2.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }
  .container-component.instance-2.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  .container-component.instance-2.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }
  .container-component.instance-2.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  .container-component.instance-2.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div
    > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div
    > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  .container-component.instance-2.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    height: auto;
    position: relative;
    width: auto;
  }
  .container-component.instance-4:not(:last-child) {
    margin-bottom: 1.40625rem !important;
  }
  .container-component.instance-4 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 2.625rem;
    --spacing: 1.5rem;
  }
  .container-component.instance-4.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .container-component.instance-4.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }
  .container-component.instance-4.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  .container-component.instance-4.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }
  .container-component.instance-4.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  .container-component.instance-4.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div
    > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div
    > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  .container-component.instance-4.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    height: auto;
    position: relative;
    width: auto;
  }
  .container-component.instance-5:not(:last-child) {
    margin-bottom: 1.40625rem !important;
  }
  .container-component.instance-5 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 2.625rem;
    --spacing: 1.5rem;
  }
  .container-component.instance-5.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .container-component.instance-5.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }
  .container-component.instance-5.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  .container-component.instance-5.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }
  .container-component.instance-5.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  .container-component.instance-5.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div
    > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div
    > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:first-of-type,
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:last-of-type,
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  .container-component.instance-5.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    height: auto;
    position: relative;
    width: auto;
  }
  .list-component.instance-1 {
    letter-spacing: 0rem;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .list-component.instance-1 ul {
    padding-top: 0rem;
  }
  .list-component.instance-1 ul > li::after {
    width: 0.65625rem;
  }
  .list-component.instance-1 ul > li::before {
    height: 0.75rem;
    min-width: 0.75rem;
    padding: 0 0.09375rem;
    margin-top: 0.390625rem;
  }
  .list-component.instance-2 {
    letter-spacing: 0rem;
    font-size: 0.875em;
    line-height: 1.625;
  }
  .list-component.instance-2 ul {
    padding-top: 0rem;
  }
  .list-component.instance-2 ul > li::after {
    width: 0.65625rem;
  }
  .list-component.instance-2 ul > li::before {
    height: 0.75rem;
    min-width: 0.75rem;
    padding: 0 0.09375rem;
    margin-top: 0.390625rem;
  }
}
@media (max-width: 480px) {
  .site-main > .inner {
    --spacing: 1.421875rem;
  }
  .buttons-component.instance-1 > li > a {
    width: 14.75rem;
  }
  .buttons-component.instance-3 > li > a {
    width: 30rem;
  }
  .buttons-component.instance-2 > li > a {
    width: 30rem;
  }
  .buttons-component.instance-7 > li > a {
    width: 10.5rem;
  }
  .buttons-component.instance-5 > li > a {
    width: 30rem;
  }
  .buttons-component.instance-6 > li > a {
    width: 30rem;
  }
  .buttons-component.instance-4 > li > a {
    width: 10.5rem;
  }
  .container-component.instance-3 > .wrapper > .inner {
    --spacing: 0.765625rem;
  }
  .container-component.instance-2 > .wrapper > .inner {
    --spacing: 0.765625rem;
  }
  .container-component.instance-4 > .wrapper > .inner {
    --spacing: 1.3125rem;
  }
  .container-component.instance-5 > .wrapper > .inner {
    --spacing: 1.3125rem;
  }
}
@media (max-width: 360px) {
  .site-main > .inner {
    --padding-horizontal: 0.9375rem;
    --padding-vertical: 2.625rem;
    --spacing: 1.21875rem;
  }
  .buttons-component.instance-1 {
    gap: 0.5625rem;
  }
  .buttons-component.instance-3 {
    gap: 0.5625rem;
  }
  .buttons-component.instance-2 {
    gap: 0.5625rem;
  }
  .buttons-component.instance-7 {
    gap: 0.5625rem;
  }
  .buttons-component.instance-5 {
    gap: 0.5625rem;
  }
  .buttons-component.instance-6 {
    gap: 0.5625rem;
  }
  .buttons-component.instance-4 {
    gap: 0.5625rem;
  }
  .text-component.instance-6 {
    font-size: 2em;
  }
  .text-component.instance-8 {
    font-size: 1.5em;
  }
  .text-component.instance-12 {
    font-size: 0.875em;
  }
  .text-component.instance-5 {
    font-size: 1em;
  }
  .text-component.instance-16 {
    font-size: 0.875em;
  }
  .text-component.instance-3 {
    font-size: 2em;
  }
  .text-component.instance-9 {
    font-size: 0.875em;
  }
  .text-component.instance-17 {
    font-size: 1.5em;
  }
  .text-component.instance-19 {
    font-size: 0.875em;
  }
  .text-component.instance-2 {
    font-size: 0.875em;
  }
  .text-component.instance-1 {
    font-size: 1.5em;
  }
  .text-component.instance-7 {
    font-size: 0.875em;
  }
  .text-component.instance-13 {
    font-size: 0.875em;
  }
  .text-component.instance-14 {
    font-size: 1.5em;
  }
  .text-component.instance-15 {
    font-size: 0.875em;
  }
  .text-component.instance-4 {
    font-size: 0.875em;
  }
  .text-component.instance-18 {
    font-size: 1.5em;
  }
  .text-component.instance-11 {
    font-size: 1.5em;
  }
  .text-component.instance-20 {
    font-size: 0.875em;
  }
  .text-component.instance-22 {
    font-size: 0.75em;
  }
  .text-component.instance-10 {
    font-size: 0.875em;
  }
  .text-component.instance-21 {
    font-size: 0.75em;
  }
  .container-component.instance-1 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 2.625rem;
  }
  .container-component.instance-3 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1.96875rem;
    --spacing: 0.65625rem;
  }
  .container-component.instance-2 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1.96875rem;
    --spacing: 0.65625rem;
  }
  .container-component.instance-4 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1.96875rem;
    --spacing: 1.125rem;
  }
  .container-component.instance-5 > .wrapper > .inner {
    --gutters: 1.5rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1.96875rem;
    --spacing: 1.125rem;
  }
  .list-component.instance-1 {
    font-size: 0.875em;
  }
  .list-component.instance-1 ul {
    padding-top: 0rem;
  }
  .list-component.instance-1 ul > li::after {
    width: 0.65625rem;
  }
  .list-component.instance-1 ul > li::before {
    margin-top: 0.390625rem;
  }
  .list-component.instance-2 {
    font-size: 0.875em;
  }
  .list-component.instance-2 ul {
    padding-top: 0rem;
  }
  .list-component.instance-2 ul > li::after {
    width: 0.65625rem;
  }
  .list-component.instance-2 ul > li::before {
    margin-top: 0.390625rem;
  }
}

/* --- block 2 --- */
#nxOnlineCard {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(20, 45, 39, 0.06);
  border-radius: 34px;
  box-shadow:
    0 2px 8px rgba(15, 23, 42, 0.03),
    0 18px 40px rgba(15, 23, 42, 0.07);
  font-family: "Inter", sans-serif;
  transition: 0.35s ease;
}
#nxOnlineCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.09);
}
.nx-online-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  min-width: 0;
}
.nx-online-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #d7ff52;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nx-online-icon svg {
  width: 22px;
  height: 22px;
  color: #143d34;
}
.nx-online-text {
  flex: 1;
  min-width: 0;
}
.nx-online-label {
  display: block;
  margin-bottom: 2px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #8a909b;
}
.nx-online-text h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  color: #143d34;
  white-space: nowrap;
}
.nx-online-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 999px;
  background: #eafbf5;
  flex-shrink: 0;
}
.nx-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #007a57;
}
.nx-status-text {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #143d34;
  white-space: nowrap;
}

/* --- block 3 --- */
#nxEstimator {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(20, 45, 39, 0.06);
  border-radius: 30px;
  padding: 34px;
  box-shadow:
    0 2px 8px rgba(15, 23, 42, 0.03),
    0 14px 36px rgba(15, 23, 42, 0.06);
  font-family: "Inter", sans-serif;
}
#nxEstimator * {
  box-sizing: border-box;
}
.nx-est-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #9a9faa;
}
.nx-est-header svg {
  width: 17px;
  height: 17px;
  color: #9a9faa;
}
.nx-est-header span {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.nx-control {
  margin-bottom: 20px;
}
.nx-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.nx-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #143d34;
}
.nx-value {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #143d34;
}
.nx-range {
  width: 100%;
  height: 8px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #123f33 0%,
    #123f33 var(--progress, 50%),
    #ececec var(--progress, 50%),
    #ececec 100%
  );
  outline: none;
}
.nx-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #123f33;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.nx-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #123f33;
  cursor: pointer;
}
.nx-package-title {
  margin-top: 2px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #9a9faa;
}
.nx-package-wrap {
  display: flex;
  gap: 16px;
}
.nx-package {
  border: none;
  border-radius: 18px;
  padding: 16px 20px;
  background: #f2f4f7;
  color: #4d5562;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}
.nx-package.active {
  background: #123f33;
  color: #fff;
}
.nx-package:hover {
  transform: translateY(-2px);
}

/* --- block 4 --- */
#nxSteps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-family: "Inter", sans-serif;
}
#nxSteps * {
  box-sizing: border-box;
}
.nx-card {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(20, 45, 39, 0.06);
  border-radius: 30px;
  padding: 28px;
  box-shadow:
    0 2px 8px rgba(15, 23, 42, 0.03),
    0 12px 30px rgba(15, 23, 42, 0.06);
  transition: 0.35s ease;
}
.nx-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}
.nx-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
}
.nx-icon {
  width: 50px;
  height: 50px;
  border-radius: 22px;
  background: #faf8f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #143d34;
  transition: 0.35s;
}
.nx-card:hover .nx-icon {
  transform: scale(1.05);
}
.nx-icon svg {
  width: 20px;
  height: 20px;
}
.nx-number {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #f3f4f6;
  user-select: none;
}
.nx-card h3 {
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #163d34;
}
.nx-card p {
  margin: 0;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
  color: #747b86;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- block 5 --- */
#nxFAQ {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-family: "Inter", sans-serif;
}
#nxFAQ * {
  box-sizing: border-box;
}
.nx-faq-item {
  background: #fff;
  border: 1px solid rgba(18, 45, 40, 0.06);
  border-radius: 22px;
  box-shadow:
    0 2px 8px rgba(16, 24, 40, 0.03),
    0 10px 24px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  transition: 0.3s ease;
}
.nx-faq-item:hover {
  transform: translateY(-2px);
}
.nx-faq-question {
  width: 100%;
  padding: 26px 28px 20px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  text-align: left;
  color: #163d34;
}
.nx-faq-question span:first-child {
  flex: 1;
  padding-right: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.nx-faq-icon {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #163d34;
  line-height: 1;
  transition: 0.25s ease;
}
.nx-faq-answer {
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.35s ease;
}
.nx-faq-answer-inner {
  padding: 0 28px 28px;
  color: #757c87;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.85;
  text-align: left;
}
.nx-faq-item.closed .nx-faq-answer {
  max-height: 0;
}
.nx-faq-item.closed .nx-faq-answer-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.nx-faq-item.closed .nx-faq-icon {
  content: "+";
}
