:root {
  --fz-html: 50%;
  --fz-base: 2.4rem;
  --fw-base: 400;
  --lh-base: 1.25;
  --ff-base: "PP Telegraf", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --c-black: #000;
  --c-blue: #3772ff;
  --c-white: #ffffff;
  --c-coconut: #f2eee7;
  --c-ice: #c5ecef;
  --c-blueberry: #145bff;
  --c-blackberry: #0b043a;
  --c-salmon: #fa9ea0;
  --c-red-pepper: #ea0606;
  --c-cherry: #630618;
  --c-mint: #adebcc;
  --c-apple: #33cc80;
  --c-broccoli: #145233;
  --c-peach: #fcc49c;
  --c-tangerine: #f96b06;
  --c-cinnamon: #ae4b04;
  --c-lavender: #f0a8f0;
  --c-grape: #c322c3;
  --c-plum: #6c136c;
  --c-platinum: #e4e7e5;
  --c-aluminium: #afb6b2;
  --c-steel: #6d7873;
  --c-zinc: #303633;
  --c-success-broccoli: #33cc80;
  --c-success-mint: #adebcc;
  --c-warning-cinnamon: #ae4b04;
  --c-warning-peach: #fcc49c;
  --c-error-red-pepper: #ea0606;
  --c-error-salmon: #fce9ea;
  --c-red: #f93636;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

@font-face {
  font-family: "PP Telegraf";
  src: url("https://jbtmarel.com/media/jb1fsgys/pptelegraf-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Telegraf";
  src: url("https://jbtmarel.com/media/gj5nltwd/pptelegraf-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: var(--fz-html);
}

body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-blackberry);
}

@media (max-width: 1023px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}

a[href^=tel] {
  text-decoration: none;
}

*:focus,
*:focus-visible {
  outline: 2px solid var(--c-blue);
  outline-offset: 2px;
}

.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
  line-height: 1.5;
  font-weight: 400;
}

.level-1,
h1 {
  font-size: 5.6rem;
  color: var(--c-black);
  line-height: 1.1;
}

@media (max-width: 1023px) {
  .level-1,
  h1 {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .level-1,
  h1 {
    font-size: 3.8rem;
  }
}

.level-2,
h2 {
  font-size: 4.8rem;
  color: var(--c-black);
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .level-2,
  h2 {
    font-size: 4.2rem;
  }
}

@media (max-width: 767px) {
  .level-2,
  h2 {
    font-size: 3.4rem;
  }
}

.level-3,
h3 {
  font-size: 4rem;
}

@media (max-width: 1199px) {
  .level-3,
  h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .level-3,
  h3 {
    font-size: 3.2rem;
  }
}

.level-4,
h4 {
  font-size: 3.2rem;
}

@media (max-width: 1199px) {
  .level-4,
  h4 {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .level-4,
  h4 {
    font-size: 2.4rem;
  }
}

.level-5,
h5 {
  font-size: 2.4rem;
}

@media (max-width: 1023px) {
  .level-5,
  h5 {
    font-size: 2rem;
  }
}

.level-6,
h6 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--c-blackberry);
}

@media (max-width: 767px) {
  .level-6,
  h6 {
    font-size: 1.6rem;
  }
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

.heading-lg,
.hero h1,
.left-column-intro h1 {
  font-size: 6.4rem;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .heading-lg,
  .hero h1,
  .left-column-intro h1 {
    font-size: 6rem;
  }
}

@media (max-width: 1023px) {
  .heading-lg,
  .hero h1,
  .left-column-intro h1 {
    font-size: 4.8rem;
  }
}

@media (max-width: 767px) {
  .heading-lg,
  .hero h1,
  .left-column-intro h1 {
    font-size: 3.6rem;
  }
}

.heading-md {
  font-size: 5.4rem;
}

.body-xl,
.body-lg h2  {
  font-size: 2.6rem;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .body-xl,
  .body-lg h2  {
    font-size: 2.2rem;
  }
}

.body-lg {
  font-size: 2.4rem;
}

@media (max-width: 1023px) {
  .body-lg {
    font-size: 2rem;
  }
}

.body-md {
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  .body-md {
    font-size: 1.6rem;
  }
}

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

[hidden],
.hidden {
  display: none !important;
}

[disabled],
.disabled {
  cursor: default;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

.box-quote {
  background-color: var(--c-white);
}

.box-quote .box__inner {
  display: flex;
}

@media (max-width: 767px) {
  .box-quote .box__inner {
    display: block;
  }
}

.box-quote .box__content,
.box-quote .box__image {
  flex: 0 0 50%;
}

.box-quote .box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-quote .box__content {
  padding-block: 4.8rem 3rem;
  padding-inline: 7.8rem 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .box-quote .box__content {
    padding-inline: 2rem;
  }
}

.box-quote .box__blockquote {
  margin-bottom: 8.6rem;
}

@media (max-width: 1023px) {
  .box-quote .box__blockquote {
    margin-bottom: 6rem;
  }
}

.box-quote .btn {
  margin-top: auto;
}

.btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2rem;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: var(--c-blue);
  border: 2px solid var(--c-blue);
  border-radius: 0 0 1.6rem 0;
  padding: 0.9rem 1.3rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--c-white);
  transition: color 0.3s, background-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: transparent;
    color: var(--c-blue);
  }
  .btn:hover path {
    fill: var(--c-blue);
  }
}

.btn svg {
  margin-top: 2px;
  transition: transform 0.3s ease;
}

.btn:hover svg {
  transform: translateX(2px);
}

.btn:focus svg,
.btn:active svg {
  transform: translateX(2px);
}

.btn path {
  transition: fill 0.3s;
}

.btn--block {
  display: block;
  padding-inline: 0;
}

.btn--outline {
  background-color: transparent;
  border-color: var(--c-blackberry);
  color: var(--c-blackberry);
}

@media (hover: hover) and (pointer: fine) {
  .btn--outline:hover {
    background-color: var(--c-blackberry);
    color: var(--c-white);
  }
}

.card {
  background-color: var(--c-coconut);
  display: block;
  text-decoration: none;
  font-weight: 400;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover .card__link {
    color: var(--c-blackberry);
  }
}

.card .card__image {
  aspect-ratio: 571/261;
}

@media (max-width: 1399px) {
  .card .card__image {
    aspect-ratio: 453/261;
  }
}

.card .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .card__content {
  padding-block: 2.4rem 2.8rem;
  padding-inline: 4rem 6rem;
}

@media (max-width: 1399px) {
  .card .card__content {
    padding-inline: 3rem;
  }
}

@media (max-width: 1023px) {
  .card .card__content {
    padding-inline: 2rem;
  }
}

.card .card__meta {
  display: inline-block;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--c-blue);
  font-size: 1.8rem;
  margin-bottom: 2.8rem;
}

@media (max-width: 1023px) {
  .card .card__meta {
    margin-bottom: 1.6rem;
    padding-bottom: 0.4rem;
  }
}

.card .card__content p {
  margin-bottom: 2.4rem;
}

.card h5 {
  line-height: 1.19;
  margin-bottom: 5.6rem;
}

@media (max-width: 1399px) {
  .card h5 {
    margin-bottom: 3rem;
  }
}

.card .card__link {
  transition: color 0.4s;
}

.checkbox {
  --padding-left: 3.8rem;
  position: relative;
  font-size: 1.6rem;
}

.checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  appearance: none;
  user-select: none;
}

.checkbox input:checked + label:after {
  opacity: 1;
}

.checkbox input:focus + label:before {
  outline: 2px solid var(--c-blue);
  outline-offset: 2px;
}

.checkbox label {
  display: block;
  text-align: left;
  padding-left: var(--padding-left);
  position: relative;
}

.checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--c-blackberry);
}

.checkbox label:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.7rem;
  width: 0.5rem;
  height: 0.9rem;
  border-bottom: 2px solid var(--c-blackberry);
  border-right: 2px solid var(--c-blackberry);
  transform: rotate(45deg);
  opacity: 0;
}

.checkbox span {
  display: inline-block;
  margin-top: 0.6rem;
  padding-left: var(--padding-left);
  padding-right: 5rem;
}

.field, .select select {
  width: 100%;
  border: 1px solid var(--c-blackberry);
  height: 5.3rem;
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  transition: background-color 0.3s;
  border-radius: 0;
}

.field:focus, .select select:focus {
  border-color: var(--c-blue);
  outline: none;
}

.field.filled, .select select.filled {
  background-color: var(--c-white);
}

.field--textarea {
  height: 11.5rem;
  resize: none;
}

.footer {
  background-color: var(--c-blackberry);
  color: var(--c-coconut);
  padding-block: 7rem 3rem;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .footer {
    padding-block: 5rem;
  }
}

.footer .footer__inner {
  display: flex;
  gap: 2rem;
  margin-bottom: 10.3rem;
}

@media (max-width: 1023px) {
  .footer .footer__inner {
    display: block;
  }
}

.footer .footer__logo {
  margin-right: 9.2rem;
  margin-top: 1rem;
  max-width: 21rem;
}

@media (max-width: 1023px) {
  .footer .footer__logo {
    margin-bottom: 4rem;
  }
}

.footer .footer__cols {
  display: flex;
  margin: 0 -5.4rem;
}

@media (max-width: 767px) {
  .footer .footer__cols {
    display: block;
  }
}

.footer .footer__col {
  padding: 0 5.4rem;
}

@media (max-width: 767px) {
  .footer .footer__col + .footer__col {
    margin-top: 2rem;
  }
}

.footer .footer__col h6 {
  color: #f2eee7;
  margin-bottom: 1.5rem;
}

.footer .footer__foot {
  color: var(--c-blue);
  text-align: right;
}

@media (max-width: 1023px) {
  .footer .footer__foot {
    text-align: center;
  }
}

.footer .footer__contact {
  font-size: 1.9rem;
}

.footer .footer__contact p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.footer .footer__contact a {
  text-decoration: none;
  transition: color 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .footer .footer__contact a:hover {
    color: var(--c-blue);
  }
}

.footer .footer__foot {
  font-size: 1.6rem;
  max-width: 162.4rem;
}

.form .form__head {
  margin-bottom: 5.4rem;
}

@media (max-width: 1023px) {
  .form .form__head {
    margin-bottom: 3rem;
  }
}

.form .form__subtitle {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .form .form__subtitle {
    font-size: 2rem;
  }
}

.form .form__head h6 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .form .form__head h6 {
    font-size: 2.2rem;
  }
}

.form .form__row + .form__row {
  margin-top: 1.9rem;
}

@media (max-width: 1023px) {
  .form .form__row + .form__row {
    margin-top: 1.6rem;
  }
}

.form .form__cols {
  display: flex;
  margin: 0 -1.2rem;
}

@media (max-width: 1199px) {
  .form .form__cols {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.form .form__col {
  flex: 1;
  padding: 0 1.2rem;
}

.form .form__label,
.form .form__error {
  font-size: 1.7rem;
  display: inline-block;
  padding-left: 0.6rem;
}

.form .form__label {
  padding-right: 0.4rem;
  margin-bottom: 0.8rem;
}

.form .form__error {
  color: var(--c-red);
}

.form .form__error{
  display: none;
}

.form .form__controls.invalid .form__label {
  color: var(--c-red);
}

.form .form__controls.invalid .field, .form .form__controls.invalid .select select, .select .form .form__controls.invalid select {
  border-color: var(--c-red);
}

.form .form__controls.invalid .form__error {
  display: inline-block;;
}

.form .form__body {
  margin-bottom: 4rem;
}

.form .form__btn {
  font-size: 2rem;
  padding-inline: 1.6rem;
  padding-block: 1rem;
  gap: 1.3rem;
}

.form form.is-loading {
  position: relative;
}

.form form.is-loading .form__head,
.form form.is-loading .form__body,
.form form.is-loading .form__actions {
  pointer-events: none;
  opacity: 0.5;
}

.form form.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border: 4px solid var(--c-blackberry);
  border-top-color: var(--c-white);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

.form--alt .form__head {
  margin-bottom: 3.8rem;
}

.form--alt .btn {
  font-size: 1.8rem;
  padding-inline: 1.2rem;
}

.grid-flex {
  --grid-gutter: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
  row-gap: 3rem;
}

.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}

.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}

