.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,221,221;--color-primary-1:246,142,142;--color-primary-2:237,28,28;--color-primary-3:119,14,14;--color-primary-4:36,4,4;--color-secondary-0:255,249,249;--color-secondary-1:254,236,236;--color-secondary-2:252,217,217;--color-secondary-3:126,109,109;--color-secondary-4:38,33,33;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U { position:relative;display:none; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U { border-width: 0; border-radius: 0; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AFBlHHIOth2snug0FpK68aBNzFWMD1tG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xCVmMyxMqcWFnodpKMgVSVLD2bWhtfg9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:25.5625rem;display:none; }
#QTRhbmTL1iSSgVukHKuPPv78MTaLBucw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COVslH4abPH0ZhmHE7vEQANquAIo1vFo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:32rem;display:none; }
#hytmKFbNcJrPSXm1R7QM3S8xeMey9huc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DG0lWkynPL3wiXcOo02cc3Mi0rzfKLDK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:38.4375rem;display:none; }
#TTTZFd3nBLtfaQA9wDZXF8A6tz3XReOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntgd3BoUrNJcJfuxGkk8VCCSaPRFQQkr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:44.875rem;display:none; }
#wsmXa4epbIEpTo8nezosn4SJi3hWsF2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rxgkwlnyMHuCRUxefvA2FJs4BCaHWQAo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.125rem;top:1.53125rem;left:0rem;overflow:hidden;display:none; }
#IgMWzLZcII8IbOUlVbO71QwucTUgnfQD { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:51.3125rem;display:none; }
#lKSxChzmvT08Fw6syhaFrQlm4Ut2aUTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container { background-color: transparent; background-image: none; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container > .video-iframe-container { display: none; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row > .video-iframe-container { display: none; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container { border-width: 0; border-radius: 0; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#M1fed14fd28fc4c5257605942f3d9831 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:25.6875rem;display:block; }
#Ja85ba149e822b2bfc587a5eaf730ddb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e274b12ee0708187818844300f332ca2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:49.1875rem;display:block; }
#V5b254de9d5f695bb8b8f7b8e58d261a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1e9b99e38eec66c0c572220227f57c0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.5rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#E95bec5fe39d378d78515233fe155461 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:31.25rem;display:block; }
#X0eec1b20ad6af0009a04c29d5bc5db8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9385e3699f36400d4b9381ba4c31a02 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:36.8125rem;display:block; }
#P7ceea50444917d5e4ffde16b9ab2ce1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0b2049eb87ac0e80101604b67810c4a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:42.375rem;display:block; }
#q8d2b7ecb830fd341f4d434be275bfa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e927715-16a6-41af-a505-a0a81db6dfe8/Style3Image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.03); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.03); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#000000;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6865234375rem;left:3.875rem;height:9.099625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#000000;display:block;width:50.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:15.412109375rem;left:4.5625rem;height:5.41699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.25rem;left:23.1875rem;display:block; }
#uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8GZ9uBFKoh3THdONXlVFDKP88dARC6A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oAI058sDsRncXOiFCPXbCC45FfdyIyUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { background-color: transparent; background-image: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container > .video-iframe-container { display: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container { display: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { border-width: 0; border-radius: 0; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#nqEXA3evnEeOGRPeyoTDzHkfv7GlRXNL { color:#000000;display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:14.0341796875rem;left:14.625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NODTITChhkoBv7hiWBlAF1SqfM8imurg { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.2216796875rem;left:4.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#btAC8oNX3qV0BAeB6bSApIPeTws8vuwF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:23.875rem;left:8.875rem;overflow:hidden;display:block; }
#h5tqErcu242K4Ta2X1TBdxEuHtzwgemg { color:#000000;display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.548828125rem;left:15.375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tl7361SArdsTgoRNJNfAcP5zZOWs8lTO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.2216796875rem;left:43.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gU1p28zQXJFmxO3I4zrtC6AQdXzmOTEg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.84375rem;left:3.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#c2F8yrJl4Sc8EacgSkT1WQcskwTfqDAf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.2216796875rem;left:24.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kyAwkrbb3s6Dayy6hHmKceyWUsWEQoDP { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:23.875rem;left:49.375rem;overflow:hidden;display:block; }
#oeuu0rH0iT3mVKnyM07aXJbydCmyUWON { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:23.875rem;left:29.3125rem;overflow:hidden;display:block; }
#TvvaiysaNTDopoNUrUBJIy2ugWm3yzIt { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:33.3466796875rem;left:8.875rem;overflow:hidden;display:block; }
#WTkrEwxKILObMVyVytGs4i8nbF3PvGRf { box-sizing:content-box;height:8.125rem;width:19.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:21.9091796875rem;left:40.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eRGPBHli1iguwk4zwDzCwT9NWPLTU1eX { box-sizing:content-box;height:8.125rem;width:19.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:21.9091796875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xq87cCey1SRGe41UhJzkPQbBHMHPexTO { color:rgba(var(--color-tertiary-3),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.8203125rem;left:25.75rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7X3Fx9KSFgfqPAtyfLgQi0NlNUJfNKg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.90625rem;left:24.65625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#hLM8Vg4sppHV879KNkcbGwWpKi3uKhK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34.90625rem;left:44.96875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ubIrzbtMQE3GtibxkBTV06weVwO41tgh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:32.7216796875rem;left:29.34375rem;overflow:hidden;display:block; }
#aZbPx7EBhvM2JCdFEuqFlXyg05VHuXv4 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:32.7216796875rem;left:49.375rem;overflow:hidden;display:block; }
#ZHQPm9oiMEisTkVXtzyT4VVZhybgTfrn { box-sizing:content-box;height:8.125rem;width:19.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:21.9091796875rem;left:20.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#oz0l2NzUIHdpwIXTpIfiq1xyTfWh2eAL { box-sizing:content-box;height:8.125rem;width:19.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:30.8779296875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hQ3yVgJ4ZnV06utVTAbh9q0qEmBrVows { box-sizing:content-box;height:8.125rem;width:19.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:30.8154296875rem;left:40.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qA1CKQtiollblTzrwBfGHMu5so4mDOUS { box-sizing:content-box;height:8.125rem;width:19.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:30.8154296875rem;left:20.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR { position:relative;display:block; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR { background-color: transparent; background-image: none; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row .container > .video-iframe-container { display: none; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row > .video-iframe-container { display: none; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR { border-width: 0; border-radius: 0; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SnfM5oJoVyNRDlcP2bGqnFsiiBLyCtnf { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.787109375rem;left:14.15625rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DC1DXRUmURqMWNLldTiZT8Qvf9ZsfSgP { color:rgba(var(--color-tertiary-3),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:4.625rem;left:27.15625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuUB01b09OQHcfNmysHFUnibBGmU2xMz { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10rem;width:19.25rem;top:12.6875rem;left:20.3125rem;overflow:hidden;display:block; }
#wdiTqJTkCGcbqmQ9kE3n5S5rc47SgBH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.3125rem;height:;font-style:normal;display:block; }
#cGCEoc6X6rbhZ8DE8svaZC3ddKNASKl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:;font-style:normal;display:block; }
#hGPNG6SB4hGG2I2TGdASSOfDlUoFgUrT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10rem;width:19.25rem;top:12.6875rem;left:0rem;overflow:hidden;display:block; }
#XXPhpkT5gJ1syZc5WgZbtoXRS1L9VPyT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:25.75rem;left:0rem;height:;font-style:normal;display:block; }
#neT0gTzcgGTRmvK6DrvsW2Q5hTWQsHzn { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:25.75rem;left:20.3125rem;height:;font-style:normal;display:block; }
#NoPLgaaUeBmR3MKJZLHIZGeeLD4l5N0h { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:40.625rem;height:;font-style:normal;display:block; }
#gIqST4azGHCkBRq6fHvEZxz4a96bv8te { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.75rem;left:40.625rem;height:;font-style:normal;display:block; }
#Q7pHbmIxp52Q6tZp9l3TiUhnTTTrKcA4 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10rem;width:19.25rem;top:12.6875rem;left:40.625rem;overflow:hidden;display:block; }
#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { background-color: transparent; background-image: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { border-width: 0; border-radius: 0; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#BmxBrXUIKMCMewoyv8gg21zdXO3zZzTm { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.357421875rem;left:2.5rem;height:5.19921875rem;font-style:normal;display:block; }
#I3PBlquOld4LCe60wXqFuOhVD8Fp6xvP { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:13.150390625rem;left:2.5rem;height:3.673825rem;font-style:normal;display:block; }
#Dc4IFuCAD70bIx992vV5yz6LiXx4d6UZ { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:17.775390625rem;left:2.3125rem;height:6.9375rem;font-style:normal;display:block; }#Dc4IFuCAD70bIx992vV5yz6LiXx4d6UZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dc4IFuCAD70bIx992vV5yz6LiXx4d6UZ li:before{  }
#NSOWspbMGNTX1lTbw7Q8T4DGReQmC1TJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.462890625rem;left:2.5rem;display:block; }
#ZbDyC2bsqEXhihOSobiK6F705ma8n93W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lAHbDme9FdxFWs1tgzpcwTaeg3MW61fn { box-sizing:content-box;height:29.875rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:2.419921875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#B5IkV24bIoZ6s0ToqoAywddUqhtNwDJa { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:28.0625rem;top:4.482421875rem;left:30.96875rem;overflow:hidden;display:block; }
#GCyT2sMitXFa4fK1dUwzG4ivUtWR70Fu { color:rgba(var(--color-tertiary-3),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.5068359375rem;left:2.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e033a9838a1eb0039433c4bbb98ad549 { position:relative;display:block; }#e033a9838a1eb0039433c4bbb98ad549 { background-color: transparent; background-image: none; }#e033a9838a1eb0039433c4bbb98ad549::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e033a9838a1eb0039433c4bbb98ad549 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e033a9838a1eb0039433c4bbb98ad549 > .row .container > .video-iframe-container { display: none; }#e033a9838a1eb0039433c4bbb98ad549 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e033a9838a1eb0039433c4bbb98ad549 > .row > .video-iframe-container { display: none; }#e033a9838a1eb0039433c4bbb98ad549 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e033a9838a1eb0039433c4bbb98ad549 { border-width: 0; border-radius: 0; }#e033a9838a1eb0039433c4bbb98ad549 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e033a9838a1eb0039433c4bbb98ad549 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),0);background-image:none;font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S3cd2b1bb461330417002d5398caccbf { color:#000000;display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8857421875rem;left:20.875rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5c7ce587629be7613bd6f31f7f7f70e { box-sizing:content-box;height:18.125rem;width:19.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:14.400390625rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#fb34b78b38fd0f54b431279fb858787d { box-sizing:content-box;height:18.125rem;width:19.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:14.400390625rem;left:20.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#c7cc459c3f3cc029f292be094d07d2d6 { box-sizing:content-box;height:18.125rem;width:19.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:14.400390625rem;left:40.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qbe49c8c42a23cdae297b1b10c9e683e { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.275390625rem;left:1.875rem;display:block; }
#x7477884c247c3ad731402060446067e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.45703125rem;left:1.625rem;height:1.3808625rem;font-style:normal;display:block; }
#dbaaf3c7154525f257c9535690185856 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.41796875rem;left:1.625rem;height:;font-style:normal;display:block; }
#B133bb2de871dbb6c524a7953546f24f { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.275390625rem;left:22.0625rem;display:block; }
#Cdaa5036c813da2c8a9ac251484eb581 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.275390625rem;left:42.25rem;display:block; }
#Z6aba752dccac760b0d0949e0bfcc5ae { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.45703125rem;left:22.03125rem;height:1.3808625rem;font-style:normal;display:block; }
#z4bb02ab307e509fb532f0103241c0f0 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.044921875rem;left:3.0625rem;height:1.4624rem;display:block; }
#d394c0c46350955b586fc883d7562d04 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.044921875rem;left:23.25rem;height:1.4624rem;display:block; }
#m8e5fe77fbaade144150591e22961349 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.044921875rem;left:43.4375rem;height:;display:block; }
#s4c6d5416ae3bb56bba55ff71362f86c { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:22.35546875rem;left:21.875rem;height:;font-style:normal;display:block; }
#oaab35cf7f3d6cb7816648b06164b55e { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:22.41796875rem;left:42.0625rem;height:;font-style:normal;display:block; }
#ldd21adb25e25e7af2ac386990f5a90c { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.45703125rem;left:42.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#e5a72c48eb55c27215e2bcceaadf2b07 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.2861328125rem;left:27.15625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4ffe1a1dc1e193d2be35345b05a0128 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container { background-color: transparent; background-image: none; }#p4ffe1a1dc1e193d2be35345b05a0128::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container > .video-iframe-container { display: none; }#p4ffe1a1dc1e193d2be35345b05a0128 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4ffe1a1dc1e193d2be35345b05a0128 > .row > .video-iframe-container { display: none; }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container { border-width: 0; border-radius: 0; }#p4ffe1a1dc1e193d2be35345b05a0128 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#d5f29f4b246a6680cfce2d257dec907a { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0732421875rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#oe32d875bfd47ff05a06326c199cda7f { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12.3671875rem;left:0rem;height:3.9375rem;font-style:normal;display:block; }
#q01f1e740c1d22968c8de17442f53deb { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.7255859375rem;left:32.1875rem;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
#V95395c60ead242e3e4d39bb6d0e53e9 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.2734375rem;left:32.1875rem;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
#x51a35ee0c9f967ebe1c5886ddbb39c2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:8.4052734375rem;left:36.34375rem;height:1.3125rem;font-style:normal;display:block; }
#C29f418cd5d1b1bdb9d91108d535b1c2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:14.9609375rem;left:36.34375rem;height:1.3125rem;font-style:normal;display:block; }
#T01af95a1d13328668beae2c0879af44 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:7.6005859375rem;left:33.0625rem;overflow:hidden;display:block; }
#f404fcd44beffe9260fc94dbbbbdf57d { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:14.0859375rem;left:33rem;overflow:hidden;display:block; }
#R36344d341a3a888f9e0c35449f8d247 { box-sizing:content-box;height:12.4375rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.40625rem;left:29.9375rem;display:block; }
#b498134750d0ca8343b528f4cd60a049 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:17.5rem;height:1.5rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:13.2734375rem;left:36.34375rem;display:block; }
#t1f582e85f9ab5db29bca21e2d7f69ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ed6a89be0c1bdf203b40b7e3e7f72f6a { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:17.5rem;height:1.75rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:6.5107421875rem;left:36.375rem;display:block; }
#h61fa47a2bccd5e99c10fabe4e63d3d5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 { position:relative;display:block; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 { background-color: transparent; background-image: none; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row .container > .video-iframe-container { display: none; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row > .video-iframe-container { display: none; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 { border-width: 0; border-radius: 0; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:55.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i4e583e403235aab825455072ed16204 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6rem;left:12.59375rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbf0155dd83812b49425e90564be3113 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.4375rem;left:4.96875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F7f1165d96977a619b2093cda2de8baf .widget-form-header { font-size:0.875rem; }
#F7f1165d96977a619b2093cda2de8baf .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-tertiary-1),1);border-left:0.5rem solid rgba(var(--color-tertiary-1),1);border-right:0.5rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:3.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:1.1;vertical-align:top; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-text {padding-top: 0; padding-bottom: 0;}#F7f1165d96977a619b2093cda2de8baf .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(var(--color-tertiary-1),1);border-left:0.5rem solid rgba(var(--color-tertiary-1),1);border-right:0.5rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";line-height:1.1;vertical-align:top; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-select {padding-top: 0; padding-bottom: 0;}#F7f1165d96977a619b2093cda2de8baf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#F7f1165d96977a619b2093cda2de8baf .widget-input-button { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28.3125rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#F7f1165d96977a619b2093cda2de8baf [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#F7f1165d96977a619b2093cda2de8baf [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#F7f1165d96977a619b2093cda2de8baf [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#F7f1165d96977a619b2093cda2de8baf [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#F7f1165d96977a619b2093cda2de8baf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.0625rem;overflow:hidden;font-style:normal;float:none; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#F7f1165d96977a619b2093cda2de8baf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#F7f1165d96977a619b2093cda2de8baf .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#F7f1165d96977a619b2093cda2de8baf .widget-container:first-of-type{padding-top:0;}#F7f1165d96977a619b2093cda2de8baf .widget-container:last-of-type{padding-bottom:0;}#F7f1165d96977a619b2093cda2de8baf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:25.9423828125rem;left:14.59375rem;font-size:0.875rem; }
#F7f1165d96977a619b2093cda2de8baf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.3125rem;display:block;vertical-align:top; }
#F7f1165d96977a619b2093cda2de8baf .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf {display:block;}#F7f1165d96977a619b2093cda2de8baf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:25.9423828125rem;left:14.59375rem;font-size:0.875rem; }
#F7f1165d96977a619b2093cda2de8baf #y0d79af5e43666b14bff53313665692e { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #a7cc82795c59bdcf4938be88e3b607f3 { position:relative;display:block; }
#F7f1165d96977a619b2093cda2de8baf #Dc7a0988853348444b44a62034527a0c { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #V402bd1c1ebac3bbe4dcd412401629dc { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #ff1f71412b0c9b3aa4381a4444288652 { position:relative;display:block; }
#F7f1165d96977a619b2093cda2de8baf #T2463b355fc472e795efc7ef4d489858 { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #ad220a1c37cff619b182877d68202c9f { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #oc2ddb37a7845b68ad53717ccb7a130b { position:relative;display:block; }
#F7f1165d96977a619b2093cda2de8baf #e27508960f712c3aac4097f6e7271b9d { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #g2d8e4acc32c2b0dfbcc4f1dbd82515e { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #d4d05d63d4eb1e25ddad44ab8c257c0a { position:relative;z-index:2; }
#F7f1165d96977a619b2093cda2de8baf #baae4aa1ecad86c6a48b2e5af38eaa09 { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #v9caedf747b1819090feb96fa2e71cf4 { position:relative; }
#F7f1165d96977a619b2093cda2de8baf #rf83f1d04fb0479cb3f153037e7e5959 { position:relative; }
#wc8535e04fbbeb9fbb80b0b2ddf8fa52 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:24.8125rem;top:13.875rem;left:17.46875rem;overflow:hidden;display:block; }
#c6c3610e1b5c635a9ba1b282c832211c { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:10.4375rem;left:25.6875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T77d3e35f75e6b0afd65bcf1328509a1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:10.4375rem;left:42.875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#i93f36bb51811e7e559b3a83558b2f6a { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.875rem;top:10.65625rem;left:41.3125rem;overflow:hidden;display:block; }
#x1739fe635ae229ec3446b0ca0012544 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.875rem;top:10.65625rem;left:24.4375rem;overflow:hidden;display:block; }
#s1c58f84d1a17340fa78be6d4d0bbb2b { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.875rem;top:10.65625rem;left:3.40625rem;overflow:hidden;display:block; }
#q770a7a2cb7bfe61560494a03efb969a { box-sizing:content-box;height:24.25rem;width:31.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:25.63671875rem;left:14rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container { background-color: transparent; background-image: none; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container > .video-iframe-container { display: none; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row > .video-iframe-container { display: none; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container { border-width: 0; border-radius: 0; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#ze8a75583da3ee4768aa6c98e5e00804 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;font-style:normal;display:block; }
#oeb70d635272e9f7cf632301191b7b2d { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:12.07421875rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#ef928813739801ba81944170249fb0a4 { position:absolute;display:block;z-index:15006;height:9.375rem;width:32.1875rem;top:5.3125rem;left:27.8125rem;display:block; }
#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { background-color: transparent; background-image: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { border-width: 0; border-radius: 0; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1rem;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden;font-style:normal; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-trigger.adaptive-delivery-prevent-bg, #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-trigger.lazyload, #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-trigger.lazyloading { background-image: none; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc { box-sizing:content-box;height:auto;width:27.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.21875rem;left:30rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #GpDe35zrBqwCpGzwnPOSHsQsbb2RN5JQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #ALVsKTXbIOZT0mB1H0UadE9KzDMSnvAW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #CAbafbmXz9DwOqzM72V8IWIqmFhRb8Nq { display:block;position:relative; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #RqTpk1JBFWH5dK3oGrCSKWzRIAEvBOHD {  }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #zLbOoZhf5KyVD07zDwOk96c85PQ13Own {  }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #whEiX5BNJfA72HTgptKTRN5pmpSrIvnn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #BdSraSTFWcdT1JcfaehFKOT1O1XNM0ub { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #VTeBVT8JyLlem0V1d1P7yAGVJqkJOPu8 { display:block;position:relative; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #Vlcf0k0GXtNyixq60rlH5MSNdchHp8Tu {  }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #mFw7ur0H7mGuwAVuseJ4itEkVOPX6TR4 { display:none; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #BlnBQrc8NxzTgJgPUlGkCIZ18nLJmyUh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #IwRKH7rrt49hTDcazgzgLhB0Mg4T6TmO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #tCmDN28MpxE9i8JHHGrno1G5khz5nuhd { display:block;position:relative; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #wu6ILXHLp2vbdGyvoVGne6ENlieJ57un {  }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #sopATILnEp7MCbq9TRnMekcTUR3Uxd30 { display:none; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #ehQ7yPFe6eM1T8yREp99eUzMDVUe4aH5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #nTKOzRl0m23et9BSFTohGKI38vio43q3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #MqSX5atg1Mt3B8DKrxixgKX0k7UCtJHd { display:block;position:relative; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #O1L5TDIeE3SULsJUFo7xJyiO6GWMkRqi {  }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #AbSffxvI2S4QKw7iT0opl7OpiT0rDlJ8 { display:none; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #A9Vd4RmsApsybTvNx8f9lVCRQV22i9yq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #XTU9NpyPIeQ3Ufwp9JsqxI1Pd9TqQ5Bx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #WSLpUFcTnwfHyKfqeOPvwb9V3wQzELxr { display:block;position:relative; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #T0FmGdVvaycNqEL6834xi0tqOrnb7h95 {  }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #XXswTkNxpV58Zm9SznygGzTIiBiWmBa0 { display:none; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #F38s4TbxzJRRkESBfWkJ5fq9Z3b7u5I7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #CMZlRLbkkeqsGftQakPe4PdFVVsoneo8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #m8Etqi4WUGmTlMLOCW2Id7IEznqWv9A2 { display:block;position:relative; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #M16Hfg7sbNDOAeGGyC1bb2Q11Ibb34Ix {  }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #HU9bp41Z4D1vztZXE12qMQCnnVGFE0Gk { display:none; }
#OGNrtNod1xyxmaKRHoG3BNu0zrmHUmDl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.21875rem;left:0rem;height:3.0874rem;font-style:normal;display:block; }
#tJ0onSGNBBW2X8gna4ZRLQr2EdE8mur2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.3125rem;left:0rem;height:2.8125rem;font-style:normal;display:block; }
#wNUm6ENCK3d9q5zBqv4A2BBwyaacGxO3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.25rem;left:0rem;display:block; }
#Du7qDCqqGrTsmAbGf8xRy5GiwDrd7E9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c976ba8d136e48f6d2104c8d1ee094dd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container { background-color: transparent; background-image: none; }#c976ba8d136e48f6d2104c8d1ee094dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container > .video-iframe-container { display: none; }#c976ba8d136e48f6d2104c8d1ee094dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c976ba8d136e48f6d2104c8d1ee094dd > .row > .video-iframe-container { display: none; }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container { border-width: 0; border-radius: 0; }#c976ba8d136e48f6d2104c8d1ee094dd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#X7fbf62ab2b2a5024d84ea0220c5aa8e { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.685546875rem;left:17.34375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaab8defac7b0feeac1e29b754bb21d1 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:8.3125rem;display:block; }
#ic3c8ae08b677ba9029086fff41fe6f4 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.0625rem;left:28.5rem;display:block; }
#a29935e5b200b25f361ec16a902fbc54 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:48.6875rem;display:block; }
#ff728abb283772f95a802dac6c5443b7 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:17.412109375rem;left:22.34375rem;overflow:hidden;display:block; }
#P9e244dfd5d9b49b3004212d227f5d8e { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.099609375rem;left:27.3125rem;height:1.29980625rem;display:block; }
#ecfa6d16dc70899d8b688dcc64b235aa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.837890625rem;left:27.3125rem;height:;font-style:normal;display:block; }
#Pb67c39a4b89820e163f5a8f483e4549 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.875rem;left:21.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0bd990ca0b59b1ace2d276a053fc662 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.951171875rem;left:22.53125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A632bad82ee8d6f01ae8e7bbe014c9df { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.951171875rem;left:4.53125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ua2f09fc72ca812063c5ef05479d91e8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.875rem;left:2.46875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#df11cec96123377e37049b313f7729c6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.126953125rem;left:42.71875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eda68b548d7e981b13444cd3d1699832 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:26.875rem;left:9.125rem;overflow:hidden;display:block; }
#L024354ef4a6300b575c8287a0722163 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:26.9375rem;left:29.375rem;overflow:hidden;display:block; }
#mf78910b870b0e10d160bd4839e48cce { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:26.875rem;left:49.5625rem;overflow:hidden;display:block; }
#fb128909c40e01be1512c13d7d76fc0a { box-sizing:content-box;height:11.875rem;width:19.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:23.875rem;left:20.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#m002006338bbe4fdb50359e443032eba { color:rgba(var(--color-tertiary-3),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:12.607421875rem;left:17.65625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e58975b4e185ddc08e1bf11bcdcf21ed { box-sizing:content-box;height:11.875rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:23.875rem;left:40.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#b7797258121952d89d13259a4a5ef540 { box-sizing:content-box;height:11.875rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:23.875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq { position:relative;display:block; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq { background-color: transparent; background-image: none; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row .container > .video-iframe-container { display: none; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row > .video-iframe-container { display: none; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq { border-width: 0; border-radius: 0; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TnRbQ4h0wZhxolMwzscaKEMQeLcS2kMS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.5rem;top:2.4619140625rem;left:0rem;overflow:hidden;display:block; }
#uH9fo84Zz2et0xzovEzTeKzLDz7JkRHs { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:47.4375rem;height:1.29980625rem;display:block; }
#zRDL2AdMoelxNTQBKSuoctKKW7I1swNS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:54.3125rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U { display:none; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFBlHHIOth2snug0FpK68aBNzFWMD1tG { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xCVmMyxMqcWFnodpKMgVSVLD2bWhtfg9 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTRhbmTL1iSSgVukHKuPPv78MTaLBucw { display:block; }
 }@media only screen and (max-width: 763px) { #COVslH4abPH0ZhmHE7vEQANquAIo1vFo { width:6.5rem;height:2.1875rem;top:1.1875rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hytmKFbNcJrPSXm1R7QM3S8xeMey9huc { display:block; }
 }@media only screen and (max-width: 763px) { #DG0lWkynPL3wiXcOo02cc3Mi0rzfKLDK { width:6.5rem;height:2.1875rem;top:1.1875rem;left:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTTZFd3nBLtfaQA9wDZXF8A6tz3XReOo { display:block; }
 }@media only screen and (max-width: 763px) { #ntgd3BoUrNJcJfuxGkk8VCCSaPRFQQkr { width:6.5rem;height:2.1875rem;top:1.1875rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsmXa4epbIEpTo8nezosn4SJi3hWsF2w { display:block; }
 }@media only screen and (max-width: 763px) { #rxgkwlnyMHuCRUxefvA2FJs4BCaHWQAo { width:5.125rem;height:1.25rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgMWzLZcII8IbOUlVbO71QwucTUgnfQD { width:8.6875rem;height:2.75rem;top:0.9375rem;left:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKSxChzmvT08Fw6syhaFrQlm4Ut2aUTN { display:block; }
 }@media only screen and (max-width: 763px) { #UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ { display:block; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1fed14fd28fc4c5257605942f3d9831 { width:5.625rem;height:2.25rem;top:1.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja85ba149e822b2bfc587a5eaf730ddb { display:block; }
 }@media only screen and (max-width: 763px) { #e274b12ee0708187818844300f332ca2 { width:10.8125rem;height:2.75rem;top:0.9375rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5b254de9d5f695bb8b8f7b8e58d261a { display:block; }
 }@media only screen and (max-width: 763px) { #U1e9b99e38eec66c0c572220227f57c0 { width:7.5rem;height:1.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E95bec5fe39d378d78515233fe155461 { width:5.625rem;height:2.25rem;top:1.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0eec1b20ad6af0009a04c29d5bc5db8 { display:block; }
 }@media only screen and (max-width: 763px) { #i9385e3699f36400d4b9381ba4c31a02 { width:5.625rem;height:2.25rem;top:1.1875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7ceea50444917d5e4ffde16b9ab2ce1 { display:block; }
 }@media only screen and (max-width: 763px) { #a0b2049eb87ac0e80101604b67810c4a { width:5.625rem;height:2.25rem;top:1.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8d2b7ecb830fd341f4d434be275bfa1 { display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:5.625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:15.375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:13.625rem;height:3.375rem;top:22.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #n8GZ9uBFKoh3THdONXlVFDKP88dARC6A { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oAI058sDsRncXOiFCPXbCC45FfdyIyUc { display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqEXA3evnEeOGRPeyoTDzHkfv7GlRXNL { top:14rem;left:0rem;width:31rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODTITChhkoBv7hiWBlAF1SqfM8imurg { top:26.1875rem;left:1.625rem;width:10rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btAC8oNX3qV0BAeB6bSApIPeTws8vuwF { top:23.875rem;left:5.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5tqErcu242K4Ta2X1TBdxEuHtzwgemg { top:7.5rem;left:0rem;width:29.5rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7361SArdsTgoRNJNfAcP5zZOWs8lTO { top:26.1875rem;left:34.3125rem;width:13.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU1p28zQXJFmxO3I4zrtC6AQdXzmOTEg { top:35.8125rem;left:0.375rem;width:12.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2F8yrJl4Sc8EacgSkT1WQcskwTfqDAf { top:26.1875rem;left:13.25rem;width:10.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyAwkrbb3s6Dayy6hHmKceyWUsWEQoDP { top:23.875rem;left:40.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeuu0rH0iT3mVKnyM07aXJbydCmyUWON { top:23.875rem;left:22.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvaiysaNTDopoNUrUBJIy2ugWm3yzIt { top:33.3125rem;left:5.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkrEwxKILObMVyVytGs4i8nbF3PvGRf { top:21.875rem;left:28.125rem;width:19.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRGPBHli1iguwk4zwDzCwT9NWPLTU1eX { top:21.875rem;left:0rem;width:19.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq87cCey1SRGe41UhJzkPQbBHMHPexTO { top:5.8125rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7X3Fx9KSFgfqPAtyfLgQi0NlNUJfNKg { top:34.875rem;left:12.9375rem;width:10.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLM8Vg4sppHV879KNkcbGwWpKi3uKhK2 { top:34.875rem;left:35.78125rem;width:10.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubIrzbtMQE3GtibxkBTV06weVwO41tgh { top:32.6875rem;left:22.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZbPx7EBhvM2JCdFEuqFlXyg05VHuXv4 { top:32.6875rem;left:40.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQPm9oiMEisTkVXtzyT4VVZhybgTfrn { top:21.875rem;left:4.25rem;width:19.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz0l2NzUIHdpwIXTpIfiq1xyTfWh2eAL { top:30.875rem;left:0rem;width:19.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3yVgJ4ZnV06utVTAbh9q0qEmBrVows { top:30.8125rem;left:28.125rem;width:19.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA1CKQtiollblTzrwBfGHMu5so4mDOUS { top:30.8125rem;left:4.25rem;width:19.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR { display:block; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnfM5oJoVyNRDlcP2bGqnFsiiBLyCtnf { top:6.75rem;left:8.03125rem;width:31.6875rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC1DXRUmURqMWNLldTiZT8Qvf9ZsfSgP { top:4.625rem;left:21.03125rem;width:5.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUB01b09OQHcfNmysHFUnibBGmU2xMz { top:12.6875rem;left:14.1875rem;width:19.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdiTqJTkCGcbqmQ9kE3n5S5rc47SgBH1 { top:23.75rem;left:14.1875rem;width:19.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCEoc6X6rbhZ8DE8svaZC3ddKNASKl9 { top:23.75rem;left:0rem;width:19.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGPNG6SB4hGG2I2TGdASSOfDlUoFgUrT { top:12.6875rem;left:0rem;width:19.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXPhpkT5gJ1syZc5WgZbtoXRS1L9VPyT { top:25.75rem;left:0rem;width:19.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neT0gTzcgGTRmvK6DrvsW2Q5hTWQsHzn { top:25.75rem;left:14.1875rem;width:19.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoPLgaaUeBmR3MKJZLHIZGeeLD4l5N0h { top:23.75rem;left:28.3125rem;width:19.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIqST4azGHCkBRq6fHvEZxz4a96bv8te { top:25.75rem;left:28.375rem;width:19.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7pHbmIxp52Q6tZp9l3TiUhnTTTrKcA4 { top:12.6875rem;left:28.375rem;width:19.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmxBrXUIKMCMewoyv8gg21zdXO3zZzTm { top:7.3125rem;left:0rem;width:25.9375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3PBlquOld4LCe60wXqFuOhVD8Fp6xvP { top:13.125rem;left:0rem;width:28.375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc4IFuCAD70bIx992vV5yz6LiXx4d6UZ { top:17.75rem;left:0rem;width:27.75rem;height:;font-size:0.875rem;display:block; }#Dc4IFuCAD70bIx992vV5yz6LiXx4d6UZ li:before{  }
 }@media only screen and (max-width: 763px) { #NSOWspbMGNTX1lTbw7Q8T4DGReQmC1TJ { width:12.375rem;height:3.375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbDyC2bsqEXhihOSobiK6F705ma8n93W { display:block; }
 }@media only screen and (max-width: 763px) { #lAHbDme9FdxFWs1tgzpcwTaeg3MW61fn { top:2.375rem;left:0rem;width:47.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5IkV24bIoZ6s0ToqoAywddUqhtNwDJa { top:4.4375rem;left:19.6875rem;width:28.0625rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyT2sMitXFa4fK1dUwzG4ivUtWR70Fu { top:5.5rem;left:0rem;width:5.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e033a9838a1eb0039433c4bbb98ad549 { display:block; }#e033a9838a1eb0039433c4bbb98ad549 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3cd2b1bb461330417002d5398caccbf { top:6.875rem;left:14.75rem;width:18.25rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5c7ce587629be7613bd6f31f7f7f70e { top:14.375rem;left:0rem;width:19.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb34b78b38fd0f54b431279fb858787d { top:14.375rem;left:14.0625rem;width:19.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7cc459c3f3cc029f292be094d07d2d6 { top:14.375rem;left:28.125rem;width:19.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbe49c8c42a23cdae297b1b10c9e683e { top:16.25rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7477884c247c3ad731402060446067e { top:20.4375rem;left:0rem;width:15.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbaaf3c7154525f257c9535690185856 { top:22.375rem;left:0rem;width:16.25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B133bb2de871dbb6c524a7953546f24f { top:16.25rem;left:15.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdaa5036c813da2c8a9ac251484eb581 { top:16.25rem;left:36.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6aba752dccac760b0d0949e0bfcc5ae { top:20.4375rem;left:15.90625rem;width:15.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4bb02ab307e509fb532f0103241c0f0 { top:17rem;left:0rem;width:0.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d394c0c46350955b586fc883d7562d04 { top:17rem;left:17.125rem;width:0.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8e5fe77fbaade144150591e22961349 { top:17rem;left:37.3125rem;width:0.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4c6d5416ae3bb56bba55ff71362f86c { top:22.3125rem;left:15.75rem;width:16.25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaab35cf7f3d6cb7816648b06164b55e { top:22.375rem;left:31.5rem;width:16.25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldd21adb25e25e7af2ac386990f5a90c { top:20.4375rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5a72c48eb55c27215e2bcceaadf2b07 { top:5.25rem;left:21.03125rem;width:5.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ffe1a1dc1e193d2be35345b05a0128 { display:block; }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5f29f4b246a6680cfce2d257dec907a { top:6.0625rem;left:0rem;width:19.9375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe32d875bfd47ff05a06326c199cda7f { top:12.3125rem;left:0rem;width:15.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q01f1e740c1d22968c8de17442f53deb { top:6.6875rem;left:26.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V95395c60ead242e3e4d39bb6d0e53e9 { top:13.25rem;left:26.0625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x51a35ee0c9f967ebe1c5886ddbb39c2 { top:8.375rem;left:29.4375rem;width:18.3125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C29f418cd5d1b1bdb9d91108d535b1c2 { top:14.9375rem;left:29.4375rem;width:18.3125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T01af95a1d13328668beae2c0879af44 { top:7.5625rem;left:26.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f404fcd44beffe9260fc94dbbbbdf57d { top:14.0625rem;left:26.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36344d341a3a888f9e0c35449f8d247 { top:5.375rem;left:23.8125rem;width:0.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b498134750d0ca8343b528f4cd60a049 { width:17.5rem;height:1.5rem;top:13.25rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1f582e85f9ab5db29bca21e2d7f69ba { display:block; }
 }@media only screen and (max-width: 763px) { #ed6a89be0c1bdf203b40b7e3e7f72f6a { width:17.5rem;height:1.75rem;top:6.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61fa47a2bccd5e99c10fabe4e63d3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 { display:block; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4e583e403235aab825455072ed16204 { top:6rem;left:6.46875rem;width:34.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbf0155dd83812b49425e90564be3113 { top:10.4375rem;left:0rem;width:16.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf .widget-regular-label { width:28.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-text { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-text {padding-top: 0; padding-bottom: 0;}#F7f1165d96977a619b2093cda2de8baf .widget-textarea { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-select { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-select {padding-top: 0; padding-bottom: 0;}#F7f1165d96977a619b2093cda2de8baf .widget-input-button { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-checkbox-label { width:27.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf  { width:28.3125rem;height:auto;top:25.9375rem;left:8.46875rem; }
#F7f1165d96977a619b2093cda2de8baf .radio-container { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf {display:block;}#F7f1165d96977a619b2093cda2de8baf { width:28.3125rem;height:auto;top:25.9375rem;left:8.46875rem; }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #y0d79af5e43666b14bff53313665692e {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #a7cc82795c59bdcf4938be88e3b607f3 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #Dc7a0988853348444b44a62034527a0c {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #V402bd1c1ebac3bbe4dcd412401629dc {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #ff1f71412b0c9b3aa4381a4444288652 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #T2463b355fc472e795efc7ef4d489858 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #ad220a1c37cff619b182877d68202c9f {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #oc2ddb37a7845b68ad53717ccb7a130b {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #e27508960f712c3aac4097f6e7271b9d {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #g2d8e4acc32c2b0dfbcc4f1dbd82515e {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #d4d05d63d4eb1e25ddad44ab8c257c0a {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #baae4aa1ecad86c6a48b2e5af38eaa09 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #v9caedf747b1819090feb96fa2e71cf4 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #rf83f1d04fb0479cb3f153037e7e5959 {  }
 }@media only screen and (max-width: 763px) { #wc8535e04fbbeb9fbb80b0b2ddf8fa52 { top:13.875rem;left:11.34375rem;width:24.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6c3610e1b5c635a9ba1b282c832211c { top:10.4375rem;left:19.5625rem;width:12.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77d3e35f75e6b0afd65bcf1328509a1 { top:10.4375rem;left:36.75rem;width:10.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i93f36bb51811e7e559b3a83558b2f6a { top:10.625rem;left:35.1875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1739fe635ae229ec3446b0ca0012544 { top:10.625rem;left:18.3125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1c58f84d1a17340fa78be6d4d0bbb2b { top:10.625rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q770a7a2cb7bfe61560494a03efb969a { top:25.625rem;left:7.875rem;width:31.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH { display:block; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze8a75583da3ee4768aa6c98e5e00804 { top:6.25rem;left:0rem;width:17.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeb70d635272e9f7cf632301191b7b2d { top:12.0625rem;left:0rem;width:20.4375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef928813739801ba81944170249fb0a4 { top:5.3125rem;left:15.5625rem;width:32.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc { display:flex;height:auto;width:27.8125rem;top:8.125rem;left:0rem; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #GpDe35zrBqwCpGzwnPOSHsQsbb2RN5JQ {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #ALVsKTXbIOZT0mB1H0UadE9KzDMSnvAW {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #CAbafbmXz9DwOqzM72V8IWIqmFhRb8Nq {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #RqTpk1JBFWH5dK3oGrCSKWzRIAEvBOHD {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #zLbOoZhf5KyVD07zDwOk96c85PQ13Own {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #whEiX5BNJfA72HTgptKTRN5pmpSrIvnn {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #BdSraSTFWcdT1JcfaehFKOT1O1XNM0ub {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #VTeBVT8JyLlem0V1d1P7yAGVJqkJOPu8 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #Vlcf0k0GXtNyixq60rlH5MSNdchHp8Tu {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #mFw7ur0H7mGuwAVuseJ4itEkVOPX6TR4 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #BlnBQrc8NxzTgJgPUlGkCIZ18nLJmyUh {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #IwRKH7rrt49hTDcazgzgLhB0Mg4T6TmO {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #tCmDN28MpxE9i8JHHGrno1G5khz5nuhd {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #wu6ILXHLp2vbdGyvoVGne6ENlieJ57un {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #sopATILnEp7MCbq9TRnMekcTUR3Uxd30 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #ehQ7yPFe6eM1T8yREp99eUzMDVUe4aH5 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #nTKOzRl0m23et9BSFTohGKI38vio43q3 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #MqSX5atg1Mt3B8DKrxixgKX0k7UCtJHd {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #O1L5TDIeE3SULsJUFo7xJyiO6GWMkRqi {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #AbSffxvI2S4QKw7iT0opl7OpiT0rDlJ8 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #A9Vd4RmsApsybTvNx8f9lVCRQV22i9yq {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #XTU9NpyPIeQ3Ufwp9JsqxI1Pd9TqQ5Bx {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #WSLpUFcTnwfHyKfqeOPvwb9V3wQzELxr {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #T0FmGdVvaycNqEL6834xi0tqOrnb7h95 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #XXswTkNxpV58Zm9SznygGzTIiBiWmBa0 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #F38s4TbxzJRRkESBfWkJ5fq9Z3b7u5I7 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #CMZlRLbkkeqsGftQakPe4PdFVVsoneo8 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #m8Etqi4WUGmTlMLOCW2Id7IEznqWv9A2 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #M16Hfg7sbNDOAeGGyC1bb2Q11Ibb34Ix {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #HU9bp41Z4D1vztZXE12qMQCnnVGFE0Gk {  }
 }@media only screen and (max-width: 763px) { #OGNrtNod1xyxmaKRHoG3BNu0zrmHUmDl { top:7.1875rem;left:0rem;width:20rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0onSGNBBW2X8gna4ZRLQr2EdE8mur2 { top:11.3125rem;left:0rem;width:23.125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNUm6ENCK3d9q5zBqv4A2BBwyaacGxO3 { width:11.9375rem;height:3.375rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du7qDCqqGrTsmAbGf8xRy5GiwDrd7E9p { display:block; }
 }@media only screen and (max-width: 763px) { #c976ba8d136e48f6d2104c8d1ee094dd { display:block; }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7fbf62ab2b2a5024d84ea0220c5aa8e { top:5.625rem;left:0rem;width:25.3125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaab8defac7b0feeac1e29b754bb21d1 { top:26.0625rem;left:5.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic3c8ae08b677ba9029086fff41fe6f4 { top:26.0625rem;left:20.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a29935e5b200b25f361ec16a902fbc54 { top:26rem;left:39.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff728abb283772f95a802dac6c5443b7 { top:17.375rem;left:19.28125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9e244dfd5d9b49b3004212d227f5d8e { top:18.0625rem;left:14.0625rem;width:11.875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecfa6d16dc70899d8b688dcc64b235aa { top:19.8125rem;left:13.3125rem;width:10.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb67c39a4b89820e163f5a8f483e4549 { top:30.875rem;left:6.75rem;width:17.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0bd990ca0b59b1ace2d276a053fc662 { top:32.9375rem;left:8.9375rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A632bad82ee8d6f01ae8e7bbe014c9df { top:32.9375rem;left:1.46875rem;width:10.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2f09fc72ca812063c5ef05479d91e8 { top:30.875rem;left:0rem;width:14.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df11cec96123377e37049b313f7729c6 { top:30.125rem;left:32.8125rem;width:14.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eda68b548d7e981b13444cd3d1699832 { top:26.875rem;left:6.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L024354ef4a6300b575c8287a0722163 { top:26.9375rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf78910b870b0e10d160bd4839e48cce { top:26.875rem;left:40.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb128909c40e01be1512c13d7d76fc0a { top:23.875rem;left:4.25rem;width:19.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m002006338bbe4fdb50359e443032eba { top:12.5625rem;left:0rem;width:24.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e58975b4e185ddc08e1bf11bcdcf21ed { top:23.875rem;left:28.125rem;width:19.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7797258121952d89d13259a4a5ef540 { top:23.875rem;left:0rem;width:19.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq { display:block; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnRbQ4h0wZhxolMwzscaKEMQeLcS2kMS { width:7.5rem;height:1.875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH9fo84Zz2et0xzovEzTeKzLDz7JkRHs { top:2.9375rem;left:41.3125rem;width:5.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDL2AdMoelxNTQBKSuoctKKW7I1swNS { top:2.9375rem;left:42.0625rem;width:5.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container { background-color: transparent; background-image: none; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container > .video-iframe-container { display: none; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row > .video-iframe-container { display: none; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container { border-width: 0; border-radius: 0; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0ph0FXir6WZZTTdVRu7llTbO6u7Al0U > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFBlHHIOth2snug0FpK68aBNzFWMD1tG { display:flex;top:1.4375rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15008;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xCVmMyxMqcWFnodpKMgVSVLD2bWhtfg9 { width:20rem;height:2.1875rem;top:3.9375rem;left:0rem;z-index:15002;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #QTRhbmTL1iSSgVukHKuPPv78MTaLBucw { display:block; }
 }@media only screen and (max-width: 763px) { #COVslH4abPH0ZhmHE7vEQANquAIo1vFo { width:20rem;height:2.1875rem;top:6.125rem;left:0rem;z-index:15003;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #hytmKFbNcJrPSXm1R7QM3S8xeMey9huc { display:block; }
 }@media only screen and (max-width: 763px) { #DG0lWkynPL3wiXcOo02cc3Mi0rzfKLDK { width:20rem;height:2.1875rem;top:8.3125rem;left:0rem;z-index:15004;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TTTZFd3nBLtfaQA9wDZXF8A6tz3XReOo { display:block; }
 }@media only screen and (max-width: 763px) { #ntgd3BoUrNJcJfuxGkk8VCCSaPRFQQkr { width:20rem;height:2.1875rem;top:10.5rem;left:0rem;z-index:15005;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #wsmXa4epbIEpTo8nezosn4SJi3hWsF2w { display:block; }
 }@media only screen and (max-width: 763px) { #rxgkwlnyMHuCRUxefvA2FJs4BCaHWQAo { width:5.3125rem;height:1.3125rem;top:1.40625rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IgMWzLZcII8IbOUlVbO71QwucTUgnfQD { width:20rem;height:2.75rem;top:14.1875rem;left:0rem;z-index:15006;color:#ffffff;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSxChzmvT08Fw6syhaFrQlm4Ut2aUTN { display:block; }
 }@media only screen and (max-width: 763px) { #UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ { position:relative;z-index:auto;display:none; }#UF4caaP9g9heNuZwPPEqhMX2LCQypnuQ > .row .container { width:20rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M1fed14fd28fc4c5257605942f3d9831 { width:3.9375rem;height:2.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja85ba149e822b2bfc587a5eaf730ddb { display:block; }
 }@media only screen and (max-width: 763px) { #e274b12ee0708187818844300f332ca2 { width:8.6875rem;height:2.75rem;top:0.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5b254de9d5f695bb8b8f7b8e58d261a { display:block; }
 }@media only screen and (max-width: 763px) { #U1e9b99e38eec66c0c572220227f57c0 { width:5rem;height:1.25rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E95bec5fe39d378d78515233fe155461 { width:4.875rem;height:2.1875rem;top:3.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0eec1b20ad6af0009a04c29d5bc5db8 { display:block; }
 }@media only screen and (max-width: 763px) { #i9385e3699f36400d4b9381ba4c31a02 { width:4.1875rem;height:2.1875rem;top:3.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7ceea50444917d5e4ffde16b9ab2ce1 { display:block; }
 }@media only screen and (max-width: 763px) { #a0b2049eb87ac0e80101604b67810c4a { width:4.75rem;height:2.1875rem;top:3.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8d2b7ecb830fd341f4d434be275bfa1 { display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/788152cf-c81d-47be-bdc7-dd828fc00698/Style3ImageMobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:19.125rem;height:5.3994125rem;top:2.5625rem;left:0.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:19.625rem;height:7.347625rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:13rem;height:3.1875rem;top:18.0625rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #n8GZ9uBFKoh3THdONXlVFDKP88dARC6A { display:flex;top:2rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15007;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAI058sDsRncXOiFCPXbCC45FfdyIyUc { display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqEXA3evnEeOGRPeyoTDzHkfv7GlRXNL { width:20rem;height:4.8984375rem;top:9.400390625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NODTITChhkoBv7hiWBlAF1SqfM8imurg { width:12.75rem;height:2.44921875rem;top:17.283203125rem;left:3.6875rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #btAC8oNX3qV0BAeB6bSApIPeTws8vuwF { width:1.375rem;height:1.375rem;top:17.8203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5tqErcu242K4Ta2X1TBdxEuHtzwgemg { width:20rem;height:3.57421875rem;top:5.201171875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7361SArdsTgoRNJNfAcP5zZOWs8lTO { width:12.375rem;height:2.44921875rem;top:21.931640625rem;left:3.625rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gU1p28zQXJFmxO3I4zrtC6AQdXzmOTEg { width:12.625rem;height:1.2246125rem;top:27.21875rem;left:3.6875rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2F8yrJl4Sc8EacgSkT1WQcskwTfqDAf { width:10.9375rem;height:2.44921875rem;top:31.201171875rem;left:3.625rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kyAwkrbb3s6Dayy6hHmKceyWUsWEQoDP { width:1.375rem;height:1.375rem;top:22.46875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeuu0rH0iT3mVKnyM07aXJbydCmyUWON { width:1.375rem;height:1.375rem;top:31.73828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvaiysaNTDopoNUrUBJIy2ugWm3yzIt { width:1.375rem;height:1.375rem;top:27.14453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkrEwxKILObMVyVytGs4i8nbF3PvGRf { width:19.75rem;height:4.0625rem;top:30.30078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRGPBHli1iguwk4zwDzCwT9NWPLTU1eX { width:19.75rem;height:4.0625rem;top:16.3515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq87cCey1SRGe41UhJzkPQbBHMHPexTO { width:20rem;height:1.3994125rem;top:3.552734375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m7X3Fx9KSFgfqPAtyfLgQi0NlNUJfNKg { width:11.375rem;height:2.44921875rem;top:35.919921875rem;left:3.625rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLM8Vg4sppHV879KNkcbGwWpKi3uKhK2 { width:10.9375rem;height:2.44921875rem;top:40.5771484375rem;left:3.625rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ubIrzbtMQE3GtibxkBTV06weVwO41tgh { width:1.375rem;height:1.375rem;top:36.45703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZbPx7EBhvM2JCdFEuqFlXyg05VHuXv4 { width:1.375rem;height:1.375rem;top:41.1142578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQPm9oiMEisTkVXtzyT4VVZhybgTfrn { width:19.75rem;height:4.0625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz0l2NzUIHdpwIXTpIfiq1xyTfWh2eAL { width:19.75rem;height:4.0625rem;top:34.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3yVgJ4ZnV06utVTAbh9q0qEmBrVows { width:19.75rem;height:4.0625rem;top:39.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA1CKQtiollblTzrwBfGHMu5so4mDOUS { width:19.75rem;height:4.0625rem;top:25.67578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR { display:block; }#Rz2IS11o1TzNDfr1CQmF3i6TcAThlfQR > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnfM5oJoVyNRDlcP2bGqnFsiiBLyCtnf { width:13.625rem;height:3.8984375rem;top:4.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DC1DXRUmURqMWNLldTiZT8Qvf9ZsfSgP { width:5.6875rem;height:1.3994125rem;top:3.2890625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #TuUB01b09OQHcfNmysHFUnibBGmU2xMz { width:19.875rem;height:10.3125rem;top:31.0849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdiTqJTkCGcbqmQ9kE3n5S5rc47SgBH1 { width:20rem;height:1.29980625rem;top:42.6474609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCEoc6X6rbhZ8DE8svaZC3ddKNASKl9 { width:20rem;height:1.29980625rem;top:21.76171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGPNG6SB4hGG2I2TGdASSOfDlUoFgUrT { width:19.375rem;height:10.0625rem;top:10.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXPhpkT5gJ1syZc5WgZbtoXRS1L9VPyT { width:20rem;height:3.673825rem;top:23.6865234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neT0gTzcgGTRmvK6DrvsW2Q5hTWQsHzn { width:20rem;height:4.8984375rem;top:44.572265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoPLgaaUeBmR3MKJZLHIZGeeLD4l5N0h { width:20rem;height:1.29980625rem;top:62.1826171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIqST4azGHCkBRq6fHvEZxz4a96bv8te { width:20rem;height:4.8984375rem;top:64.107421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7pHbmIxp52Q6tZp9l3TiUhnTTTrKcA4 { width:19.625rem;height:10.1875rem;top:50.7451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmxBrXUIKMCMewoyv8gg21zdXO3zZzTm { width:16.25rem;height:3.57421875rem;top:6.8828125rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I3PBlquOld4LCe60wXqFuOhVD8Fp6xvP { width:16.3125rem;height:6.12305rem;top:11.24609375rem;left:1.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Dc4IFuCAD70bIx992vV5yz6LiXx4d6UZ { width:16.6875rem;height:6.535125rem;top:19.0078125rem;left:1.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }#Dc4IFuCAD70bIx992vV5yz6LiXx4d6UZ li:before{  }
 }@media only screen and (max-width: 763px) { #NSOWspbMGNTX1lTbw7Q8T4DGReQmC1TJ { width:16.9375rem;height:3.0625rem;top:27.703125rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbDyC2bsqEXhihOSobiK6F705ma8n93W { display:block; }
 }@media only screen and (max-width: 763px) { #lAHbDme9FdxFWs1tgzpcwTaeg3MW61fn { width:19.875rem;height:45.25rem;top:2.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5IkV24bIoZ6s0ToqoAywddUqhtNwDJa { width:14.6875rem;height:14.6875rem;top:33.546875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyT2sMitXFa4fK1dUwzG4ivUtWR70Fu { width:5.6875rem;height:1.3994125rem;top:4.859375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #e033a9838a1eb0039433c4bbb98ad549 { display:block; }#e033a9838a1eb0039433c4bbb98ad549 > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3cd2b1bb461330417002d5398caccbf { width:14.875rem;height:3.8984375rem;top:4.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O5c7ce587629be7613bd6f31f7f7f70e { width:19.75rem;height:15rem;top:10.44921875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb34b78b38fd0f54b431279fb858787d { width:19.75rem;height:13.9375rem;top:26.19921875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7cc459c3f3cc029f292be094d07d2d6 { width:19.75rem;height:15.4375rem;top:40.88671875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbe49c8c42a23cdae297b1b10c9e683e { width:3rem;height:3rem;top:11.69921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7477884c247c3ad731402060446067e { width:15.9375rem;height:1.29980625rem;top:15.94921875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbaaf3c7154525f257c9535690185856 { width:17.6875rem;height:6.12305rem;top:17.8740234375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B133bb2de871dbb6c524a7953546f24f { width:3rem;height:3rem;top:27.44921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdaa5036c813da2c8a9ac251484eb581 { width:3rem;height:3rem;top:42.13671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6aba752dccac760b0d0949e0bfcc5ae { width:15.9375rem;height:1.29980625rem;top:31.69921875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4bb02ab307e509fb532f0103241c0f0 { width:0.625rem;height:1.4619125rem;top:12.46875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d394c0c46350955b586fc883d7562d04 { width:0.625rem;height:1.4619125rem;top:28.21875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8e5fe77fbaade144150591e22961349 { width:0.625rem;height:1.4619125rem;top:42.90625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4c6d5416ae3bb56bba55ff71362f86c { width:17.125rem;height:4.8984375rem;top:33.6240234375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaab35cf7f3d6cb7816648b06164b55e { width:17.375rem;height:6.12305rem;top:48.3115234375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldd21adb25e25e7af2ac386990f5a90c { width:15.9375rem;height:1.29980625rem;top:46.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5a72c48eb55c27215e2bcceaadf2b07 { width:5.6875rem;height:1.3994125rem;top:2.6015625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #p4ffe1a1dc1e193d2be35345b05a0128 { display:block; }#p4ffe1a1dc1e193d2be35345b05a0128 > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5f29f4b246a6680cfce2d257dec907a { width:15.3125rem;height:3.8984375rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe32d875bfd47ff05a06326c199cda7f { width:20rem;height:3.673825rem;top:7.609375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q01f1e740c1d22968c8de17442f53deb { width:3rem;height:3rem;top:12.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V95395c60ead242e3e4d39bb6d0e53e9 { width:3rem;height:3rem;top:18.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x51a35ee0c9f967ebe1c5886ddbb39c2 { width:16rem;height:1.3125rem;top:14.4609375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C29f418cd5d1b1bdb9d91108d535b1c2 { width:15.875rem;height:1.3125rem;top:19.7734375rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T01af95a1d13328668beae2c0879af44 { width:1.25rem;height:1.25rem;top:13.5859375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f404fcd44beffe9260fc94dbbbbdf57d { width:1.375rem;height:1.375rem;top:18.8359375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36344d341a3a888f9e0c35449f8d247 { width:0.125rem;height:12.4375rem;top:31.0859375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b498134750d0ca8343b528f4cd60a049 { width:12.8125rem;height:1.5rem;top:18.2109375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1f582e85f9ab5db29bca21e2d7f69ba { display:block; }
 }@media only screen and (max-width: 763px) { #ed6a89be0c1bdf203b40b7e3e7f72f6a { width:14.875rem;height:1.5rem;top:12.78125rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61fa47a2bccd5e99c10fabe4e63d3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 { display:block; }#W8dMxxHGigcQKFbTlenVBsaT6XCTyW47 > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4e583e403235aab825455072ed16204 { width:13.0625rem;height:3.8984375rem;top:3.86328125rem;left:3.46875rem;font-size:1.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #dbf0155dd83812b49425e90564be3113 { width:16.25rem;height:1.2246125rem;top:9.13671875rem;left:2.25rem;font-size:0.875rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:3;overflow:hidden;height:auto; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-text {padding-top: 0; padding-bottom: 0;}#F7f1165d96977a619b2093cda2de8baf .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-input-select {padding-top: 0; padding-bottom: 0;}#F7f1165d96977a619b2093cda2de8baf .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-checkbox-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#F7f1165d96977a619b2093cda2de8baf .widget-container:first-of-type{padding-top:0;}#F7f1165d96977a619b2093cda2de8baf .widget-container:last-of-type{padding-bottom:0;}#F7f1165d96977a619b2093cda2de8baf  { width:16.75rem;height:auto;top:27.9091796875rem;left:0.375rem; }
#F7f1165d96977a619b2093cda2de8baf .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F7f1165d96977a619b2093cda2de8baf {display:block;}#F7f1165d96977a619b2093cda2de8baf { width:16.75rem;height:auto;top:27.9091796875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #y0d79af5e43666b14bff53313665692e {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #a7cc82795c59bdcf4938be88e3b607f3 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #Dc7a0988853348444b44a62034527a0c {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #V402bd1c1ebac3bbe4dcd412401629dc {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #ff1f71412b0c9b3aa4381a4444288652 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #T2463b355fc472e795efc7ef4d489858 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #ad220a1c37cff619b182877d68202c9f {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #oc2ddb37a7845b68ad53717ccb7a130b {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #e27508960f712c3aac4097f6e7271b9d {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #g2d8e4acc32c2b0dfbcc4f1dbd82515e {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #d4d05d63d4eb1e25ddad44ab8c257c0a {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #baae4aa1ecad86c6a48b2e5af38eaa09 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #v9caedf747b1819090feb96fa2e71cf4 {  }
 }@media only screen and (max-width: 763px) { #F7f1165d96977a619b2093cda2de8baf #rf83f1d04fb0479cb3f153037e7e5959 {  }
 }@media only screen and (max-width: 763px) { #wc8535e04fbbeb9fbb80b0b2ddf8fa52 { width:14.875rem;height:13.6875rem;top:18.13671875rem;left:2.46875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #c6c3610e1b5c635a9ba1b282c832211c { width:12.125rem;height:1.2246125rem;top:11.2978515625rem;left:4.46875rem;font-size:0.875rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T77d3e35f75e6b0afd65bcf1328509a1 { width:10.625rem;height:1.2246125rem;top:13.4599609375rem;left:5.25rem;font-size:0.875rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i93f36bb51811e7e559b3a83558b2f6a { width:0.875rem;height:0.875rem;top:11.4111328125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1739fe635ae229ec3446b0ca0012544 { width:0.875rem;height:0.875rem;top:9.2490234375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1c58f84d1a17340fa78be6d4d0bbb2b { width:0.875rem;height:0.875rem;top:13.509765625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q770a7a2cb7bfe61560494a03efb969a { width:19.75rem;height:24.6875rem;top:27.6455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH { display:block; }#etLO1ItbdpR3gzbV4Htxepz4KkJ3yvCH > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze8a75583da3ee4768aa6c98e5e00804 { width:20rem;height:1.7871125rem;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeb70d635272e9f7cf632301191b7b2d { width:13.5625rem;height:3.673825rem;top:4.5498046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef928813739801ba81944170249fb0a4 { width:20rem;height:9.375rem;top:9.4726546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-heading-text { font-size:0.875rem;height:auto; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-desc-text { font-size:0.875rem;height:auto; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc { display:flex;height:auto;width:20rem;top:16.3125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #GpDe35zrBqwCpGzwnPOSHsQsbb2RN5JQ {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #ALVsKTXbIOZT0mB1H0UadE9KzDMSnvAW {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #CAbafbmXz9DwOqzM72V8IWIqmFhRb8Nq {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #RqTpk1JBFWH5dK3oGrCSKWzRIAEvBOHD {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #zLbOoZhf5KyVD07zDwOk96c85PQ13Own {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #whEiX5BNJfA72HTgptKTRN5pmpSrIvnn {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #BdSraSTFWcdT1JcfaehFKOT1O1XNM0ub {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #VTeBVT8JyLlem0V1d1P7yAGVJqkJOPu8 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #Vlcf0k0GXtNyixq60rlH5MSNdchHp8Tu {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #mFw7ur0H7mGuwAVuseJ4itEkVOPX6TR4 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #BlnBQrc8NxzTgJgPUlGkCIZ18nLJmyUh {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #IwRKH7rrt49hTDcazgzgLhB0Mg4T6TmO {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #tCmDN28MpxE9i8JHHGrno1G5khz5nuhd {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #wu6ILXHLp2vbdGyvoVGne6ENlieJ57un {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #sopATILnEp7MCbq9TRnMekcTUR3Uxd30 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #ehQ7yPFe6eM1T8yREp99eUzMDVUe4aH5 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #nTKOzRl0m23et9BSFTohGKI38vio43q3 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #MqSX5atg1Mt3B8DKrxixgKX0k7UCtJHd {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #O1L5TDIeE3SULsJUFo7xJyiO6GWMkRqi {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #AbSffxvI2S4QKw7iT0opl7OpiT0rDlJ8 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #A9Vd4RmsApsybTvNx8f9lVCRQV22i9yq {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #XTU9NpyPIeQ3Ufwp9JsqxI1Pd9TqQ5Bx {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #WSLpUFcTnwfHyKfqeOPvwb9V3wQzELxr {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #T0FmGdVvaycNqEL6834xi0tqOrnb7h95 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #XXswTkNxpV58Zm9SznygGzTIiBiWmBa0 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #F38s4TbxzJRRkESBfWkJ5fq9Z3b7u5I7 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #CMZlRLbkkeqsGftQakPe4PdFVVsoneo8 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #m8Etqi4WUGmTlMLOCW2Id7IEznqWv9A2 {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #M16Hfg7sbNDOAeGGyC1bb2Q11Ibb34Ix {  }
 }@media only screen and (max-width: 763px) { #GwqkVzoqxs2Lzfxsq1dVAWFvtSS1A1rc #HU9bp41Z4D1vztZXE12qMQCnnVGFE0Gk {  }
 }@media only screen and (max-width: 763px) { #OGNrtNod1xyxmaKRHoG3BNu0zrmHUmDl { width:20rem;height:1.7871125rem;top:4.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0onSGNBBW2X8gna4ZRLQr2EdE8mur2 { width:20rem;height:2.625rem;top:7.037109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNUm6ENCK3d9q5zBqv4A2BBwyaacGxO3 { width:20rem;height:3.0625rem;top:11.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du7qDCqqGrTsmAbGf8xRy5GiwDrd7E9p { display:block; }
 }@media only screen and (max-width: 763px) { #c976ba8d136e48f6d2104c8d1ee094dd { display:block; }#c976ba8d136e48f6d2104c8d1ee094dd > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7fbf62ab2b2a5024d84ea0220c5aa8e { width:14.125rem;height:3.57421875rem;top:3.849609375rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaab8defac7b0feeac1e29b754bb21d1 { width:2.625rem;height:2.625rem;top:34.8115234375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic3c8ae08b677ba9029086fff41fe6f4 { width:2.625rem;height:2.625rem;top:23.4365234375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a29935e5b200b25f361ec16a902fbc54 { width:2.625rem;height:2.625rem;top:46.1865234375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff728abb283772f95a802dac6c5443b7 { width:3.25rem;height:3.25rem;top:15.87109375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9e244dfd5d9b49b3004212d227f5d8e { width:10.375rem;height:1.21875rem;top:16.24609375rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecfa6d16dc70899d8b688dcc64b235aa { width:10.5rem;height:1.13671875rem;top:17.671875rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb67c39a4b89820e163f5a8f483e4549 { width:15.0625rem;height:1.13671875rem;top:26.6865234375rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0bd990ca0b59b1ace2d276a053fc662 { width:13.5rem;height:1.13671875rem;top:28.4482421875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A632bad82ee8d6f01ae8e7bbe014c9df { width:14.9375rem;height:1.13671875rem;top:39.8232421875rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2f09fc72ca812063c5ef05479d91e8 { width:14.9375rem;height:1.13671875rem;top:38.0615234375rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df11cec96123377e37049b313f7729c6 { width:11.125rem;height:3.41015625rem;top:50.45703125rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eda68b548d7e981b13444cd3d1699832 { width:1.375rem;height:1.375rem;top:35.4365234375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L024354ef4a6300b575c8287a0722163 { width:1.25rem;height:1.25rem;top:24.1240234375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf78910b870b0e10d160bd4839e48cce { width:1.25rem;height:1.25rem;top:46.8740234375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb128909c40e01be1512c13d7d76fc0a { width:19.875rem;height:10rem;top:21.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m002006338bbe4fdb50359e443032eba { width:16.375rem;height:3.673825rem;top:8.310546875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e58975b4e185ddc08e1bf11bcdcf21ed { width:19.875rem;height:11.875rem;top:44.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7797258121952d89d13259a4a5ef540 { width:19.875rem;height:10rem;top:32.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq { display:block; }#OgiE3hRrQb7CqvE05u55DqbFXcr35Mfq > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnRbQ4h0wZhxolMwzscaKEMQeLcS2kMS { width:5.3125rem;height:1.25rem;top:3rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH9fo84Zz2et0xzovEzTeKzLDz7JkRHs { width:5.125rem;height:1.0556625rem;top:5.875rem;left:7.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRDL2AdMoelxNTQBKSuoctKKW7I1swNS { width:5.6875rem;height:1.0556625rem;top:8.1123046875rem;left:7.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }