.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:248,219,227;--color-primary-1:230,135,162;--color-primary-2:205,15,69;--color-primary-3:103,8,35;--color-primary-4:31,2,10;--color-secondary-0:246,247,250;--color-secondary-1:220,221,222;--color-secondary-2:197,198,200;--color-secondary-3:118,119,120;--color-secondary-4:3,3,4;--color-tertiary-0:255,255,255;--color-tertiary-1:251,254,255;--color-tertiary-2:241,241,241;--color-tertiary-3:7,7,7;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e03cf89a-a34c-4463-a67b-9ba4465cedf8/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:18.25rem;left:12.8125rem;height:9.69375rem;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:center;text-align-last:center;display:block; }
#SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.125rem;left:21.0625rem;display:block; }
#Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRz0oKoligUDNqP0S38OVZCidmEU2L0E { position:absolute;display:block;z-index:15005;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:5.6875rem;width:5.6875rem;top:1.5625rem;left:27.15625rem;overflow:hidden;display:block; }
#x05zgRZ8Fenl0PVoXJPhF1VxQ2grxGBl { color:rgba(var(--color-tertiary-1),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:30.875rem;left:10.59375rem;height:2.275rem;font-style:normal;display:block; }
#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { 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; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { background-color: transparent; background-image: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .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); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { border-width: 0; border-radius: 0; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { font-size:0.875rem;font-family:"open sans";height:39.125rem;width:60rem;position:relative;display:block; }#g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.471874237061rem;left:0rem;height:6.80625rem;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;display:block; }
#OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.15625rem;left:27.875rem;height:17.53125rem;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; }
#QBFZGR445gNzLNbLrv4y3HJzzxosyDvx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.8125rem;left:0rem;display:block; }
#pq74ZtQo1BavkbkvOpLpEflPJUzcrn2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnGLAAQy9hfdLriehaRLOcuBm2Ag7I8g { position:absolute;display:block;z-index:15000;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:26.8125rem;width:48.25rem;top:0rem;left:5.875rem;overflow:hidden;display:block; }
#O56QyexeRpBHDJFaBNhlg0TJqtObhSw6 { position:absolute;display:block;z-index:15006;height:3.5625rem;width:6.375rem;top:0.75rem;left:53.625rem;display:block; }
#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 { 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; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row .container { background-color: transparent; background-image: none; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row .container > .video-iframe-container { display: none; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row > .video-iframe-container { display: none; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .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); }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row .container { border-width: 0; border-radius: 0; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#ZOlCbQJcXQbaO2c40PsOolnTsdLSIL7a { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.125rem;left:7.1875rem;height:6.875rem;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;display:block; }
#oKLRU6CQEUlLwJGTktzI24vboW5VZPtG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:3.34375rem;left:0rem;display:block; }
#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { 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; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { background-color: transparent; background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .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); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { border-width: 0; border-radius: 0; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { font-size:0.875rem;font-family:"open sans";height:32.25rem;width:60rem;position:relative;display:block; }#JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:4.1875rem;left:7.5rem;height:1.375rem;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:right;text-align-last:right;display:block; }
#XfLSPX8U0vivTg9O5ewak62NtV39eTBL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:7.5rem;height:2.625rem;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:right;text-align-last:right;display:block; }
#yxUPAfe41TT5s7dvCMEXIfNkETpD10zi { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:5.625rem;top:9.625rem;left:17.4375rem;display:block; }
#ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:9.1875rem;left:23.0625rem;display:block; }
#hWz6nNdhisSGehURWuWyq2fiilN2TyHw { color:rgba(var(--color-tertiary-3),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:14.1875rem;left:13.9375rem;height:1.375rem;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:right;text-align-last:right;display:block; }
#Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.0625rem;left:7.375rem;height:3.9375rem;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:right;text-align-last:right;display:block; }
#usGUC5G6GLTUoPX9O6s0yylihIhSXleN { position:absolute;display:block;z-index:15017;background-color:#090909;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:9.375rem;top:20.875rem;left:14.1875rem;display:block; }
#vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:20.4375rem;left:22.9375rem;display:block; }
#W8xTJNEq29mCi0M5kSN71SNldE9BT3no { position:absolute;display:block;z-index:15019;background-color:#101010;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:14.5rem;left:42.5625rem;display:block; }
#f3d0Tspsupf0ux8kW6T9zQKOBqcRJIVL { position:absolute;display:block;z-index:15018;background-color:#050505;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:5.625rem;top:14.9375rem;left:43.5rem;display:block; }
#yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:9.5625rem;left:43.8125rem;height:1.375rem;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; }
#kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.4375rem;left:43.8125rem;height:2.625rem;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; }
#R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:19.125rem;left:43.5rem;height:1.375rem;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; }
#usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { 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:300;z-index:15015;line-height:1.4;letter-spacing:0;top:21rem;left:43.5rem;height:2.625rem;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; }
#TgXZnmTicuGditzmKeGZxxmtA8x90lqa { position:absolute;display:block;z-index:15022;background-color:#020202;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:5.625rem;top:24.375rem;left:43.5rem;display:block; }
#xR8blHpG77ryxtQpeaQ3XR6GLMxX7ZAA { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.9375rem;left:42.5625rem;display:block; }
#yTBpdSlhU0hLzbNhr7D02LVN5zi6LsVT { position:absolute;display:block;z-index:14999;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:29.5625rem;width:35.25rem;top:2.6875rem;left:4.625rem;overflow:hidden;display:block; }
#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row .container { background-color: transparent; background-image: none; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row .container > .video-iframe-container { display: none; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row > .video-iframe-container { display: none; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .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); }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row .container { border-width: 0; border-radius: 0; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#UTJELlnHtfPOQotBbshR93DeMBCHqyTv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:7.5625rem;height:4.0625rem;font-style:normal;display:block; }
#HePSqNgZNn7ns9dT1Ty0BEs3TB3gSeFX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:4.1875rem;left:0.625rem;display:block; }
#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { background-color: transparent; background-image: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .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); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { border-width: 0; border-radius: 0; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { font-size:0.875rem;font-family:"open sans";height:34.3125rem;width:60rem;position:relative;display:block; }#EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:0.0625rem;height:14.0625rem;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; }
#o5r5oki1q0GNzAenf6T076UVTMKSZuko { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.9375rem;left:0rem;height:3.4375rem;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;display:block; }
#gIQuGTMVii69q8aC36kSPB4eetVX47Dd { position:absolute;display:block;z-index:15014;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:21.3125rem;width:21.3125rem;top:7.5625rem;left:25.3125rem;overflow:hidden;display:block; }
#ToEh6yVNAx8Tsdb6XeTJuH6RlQLs4RZD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:block; }
#SE8mCWLLbzBnoNMIZ3Fh1DldTDGpQW18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPToRJvfXefsWs1Kk8Ops04XRvwIugTt { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.625rem;left:41.329941860465rem;display:block; }
#lphknIJUUGaFuaSy1I7N6f0epkyG1FRx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5625rem;left:44.5rem;height:9.7125rem;font-style:normal;display:block; }#lphknIJUUGaFuaSy1I7N6f0epkyG1FRx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lphknIJUUGaFuaSy1I7N6f0epkyG1FRx li:before{  }
#takSHSw0zV6rZhapQl1oTd6IK3Uv8EAa { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.9375rem;left:45.9375rem;height:1.4625rem;font-style:normal;display:block; }
#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row .container { background-color: transparent; background-image: none; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row .container > .video-iframe-container { display: none; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row > .video-iframe-container { display: none; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .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); }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row .container { border-width: 0; border-radius: 0; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row .container { font-size:0.875rem;font-family:"open sans";height:39.6875rem;width:60rem;position:relative;display:block; }#gVGg4u6siAPhcQfBdBnM4zQcsVTZXpu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.046875rem;left:34.25rem;height:18.28125rem;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; }
#Ns1hoNpafT9TJ6kCAtUCPNOWpxcUK8VH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.8125rem;left:34.25rem;height:3.4375rem;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;display:block; }
#DTWpd3FwdVB7VfdmeeogQDE1rZSzTJsF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.9375rem;left:34.25rem;display:block; }
#NlmW4yC55SeLkJhvlOrbKFWPPCxUxrky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGvAfFa5kOdcfb1R9Rhuuu7fbrXeIIO7 { position:absolute;display:block;z-index:15011;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:25.25rem;width:15.75rem;top:7.875rem;left:13.5625rem;overflow:hidden;display:block; }
#HyvPHEZCOxosPfHGeBfZhD6o2vJ9UkC9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.8125rem;left:0rem;display:block; }
#qoOHUVH0Fpd35TbQa6qdcpSIsOaAdkF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.4375rem;height:1.4625rem;font-style:normal;display:block; }
#t523wPUFeIdTpvLcMF1hQQHZ1mOrtkdb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.0625rem;height:9.7125rem;font-style:normal;display:block; }#t523wPUFeIdTpvLcMF1hQQHZ1mOrtkdb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t523wPUFeIdTpvLcMF1hQQHZ1mOrtkdb li:before{  }
#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row .container { background-color: transparent; background-image: none; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row .container > .video-iframe-container { display: none; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row > .video-iframe-container { display: none; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .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); }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row .container { border-width: 0; border-radius: 0; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row .container { font-size:0.875rem;font-family:"open sans";height:35.625rem;width:60rem;position:relative;display:block; }#mqhOAnh5P0Tbq9eMBWqTODwJCXkFEn1V { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:15.46875rem;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; }
#cwTPc17tip9vrJLkeISMWxgbGFgPAQhk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.6875rem;left:0rem;height:5.15625rem;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;display:block; }
#HPHE9n7QNctc4O6McTH6TL8egvmbTCkM { position:absolute;display:block;z-index:15011;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:14.25rem;width:25.5625rem;top:12.59375rem;left:29.5625rem;overflow:hidden;display:block; }
#LE7tCTsWh0TaA7Rv4OAeeflo3w57ySTH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:block; }
#CVZdKe2l5GGu1d8sO57RD1Bb2DrxtObF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNHrXQl6wk8lGq9479k5rS5zi4BL3PNk { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.6875rem;left:41.4375rem;display:block; }
#yohH1JWlL1Rv5DTHgJuc89s4TpcTx7lD { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:46.125rem;height:1.4625rem;font-style:normal;display:block; }
#O3Qg5ohwPgEEemTUfFWUFsyFvJwoCFZT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.75rem;height:9.7125rem;font-style:normal;display:block; }#O3Qg5ohwPgEEemTUfFWUFsyFvJwoCFZT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O3Qg5ohwPgEEemTUfFWUFsyFvJwoCFZT li:before{  }
#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row .container { background-color: transparent; background-image: none; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row .container > .video-iframe-container { display: none; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row > .video-iframe-container { display: none; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .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); }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row .container { border-width: 0; border-radius: 0; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row .container { font-size:0.875rem;font-family:"open sans";height:39.6875rem;width:60rem;position:relative;display:block; }#snFChOroJTbzDLOFrz4LPM0P8nJN0Hen { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.609375rem;left:34.25rem;height:18.28125rem;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; }
#pCtRy4IDz4edxQ9vC1dyzSlD2TSVPKZV { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.75rem;left:34.25rem;height:5.15625rem;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;display:block; }
#T7FvIGREeUBc3W0kGyIyl4HQMlTkLorX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.4375rem;left:34.25rem;display:block; }
#LrwyOCBqXzsZrZrIawXfTcUZf1QVyWt0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1LIM7maTv5ZR0WWTkRFhBgaClKoAR8g { position:absolute;display:block;z-index:15011;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:15.375rem;width:27.8125rem;top:12.703125rem;left:5.875rem;overflow:hidden;display:block; }
#x0muVUK6XeR9pOn55tEnOKMN6wp7ZkJI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.8125rem;left:0rem;display:block; }
#ps9bvwD0ODvKpUyQFkUAtTTqwrC8VKC8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.4375rem;height:1.4625rem;font-style:normal;display:block; }
#snUhm8WHtHKHhkQMvvCu3rx4mmAGTbGt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.0625rem;height:8.7375rem;font-style:normal;display:block; }#snUhm8WHtHKHhkQMvvCu3rx4mmAGTbGt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#snUhm8WHtHKHhkQMvvCu3rx4mmAGTbGt li:before{  }
#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row .container { background-color: transparent; background-image: none; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row .container > .video-iframe-container { display: none; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row > .video-iframe-container { display: none; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .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); }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row .container { border-width: 0; border-radius: 0; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row .container { font-size:0.875rem;font-family:"open sans";height:34.4375rem;width:60rem;position:relative;display:block; }#bwMh5iCCTmbp3foKkgScFsPStoK5Urvd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:14.0625rem;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; }
#LtU4R9RnR2khWx9ShTW3dPnrkkHEVK3t { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:3.4375rem;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;display:block; }
#f0zbO2Ifw3LJsGixAOPJfAyCfs5PSiQ4 { position:absolute;display:block;z-index:15011;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:12.125rem;width:7.1875rem;top:19.53125rem;left:52.125rem;overflow:hidden;display:block; }
#lNNt05KCxVXWV0cNT3A7zUglzzminsMA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.5rem;left:0rem;display:block; }
#gdSks1BfDwamHfnaSgglOx6yCPUZJvTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbnT6CImzHnBZz1UvGHLi475DTAbcRZa { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.6875rem;left:41.4375rem;display:block; }
#EJVzomEsls34aOVooLMM8aB7BrX7Tklh { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:46.125rem;height:1.4625rem;font-style:normal;display:block; }
#pTUZvfoi8Ck1JVL3bZwT6NN7BMuci0lE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.75rem;height:11.6625rem;font-style:normal;display:block; }#pTUZvfoi8Ck1JVL3bZwT6NN7BMuci0lE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pTUZvfoi8Ck1JVL3bZwT6NN7BMuci0lE li:before{  }
#EZZkVg04u7qo8I7BGTDoEHzlKFLdSq1h { position:absolute;display:block;z-index:15012;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:18.0625rem;width:14.25rem;top:6.375rem;left:30.5625rem;overflow:hidden;display:block; }
#IBncdv8u4ASDfAH57Uurx27G2o1IhGL3 { position:absolute;display:block;z-index:15013;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:14.25rem;width:9.8125rem;top:17.46875rem;left:41.4375rem;overflow:hidden;display:block; }
#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row .container { background-color: transparent; background-image: none; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row .container > .video-iframe-container { display: none; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row > .video-iframe-container { display: none; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .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); }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row .container { border-width: 0; border-radius: 0; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row .container { font-size:0.875rem;font-family:"open sans";height:39.875rem;width:60rem;position:relative;display:block; }#zn62wXOHJu14tNsDuGBZvvIoHX65TsQ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.625rem;left:34.25rem;height:18.28125rem;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; }
#Rs45Fy3RkttiedTlfRuExbGCh31ufzPK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.6875rem;left:34.25rem;height:3.4375rem;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;display:block; }
#kTn46WkKQfAx9xzHrkqh5mJySN98PTTr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.9375rem;left:34.25rem;display:block; }
#MDpVI1Z5a6WBEq7xGJEpsLmDEkuKodJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfqbZGONREdvEUODpFSoxbl8htHQWDH3 { position:absolute;display:block;z-index:15011;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:22.875rem;width:18.5625rem;top:13.9375rem;left:10.5625rem;overflow:hidden;display:block; }
#X8AZB7qhggogVR7e6pTFPExcF4QlXP8a { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.8125rem;left:0rem;display:block; }
#oBFmDzCC42iAFycDTJesQWPw9uLnkU4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.3125rem;height:;font-style:normal;display:block; }#oBFmDzCC42iAFycDTJesQWPw9uLnkU4Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oBFmDzCC42iAFycDTJesQWPw9uLnkU4Q li:before{  }
#fs1J57Kc4ouGWJ9oFQ5byrkbLdLHaaIp { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.75rem;height:1.4625rem;font-style:normal;display:block; }
#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row .container { background-color: transparent; background-image: none; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row .container > .video-iframe-container { display: none; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row > .video-iframe-container { display: none; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .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); }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row .container { border-width: 0; border-radius: 0; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row .container { font-size:0.875rem;font-family:"open sans";height:31.125rem;width:60rem;position:relative;display:block; }#o7yxCEFXE3ixBhixb1iz8iKOFROo4Iql { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:11.25rem;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; }
#Q9cstJNJmZARiU2qQWVIJN0TyPJzzs4D { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:3.4375rem;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;display:block; }
#ltcSOZafF9yPraM4J8LRIfuSJ8JZ36Vf { position:absolute;display:block;z-index:15011;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:15.3125rem;width:21.0625rem;top:15rem;left:26.799999237061rem;overflow:hidden;display:block; }
#xlb6InPnh9FOfERaXvCfsnoCRwRaMBly { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.375rem;left:0rem;display:block; }
#I8OcdmOqkTS0BW4lZhmdp5Nso8XwZ25n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7nlCRvZ0BINtMDVZ7RVrux1cQupIHkS { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.6875rem;left:41.4375rem;display:block; }
#kvQN562zAVN2hITu75igabpNiLmRW4zw { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:46.125rem;height:1.4625rem;font-style:normal;display:block; }
#fep21FsgZcORfPOi82eVzsgCRmWxq8BU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.75rem;height:;font-style:normal;display:block; }#fep21FsgZcORfPOi82eVzsgCRmWxq8BU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fep21FsgZcORfPOi82eVzsgCRmWxq8BU li:before{  }
#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row .container { background-color: transparent; background-image: none; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row .container > .video-iframe-container { display: none; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row > .video-iframe-container { display: none; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .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); }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row .container { border-width: 0; border-radius: 0; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row .container { font-size:0.875rem;font-family:"open sans";height:35.75rem;width:60rem;position:relative;display:block; }#dUzBQqgGCQeCCdTEPJddH7bXTLL7xEHF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.625rem;left:34.25rem;height:14.0625rem;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; }
#LJZNpzZTLoomazbgLB09tMlXCo5icwz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.6875rem;left:34.25rem;height:3.4375rem;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;display:block; }
#RW0f018kyfRQ2wETVTrqV6ksWXIzBhPT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.8125rem;left:34.25rem;display:block; }
#lZOHGTt3HOOet73W4u2QwtbQT3Ibq5VS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WaizTZMeVFoc4BTT5xGDJTDE88vq0bM2 { position:absolute;display:block;z-index:15011;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:18.0625rem;width:20.5625rem;top:15.5rem;left:8.8020820617675rem;overflow:hidden;display:block; }
#Fik3mTZoTz4TNbXIraLr1zxPXdGfETZ0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.8125rem;left:0rem;display:block; }
#hLztnRwVLU7JJKO8d2Tv0tg0KdwByRWo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.3125rem;height:9.7125rem;font-style:normal;display:block; }#hLztnRwVLU7JJKO8d2Tv0tg0KdwByRWo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hLztnRwVLU7JJKO8d2Tv0tg0KdwByRWo li:before{  }
#ygrBVWA7senrbVUCXkA284RLdGHlKgX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.75rem;height:1.4625rem;font-style:normal;display:block; }
#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row .container { background-color: transparent; background-image: none; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row .container > .video-iframe-container { display: none; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row > .video-iframe-container { display: none; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .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); }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row .container { border-width: 0; border-radius: 0; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row .container { font-size:0.875rem;font-family:"open sans";height:34.4375rem;width:60rem;position:relative;display:block; }#lJH6tUXVAtLSo2CCpKDZsa5n4qrfeRWl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:15.46875rem;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; }
#TdEO48gA7tLkTuqUED5mgAeqMhkLEb5w { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:3.4375rem;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;display:block; }
#UbFvsU6BAhHHiBu4edfioWtPKlk5PShd { position:absolute;display:block;z-index:15011;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:17.4375rem;width:18.625rem;top:11.28125rem;left:31rem;overflow:hidden;display:block; }
#yaOQrTneLOtLUTc12ClfoXaAvM3H6e8C { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.5rem;left:0rem;display:block; }
#Dg6x5AcGqz1cwNR6kfpKK5VyO6xyoadh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vy9qlbSgwxt5sPhkd7Cr1e7QOu0m29Rp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.6875rem;left:41.4375rem;display:block; }
#uW80swVap7GXmB80eRqRN17F6gzLms4r { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:46.125rem;height:1.4625rem;font-style:normal;display:block; }
#ddv8CzurAbvMuLvF06ghrQyqtns2Vmwn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.75rem;height:;font-style:normal;display:block; }#ddv8CzurAbvMuLvF06ghrQyqtns2Vmwn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ddv8CzurAbvMuLvF06ghrQyqtns2Vmwn li:before{  }
#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row .container { background-color: transparent; background-image: none; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row .container > .video-iframe-container { display: none; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row > .video-iframe-container { display: none; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .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); }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row .container { border-width: 0; border-radius: 0; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row .container { font-size:0.875rem;font-family:"open sans";height:35.5rem;width:60rem;position:relative;display:block; }#VsxgWZTkM8caErtr4lEBQaiAypr2gViD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.625rem;left:34.25rem;height:14.0625rem;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; }
#yssKFRJPeeXv6rVq6wmsl4xfrOshfMb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.6875rem;left:34.25rem;height:;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;display:block; }
#xTrKIAGxobHJRT6M37433lww5ZPV6SJM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.8125rem;left:34.25rem;display:block; }
#KZZ5lsyCvLRFk3cW9e0bkp4BxZA3xzNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyuvWalGUxxwQcIHXJb3ee3IrJX0q6Sk { position:absolute;display:block;z-index:15011;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:15.125rem;width:8.375rem;top:12rem;left:16.375rem;overflow:hidden;display:block; }
#dW1i0HmEEzLR8Dbtz1U6LILrn5Z3inUr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.8125rem;left:0rem;display:block; }
#ln9KZgaM3VVySxTuJbo6TTZyxPTGgXbD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.3125rem;height:;font-style:normal;display:block; }#ln9KZgaM3VVySxTuJbo6TTZyxPTGgXbD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ln9KZgaM3VVySxTuJbo6TTZyxPTGgXbD li:before{  }
#UUF8SrKaip98hxVh7HZTg9iRoITHUaeM { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.75rem;height:1.4625rem;font-style:normal;display:block; }
#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row .container { background-color: transparent; background-image: none; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row .container > .video-iframe-container { display: none; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row > .video-iframe-container { display: none; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .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); }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row .container { border-width: 0; border-radius: 0; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row .container { font-size:0.875rem;font-family:"open sans";height:39.5625rem;width:60rem;position:relative;display:block; }#npMwQV1OJAFXD3IvBhUP6oXEzoXgu4KW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:19.6875rem;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; }
#Fw8aOGI8tvl3srrggaoNApvD15P5x9Ch { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:3.4375rem;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;display:block; }
#SD3V1wTwciq4eJE7aWf90AOX78G3TONJ { position:absolute;display:block;z-index:15011;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:17rem;width:18.625rem;top:16.125rem;left:28.6875rem;overflow:hidden;display:block; }
#z0TyxP5gnUDtppyO7mKtn0xTWnrgT9JX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.3125rem;left:0rem;display:block; }
#EBgvEcaSdIN0epJZTMdgxnXJg8V49dMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AM2k6HQyPdxKBoZVKT50IoPcnKgUb5N9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.5625rem;top:2.6875rem;left:41.4375rem;display:block; }
#wQTe7mNdweLXzA4tvC1barXPUQiv2wNM { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:46.125rem;height:1.4625rem;font-style:normal;display:block; }
#Jaope6AdAXUmedOk62ANTvTarQdKmdqg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.75rem;height:;font-style:normal;display:block; }#Jaope6AdAXUmedOk62ANTvTarQdKmdqg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jaope6AdAXUmedOk62ANTvTarQdKmdqg li:before{  }
#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e03cf89a-a34c-4463-a67b-9ba4465cedf8/10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.adaptive-delivery-prevent-bg, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyload, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyloading { background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { background-color: transparent; background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .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); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { border-width: 0; border-radius: 0; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::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; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:49.5rem;width:60rem;position:relative;display:block; }#txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.375rem;left:6.875rem;height:4.4rem;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;display:block; }
#eRcgeTrvDuzduhlPShEa8Xg8RyK06LXp { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:4.25rem;left:0rem;display:block; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-form-header {  }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;color:#fffdfe;width:37.375rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:37.375rem;box-sizing:border-box;height:3.625rem;color:#00042e;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:400;font-style:normal; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:37.375rem;box-sizing:border-box;height:4.375rem;color:#00042e;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:400;font-style:normal; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:37.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:9.3125rem;margin-bottom:0.25rem;margin-left:9.3125rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#f2f9ff;width:18.6875rem;height:3.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]:-moz-placeholder { color:#454544;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]::-moz-placeholder { color:#454544;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]:-ms-input-placeholder { color:#454544;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]::-webkit-input-placeholder { color:#454544;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .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);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.7);vertical-align:top;width:36.375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .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; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:3.0625rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;color:#fffbfb;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-container:first-of-type{padding-top:0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-container:last-of-type{padding-bottom:0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.625rem;left:10.1875rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.375rem;display:block;vertical-align:top; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;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; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 {display:block;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.625rem;left:10.1875rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #aBiebwCuzd6P6LH3VrpuXquUv7Cw2SFI { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #gJtCC1TJ6RFWTEti3iTLas0WIvHDurDU { position:relative;display:none; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #AZanTpBzu2fE6ztfZOuiuIomNQldQTvb { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #FfvQJbMP1g8iINnC5ZnacGu4eIkRCXhu { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #kOETqSoxI752wMAe0TqEeSPcdFCVOAB9 { position:relative;display:none; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oGJb0QXdN6HTyJXEnoulFfSnr9L0NOhs { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #DwPC6Sdscy8LdaIfO4W8miekmwBoBKAo { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #fDsTD4fy118D5x5c3nvZkHnDy4zCyp06 { position:relative;display:none; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #u993y0gT8nnHHHyEXIanhiEoTDQJEQuU { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #c00ro9ixbmsRE49Swn3T93p71nPfgfnR { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #c00ro9ixbmsRE49Swn3T93p71nPfgfnR .container-column{width:50%;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #GRnXJeVoUDltBypzhZMd4qdvnPudKPdR { position:relative;display:block; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #LSTSJqVDrQxU9aei46C3MViUNS54DBqg { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #h4rSTi6ap5Aecv25C3I9R3X71pMM9oHr { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #m6XwQpFVoJBmuRG3rgskPpz0EyDhkpXC { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oXuvDhRBAmpBd9Kyli4l7lcLoCe6NTG6 { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Lla6pTwB2cf9BIsFTrFWvTirLJ8noBsZ { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #HvlnAEnsKTvW1qeqCgnO443ncDf1xosS { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #WuIC5UH10hmNhycPQIF2l3TkWGpqVIbF { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #hT9PEepZTDAqgJPCSc3KVdmRXeVuzu7A { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Ghl3QibNzUfLqZtDfNbWLEFLWTd6Ldyp { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Iq79N2xl9eaBXgsgCDcKJCahIwulPnsi { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #KGWtwqMv1N9qXGwS0B4XFe3tIA7NNEmQ { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #khcEGDTvtEvb3kuzkUzbBgRxW8GxKQih { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Il9p78RcGmCpeyFsZS39KJk4JT6tW7Ry { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #OH2TfWUvQGs8hpVoqGpy6b27bzefR3sG { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #hb2Hlm6ZeZeKzddVlgsKgbO0TNmThHVL { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #GgLvFTw2OcHqEU87B23lkC6eKBBi5Kz7 { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #wJE5ovO0RkkXqAE3BpPBPNUk1hqa0L2r { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #yhk9kNhkm5q6ElpoBE3i0gBtLuduVqL2 { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oLyZ9qQx37GipX362zuVH1ZT04DXeJdS { position:relative;z-index:2; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #zAiDHG5xiWmJelIk9WT53MgqSiq2rDkl { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #eoNp6pmUDMcyKXlolF4zXsULEO0Z4q3o { position:relative; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #EqmSohyJQ1llxverQk1c5wvrNCmRAIqs { position:relative; }
#ZvAJ2EN8uMQdKq58xtMld4XCIQ3oPFiI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:3.3125rem;width:19.875rem;top:13.375rem;left:20.1875rem;display:block; }
#ViRnTpIeHiULfzAbuCR2HXTD25dwqI8e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:44.6875rem;top:14.625rem;left:7.6875rem;display:block; }
#eNoRphJbf7D7IvyATPv9UqmXtPIoQSAK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:21rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B { 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; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row .container { background-color: transparent; background-image: none; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row .container > .video-iframe-container { display: none; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row > .video-iframe-container { display: none; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .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); }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row .container { border-width: 0; border-radius: 0; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#bTRKe2vubPiEFKebz4Sa9Qt8e0KSTG0u { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.94375038146975rem;left:36.3125rem;height:4.55rem;text-align:right;text-align-last:right;display:block; }
#BfbJpsVoH6FrGEl6s6eyEypmkLSyzzL9 { position:absolute;display:block;z-index:15009;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:3.4375rem;width:3.4375rem;top:1.5rem;left:1.59375rem;overflow:hidden;display:block; }
#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row .container { background-color: transparent; background-image: none; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row .container > .video-iframe-container { display: none; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row > .video-iframe-container { display: none; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .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); }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row .container { border-width: 0; border-radius: 0; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT { 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; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row .container { background-color: transparent; background-image: none; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row .container > .video-iframe-container { display: none; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row > .video-iframe-container { display: none; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .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); }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row .container { border-width: 0; border-radius: 0; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#QTNIeguy3ZNfhuPyc9Ff5MSyrEaGAQph { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:9.65625rem;height:1.3rem;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:center;text-align-last:center;display:block; }
#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK { 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; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row .container { background-color: transparent; background-image: none; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row .container > .video-iframe-container { display: none; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row > .video-iframe-container { display: none; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .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); }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row .container { border-width: 0; border-radius: 0; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#RtHQoD7uWPqxtGALb7nBlnt5zwpxmW9E { position:absolute;display:block;z-index:15000;height:29.4375rem;width:55.0625rem;top:0.8125rem;left:2.46875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:34.375rem;height:9.6875rem;top:18.25rem;left:6.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:17.875rem;height:4.0625rem;top:36.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #hRz0oKoligUDNqP0S38OVZCidmEU2L0E { width:5.6875rem;height:5.6875rem;top:1.5625rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x05zgRZ8Fenl0PVoXJPhF1VxQ2grxGBl { top:30.875rem;left:4.46875rem;width:38.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:28.3125rem;height:6.75rem;top:16.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:32.125rem;height:17.5rem;top:15.125rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFZGR445gNzLNbLrv4y3HJzzxosyDvx { width:19.5rem;height:4rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq74ZtQo1BavkbkvOpLpEflPJUzcrn2k { display:block; }
 }@media only screen and (max-width: 763px) { #NnGLAAQy9hfdLriehaRLOcuBm2Ag7I8g { width:47.75rem;height:26.534650259068rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O56QyexeRpBHDJFaBNhlg0TJqtObhSw6 { top:0.75rem;left:41.375rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 { display:block; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOlCbQJcXQbaO2c40PsOolnTsdLSIL7a { top:2.125rem;left:1.0625rem;width:43.9375rem;height:6.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKLRU6CQEUlLwJGTktzI24vboW5VZPtG { top:3.3125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:15.625rem;height:1.375rem;top:4.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:15.625rem;height:2.625rem;top:6.0625rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUPAfe41TT5s7dvCMEXIfNkETpD10zi { width:5.625rem;height:0.0625rem;top:9.625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { width:0.9375rem;height:0.9375rem;top:9.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWz6nNdhisSGehURWuWyq2fiilN2TyHw { width:8.9375rem;height:1.375rem;top:14.1875rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:15.625rem;height:3.9375rem;top:16.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usGUC5G6GLTUoPX9O6s0yylihIhSXleN { width:9.375rem;height:0.0625rem;top:20.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:0.9375rem;height:0.9375rem;top:20.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8xTJNEq29mCi0M5kSN71SNldE9BT3no { width:0.9375rem;height:0.9375rem;top:14.5rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3d0Tspsupf0ux8kW6T9zQKOBqcRJIVL { width:5.625rem;height:0.0625rem;top:14.9375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { width:9.6875rem;height:1.375rem;top:9.5625rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { width:13.625rem;height:2.625rem;top:11.4375rem;left:34.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { width:11.125rem;height:1.375rem;top:19.125rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { width:12.5rem;height:2.625rem;top:21rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXZnmTicuGditzmKeGZxxmtA8x90lqa { width:5.625rem;height:0.0625rem;top:24.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR8blHpG77ryxtQpeaQ3XR6GLMxX7ZAA { width:0.9375rem;height:0.9375rem;top:23.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTBpdSlhU0hLzbNhr7D02LVN5zi6LsVT { top:2.6875rem;left:0rem;width:35.25rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WViqgUTEG264JMynxmzoScB4Kzzu5BcZ { display:block; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTJELlnHtfPOQotBbshR93DeMBCHqyTv { top:4.375rem;left:1.4375rem;width:36.3125rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HePSqNgZNn7ns9dT1Ty0BEs3TB3gSeFX { top:4.1875rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:25.75rem;height:14.0625rem;top:9.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5r5oki1q0GNzAenf6T076UVTMKSZuko { width:27.75rem;height:3.4375rem;top:4.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIQuGTMVii69q8aC36kSPB4eetVX47Dd { width:21.3125rem;height:21.3125rem;top:7.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToEh6yVNAx8Tsdb6XeTJuH6RlQLs4RZD { width:14.25rem;height:3.6875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE8mCWLLbzBnoNMIZ3Fh1DldTDGpQW18 { display:block; }
 }@media only screen and (max-width: 763px) { #JPToRJvfXefsWs1Kk8Ops04XRvwIugTt { top:2.625rem;left:29.0625rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphknIJUUGaFuaSy1I7N6f0epkyG1FRx { top:7.5625rem;left:34.0625rem;width:13.6875rem;height:9.6875rem;font-size:0.75rem;display:block; }#lphknIJUUGaFuaSy1I7N6f0epkyG1FRx li:before{  }
 }@media only screen and (max-width: 763px) { #takSHSw0zV6rZhapQl1oTd6IK3Uv8EAa { top:4.9375rem;left:39.8125rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 { display:block; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVGg4u6siAPhcQfBdBnM4zQcsVTZXpu2 { width:25.75rem;height:18.25rem;top:10rem;left:22rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns1hoNpafT9TJ6kCAtUCPNOWpxcUK8VH { width:24.5625rem;height:3.4375rem;top:5.8125rem;left:23.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWpd3FwdVB7VfdmeeogQDE1rZSzTJsF { width:14.25rem;height:3.6875rem;top:30.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlmW4yC55SeLkJhvlOrbKFWPPCxUxrky { display:block; }
 }@media only screen and (max-width: 763px) { #nGvAfFa5kOdcfb1R9Rhuuu7fbrXeIIO7 { width:15.75rem;height:25.25rem;top:7.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyvPHEZCOxosPfHGeBfZhD6o2vJ9UkC9 { top:2.8125rem;left:0rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoOHUVH0Fpd35TbQa6qdcpSIsOaAdkF7 { top:5.125rem;left:0rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t523wPUFeIdTpvLcMF1hQQHZ1mOrtkdb { top:7.875rem;left:0rem;width:13.6875rem;height:9.6875rem;font-size:0.75rem;display:block; }#t523wPUFeIdTpvLcMF1hQQHZ1mOrtkdb li:before{  }
 }@media only screen and (max-width: 763px) { #L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr { display:block; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqhOAnh5P0Tbq9eMBWqTODwJCXkFEn1V { width:25.75rem;height:12.6875rem;top:9.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwTPc17tip9vrJLkeISMWxgbGFgPAQhk { width:32.8125rem;height:5.1875rem;top:3.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPHE9n7QNctc4O6McTH6TL8egvmbTCkM { width:25.5625rem;height:14.25rem;top:12.5625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE7tCTsWh0TaA7Rv4OAeeflo3w57ySTH { width:14.25rem;height:3.6875rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVZdKe2l5GGu1d8sO57RD1Bb2DrxtObF { display:block; }
 }@media only screen and (max-width: 763px) { #fNHrXQl6wk8lGq9479k5rS5zi4BL3PNk { top:2.6875rem;left:29.0625rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yohH1JWlL1Rv5DTHgJuc89s4TpcTx7lD { top:5rem;left:40rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Qg5ohwPgEEemTUfFWUFsyFvJwoCFZT { top:7.625rem;left:34.0625rem;width:13.6875rem;height:9.6875rem;font-size:0.75rem;display:block; }#O3Qg5ohwPgEEemTUfFWUFsyFvJwoCFZT li:before{  }
 }@media only screen and (max-width: 763px) { #f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld { display:block; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snFChOroJTbzDLOFrz4LPM0P8nJN0Hen { width:25.75rem;height:18.25rem;top:10.5625rem;left:22rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCtRy4IDz4edxQ9vC1dyzSlD2TSVPKZV { width:23.5rem;height:5.1875rem;top:4.75rem;left:24.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FvIGREeUBc3W0kGyIyl4HQMlTkLorX { width:14.25rem;height:3.6875rem;top:32.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrwyOCBqXzsZrZrIawXfTcUZf1QVyWt0 { display:block; }
 }@media only screen and (max-width: 763px) { #m1LIM7maTv5ZR0WWTkRFhBgaClKoAR8g { width:27.8125rem;height:15.375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0muVUK6XeR9pOn55tEnOKMN6wp7ZkJI { top:2.8125rem;left:0rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9bvwD0ODvKpUyQFkUAtTTqwrC8VKC8 { top:5.125rem;left:0rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snUhm8WHtHKHhkQMvvCu3rx4mmAGTbGt { top:7.875rem;left:0rem;width:13.1875rem;height:;font-size:0.75rem;display:block; }#snUhm8WHtHKHhkQMvvCu3rx4mmAGTbGt li:before{  }
 }@media only screen and (max-width: 763px) { #UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K { display:block; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwMh5iCCTmbp3foKkgScFsPStoK5Urvd { width:25.75rem;height:14.0625rem;top:8.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtU4R9RnR2khWx9ShTW3dPnrkkHEVK3t { width:32.1875rem;height:3.4375rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0zbO2Ifw3LJsGixAOPJfAyCfs5PSiQ4 { width:7.1875rem;height:12.125rem;top:19.5rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNNt05KCxVXWV0cNT3A7zUglzzminsMA { width:14.25rem;height:3.6875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSks1BfDwamHfnaSgglOx6yCPUZJvTL { display:block; }
 }@media only screen and (max-width: 763px) { #nbnT6CImzHnBZz1UvGHLi475DTAbcRZa { top:2.6875rem;left:29.0625rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJVzomEsls34aOVooLMM8aB7BrX7Tklh { top:5rem;left:40rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUZvfoi8Ck1JVL3bZwT6NN7BMuci0lE { top:7.625rem;left:34.4375rem;width:13.3125rem;height:11.6875rem;font-size:0.75rem;display:block; }#pTUZvfoi8Ck1JVL3bZwT6NN7BMuci0lE li:before{  }
 }@media only screen and (max-width: 763px) { #EZZkVg04u7qo8I7BGTDoEHzlKFLdSq1h { width:14.25rem;height:18.0625rem;top:6.375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBncdv8u4ASDfAH57Uurx27G2o1IhGL3 { width:9.8125rem;height:14.25rem;top:17.4375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h { display:block; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn62wXOHJu14tNsDuGBZvvIoHX65TsQ5 { width:25.75rem;height:18.25rem;top:9.625rem;left:22rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs45Fy3RkttiedTlfRuExbGCh31ufzPK { width:24.0625rem;height:3.4375rem;top:5.6875rem;left:23.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTn46WkKQfAx9xzHrkqh5mJySN98PTTr { width:14.25rem;height:3.6875rem;top:31.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpVI1Z5a6WBEq7xGJEpsLmDEkuKodJG { display:block; }
 }@media only screen and (max-width: 763px) { #PfqbZGONREdvEUODpFSoxbl8htHQWDH3 { width:18.5625rem;height:22.875rem;top:13.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8AZB7qhggogVR7e6pTFPExcF4QlXP8a { top:2.8125rem;left:0rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBFmDzCC42iAFycDTJesQWPw9uLnkU4Q { top:7.875rem;left:0rem;width:13.6875rem;height:;font-size:0.75rem;display:block; }#oBFmDzCC42iAFycDTJesQWPw9uLnkU4Q li:before{  }
 }@media only screen and (max-width: 763px) { #fs1J57Kc4ouGWJ9oFQ5byrkbLdLHaaIp { top:5.125rem;left:0rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H { display:block; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7yxCEFXE3ixBhixb1iz8iKOFROo4Iql { width:25.75rem;height:11.25rem;top:8.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9cstJNJmZARiU2qQWVIJN0TyPJzzs4D { width:27.5rem;height:3.4375rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltcSOZafF9yPraM4J8LRIfuSJ8JZ36Vf { width:21.0625rem;height:15.3125rem;top:15rem;left:20.674999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlb6InPnh9FOfERaXvCfsnoCRwRaMBly { width:14.25rem;height:3.6875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8OcdmOqkTS0BW4lZhmdp5Nso8XwZ25n { display:block; }
 }@media only screen and (max-width: 763px) { #D7nlCRvZ0BINtMDVZ7RVrux1cQupIHkS { top:2.6875rem;left:29.0625rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvQN562zAVN2hITu75igabpNiLmRW4zw { top:5rem;left:40rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fep21FsgZcORfPOi82eVzsgCRmWxq8BU { top:7.625rem;left:35.8125rem;width:11.9375rem;height:;font-size:0.75rem;display:block; }#fep21FsgZcORfPOi82eVzsgCRmWxq8BU li:before{  }
 }@media only screen and (max-width: 763px) { #UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 { display:block; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUzBQqgGCQeCCdTEPJddH7bXTLL7xEHF { width:25.75rem;height:14.0625rem;top:9.625rem;left:22rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJZNpzZTLoomazbgLB09tMlXCo5icwz9 { width:24.0625rem;height:;top:5.6875rem;left:23.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW0f018kyfRQ2wETVTrqV6ksWXIzBhPT { width:14.25rem;height:3.6875rem;top:27.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZOHGTt3HOOet73W4u2QwtbQT3Ibq5VS { display:block; }
 }@media only screen and (max-width: 763px) { #WaizTZMeVFoc4BTT5xGDJTDE88vq0bM2 { width:20.5625rem;height:18.0625rem;top:15.5rem;left:2.6770820617676rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fik3mTZoTz4TNbXIraLr1zxPXdGfETZ0 { top:2.8125rem;left:0rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLztnRwVLU7JJKO8d2Tv0tg0KdwByRWo { top:7.875rem;left:0rem;width:14.0625rem;height:11.6875rem;font-size:0.75rem;display:block; }#hLztnRwVLU7JJKO8d2Tv0tg0KdwByRWo li:before{  }
 }@media only screen and (max-width: 763px) { #ygrBVWA7senrbVUCXkA284RLdGHlKgX3 { top:5.125rem;left:0rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJQAZDCNSdntTKxVlEQztkySFdCnSAyd { display:block; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJH6tUXVAtLSo2CCpKDZsa5n4qrfeRWl { width:25.75rem;height:15.4375rem;top:8.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEO48gA7tLkTuqUED5mgAeqMhkLEb5w { width:26.625rem;height:3.4375rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbFvsU6BAhHHiBu4edfioWtPKlk5PShd { width:18.625rem;height:17.4375rem;top:11.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOQrTneLOtLUTc12ClfoXaAvM3H6e8C { width:14.25rem;height:3.6875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg6x5AcGqz1cwNR6kfpKK5VyO6xyoadh { display:block; }
 }@media only screen and (max-width: 763px) { #vy9qlbSgwxt5sPhkd7Cr1e7QOu0m29Rp { top:2.6875rem;left:29.0625rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW80swVap7GXmB80eRqRN17F6gzLms4r { top:5rem;left:40rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddv8CzurAbvMuLvF06ghrQyqtns2Vmwn { top:7.625rem;left:35.8125rem;width:11.9375rem;height:;font-size:0.75rem;display:block; }#ddv8CzurAbvMuLvF06ghrQyqtns2Vmwn li:before{  }
 }@media only screen and (max-width: 763px) { #udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs { display:block; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsxgWZTkM8caErtr4lEBQaiAypr2gViD { width:25.75rem;height:14.0625rem;top:9.625rem;left:22rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yssKFRJPeeXv6rVq6wmsl4xfrOshfMb6 { width:24.0625rem;height:;top:5.6875rem;left:23.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrKIAGxobHJRT6M37433lww5ZPV6SJM { width:14.25rem;height:3.6875rem;top:27.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZZ5lsyCvLRFk3cW9e0bkp4BxZA3xzNX { display:block; }
 }@media only screen and (max-width: 763px) { #cyuvWalGUxxwQcIHXJb3ee3IrJX0q6Sk { width:8.375rem;height:15.125rem;top:12rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW1i0HmEEzLR8Dbtz1U6LILrn5Z3inUr { top:2.8125rem;left:0rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln9KZgaM3VVySxTuJbo6TTZyxPTGgXbD { top:7.875rem;left:0rem;width:14.0625rem;height:;font-size:0.75rem;display:block; }#ln9KZgaM3VVySxTuJbo6TTZyxPTGgXbD li:before{  }
 }@media only screen and (max-width: 763px) { #UUF8SrKaip98hxVh7HZTg9iRoITHUaeM { top:5.125rem;left:0rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcBUe8AInadxbfReFMKA2RJexcqTgsPQ { display:block; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npMwQV1OJAFXD3IvBhUP6oXEzoXgu4KW { width:27.9375rem;height:19.6875rem;top:8.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8aOGI8tvl3srrggaoNApvD15P5x9Ch { width:33.8125rem;height:3.4375rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD3V1wTwciq4eJE7aWf90AOX78G3TONJ { width:18.625rem;height:17rem;top:16.125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TyxP5gnUDtppyO7mKtn0xTWnrgT9JX { width:14.25rem;height:3.6875rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgvEcaSdIN0epJZTMdgxnXJg8V49dMc { display:block; }
 }@media only screen and (max-width: 763px) { #AM2k6HQyPdxKBoZVKT50IoPcnKgUb5N9 { top:2.6875rem;left:29.0625rem;width:18.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTe7mNdweLXzA4tvC1barXPUQiv2wNM { top:5rem;left:40rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jaope6AdAXUmedOk62ANTvTarQdKmdqg { top:7.625rem;left:35.8125rem;width:11.9375rem;height:;font-size:0.75rem;display:block; }#Jaope6AdAXUmedOk62ANTvTarQdKmdqg li:before{  }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:29rem;height:4.375rem;top:4.375rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcgeTrvDuzduhlPShEa8Xg8RyK06LXp { top:4.25rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-regular-label { width:37.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-text { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-textarea { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-select { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-button { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.9375rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-checkbox-label { width:36.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5  { width:37.375rem;height:auto;top:16.625rem;left:4.0625rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .radio-container { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 {display:block;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 { width:37.375rem;height:auto;top:16.625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #aBiebwCuzd6P6LH3VrpuXquUv7Cw2SFI {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #gJtCC1TJ6RFWTEti3iTLas0WIvHDurDU { display:block; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #AZanTpBzu2fE6ztfZOuiuIomNQldQTvb {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #FfvQJbMP1g8iINnC5ZnacGu4eIkRCXhu {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #kOETqSoxI752wMAe0TqEeSPcdFCVOAB9 {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oGJb0QXdN6HTyJXEnoulFfSnr9L0NOhs {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #DwPC6Sdscy8LdaIfO4W8miekmwBoBKAo {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #fDsTD4fy118D5x5c3nvZkHnDy4zCyp06 { display:block; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #u993y0gT8nnHHHyEXIanhiEoTDQJEQuU {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #c00ro9ixbmsRE49Swn3T93p71nPfgfnR {  }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #c00ro9ixbmsRE49Swn3T93p71nPfgfnR .container-column{width:50%;} }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #GRnXJeVoUDltBypzhZMd4qdvnPudKPdR {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #LSTSJqVDrQxU9aei46C3MViUNS54DBqg {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #h4rSTi6ap5Aecv25C3I9R3X71pMM9oHr {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #m6XwQpFVoJBmuRG3rgskPpz0EyDhkpXC {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oXuvDhRBAmpBd9Kyli4l7lcLoCe6NTG6 {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Lla6pTwB2cf9BIsFTrFWvTirLJ8noBsZ {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #HvlnAEnsKTvW1qeqCgnO443ncDf1xosS {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #WuIC5UH10hmNhycPQIF2l3TkWGpqVIbF {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #hT9PEepZTDAqgJPCSc3KVdmRXeVuzu7A {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Ghl3QibNzUfLqZtDfNbWLEFLWTd6Ldyp {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Iq79N2xl9eaBXgsgCDcKJCahIwulPnsi {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #KGWtwqMv1N9qXGwS0B4XFe3tIA7NNEmQ {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #khcEGDTvtEvb3kuzkUzbBgRxW8GxKQih {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Il9p78RcGmCpeyFsZS39KJk4JT6tW7Ry {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #OH2TfWUvQGs8hpVoqGpy6b27bzefR3sG {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #hb2Hlm6ZeZeKzddVlgsKgbO0TNmThHVL {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #GgLvFTw2OcHqEU87B23lkC6eKBBi5Kz7 {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #wJE5ovO0RkkXqAE3BpPBPNUk1hqa0L2r {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #yhk9kNhkm5q6ElpoBE3i0gBtLuduVqL2 {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oLyZ9qQx37GipX362zuVH1ZT04DXeJdS {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #zAiDHG5xiWmJelIk9WT53MgqSiq2rDkl {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #eoNp6pmUDMcyKXlolF4zXsULEO0Z4q3o {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #EqmSohyJQ1llxverQk1c5wvrNCmRAIqs {  }
 }@media only screen and (max-width: 763px) { #ZvAJ2EN8uMQdKq58xtMld4XCIQ3oPFiI { top:13.375rem;left:14.0625rem;width:19.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViRnTpIeHiULfzAbuCR2HXTD25dwqI8e { width:44.6875rem;height:31.9375rem;top:14.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNoRphJbf7D7IvyATPv9UqmXtPIoQSAK { width:18.25rem;height:1.9375rem;top:14.0625rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B { display:block; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTRKe2vubPiEFKebz4Sa9Qt8e0KSTG0u { top:0.9375rem;left:24.0625rem;width:23.6875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfbJpsVoH6FrGEl6s6eyEypmkLSyzzL9 { width:3.4375rem;height:3.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auzyiXaz3mZupXVR0GGuG8c3deTm2g5d { display:block; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIhb37TxZiXf5FHEZl2NCHemRafEnFKT { display:block; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTNIeguy3ZNfhuPyc9Ff5MSyrEaGAQph { top:3.5625rem;left:3.53125rem;width:40.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK { display:block; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtHQoD7uWPqxtGALb7nBlnt5zwpxmW9E { top:0.8125rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e03cf89a-a34c-4463-a67b-9ba4465cedf8/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:18.8125rem;height:9.35rem;top:13.375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:16.6875rem;height:4.125rem;top:32.125rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #hRz0oKoligUDNqP0S38OVZCidmEU2L0E { width:3.5rem;height:3.4375rem;top:1.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x05zgRZ8Fenl0PVoXJPhF1VxQ2grxGBl { width:17.6875rem;height:3.25rem;top:25.325000762939rem;left:1.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:18.625rem;height:5.15625rem;top:7.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:20rem;height:19.6875rem;top:13.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFZGR445gNzLNbLrv4y3HJzzxosyDvx { width:11.625rem;height:3.3125rem;top:35.3125rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq74ZtQo1BavkbkvOpLpEflPJUzcrn2k { display:block; }
 }@media only screen and (max-width: 763px) { #NnGLAAQy9hfdLriehaRLOcuBm2Ag7I8g { width:20rem;height:13.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O56QyexeRpBHDJFaBNhlg0TJqtObhSw6 { width:3.0625rem;height:1.6875rem;top:39.8125rem;left:16.806818181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 { display:block; }#cRlOtwwqPCuEGTT1wQIWy4oK3pl4BDO8 > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOlCbQJcXQbaO2c40PsOolnTsdLSIL7a { width:20rem;height:3.3rem;top:6rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKLRU6CQEUlLwJGTktzI24vboW5VZPtG { width:3.0625rem;height:3.0625rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:9.75rem;height:2.2rem;top:1.6187496185302rem;left:5.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:13.125rem;height:2.275rem;top:4.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUPAfe41TT5s7dvCMEXIfNkETpD10zi { width:5rem;height:0.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { width:0.9375rem;height:0.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWz6nNdhisSGehURWuWyq2fiilN2TyHw { width:9.25rem;height:1.1rem;top:16.5rem;left:5.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:15.625rem;height:3.4125rem;top:18.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usGUC5G6GLTUoPX9O6s0yylihIhSXleN { width:5rem;height:0.0625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:0.9375rem;height:0.9375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8xTJNEq29mCi0M5kSN71SNldE9BT3no { width:0.9375rem;height:0.9375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3d0Tspsupf0ux8kW6T9zQKOBqcRJIVL { width:5rem;height:0.0625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { width:10.8125rem;height:1.1rem;top:9.4812507629394rem;left:4.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { width:13.375rem;height:2.275rem;top:11.5625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { width:10.375rem;height:1.1rem;top:24.625rem;left:4.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { width:9.5625rem;height:2.275rem;top:26.8125rem;left:5.21875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXZnmTicuGditzmKeGZxxmtA8x90lqa { width:5rem;height:0.0625rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR8blHpG77ryxtQpeaQ3XR6GLMxX7ZAA { width:0.9375rem;height:0.9375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTBpdSlhU0hLzbNhr7D02LVN5zi6LsVT { width:14.1875rem;height:11.875rem;top:23.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WViqgUTEG264JMynxmzoScB4Kzzu5BcZ { display:block; }#WViqgUTEG264JMynxmzoScB4Kzzu5BcZ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTJELlnHtfPOQotBbshR93DeMBCHqyTv { width:20rem;height:1.95rem;top:5.2999992370606rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HePSqNgZNn7ns9dT1Ty0BEs3TB3gSeFX { width:3.0625rem;height:3.0625rem;top:1rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:20rem;height:13.40625rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5r5oki1q0GNzAenf6T076UVTMKSZuko { width:13.4375rem;height:3.7125rem;top:1.2250003814698rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIQuGTMVii69q8aC36kSPB4eetVX47Dd { width:12.0625rem;height:12.0625rem;top:5.4375rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToEh6yVNAx8Tsdb6XeTJuH6RlQLs4RZD { width:11.625rem;height:3.3125rem;top:32.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE8mCWLLbzBnoNMIZ3Fh1DldTDGpQW18 { display:block; }
 }@media only screen and (max-width: 763px) { #JPToRJvfXefsWs1Kk8Ops04XRvwIugTt { width:15.75rem;height:15.75rem;top:38.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphknIJUUGaFuaSy1I7N6f0epkyG1FRx { width:13.6875rem;height:9.7125rem;top:42.375rem;left:3.794792175293rem;font-size:0.75rem;display:block; }#lphknIJUUGaFuaSy1I7N6f0epkyG1FRx li:before{  }
 }@media only screen and (max-width: 763px) { #takSHSw0zV6rZhapQl1oTd6IK3Uv8EAa { width:6rem;height:1.4625rem;top:39.75rem;left:5.232292175293rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 { display:block; }#loSWqDdmNr5Zi0Bb7n4zXRxgUs38iWx6 > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVGg4u6siAPhcQfBdBnM4zQcsVTZXpu2 { width:20rem;height:17.0625rem;top:19.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns1hoNpafT9TJ6kCAtUCPNOWpxcUK8VH { width:20rem;height:2.475rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWpd3FwdVB7VfdmeeogQDE1rZSzTJsF { width:11.625rem;height:3.3125rem;top:38.375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlmW4yC55SeLkJhvlOrbKFWPPCxUxrky { display:block; }
 }@media only screen and (max-width: 763px) { #nGvAfFa5kOdcfb1R9Rhuuu7fbrXeIIO7 { width:7.6875rem;height:12.625rem;top:6.3125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyvPHEZCOxosPfHGeBfZhD6o2vJ9UkC9 { width:15.75rem;height:15.75rem;top:43.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoOHUVH0Fpd35TbQa6qdcpSIsOaAdkF7 { width:6rem;height:1.4625rem;top:45.125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t523wPUFeIdTpvLcMF1hQQHZ1mOrtkdb { width:13.6875rem;height:9.7125rem;top:47.875rem;left:3.1875rem;font-size:0.75rem;display:block; }#t523wPUFeIdTpvLcMF1hQQHZ1mOrtkdb li:before{  }
 }@media only screen and (max-width: 763px) { #L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr { display:block; }#L95pSPMTNgMdXSwWCWQqSSHTTyViNSlr > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqhOAnh5P0Tbq9eMBWqTODwJCXkFEn1V { width:20rem;height:14.625rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwTPc17tip9vrJLkeISMWxgbGFgPAQhk { width:16.8125rem;height:3.7125rem;top:2.3125rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPHE9n7QNctc4O6McTH6TL8egvmbTCkM { width:17.4375rem;height:9.625rem;top:5.4875030517578rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE7tCTsWh0TaA7Rv4OAeeflo3w57ySTH { width:11.625rem;height:3.3125rem;top:31.8125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVZdKe2l5GGu1d8sO57RD1Bb2DrxtObF { display:block; }
 }@media only screen and (max-width: 763px) { #fNHrXQl6wk8lGq9479k5rS5zi4BL3PNk { width:15.75rem;height:15.75rem;top:37.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yohH1JWlL1Rv5DTHgJuc89s4TpcTx7lD { width:6rem;height:1.4625rem;top:38.875rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3Qg5ohwPgEEemTUfFWUFsyFvJwoCFZT { width:13.6875rem;height:9.7125rem;top:41.5rem;left:4.3125rem;font-size:0.75rem;display:block; }#O3Qg5ohwPgEEemTUfFWUFsyFvJwoCFZT li:before{  }
 }@media only screen and (max-width: 763px) { #f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld { display:block; }#f1JJNiI8TbWXX076BE3BbZ3yxBGFzJld > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snFChOroJTbzDLOFrz4LPM0P8nJN0Hen { width:20rem;height:17.0625rem;top:16.33749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCtRy4IDz4edxQ9vC1dyzSlD2TSVPKZV { width:16.75rem;height:3.7125rem;top:2.4375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FvIGREeUBc3W0kGyIyl4HQMlTkLorX { width:11.625rem;height:3.3125rem;top:35.8125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrwyOCBqXzsZrZrIawXfTcUZf1QVyWt0 { display:block; }
 }@media only screen and (max-width: 763px) { #m1LIM7maTv5ZR0WWTkRFhBgaClKoAR8g { width:18.75rem;height:10.3125rem;top:6.0874996185303rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0muVUK6XeR9pOn55tEnOKMN6wp7ZkJI { width:15.75rem;height:13.875rem;top:41.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9bvwD0ODvKpUyQFkUAtTTqwrC8VKC8 { width:6rem;height:1.4625rem;top:42.875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snUhm8WHtHKHhkQMvvCu3rx4mmAGTbGt { width:13.6875rem;height:7.7625rem;top:45.625rem;left:3.25rem;font-size:0.75rem;display:block; }#snUhm8WHtHKHhkQMvvCu3rx4mmAGTbGt li:before{  }
 }@media only screen and (max-width: 763px) { #UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K { display:block; }#UJ3R8w7cN6PCAPbc9wqLwvz7BX6JuI5K > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwMh5iCCTmbp3foKkgScFsPStoK5Urvd { width:20rem;height:13.40625rem;top:28.062499046326rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtU4R9RnR2khWx9ShTW3dPnrkkHEVK3t { width:16.5625rem;height:3.7125rem;top:2.0249996185302rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0zbO2Ifw3LJsGixAOPJfAyCfs5PSiQ4 { width:6.6875rem;height:10.9375rem;top:7.8125rem;left:11.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lNNt05KCxVXWV0cNT3A7zUglzzminsMA { width:11.625rem;height:3.3125rem;top:43.5625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSks1BfDwamHfnaSgglOx6yCPUZJvTL { display:block; }
 }@media only screen and (max-width: 763px) { #nbnT6CImzHnBZz1UvGHLi475DTAbcRZa { width:15.75rem;height:16.1875rem;top:48.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJVzomEsls34aOVooLMM8aB7BrX7Tklh { width:6rem;height:1.4625rem;top:50.3125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUZvfoi8Ck1JVL3bZwT6NN7BMuci0lE { width:13.6875rem;height:10.6875rem;top:52.6875rem;left:3.1875rem;font-size:0.75rem;display:block; }#pTUZvfoi8Ck1JVL3bZwT6NN7BMuci0lE li:before{  }
 }@media only screen and (max-width: 763px) { #EZZkVg04u7qo8I7BGTDoEHzlKFLdSq1h { width:14.25rem;height:18.0625rem;top:12.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBncdv8u4ASDfAH57Uurx27G2o1IhGL3 { width:9.8125rem;height:14.25rem;top:6.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h { display:block; }#dngKxOybC5G3TDvntHTL2Vf3qVP0Dy2h > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn62wXOHJu14tNsDuGBZvvIoHX65TsQ5 { width:20rem;height:18.28125rem;top:15.47500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs45Fy3RkttiedTlfRuExbGCh31ufzPK { width:20rem;height:2.475rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTn46WkKQfAx9xzHrkqh5mJySN98PTTr { width:11.6875rem;height:3.3125rem;top:35.625rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpVI1Z5a6WBEq7xGJEpsLmDEkuKodJG { display:block; }
 }@media only screen and (max-width: 763px) { #PfqbZGONREdvEUODpFSoxbl8htHQWDH3 { width:9.875rem;height:12.1875rem;top:4.2249984741211rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8AZB7qhggogVR7e6pTFPExcF4QlXP8a { width:15.75rem;height:15.75rem;top:40.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBFmDzCC42iAFycDTJesQWPw9uLnkU4Q { width:13.6875rem;height:10.6875rem;top:44.5rem;left:3.25rem;font-size:0.75rem;display:block; }#oBFmDzCC42iAFycDTJesQWPw9uLnkU4Q li:before{  }
 }@media only screen and (max-width: 763px) { #fs1J57Kc4ouGWJ9oFQ5byrkbLdLHaaIp { width:6rem;height:1.4625rem;top:41.875rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H { display:block; }#PMARBdO5wqCDvLDKtKmJtEl2VRQdKt7H > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7yxCEFXE3ixBhixb1iz8iKOFROo4Iql { width:20rem;height:10.96875rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9cstJNJmZARiU2qQWVIJN0TyPJzzs4D { width:16.5625rem;height:3.7125rem;top:2.0249996185302rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltcSOZafF9yPraM4J8LRIfuSJ8JZ36Vf { width:13.1875rem;height:9.5rem;top:7.375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlb6InPnh9FOfERaXvCfsnoCRwRaMBly { width:11.625rem;height:3.3125rem;top:29.6875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8OcdmOqkTS0BW4lZhmdp5Nso8XwZ25n { display:block; }
 }@media only screen and (max-width: 763px) { #D7nlCRvZ0BINtMDVZ7RVrux1cQupIHkS { width:15.75rem;height:15.75rem;top:34.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvQN562zAVN2hITu75igabpNiLmRW4zw { width:6rem;height:1.4625rem;top:36rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fep21FsgZcORfPOi82eVzsgCRmWxq8BU { width:13.6875rem;height:10.6875rem;top:38.5rem;left:3.1875rem;font-size:0.75rem;display:block; }#fep21FsgZcORfPOi82eVzsgCRmWxq8BU li:before{  }
 }@media only screen and (max-width: 763px) { #UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 { display:block; }#UyIANN9l90iPsMAHkRBqu0IQHsRchuv5 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUzBQqgGCQeCCdTEPJddH7bXTLL7xEHF { width:20rem;height:14.625rem;top:15.350006103516rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJZNpzZTLoomazbgLB09tMlXCo5icwz9 { width:20rem;height:2.475rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW0f018kyfRQ2wETVTrqV6ksWXIzBhPT { width:11.6875rem;height:3.3125rem;top:31.875rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZOHGTt3HOOet73W4u2QwtbQT3Ibq5VS { display:block; }
 }@media only screen and (max-width: 763px) { #WaizTZMeVFoc4BTT5xGDJTDE88vq0bM2 { width:10.375rem;height:9.125rem;top:5.5375003814697rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fik3mTZoTz4TNbXIraLr1zxPXdGfETZ0 { width:15.75rem;height:17.0625rem;top:36.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLztnRwVLU7JJKO8d2Tv0tg0KdwByRWo { width:13.6875rem;height:11.6625rem;top:40.6875rem;left:3.25rem;font-size:0.75rem;display:block; }#hLztnRwVLU7JJKO8d2Tv0tg0KdwByRWo li:before{  }
 }@media only screen and (max-width: 763px) { #ygrBVWA7senrbVUCXkA284RLdGHlKgX3 { width:6rem;height:1.4625rem;top:38.25rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJQAZDCNSdntTKxVlEQztkySFdCnSAyd { display:block; }#vJQAZDCNSdntTKxVlEQztkySFdCnSAyd > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJH6tUXVAtLSo2CCpKDZsa5n4qrfeRWl { width:20rem;height:14.625rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEO48gA7tLkTuqUED5mgAeqMhkLEb5w { width:16.5625rem;height:3.7125rem;top:2.0249996185302rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbFvsU6BAhHHiBu4edfioWtPKlk5PShd { width:11.8125rem;height:10.9375rem;top:5.7374992370606rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOQrTneLOtLUTc12ClfoXaAvM3H6e8C { width:11.625rem;height:3.3125rem;top:34.1875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg6x5AcGqz1cwNR6kfpKK5VyO6xyoadh { display:block; }
 }@media only screen and (max-width: 763px) { #vy9qlbSgwxt5sPhkd7Cr1e7QOu0m29Rp { width:15.75rem;height:15rem;top:39.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW80swVap7GXmB80eRqRN17F6gzLms4r { width:6rem;height:1.4625rem;top:41.25rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddv8CzurAbvMuLvF06ghrQyqtns2Vmwn { width:13.6875rem;height:8.7375rem;top:43.875rem;left:4.3125rem;font-size:0.75rem;display:block; }#ddv8CzurAbvMuLvF06ghrQyqtns2Vmwn li:before{  }
 }@media only screen and (max-width: 763px) { #udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs { display:block; }#udSTngQ8Q6E2AX8uuL2qGmbgwCGe8lNs > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsxgWZTkM8caErtr4lEBQaiAypr2gViD { width:20rem;height:14.625rem;top:15.350006103516rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yssKFRJPeeXv6rVq6wmsl4xfrOshfMb6 { width:20rem;height:2.475rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrKIAGxobHJRT6M37433lww5ZPV6SJM { width:11.6875rem;height:3.3125rem;top:31.875rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZZ5lsyCvLRFk3cW9e0bkp4BxZA3xzNX { display:block; }
 }@media only screen and (max-width: 763px) { #cyuvWalGUxxwQcIHXJb3ee3IrJX0q6Sk { width:4.625rem;height:8.375rem;top:5.7875003814697rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW1i0HmEEzLR8Dbtz1U6LILrn5Z3inUr { width:15.75rem;height:17.0625rem;top:37.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln9KZgaM3VVySxTuJbo6TTZyxPTGgXbD { width:13.6875rem;height:11.6625rem;top:41.0625rem;left:3.15625rem;font-size:0.75rem;display:block; }#ln9KZgaM3VVySxTuJbo6TTZyxPTGgXbD li:before{  }
 }@media only screen and (max-width: 763px) { #UUF8SrKaip98hxVh7HZTg9iRoITHUaeM { width:6rem;height:1.4625rem;top:38.3125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcBUe8AInadxbfReFMKA2RJexcqTgsPQ { display:block; }#CcBUe8AInadxbfReFMKA2RJexcqTgsPQ > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npMwQV1OJAFXD3IvBhUP6oXEzoXgu4KW { width:20rem;height:21.9375rem;top:17.174999237061rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8aOGI8tvl3srrggaoNApvD15P5x9Ch { width:16.5625rem;height:3.7125rem;top:2.0249996185302rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD3V1wTwciq4eJE7aWf90AOX78G3TONJ { width:11.8125rem;height:10.75rem;top:5.9875030517578rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TyxP5gnUDtppyO7mKtn0xTWnrgT9JX { width:11.625rem;height:3.3125rem;top:40.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgvEcaSdIN0epJZTMdgxnXJg8V49dMc { display:block; }
 }@media only screen and (max-width: 763px) { #AM2k6HQyPdxKBoZVKT50IoPcnKgUb5N9 { width:15.75rem;height:13.0625rem;top:46.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTe7mNdweLXzA4tvC1barXPUQiv2wNM { width:6rem;height:1.4625rem;top:48.3125rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jaope6AdAXUmedOk62ANTvTarQdKmdqg { width:13.6875rem;height:6.7875rem;top:50.8125rem;left:3.3125rem;font-size:0.75rem;display:block; }#Jaope6AdAXUmedOk62ANTvTarQdKmdqg li:before{  }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:20rem;height:4.95rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcgeTrvDuzduhlPShEa8Xg8RyK06LXp { width:3.0625rem;height:3.0625rem;top:2.6875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.875rem;overflow:hidden;font-family:poppins;height:2.625rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:3.25rem;margin-bottom:0.25rem;margin-left:3.25rem;font-size:0.9375rem;overflow:hidden;height:2.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-radio-label { font-size:0.75rem;overflow:hidden; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-container:first-of-type{padding-top:0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .widget-container:last-of-type{padding-bottom:0;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5  { width:17.5rem;height:auto;top:19.8125rem;left:0rem; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 {display:block;}#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 { width:17.5rem;height:auto;top:19.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #aBiebwCuzd6P6LH3VrpuXquUv7Cw2SFI {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #gJtCC1TJ6RFWTEti3iTLas0WIvHDurDU { display:none; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #AZanTpBzu2fE6ztfZOuiuIomNQldQTvb {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #FfvQJbMP1g8iINnC5ZnacGu4eIkRCXhu {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #kOETqSoxI752wMAe0TqEeSPcdFCVOAB9 { display:none; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oGJb0QXdN6HTyJXEnoulFfSnr9L0NOhs {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #DwPC6Sdscy8LdaIfO4W8miekmwBoBKAo {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #fDsTD4fy118D5x5c3nvZkHnDy4zCyp06 { display:none; }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #u993y0gT8nnHHHyEXIanhiEoTDQJEQuU {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #c00ro9ixbmsRE49Swn3T93p71nPfgfnR {  }
#knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #c00ro9ixbmsRE49Swn3T93p71nPfgfnR .container-column{width:50%;} }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #GRnXJeVoUDltBypzhZMd4qdvnPudKPdR {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #LSTSJqVDrQxU9aei46C3MViUNS54DBqg {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #h4rSTi6ap5Aecv25C3I9R3X71pMM9oHr {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #m6XwQpFVoJBmuRG3rgskPpz0EyDhkpXC {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oXuvDhRBAmpBd9Kyli4l7lcLoCe6NTG6 {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Lla6pTwB2cf9BIsFTrFWvTirLJ8noBsZ {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #HvlnAEnsKTvW1qeqCgnO443ncDf1xosS {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #WuIC5UH10hmNhycPQIF2l3TkWGpqVIbF {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #hT9PEepZTDAqgJPCSc3KVdmRXeVuzu7A {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Ghl3QibNzUfLqZtDfNbWLEFLWTd6Ldyp {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Iq79N2xl9eaBXgsgCDcKJCahIwulPnsi {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #KGWtwqMv1N9qXGwS0B4XFe3tIA7NNEmQ {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #khcEGDTvtEvb3kuzkUzbBgRxW8GxKQih {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #Il9p78RcGmCpeyFsZS39KJk4JT6tW7Ry {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #OH2TfWUvQGs8hpVoqGpy6b27bzefR3sG {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #hb2Hlm6ZeZeKzddVlgsKgbO0TNmThHVL {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #GgLvFTw2OcHqEU87B23lkC6eKBBi5Kz7 {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #wJE5ovO0RkkXqAE3BpPBPNUk1hqa0L2r {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #yhk9kNhkm5q6ElpoBE3i0gBtLuduVqL2 {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #oLyZ9qQx37GipX362zuVH1ZT04DXeJdS {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #zAiDHG5xiWmJelIk9WT53MgqSiq2rDkl {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #eoNp6pmUDMcyKXlolF4zXsULEO0Z4q3o {  }
 }@media only screen and (max-width: 763px) { #knA23Ji6iSEwpnNRxIciiw8gBfS2Ael5 #EqmSohyJQ1llxverQk1c5wvrNCmRAIqs {  }
 }@media only screen and (max-width: 763px) { #ZvAJ2EN8uMQdKq58xtMld4XCIQ3oPFiI { width:12.8125rem;height:3.3125rem;top:16.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViRnTpIeHiULfzAbuCR2HXTD25dwqI8e { width:19.875rem;height:26.25rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNoRphJbf7D7IvyATPv9UqmXtPIoQSAK { width:18.25rem;height:1.625rem;top:17.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B { display:block; }#syTdQGQZpCpF3Q8A0iCti5QhezxkLe7B > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTRKe2vubPiEFKebz4Sa9Qt8e0KSTG0u { width:12.625rem;height:3.9rem;top:1.3000011444092rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfbJpsVoH6FrGEl6s6eyEypmkLSyzzL9 { width:2.5rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auzyiXaz3mZupXVR0GGuG8c3deTm2g5d { display:block; }#auzyiXaz3mZupXVR0GGuG8c3deTm2g5d > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIhb37TxZiXf5FHEZl2NCHemRafEnFKT { display:block; }#HIhb37TxZiXf5FHEZl2NCHemRafEnFKT > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTNIeguy3ZNfhuPyc9Ff5MSyrEaGAQph { width:17.875rem;height:2.275rem;top:2.875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK { display:block; }#eVhb7kiEgIItuLXZnNTKP6xlwOSxNPFK > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtHQoD7uWPqxtGALb7nBlnt5zwpxmW9E { width:20rem;height:24.3125rem;top:0rem;left:0rem;display:block; }
 }