.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}

@media (max-width: 767px) {
  .grid-flex .grid__col--1of3 {
    --grid-cols: 2;
  }
}

@media (max-width: 574px) {
  .grid-flex .grid__col--1of3 {
    --grid-cols: 1;
  }
}

.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}

.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}

.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}

.grid {
  --grid-cols: 1;
  --grid-gutter: 4.8rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}

@media (max-width: 1399px) {
  .grid {
    --grid-gutter: 3.2rem;
  }
}

.grid--size-1of2 {
  --grid-cols: 2;
}

.grid--size-1of3 {
  --grid-cols: 3;
}

@media (max-width: 1023px) {
  .grid--size-1of3 {
    --grid-cols: 2;
  }
}

@media (max-width: 574px) {
  .grid--size-1of3 {
    --grid-cols: 1;
  }
}

.grid--size-1of4 {
  --grid-cols: 4;
}

.grid--size-1of5 {
  --grid-cols: 5;
}

.grid--size-1of6 {
  --grid-cols: 6;
}

.header {
  background-color: var(--c-blue);
  position: relative;
  padding-block: 3rem;
}

@media (max-width: 1399px) {
  .header {
    padding-block: 2rem;
  }
}

.header .header__logo {
  display: inline-block;
  max-width: 20rem;
}

@media (max-width: 767px) {
  .header .header__logo {
    max-width: 16rem;
  }
}

.header .header__logo img {
  width: 100%;
  object-fit: contain;
}

.hero {
  background-color: var(--c-blackberry);
  overflow: hidden;
}

.hero--light {
  background-color: var(--c-coconut);
}

.hero .hero__inner {
  position: relative;
  isolation: isolate;
  max-width: 180rem;
  margin: 0 auto;
  padding-block: 6rem 4rem;
  background-color: var(--c-coconut);
}

@media (max-width: 1023px) {
  .hero .hero__inner {
    padding-block: 10rem;
  }
}

.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero_light_overlay .hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5), 
    rgba(0, 0, 0, 0)          
  );
  z-index: 1;
}

.hero_dark_overlay .hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5), 
    rgba(0, 0, 0, 0)          
  );
  z-index: 1;
}

.hero .hero__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
}

.hero .hero__head {
  margin-bottom: 5.2rem;
}

@media (max-width: 1023px) {
  .hero .hero__head {
    margin-bottom: 3rem;
  }
}

.hero .hero__content {
  max-width: 76rem;
  padding-right: 4rem;
}

.hero .hero__body {
  margin-bottom: 5.2rem;
  font-size: 2.8rem;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .hero .hero__body {
    font-size: 2.6rem;
  }
}

@media (max-width: 1023px) {
  .hero .hero__body {
    font-size: 2.4rem;
  }
}

.hero h1 {
  margin-bottom: 0.9rem;
  margin-bottom: 2.2rem;
  margin-left: -0.6rem;
}

.hero h2 {
  font-size: 2.7rem;
  font-weight: 600;
  color: var(--c-blackberry);
}

@media (max-width: 767px) {
  .hero h2 {
    font-size: 2.2rem;
  }
}

