.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:221,238,247;--color-primary-1:153,203,232;--color-primary-2:85,168,217;--color-primary-3:43,146,208;--color-primary-4:2,31,89;--color-secondary-0:255,236,217;--color-secondary-1:255,193,128;--color-secondary-2:255,130,0;--color-secondary-3:128,65,0;--color-secondary-4:38,20,0;--color-tertiary-0:255,255,255;--color-tertiary-1:233,233,233;--color-tertiary-2:33,34,38;--color-tertiary-3:26,32,37;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { 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; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { background-color: transparent; background-image: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .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); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { border-width: 0; border-radius: 0; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { 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:4.5rem;width:14.375rem;top:0.93625712394713rem;left:0rem;overflow:hidden;display:block; }
#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e806a101-6804-498e-a514-c0db69f6a319/to8.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;z-index:auto;display:block; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU.adaptive-delivery-prevent-bg, #m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU.lazyload, #m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU.lazyloading { background-image: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container { background-color: transparent; background-image: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container > .video-iframe-container { display: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row > .video-iframe-container { display: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .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); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container { border-width: 0; border-radius: 0; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container { font-size:0.875rem;font-family:arial;height:78rem;width:60rem;position:relative;display:block; }#gk2lSF2U2WNTvLLwsc4QDHLkshSvEdgX { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:ubuntu;font-size:3.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:8.7734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJP02o1W7LROaldFAwLLxZKTJJWICXyh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.7480625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:20.2373046875rem;left:0rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqgpbbDN5FQRKkfaTTcN4LmhgGHKeSBg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.9375rem;width:27.3125rem;top:4.8735795021057rem;left:32.000171661377rem;overflow:hidden;display:none; }
#rqnvFDfnZ2ddXe8gGWXo9keXEQxXnxXE { position:absolute;display:block;z-index:15017;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.375rem;width:19.375rem;top:59.7041015625rem;left:40.48132780083rem;overflow:hidden;display:block; }
#Rk4TH3FwFpBd2S7mWSkO9PgtfvTrcyCC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:38.4306640625rem;left:32.5rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g53KfLyOTZOAdS1I3vNydX6twak07J57 { 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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:ubuntu;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28rem;left:0rem;display:block; }
#F9vnKnyZnDrTQCTC3gW12z5x4dOgPOT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNZRntbRiymukU6PM862KBPuG1e77ONt { color:rgba(var(--color-secondary-0),1);display:block;width:31.5625rem;position:absolute;font-family:ubuntu;font-size:7.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.7734375rem;left:0rem;height:9.26175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-form-header {  }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:1.0625rem;font-weight:700;color:#ffffff;width:26.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.1; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;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:26.5rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;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:26.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-button { 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:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.5rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;box-shadow: none; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .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; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-container:first-of-type{padding-top:0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-container:last-of-type{padding-bottom:0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;position:absolute;top:35.0625rem;left:0rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 {display:block;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;position:absolute;top:35.0625rem;left:0rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #XamppF2KGHtBhDigSQWdPIfVqnU30u0S { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #odVwOISbMzwzRX46QOTGZx895QQB52Bu { position:relative;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #SCio0tctRFgcH0Mhxac5xuyc2u6f4K9z { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #O72EAB6ywt1chVc6WuPHXXhMWnlqmm1N { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #BA2mHNteZG9LETeyV8kfDt1kgQlPDSIz { position:relative;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #huy4qunD086UsJ57FoDx7Sp5aun4LqCK { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #RaWniAeqmPKt4NHGSzsi3STc7yDIOOMk { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #ZmR12F24n0Rf932FTwpdpLeDpVSQBZ75 { position:relative;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #ENox25M8nsIVEIqtbQd8iVhbLSsmBrgx { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #VryhueLntBktMNOXnEDMKhdJMiqSnhFL { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #DQzHnycwUh7aKCrNuUwb8STwQETCBDPA { position:relative;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #DoaHVgKAriD95TqiEMht8Vf8RkDThSV0 { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #PPTSy6y0fmbFMOiGCVoSltl7XtwwUDHi { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #WgPn1Hmxbw6ysxnz9J6pJa3FHT05JD9I { position:relative;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #vOP8NKZ0wnzys8TLErxSlTGd5V1Zme2u { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #vcekb4kuuqoEVRM2lwRveidAIt2d1v1T { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #hO4wg6qrOit9ym3JO9VUqxnbX9q4Vt6e { position:relative;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #XNmXSeoJXJZ0SDhGWqd5Fulk5bdT5ONr { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #xswrbtXtRZTD6M06n1FLx4nqQ3E6Jthr { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #FkTccZMXwS0DXcWAk3SSzSV4qri87r79 { position:relative;display:block; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #lFOCnqwqyCLsH2IgwLHXnM5sOc6fw6vG { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #KVFrx8JdKa1UhkzD0scBtqi799LJf3vb { position:relative;display:block;z-index:15000; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #yTpKg9lIIM2fbq3dixWZx4wf7DmnwGdB { position:relative;display:block;z-index:15000; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #KitJKeP7IXIBB72CRtPWP2I6GV29pMpP { position:relative; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #SiGJMJ7tpPSdQPyzU9eq7V1bnqR6vuxR { position:relative; }
#I2Ok0Gd8UqquQsVo0SrpmJyBIa6JvRA6 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:ubuntu;font-size:11.0625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:44.3173828125rem;left:32.0625rem;height:17.69925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pfh6duuOR6txMb4qmDg7vysBD9tGTqPa { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:40.5673828125rem;left:32.3125rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAhf1TttwNOC2tGPrqC3E2y0lJwlg8QE { box-sizing:content-box;height:39.4375rem;width:29.4375rem;position:absolute;display:block;z-index:15000;background-color:#4fa5d8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.0625rem;left:30.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#dehb1JJVWLCbZJlrt5pep2eSDtLWgOpv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:34.1875rem;width:32.25rem;top:0.875rem;left:27.75rem;overflow:hidden;display:block; }
#Xz6kW8SpX7yM7GJ3wLRJxwO28uHIGmAC { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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:ubuntu;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.1875rem;left:0rem;display:none; }
#gH3ETP6ovgsK0A6nfsmP0vTwyCtrGJWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu { position:relative;display:none; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu { border-width: 0; border-radius: 0; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-form-header {  }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:1.0625rem;font-weight:700;color:#ffffff;width:26.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.1; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;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:26.5rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;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:26.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-button { 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:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.5rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;box-shadow: none; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:1.1875rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .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; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-container:first-of-type{padding-top:0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-container:last-of-type{padding-bottom:0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;position:absolute;top:35.0625rem;left:0rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR {display:block;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;position:absolute;top:35.0625rem;left:0rem;display:none; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #gVVpzJdpiHDfzccpMUuXCsO1uSBybc0U { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #IN158w60PSSGf3BqpIAbMDmvKuI9LKdc { position:relative;display:block; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #aQRZ7x4OXen8u4NoVvDE68mCUP8fZkv1 { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #xgzClnRDkcByU8MT8hSiCRNIZ15Bgg5E { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #q8qnyVeOIJcBksRoFUhK5ArQEfdK0nQ9 { position:relative;display:block; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #T00IJLDKocNZ3kNRs90fqdHrChzLkcx6 { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #Pi3LGI8hT5la5fwQoo44BeVzHwBhfozU { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #vTsB62I6xbF5MevCSKfPfIok7CaBLPud { position:relative;display:block; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #AB9vXZvNmugVblC9sFCRtb4keKQ1y6aR { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #fbWwM4s3L1w9UfZy5frd9Onn2UNtTFwH { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #uXPCgLJT5HC6J0eMT8TW7MoJcd7Tbr5M { position:relative;display:block; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #HZQTRGXSJU95wKi03lRzuiQEQ35UHixU { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #NDFIbTon9FzvMPb3ONDmWiJ0GrF75C60 { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #p7ZwFCKBHodWbKMCsbc9rynlSz3RAozJ { position:relative;display:block; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #egCrlufmBEoQBa568sTQSNJd8uIzFBpG { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #OvVuXO6C5HE9s6NhMFPTg4pNX60lBaZq { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #hbsxw1q1XcCHwFrMN2HD7dNVcJrJ0qNM { position:relative;display:block; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #BHvb6Km5qLJ4AE6TvydCE29UNsmU78J1 { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #eGNQ1niMf3Cu5BeOqFQBnib78WTvcwTs { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #qZJmGDSUFpfEQ1JR8pLoPhZ7szRfC7bZ { position:relative;display:block; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #RPH5VaKKhNdCPdW2Mtl5TxuZlQyBrdSw { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #OLBzCEuSsQn0pKv6HrLFvxxHbF4osrne { position:relative;display:block;z-index:15000; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #H9E2vQLOdZ0dkhxOUB1vhfScnCmGGaqr { position:relative;display:block;z-index:15000; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #Tyu9aloEZyVPoVWBICo9WFTu23W98qb5 { position:relative; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #b85rDJEEXMISBgurKKsaNTvikipCGiHe { position:relative; }
#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container { background-color: transparent; background-image: none; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container > .video-iframe-container { display: none; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row > .video-iframe-container { display: none; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .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); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container { border-width: 0; border-radius: 0; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:60rem;position:relative;display:block; }#pOGTgbN1i71oC0wXo6FW4XH5PVHDDkID { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9360625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:29.65380859375rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xJZmc6ouSwfTglUvctplxxqmcWegQ13l { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3730625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:21.32958984375rem;left:29.65380859375rem;height:28.88671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#KR8N5p4myzv6VxHRdz7w1qNPc22r7Srh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16rem;width:24.25rem;top:10.28125rem;left:1.75rem;overflow:hidden;display:block; }
#mrPDsBFeu0OIeJUxaKo4VEDGIt1rlTqe { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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:ubuntu;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.2666015625rem;left:30.34033203125rem;display:block; }
#ixO4ACevdKQA7uXovlhUOhk0PdQrdrrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHxcOKAw3ibhhrtzMb9cr1dyKArw1bVE { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:44.91162109375rem;left:1.75rem;height:15.1952875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dR167vt8IoPKGM7q9HMMFEFFyrVo2LeW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.5625rem;width:24.25rem;top:28.9951171875rem;left:1.75rem;overflow:hidden;display:block; }
#qHP7ECyKGSmuTn7fFdIOiclB7JiALWRM { color:rgba(var(--color-tertiary-0),1);display:block;width:46.375rem;position:absolute;font-family:ubuntu;font-size:2.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.96484375rem;left:5.30859375rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUqliJ5UvwrHzFMpVPzDalNUNGWnIUXt { color:rgba(var(--color-primary-3),1);display:block;width:27.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.25rem;left:28.25rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#d4XAh5sNtCPvvaoko7rSrMwNFJyKglHu { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:16.7744140625rem;left:28.25rem;height:28.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#cbpxHSWJHJxKShLNgZELPuhmUN0hOLHy { color:rgba(var(--color-tertiary-3),1);display:block;width:26.371125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:43.625rem;left:28.25rem;height:11.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#M0xyKdbKuxDWT3oAc1hr7CnbIi6frz4p { box-sizing:content-box;height:9.5rem;width:30.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.28125rem;left:28.03125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#sro268OKN5UFLMGBCTGtFzlTBFpvhIFZ { box-sizing:content-box;height:46.3125rem;width:57.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.51708984375rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#tGLGwzcFTSxBO82DErIvlv4BwtTU6VfT { box-sizing:content-box;height:46.3125rem;width:57.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.51708984375rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(221,238,247,0.26);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; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row .container { background-color: transparent; background-image: none; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row .container > .video-iframe-container { display: none; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row > .video-iframe-container { display: none; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .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); }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row .container { border-width: 0; border-radius: 0; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#TLLUWfKWRDCtzsuf8bPWDwU2xOyx2pvI { color:rgba(var(--color-primary-3),1);display:block;width:53.8125rem;position:absolute;font-family:ubuntu;font-size:2.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.29296875rem;left:3.09375rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(221,238,247,0.26);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; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row .container { background-color: transparent; background-image: none; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row .container > .video-iframe-container { display: none; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row > .video-iframe-container { display: none; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .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); }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row .container { border-width: 0; border-radius: 0; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row .container { font-size:0.875rem;font-family:arial;height:78.625rem;width:60rem;position:relative;display:block; }#lr3rGBQJZNUuRk3ffHfiFHTameHwfdRQ { color:#2b92d0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:26.4375rem;left:19.875rem;height:8.796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JxHzemzTUrPv7FZAJKMFR6KZ3acyECbg { color:#2b92d0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:11.25rem;left:19.875rem;height:6.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#EIsLVmPf0QHuAH2gcRqkRgCAfcRiUSQZ { color:#2b92d0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:59.25rem;left:19.3125rem;height:4.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#nQp3DE3Wrl9CPspkElqWrZC9X8li4RF2 { color:#2b92d0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:21.375rem;left:19.875rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#Uu1qHc1tr1mg0QzHJxa5S9C878OtEOgl { color:#2b92d0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:38.4375rem;left:19.3125rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#HWbTKyxnVZ5cpw0T42MTAd1JW2dhAVnl { color:rgba(var(--color-primary-3),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:43.5625rem;left:19.3125rem;height:10.99609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#WdmxPwW546Hi2TuopGHMddnNPBTfwunQ { color:#2b92d0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:54.375rem;left:19.3125rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#P9PGzzv3WZOAkLNa3tzFk3TN73ntwT0x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.75rem;width:9.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:21.375rem;left:5.09375rem; }
#g3Ekq9WkgOk8fToQ4Fi8azAwwNwQ2lU9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.4375rem;width:9.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:37.375rem;left:5.25rem; }
#ABOLK12IKiRGtpTOVLvJTLNcX88qrL4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:53.1484375rem;left:4.625rem; }
#h0K6qCTeTv9rZkyRGQxceK4Lbv2wWNK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4rem;left:4.875rem; }
#TNTHX7o9H80OUcEIJVp6Iusyu4GlkEyK { color:#2b92d0;display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:3.1875rem;left:19.875rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#HcA3BDf5xqPuy1U9UFzpR5ESWG0R4Kos { color:#2b92d0;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:72.875rem;left:19.3125rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#FkLdK6WOcatRT1gq1q6nrZVlHH07GG5H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.75rem;width:10.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:66.037109375rem;left:4.59375rem; }
#VKxQI2EkGdpN323LsXF9RBPNtP2MMPHT { color:#2b92d0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:68.3125rem;left:19.3125rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;background-image:url("https://images.assets-landingi.com/uc/e806a101-6804-498e-a514-c0db69f6a319/to8.svg");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; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ.adaptive-delivery-prevent-bg, #bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ.lazyload, #bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ.lazyloading { background-image: none; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container { background-color: transparent; background-image: none; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container > .video-iframe-container { display: none; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row > .video-iframe-container { display: none; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .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); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container { border-width: 0; border-radius: 0; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container { font-size:0.875rem;font-family:arial;height:89.3125rem;width:60rem;position:relative;display:block; }#ghI9q2maAu3rDVoTDpI88H3Z1TCefwmq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:84.75rem;width:56.875rem;top:2.0625rem;left:1.5625rem;display:block; }
#EaItRI7SLoqtgy2McO2VzsbdKcvwL8F5 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15078;line-height:1.4;letter-spacing:0;top:12.5712890625rem;left:8.625rem;height:27.293rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#EaItRI7SLoqtgy2McO2VzsbdKcvwL8F5 li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EaItRI7SLoqtgy2McO2VzsbdKcvwL8F5 li:before{  }
#v4aSXuqKU3SAD0ykrMueBvEs7QFJkz9Z { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:3.5625rem;left:6rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }#v4aSXuqKU3SAD0ykrMueBvEs7QFJkz9Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v4aSXuqKU3SAD0ykrMueBvEs7QFJkz9Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#wLxNq4PH8LQnFf8eBTLqeDpd2OraoAad { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:43.25rem;left:5.3125rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJ2oyroD7Mt0XOKypu1Zegg6zNgTcoe6 { background-color:rgba(var(--color-secondary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.875rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:80.25rem;left:6.75rem;display:block; }
#JGDn9UXpLR3kTTRDl2EBxs1WxOK1H4pV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#coGR8zRHV6GmbNZTxIzht7m09EwtlqTL { position:absolute;display:block;z-index:15153;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.0625rem;top:13.75rem;left:4.875rem;overflow:hidden;display:block; }
#wTtk2vrBORbpxdP0FOTzbcW1zrKUcvnU { position:absolute;display:block;z-index:15156;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:30.375rem;left:5.125rem;overflow:hidden;display:block; }
#LsCbhb7h1LCFUqvDkVLarPDlicVPOypW { position:absolute;display:block;z-index:15155;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:2.9375rem;top:24.6875rem;left:5rem;overflow:hidden;display:block; }
#DuEA8QRF4gI1KhFoCklr8bny7TJWzB3h { position:absolute;display:block;z-index:15154;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.375rem;top:19.5625rem;left:4.25rem;overflow:hidden;display:block; }
#VXkghkd200gqasJAmQIETvokoBB7OmRJ { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:2.6875rem;top:35.875rem;left:5.0625rem;overflow:hidden;display:block; }
#KX9MBxTg0vtXCC1bZtxQ8TpUPyh8P3Aa { box-sizing:content-box;height:23.6875rem;width:1.8125rem;position:absolute;display:block;z-index:15151;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:8rem;display:block; }
#UnWQl7vpTHF1r81FKmBlkeO0p8iLIXHi { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15152;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:3.875rem;display:block; }
#bUGK6S9PVzL3lFTrBtrzwwbTdRXnU4Vi { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15153;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:3.875rem;display:block; }
#v3HZMg6zyq9GaTL22pr1eEJGTwPQl2nL { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15154;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:3.875rem;display:block; }
#IIwmptT6sPsFVlcRMz0arlcbxnPEPTKa { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15155;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.4375rem;left:3.875rem;display:block; }
#rk53HlAy9wTr2vOT09IwwwH6JxeH7gg0 { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15156;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.875rem;left:3.875rem;display:block; }
#bTNXMIm3IVm0k2v1RMRHGUaTE2oKtecZ { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15155;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:3.875rem;display:none; }
#vfssKOUqKIcbwWZKmZuWxP7cskZRtAg5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:53.8125rem;width:56.875rem;top:1.0625rem;left:1.5625rem;display:none; }
#WAIGwFP9FX3ePxowzSbKwR0vQBTM3Usv { color:rgba(var(--color-secondary-2),1);display:block;width:15.3095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:42.5185546875rem;left:40rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#f8Fqr8VWSmttKkKoX2FoZGITfoqnw2rB { position:absolute;display:block;z-index:15004;background-color:#ff8200;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.625rem;width:54.125rem;top:47.5625rem;left:2.9375rem;display:block; }
#cQd6QckmgNpQ7U56ZHTsUXbPLdVAld6X { color:rgba(var(--color-tertiary-0),1);display:block;width:54rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:50.025390625rem;left:3rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXhoqwFyHBs4AQJZSkyr8fS5ub9DP3gS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.52);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:54.0625rem;top:65.0625rem;left:3rem;display:block; }
#IzDqTpTSwFGnFJi9rKoynl7speuNEKXJ { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.0625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:64.1875rem;left:11.5625rem;height:10.4805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWDcIR79dB5T9Jq9NZ5qTfc3aPuuvBs8 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:74.125rem;left:14.5625rem;height:3.0869125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;background-image:url("https://images.assets-landingi.com/uc/e806a101-6804-498e-a514-c0db69f6a319/to8.svg");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; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8.adaptive-delivery-prevent-bg, #Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8.lazyload, #Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8.lazyloading { background-image: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container { background-color: transparent; background-image: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container > .video-iframe-container { display: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row > .video-iframe-container { display: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .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); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container { border-width: 0; border-radius: 0; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#yZonBaU86d1cTfX58ZCQaaWFaRDhbf2M { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:53.8125rem;width:56.875rem;top:1.0625rem;left:1.5625rem;display:none; }
#zXfygUbc5EkfNk5sRuFzhnmSVulJLKGK { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.0732421875rem;left:2.5rem;height:3.32421875rem;text-align:center;text-align-last:center;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; }
#J7cngkeSHeKAOPwKJsfFRAiAXoNwPnTw { box-sizing:content-box;height:6.25rem;width:39.875rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:7.5625rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#eB3eTedRNVtnaTPN1wHddup4wkrtsA7W { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.0625rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dUlpBlO0dEeBCCC7rTDCXNbT3GELAOrH { color:rgba(var(--color-tertiary-0),1);display:block;width:1.37109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:10.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itH7l98sgKE8exz6nGtOVtk4VgrWLC96 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.5rem;left:14.5625rem;height:8.39844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JK2UEraVUHK0u7F86VQb6uzUAsonw2rh { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:15.9375rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#Wm4CXtdbThDLQUIOrbKWZE01PQhaqDw3 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:6rem;left:43.875rem;overflow:hidden;display:block; }
#hTt2fbC9hKTo4JzFHXdpQZpg4SZJKUNv { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:14.4375rem;left:43.9375rem;overflow:hidden;display:block; }
#TUGN55Coq9mTpOAviNRmTbt3FT7W6m8F { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18rem;left:13.75rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXwrT8qKAFF8V9o87Pr8mANSAILfQbgE { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:17.4375rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FStJISEfn2XldPiefCIzOXrSAr9laN5V { color:rgba(var(--color-tertiary-0),1);display:block;width:1.37109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.0625rem;left:10.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrUCPbllzPUa744xW2NPkkT7eCLGAIo3 { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:24.0625rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#BKIc2REi8FPtNnBKhQnNm9kFzamdFMVH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:26.125rem;left:13.4375rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMWrnah2vlgkyKa9oDBN2I53n8ybzBMF { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.5625rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vTVEgQvfD9ZUEE5mH9Tp5N7PH33OInnz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.37109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.1875rem;left:10.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfsuex4HSb8XmHoHCsWL2CQ2aF4TVogu { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:32.5rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#eS8MMtwzSht1yroZLMFTiQkS0GmpG9XI { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.5625rem;left:17.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7gqAmhCOMLvvqaLrQApkkZlvdPShVmd { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:34rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CZmmUXaSA29nTtifAHWrdK1HhE2TCDzD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.37109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.625rem;left:10.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXTq5RoAuLlypunRZi9qEcV8K2NDpGpq { box-sizing:content-box;height:9.75rem;width:38.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:40.5rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#VeRpD6SNn5Ro6tZOPtpWTkEuADnkbS1P { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:41.9375rem;left:12.0625rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENdwyDCPJ7yhZg8FpEg9KTDPZp6dWThh { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ff8200;background-image:none;top:42rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bI4BsOF1M0yhcwNF5NfeWHs0LbOHZyF7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.37109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.625rem;left:10.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7p7LzBwR9E5K1N46N2IVsE6Qp1OV1dE { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:23rem;left:43.9375rem;overflow:hidden;display:block; }
#ZC5J6QOU4i8xfrlegndE31i7bSIhqaEz { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:31.5625rem;left:43.9375rem;overflow:hidden;display:block; }
#ZOCZVGish87xffkPMZ8DQNbJLs7d6efk { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:40rem;left:43.6875rem;overflow:hidden;display:block; }
#FhVvhtbL7omOx9Enbq3iwMxmMihobRa8 { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:15.9375rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#O2AGbkJq6avcPSgwhlCJESbdEXQNTSTd { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:15.9375rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#wCTGwGbyEDL3DLzZIvwnZzBzGFN89iF6 { box-sizing:content-box;height:6.25rem;width:38.375rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;top:15.9375rem;left:8.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#gWdACHOApsXxE6nX8Au3vhXfPZQfUfnq { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.0625rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RccnnC67qIu9HU48L2dMyFgiHWAJbImi { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.0625rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ibH26vCPqOmQVO4IEoiTnZLntTVDKsfU { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.0625rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#pfvT4vpTOCtnDHH9ZnWVvF47X0Iz9ZVb { box-sizing:content-box;height:3.249025rem;width:3.249025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.0625rem;left:9.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#qUlA4aU5nO1DTb6J7Iufed3c0zUdDz7v { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.5625rem;left:17.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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;z-index:auto;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { border-width: 0; border-radius: 0; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#luAaQLqy5tJXkgPSJW0hq7yKtp2WnfwC { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.434375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.09375rem;left:22.782032012939rem;display:block; }
#Lx2HmIk0pOQC3sc3cgHO5K6WdDz3Lfli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus { 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; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row .container { background-color: transparent; background-image: none; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row .container > .video-iframe-container { display: none; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row > .video-iframe-container { display: none; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .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); }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row .container { border-width: 0; border-radius: 0; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#aWCQ42aPruKQ02TeSxqak5MyvF5bI8nS { color:rgba(var(--color-primary-3),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.5283203125rem;left:1.90625rem;height:8.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cm64LO3yiDZCRgmM8lTVQTonCm33MN4U { position:absolute;display:block;z-index:15010;height:22.0605625rem;width:39.4970625rem;top:12.9033203125rem;left:10.2509765625rem;display:block; }
#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.26);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; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row .container { background-color: transparent; background-image: none; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row .container > .video-iframe-container { display: none; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row > .video-iframe-container { display: none; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .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); }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row .container { border-width: 0; border-radius: 0; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:60rem;position:relative;display:block; }#KVMZz7ZophzyRdJ9N0ItTgaIkqn1mOfH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.09) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:0rem;display:block; }
#TvbZichsq03HZNoSAXqM85bWpm2kTOJG { color:rgba(var(--color-primary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.606250762939rem;left:21rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyeB2bJGqXpqomkHzWrImonqJqZq5Lq1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.875rem;width:20rem;top:25.875rem;left:20rem;overflow:hidden;display:block; }
#XWEMSU4WPd0mAbZGH3GTfq66cbtCtnwp { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:50.625rem;left:23.438282012939rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTmSD83H7UB9kQUE8SEFWeHUNeUsElf3 { color:rgba(var(--color-secondary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.75rem;left:25.4375rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlkpsbuMvHmxwulgGZilgvPlsBcSKAUM { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:0.875rem;left:0rem;height:5.42480625rem;text-align:left;text-align-last:left;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; }
#IyqMZTZqbNwp6dZ15B10LFonuQBZPl3T { color:rgba(var(--color-secondary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.5625rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZA5rvm682dMUOCwODBBVtKBvtvAHzgtE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.35546875rem;left:2.03125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sr2cO2wGTsR4GANtm4VlgDV9kvNTDxun { color:rgba(var(--color-tertiary-3),1);display:block;width:4.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:46.25rem;left:21.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7LrL3ocJwwcQT811mldZBBmQPCxmGvs { color:rgba(var(--color-tertiary-3),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.5625rem;left:21.375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOmxb05OUo7cDRrNNqtB0q6PugsupTQ3 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:30rem;left:42.9375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r2qvT37sGMlNTLqXOg9N3RVT4pb8f4n6 { color:rgba(var(--color-secondary-2),1);display:block;width:17.1859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.4375rem;left:42.5rem;height:3.16875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Z5WUp7ubHoMzEus9ReBG4h732KivHPky { color:rgba(var(--color-primary-3),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.367959976196rem;left:6.65625rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3C8aXDOAo1wuF9uFLygtA4rUqzmmRdT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.4375rem;width:18.75rem;top:32.8125rem;left:0rem;overflow:hidden;display:none; }
#bK4i7zguWeFN2nrL7szaBtT9bRu1tp0v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5rem;width:19.4375rem;top:41.6875rem;left:0rem;overflow:hidden;display:block; }
#k1RfWBDvmsl4CdxPiZWNZyR3eGhxuPlv { position:absolute;display:block;z-index:15011;height:13.8125rem;width:19.3125rem;top:10.800001144409rem;left:40rem;display:block; }
#pfOOgzswoWTb3uxZKOEBeFQCSX7hX4Zy { color:rgba(var(--color-primary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:48.4375rem;left:42.40625rem;height:6.07324375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZMfO6BwfxHyK9POmDcJeSry83lm5JIP5 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:43.8125rem;left:42.8125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l4mfwZkQ60O5pwptUg9a9G82mUrmwDDI { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:57.4375rem;left:1.5625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BZZxN9ThKSJ2tvA9TDTGFZU1IPp1i2IS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:65.875rem;left:22.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewmK5isXRmTi1HslqmLL6TosTntVv5fE { color:rgba(var(--color-primary-3),1);display:block;width:17.184375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:62.5rem;left:1.4375rem;height:5.69921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FgbHklbG7qIAeJ9JmTURpKTqaLtZKI5p { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.09) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:20rem;display:block; }
#Cg6ilIArEVVKoKIsTRIMt76CWOyVWHyb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.887500762939rem;left:22.21875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqKr5GAPhPoLtT2EU7iBQ1doGhXnaMTT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.09) ;height:15.125rem;width:19.25rem;top:25.6875rem;left:0rem;display:block; }
#ZkySIrL0Jy8SQZZHJfDkNCasSTCqKSuz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:33.25rem;left:1.25rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SPGHsXMkPNORZqH6oUNm8eQOSbGaveVC { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.09) ;height:15.125rem;width:19.25rem;top:25.875rem;left:40.75rem;display:block; }
#k8A4RoHwmSls9mlT5DVg98GEE97UxnGl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;height:13.875rem;width:19.25rem;top:42.25rem;left:20.375rem;display:block; }
#ZRFVmlZqwTtPk54QRyTKOtnl2l80RIqh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;height:13.875rem;width:19.25rem;top:42.25rem;left:40.75rem;display:block; }
#mLmoXJyWKsrK5TwZq5Rkp0hrZAyLo1eM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;height:14.5625rem;width:19.25rem;top:56.125rem;left:0rem;display:block; }
#UpxzbUsoQML2C3sCb9uXrvtCNasFiC2z { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.16) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:20rem;display:none; }
#NG644ubyT2tgxXSvUKlL426ZE48RD873 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.16) ;height:17.1875rem;width:19.25rem;top:7.375rem;left:20rem;display:none; }
#trvO9zkdmPgnZ1bZuuTSqXUGHzzI1QsA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.875rem;width:33.625rem;top:56.4375rem;left:21rem;display:block; }
#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { 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:none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { border-width: 0; border-radius: 0; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { font-size:0.875rem;font-family:arial;height:118.625rem;width:60rem;position:relative;display:none; }#WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { color:rgba(var(--color-primary-3),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { color:rgba(var(--color-tertiary-3),0.9);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.3125rem;left:0.0625rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { color:rgba(var(--color-tertiary-3),0.9);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:33.625rem;left:31.5625rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { color:rgba(var(--color-primary-3),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.0625rem;left:31.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { color:rgba(var(--color-tertiary-3),0.9);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:51.125rem;left:0.4375rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { color:rgba(var(--color-primary-3),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.9375rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pk7pI6EKrWULydxuBCh5ozPRXo3rkqOE { color:rgba(var(--color-primary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:64.75rem;left:30.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0U8vomemZEPqgNVhvKrW6Vr4CKIMaBq { color:rgba(var(--color-tertiary-2),0.9);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:68.5rem;left:30.9375rem;height:8.496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RP7iN19xryQlSRDRh7tmxETfZG10xEdz { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.43675rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:112rem;left:22.78125rem;display:block; }
#g3BwXK3KrFDcsEnPcy2MFZIBByzCzaJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCAAPpVNxsTXDe2s7fIo3Cx6zTofhQC5 { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#KsiQ58dT4rQ3RdnHmzOzrVKTpEDqgOzk { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:14rem;left:42.6875rem;display:none; }
#fLdx4wzlIC2r9Fo8IicI0ZyuJPe5s9Pp { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#bLhtll8qF0FPAVdGS09W8PiCXpe3mB1E { color:rgba(var(--color-tertiary-3),1);display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:2.22265625rem;left:0rem;height:3.32421875rem;text-align:left;text-align-last:left;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; }
#T857SxEqzVdU1t5VFlq5fo1dhvRTnrQh { position:absolute;display:block;z-index:15031;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.8125rem;width:21.8125rem;top:4.9375rem;left:32.4375rem;overflow:hidden;display:block; }
#gyBWhcXruzQRZwb0iWQhFqD7CVWvoPwh { position:absolute;display:block;z-index:15032;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:24.1875rem;top:25.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#r8WVKcwB2LdbQhZ9Xu8p3yDUI92g0Gqq { position:absolute;display:block;z-index:15033;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.8125rem;width:15.8125rem;top:95.625rem;left:2.6875rem;overflow:hidden;display:block; }
#KoxUxiihOP702zPVhBxc1hmmouDbc17z { position:absolute;display:block;z-index:15034;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.5rem;width:14.3125rem;top:63rem;left:5.0625rem;overflow:hidden;display:block; }
#iC9PS8VKxdrXoTzF1Kv8LJTfihUce7Bo { color:rgba(var(--color-tertiary-2),0.9);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:85.5rem;left:0rem;height:8.496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxAlz0assGykG9ZO4vy2F9dSAkDJQV0K { color:rgba(var(--color-primary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:81.75rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpqWO74ZZE514t5f66JWm56URXahJyq7 { position:absolute;display:block;z-index:15035;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.375rem;width:16.6875rem;top:81.75rem;left:35.5625rem;overflow:hidden;display:block; }
#vrQfLQ5eWVZeNGvTHb1eWZ8XCI63gTxw { color:rgba(var(--color-tertiary-2),0.9);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:105.1875rem;left:33.25rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SceVGMwNeILkglCfxTGOidx14WV3VraP { color:rgba(var(--color-primary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:101.4375rem;left:33.25rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWGMSRiU04oPBiEXXFRT936Ep2cu8Szi { position:absolute;display:block;z-index:15036;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:20.1875rem;width:21rem;top:40.5625rem;left:33.875rem;overflow:hidden;display:block; }
#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS { 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:none; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { border-width: 0; border-radius: 0; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { font-size:0.875rem;font-family:arial;height:82.5625rem;width:60rem;position:relative;display:none; }#xkHU2sP9qQwZp2d8wJeZq3BFsBliHH1q { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4358978271484rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CE7Xfc6JODSw7yKLJrO2XllI2kQyoxM1 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25rem;left:0.9375rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGHwiAygOz9CXc48mZ1cLyxTqgPRI3E3 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:15.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:29.998046875rem;left:0.9375rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aKbLFIgraeAQwTtAlBP2H4ilQIdksLrT { color:rgba(var(--color-tertiary-2),0.8);display:block;width:17.872875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:29.998224496841rem;left:21.778228759766rem;height:6.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8sfhUkEmDDTwmToE2G7TgXFyCvcHToa { color:rgba(var(--color-secondary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.9990234375rem;left:21.7763671875rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbBxlB3tL7impJ0K2f9UlcvI1pFla9af { color:rgba(var(--color-tertiary-2),0.8);display:block;width:15.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:29.200101852417rem;left:42.687320709229rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASumECkmWF6FRySweGziL3Ocbp4Vnogg { color:rgba(var(--color-primary-3),1);display:block;width:15.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.99910736084rem;left:42.27982711792rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ifTVC7GMGxrwUD506cKeu8mEaAZs8NCk { color:rgba(var(--color-tertiary-2),0.8);display:block;width:16.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:55.25rem;left:21.5rem;height:12.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UN3CXcsJfpNIfoMkauoZW67qXcnVxeHE { color:rgba(var(--color-tertiary-2),0.8);display:block;width:14.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:55.248579025269rem;left:42.687320709229rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCCiRRcUxNaaoRUm83VodOeETr7K5MdJ { color:rgba(var(--color-primary-3),1);display:block;width:18.8725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:51.937139511108rem;left:21.276630401611rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNFlWANc3DHMufTbkZb8xOrFoKsdH3LP { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.936250686646rem;left:42.811611175537rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogtRyy4FfUdkF6Wo6uFzw4KfPDocbWbA { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.937143325806rem;left:0.78125rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTztPDTN4R6V0lqfLKqmALGaQPFiuRNo { color:rgba(var(--color-tertiary-2),0.8);display:block;width:15.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:55.248579025269rem;left:0.9375rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J0789iKCHfX0rT2fpI5WZVAIKMMTrPOv { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:14rem;left:0.9375rem;display:block; }
#SRXKT5csUpPuHolGHckGArVt1KvADl9k { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:14rem;left:21.75rem;display:block; }
#AAG5X51Tog9odzuVI3HPI6t7rxefPiML { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:14rem;left:42.6875rem;display:block; }
#BCOJJQnwLxlgRK0K6UmzTzot2ngJleZW { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:40.9375rem;left:0.9375rem;display:block; }
#EF5TIlxN9giWB0C74pJqEC8NbnB7nJGi { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:40.9375rem;left:21.5rem;display:block; }
#eAL5H87KByMoIsQ9lhgVkzmI8CRdEmz1 { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:40.9375rem;left:42.6875rem;display:block; }
#DFx3psVmWw3AZ01BXQygeZSpc25FJ64Z { background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.437125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:74.311965942381rem;left:22.780536651611rem;display:block; }
#H0MHXgzFP8HG2uCr5IA15PhChGgHoAo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrvOiZVKFNTmDQ8WCMo4KbJatMBSyNZg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6242875rem;width:2.6242875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:44.374111413956rem;left:4.3705596923828rem; }
#Jpf5pQqgLrLl68mT6qyB7q5VwsQtURTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81214375rem;width:3.81214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.558061122894rem;left:24.592502593994rem; }
#xheaVnLd6389FHz03PoPEgNZVJrZPEZA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17rem;left:45.874462127686rem; }
#EnH1cTM4ee4CHcOk5uTv2kVkXvFyzmUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.009410142899rem;left:24.590732574463rem; }
#iETuyTtkLQimRha8EewTVVa4ew0brWIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.125rem;left:24.6875rem; }
#PFgEZl2KoXZbHV0u7tzPT0aryvx4uoE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:44.125rem;left:45.875rem; }
#QJeruSoT0U0n11A8pq0tfAcrssr44RBd { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#XOTM1fmIF49rK74rJtouFvGTvB0ZoRNN { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.17);background-image:none;top:14rem;left:42.6875rem;display:none; }
#Gf64COaJK5reIQnPcgOUkTBef4bwfLWa { box-sizing:content-box;height:9.4993125rem;width:9.4993125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;top:14rem;left:21.75rem;display:none; }
#TstJZKL7TCg69FzzUcEzLIbgLLklVyt7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.775033950806rem;left:3.8730430603027rem; }
#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.06);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:none; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { border-width: 0; border-radius: 0; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:none; }#lzFtBDtSuHzKNhQVbIuWqST9tTa1QB1r { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8369140625rem;left:20.5rem;height:5.2rem;font-style:normal;display:block; }
#AEtJlTSKhCAONnHifCnb27SsarKQlgfB { color:rgba(var(--color-primary-3),1);display:block;width:38.3744375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.224609375rem;left:12.561256408691rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4scK8MNRdknHXBiD2IHm78QAlMwaIzx { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.25rem;left:20.5rem;height:1.3rem;font-style:normal;display:block; }
#z2ag0BtF2h5s1ASOEiUC3ELPcnSQJqSu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.1875rem;left:20.4375rem;height:2.6rem;font-style:normal;display:block; }
#knFcTv9X92TlWoP5voT6shalE1APrZNO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.3125rem;left:20.75rem;height:1.3rem;font-style:normal;display:block; }
#TUHlBQdkStyt5pxO76oMGZkWrHa7VRaL { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:39.1494140625rem;left:21.1845703125rem;height:3.2rem;font-style:normal;display:block; }
#RMRiOXK5xPBRieNtiVbcoxnKBKaLNoGV { box-sizing:content-box;height:3.2492875rem;width:3.2492875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:transparent;background-image:none;top:11.75rem;left:11.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#sKQkEr9nDy1wlPoQvEK677ZcOeFaKG9i { box-sizing:content-box;height:4.625rem;width:31.625rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.125rem;left:18.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#a6FGv9FyJSEeEIImiQQGgyoCpwTxmf9x { color:rgba(var(--color-primary-3),1);display:block;width:1.3725125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:12.5rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXN4eWWZq16Ok8BUwDnKqnXR8HbeIwDN { box-sizing:content-box;height:4.3125rem;width:31.5rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:17.75rem;left:18.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#SqXpssu28N1nxXKABP5LIUQdigyPp4fI { box-sizing:content-box;height:4.3125rem;width:31.6875rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.1875rem;left:18.25rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#hS5gbxUy0V8vFTZ0cJoeed7LCk2CpuFs { box-sizing:content-box;height:4.3125rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:30.8125rem;left:18.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#BEiEdBkdCpVEM1PidFfgw5Z7ekRQC6AT { box-sizing:content-box;height:7rem;width:31.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:37.249643325806rem;left:18.312320709229rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#wvchGIL3LP3ZZfIKvUTWdpQ3O7lxTmAq { color:rgba(var(--color-secondary-2),1);display:block;width:1.371625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.999645233154rem;left:12.562141418457rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJfIaspacUuhPrbW9SSROPWlLR8BZCpJ { box-sizing:content-box;height:3.2484rem;width:3.2484rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:transparent;background-image:none;top:18.25rem;left:11.5625rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#EGBwVuMTeDySfIpT6WH7sTsJ5V8C9zLF { box-sizing:content-box;height:3.0625rem;width:0.0625rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-2),0.72);background-image:none;top:15.134571358154rem;left:13.187496185302rem;display:block; }
#XrRT8V5DLyCqeO4FMBwtNdciPveLWMbn { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#XSCAA4BhgwlQSq8FNz5a8SQmIP9aDd6f { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#zstS686ozyWKsgIKWKkfBB2qxRynF9OG { box-sizing:content-box;height:4.3125rem;width:32.75rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.366651535034rem;left:19.868782043457rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#U2hfTQBkhEJfl6x1cbfeEsBuRmbSaNX2 { position:absolute;display:block;z-index:15010;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.37446875rem;width:3.37446875rem;top:3.0884230136871rem;left:3.1249961853027rem;overflow:hidden;display:block; }
#FxWzlxOVlMch4KnxeGN4TAlxSUQT44lH { box-sizing:content-box;height:3.2484rem;width:3.2484rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:transparent;background-image:none;top:24.68678855896rem;left:11.560722351074rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#LR4CSCNiklNcn7WQX2qh87yTrLhVpIqK { color:rgba(var(--color-primary-3),1);display:block;width:1.371625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.427379608154rem;left:12.555038452149rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxLW5svNZmM4sZpRaUFEy8woxUpTEdF2 { box-sizing:content-box;height:2.875rem;width:0.062144875rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-2),0.72);background-image:none;top:21.748933553696rem;left:13.210224151611rem;display:block; }
#Rc0fPKOR33C9BtXRW1TFtAnczaHmN50w { box-sizing:content-box;height:3.2484rem;width:3.2484rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:transparent;background-image:none;top:31.375rem;left:11.625rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#n0THU9Jfi8G84A50em09UVxGavxRLb2c { color:rgba(var(--color-secondary-2),1);display:block;width:1.371625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.0625rem;left:12.5rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMGCoOPWvSbL0K7i65DVqT4p95U02d8f { box-sizing:content-box;height:3.06196875rem;width:0.061257125rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-2),0.72);background-image:none;top:28.186256170273rem;left:13.211112976074rem;display:block; }
#Tmwrp7KaWtGa7yDla2d89yd1U2P0APHh { box-sizing:content-box;height:3.2484rem;width:3.2484rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:transparent;background-image:none;top:39rem;left:11.625rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#NQdwAun0wVs1UCmyRfQmTTeK6p7v2ff4 { color:rgba(var(--color-primary-3),1);display:block;width:1.371625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.75rem;left:12.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlbaqZbLahtFJBhLCwuLrugWw1VeHO6w { box-sizing:content-box;height:4.0625rem;width:0.061257125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-2),0.72);background-image:none;top:34.86843085289rem;left:13.211112976074rem;display:block; }
#ekJrIqDZDVLTfx2ndsPsMia9mFamRN2a { box-sizing:content-box;height:2.875rem;width:0.062144875rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-2),0.72);background-image:none;top:21.748933553696rem;left:13.210224151611rem;display:none; }
#N3S02MTfPnLfgiE3PWwiSSMkimCD6MsC { box-sizing:content-box;height:2.875rem;width:0.062144875rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-2),0.72);background-image:none;top:21.748933553696rem;left:13.210224151611rem;display:none; }
#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.26);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; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container { background-color: transparent; background-image: none; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container > .video-iframe-container { display: none; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row > .video-iframe-container { display: none; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .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); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container { border-width: 0; border-radius: 0; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container { font-size:0.875rem;font-family:arial;height:74.4375rem;width:60rem;position:relative;display:block; }#mfOiLNT8zltV6u23xVZOI57nEJfVcIDA { color:rgba(var(--color-secondary-2),1);display:block;width:20.1864375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOpbHLkTeTBOhSXDV2CEQsfy9eDp09xr { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.625rem;left:0rem;height:27.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Jhk2US5ZuvDX3XJfdU1zP00uVQWdAOtN { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:7.625rem;left:34.875rem;height:23.7890625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#TcXdXhINC2xXnSR5tgPAq5dyAlBZNe7U { color:rgba(var(--color-primary-3),1);display:block;width:22.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:34.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#arA1hfT97REm2LPZcDoK2VInTItMo5XU { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4981875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:34.588231086731rem;left:34.874673843384rem;height:35.68353125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#AtH8isz82TMQ4mh1wEyeTcX0NHBR2acd { color:rgba(var(--color-tertiary-3),1);display:block;width:20.186375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.022801399231rem;left:34.874673843384rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sk6K7RqcIykPq7G4QkHJ0TxLJ1KFklWJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:37rem;width:28.25rem;top:37.4375rem;left:0rem;overflow:hidden;display:block; }
#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(233,233,233,0.26);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; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { background-color: transparent; background-image: none; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container > .video-iframe-container { display: none; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row > .video-iframe-container { display: none; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .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); }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { border-width: 0; border-radius: 0; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { background-color:rgba(var(--color-secondary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.749625rem;height:6.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.436803817749rem;left:7.6242866516112rem;display:block; }
#q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.07);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; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container { background-color: transparent; background-image: none; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container > .video-iframe-container { display: none; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row > .video-iframe-container { display: none; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .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); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container { border-width: 0; border-radius: 0; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#eL5RroSwKMswygEeIGo5tn5HRZL435Er { color:rgba(var(--color-tertiary-3),1);display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:0.712890625rem;left:0rem;height:3.32470625rem;text-align:left;text-align-last:left;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; }
#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.07);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; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container { background-color: transparent; background-image: none; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container > .video-iframe-container { display: none; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row > .video-iframe-container { display: none; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .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); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container { border-width: 0; border-radius: 0; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#vJVK9ZD3VopQT5i1lxxsixDCFboBwHm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0.0625rem;height:7.99805rem;display:block; }
#rwZP9zdKUOWXpPDeGbiIurTo31JD7WFz { color:rgba(var(--color-tertiary-4),1);display:block;width:52.934125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:25.25rem;left:0.0625rem;height:4.7988375rem;display:block; }
#cUNrRHcC9zCTFWFlJ5qbdkJ9WE63Xq2X { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:12.375rem;left:0rem;height:9.5976625rem;display:block; }
#hmuClttzL6t16N9UvL0p3d7pyiecDP8l { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:32.25rem;left:0rem;height:6.39844375rem;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; }
#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container { background-color: transparent; background-image: none; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container > .video-iframe-container { display: none; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row > .video-iframe-container { display: none; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .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); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container { border-width: 0; border-radius: 0; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#unp8iwfWN7cPaqVCip4ChGDrx4eNJ2d2 { color:rgba(var(--color-secondary-2),1);display:block;width:45.996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7632827758789rem;left:7.0007820129394rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DU0DeRrZJoPiWWw2LdFoNn5DIcuacNiJ { background-color:rgba(var(--color-secondary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.625rem;left:15.996875762939rem;display:block; }
#KM2Z43hSKv10WT50Vlk1fTkkRMSoaMCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { 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; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { background-color: transparent; background-image: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .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); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { border-width: 0; border-radius: 0; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { width:14.375rem;height:4.5rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU { display:block; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gk2lSF2U2WNTvLLwsc4QDHLkshSvEdgX { top:1rem;left:0rem;width:35.125rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJP02o1W7LROaldFAwLLxZKTJJWICXyh { top:20.1875rem;left:0rem;width:24.6875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqgpbbDN5FQRKkfaTTcN4LmhgGHKeSBg { top:4.8125rem;left:19.8125rem;width:27.25rem;height:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqnvFDfnZ2ddXe8gGWXo9keXEQxXnxXE { top:59.6875rem;left:28.375rem;width:19.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk4TH3FwFpBd2S7mWSkO9PgtfvTrcyCC { top:38.375rem;left:19.5rem;width:27.5rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g53KfLyOTZOAdS1I3vNydX6twak07J57 { width:28.75rem;height:3.5rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9vnKnyZnDrTQCTC3gW12z5x4dOgPOT5 { display:block; }
 }@media only screen and (max-width: 763px) { #WNZRntbRiymukU6PM862KBPuG1e77ONt { top:9.75rem;left:0rem;width:31.5625rem;height:9.25rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-checkbox-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8  { width:26.5rem;height:auto;top:35.0625rem;left:0rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 {display:block;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 { width:26.5rem;height:auto;top:35.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #XamppF2KGHtBhDigSQWdPIfVqnU30u0S {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #odVwOISbMzwzRX46QOTGZx895QQB52Bu {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #SCio0tctRFgcH0Mhxac5xuyc2u6f4K9z {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #O72EAB6ywt1chVc6WuPHXXhMWnlqmm1N {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #BA2mHNteZG9LETeyV8kfDt1kgQlPDSIz {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #huy4qunD086UsJ57FoDx7Sp5aun4LqCK {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #RaWniAeqmPKt4NHGSzsi3STc7yDIOOMk {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #ZmR12F24n0Rf932FTwpdpLeDpVSQBZ75 {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #ENox25M8nsIVEIqtbQd8iVhbLSsmBrgx {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #VryhueLntBktMNOXnEDMKhdJMiqSnhFL {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #DQzHnycwUh7aKCrNuUwb8STwQETCBDPA {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #DoaHVgKAriD95TqiEMht8Vf8RkDThSV0 {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #PPTSy6y0fmbFMOiGCVoSltl7XtwwUDHi {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #WgPn1Hmxbw6ysxnz9J6pJa3FHT05JD9I {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #vOP8NKZ0wnzys8TLErxSlTGd5V1Zme2u {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #vcekb4kuuqoEVRM2lwRveidAIt2d1v1T {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #hO4wg6qrOit9ym3JO9VUqxnbX9q4Vt6e {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #XNmXSeoJXJZ0SDhGWqd5Fulk5bdT5ONr {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #xswrbtXtRZTD6M06n1FLx4nqQ3E6Jthr {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #FkTccZMXwS0DXcWAk3SSzSV4qri87r79 {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #lFOCnqwqyCLsH2IgwLHXnM5sOc6fw6vG {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #KVFrx8JdKa1UhkzD0scBtqi799LJf3vb {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #yTpKg9lIIM2fbq3dixWZx4wf7DmnwGdB {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #KitJKeP7IXIBB72CRtPWP2I6GV29pMpP {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #SiGJMJ7tpPSdQPyzU9eq7V1bnqR6vuxR {  }
 }@media only screen and (max-width: 763px) { #I2Ok0Gd8UqquQsVo0SrpmJyBIa6JvRA6 { top:44.3125rem;left:19.6875rem;width:27.3125rem;height:17.6875rem;font-size:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfh6duuOR6txMb4qmDg7vysBD9tGTqPa { top:40.5625rem;left:19.5rem;width:27.5rem;height:10rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhf1TttwNOC2tGPrqC3E2y0lJwlg8QE { top:35.0625rem;left:18.3125rem;width:29.4375rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dehb1JJVWLCbZJlrt5pep2eSDtLWgOpv { top:0.875rem;left:15.5rem;width:32.25rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz6kW8SpX7yM7GJ3wLRJxwO28uHIGmAC { width:28.6875rem;height:4.6875rem;top:23.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gH3ETP6ovgsK0A6nfsmP0vTwyCtrGJWr { display:block; }
 }@media only screen and (max-width: 763px) { #wbq2orfszaFPtpuRsmaBkVawQ25JXFOu { display:none; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-checkbox-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR  { width:26.5rem;height:auto;top:35.0625rem;left:0rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR {display:block;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR { width:26.5rem;height:auto;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #gVVpzJdpiHDfzccpMUuXCsO1uSBybc0U {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #IN158w60PSSGf3BqpIAbMDmvKuI9LKdc {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #aQRZ7x4OXen8u4NoVvDE68mCUP8fZkv1 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #xgzClnRDkcByU8MT8hSiCRNIZ15Bgg5E {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #q8qnyVeOIJcBksRoFUhK5ArQEfdK0nQ9 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #T00IJLDKocNZ3kNRs90fqdHrChzLkcx6 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #Pi3LGI8hT5la5fwQoo44BeVzHwBhfozU {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #vTsB62I6xbF5MevCSKfPfIok7CaBLPud {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #AB9vXZvNmugVblC9sFCRtb4keKQ1y6aR {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #fbWwM4s3L1w9UfZy5frd9Onn2UNtTFwH {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #uXPCgLJT5HC6J0eMT8TW7MoJcd7Tbr5M {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #HZQTRGXSJU95wKi03lRzuiQEQ35UHixU {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #NDFIbTon9FzvMPb3ONDmWiJ0GrF75C60 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #p7ZwFCKBHodWbKMCsbc9rynlSz3RAozJ {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #egCrlufmBEoQBa568sTQSNJd8uIzFBpG {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #OvVuXO6C5HE9s6NhMFPTg4pNX60lBaZq {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #hbsxw1q1XcCHwFrMN2HD7dNVcJrJ0qNM {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #BHvb6Km5qLJ4AE6TvydCE29UNsmU78J1 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #eGNQ1niMf3Cu5BeOqFQBnib78WTvcwTs {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #qZJmGDSUFpfEQ1JR8pLoPhZ7szRfC7bZ {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #RPH5VaKKhNdCPdW2Mtl5TxuZlQyBrdSw {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #OLBzCEuSsQn0pKv6HrLFvxxHbF4osrne {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #H9E2vQLOdZ0dkhxOUB1vhfScnCmGGaqr {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #Tyu9aloEZyVPoVWBICo9WFTu23W98qb5 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #b85rDJEEXMISBgurKKsaNTvikipCGiHe {  }
 }@media only screen and (max-width: 763px) { #W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ { display:block; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOGTgbN1i71oC0wXo6FW4XH5PVHDDkID { top:12rem;left:19.875rem;width:27.875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJZmc6ouSwfTglUvctplxxqmcWegQ13l { top:21.3125rem;left:21.4375rem;width:26.3125rem;height:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR8N5p4myzv6VxHRdz7w1qNPc22r7Srh { top:10.25rem;left:0rem;width:24.25rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrPDsBFeu0OIeJUxaKo4VEDGIt1rlTqe { width:25rem;height:3.4375rem;top:49.25rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixO4ACevdKQA7uXovlhUOhk0PdQrdrrI { display:block; }
 }@media only screen and (max-width: 763px) { #xHxcOKAw3ibhhrtzMb9cr1dyKArw1bVE { top:44.875rem;left:0rem;width:24.75rem;height:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR167vt8IoPKGM7q9HMMFEFFyrVo2LeW { top:28.9375rem;left:0rem;width:24.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHP7ECyKGSmuTn7fFdIOiclB7JiALWRM { top:0.9375rem;left:0rem;width:46.375rem;height:7.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUqliJ5UvwrHzFMpVPzDalNUNGWnIUXt { top:12.1875rem;left:0rem;width:20rem;height:8.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4XAh5sNtCPvvaoko7rSrMwNFJyKglHu { top:21.375rem;left:0rem;width:20rem;height:33.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbpxHSWJHJxKShLNgZELPuhmUN0hOLHy { top:85.125rem;left:0rem;width:18.125rem;height:14.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0xyKdbKuxDWT3oAc1hr7CnbIi6frz4p { top:10.25rem;left:17.5625rem;width:30.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sro268OKN5UFLMGBCTGtFzlTBFpvhIFZ { top:14.5rem;left:0rem;width:47.75rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLGwzcFTSxBO82DErIvlv4BwtTU6VfT { top:14.5rem;left:0rem;width:47.75rem;height:46.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol { display:block; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLLUWfKWRDCtzsuf8bPWDwU2xOyx2pvI { top:1.25rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3bixic4DCdZC7PRDp9RdUZas7HGEx4y { display:block; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr3rGBQJZNUuRk3ffHfiFHTameHwfdRQ { top:26.4375rem;left:10.875rem;width:36.875rem;height:8.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxHzemzTUrPv7FZAJKMFR6KZ3acyECbg { top:11.25rem;left:10.875rem;width:36.875rem;height:6.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIsLVmPf0QHuAH2gcRqkRgCAfcRiUSQZ { top:59.25rem;left:10.875rem;width:36.875rem;height:4.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQp3DE3Wrl9CPspkElqWrZC9X8li4RF2 { top:21.375rem;left:10.875rem;width:36.875rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu1qHc1tr1mg0QzHJxa5S9C878OtEOgl { top:38.4375rem;left:10.875rem;width:36.875rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWbTKyxnVZ5cpw0T42MTAd1JW2dhAVnl { top:43.5625rem;left:10.875rem;width:36.875rem;height:8.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdmxPwW546Hi2TuopGHMddnNPBTfwunQ { top:54.375rem;left:10.875rem;width:36.875rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9PGzzv3WZOAkLNa3tzFk3TN73ntwT0x { top:21.375rem;left:0rem;width:9.75rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3Ekq9WkgOk8fToQ4Fi8azAwwNwQ2lU9 { top:37.375rem;left:0rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABOLK12IKiRGtpTOVLvJTLNcX88qrL4M { top:53.125rem;left:0rem;width:10.6875rem;height:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0K6qCTeTv9rZkyRGQxceK4Lbv2wWNK5 { top:4rem;left:0rem;width:10.6875rem;height:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNTHX7o9H80OUcEIJVp6Iusyu4GlkEyK { top:3.1875rem;left:13.75rem;width:32.875rem;height:7rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcA3BDf5xqPuy1U9UFzpR5ESWG0R4Kos { top:72.875rem;left:7.4375rem;width:40.3125rem;height:2.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkLdK6WOcatRT1gq1q6nrZVlHH07GG5H { top:66rem;left:0rem;width:10.75rem;height:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKxQI2EkGdpN323LsXF9RBPNtP2MMPHT { top:68.3125rem;left:10.875rem;width:36.875rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ { display:block; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghI9q2maAu3rDVoTDpI88H3Z1TCefwmq { top:2.0625rem;left:0rem;width:47.75rem;height:84.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaItRI7SLoqtgy2McO2VzsbdKcvwL8F5 { top:12.5625rem;left:0rem;width:44.1875rem;height:27.25rem;font-size:1.0625rem;display:block; }#EaItRI7SLoqtgy2McO2VzsbdKcvwL8F5 li:before{  }
 }@media only screen and (max-width: 763px) { #v4aSXuqKU3SAD0ykrMueBvEs7QFJkz9Z { top:3.5625rem;left:0rem;width:44.375rem;height:7.4375rem;font-size:2.875rem;display:block; }#v4aSXuqKU3SAD0ykrMueBvEs7QFJkz9Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #wLxNq4PH8LQnFf8eBTLqeDpd2OraoAad { top:43.25rem;left:0rem;width:34.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2oyroD7Mt0XOKypu1Zegg6zNgTcoe6 { width:42.875rem;height:4.0625rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDn9UXpLR3kTTRDl2EBxs1WxOK1H4pV { display:block; }
 }@media only screen and (max-width: 763px) { #coGR8zRHV6GmbNZTxIzht7m09EwtlqTL { top:13.75rem;left:2.8125rem;width:3.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtk2vrBORbpxdP0FOTzbcW1zrKUcvnU { top:30.375rem;left:3.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsCbhb7h1LCFUqvDkVLarPDlicVPOypW { top:24.6875rem;left:2.9375rem;width:2.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEA8QRF4gI1KhFoCklr8bny7TJWzB3h { top:19.5625rem;left:2.1875rem;width:4.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXkghkd200gqasJAmQIETvokoBB7OmRJ { top:35.875rem;left:3rem;width:2.6875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX9MBxTg0vtXCC1bZtxQ8TpUPyh8P3Aa { top:13.375rem;left:5.9375rem;width:1.8125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnWQl7vpTHF1r81FKmBlkeO0p8iLIXHi { top:12.75rem;left:1.8125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUGK6S9PVzL3lFTrBtrzwwbTdRXnU4Vi { top:18.5rem;left:1.8125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3HZMg6zyq9GaTL22pr1eEJGTwPQl2nL { top:23.8125rem;left:1.8125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwmptT6sPsFVlcRMz0arlcbxnPEPTKa { top:29.4375rem;left:1.8125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk53HlAy9wTr2vOT09IwwwH6JxeH7gg0 { top:34.875rem;left:1.8125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNXMIm3IVm0k2v1RMRHGUaTE2oKtecZ { top:28.4375rem;left:1.8125rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfssKOUqKIcbwWZKmZuWxP7cskZRtAg5 { top:1.0625rem;left:0rem;width:47.75rem;height:53.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAIGwFP9FX3ePxowzSbKwR0vQBTM3Usv { top:42.5rem;left:31.75rem;width:15.25rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8Fqr8VWSmttKkKoX2FoZGITfoqnw2rB { top:47.5625rem;left:0rem;width:47.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQd6QckmgNpQ7U56ZHTsUXbPLdVAld6X { top:50rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXhoqwFyHBs4AQJZSkyr8fS5ub9DP3gS { top:65.0625rem;left:0rem;width:47.75rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzDqTpTSwFGnFJi9rKoynl7speuNEKXJ { top:64.1875rem;left:0rem;width:38.375rem;height:10.4375rem;font-size:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWDcIR79dB5T9Jq9NZ5qTfc3aPuuvBs8 { top:74.125rem;left:0rem;width:30.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 { display:block; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZonBaU86d1cTfX58ZCQaaWFaRDhbf2M { top:1.0625rem;left:0rem;width:47.75rem;height:53.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXfygUbc5EkfNk5sRuFzhnmSVulJLKGK { width:47.75rem;height:3.3125rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7cngkeSHeKAOPwKJsfFRAiAXoNwPnTw { top:7.5625rem;left:0rem;width:39.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB3eTedRNVtnaTPN1wHddup4wkrtsA7W { top:9.0625rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlpBlO0dEeBCCC7rTDCXNbT3GELAOrH { top:9.6875rem;left:8.625rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itH7l98sgKE8exz6nGtOVtk4VgrWLC96 { top:6.5rem;left:0rem;width:25.75rem;height:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2UEraVUHK0u7F86VQb6uzUAsonw2rh { top:15.9375rem;left:0rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm4CXtdbThDLQUIOrbKWZE01PQhaqDw3 { top:6rem;left:33.5625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTt2fbC9hKTo4JzFHXdpQZpg4SZJKUNv { top:14.4375rem;left:33.625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUGN55Coq9mTpOAviNRmTbt3FT7W6m8F { top:18rem;left:0rem;width:29.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXwrT8qKAFF8V9o87Pr8mANSAILfQbgE { top:17.4375rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FStJISEfn2XldPiefCIzOXrSAr9laN5V { top:18.0625rem;left:8.625rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrUCPbllzPUa744xW2NPkkT7eCLGAIo3 { top:24.0625rem;left:0rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKIc2REi8FPtNnBKhQnNm9kFzamdFMVH { top:26.125rem;left:0rem;width:25.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMWrnah2vlgkyKa9oDBN2I53n8ybzBMF { top:25.5625rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVEgQvfD9ZUEE5mH9Tp5N7PH33OInnz { top:26.1875rem;left:8.625rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfsuex4HSb8XmHoHCsWL2CQ2aF4TVogu { top:32.5rem;left:0rem;width:38.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS8MMtwzSht1yroZLMFTiQkS0GmpG9XI { top:34.5625rem;left:0rem;width:20.625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7gqAmhCOMLvvqaLrQApkkZlvdPShVmd { top:34rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZmmUXaSA29nTtifAHWrdK1HhE2TCDzD { top:34.625rem;left:8.5625rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXTq5RoAuLlypunRZi9qEcV8K2NDpGpq { top:40.5rem;left:0rem;width:38.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeRpD6SNn5Ro6tZOPtpWTkEuADnkbS1P { top:41.9375rem;left:0rem;width:32.625rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENdwyDCPJ7yhZg8FpEg9KTDPZp6dWThh { top:42rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI4BsOF1M0yhcwNF5NfeWHs0LbOHZyF7 { top:42.625rem;left:8.5625rem;width:1.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7p7LzBwR9E5K1N46N2IVsE6Qp1OV1dE { top:23rem;left:33.625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5J6QOU4i8xfrlegndE31i7bSIhqaEz { top:31.5625rem;left:33.625rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOCZVGish87xffkPMZ8DQNbJLs7d6efk { top:40rem;left:33.375rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVvhtbL7omOx9Enbq3iwMxmMihobRa8 { top:15.9375rem;left:0rem;width:38.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2AGbkJq6avcPSgwhlCJESbdEXQNTSTd { top:15.9375rem;left:0rem;width:38.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCTGwGbyEDL3DLzZIvwnZzBzGFN89iF6 { top:15.9375rem;left:0rem;width:38.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWdACHOApsXxE6nX8Au3vhXfPZQfUfnq { top:9.0625rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RccnnC67qIu9HU48L2dMyFgiHWAJbImi { top:9.0625rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibH26vCPqOmQVO4IEoiTnZLntTVDKsfU { top:9.0625rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfvT4vpTOCtnDHH9ZnWVvF47X0Iz9ZVb { top:9.0625rem;left:7.6875rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUlA4aU5nO1DTb6J7Iufed3c0zUdDz7v { top:33rem;left:3.09375rem;width:9.6875rem;height:9.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luAaQLqy5tJXkgPSJW0hq7yKtp2WnfwC { width:14.375rem;height:3.75rem;top:2.0625rem;left:16.657032012939rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2HmIk0pOQC3sc3cgHO5K6WdDz3Lfli { display:block; }
 }@media only screen and (max-width: 763px) { #K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus { display:block; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWCQ42aPruKQ02TeSxqak5MyvF5bI8nS { width:47.75rem;height:8.5rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm64LO3yiDZCRgmM8lTVQTonCm33MN4U { top:12.875rem;left:4.1259765625rem;width:39.4375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #P81KTNuetCDHip8zaQXlwEx2dC7qIfNR { display:block; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVMZz7ZophzyRdJ9N0ItTgaIkqn1mOfH { width:19.25rem;height:17.1875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbZichsq03HZNoSAXqM85bWpm2kTOJG { width:16.9375rem;height:5.5625rem;top:11.5625rem;left:14.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyeB2bJGqXpqomkHzWrImonqJqZq5Lq1 { width:20rem;height:14.875rem;top:25.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWEMSU4WPd0mAbZGH3GTfq66cbtCtnwp { width:13.0625rem;height:2rem;top:50.625rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmSD83H7UB9kQUE8SEFWeHUNeUsElf3 { width:13.5625rem;height:4.625rem;top:44.75rem;left:18.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlkpsbuMvHmxwulgGZilgvPlsBcSKAUM { width:47.75rem;height:5.375rem;top:0.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyqMZTZqbNwp6dZ15B10LFonuQBZPl3T { width:11.9375rem;height:4.625rem;top:10.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA5rvm682dMUOCwODBBVtKBvtvAHzgtE { width:15.9375rem;height:7.5rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2cO2wGTsR4GANtm4VlgDV9kvNTDxun { width:4.875rem;height:1.875rem;top:46.25rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7LrL3ocJwwcQT811mldZBBmQPCxmGvs { width:5rem;height:1.75rem;top:9.5625rem;left:15.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmxb05OUo7cDRrNNqtB0q6PugsupTQ3 { width:14.4375rem;height:2rem;top:30rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qvT37sGMlNTLqXOg9N3RVT4pb8f4n6 { width:17.125rem;height:3.125rem;top:32.4375rem;left:30.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WUp7ubHoMzEus9ReBG4h732KivHPky { width:6.6875rem;height:5.0625rem;top:27.3125rem;left:4.59375rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3C8aXDOAo1wuF9uFLygtA4rUqzmmRdT { width:18.8125rem;height:12.5rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bK4i7zguWeFN2nrL7szaBtT9bRu1tp0v { width:19.4375rem;height:13.5rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1RfWBDvmsl4CdxPiZWNZyR3eGhxuPlv { top:10.75rem;left:28.3125rem;width:19.3125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfOOgzswoWTb3uxZKOEBeFQCSX7hX4Zy { width:17.125rem;height:6.0625rem;top:48.4375rem;left:30.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfO6BwfxHyK9POmDcJeSry83lm5JIP5 { width:14.375rem;height:3.75rem;top:43.8125rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mfwZkQ60O5pwptUg9a9G82mUrmwDDI { width:16.875rem;height:3.75rem;top:57.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZxN9ThKSJ2tvA9TDTGFZU1IPp1i2IS { width:15.25rem;height:0;top:65.875rem;left:16.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewmK5isXRmTi1HslqmLL6TosTntVv5fE { width:17.125rem;height:5.6875rem;top:62.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgbHklbG7qIAeJ9JmTURpKTqaLtZKI5p { width:19.25rem;height:17.1875rem;top:7.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg6ilIArEVVKoKIsTRIMt76CWOyVWHyb { width:15.5625rem;height:3.75rem;top:17.875rem;left:16.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqKr5GAPhPoLtT2EU7iBQ1doGhXnaMTT { width:19.25rem;height:15.125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkySIrL0Jy8SQZZHJfDkNCasSTCqKSuz { width:17.5625rem;height:4rem;top:33.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPGHsXMkPNORZqH6oUNm8eQOSbGaveVC { width:19.25rem;height:15.125rem;top:25.875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8A4RoHwmSls9mlT5DVg98GEE97UxnGl { width:19.25rem;height:13.875rem;top:42.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRFVmlZqwTtPk54QRyTKOtnl2l80RIqh { width:19.25rem;height:13.875rem;top:42.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLmoXJyWKsrK5TwZq5Rkp0hrZAyLo1eM { width:19.25rem;height:14.5625rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpxzbUsoQML2C3sCb9uXrvtCNasFiC2z { width:19.25rem;height:17.1875rem;top:7.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG644ubyT2tgxXSvUKlL426ZE48RD873 { width:19.25rem;height:17.1875rem;top:7.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #trvO9zkdmPgnZ1bZuuTSqXUGHzzI1QsA { top:56.4375rem;left:0rem;width:33.625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:22.6875rem;height:1.9375rem;top:11rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:26.1875rem;height:5.0625rem;top:14.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:28.4375rem;height:5.0625rem;top:33.625rem;left:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:24.0625rem;height:3.875rem;top:28.0625rem;left:23.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:28.125rem;height:5.375rem;top:51.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:30.75rem;height:1.9375rem;top:46.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7pI6EKrWULydxuBCh5ozPRXo3rkqOE { width:17.1875rem;height:1.9375rem;top:64.75rem;left:24.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0U8vomemZEPqgNVhvKrW6Vr4CKIMaBq { width:29.0625rem;height:8.5rem;top:68.5rem;left:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP7iN19xryQlSRDRh7tmxETfZG10xEdz { width:14.375rem;height:3.75rem;top:112rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3BwXK3KrFDcsEnPcy2MFZIBByzCzaJm { display:block; }
 }@media only screen and (max-width: 763px) { #vCAAPpVNxsTXDe2s7fIo3Cx6zTofhQC5 { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsiQ58dT4rQ3RdnHmzOzrVKTpEDqgOzk { top:14rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLdx4wzlIC2r9Fo8IicI0ZyuJPe5s9Pp { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLhtll8qF0FPAVdGS09W8PiCXpe3mB1E { width:47.75rem;height:3.3125rem;top:2.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T857SxEqzVdU1t5VFlq5fo1dhvRTnrQh { top:4.9375rem;left:25.9375rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyBWhcXruzQRZwb0iWQhFqD7CVWvoPwh { top:25.6875rem;left:0rem;width:24.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8WVKcwB2LdbQhZ9Xu8p3yDUI92g0Gqq { top:95.625rem;left:0rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxUxiihOP702zPVhBxc1hmmouDbc17z { top:63rem;left:0rem;width:14.3125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC9PS8VKxdrXoTzF1Kv8LJTfihUce7Bo { width:26.75rem;height:8.5rem;top:85.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxAlz0assGykG9ZO4vy2F9dSAkDJQV0K { width:17.1875rem;height:1.9375rem;top:81.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqWO74ZZE514t5f66JWm56URXahJyq7 { top:81.75rem;left:29.4375rem;width:16.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQfLQ5eWVZeNGvTHb1eWZ8XCI63gTxw { width:26.75rem;height:3.375rem;top:105.1875rem;left:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SceVGMwNeILkglCfxTGOidx14WV3VraP { width:17.1875rem;height:1.9375rem;top:101.4375rem;left:27.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGMSRiU04oPBiEXXFRT936Ep2cu8Szi { top:40.5625rem;left:26.75rem;width:21rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS { display:block; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkHU2sP9qQwZp2d8wJeZq3BFsBliHH1q { width:47.75rem;height:2.5625rem;top:5.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE7Xfc6JODSw7yKLJrO2XllI2kQyoxM1 { width:16.875rem;height:3.6875rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGHwiAygOz9CXc48mZ1cLyxTqgPRI3E3 { width:15.125rem;height:7.9375rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKbLFIgraeAQwTtAlBP2H4ilQIdksLrT { width:17.8125rem;height:6.375rem;top:29.9375rem;left:15.653228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8sfhUkEmDDTwmToE2G7TgXFyCvcHToa { width:17.8125rem;height:3.75rem;top:24.9375rem;left:15.6513671875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbBxlB3tL7impJ0K2f9UlcvI1pFla9af { width:15.3125rem;height:9.5625rem;top:29.1875rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASumECkmWF6FRySweGziL3Ocbp4Vnogg { width:15.3125rem;height:3.6875rem;top:24.9375rem;left:32.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTVC7GMGxrwUD506cKeu8mEaAZs8NCk { width:16.875rem;height:12.75rem;top:55.25rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN3CXcsJfpNIfoMkauoZW67qXcnVxeHE { width:14.5rem;height:4.75rem;top:55.1875rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCCiRRcUxNaaoRUm83VodOeETr7K5MdJ { width:18.8125rem;height:1.8125rem;top:51.875rem;left:15.151630401611rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNFlWANc3DHMufTbkZb8xOrFoKsdH3LP { width:17.1875rem;height:1.8125rem;top:51.875rem;left:30.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtRyy4FfUdkF6Wo6uFzw4KfPDocbWbA { width:17.1875rem;height:1.8125rem;top:51.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTztPDTN4R6V0lqfLKqmALGaQPFiuRNo { width:15.3125rem;height:14.375rem;top:55.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0789iKCHfX0rT2fpI5WZVAIKMMTrPOv { top:14rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRXKT5csUpPuHolGHckGArVt1KvADl9k { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5X51Tog9odzuVI3HPI6t7rxefPiML { top:14rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOJJQnwLxlgRK0K6UmzTzot2ngJleZW { top:40.9375rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF5TIlxN9giWB0C74pJqEC8NbnB7nJGi { top:40.9375rem;left:15.375rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAL5H87KByMoIsQ9lhgVkzmI8CRdEmz1 { top:40.9375rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFx3psVmWw3AZ01BXQygeZSpc25FJ64Z { width:14.375rem;height:3.75rem;top:74.25rem;left:16.655536651611rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0MHXgzFP8HG2uCr5IA15PhChGgHoAo5 { display:block; }
 }@media only screen and (max-width: 763px) { #TrvOiZVKFNTmDQ8WCMo4KbJatMBSyNZg { top:44.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpf5pQqgLrLl68mT6qyB7q5VwsQtURTX { top:16.5rem;left:18.467502593994rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xheaVnLd6389FHz03PoPEgNZVJrZPEZA { top:17rem;left:39.749462127686rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnH1cTM4ee4CHcOk5uTv2kVkXvFyzmUo { top:16rem;left:18.465732574463rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iETuyTtkLQimRha8EewTVVa4ew0brWIC { top:44.125rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFgEZl2KoXZbHV0u7tzPT0aryvx4uoE9 { top:44.125rem;left:39.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJeruSoT0U0n11A8pq0tfAcrssr44RBd { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOTM1fmIF49rK74rJtouFvGTvB0ZoRNN { top:14rem;left:36.5625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf64COaJK5reIQnPcgOUkTBef4bwfLWa { top:14rem;left:15.625rem;width:9.4375rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TstJZKL7TCg69FzzUcEzLIbgLLklVyt7 { top:16.75rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw { display:block; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzFtBDtSuHzKNhQVbIuWqST9tTa1QB1r { top:10.8125rem;left:14.375rem;width:28.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEtJlTSKhCAONnHifCnb27SsarKQlgfB { width:38.3125rem;height:2.5625rem;top:3.1875rem;left:6.435546875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4scK8MNRdknHXBiD2IHm78QAlMwaIzx { top:19.25rem;left:14.375rem;width:26.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ag0BtF2h5s1ASOEiUC3ELPcnSQJqSu { top:24.1875rem;left:14.3125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knFcTv9X92TlWoP5voT6shalE1APrZNO { top:32.3125rem;left:14.625rem;width:26.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHlBQdkStyt5pxO76oMGZkWrHa7VRaL { top:39.125rem;left:15.0595703125rem;width:28.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMRiOXK5xPBRieNtiVbcoxnKBKaLNoGV { top:11.75rem;left:5.4375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQkEr9nDy1wlPoQvEK677ZcOeFaKG9i { top:11.125rem;left:12.1875rem;width:31.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FGv9FyJSEeEIImiQQGgyoCpwTxmf9x { top:12.5rem;left:6.375rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN4eWWZq16Ok8BUwDnKqnXR8HbeIwDN { top:17.75rem;left:12.3125rem;width:31.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqXpssu28N1nxXKABP5LIUQdigyPp4fI { top:24.1875rem;left:12.125rem;width:31.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS5gbxUy0V8vFTZ0cJoeed7LCk2CpuFs { top:30.8125rem;left:12.1875rem;width:31.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEiEdBkdCpVEM1PidFfgw5Z7ekRQC6AT { top:37.1875rem;left:12.187320709229rem;width:31.6875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvchGIL3LP3ZZfIKvUTWdpQ3O7lxTmAq { top:18.9375rem;left:6.4371414184569rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJfIaspacUuhPrbW9SSROPWlLR8BZCpJ { top:18.25rem;left:5.4375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBwVuMTeDySfIpT6WH7sTsJ5V8C9zLF { top:15.125rem;left:7.0624961853025rem;width:0.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrRT8V5DLyCqeO4FMBwtNdciPveLWMbn { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSCAA4BhgwlQSq8FNz5a8SQmIP9aDd6f { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zstS686ozyWKsgIKWKkfBB2qxRynF9OG { top:15.3125rem;left:13.743782043457rem;width:32.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2hfTQBkhEJfl6x1cbfeEsBuRmbSaNX2 { top:3.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxWzlxOVlMch4KnxeGN4TAlxSUQT44lH { top:24.625rem;left:5.4357223510742rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4CSCNiklNcn7WQX2qh87yTrLhVpIqK { top:25.375rem;left:6.4300384521488rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxLW5svNZmM4sZpRaUFEy8woxUpTEdF2 { top:21.6875rem;left:7.0852241516112rem;width:0.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0fPKOR33C9BtXRW1TFtAnczaHmN50w { top:31.375rem;left:5.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0THU9Jfi8G84A50em09UVxGavxRLb2c { top:32.0625rem;left:6.375rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMGCoOPWvSbL0K7i65DVqT4p95U02d8f { top:28.125rem;left:7.0861129760744rem;width:0;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmwrp7KaWtGa7yDla2d89yd1U2P0APHh { top:39rem;left:5.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdwAun0wVs1UCmyRfQmTTeK6p7v2ff4 { top:39.75rem;left:6.5rem;width:1.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbaqZbLahtFJBhLCwuLrugWw1VeHO6w { top:34.8125rem;left:7.0861129760744rem;width:0.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJrIqDZDVLTfx2ndsPsMia9mFamRN2a { top:21.6875rem;left:7.0852241516112rem;width:0.0625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3S02MTfPnLfgiE3PWwiSSMkimCD6MsC { top:21.6875rem;left:7.0852241516112rem;width:0.0625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw { display:block; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfOiLNT8zltV6u23xVZOI57nEJfVcIDA { top:2.5625rem;left:0rem;width:20.125rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpbHLkTeTBOhSXDV2CEQsfy9eDp09xr { top:7.625rem;left:0rem;width:30.5rem;height:25.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhk2US5ZuvDX3XJfdU1zP00uVQWdAOtN { top:7.625rem;left:26.3125rem;width:21.4375rem;height:23.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXdXhINC2xXnSR5tgPAq5dyAlBZNe7U { top:2.5625rem;left:24.8125rem;width:22.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #arA1hfT97REm2LPZcDoK2VInTItMo5XU { top:34.5625rem;left:26.3125rem;width:21.4375rem;height:35.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtH8isz82TMQ4mh1wEyeTcX0NHBR2acd { top:30rem;left:27.625rem;width:20.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk6K7RqcIykPq7G4QkHJ0TxLJ1KFklWJ { top:37.4375rem;left:0rem;width:28.25rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA { display:block; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { width:44.6875rem;height:6.25rem;top:5.375rem;left:1.4992866516113rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block; }
 }@media only screen and (max-width: 763px) { #xDLf029Iw2d0GatRI7TsWmau5KRNsiPT { display:block; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL5RroSwKMswygEeIGo5tn5HRZL435Er { width:47.75rem;height:3.3125rem;top:0.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 { display:block; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJVK9ZD3VopQT5i1lxxsixDCFboBwHm0 { top:1.9375rem;left:0rem;width:47.75rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwZP9zdKUOWXpPDeGbiIurTo31JD7WFz { top:25.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNrRHcC9zCTFWFlJ5qbdkJ9WE63Xq2X { top:12.375rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmuClttzL6t16N9UvL0p3d7pyiecDP8l { top:32.25rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW { display:block; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unp8iwfWN7cPaqVCip4ChGDrx4eNJ2d2 { width:45.9375rem;height:5.8125rem;top:1.75rem;left:0.87578201293944rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU0DeRrZJoPiWWw2LdFoNn5DIcuacNiJ { width:29.625rem;height:4.0625rem;top:10.625rem;left:9.8718757629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM2Z43hSKv10WT50Vlk1fTkkRMSoaMCQ { display:block; }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { top:0rem;left:3.8112567663193rem;width:12.3748125rem;height:3.81214375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/312783fc-0347-45a7-b6db-804081791659/mob4.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU.adaptive-delivery-prevent-bg, #m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU.lazyload, #m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU.lazyloading { background-image: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container { background-color: transparent; background-image: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container > .video-iframe-container { display: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row > .video-iframe-container { display: none; }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .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); }#m3WxTNdI6vs3hcb5WINAhmVGMsRcTvIU > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gk2lSF2U2WNTvLLwsc4QDHLkshSvEdgX { width:19.995125rem;height:5.3984375rem;top:1rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QJP02o1W7LROaldFAwLLxZKTJJWICXyh { width:19.9980625rem;height:5.94921875rem;top:12.734375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QqgpbbDN5FQRKkfaTTcN4LmhgGHKeSBg { width:20rem;height:21.25rem;top:36rem;left:0rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rqnvFDfnZ2ddXe8gGWXo9keXEQxXnxXE { width:7.6875rem;height:6.75rem;top:20.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk4TH3FwFpBd2S7mWSkO9PgtfvTrcyCC { width:17.8125rem;height:2.01171875rem;top:20.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g53KfLyOTZOAdS1I3vNydX6twak07J57 { width:19.9375rem;height:3.5rem;top:31.4375rem;left:0rem;font-size:1.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9vnKnyZnDrTQCTC3gW12z5x4dOgPOT5 { display:block; }
 }@media only screen and (max-width: 763px) { #WNZRntbRiymukU6PM862KBPuG1e77ONt { width:20rem;height:6.375rem;top:6.0859375rem;left:0rem;font-size:5.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8  { width:17.5rem;height:auto;top:125.8095703125rem;left:0rem; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 {display:block;}#Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 { width:17.5rem;height:auto;top:125.8095703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #XamppF2KGHtBhDigSQWdPIfVqnU30u0S {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #odVwOISbMzwzRX46QOTGZx895QQB52Bu {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #SCio0tctRFgcH0Mhxac5xuyc2u6f4K9z {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #O72EAB6ywt1chVc6WuPHXXhMWnlqmm1N {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #BA2mHNteZG9LETeyV8kfDt1kgQlPDSIz {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #huy4qunD086UsJ57FoDx7Sp5aun4LqCK {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #RaWniAeqmPKt4NHGSzsi3STc7yDIOOMk {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #ZmR12F24n0Rf932FTwpdpLeDpVSQBZ75 {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #ENox25M8nsIVEIqtbQd8iVhbLSsmBrgx {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #VryhueLntBktMNOXnEDMKhdJMiqSnhFL {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #DQzHnycwUh7aKCrNuUwb8STwQETCBDPA {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #DoaHVgKAriD95TqiEMht8Vf8RkDThSV0 {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #PPTSy6y0fmbFMOiGCVoSltl7XtwwUDHi {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #WgPn1Hmxbw6ysxnz9J6pJa3FHT05JD9I {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #vOP8NKZ0wnzys8TLErxSlTGd5V1Zme2u {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #vcekb4kuuqoEVRM2lwRveidAIt2d1v1T {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #hO4wg6qrOit9ym3JO9VUqxnbX9q4Vt6e {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #XNmXSeoJXJZ0SDhGWqd5Fulk5bdT5ONr {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #xswrbtXtRZTD6M06n1FLx4nqQ3E6Jthr {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #FkTccZMXwS0DXcWAk3SSzSV4qri87r79 {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #lFOCnqwqyCLsH2IgwLHXnM5sOc6fw6vG {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #KVFrx8JdKa1UhkzD0scBtqi799LJf3vb {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #yTpKg9lIIM2fbq3dixWZx4wf7DmnwGdB {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #KitJKeP7IXIBB72CRtPWP2I6GV29pMpP {  }
 }@media only screen and (max-width: 763px) { #Fu01MSKilZ0OrxJTARkCkLCkpTezngL8 #SiGJMJ7tpPSdQPyzU9eq7V1bnqR6vuxR {  }
 }@media only screen and (max-width: 763px) { #I2Ok0Gd8UqquQsVo0SrpmJyBIa6JvRA6 { width:10.375rem;height:3.8496125rem;top:21.4375rem;left:5.375rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pfh6duuOR6txMb4qmDg7vysBD9tGTqPa { width:5.3125rem;height:1.6621125rem;top:22.625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VAhf1TttwNOC2tGPrqC3E2y0lJwlg8QE { width:20rem;height:37.9375rem;top:59.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dehb1JJVWLCbZJlrt5pep2eSDtLWgOpv { width:18.25rem;height:19.375rem;top:4.5604858398438rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xz6kW8SpX7yM7GJ3wLRJxwO28uHIGmAC { width:20rem;height:4.4375rem;top:26.40625rem;left:0rem;font-size:1.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gH3ETP6ovgsK0A6nfsmP0vTwyCtrGJWr { display:block; }
 }@media only screen and (max-width: 763px) { #wbq2orfszaFPtpuRsmaBkVawQ25JXFOu { background-color:#2b92d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container { background-color: transparent; background-image: none; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container > .video-iframe-container { display: none; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row > .video-iframe-container { display: none; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .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); }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container { border-width: 0; border-radius: 0; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbq2orfszaFPtpuRsmaBkVawQ25JXFOu > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR  { width:17.5rem;height:auto;top:0rem;left:0rem;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR {display:block;}#ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR { width:17.5rem;height:auto;top:0rem;left:0rem;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #gVVpzJdpiHDfzccpMUuXCsO1uSBybc0U {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #IN158w60PSSGf3BqpIAbMDmvKuI9LKdc { display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #aQRZ7x4OXen8u4NoVvDE68mCUP8fZkv1 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #xgzClnRDkcByU8MT8hSiCRNIZ15Bgg5E {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #q8qnyVeOIJcBksRoFUhK5ArQEfdK0nQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #T00IJLDKocNZ3kNRs90fqdHrChzLkcx6 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #Pi3LGI8hT5la5fwQoo44BeVzHwBhfozU {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #vTsB62I6xbF5MevCSKfPfIok7CaBLPud { display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #AB9vXZvNmugVblC9sFCRtb4keKQ1y6aR {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #fbWwM4s3L1w9UfZy5frd9Onn2UNtTFwH {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #uXPCgLJT5HC6J0eMT8TW7MoJcd7Tbr5M { display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #HZQTRGXSJU95wKi03lRzuiQEQ35UHixU {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #NDFIbTon9FzvMPb3ONDmWiJ0GrF75C60 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #p7ZwFCKBHodWbKMCsbc9rynlSz3RAozJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #egCrlufmBEoQBa568sTQSNJd8uIzFBpG {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #OvVuXO6C5HE9s6NhMFPTg4pNX60lBaZq {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #hbsxw1q1XcCHwFrMN2HD7dNVcJrJ0qNM { display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #BHvb6Km5qLJ4AE6TvydCE29UNsmU78J1 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #eGNQ1niMf3Cu5BeOqFQBnib78WTvcwTs {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #qZJmGDSUFpfEQ1JR8pLoPhZ7szRfC7bZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #RPH5VaKKhNdCPdW2Mtl5TxuZlQyBrdSw {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #OLBzCEuSsQn0pKv6HrLFvxxHbF4osrne {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #H9E2vQLOdZ0dkhxOUB1vhfScnCmGGaqr {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #Tyu9aloEZyVPoVWBICo9WFTu23W98qb5 {  }
 }@media only screen and (max-width: 763px) { #ZBzBTWDAJPV8T7hISWUt8nXcugqkpPOR #b85rDJEEXMISBgurKKsaNTvikipCGiHe {  }
 }@media only screen and (max-width: 763px) { #W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ { background-color:#2b92d0;background-image:none;display:block; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container { background-color: transparent; background-image: none; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container > .video-iframe-container { display: none; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row > .video-iframe-container { display: none; }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .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); }#W4oBGmPdJ85WNwuHXc3BGR4z9iAwnaMQ > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOGTgbN1i71oC0wXo6FW4XH5PVHDDkID { width:20rem;height:0;top:12.015625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xJZmc6ouSwfTglUvctplxxqmcWegQ13l { width:20rem;height:0;top:22.550800323486rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KR8N5p4myzv6VxHRdz7w1qNPc22r7Srh { width:17.5rem;height:11.4375rem;top:58.8154296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrPDsBFeu0OIeJUxaKo4VEDGIt1rlTqe { width:18.1875rem;height:3.4375rem;top:90.9375rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixO4ACevdKQA7uXovlhUOhk0PdQrdrrI { display:block; }
 }@media only screen and (max-width: 763px) { #xHxcOKAw3ibhhrtzMb9cr1dyKArw1bVE { width:20rem;height:0;top:69.634765625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dR167vt8IoPKGM7q9HMMFEFFyrVo2LeW { width:18.625rem;height:10.1875rem;top:95.6875rem;left:0.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qHP7ECyKGSmuTn7fFdIOiclB7JiALWRM { width:20rem;height:7.4238125rem;top:0.9365234375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RUqliJ5UvwrHzFMpVPzDalNUNGWnIUXt { width:17.8125rem;height:6.8984375rem;top:11.4150390625rem;left:1.09375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15005;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d4XAh5sNtCPvvaoko7rSrMwNFJyKglHu { width:19.6875rem;height:37.38278125rem;top:21.4345703125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #cbpxHSWJHJxKShLNgZELPuhmUN0hOLHy { width:20rem;height:15.29296875rem;top:74.0078125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15015;color:rgba(var(--color-tertiary-0),1);font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #M0xyKdbKuxDWT3oAc1hr7CnbIi6frz4p { width:20rem;height:9.5rem;top:10.1142578125rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #sro268OKN5UFLMGBCTGtFzlTBFpvhIFZ { width:20rem;height:15.125rem;top:56.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLGwzcFTSxBO82DErIvlv4BwtTU6VfT { width:20rem;height:17.9375rem;top:89.3125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol { display:block; }#OQcD59OXtIgienWoXiBUKwbBQdXSd1Ol > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLLUWfKWRDCtzsuf8bPWDwU2xOyx2pvI { width:20rem;height:6.07324375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F3bixic4DCdZC7PRDp9RdUZas7HGEx4y { display:block; }#F3bixic4DCdZC7PRDp9RdUZas7HGEx4y > .row .container { width:20rem;height:90.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lr3rGBQJZNUuRk3ffHfiFHTameHwfdRQ { width:18.375rem;height:9.597625rem;top:29.0625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JxHzemzTUrPv7FZAJKMFR6KZ3acyECbg { width:17.75rem;height:7.9980625rem;top:11.4609375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #EIsLVmPf0QHuAH2gcRqkRgCAfcRiUSQZ { width:20rem;height:4.798825rem;top:68.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nQp3DE3Wrl9CPspkElqWrZC9X8li4RF2 { width:19.125rem;height:1.625rem;top:26.75rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Uu1qHc1tr1mg0QzHJxa5S9C878OtEOgl { width:19.3125rem;height:2rem;top:46.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15020;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HWbTKyxnVZ5cpw0T42MTAd1JW2dhAVnl { width:18.3125rem;height:9.597675rem;top:49.4365234375rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #WdmxPwW546Hi2TuopGHMddnNPBTfwunQ { width:19.3125rem;height:2rem;top:66rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15021;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P9PGzzv3WZOAkLNa3tzFk3TN73ntwT0x { display:flex;top:20rem;left:7.25rem;width:5.5rem;height:5.5rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #g3Ekq9WkgOk8fToQ4Fi8azAwwNwQ2lU9 { display:flex;top:40.5625rem;left:7.1875rem;width:5.625rem;height:5.625rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #ABOLK12IKiRGtpTOVLvJTLNcX88qrL4M { display:flex;top:58.9716796875rem;left:6.25rem;width:6.8125rem;height:6.8125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #h0K6qCTeTv9rZkyRGQxceK4Lbv2wWNK5 { display:flex;top:0.6171875rem;left:7.28125rem;width:5.4375rem;height:5.4375rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #TNTHX7o9H80OUcEIJVp6Iusyu4GlkEyK { width:16rem;height:3.25rem;top:7.2039070129394rem;left:2.0000000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15018;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HcA3BDf5xqPuy1U9UFzpR5ESWG0R4Kos { width:20rem;height:3.19921875rem;top:84.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #FkLdK6WOcatRT1gq1q6nrZVlHH07GG5H { display:flex;top:75rem;left:6.875rem;width:6.3125rem;height:6.3125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #VKxQI2EkGdpN323LsXF9RBPNtP2MMPHT { width:20rem;height:2rem;top:82.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15021;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ { background-color:#55a8d9;background-image:none;display:block; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container { background-color: transparent; background-image: none; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container > .video-iframe-container { display: none; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row > .video-iframe-container { display: none; }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .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); }#bsBfpnyqmkB84WtlK22FAQSD53tSKoJJ > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghI9q2maAu3rDVoTDpI88H3Z1TCefwmq { width:20rem;height:72.3125rem;top:1.0625rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EaItRI7SLoqtgy2McO2VzsbdKcvwL8F5 { width:14.625rem;height:48.3818125rem;top:10.28125rem;left:4.935546875rem;font-size:1.0625rem;line-height:1.4;display:block; }#EaItRI7SLoqtgy2McO2VzsbdKcvwL8F5 li:before{  }
 }@media only screen and (max-width: 763px) { #v4aSXuqKU3SAD0ykrMueBvEs7QFJkz9Z { width:16.6875rem;height:6.3369375rem;top:2.43359375rem;left:1.65625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }#v4aSXuqKU3SAD0ykrMueBvEs7QFJkz9Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #wLxNq4PH8LQnFf8eBTLqeDpd2OraoAad { width:20rem;height:3.0859375rem;top:60.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2oyroD7Mt0XOKypu1Zegg6zNgTcoe6 { width:18.9980625rem;height:3.624025rem;top:89.7509765625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDn9UXpLR3kTTRDl2EBxs1WxOK1H4pV { display:block; }
 }@media only screen and (max-width: 763px) { #coGR8zRHV6GmbNZTxIzht7m09EwtlqTL { width:3.0625rem;height:3.125rem;top:11.25rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtk2vrBORbpxdP0FOTzbcW1zrKUcvnU { width:3.0625rem;height:3.0625rem;top:39.8125rem;left:1.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsCbhb7h1LCFUqvDkVLarPDlicVPOypW { width:2.9375rem;height:3.0625rem;top:30.623046875rem;left:1.65625rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #DuEA8QRF4gI1KhFoCklr8bny7TJWzB3h { width:4.375rem;height:2.875rem;top:23.216796875rem;left:0.90625rem;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #VXkghkd200gqasJAmQIETvokoBB7OmRJ { width:2.6875rem;height:3.0625rem;top:47.810546875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX9MBxTg0vtXCC1bZtxQ8TpUPyh8P3Aa { width:1.8125rem;height:23.6875rem;top:108.43593597412rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnWQl7vpTHF1r81FKmBlkeO0p8iLIXHi { width:5.0625rem;height:5.0625rem;top:10.28125rem;left:0.5rem;background-color:#ff8200;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bUGK6S9PVzL3lFTrBtrzwwbTdRXnU4Vi { width:5.0625rem;height:5.0625rem;top:38.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3HZMg6zyq9GaTL22pr1eEJGTwPQl2nL { width:5.0625rem;height:5.0625rem;top:101.1875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIwmptT6sPsFVlcRMz0arlcbxnPEPTKa { width:5.0625rem;height:5.0625rem;top:22.123046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk53HlAy9wTr2vOT09IwwwH6JxeH7gg0 { width:5.0625rem;height:5.0625rem;top:46.810546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNXMIm3IVm0k2v1RMRHGUaTE2oKtecZ { width:5.0625rem;height:5.0625rem;top:29.623046875rem;left:0.5rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #vfssKOUqKIcbwWZKmZuWxP7cskZRtAg5 { width:2.125rem;height:41rem;top:9.375rem;left:3.8125rem;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #WAIGwFP9FX3ePxowzSbKwR0vQBTM3Usv { width:15.246125rem;height:2.76171875rem;top:64.375rem;left:2.3759765625rem;font-size:2.125rem;color:#ff8200;display:block; }
 }@media only screen and (max-width: 763px) { #f8Fqr8VWSmttKkKoX2FoZGITfoqnw2rB { width:20rem;height:10.0625rem;top:68.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQd6QckmgNpQ7U56ZHTsUXbPLdVAld6X { width:18.875rem;height:6.82425rem;top:69.8037109375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXhoqwFyHBs4AQJZSkyr8fS5ub9DP3gS { width:18.75rem;height:9.5rem;top:78.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzDqTpTSwFGnFJi9rKoynl7speuNEKXJ { width:20rem;height:4.79296875rem;top:80.20703125rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWDcIR79dB5T9Jq9NZ5qTfc3aPuuvBs8 { width:20rem;height:2.03125rem;top:84.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 { background-color:#2b92d0;background-image:url("https://images.assets-landingi.com/uc/e806a101-6804-498e-a514-c0db69f6a319/to8.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8.adaptive-delivery-prevent-bg, #Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8.lazyload, #Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8.lazyloading { background-image: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container { background-color: transparent; background-image: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container > .video-iframe-container { display: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row > .video-iframe-container { display: none; }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .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); }#Bd7eoPwwxOBoHXLlhAONORwFN7eTIOX8 > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZonBaU86d1cTfX58ZCQaaWFaRDhbf2M { width:2.125rem;height:41rem;top:18.8623046875rem;left:15.5rem;z-index:15145;display:none; }
 }@media only screen and (max-width: 763px) { #zXfygUbc5EkfNk5sRuFzhnmSVulJLKGK { width:15.125rem;height:5.84765625rem;top:0.8486328125rem;left:2.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J7cngkeSHeKAOPwKJsfFRAiAXoNwPnTw { width:20rem;height:5.5625rem;top:8.25rem;left:0.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB3eTedRNVtnaTPN1wHddup4wkrtsA7W { width:2.625rem;height:2.625rem;top:9.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlpBlO0dEeBCCC7rTDCXNbT3GELAOrH { width:1.31171875rem;height:1.95rem;top:9.8125rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itH7l98sgKE8exz6nGtOVtk4VgrWLC96 { width:11.4375rem;height:6.499025rem;top:7.7812503576281rem;left:4.2812500596046rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #JK2UEraVUHK0u7F86VQb6uzUAsonw2rh { width:20rem;height:4.5rem;top:14.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm4CXtdbThDLQUIOrbKWZE01PQhaqDw3 { width:3.375rem;height:3.375rem;top:9.3427734375rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTt2fbC9hKTo4JzFHXdpQZpg4SZJKUNv { width:3.375rem;height:3.375rem;top:15.4873046875rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUGN55Coq9mTpOAviNRmTbt3FT7W6m8F { width:13.8125rem;height:2.5996125rem;top:15.88671875rem;left:3.09375rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kXwrT8qKAFF8V9o87Pr8mANSAILfQbgE { width:3.1875rem;height:3.1875rem;top:17.4716796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FStJISEfn2XldPiefCIzOXrSAr9laN5V { width:1.3125rem;height:1.95rem;top:16.1875rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrUCPbllzPUa744xW2NPkkT7eCLGAIo3 { width:14.6875rem;height:6.0625rem;top:23.861328125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKIc2REi8FPtNnBKhQnNm9kFzamdFMVH { width:14.375rem;height:1.29980625rem;top:22.13671875rem;left:2.8125rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PMWrnah2vlgkyKa9oDBN2I53n8ybzBMF { width:3.1875rem;height:3.1875rem;top:25.298828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTVEgQvfD9ZUEE5mH9Tp5N7PH33OInnz { width:1.3125rem;height:1.95rem;top:21.8125rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfsuex4HSb8XmHoHCsWL2CQ2aF4TVogu { width:14.75rem;height:6.25rem;top:31.5rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eS8MMtwzSht1yroZLMFTiQkS0GmpG9XI { width:9.6875rem;height:2.5996125rem;top:27.173828125rem;left:5.15625rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B7gqAmhCOMLvvqaLrQApkkZlvdPShVmd { width:3.1875rem;height:3.1875rem;top:35.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZmmUXaSA29nTtifAHWrdK1HhE2TCDzD { width:1.3125rem;height:1.95rem;top:27.5rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXTq5RoAuLlypunRZi9qEcV8K2NDpGpq { width:20rem;height:9.75rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeRpD6SNn5Ro6tZOPtpWTkEuADnkbS1P { width:11.8125rem;height:0;top:33.21875rem;left:3.1875rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ENdwyDCPJ7yhZg8FpEg9KTDPZp6dWThh { width:3.1875rem;height:3.1875rem;top:42.4150390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bI4BsOF1M0yhcwNF5NfeWHs0LbOHZyF7 { width:1.3125rem;height:1.95rem;top:34rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7p7LzBwR9E5K1N46N2IVsE6Qp1OV1dE { width:3.375rem;height:3.375rem;top:21.1494140625rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5J6QOU4i8xfrlegndE31i7bSIhqaEz { width:3.375rem;height:3.375rem;top:26.7861328125rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOCZVGish87xffkPMZ8DQNbJLs7d6efk { width:3.375rem;height:3.375rem;top:32.63671875rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVvhtbL7omOx9Enbq3iwMxmMihobRa8 { width:20rem;height:4.5rem;top:20.5869140625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #O2AGbkJq6avcPSgwhlCJESbdEXQNTSTd { width:20rem;height:4.5rem;top:26.2236328125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #wCTGwGbyEDL3DLzZIvwnZzBzGFN89iF6 { width:20rem;height:10.6875rem;top:32.07421875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14996;background-color:rgba(var(--color-tertiary-0),0.26);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gWdACHOApsXxE6nX8Au3vhXfPZQfUfnq { width:2.625rem;height:2.625rem;top:15.875rem;left:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RccnnC67qIu9HU48L2dMyFgiHWAJbImi { width:2.625rem;height:2.625rem;top:21.5244140625rem;left:1.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ibH26vCPqOmQVO4IEoiTnZLntTVDKsfU { width:2.625rem;height:2.625rem;top:27.1611328125rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pfvT4vpTOCtnDHH9ZnWVvF47X0Iz9ZVb { width:2.625rem;height:2.625rem;top:33.662109375rem;left:1.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qUlA4aU5nO1DTb6J7Iufed3c0zUdDz7v { width:9.75rem;height:9.098625rem;top:32.63671875rem;left:5.125rem;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { position:relative;z-index:auto;background-color:#2b92d0;background-image:none;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luAaQLqy5tJXkgPSJW0hq7yKtp2WnfwC { width:14.375rem;height:3.75rem;top:2.15625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2HmIk0pOQC3sc3cgHO5K6WdDz3Lfli { display:block; }
 }@media only screen and (max-width: 763px) { #K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus { display:block; }#K6uXZy8W47BVMwQRTmpGkuoEFgZzqwus > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWCQ42aPruKQ02TeSxqak5MyvF5bI8nS { width:17.9998125rem;height:11.5458625rem;top:1.6867895126343rem;left:0.9987570643425rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cm64LO3yiDZCRgmM8lTVQTonCm33MN4U { width:17.625rem;height:15.875rem;top:14.2587890625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P81KTNuetCDHip8zaQXlwEx2dC7qIfNR { background-color:#ff8200;background-image:none;display:none; }#P81KTNuetCDHip8zaQXlwEx2dC7qIfNR > .row .container { width:20rem;height:171.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KVMZz7ZophzyRdJ9N0ItTgaIkqn1mOfH { width:20rem;height:12.3125rem;top:8.5625rem;left:-0.125rem;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TvbZichsq03HZNoSAXqM85bWpm2kTOJG { width:14.8125rem;height:4.54980625rem;top:24rem;left:4.4375rem;font-size:3.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #XyeB2bJGqXpqomkHzWrImonqJqZq5Lq1 { width:20rem;height:14.933625rem;top:61.9375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWEMSU4WPd0mAbZGH3GTfq66cbtCtnwp { width:13.9345625rem;height:1.75rem;top:110.625rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #sTmSD83H7UB9kQUE8SEFWeHUNeUsElf3 { width:14.9375rem;height:4.0625rem;top:105.693359375rem;left:5.0625rem;font-size:3.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TlkpsbuMvHmxwulgGZilgvPlsBcSKAUM { width:20rem;height:6.32425rem;top:1.12109375rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IyqMZTZqbNwp6dZ15B10LFonuQBZPl3T { width:15.3125rem;height:4.6308625rem;top:9.3681640625rem;left:1.4375rem;font-size:3.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZA5rvm682dMUOCwODBBVtKBvtvAHzgtE { width:17.6845625rem;height:4.72265625rem;top:14.5625rem;left:1.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #sr2cO2wGTsR4GANtm4VlgDV9kvNTDxun { width:6.6220625rem;height:1.75rem;top:107.5rem;left:2.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #n7LrL3ocJwwcQT811mldZBBmQPCxmGvs { width:6.25rem;height:1.57421875rem;top:25.75rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TOmxb05OUo7cDRrNNqtB0q6PugsupTQ3 { width:16.9355625rem;height:1.6621125rem;top:80.125rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #r2qvT37sGMlNTLqXOg9N3RVT4pb8f4n6 { width:17.121125rem;height:3.16796875rem;top:82.5625rem;left:1.3134765625rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Z5WUp7ubHoMzEus9ReBG4h732KivHPky { width:15.246125rem;height:5.5244125rem;top:50.1875rem;left:2.2509765625rem;font-size:4.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #o3C8aXDOAo1wuF9uFLygtA4rUqzmmRdT { width:20rem;height:13.3095625rem;top:129.9375rem;left:0rem;overflow:hidden;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #bK4i7zguWeFN2nrL7szaBtT9bRu1tp0v { width:19.9375rem;height:13.8125rem;top:89.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1RfWBDvmsl4CdxPiZWNZyR3eGhxuPlv { width:20rem;height:14.4375rem;top:33.9375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfOOgzswoWTb3uxZKOEBeFQCSX7hX4Zy { width:17.125rem;height:6.75rem;top:120.8125rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZMfO6BwfxHyK9POmDcJeSry83lm5JIP5 { width:15.125rem;height:3.5rem;top:116.5rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #l4mfwZkQ60O5pwptUg9a9G82mUrmwDDI { width:16.875rem;height:3.5rem;top:145.75rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #BZZxN9ThKSJ2tvA9TDTGFZU1IPp1i2IS { width:15.25rem;height:0;top:148.4375rem;left:2.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewmK5isXRmTi1HslqmLL6TosTntVv5fE { width:17.125rem;height:5.25rem;top:150.25rem;left:1.4375rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FgbHklbG7qIAeJ9JmTURpKTqaLtZKI5p { width:19.875rem;height:9.3125rem;top:105rem;left:0rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cg6ilIArEVVKoKIsTRIMt76CWOyVWHyb { width:15.5625rem;height:1.48730625rem;top:28.5625rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TqKr5GAPhPoLtT2EU7iBQ1doGhXnaMTT { width:19.8125rem;height:11.1875rem;top:49.3125rem;left:-0.125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZkySIrL0Jy8SQZZHJfDkNCasSTCqKSuz { width:17.5625rem;height:3.5rem;top:55.6484375rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #SPGHsXMkPNORZqH6oUNm8eQOSbGaveVC { width:20rem;height:13.4375rem;top:155.34140586853rem;left:-5.9604644775391E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8A4RoHwmSls9mlT5DVg98GEE97UxnGl { width:19.8125rem;height:9.25rem;top:78.375rem;left:0.0625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZRFVmlZqwTtPk54QRyTKOtnl2l80RIqh { width:20rem;height:13.875rem;top:123.96640586853rem;left:-5.9604644775391E-8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLmoXJyWKsrK5TwZq5Rkp0hrZAyLo1eM { width:19.8125rem;height:10.3125rem;top:22.0625rem;left:-0.0625rem;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UpxzbUsoQML2C3sCb9uXrvtCNasFiC2z { width:19.875rem;height:12.9375rem;top:115.5rem;left:0rem;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NG644ubyT2tgxXSvUKlL426ZE48RD873 { width:20rem;height:12.375rem;top:144.9375rem;left:0rem;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #trvO9zkdmPgnZ1bZuuTSqXUGHzzI1QsA { height:11.2265625rem;width:20rem;top:158.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:20rem;height:150.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:18.4375rem;height:1.4625rem;top:16.1875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:17.4375rem;height:8.5rem;top:18.625rem;left:1.0625rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:18.125rem;height:8.5rem;top:41.125rem;left:0.1875rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:18.4375rem;height:2.7625rem;top:36.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:19.25rem;height:9rem;top:65.3125rem;left:0rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:18rem;height:2.7625rem;top:61.625rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7pI6EKrWULydxuBCh5ozPRXo3rkqOE { width:12.6855625rem;height:1.38125rem;top:83.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0U8vomemZEPqgNVhvKrW6Vr4CKIMaBq { width:19.6875rem;height:11.2rem;top:86.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #RP7iN19xryQlSRDRh7tmxETfZG10xEdz { width:14.375rem;height:3.75rem;top:144.9375rem;left:2.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3BwXK3KrFDcsEnPcy2MFZIBByzCzaJm { display:block; }
 }@media only screen and (max-width: 763px) { #vCAAPpVNxsTXDe2s7fIo3Cx6zTofhQC5 { width:5.3125rem;height:5.3125rem;top:68.0625rem;left:0rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #KsiQ58dT4rQ3RdnHmzOzrVKTpEDqgOzk { width:5.3125rem;height:5.3125rem;top:92.9375rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #fLdx4wzlIC2r9Fo8IicI0ZyuJPe5s9Pp { width:5.3125rem;height:5.3125rem;top:116.875rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #bLhtll8qF0FPAVdGS09W8PiCXpe3mB1E { width:14.25rem;height:6.075rem;top:0.75001335144044rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T857SxEqzVdU1t5VFlq5fo1dhvRTnrQh { width:12.5rem;height:12.5rem;top:5.1992053985596rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyBWhcXruzQRZwb0iWQhFqD7CVWvoPwh { width:12.5rem;height:9rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8WVKcwB2LdbQhZ9Xu8p3yDUI92g0Gqq { width:9.875rem;height:9.875rem;top:123.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxUxiihOP702zPVhBxc1hmmouDbc17z { width:8.4375rem;height:9.125rem;top:74.3125rem;left:5.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC9PS8VKxdrXoTzF1Kv8LJTfihUce7Bo { width:19.875rem;height:9.6rem;top:113rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #FxAlz0assGykG9ZO4vy2F9dSAkDJQV0K { width:17.1875rem;height:1.95rem;top:109.8125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqWO74ZZE514t5f66JWm56URXahJyq7 { width:12.5rem;height:10.75rem;top:98.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQfLQ5eWVZeNGvTHb1eWZ8XCI63gTxw { width:17.75rem;height:4.8rem;top:138.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #SceVGMwNeILkglCfxTGOidx14WV3VraP { width:17.1875rem;height:1.95rem;top:134.6875rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGMSRiU04oPBiEXXFRT936Ep2cu8Szi { width:12.5rem;height:12rem;top:49.625rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS { display:none; }#lT6IQtgdJiGNx9KHFIvt0LIXd1P4CwUS > .row .container { width:20rem;height:144.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xkHU2sP9qQwZp2d8wJeZq3BFsBliHH1q { width:20rem;height:6.5800625rem;top:2.0498933792114rem;left:0.093394875526431rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE7Xfc6JODSw7yKLJrO2XllI2kQyoxM1 { width:12.9998125rem;height:2.923825rem;top:13.125rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGHwiAygOz9CXc48mZ1cLyxTqgPRI3E3 { width:12.9368125rem;height:9.597625rem;top:15.4375rem;left:6.5625rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #aKbLFIgraeAQwTtAlBP2H4ilQIdksLrT { width:13.25rem;height:9.597625rem;top:34.3125rem;left:6.625rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #D8sfhUkEmDDTwmToE2G7TgXFyCvcHToa { width:13.3123125rem;height:2.76171875rem;top:30.25rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbBxlB3tL7impJ0K2f9UlcvI1pFla9af { width:13.3123125rem;height:9.597625rem;top:52.1875rem;left:6.6875rem;text-align:left;text-align-last:left;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #ASumECkmWF6FRySweGziL3Ocbp4Vnogg { width:13.187125rem;height:2.76171875rem;top:48.9375rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTVC7GMGxrwUD506cKeu8mEaAZs8NCk { width:13.499625rem;height:15.996125rem;top:95.8125rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #UN3CXcsJfpNIfoMkauoZW67qXcnVxeHE { width:13rem;height:6.3984375rem;top:120.125rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #xCCiRRcUxNaaoRUm83VodOeETr7K5MdJ { width:13.3744375rem;height:1.625rem;top:92.75rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNFlWANc3DHMufTbkZb8xOrFoKsdH3LP { width:13.125rem;height:1.625rem;top:116.625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtRyy4FfUdkF6Wo6uFzw4KfPDocbWbA { width:12.6873125rem;height:1.625rem;top:67.75rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTztPDTN4R6V0lqfLKqmALGaQPFiuRNo { width:13.3744375rem;height:17.5956875rem;top:71.375rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(33,34,38,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #J0789iKCHfX0rT2fpI5WZVAIKMMTrPOv { width:5.3125rem;height:5.3125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRXKT5csUpPuHolGHckGArVt1KvADl9k { width:5.3125rem;height:5.3125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAG5X51Tog9odzuVI3HPI6t7rxefPiML { width:5.3125rem;height:5.3125rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOJJQnwLxlgRK0K6UmzTzot2ngJleZW { width:8.375rem;height:8.375rem;top:81.4375rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EF5TIlxN9giWB0C74pJqEC8NbnB7nJGi { width:8.375rem;height:8.375rem;top:80.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAL5H87KByMoIsQ9lhgVkzmI8CRdEmz1 { width:8.375rem;height:8.375rem;top:140.125rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFx3psVmWw3AZ01BXQygeZSpc25FJ64Z { width:14.375rem;height:3.75rem;top:134.5625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0MHXgzFP8HG2uCr5IA15PhChGgHoAo5 { display:block; }
 }@media only screen and (max-width: 763px) { #TrvOiZVKFNTmDQ8WCMo4KbJatMBSyNZg { display:flex;width:1.9992875rem;height:1.9992875rem;top:69.75rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Jpf5pQqgLrLl68mT6qyB7q5VwsQtURTX { display:flex;width:2.875rem;height:2.875rem;top:31.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xheaVnLd6389FHz03PoPEgNZVJrZPEZA { display:flex;width:2.12446875rem;height:2.12446875rem;top:50.5625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #EnH1cTM4ee4CHcOk5uTv2kVkXvFyzmUo { display:flex;width:1.9375rem;height:1.9375rem;top:30.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #iETuyTtkLQimRha8EewTVVa4ew0brWIC { display:flex;width:2.1875rem;height:2.1875rem;top:94.4375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #PFgEZl2KoXZbHV0u7tzPT0aryvx4uoE9 { display:flex;width:2.374825rem;height:2.374825rem;top:118.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #QJeruSoT0U0n11A8pq0tfAcrssr44RBd { width:5.3125rem;height:5.3125rem;top:68.0625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XOTM1fmIF49rK74rJtouFvGTvB0ZoRNN { width:5.3125rem;height:5.3125rem;top:92.9375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Gf64COaJK5reIQnPcgOUkTBef4bwfLWa { width:5.3125rem;height:5.3125rem;top:116.875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TstJZKL7TCg69FzzUcEzLIbgLLklVyt7 { display:flex;width:2.87464375rem;height:2.87464375rem;top:14.648790359497rem;left:1.2805396318436rem; }
 }@media only screen and (max-width: 763px) { #oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw { display:none; }#oWgHETRfby5CEAQiLPvIPwm9WrD2LAaw > .row .container { width:20rem;height:44.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lzFtBDtSuHzKNhQVbIuWqST9tTa1QB1r { width:12.874rem;height:6.499025rem;top:8.5302734375rem;left:5.875rem;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AEtJlTSKhCAONnHifCnb27SsarKQlgfB { width:20rem;height:4.38671875rem;top:1.6930046081543rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4scK8MNRdknHXBiD2IHm78QAlMwaIzx { width:9.624rem;height:3.19921875rem;top:17.150390625rem;left:6.498046875rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z2ag0BtF2h5s1ASOEiUC3ELPcnSQJqSu { width:13.6865rem;height:3.199225rem;top:23.5rem;left:6.3134765625rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #knFcTv9X92TlWoP5voT6shalE1APrZNO { width:12.625rem;height:2.5996125rem;top:31.57421875rem;left:5.9990234375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TUHlBQdkStyt5pxO76oMGZkWrHa7VRaL { width:13.3744375rem;height:4.798825rem;top:37.4375rem;left:6.625rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RMRiOXK5xPBRieNtiVbcoxnKBKaLNoGV { width:3.1875rem;height:3.1875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQkEr9nDy1wlPoQvEK677ZcOeFaKG9i { width:14.875rem;height:5.5625rem;top:9rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FGv9FyJSEeEIImiQQGgyoCpwTxmf9x { width:1.31214375rem;height:1.94986875rem;top:10.375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN4eWWZq16Ok8BUwDnKqnXR8HbeIwDN { width:15.125rem;height:6rem;top:15.625rem;left:4.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqXpssu28N1nxXKABP5LIUQdigyPp4fI { width:20rem;height:4.3125rem;top:59.818359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS5gbxUy0V8vFTZ0cJoeed7LCk2CpuFs { width:20rem;height:4.3125rem;top:69.818359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEiEdBkdCpVEM1PidFfgw5Z7ekRQC6AT { width:20rem;height:4.3125rem;top:79.818359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvchGIL3LP3ZZfIKvUTWdpQ3O7lxTmAq { width:1.31036875rem;height:1.94986875rem;top:17.648260235786rem;left:0.99343037605287rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJfIaspacUuhPrbW9SSROPWlLR8BZCpJ { width:3.18714375rem;height:3.18714375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBwVuMTeDySfIpT6WH7sTsJ5V8C9zLF { width:0.12429rem;height:2.8125rem;top:13.469459533691rem;left:1.587357878685rem;background-color:rgba(33,34,38,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XrRT8V5DLyCqeO4FMBwtNdciPveLWMbn { width:15.125rem;height:4.0625rem;top:24rem;left:4.875rem;z-index:14994;background-color:#2b92d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XSCAA4BhgwlQSq8FNz5a8SQmIP9aDd6f { width:15.125rem;height:4.5rem;top:30.625rem;left:4.875rem;z-index:14996;background-color:#ff8200;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zstS686ozyWKsgIKWKkfBB2qxRynF9OG { width:15.125rem;height:7rem;top:36.3125rem;left:4.875rem;z-index:14997;background-color:#2b92d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U2hfTQBkhEJfl6x1cbfeEsBuRmbSaNX2 { width:2.1875rem;height:2.1875rem;top:1.1860790252686rem;left:16.929153800011rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxWzlxOVlMch4KnxeGN4TAlxSUQT44lH { width:3.1875rem;height:3.1875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4CSCNiklNcn7WQX2qh87yTrLhVpIqK { width:1.31185rem;height:1.94986875rem;top:24.6875rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxLW5svNZmM4sZpRaUFEy8woxUpTEdF2 { width:0.0625rem;height:3.5625rem;top:20.322619875rem;left:1.6875rem;background-color:rgba(33,34,38,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0fPKOR33C9BtXRW1TFtAnczaHmN50w { width:3.1875rem;height:3.1875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0THU9Jfi8G84A50em09UVxGavxRLb2c { width:1.31185rem;height:1.94986875rem;top:31.6875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMGCoOPWvSbL0K7i65DVqT4p95U02d8f { width:0;height:3rem;top:55.478014717651rem;left:10rem;background-color:rgba(33,34,38,0.8);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Tmwrp7KaWtGa7yDla2d89yd1U2P0APHh { width:3.1875rem;height:3.1875rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdwAun0wVs1UCmyRfQmTTeK6p7v2ff4 { width:1.31185rem;height:1.94986875rem;top:38.5rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlbaqZbLahtFJBhLCwuLrugWw1VeHO6w { width:0.0625rem;height:3.125rem;top:34.5rem;left:1.5625rem;background-color:rgba(33,34,38,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ekJrIqDZDVLTfx2ndsPsMia9mFamRN2a { width:0.0625rem;height:3.875rem;top:13.043678044746rem;left:1.679154753685rem;background-color:rgba(33,34,38,0.8);background-image:none;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #N3S02MTfPnLfgiE3PWwiSSMkimCD6MsC { width:0.0625rem;height:3.875rem;top:27.237215161324rem;left:1.5568181276321rem;background-color:rgba(33,34,38,0.8);background-image:none;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw { background-color:rgba(255,255,255,0.79);background-image:none;display:block; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container { background-color: transparent; background-image: none; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container > .video-iframe-container { display: none; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row > .video-iframe-container { display: none; }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .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); }#rT1QGF6Tb1LpEX9GM8cwWp0t0vAfgcnw > .row .container { width:20rem;height:135.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfOiLNT8zltV6u23xVZOI57nEJfVcIDA { width:20rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpbHLkTeTBOhSXDV2CEQsfy9eDp09xr { width:19.6875rem;height:36.7909875rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhk2US5ZuvDX3XJfdU1zP00uVQWdAOtN { width:20rem;height:23.9941625rem;top:45.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXdXhINC2xXnSR5tgPAq5dyAlBZNe7U { width:20rem;height:1.7871125rem;top:41.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arA1hfT97REm2LPZcDoK2VInTItMo5XU { width:20rem;height:35.1913625rem;top:72rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtH8isz82TMQ4mh1wEyeTcX0NHBR2acd { width:20rem;height:1.7871125rem;top:68.1689453125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk6K7RqcIykPq7G4QkHJ0TxLJ1KFklWJ { width:19.75rem;height:25.8125rem;top:108.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA { display:block; }#KoF6gMWphGzOQFMu9pdTJINiaQIxwOsA > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4lSCeuLM0RvFHJkCTnHfG8eLWXZV3NX { width:18.9994375rem;height:3.62445625rem;top:1.2799141407013rem;left:0.49891304969787rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1so52E0rIwzQ8Tx8kIFBsSpAJHVHIK0 { display:block; }
 }@media only screen and (max-width: 763px) { #xDLf029Iw2d0GatRI7TsWmau5KRNsiPT { background-color:rgba(var(--color-primary-0),0.07);background-image:none;display:block; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container { background-color: transparent; background-image: none; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container > .video-iframe-container { display: none; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row > .video-iframe-container { display: none; }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .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); }#xDLf029Iw2d0GatRI7TsWmau5KRNsiPT > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL5RroSwKMswygEeIGo5tn5HRZL435Er { width:20rem;height:4.048825rem;top:0.88125038146975rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 { background-color:rgba(var(--color-primary-0),0.07);background-image:none;display:block; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container { background-color: transparent; background-image: none; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container > .video-iframe-container { display: none; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row > .video-iframe-container { display: none; }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .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); }#sQW2GcHaGTEqDqaW3w4kFEI2r4c2aaz7 > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJVK9ZD3VopQT5i1lxxsixDCFboBwHm0 { width:19.0625rem;height:19.19533125rem;top:1.8828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwZP9zdKUOWXpPDeGbiIurTo31JD7WFz { width:19.25rem;height:7.99805rem;top:23.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNrRHcC9zCTFWFlJ5qbdkJ9WE63Xq2X { width:19.5625rem;height:17.595725rem;top:32.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmuClttzL6t16N9UvL0p3d7pyiecDP8l { width:19.3125rem;height:11.19726875rem;top:51.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW { background-color:#2b92d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container { background-color: transparent; background-image: none; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container > .video-iframe-container { display: none; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row > .video-iframe-container { display: none; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .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); }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container { border-width: 0; border-radius: 0; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8adXhHQX3J3RcVqAQqUI2cmixrZpkzW > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unp8iwfWN7cPaqVCip4ChGDrx4eNJ2d2 { width:16.1875rem;height:13rem;top:1.5812511444092rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU0DeRrZJoPiWWw2LdFoNn5DIcuacNiJ { width:15.9375rem;height:3.625rem;top:16.25rem;left:2.0312500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM2Z43hSKv10WT50Vlk1fTkkRMSoaMCQ { display:block; }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }