<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&amp;display=swap');
.vi-taxonomy {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.vi-taxonomy,
.vi-typesystem .vi-taxonomy {
  padding: 0;
  margin: 0 -0.375rem;
}
.vi-taxonomy__item {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.vi-taxonomy__link {
  font-size: 0.625rem;
  font-size: var(--font-size-nano, 0.625rem);
  line-height: 1.8;
  line-height: var(--nano-line-height, 1.8);
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 2px;
  text-decoration: none !important;
  line-height: 1.7;
  position: relative;
  pointer-events: auto;
}
.vi-taxonomy__link,
.vi-typesystem .vi-taxonomy__link {
  transition: color 0.3s, border-color 0.3s;
  color: #00a03b;
  border-bottom: 1px solid #00a03b;
}
.vi-taxonomy__link:hover,
.vi-typesystem .vi-taxonomy__link:hover {
  color: #afcb37;
  border-color: #afcb37;
}
.vi-taxonomy__link--inversed,
.vi-typesystem .vi-taxonomy__link--inversed {
  color: #fff;
  border-bottom-color: #fff;
}

.vi-type--header-large {
  font-size: 2rem;
  font-size: var(--h1-font-size, 2rem);
  line-height: 1.34375;
  line-height: var(--h1-line-height, 1.34375);
}
@media (min-width: 768px) {
  .vi-type--header-large {
    font-size: 2.5rem;
    font-size: var(--h1-font-size-md, 2.5rem);
    line-height: 1.25;
    line-height: var(--h1-line-height-md, 1.25);
  }
}
@media (min-width: 1286px) {
  .vi-type--header-large {
    font-size: 3.125rem;
    font-size: var(--h1-font-size-xxl, 3.125rem);
    line-height: 1.24;
    line-height: var(--h1-line-height-xxl, 1.24);
  }
}
.vi-type--header-big {
  font-size: 2.5rem;
  font-size: var(--h2-font-size, 2.5rem);
  line-height: 1.25;
  line-height: var(--h2-line-height, 1.25);
}
.vi-type--header-medium {
  font-size: 1.5625rem;
  font-size: var(--h3-font-size, 1.5625rem);
  line-height: 1.48;
  line-height: var(--h3-line-height, 1.48);
}
@media (min-width: 768px) {
  .vi-type--header-medium {
    font-size: 2rem;
    font-size: var(--h3-font-size-md, 2rem);
    line-height: 1.34375;
    line-height: var(--h3-line-height-md, 1.34375);
  }
}
.vi-type--header-regular {
  font-size: 1.25rem;
  font-size: var(--h4-font-size, 1.25rem);
  line-height: 1.55;
  line-height: var(--h4-line-height, 1.55);
}
@media (min-width: 768px) {
  .vi-type--header-regular {
    font-size: 1.5625rem;
    font-size: var(--h4-font-size-md, 1.5625rem);
    line-height: 1.48;
    line-height: var(--h4-line-height-md, 1.48);
  }
}
.vi-type--header-small {
  font-size: 1.25rem;
  font-size: var(--h5-font-size, 1.25rem);
  line-height: 1.55;
  line-height: var(--h5-line-height, 1.55);
}
.vi-type--header-tiny {
  font-size: 1.125rem;
  font-size: var(--h6-font-size, 1.125rem);
  line-height: 1.611111111;
  line-height: var(--h6-line-height, 1.611111111);
}
.vi-type--text-big {
  font-size: 1.25rem;
  font-size: var(--font-size-lg, 1.25rem);
  line-height: 1.6;
  line-height: var(--lg-line-height, 1.6);
}
.vi-type--text-regular {
  font-size: 1rem;
  font-size: var(--font-size-base, 1rem);
  line-height: 1.625;
  line-height: var(--line-height-base, 1.625);
}
.vi-type--text-small {
  font-size: 0.875rem;
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.714285714;
  line-height: var(--sm-line-height, 1.714285714);
}
.vi-type--text-tiny {
  font-size: 0.75rem;
  font-size: var(--font-size-tiny, 0.75rem);
  line-height: 1.75;
  line-height: var(--tiny-line-height, 1.75);
}
.vi-type--text-micro {
  font-size: 0.6875rem;
  font-size: var(--font-size-micro, 0.6875rem);
  line-height: 1.727272727;
  line-height: var(--micro-line-height, 1.727272727);
}
.vi-type--text-nano {
  font-size: 0.625rem;
  font-size: var(--font-size-nano, 0.625rem);
  line-height: 1.8;
  line-height: var(--nano-line-height, 1.8);
}
.vi-type--black-triangle {
  display: inline-block;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  transform: scale(0.8, 0.64);
}

@-webkit-keyframes vi-video {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes vi-video {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen {
  .vi-video:focus {
    z-index: 1;
  }
  .vi-video--background {
    height: 100%;
  }
  .vi-video--teaser,
  .vi-video--loading,
  .vi-video--button {
    position: relative;
    height: inherit;
  }
  .vi-video--teaser::before,
  .vi-video--teaser::after,
  .vi-video--loading::before,
  .vi-video--loading::after,
  .vi-video--button::before,
  .vi-video--button::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    z-index: 10;
    background-size: 36.6666666667% 36.6666666667%, 100%;
    width: 3.75rem;
    height: 3.75rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s,
      box-shadow 0.3s;
    transform: translate(-50%, -50%);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .vi-video--teaser::before,
  .vi-video--teaser::after,
  .vi-video--loading::before,
  .vi-video--loading::after,
  .vi-video--button::before,
  .vi-video--button::after {
    transition: none;
  }
}
@media screen {
  .vi-video--teaser::after,
  .vi-video--loading::after,
  .vi-video--button::after {
    background-color: #aa198d;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
  }
}
@media screen {
  .vi-video--loading,
  .vi-video--button {
    cursor: pointer;
    pointer-events: none;
  }
}
@media screen {
  .vi-video--loading::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    border: 3px solid;
    border-color: #fff #fff transparent;
    z-index: 15;
    transform: translate(0, 0);
    -webkit-animation: vi-video 0.6s linear infinite;
    animation: vi-video 0.6s linear infinite;
  }
}
@media screen {
  .vi-video--teaser::before,
  .vi-video--button::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' class='vi-icon' fill='%23FFF' stroke='none'%3E%3Cpath d='M11.1 5.4c.5.3.5.8 0 1.1l-7.3 4.9c-.4.3-.8.1-.8-.5V1c0-.5.4-.7.8-.4l7.3 4.8z' fill-rule='evenodd' fill='%23FFF' stroke='none' /%3E%3C/svg%3E"),
      linear-gradient(45deg, #00a03b 0%, #afcb37 100%);
  }
  .vi-video--teaser::after,
  .vi-video--button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' class='vi-icon' fill='%23FFF' stroke='none'%3E%3Cpath d='M11.1 5.4c.5.3.5.8 0 1.1l-7.3 4.9c-.4.3-.8.1-.8-.5V1c0-.5.4-.7.8-.4l7.3 4.8z' fill-rule='evenodd' fill='%23FFF' stroke='none' /%3E%3C/svg%3E");
  }
}
@media screen {
  .vi-video--button::before,
  .vi-video--button::after {
    pointer-events: auto;
  }
  .vi-video--button:focus::before {
    box-shadow: 0 0 0 3px rgba(175, 203, 55, 0.7);
  }
  .vi-video--button:hover::before,
  .vi-video--button:active::before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .vi-video--button:hover::after {
    background-color: rgba(170, 25, 141, 0);
  }
}
@media screen {
  .vi-video--teaser.is-compact::before,
  .vi-video--teaser.is-compact::after,
  .vi-video--button.is-compact::before,
  .vi-video--button.is-compact::after,
  .vi-video--loading.is-compact::before,
  .vi-video--loading.is-compact::after {
    width: 3.125rem;
    height: 3.125rem;
  }
  .vi-video--teaser.is-compact::after,
  .vi-video--button.is-compact::after,
  .vi-video--loading.is-compact::after {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
  }
}
@media screen {
  .vi-video--loading.is-compact::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.75rem;
    margin-top: -0.75rem;
    border-width: 2px;
  }
}
@media screen {
  .vi-video &gt; .vi-video__poster,
  .vi-video--inline {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .vi-video &gt; .vi-video__poster::before,
  .vi-video--inline::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .vi-video &gt; .vi-video__poster &gt; *:not(iframe),
  .vi-video--inline &gt; *:not(iframe) {
    display: none;
  }
}
@media screen {
  .vi-video &gt; * &gt; .vi-video__poster {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
  }
}
@media screen {
  .vi-video__poster {
    background-size: cover;
    background-position: center;
    height: inherit;
  }
}
@media screen {
  .vi-video__media iframe,
  .vi-video__media embed,
  .vi-video__media object,
  .vi-video__media video,
  .vi-video--inline iframe,
  .vi-video--inline embed,
  .vi-video--inline object,
  .vi-video--inline video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@media screen {
  .vi-video__background {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    pointer-events: none;
  }
}
@media screen {
  .vi-video__media {
    position: relative;
  }
}
@media print {
  .vi-video &gt; * {
    display: none;
  }
  .vi-video::after {
    content: attr(data-video-provider);
    content: " (" attr(data-video-provider) ", ID:" attr(data-video-id) ")";
  }
}

.vi-banner {
  padding: 1.875rem 0;
}
@media (min-width: 576px) {
  .vi-banner {
    padding: 3.125rem 0;
  }
}
@media (min-width: 1024px) {
  .vi-banner {
    padding: 3.75rem 0;
  }
}
.vi-banner .vi-btn {
  margin-top: 1.25rem;
}
.vi-banner--gradient {
  background-color: #00a03b;
  background-image: radial-gradient(
      circle at left 0 bottom 4%,
      rgba(175, 203, 55, 0.3),
      rgba(175, 203, 55, 0.3) 15%,
      transparent 15%
    ),
    radial-gradient(
      circle at right 45% top 35%,
      rgba(175, 203, 55, 0.3),
      rgba(175, 203, 55, 0.3) 12%,
      transparent 12%
    ),
    linear-gradient(90deg, #00a03b 0%, #afcb37 100%);
  background-size: auto;
}
.vi-banner--grey {
  background-color: #eeeeee;
}
.vi-banner--lines {
  background-color: #eeeeee;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    white 5px,
    white 7px
  );
  background-size: auto;
}
.vi-banner--white {
  background-color: #fff;
}

.vi-display-header--shadow {
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.vi-display-header--shadow::before {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.vi-display-header-dash {
  position: relative;
}
.vi-display-header-dash::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #00a03b;
}
.vi-display-header-dash[class*="--inversed"]::before {
  background-color: #fff;
}
.vi-display-header-dash::before {
  margin-bottom: 0.9375rem;
  max-width: 3.125rem;
}
@media (min-width: 768px) {
  .vi-display-header-dash::before {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .vi-display-header-dash::before {
    max-width: 3.75rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-dash::before {
    margin-bottom: 0;
    position: absolute;
    left: -2.1875rem;
    top: 1.625rem;
    transform: translateX(-100%);
  }
  [dir="rtl"] .vi-display-header-dash::before {
    left: auto;
    right: -2.1875rem;
    transform: translateX(100%);
  }
}
.vi-display-header-dash--sm::before {
  margin-bottom: 0.9375rem;
  max-width: 3.125rem;
}
@media (min-width: 1286px) {
  .vi-display-header-dash--sm::before {
    margin-bottom: 0;
    max-width: 3.75rem;
    top: 1.25rem;
  }
}
.vi-display-header-tagline {
  position: relative;
  max-width: 16.25rem;
}
@media (min-width: 768px) {
  .vi-display-header-tagline {
    max-width: 25.625rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline {
    max-width: 100%;
  }
}
.vi-display-header-tagline::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  max-width: 3.125rem;
  background-color: #afcb37;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .vi-display-header-tagline::before {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .vi-display-header-tagline::before {
    max-width: 3.75rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline::before {
    margin-bottom: 0;
    position: absolute;
    height: 3px;
    left: -2.1875rem;
    top: 2.125rem;
    transform: translateX(-100%);
  }
  [dir="rtl"] .vi-display-header-tagline::before {
    left: auto;
    right: -2.1875rem;
    transform: translateX(100%);
  }
}
@media all and (-ms-high-contrast: none) {
  .vi-display-header-tagline::before {
    background-color: #58b639;
  }
}
.vi-display-header-tagline &gt; * {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0;
  background: -webkit-linear-gradient(135deg, #00a03b 0%, #afcb37 100%);
  -webkit-background-clip: text;
  color: #afcb37;
  -webkit-text-fill-color: transparent;
}
[dir="rtl"] .vi-display-header-tagline &gt; * {
  background: -webkit-linear-gradient(45deg, #00a03b 0%, #afcb37 100%);
  -webkit-background-clip: text;
  color: #afcb37;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .vi-display-header-tagline &gt; * {
    font-size: 3.625rem;
    line-height: 1.2;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline &gt; * {
    font-size: 4.5rem;
    line-height: 1.166666667;
  }
}
@media all and (-ms-high-contrast: none) {
  .vi-display-header-tagline &gt; *,
  [dir="rtl"] .vi-display-header-tagline &gt; * {
    color: #58b639;
  }
}

.vi-moment-image__visual--strip-moment-3 {
  width: 76.19047619%;
  z-index: 5;
  left: 0;
  bottom: 0;
}
.vi-moment-image__visual--strip-moment-3::after {
  width: 78.125%;
  height: 78.125%;
  left: 53.125%;
  bottom: 59.375%;
}
.vi-moment-image__visual--strip-moment-4 {
  width: 76.19047619%;
  z-index: 5;
  right: 0;
  top: 0;
}
.vi-moment-image__visual--strip-moment-4::after {
  width: 78.125%;
  height: 78.125%;
  right: 53.125%;
  top: 59.375%;
}
.vi-moment-image__visual--strip-intro-1 {
  left: 0;
  top: 0;
}
.vi-moment-image__visual--strip-intro-1::after {
  left: 54.7826087%;
  top: 40.86956522%;
}
.vi-moment-image__visual--strip-intro-2 {
  right: 0;
  bottom: 0;
}
.vi-moment-image__visual--strip-intro-2::after {
  right: 54.7826087%;
  bottom: 40.86956522%;
}
.vi-moment-image__visual--strip-intro-3 {
  left: 0;
  bottom: 0;
}
.vi-moment-image__visual--strip-intro-3::after {
  left: 54.7826087%;
  bottom: 40.86956522%;
}
.vi-moment-image__visual--strip-intro-4 {
  right: 0;
  top: 0;
}
.vi-moment-image__visual--strip-intro-4::after {
  right: 54.7826087%;
  top: 40.86956522%;
}

.vi-display-header--shadow {
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.vi-display-header--shadow::before {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.vi-display-header-dash {
  position: relative;
}
.vi-display-header-dash::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #00a03b;
}
.vi-display-header-dash[class*="--inversed"]::before {
  background-color: #fff;
}
.vi-display-header-dash::before {
  margin-bottom: 0.9375rem;
  max-width: 3.125rem;
}
@media (min-width: 768px) {
  .vi-display-header-dash::before {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .vi-display-header-dash::before {
    max-width: 3.75rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-dash::before {
    margin-bottom: 0;
    position: absolute;
    left: -2.1875rem;
    top: 1.625rem;
    transform: translateX(-100%);
  }
  [dir="rtl"] .vi-display-header-dash::before {
    left: auto;
    right: -2.1875rem;
    transform: translateX(100%);
  }
}
.vi-display-header-dash--sm::before {
  margin-bottom: 0.9375rem;
  max-width: 3.125rem;
}
@media (min-width: 1286px) {
  .vi-display-header-dash--sm::before {
    margin-bottom: 0;
    max-width: 3.75rem;
    top: 1.25rem;
  }
}
.vi-display-header-tagline {
  position: relative;
  max-width: 16.25rem;
}
@media (min-width: 768px) {
  .vi-display-header-tagline {
    max-width: 25.625rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline {
    max-width: 100%;
  }
}
.vi-display-header-tagline::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  max-width: 3.125rem;
  background-color: #afcb37;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .vi-display-header-tagline::before {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .vi-display-header-tagline::before {
    max-width: 3.75rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline::before {
    margin-bottom: 0;
    position: absolute;
    height: 3px;
    left: -2.1875rem;
    top: 2.125rem;
    transform: translateX(-100%);
  }
  [dir="rtl"] .vi-display-header-tagline::before {
    left: auto;
    right: -2.1875rem;
    transform: translateX(100%);
  }
}
@media all and (-ms-high-contrast: none) {
  .vi-display-header-tagline::before {
    background-color: #58b639;
  }
}
.vi-display-header-tagline &gt; * {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0;
  background: -webkit-linear-gradient(135deg, #00a03b 0%, #afcb37 100%);
  -webkit-background-clip: text;
  color: #afcb37;
  -webkit-text-fill-color: transparent;
}
[dir="rtl"] .vi-display-header-tagline &gt; * {
  background: -webkit-linear-gradient(45deg, #00a03b 0%, #afcb37 100%);
  -webkit-background-clip: text;
  color: #afcb37;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .vi-display-header-tagline &gt; * {
    font-size: 3.625rem;
    line-height: 1.2;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline &gt; * {
    font-size: 4.5rem;
    line-height: 1.166666667;
  }
}
@media all and (-ms-high-contrast: none) {
  .vi-display-header-tagline &gt; *,
  [dir="rtl"] .vi-display-header-tagline &gt; * {
    color: #58b639;
  }
}

@-webkit-keyframes vi-video {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes vi-video {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen {
  .vi-video:focus {
    z-index: 1;
  }
  .vi-video--background {
    height: 100%;
  }
  .vi-video--teaser,
  .vi-video--loading,
  .vi-video--button {
    position: relative;
    height: inherit;
  }
  .vi-video--teaser::before,
  .vi-video--teaser::after,
  .vi-video--loading::before,
  .vi-video--loading::after,
  .vi-video--button::before,
  .vi-video--button::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    z-index: 10;
    background-size: 36.6666666667% 36.6666666667%, 100%;
    width: 3.75rem;
    height: 3.75rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s,
      box-shadow 0.3s;
    transform: translate(-50%, -50%);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .vi-video--teaser::before,
  .vi-video--teaser::after,
  .vi-video--loading::before,
  .vi-video--loading::after,
  .vi-video--button::before,
  .vi-video--button::after {
    transition: none;
  }
}
@media screen {
  .vi-video--teaser::after,
  .vi-video--loading::after,
  .vi-video--button::after {
    background-color: #aa198d;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
  }
}
@media screen {
  .vi-video--loading,
  .vi-video--button {
    cursor: pointer;
    pointer-events: none;
  }
}
@media screen {
  .vi-video--loading::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    border: 3px solid;
    border-color: #fff #fff transparent;
    z-index: 15;
    transform: translate(0, 0);
    -webkit-animation: vi-video 0.6s linear infinite;
    animation: vi-video 0.6s linear infinite;
  }
}
@media screen {
  .vi-video--teaser::before,
  .vi-video--button::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' class='vi-icon' fill='%23FFF' stroke='none'%3E%3Cpath d='M11.1 5.4c.5.3.5.8 0 1.1l-7.3 4.9c-.4.3-.8.1-.8-.5V1c0-.5.4-.7.8-.4l7.3 4.8z' fill-rule='evenodd' fill='%23FFF' stroke='none' /%3E%3C/svg%3E"),
      linear-gradient(45deg, #00a03b 0%, #afcb37 100%);
  }
  .vi-video--teaser::after,
  .vi-video--button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' class='vi-icon' fill='%23FFF' stroke='none'%3E%3Cpath d='M11.1 5.4c.5.3.5.8 0 1.1l-7.3 4.9c-.4.3-.8.1-.8-.5V1c0-.5.4-.7.8-.4l7.3 4.8z' fill-rule='evenodd' fill='%23FFF' stroke='none' /%3E%3C/svg%3E");
  }
}
@media screen {
  .vi-video--button::before,
  .vi-video--button::after {
    pointer-events: auto;
  }
  .vi-video--button:focus::before {
    box-shadow: 0 0 0 3px rgba(175, 203, 55, 0.7);
  }
  .vi-video--button:hover::before,
  .vi-video--button:active::before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .vi-video--button:hover::after {
    background-color: rgba(170, 25, 141, 0);
  }
}
@media screen {
  .vi-video--teaser.is-compact::before,
  .vi-video--teaser.is-compact::after,
  .vi-video--button.is-compact::before,
  .vi-video--button.is-compact::after,
  .vi-video--loading.is-compact::before,
  .vi-video--loading.is-compact::after {
    width: 3.125rem;
    height: 3.125rem;
  }
  .vi-video--teaser.is-compact::after,
  .vi-video--button.is-compact::after,
  .vi-video--loading.is-compact::after {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
  }
}
@media screen {
  .vi-video--loading.is-compact::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.75rem;
    margin-top: -0.75rem;
    border-width: 2px;
  }
}
@media screen {
  .vi-video &gt; .vi-video__poster,
  .vi-video--inline {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .vi-video &gt; .vi-video__poster::before,
  .vi-video--inline::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .vi-video &gt; .vi-video__poster &gt; *:not(iframe),
  .vi-video--inline &gt; *:not(iframe) {
    display: none;
  }
}
@media screen {
  .vi-video &gt; * &gt; .vi-video__poster {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
  }
}
@media screen {
  .vi-video__poster {
    background-size: cover;
    background-position: center;
    height: inherit;
  }
}
@media screen {
  .vi-video__media iframe,
  .vi-video__media embed,
  .vi-video__media object,
  .vi-video__media video,
  .vi-video--inline iframe,
  .vi-video--inline embed,
  .vi-video--inline object,
  .vi-video--inline video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@media screen {
  .vi-video__background {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    pointer-events: none;
  }
}
@media screen {
  .vi-video__media {
    position: relative;
  }
}
@media print {
  .vi-video &gt; * {
    display: none;
  }
  .vi-video::after {
    content: attr(data-video-provider);
    content: " (" attr(data-video-provider) ", ID:" attr(data-video-id) ")";
  }
}

.vi-display-header--shadow {
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.vi-display-header--shadow::before {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.vi-display-header-dash {
  position: relative;
}
.vi-display-header-dash::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #205295;
}
.vi-display-header-dash[class*="--inversed"]::before {
  background-color: #fff;
}
.vi-display-header-dash::before {
  margin-bottom: 0.9375rem;
  max-width: 3.125rem;
}
@media (min-width: 768px) {
  .vi-display-header-dash::before {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .vi-display-header-dash::before {
    max-width: 3.75rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-dash::before {
    margin-bottom: 0;
    position: absolute;
    left: -2.1875rem;
    top: 1.625rem;
    transform: translateX(-100%);
  }
  [dir="rtl"] .vi-display-header-dash::before {
    left: auto;
    right: -2.1875rem;
    transform: translateX(100%);
  }
}
.vi-display-header-dash--sm::before {
  margin-bottom: 0.9375rem;
  max-width: 3.125rem;
}
@media (min-width: 1286px) {
  .vi-display-header-dash--sm::before {
    margin-bottom: 0;
    max-width: 3.75rem;
    top: 1.25rem;
  }
}
.vi-display-header-tagline {
  position: relative;
  max-width: 16.25rem;
}
@media (min-width: 768px) {
  .vi-display-header-tagline {
    max-width: 25.625rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline {
    max-width: 100%;
  }
}
.vi-display-header-tagline::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  max-width: 3.125rem;
  background-color: #afcb37;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .vi-display-header-tagline::before {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .vi-display-header-tagline::before {
    max-width: 3.75rem;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline::before {
    margin-bottom: 0;
    position: absolute;
    height: 3px;
    left: -2.1875rem;
    top: 2.125rem;
    transform: translateX(-100%);
  }
  [dir="rtl"] .vi-display-header-tagline::before {
    left: auto;
    right: -2.1875rem;
    transform: translateX(100%);
  }
}
@media all and (-ms-high-contrast: none) {
  .vi-display-header-tagline::before {
    background-color: #58b639;
  }
}
.vi-display-header-tagline &gt; * {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0;
  background: -webkit-linear-gradient(135deg, #00a03b 0%, #afcb37 100%);
  -webkit-background-clip: text;
  color: #afcb37;
  -webkit-text-fill-color: transparent;
}
[dir="rtl"] .vi-display-header-tagline &gt; * {
  background: -webkit-linear-gradient(45deg, #00a03b 0%, #afcb37 100%);
  -webkit-background-clip: text;
  color: #afcb37;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .vi-display-header-tagline &gt; * {
    font-size: 3.625rem;
    line-height: 1.2;
  }
}
@media (min-width: 1286px) {
  .vi-display-header-tagline &gt; * {
    font-size: 4.5rem;
    line-height: 1.166666667;
  }
}
@media all and (-ms-high-contrast: none) {
  .vi-display-header-tagline &gt; *,
  [dir="rtl"] .vi-display-header-tagline &gt; * {
    color: #58b639;
  }
}

.vi-separator,
.vi-typesystem .vi-separator {
  border-top-color: #00567a;
}
.vi-separator--dotted {
  height: 1px;
  background-image: linear-gradient(
    to right,
    #00567a 20%,
    rgba(0, 86, 122, 0) 0%
  );
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
}
.vi-separator--dotted,
.vi-typesystem .vi-separator--dotted {
  border: 0;
}

.vi-slider {
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.vi-slider__binder {
  margin-bottom: -0.625rem;
}
.vi-slider__slides {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  transform: translateY(-0.3125rem);
}
.vi-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  display: flex;
}
.vi-slider__slides--android .vi-slider__slide,
.vi-slider__wrapper {
  transform: translate3d(0, 0, 0);
}
.vi-slider__slides--multirow &gt; .vi-slider__wrapper {
  flex-wrap: wrap;
}
.vi-slider__slides--free-mode &gt; .vi-slider__wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.vi-slider__slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform, opacity;
  z-index: 0;
}
.vi-slider__slide--active {
  z-index: 10;
}
.vi-slider__slide--next,
.vi-slider__slide--prev {
  overflow: hidden;
  opacity: 0;
  transition-delay: 0.3s;
}
.vi-slider__slide--card {
  overflow: visible;
  opacity: 1;
}
.vi-slider__slide--invisible-blank {
  visibility: hidden;
}
.vi-slider__slides--autoheight,
.vi-slider__slides--autoheight .vi-slider__slide {
  height: auto;
}
.vi-slider__slides--autoheight .vi-slider__wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.vi-slider__slides--wp8-horizontal,
.vi-slider__slides--wp8-horizontal &gt; .vi-slider__wrapper {
  touch-action: pan-y;
}
.vi-slider__slides--wp8-vertical,
.vi-slider__slides--wp8-vertical &gt; .vi-slider__wrapper {
  touch-action: pan-x;
}
.vi-slider .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
[dir="rtl"] .vi-slider .swiper-notification {
  left: auto;
  right: 0;
}
.vi-slider__control,
.vi-slider__navigation,
.vi-slider__navigation-card {
  width: 2.5rem;
  height: 2.5rem;
  outline: 0;
  transform: translateZ(0);
}
.vi-slider__control--disabled,
.vi-slider__navigation--disabled,
.vi-slider__navigation-card--disabled {
  opacity: 0.35 !important;
  cursor: auto;
  pointer-events: none;
}
.vi-slider__control--hidden,
.vi-slider__navigation--hidden,
.vi-slider__navigation-card--hidden {
  display: none;
}
.vi-slider__control--lock,
.vi-slider__navigation--lock,
.vi-slider__navigation-card--lock {
  display: none;
}
.vi-slider__pagination {
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  margin: 1.5rem 1.25rem -0.625rem -0.625rem;
}
[dir="rtl"] .vi-slider__pagination {
  margin-left: 1.25rem;
  margin-right: -0.625rem;
}
.vi-slider__pagination--hidden {
  opacity: 0 !important;
}
.vi-slider__pagination--compact {
  margin: 1.5rem 1.25rem -0.3125rem -0.3125rem;
}
[dir="rtl"] .vi-slider__pagination--compact {
  margin-left: 1.25rem;
  margin-right: -0.3125rem;
}
.vi-slider__pagination--lock {
  display: none;
}
.vi-slider__pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #00567a;
  transition: background-color 0.3s;
  pointer-events: all;
  margin: 0 0.625rem 0.625rem;
}
.vi-slider__pagination-bullet,
.vi-typesystem .vi-slider__pagination-bullet {
  transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    box-shadow 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .vi-slider__pagination-bullet,
  .vi-typesystem .vi-slider__pagination-bullet {
    transition: none;
  }
}
.vi-slider__pagination-bullet:focus {
  box-shadow: 0 0 0 3px rgba(175, 203, 55, 0.7);
  outline: 2.5px solid #0d3360 !important;
  outline-offset: 3px;
}
.vi-slider__pagination-bullet.is-active {
  background-color: #00567a;
}
.vi-slider__pagination-bullet--hero {
  border-color: #fff;
}
.vi-slider__pagination-bullet--hero:focus {
  outline: 2.5px dashed #e8e8a0 !important;
}
.vi-slider__pagination-bullet--hero.is-active {
  background-color: #fff;
}
button.vi-slider__pagination-bullet {
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vi-slider__pagination--clickable .vi-slider__pagination-bullet {
  cursor: pointer;
}
.vi-slider__pagination--compact .vi-slider__pagination-bullet {
  margin: 0 0.3125rem 0.3125rem;
}
.vi-slider__slides--fade.vi-slider__slides--free-mode .vi-slider__slide {
  transition-timing-function: ease-out;
}
.vi-slider__slides--fade .vi-slider__slide {
  pointer-events: none;
  transition-property: opacity;
}
.vi-slider__slides--fade .vi-slider__slide .vi-slider__slide {
  pointer-events: none;
}
.vi-slider__slides--fade .vi-slider__slide--active,
.vi-slider__slides--fade .vi-slider__slide--active .vi-slider__slide--active {
  pointer-events: auto;
}
.vi-slider--align-left,
[dir="rtl"] .vi-slider--align-left,
.vi-slider--align-right,
[dir="rtl"] .vi-slider--align-right {
  border: 0 solid transparent;
}
[dir="rtl"] .vi-slider--align-right,
.vi-slider--align-left {
  border-left-width: 35px;
}
@media (min-width: 1124px) {
  [dir="rtl"] .vi-slider--align-right,
  .vi-slider--align-left {
    border-left-width: calc(50vw - 527px);
  }
}
@media (min-width: 1440px) {
  [dir="rtl"] .vi-slider--align-right,
  .vi-slider--align-left {
    border-left-width: 193px;
  }
}
@media (max-width: 767.98px) {
  [dir="rtl"] .vi-slider--align-right,
  .vi-slider--align-left {
    border-left-width: 23px;
  }
}
[dir="rtl"] .vi-slider--align-left,
.vi-slider--align-right {
  border-right-width: 35px;
}
@media (min-width: 1124px) {
  [dir="rtl"] .vi-slider--align-left,
  .vi-slider--align-right {
    border-right-width: calc(50vw - 527px);
  }
}
@media (min-width: 1440px) {
  [dir="rtl"] .vi-slider--align-left,
  .vi-slider--align-right {
    border-right-width: 193px;
  }
}
@media (max-width: 767.98px) {
  [dir="rtl"] .vi-slider--align-left,
  .vi-slider--align-right {
    border-right-width: 23px;
  }
}
.vi-slider__slide--card {
  box-sizing: content-box;
  width: calc(100vw - 60px);
  padding: 0 0.46875rem;
  max-width: 20.0625rem;
}
@media (min-width: 768px) {
  .vi-slider__slide--card {
    width: 20.0625rem;
    padding: 0 0.9375rem;
  }
}
.vi-slider__footer-wrap--hero {
  transform: translateY(-100%);
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100vw;
}
@media (min-width: 768px) {
  .vi-slider__footer-wrap--hero {
    top: 61.19791667vw;
  }
}
@media (min-width: 960px) {
  .vi-slider__footer-wrap--hero {
    top: auto;
    bottom: 0.625rem;
    transform: none;
  }
}
.vi-slider__footer-wrap--hero-video {
  transform: translateY(1.25rem);
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 56.25vw;
}
@media (min-width: 960px) {
  .vi-slider__footer-wrap--hero-video {
    transform: translateY(-100%);
    top: 61.19791667vw;
  }
}
@media (min-width: 1024px) {
  .vi-slider__footer-wrap--hero-video {
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.vi-slider__footer {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  position: relative;
}
.vi-slider__footer--hero {
  margin: 0 auto 1.25rem;
  max-width: 33.125rem;
}
@media (min-width: 960px) {
  .vi-slider__footer--hero {
    max-width: 100%;
  }
}
.vi-slider__controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dir="rtl"] .vi-slider__controls {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 576px) {
  .vi-slider__controls {
    margin-bottom: 0;
  }
}
.vi-slider__controls--hero {
  margin-bottom: 0;
}
.vi-slider__controls &gt; * + * {
  margin-left: 1.25rem;
}
[dir="rtl"] .vi-slider__controls &gt; * + * {
  margin-left: 0;
  margin-right: 1.25rem;
}


.sevatto-bg-main {
  margin-bottom: 50px;
  background-color: #cbd4dc;
  width: 100%;
  min-height: calc(100vh - 154px);
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  background-image: radial-gradient(
    circle at right 443px top 414px,
    rgb(255 255 255 / 29%),
    rgb(255 255 255 / 53%) 100px,
    transparent 333px
  )
}

.sevatto-capsule-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .sevatto-capsule-img-wrapper {
    display: none;
  }
  .sevatto-bg-main {
    grid-template-columns: auto;
  }
  .landing-text-container {
    margin-inline-end: 0 !important;
  }
  .landing-text-container span {
    font-size: 30px !important;
  }
  .landing-text-container h1 {
    font-size: 40px !important;
  }
  .sevatto-main-text-wrapper {
    justify-content: center !important;
  }
  .button-wrapper button {
    padding: 10px 24px !important;
    font-size: 16px;
    font-weight: normal;
    color: #0c1c4c;
  }
}

@media screen and (min-width: 425px) and (max-width: 1175px) {
  .sevatto-capsule-img-wrapper {
    display: none;
  }
  .sevatto-bg-main {
    grid-template-columns: auto;
  }
  .landing-text-container {
    margin-inline-end: 0 !important;
  }
  .sevatto-main-text-wrapper {
    justify-content: center !important;
  }
}

.sevatto-capsule {
  width: 600px;
}

.sevatto-main-text-wrapper {
  display: flex;
  justify-content: flex-end;
}

.landing-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline-end: 200px;
}

.landing-text-container h1 {
  font-family: "Lobster Two", Sans-serif;
  font-size: 68px;
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  color: #0c1c4c;
  text-align: center;
  margin-bottom: 40px;
}

.landing-text-container span {
  color: #0c1c4c;
  font-size: 50px;
  font-weight: 600;
  font-family: 'Source Sans Pro', Sans-serif;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.button-wrapper button {
  background-color: transparent;
  border: 2px solid #0c1c4c;
  border-radius: 40px;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: normal;
  color: #0c1c4c;
}

.button-wrapper button:hover {
  color: white;
  background-color: #0c1c4c;
  border: 2px solid transparent;
}

.button-wrapper button:focus {
  outline: none !important;
}</pre></body></html>