.hero .hero__btn {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.hero--full-width .hero__image {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.hero .hero__image--sm {
  width: 40%;
  right: 0;
  left: auto;
}

.hero .hero__image--sm img {
  object-position: left;
}

.link {
  text-decoration: none;
  display: inline-flex;
  gap: 0.2rem;
  color: var(--c-blue);
  font-size: 2rem;
  font-weight: 400;
}

.module-blockquote {
  font-size: 1.9rem;
}

.module-blockquote figure {
  margin-bottom: 3.2rem;
  max-width: 3.8rem;
}

.module-blockquote blockquote {
  font-size: 3.3rem;
  line-height: 1.2;
  margin-bottom: 2.6rem;
}

@media (max-width: 1023px) {
  .module-blockquote blockquote {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .module-blockquote blockquote {
    font-size: 2.2rem;
  }
}

.module-feature {
  color: var(--c-blue);
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .module-feature {
    font-size: 1.8rem;
  }
}

.module-feature .module__icon {
  margin-bottom: 3.5rem;
  min-height: 8.5rem;
}

.module-media-content {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .module-media-content {
    display: block;
  }
}

.module-media-content .module__content,
.module-media-content .module__media {
  flex: 0 0 50%;
}

.module-media-content .module__content {
  padding-block: 2rem;
  padding-right: 2rem;
  padding-left: 2rem; /* VLT */
  line-height: 1.2;
}

.module-media-content .module-media-content--reversed {
  padding-left: 0rem; /* VLT */
}

@media (max-width: 1399px) {
  .module-media-content .module__content {
    padding-block: 5rem;
    padding-right: 4rem;
    padding-left: 4rem; /* VLT */
  }
  .module-media-content .module-media-content--reversed {
    padding-left: 0rem; /* VLT */
  }
}

@media (max-width: 1023px) {
  .module-media-content .module__content {
    padding-block: 3rem;
    padding-right: 3rem;
    padding-left: 3rem; /* VLT */
  }
  .module-media-content .module-media-content--reversed {
    padding-left: 0rem; /* VLT */
  }
}

@media (max-width: 767px) {
  .module-media-content .module__content {
    padding-block: 4rem;
    padding-right: 0;
    padding-left: 0; /* VLT */
  }
  .module-media-content .module-media-content--reversed {
    padding-left: 0rem; /* VLT */
  }
}

.module-media-content .module__content p {
  margin-bottom: 5rem;
}

.section--info .module-media-content h2 {
  margin-bottom: 0.6rem;
  line-height: 1;
  font-size: 4rem;
}

@media (max-width: 1199px) {
  .section--info .module-media-content h2 {
    font-size: 3.2rem;
  }
}

.section--info .module-media-content h3 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
}

.section--table {
  overflow: visible;
}

.module-media-content .module__title {
  margin-bottom: 0.6rem;
  line-height: 1;
}

.module-media-content .module__subtitle {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
}


.module-media-content .module__media img {
  width: 100%;
}

.module-media-content .module__media iframe {
  aspect-ratio: 3/2;
  /*padding-right: 5.4rem; VLT */
}

.module-media-content--reversed {
  flex-direction: row-reverse;
}

.module-media-content--reversed .module__content {
  margin-right: auto;
  padding-bottom: 6rem;
}

.module-media-content--reversed .module__media iframe {
  padding-right: 0;
}

.module-stat {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.module-stat h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-bottom: 1px solid var(--c-red);
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
  font-size: 8rem;
}

@media (max-width: 1199px) {
  .module-stat h2 {
    font-size: 6rem;
  }
}

@media (max-width: 1023px) {
  .module-stat h2 {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .module-stat h2 {
    font-size: 4rem;
  }
}

.module-stat h2 img {
  margin-bottom: -1.2rem;
}

@media (max-width: 1199px) {
  .module-stat h2 img {
    margin-bottom: -1rem;
    max-width: 2.6rem;
  }
}

@media (max-width: 1023px) {
  .module-stat h2 img {
    max-width: 2rem;
    margin-bottom: 0;
  }
}

.section-cta {
  background-color: var(--c-coconut);
  padding-block: 5.9rem;
}

.section-cta .section__inner {
  display: flex;
  justify-content: center;
  margin: 0 -2rem;
}

@media (max-width: 1023px) {
  .section-cta .section__inner {
    display: block;
  }
}

.section-cta .section__aside,
.section-cta .section__form {
  padding: 0 2rem;
}

.section-cta .section__aside {
  flex: 1;
}

.section-cta .section__form {
  flex: 0 0 51.3%;
}

.section-cta .section__blockquote {
  max-width: 48.4rem;
  padding-top: 20.6rem;
}

@media (max-width: 1023px) {
  .section-cta .section__blockquote {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .section-cta .section__aside {
    margin-bottom: 2rem;
  }
}

.section-cta .section__image {
  margin-bottom: 3.4rem;
  aspect-ratio: 647/456;
}

@media (max-width: 1023px) {
  .section-cta .section__image {
    margin-bottom: 2rem;
  }
}

.section-cta .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-cta--has-image .section__inner {
  align-items: flex-start;
  margin: 0 -4rem;
}

.section-cta--has-image .section__aside,
.section-cta--has-image .section__form {
  padding: 0 4rem;
}

.section-cta--has-image .section__aside {
  padding-top: 2rem;
}

.section-cta--has-image .section__form {
  flex: 0 0 52.4%;
}

.section-cta--has-image .section__blockquote {
  padding-top: 0;
}

.section-content {
  padding-block: 10rem 15.6rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

@media (max-width: 1299px) { /* VLT - original value: 1199px */
  .section-content,
  .section-form .full-with-form {
    padding-top: 8rem;
    padding: 6.5rem 2rem; /* VLT */
  }
}

@media (max-width: 1023px) {
  .section-content,
  .section-form {
    padding-block: 6rem 15rem;
    padding: 5rem 2rem; /* VLT */
  }
}

.section-form .section__inner {
  display: inline-block; /* VLT - original value: Flex */
  margin-inline: -5rem;
}

.section-content .section-form .section__inner {
  display: inline-block; /* VLT - original value: Flex */
  margin-inline: -2rem 0.2rem;
}

@media (max-width: 1399px) {
  .section-form .section__inner {
    margin-inline: -5rem; /* VLT - original value: -3rem */
  }
}

@media (max-width: 1023px) {
  .section-form .section__inner {
    display: block;
  }
}

.section-form .full-with-form .section__content,
.section-form .full-with-form .section__form {
  padding: 0 5rem;
}

@media (max-width: 1399px) {
  .section-form .section__content,
  .section-form .section__form {
    padding: 0 3rem;
  }
}

.section-form .section__content {
  flex: 0 0 53%;
}

.section-form .section__form {
  flex: 1;
  padding-top: 1.6rem;
  margin-right: -5rem; /* VLT */
}

@media (max-width: 1023px) { /* VLT */
  .section-form .section__form {
    display: inline-block !important;
    margin-inline: -5rem;
  }
}

.section-content .section__content,
.section-form .section__content {
  font-size: 3.2rem;
  line-height: 1.2;
}

@media (max-width: 1399px) {
  .section-form .section__content {
    font-size: 2.8rem;
  }
}

@media (max-width: 1023px) {
  .section-form .section__content {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.section-content .section__content h2,
.section-form .section__content h2 {
  padding-right: 2rem;
  margin-bottom: 2.6rem;
}

@media (max-width: 1399px) {
  .section-content .section__content h2,
  .section-form .section__content h2 {
    padding-right: 0;
  }
}

.section-content .section__decoration,
.section-form .section__decoration {
  position: absolute;
  bottom: -10rem;
  right: 0;
  z-index: -1;
  width: 25vw;
}

@media (max-width: 1599px) {
  .section-content .section__decoration,
  .section-form .section__decoration {
    width: 100%;
    max-width: 51rem;
  }
}

@media (max-width: 1399px) {
  .section-content .section__decoration,
  .section-form .section__decoration {
    max-width: 45rem;
    bottom: -15rem;
  }
}

@media (max-width: 1199px) {
  .section-content .section__decoration,
  .section-form .section__decoration {
    bottom: -27rem;
    max-width: 45rem;
  }
}

@media (max-width: 1023px) {
  .section-content .section__decoration,
  .section-form .section__decoration {
    bottom: -26rem;
    max-width: 44rem;
  }
}

@media (max-width: 767px) {
  .section-content .section__decoration,
  .section-form .section__decoration {
    bottom: -24rem;
    max-width: 42rem;
  }
}

@media (max-width: 574px) {
  .section-content .section__decoration,
  .section-form .section__decoration {
    bottom: -27rem;
  }
}

.section-content .section__decoration img,
.section-form .section__decoration img {
  width: 100%;
  object-fit: contain;
}

.section-content .section__subtitle,
.section-form .section__subtitle,
.left-column-intro h2 {
  font-size: 2.7rem;
  margin-bottom: 2.8rem;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .section-content .section__subtitle,
  .section-form .section__subtitle,
  .left-column-intro h2 {
    font-size: 2rem;
  }
}

/* VLT - Replaced by spacer block
.section-content .section__image,
.section-form .section__image {
  margin-top: 9rem;
}
*/

@media (max-width: 1023px) {
  .section-content .section__image,
  .section-form .section__image {
    margin-top: 3rem;
  }
}

.section-content .section__image iframe,
.section-form .section__image iframe {
  aspect-ratio: 16/9;
}

.section-intro {
  padding-block: 10.4rem 10.2rem;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .section-intro {
    padding-block: 5rem;
  }
}

.section-intro .section__inner {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .section-intro .section__inner {
    display: block;
  }
}

.section-intro .section__content {
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .section-intro .section__content {
    margin-bottom: 4rem;
  }
}

.section-intro .section__content:last-child {
  margin-bottom: 0;
}

.section-intro .section__content p:not(:last-child) {
  margin-bottom: 2.8rem;
}

.section-intro .section__title {
  margin-bottom: 2.8rem;
}

.section-intro .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-intro--has-image .section__inner {
  margin: 0 -2.4rem;
}

.section-intro--has-image .section__content,
.section-intro--has-image .section__image-wrapper {
  flex: 1;
  padding: 0 2.4rem;
}

.section-intro--has-image .section__image-wrapper {
  flex: 0 0 51.5%;
}

.section-intro--has-image .section__image {
  margin-right: -17.6rem;
}

@media (max-width: 1800px) {
  .section-intro--has-image .section__image {
    margin-right: 0;
  }
}

.section-stats {
  padding-block: 0 /* VLT - original value: 11rem 13rem */
  overflow: hidden;
}

/* VLT - Replaced by spacer block
@media (max-width: 1399px) {
  .section-stats {
    padding-block: 8rem;
  }
}

@media (max-width: 1023px) {
  .section-stats {
    padding-block: 6rem;
  }
}*/

.section-stats .section__row--has-padding {
  padding-inline: 4.2rem;
}

.section-stats .section__row + .section__row {
  margin-top: 9.2rem;
}

@media (max-width: 1199px) {
  .section-stats .section__row + .section__row {
    margin-top: 6rem;
  }
}

/* VLT - Replaced by spacer block
.section-stats .section__row:last-child {
  margin-top: 12rem;
}

@media (max-width: 1199px) {
  .section-stats .section__row:last-child {
    margin-top: 6rem;
  }
}
*/

.section-stats .section__stats .grid__col {
  max-width: 28rem;
  margin: 0 auto;
}

.section-stats .section__features .grid__col {
  max-width: 28rem;
  margin: 0 auto;
}

.section {
  background-color: var(--c-coconut);
  padding-block: 4rem;
  overflow: hidden;
}

.section--cards {
  padding-block: 7rem;
  background-color: var(--c-blackberry);
}

@media (max-width: 1023px) {
  .section--cards {
    padding-block: 5rem;
  }
}

.section--info {
  padding-block: 0; /* VLT - original value: 2.2rem 3rem */
  background-color: var(--c-white);
}

.select {
  position: relative;
}

.select:before {
  content: "";
  position: absolute;
  z-index: 4;
  margin: 0;
  top: 1.95rem;
  right: 1.2rem;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid var(--c-blue);
  border-bottom: 2px solid var(--c-blue);
  transform: rotate(45deg);
  pointer-events: none;
}

.select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.shell {
  --shell-max-width: 160.8rem;
  --shell-gutter: 1.5rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}

.shell--fluid {
  max-width: none;
}

.shell--md {
  --shell-max-width: 180rem;
}

.socials ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
}

.socials a {
  text-decoration: none;
  display: block;
}

.wrapper {
  position: relative;
  min-height: 100svh;
  overflow: clip;
}

.full-width-form {
  /*background-color: var(--c-coconut);*/
  padding-block: 5.9rem;
}

.full-width-form .section__inner {
  display: flex;
  justify-content: center;
  margin: 0;
}

@media (max-width: 1023px) {
  .full-width-form .section__inner {
    display: block;
    margin-inline: 0;
  }
}

.full-width-form .section__form {
  padding: 0 2rem;
  flex: 0 0 51.3%;
}

@media (max-width: 1023px) {
  .full-width-form .section__form {
   padding: 0 3rem;
  }
}

.full-width-form .section__image {
  margin-bottom: 3.4rem;
  aspect-ratio: 647/456;
}

@media (max-width: 1023px) {
  .full-width-form .section__image {
    margin-bottom: 2rem;
  }
}

.full-width-form .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stylingblock-content-wrapper{
     margin:0 !important;
    }

@media screen and (max-width: 1023px) {
  tr:has(.responsive-td) {
    display: block; 
  }
  .responsive-td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
  }
}

.spacer__large {
  padding-block: 0;
  margin: 0;
  height: 11rem;
}

@media (max-width: 1399px) {
  .spacer__large {
    height: 8rem;
  }
}

@media (max-width: 1023px) {
  .spacer__large {
    height: 6rem;
  }
}

.spacer__small {
  padding-block: 0;
  margin: 0;
  height: 2.2rem;
}

.section.white-bg {
  background-color: var(--c-white);
}

div .table-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: var(--c-coconut);
}

table .table {
    background-color: var(--c-white);
    color: var(--c-blackberry);
}

.table td,.table th {
    border: 1px solid var(--c-coconut);
    border-width: 0 0 1px;
    padding: .875rem 1.25rem;
    vertical-align: top
}

.white-bg .table td, .white-bg .table th {
    border: 1px solid var(--c-platinum);
}

.table th {
    color: var(--c-blackberry);
    background-color: var(--c-platinum);
}

.table th:not([align]), .table table:not(.table) th:not([align]) {
    text-align: inherit
}

.table thead {
    background-color: transparent
}

.table thead td {
    border-width: 0 0 2px;
    color: var(--c-blackberry);
}

.table tfoot{
    background-color: transparent
}

.table tfoot td {
    border-width: 2px 0 0;
    color: var(--c-blackberry_);
}

.table tbody{
    background-color: transparent
}

.table tbody tr:last-child td {
    border-bottom-width: 0
}

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
}

.table-outer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.6rem; /* spacing between fields */
}

@media (min-width: 768px) {
  .form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form__controls.full-width,
.form__controls.auto-full-width {
  grid-column: 1 / -1; /* Spans all columns */
}

.form .dependentField {
  display: none;
}

.form_version_warning {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--c-warning-cinnamo);
  background-color: var(--c-warning-peach);
  color: var(--c-warning-cinnamon);
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  z-index: 9999;
}
