.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:255,241,205;--color-primary-1:255,212,104;--color-primary-2:255,183,3;--color-primary-3:251,133,0;--color-primary-4:51,37,1;--color-secondary-0:223,233,255;--color-secondary-1:142,202,230;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:2,48,71;--color-tertiary-0:217,224,227;--color-tertiary-1:129,152,163;--color-tertiary-2:2,48,71;--color-tertiary-3:1,24,36;--color-tertiary-4:0,7,11;--headlines-font-family:"Poppins Bold";--paragraphs-font-family:"Wuja"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17b1124c-92a0-4040-bc68-200976a23d9d/GreenWhiteIllustratedMerryChristmasEmailHeader4.png");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; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c.adaptive-delivery-prevent-bg, #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c.lazyload, #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c.lazyloading { background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { background-color: transparent; background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { border-width: 0; border-radius: 0; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#rlbVl7RWfuOqxm0nH612I8VmKJg4feLf { 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.1875rem;width:4.1875rem;top:0rem;left:1.4375rem;overflow:hidden;display:block; }
#Jr29PA4MNBQFDyOBzO8ZdT6sBTbJMmn1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5748698711395rem;left:5.5625rem;height:1.7875rem;font-style:normal;display:block; }
#fF4TAy0Gzy5KU4KTAQ1xSOpZc5Gl4ui5 { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.615234375rem;left:18.0625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.2812499869615rem;left:64.312503337862rem;display:none; }
#fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.38375rem;padding-right:0.333125rem;padding-bottom:0.38375rem;padding-left:0.333125rem;display:block;align-items:center;width:1.996875rem;min-width:1.996875rem;height:2.06375rem;position:relative;font-family:"open sans";font-size:1.535625rem;font-weight:700;line-height:33.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.663125rem;height:0.815625rem;position:relative;font-family:"open sans";font-size:0.575625rem;font-weight:400;line-height:13.05px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.625rem;height:3.886875rem;padding-top:0.48rem;padding-right:0.475625rem;padding-bottom:0.48rem;padding-left:0.475625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:47.5625rem;z-index:15008; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #pFthT3GcMe79WoEfqwliPK9SCExHdiET { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #ap1nMryqV18Wen3BhbK4TsI0krUSOKcg { width:auto; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #qmx7hma8eB9tvMQxybLlUATiuoxGAoe2 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VXKRP3IXSzNZruGChSQRadpaG84DzVTJ { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #F0vzbHimesZ0KXhd0xySKD9dXWSktSIA {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #BTXAOrAA6asoNii8en6OT5wivsGWxeU8 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #tILpaITH9652ZA5W2GHlQJgcrL5VwUFs { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VN1gMf6oldeTgrw2vE3XMG5oG9ttsv91 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #O150dCzZT4VDD1d57CQOJuK5DJnoul44 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #oqieNuMPrHFXqR1euetU7t3H2Gn2w94Z { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #dUZu9nT6CfvgfM3dnOvW8KyEiVTpQGw7 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #rVGSFEImC2lPSvKXoMLihs0SbWqCtTxe {  }
#qsZkSwU5XPPvtZZDq2MEpD1qODrHvpnI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.125rem;left:11.34375rem; }
#qsZkSwU5XPPvtZZDq2MEpD1qODrHvpnI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Kp1simRyKUerJ58kag4B86Ku3e37u3pW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.125rem;left:7rem; }
#Kp1simRyKUerJ58kag4B86Ku3e37u3pW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hCTtelIlvAE3XlgbuNiFwV0QLElWnxFw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:6.125rem;left:17.625rem;display:block; }
#DzXwSFNSr4xFB4FvCZNdwLoT3AU6hNnS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L0bkCNnrS5q5vOEuo0mQBvadz3OOFA7l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.125rem;left:25.1875rem;display:block; }
#OTU8ciw7vhbVIzPFV4avyzMOoX6zuQgU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkpXEKaFFJJJRzSMGA70ySn6PXmfTobI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:6.125rem;left:40.041667938233rem;display:block; }
#RhyBkBDrX6Qbt1kXy4qhTblrfp59hZqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tAHyHz7O5JaLa4grhkxiQfzJuhqh2Zcp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.125rem;left:32.375rem;display:block; }
#M92d5m2scgHurNOIZngrNcX1leura9TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXESI1S2Wz1vqNqJ1JwMx3WdFRAHB5fd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.125rem;left:52.10026550293rem;display:block; }
#TZ3LvH3Evoe8Bk5oelCby28Oy3WCWNyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynWZTvpwAlzp9KdT9EBeb3yfIxd5fT2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.25rem;left:64.4375rem; }
#ynWZTvpwAlzp9KdT9EBeb3yfIxd5fT2O > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#N0GDqS31bW82vNJShtHGgkZ2BrUFf6gW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.125rem;left:65rem;display:block; }
#TTVizR3cliXs4IQPLU7QJNp7RPX6EafB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATHsdb6Qe4GtNSKS9G5wnIIMDJJEAN7R { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1673d49d-f4ec-407a-86b0-2a92b4c69d5d/ASS028161.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk.adaptive-delivery-prevent-bg, #SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk.lazyload, #SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk.lazyloading { background-image: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container { background-color: transparent; background-image: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container > .video-iframe-container { display: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row > .video-iframe-container { display: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .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); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container { border-width: 0; border-radius: 0; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container { font-size:0.875rem;font-family:raleway;height:56rem;width:75rem;overflow:visible;position:relative;display:block; }#do9fRShRIMOvCv0KBOBVgbSiAfy4ylVO { color:rgba(var(--color-tertiary-2),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.1875rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:5.5625rem;left:0rem;height:8.043625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQkBW0H7TGkJRsG3dztPilszsRTWsTvl { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.9375rem;left:0rem;height:2.51823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#XXCGABoydKbsLX3JZzCUZdJwFod3Jb7W { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:36.125rem;left:8.0625rem;display:none; }
#amdnAmRCGucggFxra0MeGGhhlQouFXM3 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:36.125rem;left:8.0625rem;display:none; }
#TiP6qNBkQVKfKduoWk0OWgGfgpMIcTGT { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:36.125rem;left:8.0625rem;display:none; }
#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r { position:relative;display:block; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r { background-color: transparent; background-image: none; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .row .container > .video-iframe-container { display: none; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .row > .video-iframe-container { display: none; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .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); }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r { border-width: 0; border-radius: 0; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .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; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rL1DcnpTGq7FIKDQpTiWJCvxwHuFZezh { color:rgba(var(--color-tertiary-2),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:11.625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQbyX800fD2Hnd76e8kvbTdildmLwOrO { color:rgba(var(--color-tertiary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:13.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJzrgSEJNTsbOkC9bEPWVTG664NSZZnL { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:18.6875rem;left:36.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5));display:none; }
#dWxzfdOPsF4LifNo9q015GQgUArmGT1Z { display:block;width:30.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1);top:18.6875rem;left:38.5625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:none; }
#f7LZPk6icq1zvBsMwBWKqtgKyJoFW1o7 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:21.1875rem;left:36.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5));display:none; }
#xh0TVbnrBcU9EsnJEh48uCazzEZZvA43 { display:block;width:27.75rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1);top:21.1875rem;left:38.6875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:none; }
#tWEBLduVTu82x1LkVe0MVnGFI811VuGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row .container { background-color: transparent; background-image: none; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row .container > .video-iframe-container { display: none; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row > .video-iframe-container { display: none; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .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); }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row .container { border-width: 0; border-radius: 0; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#GX5kdXiFsVuKOxekGKISFp0cT9g9emXQ { position:absolute;display:block;z-index:15002;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.1875rem rgba(0,0,0,0.5) ;height:27.125rem;width:21.6875rem;top:25.822916984558rem;left:26.65625rem;overflow:hidden;display:block; }
#uUTUlQTiky1RziEfD2ar59nQsoM6ROzx { position:absolute;display:block;z-index:15003;background-color:#ffffff;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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.5) ;height:19.3125rem;width:35rem;top:1.125rem;left:1.5rem;display:block; }
#H9LGMT4810acEEIxlRQr32J7H2fP5Oo8 { box-sizing:content-box;height:1.8125rem;width:14.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.3125rem;left:1.5rem;display:block; }
#EP06cfKZl5qukXSn6uTexEW6HWgZPRxe { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.8125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpQQi6RKT9naLATG5pCDxJR7ck1vdA82 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.1875rem;left:4.0625rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cc6vAx3oySyGiuxVT2NLM26OvQomaTTP { color:#4e4e4e;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10.8125rem;left:4.0625rem;height:6.497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWlbKDwskOfE0ldMNEIEV40Kr6bOaXew { box-sizing:content-box;height:1.8125rem;width:5.25rem;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:15036;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.3125rem;left:14rem;display:block; }
#GhNEmII78nEzmnrQzpkGcaE66UhJJDxG { color:#4e4e4e;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:25.75rem;left:10rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#GhNEmII78nEzmnrQzpkGcaE66UhJJDxG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GhNEmII78nEzmnrQzpkGcaE66UhJJDxG li:before{  }
#LAXhviBu04D5JMpdsMg7os9KSTMKiQd7 { 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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.65625064075rem;left:16.53125rem;display:none; }
#OPEgcqkDBSZPt4IFq6kWE4OR5ITztI2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJR10llSgKEbxQGaXF3dJGHlfLOUXefP { position:absolute;display:block;z-index:15002;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;height:16.0625rem;width:12.8125rem;top:4.96875rem;left:35.375rem;overflow:hidden;display:none; }
#s7a5GeD9rKOeWOdRHtbb8Vhd1adKGymK { position:absolute;display:block;z-index:15003;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.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:22.5625rem;top:1.15625rem;left:40.260417938233rem;overflow:hidden;display:block; }
#JkraXWSQe9eGZdIsT0FJnMHMfHvIJv2a { position:absolute;display:block;z-index:15004;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.1875rem rgba(0,0,0,0.5) ;height:27.1875rem;width:21.6875rem;top:25.791666984558rem;left:1.5rem;overflow:hidden;display:block; }
#W0Jh1uQRpGZFzEFTRl8no4Td8yL1SPVg { position:absolute;display:block;z-index:15002;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;height:19.8125rem;width:15.8125rem;top:4.96875rem;left:35.375rem;overflow:hidden;display:none; }
#b3PXuHK6FHGrgocqTa8cqx8GEAxIRqzs { position:absolute;display:block;z-index:15003;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.1875rem rgba(0,0,0,0.5) ;height:27.125rem;width:21.6875rem;top:25.822916984558rem;left:52.09375rem;overflow:hidden;display:block; }
#lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.4);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; }#lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r > .row .container { border-width: 0; border-radius: 0; }#lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:none; }#WbE3TDIErwGKMEPqd2a3sxnIOm2NTnmO { position:absolute;display:block;z-index:15005;background-color:#ffffff;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.875rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:34.375rem;width:18.8125rem;top:16.9375rem;left:3.0625rem;display:block; }
#yfOJHV32mTQLMB8klQwqhL9Nn5tCiorp { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c1eff969-c019-40f0-8024-ec73abe637f4/nonagotowa.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:14rem;width:18.875rem;top:16.9375rem;left:3rem;display:block; }#yfOJHV32mTQLMB8klQwqhL9Nn5tCiorp.adaptive-delivery-prevent-bg, #yfOJHV32mTQLMB8klQwqhL9Nn5tCiorp.lazyload, #yfOJHV32mTQLMB8klQwqhL9Nn5tCiorp.lazyloading { background-image: none; }
#cZCpCG8FMLGRyVK8PP74vuSEBqckZElQ { color:#4e4e4e;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:38.1875rem;left:53.4375rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lfhc5BzGFJt4t7FXIfvd2hQUihZ3RdGH { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7bdc4592-895b-4bb2-834e-23ab94b7d0cd/koszv1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:13.625rem;width:18.8125rem;top:16.9375rem;left:28.0625rem;display:block; }#Lfhc5BzGFJt4t7FXIfvd2hQUihZ3RdGH.adaptive-delivery-prevent-bg, #Lfhc5BzGFJt4t7FXIfvd2hQUihZ3RdGH.lazyload, #Lfhc5BzGFJt4t7FXIfvd2hQUihZ3RdGH.lazyloading { background-image: none; }
#etdd9LWDMxiavpnIG2M7ki0Pbi9dHlc1 { position:absolute;display:block;z-index:15021;background-color:#ffffff;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.875rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:34.9375rem;width:18.8125rem;top:16.9375rem;left:53.0625rem;display:block; }
#DUUk9MTr0Ae3ptmX5G8Zqf4ErEFCE4mo { color:#4e4e4e;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:38.1875rem;left:28.375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9dlDAH36l6vlHl8AEPEWbFPTNK0iUrK { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea3babb8-6d71-4c90-a267-6e378da6eb95/treninggotowy.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:14rem;width:18.8125rem;top:16.9375rem;left:53.0625rem;display:block; }#Z9dlDAH36l6vlHl8AEPEWbFPTNK0iUrK.adaptive-delivery-prevent-bg, #Z9dlDAH36l6vlHl8AEPEWbFPTNK0iUrK.lazyload, #Z9dlDAH36l6vlHl8AEPEWbFPTNK0iUrK.lazyloading { background-image: none; }
#q6qAKOuOMHMXo85Xv0l94Nmp0fNtmDpL { color:#4e4e4e;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:37.5625rem;left:3.5625rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGoKqlxl6wClDLzg2x7JUwcZ1hRoxWKl { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:32.8125rem;left:2.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0xPL4qVZRrOWl7sr9oJoteyLlwaVKMp { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:33rem;left:27.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPq7OsH1N2yuBWfWgHTFVA2cAtwKepBq { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.75rem;left:52.5625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD4VKVuZTxedcp0p6vUAMRo28wGgxaHb { position:absolute;display:block;z-index:15004;background-color:#ffffff;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.875rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:34.5rem;width:18.8125rem;top:16.9375rem;left:28.0625rem;display:block; }
#nHIx1Zv1ZWOs9D5o2nVpLTIlG24Pd2dh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.5625rem rgba(0,0,0,0.5);top:50.274606704712rem;left:0rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T4FsdAVddGCkwlx97RFoTobUr65KRMeb { position:absolute;display:block;z-index:15005;background-color:#ffffff;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.875rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:38.25rem;width:18.8125rem;top:40.5rem;left:3.0625rem;display:none; }
#mV8ZnACDR6uXIbzWnSkdRcPuTIsgyl8y { position:absolute;display:block;z-index:15005;background-color:#ffffff;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.875rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:38.25rem;width:18.8125rem;top:40.5rem;left:3.0625rem;display:none; }
#yfddZcTHLl4D9SVwwa9nHfJsqI9Tl2Hq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-2),0.5);top:10.124351501465rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVXnoklpXflIcpnFlDCVunwXT5twtv4C { color:rgba(var(--color-tertiary-2),1);display:block;width:62.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:1.9375rem;left:6.15625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row .container { background-color: transparent; background-image: none; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row .container > .video-iframe-container { display: none; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row > .video-iframe-container { display: none; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .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); }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row .container { border-width: 0; border-radius: 0; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#qWugxDfQUGs05dCUPNsMRhiNfD85FFIq { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#alUrVC0s2Nxe5emTqKRNTLzmFz4GO0wo { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.75rem;width:8.6875rem;top:23.125rem;left:57.875rem;display:block; }
#wEKSkicXIotMWEOAVGukPe1RIfDwOrvT { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.9375rem;left:57.875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxM6kJSEDP3n4E4F4UHdDqeSs68q9ofU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.75rem;width:8.6875rem;top:10.1875rem;left:57.75rem;display:block; }
#oTtbbI7hwKcT1VCSlLftVPrxRxcpRg4O { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:57.75rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qf5QW9RJNp2CyimGzfNgUGToTdtPZ5xV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:11.8125rem;left:60.75rem;overflow:hidden;display:block; }
#Tw6uk7QGwEmQMBRQNFGTxdTUr6lR0Klt { position:absolute;display:block;z-index:15016;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:2.5rem;width:2.5rem;top:24.75rem;left:60.875rem;overflow:hidden;display:block; }
#mn4Vig7OU64NwqSXkhxf5ofmAQfTToEH { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.5625rem;left:7.5rem;height:4.19921875rem;font-style:normal;display:block; }#mn4Vig7OU64NwqSXkhxf5ofmAQfTToEH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mn4Vig7OU64NwqSXkhxf5ofmAQfTToEH li:before{  }
#t3opNBEo4FFIWsibVOEFJtROMrfHB2eo { color:rgba(var(--color-tertiary-2),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.8125rem;left:7.5rem;height:6.9986875rem;font-style:normal;display:block; }#t3opNBEo4FFIWsibVOEFJtROMrfHB2eo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t3opNBEo4FFIWsibVOEFJtROMrfHB2eo li:before{  }
#uZTfSkS09uIFl8NzORUIW8HlPScTz1Wd { color:rgba(var(--color-tertiary-2),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.6875rem;left:7.5rem;height:4.19921875rem;font-style:normal;display:block; }#uZTfSkS09uIFl8NzORUIW8HlPScTz1Wd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uZTfSkS09uIFl8NzORUIW8HlPScTz1Wd li:before{  }
#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row .container { background-color: transparent; background-image: none; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row .container > .video-iframe-container { display: none; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row > .video-iframe-container { display: none; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .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); }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row .container { border-width: 0; border-radius: 0; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#c6nBbmeJXeS1zTEttL2EI6pFT7agzJya { position:absolute;display:block;z-index:15003;background-color:#ffffff;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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.5) ;height:21.0625rem;width:36rem;top:1.1875rem;left:37.208335876465rem;display:block; }
#oZ3eGEgIFTTLHll7Oy1n7nz7lw6iyKVx { box-sizing:content-box;height:1.8125rem;width:14.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2.2916669845581rem;left:58.91667175293rem;display:block; }
#tO9hVwsA04nRP6K4C1B4WkNG1Aiu1X4G { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:2.5071620941162rem;left:59.625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W9KXhzSHEaIDkH8VFQm2TJ4AarFC6E54 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:4.1041669845581rem;left:38.739585876465rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFwx326wSN9r0KauKbhqKx0bu7FG4TPs { color:#4e4e4e;display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.90625rem;left:38.739585876465rem;height:10.3958125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DV3IDi5ZOAZmiVa8EIMI1tUOQeIt6zT8 { box-sizing:content-box;height:1.8125rem;width:5.25rem;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:15036;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2.2916669845581rem;left:58.142578125rem;display:block; }
#P7wJ2QqNrpkbSCGEJH0Rh5nh0FVDFqOz { color:#4e4e4e;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:25.75rem;left:10rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#P7wJ2QqNrpkbSCGEJH0Rh5nh0FVDFqOz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P7wJ2QqNrpkbSCGEJH0Rh5nh0FVDFqOz li:before{  }
#F3VSXtOsQkVpdLC4VCkebzmTXDG2rqSk { 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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:27.65625064075rem;left:16.53125rem;display:none; }
#s0WaMA0H9RfskrDzAXnSSSHNGbczy5xM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3dVBPKthO2V2QNLqGqWZx35pdD17I6y { position:absolute;display:block;z-index:15003;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.1875rem rgba(0,0,0,0.5) ;height:28.75rem;width:22.9375rem;top:29.125rem;left:50.375rem;overflow:hidden;display:block; }
#e0hER3mTp9Wys9FkiiqUDwU83QT1eTfR { position:absolute;display:block;z-index:15004;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.1875rem rgba(0,0,0,0.5) ;height:28.75rem;width:23rem;top:29.125rem;left:1.6875rem;overflow:hidden;display:block; }
#wNP9v2fK1C5fB01ZrD6MEtXDMs6wEKlM { position:absolute;display:block;z-index:15041;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.1875rem rgba(0,0,0,0.5) ;height:21.125rem;width:30.9375rem;top:1.15625rem;left:1.630859375rem;overflow:hidden;display:block; }
#NFq1bHkD4G9GtUnuQT8mhHsrrPcDBzRR { position:absolute;display:block;z-index:15005;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.1875rem rgba(0,0,0,0.5) ;height:28.75rem;width:23rem;top:29.125rem;left:26.0625rem;overflow:hidden;display:block; }
#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row .container { background-color: transparent; background-image: none; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row .container > .video-iframe-container { display: none; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row > .video-iframe-container { display: none; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .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); }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row .container { border-width: 0; border-radius: 0; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row .container { font-size:0.875rem;font-family:arial;height:81.375rem;width:75rem;position:relative;display:block; }#DZJxvFGfJoV4fTdDoUAomELJpTrhBXSP { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.1875rem;left:1.8125rem;height:5.36198125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wo6sdqILkRSXK4FvnB5TnCox9L6N2LG4 { color:rgba(16,16,16,0.7);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.1875rem;left:1.8125rem;height:9.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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gyv3QmfzcJH8H5kcSXisGnGSm0HbkyvW { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;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:17.5rem;left:1.8125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0ppzLL52mdTtC2h23CV4xLuATSSrf5b { position:absolute;display:block;z-index:15014;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.9375rem;width:17.6875rem;top:9.8125rem;left:53.145835876465rem;overflow:hidden;display:block; }
#usNViiOwNHONrao1KTkEeGVIrHb7k8yJ { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:16.3125rem;width:24.4375rem;top:6.6764335632325rem;left:39.0625rem;overflow:hidden;display:block; }
#Nl7xA08H8UHXnwq6UcIFLlxHwh1sfgqQ { position:absolute;display:block;z-index:15015;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:27.6875rem;width:71.4375rem;top:51.749349594116rem;left:1.78125rem;overflow:hidden;display:block; }
#faA2yV3WFm4ZoXaqhxSaTqTiSb5e7LaD { 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:67.5rem;width:67.5rem;display:none; }
#mccHoXHSVMbOz9ODe0zyNV12it7aWgVB { color:rgba(var(--color-tertiary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.8125rem;left:7.25rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wcPzIAobDq9N9GuSV8htudR0gNX61iD0 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:12.0625rem;left:7.25rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydTNE9hP01GQqbSPdKxTZifhUkdIsfuv { 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:5.9375rem;width:4.5625rem;top:7.9375rem;left:1.5rem;overflow:hidden;display:block; }
#AmG6m34E07P5yUNdgDTLbx2CdZWqq8v6 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:41.6875rem;left:4.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xqDgNIwg9PwcFBnVuo0z6xy71NtX0Gn8 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:35.951171875rem;left:4.90625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWRUABsN1nQOfCcGSbTmUpP5sNS9neFi { box-sizing:content-box;height:15.125rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:35.0625rem;left:3.1875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.65) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#PPgqLm90EVB5wWFLQbW9oTldVgAZHZqO { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:40.9375rem;left:4.75rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#at3iea5AN1u3A8MzUWzBOfkfdGs7IJKy { color:rgba(var(--color-tertiary-2),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:35.1875rem;left:28.5rem;height:6.497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vJnW1D83hTMlNtMftkz8C4Th9C6dteRq { box-sizing:content-box;height:6.8125rem;width:44rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:35rem;left:27.375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#lHPF8ezEf8qdXVgvqGEiOU7lyw5nRHnT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.8125rem;left:4.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVPax2vUGFJRiylOTf6WupJ3ekCH8iGF { color:rgba(var(--color-tertiary-2),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:43.8125rem;left:28.5rem;height:6.497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIQUOh899tAvuD0sKGXhT7tkbG8vCyzX { box-sizing:content-box;height:6.875rem;width:44rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:43.5rem;left:27.4375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#A10F9CTDC7VTRJcg6HCN7ZQfKMhlfT3H { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:46.451171875rem;left:4.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfeVwpO7k86n9CWg9n3T6eEuuAAIlceB { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.8125rem;width:17.6875rem;top:3.125rem;left:26.3125rem;overflow:hidden;display:block; }
#O0lk5mnuQbTzQORcQIfpQGu53cEbn1cX { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.25rem;left:7.0625rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGd7K163zJ9NoRWQy7hpl1KQHrRbJ5A3 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:39.760417938233rem;left:4.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.59);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; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container { background-color: transparent; background-image: none; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container > .video-iframe-container { display: none; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row > .video-iframe-container { display: none; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .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); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container { border-width: 0; border-radius: 0; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#PXFfHBiiue96hz3EJuhmCmJW0LM7WMGZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.5625rem rgba(0,0,0,0.5);top:5.6875rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kIptJTe1lZG7Ne9tSv2xps2SDx0p0tQ1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 1.5625rem rgba(0,0,0,0.5);top:10.625rem;left:0rem;height:4.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row .container { background-color: transparent; background-image: none; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row .container > .video-iframe-container { display: none; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row > .video-iframe-container { display: none; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .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); }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row .container { border-width: 0; border-radius: 0; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#GqzhnTN5Mx8Dm7x9JutrPHRuCM27857k { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.8121089935303rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUhbPhAKOKs1F5EOvPNago0D45OmotXX { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:14.3125rem;top:18.8125rem;left:53.625rem;display:block; }
#dLEkZWhXiiZLLl7G6J3fvA2QNMKn3kQT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.625rem;width:14.3125rem;top:18.75rem;left:38.625rem;display:block; }
#Tgn1OcOSJLBz4e5wP0DAb46IMN0CCvxf { position:absolute;display:block;z-index:15023;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:25.375rem;width:26.875rem;top:42.000000762753rem;left:8.125rem;overflow:hidden;display:none; }
#h5cURw6HEwchqQfxMu6plxBaWMEJAy79 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:51.75rem;left:7.5rem;display:none; }
#H4T8vlETeTxppWBRZJgzdiWAXu4p4EoC { position:absolute;display:block;z-index:15022;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: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:12.5rem;width:12.5rem;top:55.5rem;left:7.5rem;display:none; }
#bzFlL4JeiRxppTUK6H8TB7v3VIiy3vB9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.625rem;left:54.5rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTHkqwxea8hatAZJV8h5uOWpRBC3qyrq { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.625rem;left:39.5rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omuZRfbTEkTwqEesg5yKdZKiXcifdxsK { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.0625rem;left:39.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPVkTH69LUNQsrsiO7DBQsmHkkDFePO7 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.0625rem;left:54.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7xXZlHgiSzJ9rDxnOMxAPxSUPOLT6xn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.375rem;width:14.3125rem;top:18.9375rem;left:7.8125rem;display:block; }
#qhMfErJTTh1BdfT8NtOeEaoLcr7W5nmP { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:17.3125rem;width:14.3125rem;top:18.9375rem;left:22.75rem;display:block; }
#TZu2xVXmeWUAhURvdLFCSLUoM9a3ikzT { position:absolute;display:block;z-index:15023;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:23.5625rem;width:26.75rem;top:14.124999809079rem;left:40rem;overflow:hidden;display:none; }
#x32ypBlAFUTUIB3It64TqaoohxfkJ81P { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:21.312510728836rem;left:55rem;display:none; }
#vJChUvN5Ny1ri98ydiVv9pwMTqpIsTfw { position:absolute;display:block;z-index:15022;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: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:12.5rem;width:12.5rem;top:26.000010490417rem;left:55rem;display:none; }
#P8ioMf7ovVAv5AHnHe7HXVZo4bu0yCXX { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.0625rem;left:8.6875rem;height:6.82225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFZ7aTTQT67ldoK4m2pf73rM6GCycT0V { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.1875rem;left:23.6875rem;height:6.82225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cR2bvgIe7U5snA9CWKMa4pS0nfRqodnC { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.625rem;left:8.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfBS4vX7UwscThtXT8nNlCL71FO83eb4 { color:rgba(var(--color-primary-3),1);display:block;width:12.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.625rem;left:23.5625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0fCCUOMeGNTNdGNqNBbxgDpCrvuWvUs { position:absolute;display:block;z-index:15026;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:16.625rem;width:16.625rem;top:10.625rem;left:7.0625rem;overflow:hidden;display:block; }
#pHTLeo79s4VxuTt6Jr4tnaQkbaPkhh0Q { position:absolute;display:block;z-index:15025;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:16.6875rem;width:16.6875rem;top:10.0625rem;left:21.5625rem;overflow:hidden;display:block; }
#xzc0PSkcKUIs8SaK7rRPdmNd0WcqidT9 { 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:19.1875rem;width:19.1875rem;top:9.25rem;left:36.1875rem;overflow:hidden;display:block; }
#Oakws6784uCuJXrSAhswIA6hrOolQCTU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:11.125rem;left:53.6875rem;overflow:hidden;display:block; }
#GgWgsR5VqI8tumWwEmFqeZXdTyrnuCk7 { position:absolute;display:block;z-index:15004;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:36.75rem;width:36.75rem;top:34.396486759186rem;left:32.25rem;overflow:hidden;display:block; }
#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container { background-color: transparent; background-image: none; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container > .video-iframe-container { display: none; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row > .video-iframe-container { display: none; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .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); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container { border-width: 0; border-radius: 0; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#hJ1xDh1Md530WTm0kRFleAVxplLbGOif { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:2.75rem;left:5.5625rem;height:3.85rem;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; }
#mLZ3o2NZzxBn70suW9mKEgRTqG00zdbJ { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:14.3125rem;left:5.5625rem;height:24.375rem;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; }
#GNz5TDwwQcofZcLPw4VNhR400yff6ItQ { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;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: 0rem 0rem 1.875rem rgba(51,59,76,0.5) ;height:23.75rem;width:17.8125rem;top:23.750011444092rem;left:53.8125rem;overflow:hidden;display:block; }
#UuuzhlzcfCcevRXh7DgpGAmng8gia2Am { position:absolute;display:block;z-index:15007;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:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.5625rem;left:5.5625rem;display:block; }
#xiDwUriBNTTwre40xoELVL3rsoNGXOX4 { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;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: 0rem 0rem 1.875rem rgba(51,59,76,0.5) ;height:17.0625rem;width:18.1875rem;top:28.499989509583rem;left:37.1875rem;overflow:hidden;display:block; }
#tgckZKscTFRHVSFsgAvTykwNMBAHpq6e { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:9.0625rem;left:5.5625rem;height:3.75rem;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; }
#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container { background-color: transparent; background-image: none; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container > .video-iframe-container { display: none; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row > .video-iframe-container { display: none; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .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); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container { border-width: 0; border-radius: 0; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#uTG5q3wTtcbiLw3besbUFniBuZI4P5gH { box-sizing:content-box;color:#5d92ff;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.25rem;left:58.75rem; }
#uTG5q3wTtcbiLw3besbUFniBuZI4P5gH > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; }#n5XLLQUQEVr5eGTPWE2xzAQseIwka9HA { box-sizing:content-box;color:#5d92ff;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.25rem;left:47.291667938233rem; }
#n5XLLQUQEVr5eGTPWE2xzAQseIwka9HA > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; }#PcdiaADdM3Nop8TFzGfIiT17vkOMoLPJ { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.96875rem;left:4.4479179382324rem;height:3.9375rem;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; }
#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f2f2f2);background-image: -moz-linear-gradient(180deg, #ffffff, #f2f2f2);background-image: -ms-linear-gradient(180deg, #ffffff, #f2f2f2);background-image: -o-linear-gradient(180deg, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );";background-image: linear-gradient(180deg, #ffffff, #f2f2f2);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; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row .container { background-color: transparent; background-image: none; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row .container > .video-iframe-container { display: none; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row > .video-iframe-container { display: none; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .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); }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row .container { border-width: 0; border-radius: 0; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row .container { font-size:0.875rem;font-family:arial;height:83.5625rem;width:75rem;position:relative;display:block; }#F0gZSumKlRPm5MObuizgrmqyv7bvPGKa { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:45.3125rem;height:3.49375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pVqconn5a7w4GPGkBexQn0zHg1FXBfJ3 { position:absolute;display:block;z-index:15005;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.9375rem;left:63.0625rem;display:block; }
#s7ZAdXC6L8G0DvNwvkSzU3NOJErsBJME { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:27.625rem;width:27.25rem;top:5rem;left:4.3125rem;display:block; }
#VMNMcg3mnfRpABRyTsRD5DTU5Tp9xRQb { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:13.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pX9g3zcxK7DgiE4JCeTN6FczLlSSO4q1 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:6.6875rem;height:15.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qOapLeu7l7sJmoc5DkI9Okpy5aWOeqwC { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:30.375rem;width:27.25rem;top:10.4375rem;left:42.125rem;display:block; }
#m1bTwUNn2KD3DCWZILm3bKsrUbN4nWQy { position:absolute;display:block;z-index:15026;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:6.9375rem;left:42.75rem;display:block; }
#yL3xs0vGX4iG7t6D0NuGbL1A75TGkHIh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:5.8125rem;width:6.1875rem;top:7.25rem;left:42.75rem;overflow:hidden;display:block; }
#c3E0J5OEbfuJfxJ81G61CXulWoRMFTbB { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:50.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V4Sx1zfpUwR9TMwM3h1FAmVPZsTTyXC5 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5rem;left:44.5rem;height:15.59373125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GvMlulczMPCwc8wa2OdFgSuCEQQ49W6E { position:absolute;display:block;z-index:15028;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:2.1875rem;left:5.625rem;display:block; }
#xW3aWMtrdIdxfGKer2MaRmN2GUITODoZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:2.4375rem;left:5.625rem;overflow:hidden;display:block; }
#DWGkhTooiik5bcdwrVJEtD1hOlkt5kzO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.625rem;left:19.4375rem; }
#DWGkhTooiik5bcdwrVJEtD1hOlkt5kzO > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Qe5mbeWmRm75xtBK5IhDGoMtXvyhoTAd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:28.625rem;left:12.5rem; }
#Qe5mbeWmRm75xtBK5IhDGoMtXvyhoTAd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#rKxfnRhnklOMzp0z27EWGqShHZK2mTv1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:36.1875rem;left:58.125rem; }
#NJBENZvUzfnqV011GQO6G9RmB74Fsfsw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.1875rem;left:51.1875rem; }
#NJBENZvUzfnqV011GQO6G9RmB74Fsfsw > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#OTufVt7l3sHDHtK8rCdO8V6Twdvgg1v5 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:25.25rem;width:27.25rem;top:53.3125rem;left:43rem;display:none; }
#h45pd22bpaFzccOEqmz93xuUIT8AxX2T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:73.3125rem;left:58.5rem;display:none; }
#h45pd22bpaFzccOEqmz93xuUIT8AxX2T > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#xsrt7ZrZFpho8gdVMHTyINxhsU5wdyUT { color:rgba(var(--color-tertiary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:60.1875rem;left:44.4375rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#d7L3tAk2aM7BeQIr3tL9qwk44S2X3lBS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:73.3125rem;left:51.5625rem;display:none; }
#d7L3tAk2aM7BeQIr3tL9qwk44S2X3lBS > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#qKTSVKBLlLgPJV7ASEizoMuzqCIFNOUT { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:56.125rem;left:52.4375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CcIRSivV63zOxepkVPKzy9vs3kflGM6d { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.1875rem;width:5.9375rem;top:51.5rem;left:44.5625rem;overflow:hidden;display:none; }
#gIagD0bVTPn2hmopL5m0M98C8sddk4Vf { position:absolute;display:block;z-index:15040;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:51.1875rem;left:44.5625rem;display:none; }
#uibaXOnbFdWAWw7eQaPt34qxWuZLJqKV { 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:78.875rem;width:63rem;top:12.000000953674rem;left:6.6875rem;overflow:hidden;display:block; }
#Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f2f2f2);background-image: -moz-linear-gradient(180deg, #ffffff, #f2f2f2);background-image: -ms-linear-gradient(180deg, #ffffff, #f2f2f2);background-image: -o-linear-gradient(180deg, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );";background-image: linear-gradient(180deg, #ffffff, #f2f2f2);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:none; }#Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS > .row .container { border-width: 0; border-radius: 0; }#Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS > .row .container { font-size:0.875rem;font-family:arial;height:94.375rem;width:75rem;position:relative;display:none; }#qrwSgwTs3GJ4I1niUTKhclMw86u6qrPU { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:45.3125rem;height:3.49375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rWko2lrIl67qPT33yA3FcTQI8ATR1fN2 { position:absolute;display:block;z-index:15005;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.9375rem;left:63.0625rem;display:block; }
#eNNcSrTSHIlENKcQTHaCPw5pFCuJUxXo { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:27.625rem;width:27.25rem;top:5rem;left:4.3125rem;display:block; }
#zMBwJipMbPdxrpxehuONZwbwpcxU80fR { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:13.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNO8qbW37Ml6XwKl9yqvzwvtIbxlMH5N { color:rgba(var(--color-tertiary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:6.6875rem;height:16.89325rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xewEvllWuyx9ouhQlkAMgt3PDX0OHoN2 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:31.1875rem;width:27.25rem;top:37.500000953674rem;left:4.3125rem;display:block; }
#xHzKRWFEvuU2BsCiqMdtKgx3N4iDAdDw { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.291667938233rem;left:13.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EB4m8m2ivQo3TsfMwSuamlDeuCyhJ5kb { color:rgba(var(--color-tertiary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:44.3125rem;left:5.71875rem;height:22.091125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rTTZeq2LEcxsswO6WkKl31BaBxiPp7TS { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.6875rem;width:5.6875rem;top:33.270833969116rem;left:5.71875rem;overflow:hidden;display:block; }
#sEKBSk2npdSdZOWCtshlAofJANsIsTAZ { position:absolute;display:block;z-index:15033;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:35.375rem;left:5.875rem;display:block; }
#dTOqSJw6QbyOeuOzci2UAEuMkOtvVzM5 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:30.375rem;width:27.25rem;top:17.5625rem;left:43rem;display:block; }
#kb7wxDgSQrts8i4JRdQwgh3vOd8pGwqF { position:absolute;display:block;z-index:15026;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:14.0625rem;left:43.625rem;display:block; }
#OMDvMHJmyXhoRIW146OeKHTTZGqHtNCW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:5.8125rem;width:6.1875rem;top:14.375rem;left:43.625rem;overflow:hidden;display:block; }
#i1mwRNGhhC2UBozBRTyFQCmLWRSsDEXF { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.125rem;left:51.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PKv6Zvw9tSgebWpR4FegU4Rcat4f0RTA { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:45.375rem;height:18.19273125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HXneLa3WqIMRTLFQISUHPbyGCp54RzCq { position:absolute;display:block;z-index:15028;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:2.1875rem;left:5.625rem;display:block; }
#EFWQx8lwkISNJqPWDRQPFBkHvO53WFHc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:2.4375rem;left:5.625rem;overflow:hidden;display:block; }
#VKrH6CoMTdMSPyoOIxfTFdx5rKSIq3e3 { position:absolute;display:block;z-index:15026;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:35.787493705749rem;left:45.1875rem;display:none; }
#JUZfDdx0yPO6KSoBilTmRoFTAAuWWMZr { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:6rem;width:4rem;top:36.099603176117rem;left:45.1875rem;overflow:hidden;display:none; }
#DH7HtP49MCpBs688fHqS50g23vWn4KyH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:28.625rem;left:19.4375rem; }
#DH7HtP49MCpBs688fHqS50g23vWn4KyH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#fpgAXbsuProTwPySRnNiRFfDIrcfbCNW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:28.625rem;left:12.5rem; }
#fpgAXbsuProTwPySRnNiRFfDIrcfbCNW > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#mdEIp0FNgA0IfVzLSmB4MD56fUl4ONMl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:39.687500953674rem;left:26.25rem; }
#mdEIp0FNgA0IfVzLSmB4MD56fUl4ONMl > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Bz1kvlk3L34F8bXpLvxX1WmEW4ldox7R { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:43.3125rem;left:59rem; }
#VrWTmQwKVaXGWyxUfKTZDFl2p9WoQsUh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:43.3125rem;left:52.0625rem; }
#VrWTmQwKVaXGWyxUfKTZDFl2p9WoQsUh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#CqbWHKBSnSFgS3HyMwGDJITqNnhLHX5m { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:25.25rem;width:27.25rem;top:53.3125rem;left:43rem;display:none; }
#iATCkMD7RA5A5g78l55G2Lb1bukXQEC5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:73.3125rem;left:58.5rem;display:none; }
#iATCkMD7RA5A5g78l55G2Lb1bukXQEC5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#VZgtCZHhz8sXir56tvKu3RO72lhvTbhG { color:rgba(var(--color-tertiary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:60.1875rem;left:44.4375rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#x0bbSrlPTnI3BGpqlN8Ik4XxkyByUKvq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:73.3125rem;left:51.5625rem;display:none; }
#x0bbSrlPTnI3BGpqlN8Ik4XxkyByUKvq > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ikaDoMoSuMAE9vHbtOlqD7brVhNTsIgZ { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:56.125rem;left:52.4375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LntyZPx4yeseprPDdQUwuIhXKhgfhZeB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.1875rem;width:5.9375rem;top:51.5rem;left:44.5625rem;overflow:hidden;display:none; }
#z4atz8u00uEwKhx4WQ2aMd3zQHU0ctOl { position:absolute;display:block;z-index:15040;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:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:51.1875rem;left:44.5625rem;display:none; }
#K0fvGulo92AkhiNNHfGLrc72vbhiibSc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:34.9375rem;width:27.25rem;top:56.687500953674rem;left:42.625rem;display:block; }
#mlUCWEz2hVyrgx2zdV1P59IoPxGLiOlX { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:59.957683563233rem;left:50.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ns7UcJ9xEHPIBcO3306O1SuRZtupxzU2 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.3125rem;width:9.0625rem;top:52.729167938233rem;left:39.6875rem;overflow:hidden;display:block; }
#D0CRQuTHJ4n6wQbOAdT3fcuZvZuCNqw2 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:64.0000038147rem;left:45rem;height:25.9895625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5nCqke2wEMBMM8nvJFq54tzBS65ohTR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:59.520183563233rem;left:65.416671752931rem; }
#B5nCqke2wEMBMM8nvJFq54tzBS65ohTR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#DRGd6a2GRNfyrk3QchvdLxBw3GeZqTda { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:5rem;width:4rem;top:36.099603176117rem;left:45.1875rem;overflow:hidden;display:none; }
#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row .container { background-color: transparent; background-image: none; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row .container > .video-iframe-container { display: none; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row > .video-iframe-container { display: none; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .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); }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row .container { border-width: 0; border-radius: 0; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#i8Ve8szOOMkxZJg5BFWBfteeAnIT9Pti { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.375rem;left:0.9375rem;height:2.5rem;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; }
#nvD2mQIfq2ryeKAb9lKi97maV8P8BwKb { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:2.1;letter-spacing:0;top:7.0625004768369rem;left:0.9375rem;height:27.5625rem;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; }
#LZlIzeTAaaZ1Uf7REVknEvrLIK6s8gWy { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:20.75rem;left:49.6875rem;height:1.125rem;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; }
#MnggkuoPNDsr78vDNGODIZ768MoHhBvq { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:18.6875rem;left:49.6875rem;height:1.125rem;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; }
#X2nM3tB8soPCulGcvnHk7aRGmeTVsRPk { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:23rem;left:49.6875rem;height:1.125rem;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; }
#uo8aefqHUA58etrvQhWyMpudbTALghJb { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:46.3125rem;height:3.575rem;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:none; }
#qdKm5HkyDQ2CfyfcQf92C0rqEC0qOEzS { color:rgba(var(--color-tertiary-2),1);display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.0625rem;left:53.4375rem;height:;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:none; }
#BzlsE4s265nM8PvTpBXJlng18w9q1vl4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.6875rem;left:48rem; }
#vQensJUQWKmRaf0ZsVhOZUaSU7p076J7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:20.875rem;left:48rem; }
#ylXHm6bdAPVOZU7Tc2TLFhouZCmkyIEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:23rem;left:48rem; }
#UEMvWq2HLyxRKNpWTq6ovumpXCoIW70a { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:48rem;height:3.00625rem;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; }
#A182fnpXrUpGGU7deQEJGQyISarF9XKy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:3.6875rem;top:2.375rem;left:54.4375rem;overflow:hidden;display:block; }
#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.59);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; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row .container { background-color: transparent; background-image: none; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row .container > .video-iframe-container { display: none; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row > .video-iframe-container { display: none; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .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); }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row .container { border-width: 0; border-radius: 0; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#Mqney4WWOdMVuAzTNrW8bZRgRTR3ZAXR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);top:2.0625rem;left:0rem;height:3.98125rem;text-align:center;text-align-last:center;display:block; }
#eaNQ3TRL0DNHFzM1X7I1sFUaVZW2DIDc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.9375rem;width:2.9375rem;top:8rem;left:15rem;display:block; }
#a89Ot7muDPuRF8PCEGkNciArU2943xRi { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:15.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BofGS2MvdcSEZ9crsCDkWbwmqQQm9q3m { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.75rem;left:10.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMlPrWq2S3SRadfNrf65wMiBIgNobTQ2 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.75rem;left:29.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6xlsiWlGBKRpS42ryuGgCJW4JRWnkbO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.9375rem;width:2.9375rem;top:8rem;left:35.625rem;display:block; }
#Z6tzlkIpBK3MBSmDapRbTPR8tFFnehBF { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:35.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNiJfKvkRtWtQGPUhltQa7q9eG1ZSIT0 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.140625rem;left:50.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urTyTG75hmPFcpXvST6PDZczfDALTzJd { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.9375rem;width:2.9375rem;top:8rem;left:56.1875rem;display:block; }
#TPkweQbhdoFN5STAHhDmSDNTiiW6syzc { color:rgba(var(--color-tertiary-2),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5625rem;left:56.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5PRAEl4EHHMzenPMyUk1IBrN4bQkrZZ { 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:15017;opacity:1;top:7.9375rem;left:25.125rem; }
#rHZmh9X5cDqpM42PyQgnBe5pq6Setr7t { 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:15018;opacity:1;top:7.9375rem;left:45.6875rem; }
#uoN1SSgStnlclaOqrZ12x9npPmemFv8U { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.1875rem;left:50.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rD8czXe6euci9Uc4I5Q6OGzu0SXE2b9Z { 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:15018;opacity:1;top:16.84375rem;left:46.125rem;display:none; }
#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row .container { background-color: transparent; background-image: none; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row .container > .video-iframe-container { display: none; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row > .video-iframe-container { display: none; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .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); }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row .container { border-width: 0; border-radius: 0; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#zSJado6l1rAD6GF8MN2A6ic9HMw6MeiE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.5rem;width:24.375rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;top:1.625rem;left:2.8125rem;overflow:hidden;display:block; }
#fBq3B5WMuGeDI4iozqwLd6CnbqTT4sJh { display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:32.875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#ZffRHDHZpwh0yxW6x0I806ZcT9FPqA9x { display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.625rem;left:35.791667938233rem;height:6.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;text-align:right;text-align-last:right;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#iSTmklAWtAEbDmkIhy8o3c3v5wFIawc7 { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:32.125rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.6);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; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row .container { background-color: transparent; background-image: none; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row .container > .video-iframe-container { display: none; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row > .video-iframe-container { display: none; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .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); }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row .container { border-width: 0; border-radius: 0; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#P66pSmKO1U24mvH1sc9BlFrhJZMvxksn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:20.687501907349rem;left:53.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IV1xtJ8Dg8dUlnOl9An1Sb7DrPXT5adU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:10.5rem;top:10.416015625rem;left:57.25rem;overflow:hidden;display:none; }
#Rbpfl4GdrhuiQBQMAK4Br8xPHDd0UEA6 { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625009536743rem;left:25rem;height:;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; }
#KGZa7eMRHg5Ww6R1pKGp3vw0INkDkRzB { 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:17.625rem;width:23.5rem;top:10.9375rem;left:0.75rem;overflow:hidden;display:block; }
#C7e4qV3aeyTdFykrtHTxvKKWgh8bkwXw { position:absolute;display:block;z-index:15001;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.3125rem;width:27.0625rem;top:11.09375rem;left:44.906902313233rem;overflow:hidden;display:block; }
#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.6);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; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row .container { background-color: transparent; background-image: none; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row .container > .video-iframe-container { display: none; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row > .video-iframe-container { display: none; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .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); }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row .container { border-width: 0; border-radius: 0; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#SmAAEEuN7HKPlVSI7RtMV4kwAiSKTUaV { 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:12.5625rem;width:12.5625rem;top:6.375rem;left:12.375rem;overflow:hidden;display:block; }
#dTtUwwpib1slfmJZDOZA4RQSmPBNBS7y { position:absolute;display:block;z-index:15003;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:9.125rem;width:9.9375rem;top:8.09375rem;left:50rem;overflow:hidden;display:block; }
#pft8us4QU9Vl70GNUUnORgoybZIiEeA4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:17.21875rem;left:9.28125rem;height:8.997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAnnaqrFo9MZLOOUWVS6ORX9t6GpUvqa { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:17.21875rem;left:45.59375rem;height:7.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auU2T1RA4M76QfcgCR0HAIsHC1OX9MUq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:20.687501907349rem;left:53.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gsXdVaqzmMKoSJ27MsbHLIcffMCEZiXK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:10.5rem;top:10.416015625rem;left:57.25rem;overflow:hidden;display:none; }
#T9P6bb9FuPThdTbZtSHI1Ofw6z8DWvpZ { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625009536743rem;left:25rem;height:3.65625rem;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; }
#WNwxwVbF87zbc31TBZ95WIaui3ArzfOl { position:absolute;display:block;z-index:15001;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:6.3125rem;width:13.875rem;top:30.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#KaiMBVvcxVerXk9JMEWE7A5cDraE63ig { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:36.5625rem;left:28.125rem;height:3.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:auto !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; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container { background-color: transparent; background-image: none; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container > .video-iframe-container { display: none; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row > .video-iframe-container { display: none; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .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); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container { border-width: 0; border-radius: 0; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1911d423-b11e-47f6-89db-90e17959f008/ASS071171.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;height:36.6875rem;width:30rem;top:2.875rem;left:6.8541679382325rem;display:block; }#D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA.adaptive-delivery-prevent-bg, #D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA.lazyload, #D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA.lazyloading { background-image: none; }
#TfSKaK1gzwlQi5q1ATvn3vTndHLXcWGH { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 1.4375rem rgba(0,0,0,0.3) ;height:36.6875rem;width:30rem;top:2.875rem;left:37.5rem;display:block; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-form-header {  }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-text { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(255,255,255,0.66);background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);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:22.5rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-textarea { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(255,255,255,0.66);background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);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:22.5rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#142c4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#f2f9ff;width:14.125rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.3125rem;overflow:hidden;font-style:normal;float:none; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .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; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-container:first-of-type{padding-top:0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-container:last-of-type{padding-bottom:0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15rem;left:40rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn {display:block;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15rem;left:40rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #MmF5zTKgKsfxV6wM6TTpLTkiAze2oCzS { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #OfzOz97sKhw6N0SVDm9LlPxNO8AseD3e { position:relative;display:none; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #vBdtzGADzm6n58okophbQ5mnQ2xefsmk { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #l5wUcbd4HuGZ3XzeBLDgDC4t1gbwfM5M { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #xGK2hBAsu5WOzTWPxXwKyU70KT1sxU8Q { position:relative;display:none; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #NwNKPS50gb7yC1M7p77yhJIIviAieezE { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #l3gVFdtBGVywmnkc8RXnubJ5Ax3wT2yl { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #TO5ynIH6AVvMLmFmnT4mST41Uyqg9TcN { position:relative;display:none; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #htCPXNvFDc98AIZwnDrPKiLkvTCoGWCL { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #w6fFy7WcBupzQ8Mx4qr3AXXDqoyOlLCG { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #TM1ao7HQZhwTiIglG6yr5BVCoLrR3SIh { position:relative;display:block; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #tGmUDTPgOo0aqFM1MCFZNSWkTNXGGWGD { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #FUEGyFBxL0MweEJk4WQ8zqdge3v8NG4o { position:relative; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #HgJeRqAOccMmdT934orZDega3uc4THgF { position:relative; }
#RIRaTIwCl1u8TxWTRFKt8xNCSNtzOJu6 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:7.125rem;left:41.25rem;height:2.54948125rem;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; }
#u7tN4lXGVTvvE9ZyrauBD6EqSFMn50Iz { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:10.75rem;left:41.5rem;height:3.4rem;text-align:left;text-align-last:left;display:block; }
#IBLzTPbKG4iXT72EXT9T3uLkAzqlqCIP { box-sizing:content-box;height:36.6875rem;width:2.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.875rem;left:36.25rem;display:block; }
#TCGCNR4udVgi1hTJ7lBP17zSGtbbz1Mh { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"roboto condensed";font-size:10.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:3.625rem;left:14rem;height:12.225rem;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; }
#z11gF0k1mRnwkMb1MQZrHT9oAN5Jrip0 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"roboto condensed";font-size:4.6875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:11.6611328125rem;left:10.75rem;height:5.625rem;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; }
#TxEeAW5c55IX8G3y8E4WRb9rApD7o80K { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"roboto condensed";font-size:4.6875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:3.625rem;left:11.5rem;height:5.625rem;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; }
#MDI8PUuafdV0PckGaJVKeATwGPxTqbJU { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"roboto condensed";font-size:4.6875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:7.125rem;left:19.8125rem;height:5.625rem;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; }
#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;position:relative;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;display:block; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container { background-color: transparent; background-image: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container > .video-iframe-container { display: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container { display: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .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); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container { border-width: 0; border-radius: 0; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#udWSvPaPgrTwaQQhn0sS1nTozFT2RTDk { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.4;top:9.0496101379394rem;left:7.7187503576281rem;background-color:transparent;background-image:none;height:1.1375rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#FzEPlgtW9kzIAevgp1rFbO7nvRK8dAux { display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.2;top:5.224609375rem;left:53.353906154632rem;background-color:transparent;background-image:none;height:1.425rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#zlrbMNr1TMZoVAAM1DI4cneytMTVSbAH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:5rem;left:50.5625rem; }
#Ar9IxMS2NpqULSkZ4uD8dW06rGhuydUy { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:1.25rem;left:37.125rem;display:block; }
#wLANb8mkcbUrTONx5imECi6AsbwCFoE2 { display:block;width:18.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.2;top:7.625rem;left:12.125rem;background-color:transparent;background-image:none;height:2.84895625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#iC3nhcDe15KrQHQo7BTJegBAO5KZTBAp { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:8.9375rem;left:45.375rem;height:1.3rem;display:block; }
#OUWuu859MkxNe7BIrF9T0i09zV7SIMOM { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:8.9680995941163rem;left:55.125rem;height:1.3rem;display:block; }
#vT9Ci1XJnTOpCUSCQOvWLr8m7KcXdfAK { display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.2;top:5rem;left:12.125rem;background-color:transparent;background-image:none;height:1.95rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#KiFz6eHnUbI2v3Lf7vz6UsGa51pnhMpI { position:absolute;display:block;z-index:15050;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:9.25rem;width:9.25rem;top:1.93701171875rem;left:4.4375rem;overflow:hidden;display:block; }
#RsmhbClBctgOuZ1WXWf675X4QsWNToMD { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:9.0904941558837rem;left:68.6875rem;height:1.3rem;display:block; }
#TpacHc3ktcB6bTVrurmTe95NTXz734R4 { position:absolute;display:block;z-index:15064;height:8.3110625rem;width:14.8735625rem;top:1.93701171875rem;left:31.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { display:block; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlbVl7RWfuOqxm0nH612I8VmKJg4feLf { top:0rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr29PA4MNBQFDyOBzO8ZdT6sBTbJMmn1 { top:1.5625rem;left:0rem;width:12.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF4TAy0Gzy5KU4KTAQ1xSOpZc5Gl4ui5 { top:1.5625rem;left:4.4375rem;width:29.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { width:9rem;height:2.4375rem;top:1.25rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S { display:flex;width:18rem;height:5.0625rem;top:0rem;left:29.862499237061rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #pFthT3GcMe79WoEfqwliPK9SCExHdiET { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #ap1nMryqV18Wen3BhbK4TsI0krUSOKcg {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #qmx7hma8eB9tvMQxybLlUATiuoxGAoe2 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VXKRP3IXSzNZruGChSQRadpaG84DzVTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #F0vzbHimesZ0KXhd0xySKD9dXWSktSIA {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #BTXAOrAA6asoNii8en6OT5wivsGWxeU8 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #tILpaITH9652ZA5W2GHlQJgcrL5VwUFs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VN1gMf6oldeTgrw2vE3XMG5oG9ttsv91 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #O150dCzZT4VDD1d57CQOJuK5DJnoul44 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #oqieNuMPrHFXqR1euetU7t3H2Gn2w94Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #dUZu9nT6CfvgfM3dnOvW8KyEiVTpQGw7 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #rVGSFEImC2lPSvKXoMLihs0SbWqCtTxe {  }
 }@media only screen and (max-width: 763px) { #qsZkSwU5XPPvtZZDq2MEpD1qODrHvpnI { top:6.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
#qsZkSwU5XPPvtZZDq2MEpD1qODrHvpnI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Kp1simRyKUerJ58kag4B86Ku3e37u3pW { top:6.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
#Kp1simRyKUerJ58kag4B86Ku3e37u3pW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hCTtelIlvAE3XlgbuNiFwV0QLElWnxFw { width:6.5rem;height:2.1875rem;top:6.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzXwSFNSr4xFB4FvCZNdwLoT3AU6hNnS { display:block; }
 }@media only screen and (max-width: 763px) { #L0bkCNnrS5q5vOEuo0mQBvadz3OOFA7l { width:6.5rem;height:2.1875rem;top:6.125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTU8ciw7vhbVIzPFV4avyzMOoX6zuQgU { display:block; }
 }@media only screen and (max-width: 763px) { #ZkpXEKaFFJJJRzSMGA70ySn6PXmfTobI { width:7.5625rem;height:2.1875rem;top:6.125rem;left:26.416667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhyBkBDrX6Qbt1kXy4qhTblrfp59hZqA { display:block; }
 }@media only screen and (max-width: 763px) { #tAHyHz7O5JaLa4grhkxiQfzJuhqh2Zcp { width:6.125rem;height:2.1875rem;top:6.125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M92d5m2scgHurNOIZngrNcX1leura9TF { display:block; }
 }@media only screen and (max-width: 763px) { #PXESI1S2Wz1vqNqJ1JwMx3WdFRAHB5fd { width:6.5rem;height:2.1875rem;top:6.125rem;left:38.47526550293rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ3LvH3Evoe8Bk5oelCby28Oy3WCWNyc { display:block; }
 }@media only screen and (max-width: 763px) { #ynWZTvpwAlzp9KdT9EBeb3yfIxd5fT2O { top:6.25rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#ynWZTvpwAlzp9KdT9EBeb3yfIxd5fT2O > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #N0GDqS31bW82vNJShtHGgkZ2BrUFf6gW { width:6.5rem;height:2.1875rem;top:6.125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVizR3cliXs4IQPLU7QJNp7RPX6EafB { display:block; }
 }@media only screen and (max-width: 763px) { #ATHsdb6Qe4GtNSKS9G5wnIIMDJJEAN7R { display:none; }
 }@media only screen and (max-width: 763px) { #SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk { display:block; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do9fRShRIMOvCv0KBOBVgbSiAfy4ylVO { width:47.375rem;height:8rem;top:5.5625rem;left:0rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQkBW0H7TGkJRsG3dztPilszsRTWsTvl { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXCGABoydKbsLX3JZzCUZdJwFod3Jb7W { top:36.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #amdnAmRCGucggFxra0MeGGhhlQouFXM3 { top:36.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiP6qNBkQVKfKduoWk0OWgGfgpMIcTGT { top:36.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r { display:block; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL1DcnpTGq7FIKDQpTiWJCvxwHuFZezh { width:47.75rem;height:2.875rem;top:3.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQbyX800fD2Hnd76e8kvbTdildmLwOrO { width:47.625rem;height:3.25rem;top:8.125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJzrgSEJNTsbOkC9bEPWVTG664NSZZnL { top:18.6875rem;left:22.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWxzfdOPsF4LifNo9q015GQgUArmGT1Z { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7LZPk6icq1zvBsMwBWKqtgKyJoFW1o7 { top:21.1875rem;left:22.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0TVbnrBcU9EsnJEh48uCazzEZZvA43 { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEBLduVTu82x1LkVe0MVnGFI811VuGF { display:block; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX5kdXiFsVuKOxekGKISFp0cT9g9emXQ { width:21.6875rem;height:27.125rem;top:25.8125rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTUlQTiky1RziEfD2ar59nQsoM6ROzx { width:35rem;height:19.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9LGMT4810acEEIxlRQr32J7H2fP5Oo8 { top:3.3125rem;left:0rem;width:14.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP06cfKZl5qukXSn6uTexEW6HWgZPRxe { width:15.375rem;height:1.375rem;top:3.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpQQi6RKT9naLATG5pCDxJR7ck1vdA82 { width:19.9375rem;height:2.8125rem;top:7.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6vAx3oySyGiuxVT2NLM26OvQomaTTP { width:29.875rem;height:7.75rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWlbKDwskOfE0ldMNEIEV40Kr6bOaXew { top:3.3125rem;left:0.375rem;width:5.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNEmII78nEzmnrQzpkGcaE66UhJJDxG { width:27.5625rem;height:10.125rem;top:25.75rem;left:0rem;font-size:0.8125rem;display:block; }#GhNEmII78nEzmnrQzpkGcaE66UhJJDxG li:before{  }
 }@media only screen and (max-width: 763px) { #LAXhviBu04D5JMpdsMg7os9KSTMKiQd7 { width:16.9375rem;height:4.125rem;top:27.625rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPEgcqkDBSZPt4IFq6kWE4OR5ITztI2h { display:block; }
 }@media only screen and (max-width: 763px) { #sJR10llSgKEbxQGaXF3dJGHlfLOUXefP { width:12.8125rem;height:16.0625rem;top:4.9375rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7a5GeD9rKOeWOdRHtbb8Vhd1adKGymK { width:22.5625rem;height:19.25rem;top:1.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkraXWSQe9eGZdIsT0FJnMHMfHvIJv2a { width:21.6875rem;height:27.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Jh1uQRpGZFzEFTRl8no4Td8yL1SPVg { width:15.8125rem;height:19.8125rem;top:4.9375rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3PXuHK6FHGrgocqTa8cqx8GEAxIRqzs { width:21.6875rem;height:27.125rem;top:25.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r { display:block; }#lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbE3TDIErwGKMEPqd2a3sxnIOm2NTnmO { width:18.8125rem;height:34.375rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOJHV32mTQLMB8klQwqhL9Nn5tCiorp { width:18.875rem;height:14rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZCpCG8FMLGRyVK8PP74vuSEBqckZElQ { width:18.125rem;height:12.1875rem;top:38.1875rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfhc5BzGFJt4t7FXIfvd2hQUihZ3RdGH { width:18.8125rem;height:13.625rem;top:16.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etdd9LWDMxiavpnIG2M7ki0Pbi9dHlc1 { width:18.8125rem;height:34.9375rem;top:16.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUUk9MTr0Ae3ptmX5G8Zqf4ErEFCE4mo { width:18.25rem;height:8.5rem;top:38.1875rem;left:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9dlDAH36l6vlHl8AEPEWbFPTNK0iUrK { width:18.8125rem;height:14rem;top:16.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6qAKOuOMHMXo85Xv0l94Nmp0fNtmDpL { width:17.9375rem;height:9.75rem;top:37.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGoKqlxl6wClDLzg2x7JUwcZ1hRoxWKl { width:19.9375rem;height:2.8125rem;top:32.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0xPL4qVZRrOWl7sr9oJoteyLlwaVKMp { width:19.9375rem;height:2.8125rem;top:33rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPq7OsH1N2yuBWfWgHTFVA2cAtwKepBq { width:19.9375rem;height:5.6875rem;top:31.75rem;left:27.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD4VKVuZTxedcp0p6vUAMRo28wGgxaHb { width:18.8125rem;height:34.5rem;top:16.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHIx1Zv1ZWOs9D5o2nVpLTIlG24Pd2dh { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4FsdAVddGCkwlx97RFoTobUr65KRMeb { width:18.8125rem;height:38.25rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mV8ZnACDR6uXIbzWnSkdRcPuTIsgyl8y { width:18.8125rem;height:38.25rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfddZcTHLl4D9SVwwa9nHfJsqI9Tl2Hq { width:47.75rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVXnoklpXflIcpnFlDCVunwXT5twtv4C { width:47.75rem;height:3.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr { display:block; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWugxDfQUGs05dCUPNsMRhiNfD85FFIq { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alUrVC0s2Nxe5emTqKRNTLzmFz4GO0wo { width:8.6875rem;height:8.75rem;top:23.125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEKSkicXIotMWEOAVGukPe1RIfDwOrvT { width:8.75rem;height:2.75rem;top:27.9375rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxM6kJSEDP3n4E4F4UHdDqeSs68q9ofU { width:8.6875rem;height:8.75rem;top:10.1875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtbbI7hwKcT1VCSlLftVPrxRxcpRg4O { width:8.75rem;height:2.75rem;top:15rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5QW9RJNp2CyimGzfNgUGToTdtPZ5xV { width:2.3125rem;height:2.5rem;top:11.8125rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6uk7QGwEmQMBRQNFGTxdTUr6lR0Klt { width:2.5rem;height:2.5rem;top:24.75rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4Vig7OU64NwqSXkhxf5ofmAQfTToEH { width:38.4375rem;height:;top:8.5625rem;left:0rem;font-size:1rem;display:block; }#mn4Vig7OU64NwqSXkhxf5ofmAQfTToEH li:before{  }
 }@media only screen and (max-width: 763px) { #t3opNBEo4FFIWsibVOEFJtROMrfHB2eo { width:39.1875rem;height:;top:16.8125rem;left:0rem;font-size:1rem;display:block; }#t3opNBEo4FFIWsibVOEFJtROMrfHB2eo li:before{  }
 }@media only screen and (max-width: 763px) { #uZTfSkS09uIFl8NzORUIW8HlPScTz1Wd { width:39.1875rem;height:4.1875rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }#uZTfSkS09uIFl8NzORUIW8HlPScTz1Wd li:before{  }
 }@media only screen and (max-width: 763px) { #IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ { display:block; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6nBbmeJXeS1zTEttL2EI6pFT7agzJya { width:36rem;height:21.0625rem;top:1.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ3eGEgIFTTLHll7Oy1n7nz7lw6iyKVx { top:2.25rem;left:33.5rem;width:14.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO9hVwsA04nRP6K4C1B4WkNG1Aiu1X4G { width:15.375rem;height:1.375rem;top:2.5rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KXhzSHEaIDkH8VFQm2TJ4AarFC6E54 { width:19.9375rem;height:2.8125rem;top:4.0625rem;left:25.114585876465rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwx326wSN9r0KauKbhqKx0bu7FG4TPs { width:32.9375rem;height:12.9375rem;top:7.875rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3IDi5ZOAZmiVa8EIMI1tUOQeIt6zT8 { top:2.25rem;left:42.5rem;width:5.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7wJ2QqNrpkbSCGEJH0Rh5nh0FVDFqOz { width:27.5625rem;height:10.125rem;top:25.75rem;left:0rem;font-size:0.8125rem;display:block; }#P7wJ2QqNrpkbSCGEJH0Rh5nh0FVDFqOz li:before{  }
 }@media only screen and (max-width: 763px) { #F3VSXtOsQkVpdLC4VCkebzmTXDG2rqSk { width:16.9375rem;height:4.125rem;top:27.625rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0WaMA0H9RfskrDzAXnSSSHNGbczy5xM { display:block; }
 }@media only screen and (max-width: 763px) { #c3dVBPKthO2V2QNLqGqWZx35pdD17I6y { width:22.9375rem;height:28.75rem;top:29.125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0hER3mTp9Wys9FkiiqUDwU83QT1eTfR { width:23rem;height:28.75rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNP9v2fK1C5fB01ZrD6MEtXDMs6wEKlM { width:30.9375rem;height:21.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFq1bHkD4G9GtUnuQT8mhHsrrPcDBzRR { width:23rem;height:28.75rem;top:29.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 { display:block; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZJxvFGfJoV4fTdDoUAomELJpTrhBXSP { width:18.6875rem;height:2.625rem;top:2.1875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo6sdqILkRSXK4FvnB5TnCox9L6N2LG4 { width:25.875rem;height:11.1875rem;top:20.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyv3QmfzcJH8H5kcSXisGnGSm0HbkyvW { width:21.0625rem;height:1.875rem;top:17.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ppzLL52mdTtC2h23CV4xLuATSSrf5b { width:17.6875rem;height:20.9375rem;top:9.8125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usNViiOwNHONrao1KTkEeGVIrHb7k8yJ { width:24.4375rem;height:16.3125rem;top:6.625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl7xA08H8UHXnwq6UcIFLlxHwh1sfgqQ { top:51.6875rem;left:0rem;width:47.75rem;height:18.50678040245rem;display:block; }
 }@media only screen and (max-width: 763px) { #faA2yV3WFm4ZoXaqhxSaTqTiSb5e7LaD { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mccHoXHSVMbOz9ODe0zyNV12it7aWgVB { width:10.875rem;height:2.25rem;top:9.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcPzIAobDq9N9GuSV8htudR0gNX61iD0 { width:11.4375rem;height:1.9375rem;top:12.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydTNE9hP01GQqbSPdKxTZifhUkdIsfuv { top:7.9375rem;left:0rem;width:4.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmG6m34E07P5yUNdgDTLbx2CdZWqq8v6 { width:19.6875rem;height:2.5625rem;top:41.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqDgNIwg9PwcFBnVuo0z6xy71NtX0Gn8 { width:19.6875rem;height:2.8125rem;top:35.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRUABsN1nQOfCcGSbTmUpP5sNS9neFi { top:35.0625rem;left:0rem;width:23.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPgqLm90EVB5wWFLQbW9oTldVgAZHZqO { width:20rem;height:1.8125rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #at3iea5AN1u3A8MzUWzBOfkfdGs7IJKy { width:42.9375rem;height:6.4375rem;top:35.1875rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJnW1D83hTMlNtMftkz8C4Th9C6dteRq { top:35rem;left:3.75rem;width:44rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHPF8ezEf8qdXVgvqGEiOU7lyw5nRHnT { width:20rem;height:1.1875rem;top:43.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVPax2vUGFJRiylOTf6WupJ3ekCH8iGF { width:43.3125rem;height:6.4375rem;top:43.8125rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIQUOh899tAvuD0sKGXhT7tkbG8vCyzX { top:43.5rem;left:3.75rem;width:44rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A10F9CTDC7VTRJcg6HCN7ZQfKMhlfT3H { width:20rem;height:1.1875rem;top:46.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfeVwpO7k86n9CWg9n3T6eEuuAAIlceB { width:17.6875rem;height:11.8125rem;top:3.125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0lk5mnuQbTzQORcQIfpQGu53cEbn1cX { width:11.25rem;height:2.6875rem;top:7.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGd7K163zJ9NoRWQy7hpl1KQHrRbJ5A3 { width:20rem;height:1.1875rem;top:39.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC { display:block; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXFfHBiiue96hz3EJuhmCmJW0LM7WMGZ { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIptJTe1lZG7Ne9tSv2xps2SDx0p0tQ1 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 { display:block; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqzhnTN5Mx8Dm7x9JutrPHRuCM27857k { width:47.75rem;height:2.875rem;top:5.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUhbPhAKOKs1F5EOvPNago0D45OmotXX { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLEkZWhXiiZLLl7G6J3fvA2QNMKn3kQT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgn1OcOSJLBz4e5wP0DAb46IMN0CCvxf { top:42rem;left:0rem;width:26.875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5cURw6HEwchqQfxMu6plxBaWMEJAy79 { top:51.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4T8vlETeTxppWBRZJgzdiWAXu4p4EoC { top:55.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzFlL4JeiRxppTUK6H8TB7v3VIiy3vB9 { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHkqwxea8hatAZJV8h5uOWpRBC3qyrq { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omuZRfbTEkTwqEesg5yKdZKiXcifdxsK { top:22.0625rem;left:25.875rem;width:12.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPVkTH69LUNQsrsiO7DBQsmHkkDFePO7 { top:22.0625rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7xXZlHgiSzJ9rDxnOMxAPxSUPOLT6xn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhMfErJTTh1BdfT8NtOeEaoLcr7W5nmP { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZu2xVXmeWUAhURvdLFCSLUoM9a3ikzT { top:14.125rem;left:21rem;width:26.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x32ypBlAFUTUIB3It64TqaoohxfkJ81P { top:21.3125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJChUvN5Ny1ri98ydiVv9pwMTqpIsTfw { top:26rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ioMf7ovVAv5AHnHe7HXVZo4bu0yCXX { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFZ7aTTQT67ldoK4m2pf73rM6GCycT0V { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR2bvgIe7U5snA9CWKMa4pS0nfRqodnC { top:22.625rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfBS4vX7UwscThtXT8nNlCL71FO83eb4 { top:22.625rem;left:9.9375rem;width:12.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0fCCUOMeGNTNdGNqNBbxgDpCrvuWvUs { top:10.625rem;left:0rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHTLeo79s4VxuTt6Jr4tnaQkbaPkhh0Q { top:10.0625rem;left:7.9375rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzc0PSkcKUIs8SaK7rRPdmNd0WcqidT9 { top:9.25rem;left:22.5625rem;width:19.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oakws6784uCuJXrSAhswIA6hrOolQCTU { top:11.125rem;left:33.5rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgWgsR5VqI8tumWwEmFqeZXdTyrnuCk7 { top:34.375rem;left:11rem;width:36.75rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z { display:block; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJ1xDh1Md530WTm0kRFleAVxplLbGOif { width:31.625rem;height:3.8125rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLZ3o2NZzxBn70suW9mKEgRTqG00zdbJ { width:28.3125rem;height:30rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNz5TDwwQcofZcLPw4VNhR400yff6ItQ { top:23.75rem;left:29.4375rem;width:17.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuuzhlzcfCcevRXh7DgpGAmng8gia2Am { top:6.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiDwUriBNTTwre40xoELVL3rsoNGXOX4 { top:28.4375rem;left:23.5625rem;width:18.1875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgckZKscTFRHVSFsgAvTykwNMBAHpq6e { width:27.75rem;height:3.75rem;top:9.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 { display:block; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTG5q3wTtcbiLw3besbUFniBuZI4P5gH { top:3.25rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
#uTG5q3wTtcbiLw3besbUFniBuZI4P5gH > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; } }@media only screen and (max-width: 763px) { #n5XLLQUQEVr5eGTPWE2xzAQseIwka9HA { top:3.25rem;left:33.666667938233rem;width:5.3125rem;height:5.3125rem;display:block; }
#n5XLLQUQEVr5eGTPWE2xzAQseIwka9HA > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; } }@media only screen and (max-width: 763px) { #PcdiaADdM3Nop8TFzGfIiT17vkOMoLPJ { width:35.6875rem;height:3.9375rem;top:3.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5M4gFlpBEN2drfLuivgArkOP1lHpVTr { display:block; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0gZSumKlRPm5MObuizgrmqyv7bvPGKa { top:2.6875rem;left:21.75rem;width:26rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVqconn5a7w4GPGkBexQn0zHg1FXBfJ3 { top:6.9375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ZAdXC6L8G0DvNwvkSzU3NOJErsBJME { top:5rem;left:0rem;width:27.25rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMNMcg3mnfRpABRyTsRD5DTU5Tp9xRQb { top:7.25rem;left:4.4375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9g3zcxK7DgiE4JCeTN6FczLlSSO4q1 { top:10.5625rem;left:0rem;width:22.875rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOapLeu7l7sJmoc5DkI9Okpy5aWOeqwC { top:10.4375rem;left:20.5rem;width:27.25rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1bTwUNn2KD3DCWZILm3bKsrUbN4nWQy { top:6.9375rem;left:23.875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL3xs0vGX4iG7t6D0NuGbL1A75TGkHIh { top:7.25rem;left:23.875rem;width:6.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3E0J5OEbfuJfxJ81G61CXulWoRMFTbB { top:12rem;left:28.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Sx1zfpUwR9TMwM3h1FAmVPZsTTyXC5 { top:15.5rem;left:24.0625rem;width:22.5rem;height:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMlulczMPCwc8wa2OdFgSuCEQQ49W6E { top:2.1875rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW3aWMtrdIdxfGKer2MaRmN2GUITODoZ { top:2.4375rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWGkhTooiik5bcdwrVJEtD1hOlkt5kzO { top:28.625rem;left:12.625rem;width:2.5rem;height:2.5rem;display:block; }
#DWGkhTooiik5bcdwrVJEtD1hOlkt5kzO > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Qe5mbeWmRm75xtBK5IhDGoMtXvyhoTAd { top:28.625rem;left:5.6875rem;width:2.5rem;height:2.5rem;display:block; }
#Qe5mbeWmRm75xtBK5IhDGoMtXvyhoTAd > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #rKxfnRhnklOMzp0z27EWGqShHZK2mTv1 { top:36.1875rem;left:37.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJBENZvUzfnqV011GQO6G9RmB74Fsfsw { top:36.1875rem;left:30.75rem;width:2.5rem;height:2.5rem;display:block; }
#NJBENZvUzfnqV011GQO6G9RmB74Fsfsw > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #OTufVt7l3sHDHtK8rCdO8V6Twdvgg1v5 { top:53.3125rem;left:20.5rem;width:27.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h45pd22bpaFzccOEqmz93xuUIT8AxX2T { top:73.3125rem;left:38.0625rem;width:2.5rem;height:2.5rem;display:block; }
#h45pd22bpaFzccOEqmz93xuUIT8AxX2T > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #xsrt7ZrZFpho8gdVMHTyINxhsU5wdyUT { top:60.1875rem;left:23.3125rem;width:24.4375rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7L3tAk2aM7BeQIr3tL9qwk44S2X3lBS { top:73.3125rem;left:31.125rem;width:2.5rem;height:2.5rem;display:block; }
#d7L3tAk2aM7BeQIr3tL9qwk44S2X3lBS > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #qKTSVKBLlLgPJV7ASEizoMuzqCIFNOUT { top:56.125rem;left:28.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcIRSivV63zOxepkVPKzy9vs3kflGM6d { top:51.5rem;left:24.125rem;width:5.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIagD0bVTPn2hmopL5m0M98C8sddk4Vf { top:51.1875rem;left:24.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uibaXOnbFdWAWw7eQaPt34qxWuZLJqKV { top:12rem;left:0rem;width:47.75rem;height:59.782242063492rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS { display:block; }#Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrwSgwTs3GJ4I1niUTKhclMw86u6qrPU { top:2.6875rem;left:21.75rem;width:26rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWko2lrIl67qPT33yA3FcTQI8ATR1fN2 { top:6.9375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNNcSrTSHIlENKcQTHaCPw5pFCuJUxXo { top:5rem;left:0rem;width:27.25rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMBwJipMbPdxrpxehuONZwbwpcxU80fR { top:7.25rem;left:4.4375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNO8qbW37Ml6XwKl9yqvzwvtIbxlMH5N { top:10.5625rem;left:0rem;width:22.875rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xewEvllWuyx9ouhQlkAMgt3PDX0OHoN2 { top:37.5rem;left:0rem;width:27.25rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHzKRWFEvuU2BsCiqMdtKgx3N4iDAdDw { top:40.25rem;left:4.4375rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB4m8m2ivQo3TsfMwSuamlDeuCyhJ5kb { top:44.3125rem;left:0rem;width:24.4375rem;height:22.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTZeq2LEcxsswO6WkKl31BaBxiPp7TS { top:33.25rem;left:0rem;width:5.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEKBSk2npdSdZOWCtshlAofJANsIsTAZ { top:35.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOqSJw6QbyOeuOzci2UAEuMkOtvVzM5 { top:17.5625rem;left:20.5rem;width:27.25rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb7wxDgSQrts8i4JRdQwgh3vOd8pGwqF { top:14.0625rem;left:23.875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMDvMHJmyXhoRIW146OeKHTTZGqHtNCW { top:14.375rem;left:23.875rem;width:6.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1mwRNGhhC2UBozBRTyFQCmLWRSsDEXF { top:19.125rem;left:28.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKv6Zvw9tSgebWpR4FegU4Rcat4f0RTA { top:22.625rem;left:24.9375rem;width:22.5rem;height:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXneLa3WqIMRTLFQISUHPbyGCp54RzCq { top:2.1875rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFWQx8lwkISNJqPWDRQPFBkHvO53WFHc { top:2.4375rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKrH6CoMTdMSPyoOIxfTFdx5rKSIq3e3 { top:35.75rem;left:24.75rem;width:6.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUZfDdx0yPO6KSoBilTmRoFTAAuWWMZr { top:36.0625rem;left:24.75rem;width:4rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #DH7HtP49MCpBs688fHqS50g23vWn4KyH { top:28.625rem;left:12.625rem;width:2.5rem;height:2.5rem;display:block; }
#DH7HtP49MCpBs688fHqS50g23vWn4KyH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #fpgAXbsuProTwPySRnNiRFfDIrcfbCNW { top:28.625rem;left:5.6875rem;width:2.5rem;height:2.5rem;display:block; }
#fpgAXbsuProTwPySRnNiRFfDIrcfbCNW > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #mdEIp0FNgA0IfVzLSmB4MD56fUl4ONMl { top:39.6875rem;left:19.4375rem;width:2.5rem;height:2.5rem;display:block; }
#mdEIp0FNgA0IfVzLSmB4MD56fUl4ONMl > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Bz1kvlk3L34F8bXpLvxX1WmEW4ldox7R { top:43.3125rem;left:38.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWTmQwKVaXGWyxUfKTZDFl2p9WoQsUh { top:43.3125rem;left:31.625rem;width:2.5rem;height:2.5rem;display:block; }
#VrWTmQwKVaXGWyxUfKTZDFl2p9WoQsUh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #CqbWHKBSnSFgS3HyMwGDJITqNnhLHX5m { top:53.3125rem;left:20.5rem;width:27.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATCkMD7RA5A5g78l55G2Lb1bukXQEC5 { top:73.3125rem;left:38.0625rem;width:2.5rem;height:2.5rem;display:block; }
#iATCkMD7RA5A5g78l55G2Lb1bukXQEC5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VZgtCZHhz8sXir56tvKu3RO72lhvTbhG { top:60.1875rem;left:23.3125rem;width:24.4375rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0bbSrlPTnI3BGpqlN8Ik4XxkyByUKvq { top:73.3125rem;left:31.125rem;width:2.5rem;height:2.5rem;display:block; }
#x0bbSrlPTnI3BGpqlN8Ik4XxkyByUKvq > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ikaDoMoSuMAE9vHbtOlqD7brVhNTsIgZ { top:56.125rem;left:28.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LntyZPx4yeseprPDdQUwuIhXKhgfhZeB { top:51.5rem;left:24.125rem;width:5.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4atz8u00uEwKhx4WQ2aMd3zQHU0ctOl { top:51.1875rem;left:24.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fvGulo92AkhiNNHfGLrc72vbhiibSc { top:56.6875rem;left:20.5rem;width:27.25rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlUCWEz2hVyrgx2zdV1P59IoPxGLiOlX { top:59.9375rem;left:29.8125rem;width:14.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7UcJ9xEHPIBcO3306O1SuRZtupxzU2 { top:52.6875rem;left:23.875rem;width:9.0625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0CRQuTHJ4n6wQbOAdT3fcuZvZuCNqw2 { top:64rem;left:24.5625rem;width:22.5rem;height:25.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nCqke2wEMBMM8nvJFq54tzBS65ohTR { top:59.5rem;left:44.97917175293rem;width:2.5rem;height:2.5rem;display:block; }
#B5nCqke2wEMBMM8nvJFq54tzBS65ohTR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #DRGd6a2GRNfyrk3QchvdLxBw3GeZqTda { top:36.0625rem;left:24.75rem;width:4rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz { display:block; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8Ve8szOOMkxZJg5BFWBfteeAnIT9Pti { width:37.875rem;height:2.5rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvD2mQIfq2ryeKAb9lKi97maV8P8BwKb { width:44.1875rem;height:27.5625rem;top:7.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZlIzeTAaaZ1Uf7REVknEvrLIK6s8gWy { width:14rem;height:1.125rem;top:20.75rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnggkuoPNDsr78vDNGODIZ768MoHhBvq { width:14rem;height:1.125rem;top:18.6875rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nM3tB8soPCulGcvnHk7aRGmeTVsRPk { width:19.6875rem;height:1.125rem;top:23rem;left:28.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo8aefqHUA58etrvQhWyMpudbTALghJb { width:6.8125rem;height:3.5625rem;top:15.0625rem;left:29.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdKm5HkyDQ2CfyfcQf92C0rqEC0qOEzS { width:13.3125rem;height:;top:15.0625rem;left:34.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzlsE4s265nM8PvTpBXJlng18w9q1vl4 { top:18.6875rem;left:34.375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQensJUQWKmRaf0ZsVhOZUaSU7p076J7 { top:20.875rem;left:34.375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylXHm6bdAPVOZU7Tc2TLFhouZCmkyIEo { top:23rem;left:34.375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEMvWq2HLyxRKNpWTq6ovumpXCoIW70a { width:17.75rem;height:3rem;top:8.375rem;left:30rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A182fnpXrUpGGU7deQEJGQyISarF9XKy { top:2.375rem;left:40.8125rem;width:3.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi { display:block; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mqney4WWOdMVuAzTNrW8bZRgRTR3ZAXR { top:2.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaNQ3TRL0DNHFzM1X7I1sFUaVZW2DIDc { top:8rem;left:1.375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a89Ot7muDPuRF8PCEGkNciArU2943xRi { top:8.5625rem;left:1.5625rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BofGS2MvdcSEZ9crsCDkWbwmqQQm9q3m { top:12.75rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMlPrWq2S3SRadfNrf65wMiBIgNobTQ2 { top:12.75rem;left:16.25rem;width:14.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6xlsiWlGBKRpS42ryuGgCJW4JRWnkbO { top:8rem;left:22rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tzlkIpBK3MBSmDapRbTPR8tFFnehBF { top:8.5625rem;left:22.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNiJfKvkRtWtQGPUhltQa7q9eG1ZSIT0 { top:12.125rem;left:33.3125rem;width:14.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTyTG75hmPFcpXvST6PDZczfDALTzJd { top:8rem;left:42.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPkweQbhdoFN5STAHhDmSDNTiiW6syzc { top:8.5625rem;left:42.8125rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PRAEl4EHHMzenPMyUk1IBrN4bQkrZZ { top:7.9375rem;left:11.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHZmh9X5cDqpM42PyQgnBe5pq6Setr7t { top:7.9375rem;left:32.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoN1SSgStnlclaOqrZ12x9npPmemFv8U { top:15.1875rem;left:33.3125rem;width:14.4375rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD8czXe6euci9Uc4I5Q6OGzu0SXE2b9Z { top:16.8125rem;left:32.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd { display:block; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSJado6l1rAD6GF8MN2A6ic9HMw6MeiE { width:19.125rem;height:23.9375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBq3B5WMuGeDI4iozqwLd6CnbqTT4sJh { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZffRHDHZpwh0yxW6x0I806ZcT9FPqA9x { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTmklAWtAEbDmkIhy8o3c3v5wFIawc7 { top:23.4375rem;left:12.375rem;width:35.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR { display:block; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P66pSmKO1U24mvH1sc9BlFrhJZMvxksn { width:18.75rem;height:10.75rem;top:20.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV1xtJ8Dg8dUlnOl9An1Sb7DrPXT5adU { width:10.5rem;height:6.75rem;top:10.375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbpfl4GdrhuiQBQMAK4Br8xPHDd0UEA6 { width:25rem;height:;top:2.0625rem;left:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGZa7eMRHg5Ww6R1pKGp3vw0INkDkRzB { width:23.5rem;height:17.625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7e4qV3aeyTdFykrtHTxvKKWgh8bkwXw { width:27.0625rem;height:17.3125rem;top:11.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 { display:block; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmAAEEuN7HKPlVSI7RtMV4kwAiSKTUaV { width:12.5625rem;height:12.5625rem;top:6.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtUwwpib1slfmJZDOZA4RQSmPBNBS7y { width:9.9375rem;height:9.125rem;top:8.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pft8us4QU9Vl70GNUUnORgoybZIiEeA4 { width:18.75rem;height:10.75rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAnnaqrFo9MZLOOUWVS6ORX9t6GpUvqa { width:18.75rem;height:8.9375rem;top:17.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auU2T1RA4M76QfcgCR0HAIsHC1OX9MUq { width:18.75rem;height:10.75rem;top:20.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsXdVaqzmMKoSJ27MsbHLIcffMCEZiXK { width:10.5rem;height:6.75rem;top:10.375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9P6bb9FuPThdTbZtSHI1Ofw6z8DWvpZ { width:25rem;height:3.625rem;top:2.0625rem;left:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNwxwVbF87zbc31TBZ95WIaui3ArzfOl { width:13.875rem;height:6.3125rem;top:30.3125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaiMBVvcxVerXk9JMEWE7A5cDraE63ig { width:18.75rem;height:3.5625rem;top:36.5625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh { display:block; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA { top:2.875rem;left:0rem;width:30rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfSKaK1gzwlQi5q1ATvn3vTndHLXcWGH { top:2.875rem;left:17.75rem;width:30rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn  { width:22.5rem;height:auto;top:15rem;left:22.75rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn {display:block;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn { width:22.5rem;height:auto;top:15rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #MmF5zTKgKsfxV6wM6TTpLTkiAze2oCzS {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #OfzOz97sKhw6N0SVDm9LlPxNO8AseD3e { display:none; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #vBdtzGADzm6n58okophbQ5mnQ2xefsmk {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #l5wUcbd4HuGZ3XzeBLDgDC4t1gbwfM5M {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #xGK2hBAsu5WOzTWPxXwKyU70KT1sxU8Q { display:none; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #NwNKPS50gb7yC1M7p77yhJIIviAieezE {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #l3gVFdtBGVywmnkc8RXnubJ5Ax3wT2yl {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #TO5ynIH6AVvMLmFmnT4mST41Uyqg9TcN { display:none; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #htCPXNvFDc98AIZwnDrPKiLkvTCoGWCL {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #w6fFy7WcBupzQ8Mx4qr3AXXDqoyOlLCG {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #TM1ao7HQZhwTiIglG6yr5BVCoLrR3SIh {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #tGmUDTPgOo0aqFM1MCFZNSWkTNXGGWGD {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #FUEGyFBxL0MweEJk4WQ8zqdge3v8NG4o {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #HgJeRqAOccMmdT934orZDega3uc4THgF {  }
 }@media only screen and (max-width: 763px) { #RIRaTIwCl1u8TxWTRFKt8xNCSNtzOJu6 { top:7.125rem;left:22.9375rem;width:24.8125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7tN4lXGVTvvE9ZyrauBD6EqSFMn50Iz { top:10.75rem;left:23.375rem;width:24.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBLzTPbKG4iXT72EXT9T3uLkAzqlqCIP { top:2.875rem;left:22.625rem;width:2.5rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGCNR4udVgi1hTJ7lBP17zSGtbbz1Mh { top:3.625rem;left:0.375rem;width:24.8125rem;height:12.1875rem;font-size:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z11gF0k1mRnwkMb1MQZrHT9oAN5Jrip0 { top:11.625rem;left:0rem;width:24.8125rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxEeAW5c55IX8G3y8E4WRb9rApD7o80K { top:3.625rem;left:0rem;width:24.8125rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDI8PUuafdV0PckGaJVKeATwGPxTqbJU { top:7.125rem;left:6.1875rem;width:24.8125rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha { display:block; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha { background-color: transparent; background-image: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container > .video-iframe-container { display: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container { display: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .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); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udWSvPaPgrTwaQQhn0sS1nTozFT2RTDk { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzEPlgtW9kzIAevgp1rFbO7nvRK8dAux { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrbMNr1TMZoVAAM1DI4cneytMTVSbAH { top:5rem;left:36.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar9IxMS2NpqULSkZ4uD8dW06rGhuydUy { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLANb8mkcbUrTONx5imECi6AsbwCFoE2 { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC3nhcDe15KrQHQo7BTJegBAO5KZTBAp { top:8.9375rem;left:31.75rem;width:5.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUWuu859MkxNe7BIrF9T0i09zV7SIMOM { top:8.9375rem;left:37.4375rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9Ci1XJnTOpCUSCQOvWLr8m7KcXdfAK { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiFz6eHnUbI2v3Lf7vz6UsGa51pnhMpI { top:1.875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsmhbClBctgOuZ1WXWf675X4QsWNToMD { top:9.0625rem;left:45.6875rem;width:2.0625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpacHc3ktcB6bTVrurmTe95NTXz734R4 { top:1.875rem;left:17.4375rem;width:14.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17b1124c-92a0-4040-bc68-200976a23d9d/GreenWhiteIllustratedMerryChristmasEmailHeader4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c.adaptive-delivery-prevent-bg, #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c.lazyload, #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c.lazyloading { background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { background-color: transparent; background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #023047; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #023047; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { border-width: 0; border-radius: 0; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlbVl7RWfuOqxm0nH612I8VmKJg4feLf { width:4.4375rem;height:4.4375rem;top:0rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr29PA4MNBQFDyOBzO8ZdT6sBTbJMmn1 { width:7.3125rem;height:1.21875rem;top:4.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fF4TAy0Gzy5KU4KTAQ1xSOpZc5Gl4ui5 { width:11.5625rem;height:2.11198125rem;top:4.4375rem;left:8.4375005960463rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { width:5.875rem;height:2.0625rem;top:9.0625006370244rem;left:13.062500596046rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-number { padding-top:0.24rem;padding-right:0.205625rem;padding-bottom:0.24rem;padding-left:0.205625rem;width:1.233125rem;min-width:1.233125rem;height:1.2875rem;font-size:0.958125rem;line-height:20.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.644375rem;height:0.509375rem;font-size:0.36rem;line-height:8.15px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S { display:flex;width:10.5625rem;height:2.426875rem;top:0.89518229290844rem;left:8.61979162693rem;padding-top:0.23rem;padding-right:0.223125rem;padding-bottom:0.23rem;padding-left:0.223125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #pFthT3GcMe79WoEfqwliPK9SCExHdiET { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #ap1nMryqV18Wen3BhbK4TsI0krUSOKcg {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #qmx7hma8eB9tvMQxybLlUATiuoxGAoe2 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VXKRP3IXSzNZruGChSQRadpaG84DzVTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #F0vzbHimesZ0KXhd0xySKD9dXWSktSIA {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #BTXAOrAA6asoNii8en6OT5wivsGWxeU8 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #tILpaITH9652ZA5W2GHlQJgcrL5VwUFs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VN1gMf6oldeTgrw2vE3XMG5oG9ttsv91 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #O150dCzZT4VDD1d57CQOJuK5DJnoul44 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #oqieNuMPrHFXqR1euetU7t3H2Gn2w94Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #dUZu9nT6CfvgfM3dnOvW8KyEiVTpQGw7 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #rVGSFEImC2lPSvKXoMLihs0SbWqCtTxe {  }
 }@media only screen and (max-width: 763px) { #qsZkSwU5XPPvtZZDq2MEpD1qODrHvpnI { display:flex;width:1.4375rem;height:1.4375rem;top:9.3750006370244rem;left:1.2916666269302rem; }
#qsZkSwU5XPPvtZZDq2MEpD1qODrHvpnI > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #Kp1simRyKUerJ58kag4B86Ku3e37u3pW { display:flex;width:1.5rem;height:1.5rem;top:9.3437506370244rem;left:4.0312501192093rem; }
#Kp1simRyKUerJ58kag4B86Ku3e37u3pW > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #hCTtelIlvAE3XlgbuNiFwV0QLElWnxFw { width:6.125rem;height:2.1875rem;top:6.9166666679081rem;left:12.937500596046rem;color:#ffffff;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzXwSFNSr4xFB4FvCZNdwLoT3AU6hNnS { display:block; }
 }@media only screen and (max-width: 763px) { #L0bkCNnrS5q5vOEuo0mQBvadz3OOFA7l { width:4.1875rem;height:2.25rem;top:6.8541666679081rem;left:1.2910157442093rem;color:#ffffff;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTU8ciw7vhbVIzPFV4avyzMOoX6zuQgU { display:block; }
 }@media only screen and (max-width: 763px) { #ZkpXEKaFFJJJRzSMGA70ySn6PXmfTobI { width:6.6875rem;height:2.25rem;top:8.96875rem;left:1.7916666269302rem;color:#ffffff;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhyBkBDrX6Qbt1kXy4qhTblrfp59hZqA { display:block; }
 }@media only screen and (max-width: 763px) { #tAHyHz7O5JaLa4grhkxiQfzJuhqh2Zcp { width:6.125rem;height:2.25rem;top:6.8125rem;left:6.3125rem;color:#ffffff;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M92d5m2scgHurNOIZngrNcX1leura9TF { display:block; }
 }@media only screen and (max-width: 763px) { #PXESI1S2Wz1vqNqJ1JwMx3WdFRAHB5fd { width:3.875rem;height:2.25rem;top:8.9375rem;left:7.4375rem;color:#ffffff;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ3LvH3Evoe8Bk5oelCby28Oy3WCWNyc { display:block; }
 }@media only screen and (max-width: 763px) { #ynWZTvpwAlzp9KdT9EBeb3yfIxd5fT2O { display:flex;width:1.9375rem;height:1.9375rem;top:6.375rem;left:9rem;display:none; }
#ynWZTvpwAlzp9KdT9EBeb3yfIxd5fT2O > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #N0GDqS31bW82vNJShtHGgkZ2BrUFf6gW { width:6.5rem;height:2.1875rem;top:9.5625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTVizR3cliXs4IQPLU7QJNp7RPX6EafB { display:block; }
 }@media only screen and (max-width: 763px) { #ATHsdb6Qe4GtNSKS9G5wnIIMDJJEAN7R { top:6.75rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6a83f9a-c715-41a3-adc4-798e2f08f74d/XASS007791.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk.adaptive-delivery-prevent-bg, #SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk.lazyload, #SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk.lazyloading { background-image: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container { background-color: transparent; background-image: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container > .video-iframe-container { display: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row > .video-iframe-container { display: none; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .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); }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container { border-width: 0; border-radius: 0; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqRwz8fZ8UbewHVhgtaXrhTlLfvGyDOk > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do9fRShRIMOvCv0KBOBVgbSiAfy4ylVO { width:20rem;height:0;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQkBW0H7TGkJRsG3dztPilszsRTWsTvl { width:19.8125rem;height:4.875rem;top:2.4375rem;left:1.1920928955078E-7rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXCGABoydKbsLX3JZzCUZdJwFod3Jb7W { width:1.5625rem;height:1.5625rem;top:32.5rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #amdnAmRCGucggFxra0MeGGhhlQouFXM3 { width:1.5625rem;height:1.5625rem;top:36.375rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TiP6qNBkQVKfKduoWk0OWgGfgpMIcTGT { width:1.5625rem;height:1.5625rem;top:40.25rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r { display:block; }#qXLzdIVtKd4VvV7T6sAELOftJOx1Gg2r > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL1DcnpTGq7FIKDQpTiWJCvxwHuFZezh { width:20rem;height:4.38671875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQbyX800fD2Hnd76e8kvbTdildmLwOrO { width:20rem;height:5.19791875rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJzrgSEJNTsbOkC9bEPWVTG664NSZZnL { width:1.8125rem;height:1.8125rem;top:27.584373474121rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWxzfdOPsF4LifNo9q015GQgUArmGT1Z { width:16.8125rem;height:0;top:31.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7LZPk6icq1zvBsMwBWKqtgKyJoFW1o7 { width:1.8125rem;height:1.8125rem;top:35.362501144409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0TVbnrBcU9EsnJEh48uCazzEZZvA43 { width:17.0625rem;height:0;top:39.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWEBLduVTu82x1LkVe0MVnGFI811VuGF { display:block; }#tWEBLduVTu82x1LkVe0MVnGFI811VuGF > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX5kdXiFsVuKOxekGKISFp0cT9g9emXQ { width:8.125rem;height:10.1875rem;top:3.125rem;left:0rem;z-index:15041;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uUTUlQTiky1RziEfD2ar59nQsoM6ROzx { width:20rem;height:32.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9LGMT4810acEEIxlRQr32J7H2fP5Oo8 { width:12.8125rem;height:1.8125rem;top:16.031250953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP06cfKZl5qukXSn6uTexEW6HWgZPRxe { width:12.5625rem;height:2.76171875rem;top:16.246874809265rem;left:0.29999995231628rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpQQi6RKT9naLATG5pCDxJR7ck1vdA82 { width:19.9375rem;height:2.11198125rem;top:18.537508010864rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6vAx3oySyGiuxVT2NLM26OvQomaTTP { width:19.0625rem;height:12.9948125rem;top:21.587498664856rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWlbKDwskOfE0ldMNEIEV40Kr6bOaXew { width:1.8125rem;height:1.8125rem;top:16.031250953674rem;left:11.643750548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNEmII78nEzmnrQzpkGcaE66UhJJDxG { width:20rem;height:0;top:87.62500190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }#GhNEmII78nEzmnrQzpkGcaE66UhJJDxG li:before{  }
 }@media only screen and (max-width: 763px) { #LAXhviBu04D5JMpdsMg7os9KSTMKiQd7 { width:16.9375rem;height:4.125rem;top:38.9375rem;left:1.5312501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPEgcqkDBSZPt4IFq6kWE4OR5ITztI2h { display:block; }
 }@media only screen and (max-width: 763px) { #sJR10llSgKEbxQGaXF3dJGHlfLOUXefP { width:9.5rem;height:11.9375rem;top:3.75rem;left:10.500000596046rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s7a5GeD9rKOeWOdRHtbb8Vhd1adKGymK { width:20rem;height:17.063711911357rem;top:1.125rem;left:0rem;z-index:15041;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JkraXWSQe9eGZdIsT0FJnMHMfHvIJv2a { width:20rem;height:25.07204610951rem;top:25.75rem;left:0rem;z-index:15041;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #W0Jh1uQRpGZFzEFTRl8no4Td8yL1SPVg { width:9.5625rem;height:11.9375rem;top:3.75rem;left:0rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b3PXuHK6FHGrgocqTa8cqx8GEAxIRqzs { width:20rem;height:25.014409221902rem;top:25.8125rem;left:0rem;z-index:15041;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r { background-color:transparent;background-image:none;display:none; }#lRE1F1Lae0EOMaPvIa3E73ZrkefWbx4r > .row .container { width:20rem;height:125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WbE3TDIErwGKMEPqd2a3sxnIOm2NTnmO { width:18.8125rem;height:30.5rem;top:22.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOJHV32mTQLMB8klQwqhL9Nn5tCiorp { width:18.8125rem;height:14rem;top:22.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZCpCG8FMLGRyVK8PP74vuSEBqckZElQ { width:17.875rem;height:13.40625rem;top:106.75rem;left:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lfhc5BzGFJt4t7FXIfvd2hQUihZ3RdGH { width:18.8125rem;height:14rem;top:56.4375rem;left:0.625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #etdd9LWDMxiavpnIG2M7ki0Pbi9dHlc1 { width:18.8125rem;height:37.75rem;top:10.750000476837rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUUk9MTr0Ae3ptmX5G8Zqf4ErEFCE4mo { width:18rem;height:8.53125rem;top:74.875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9dlDAH36l6vlHl8AEPEWbFPTNK0iUrK { width:18.8125rem;height:14rem;top:88.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6qAKOuOMHMXo85Xv0l94Nmp0fNtmDpL { width:17.9375rem;height:9.75rem;top:42.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGoKqlxl6wClDLzg2x7JUwcZ1hRoxWKl { width:19.9375rem;height:2.11198125rem;top:38.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0xPL4qVZRrOWl7sr9oJoteyLlwaVKMp { width:19.9375rem;height:2.11198125rem;top:71.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPq7OsH1N2yuBWfWgHTFVA2cAtwKepBq { width:19.9375rem;height:2.11198125rem;top:103.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD4VKVuZTxedcp0p6vUAMRo28wGgxaHb { width:18.8125rem;height:38.25rem;top:179.875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHIx1Zv1ZWOs9D5o2nVpLTIlG24Pd2dh { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4FsdAVddGCkwlx97RFoTobUr65KRMeb { width:18.8125rem;height:28.4375rem;top:56.4375rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mV8ZnACDR6uXIbzWnSkdRcPuTIsgyl8y { width:18.8125rem;height:32.9375rem;top:88.625rem;left:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yfddZcTHLl4D9SVwwa9nHfJsqI9Tl2Hq { width:20rem;height:3.8997375rem;top:16.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#023047;display:block; }
 }@media only screen and (max-width: 763px) { #ZVXnoklpXflIcpnFlDCVunwXT5twtv4C { width:20rem;height:12.1875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr { display:block; }#u8wR23Ox7Xru98RkTZnXXQl64dmU8mBr > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWugxDfQUGs05dCUPNsMRhiNfD85FFIq { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #alUrVC0s2Nxe5emTqKRNTLzmFz4GO0wo { width:8.6875rem;height:8.75rem;top:44rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEKSkicXIotMWEOAVGukPe1RIfDwOrvT { width:8.75rem;height:2.5989625rem;top:48.8125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxM6kJSEDP3n4E4F4UHdDqeSs68q9ofU { width:8.6875rem;height:8.75rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtbbI7hwKcT1VCSlLftVPrxRxcpRg4O { width:8.75rem;height:2.5989625rem;top:48.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5QW9RJNp2CyimGzfNgUGToTdtPZ5xV { width:2.3125rem;height:2.5rem;top:45.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6uk7QGwEmQMBRQNFGTxdTUr6lR0Klt { width:2.5rem;height:2.5rem;top:45.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4Vig7OU64NwqSXkhxf5ofmAQfTToEH { width:19.75rem;height:8.57225rem;top:8.4368495941163rem;left:0rem;font-size:0.875rem;display:block; }#mn4Vig7OU64NwqSXkhxf5ofmAQfTToEH li:before{  }
 }@media only screen and (max-width: 763px) { #t3opNBEo4FFIWsibVOEFJtROMrfHB2eo { width:20rem;height:13.4706875rem;top:19.499988079071rem;left:0rem;font-size:0.875rem;display:block; }#t3opNBEo4FFIWsibVOEFJtROMrfHB2eo li:before{  }
 }@media only screen and (max-width: 763px) { #uZTfSkS09uIFl8NzORUIW8HlPScTz1Wd { width:20rem;height:6.12305rem;top:34.724609375rem;left:0rem;font-size:0.875rem;display:block; }#uZTfSkS09uIFl8NzORUIW8HlPScTz1Wd li:before{  }
 }@media only screen and (max-width: 763px) { #IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ { display:block; }#IbR59wTs4cpN7Zplx09ZdrdfbEC26oSQ > .row .container { width:20rem;height:127.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6nBbmeJXeS1zTEttL2EI6pFT7agzJya { width:20rem;height:24.75rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ3eGEgIFTTLHll7Oy1n7nz7lw6iyKVx { width:12.8125rem;height:1.8125rem;top:16.031250953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO9hVwsA04nRP6K4C1B4WkNG1Aiu1X4G { width:12.5625rem;height:1.3808625rem;top:16.246874809265rem;left:0.29999995231628rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KXhzSHEaIDkH8VFQm2TJ4AarFC6E54 { width:19.9375rem;height:2.11198125rem;top:18.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwx326wSN9r0KauKbhqKx0bu7FG4TPs { width:19.0625rem;height:23.390625rem;top:22.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3IDi5ZOAZmiVa8EIMI1tUOQeIt6zT8 { width:1.8125rem;height:1.8125rem;top:16.031250953674rem;left:11.643750548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7wJ2QqNrpkbSCGEJH0Rh5nh0FVDFqOz { width:20rem;height:0;top:87.62500190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }#P7wJ2QqNrpkbSCGEJH0Rh5nh0FVDFqOz li:before{  }
 }@media only screen and (max-width: 763px) { #F3VSXtOsQkVpdLC4VCkebzmTXDG2rqSk { width:16.9375rem;height:4.125rem;top:38.9375rem;left:1.5312501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0WaMA0H9RfskrDzAXnSSSHNGbczy5xM { display:block; }
 }@media only screen and (max-width: 763px) { #c3dVBPKthO2V2QNLqGqWZx35pdD17I6y { width:20rem;height:25.068119891008rem;top:100.6875rem;left:0rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e0hER3mTp9Wys9FkiiqUDwU83QT1eTfR { width:20rem;height:25rem;top:49.125rem;left:0rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wNP9v2fK1C5fB01ZrD6MEtXDMs6wEKlM { width:19.125rem;height:12.875rem;top:2.625rem;left:0.4375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NFq1bHkD4G9GtUnuQT8mhHsrrPcDBzRR { width:20rem;height:25rem;top:74.9375rem;left:0rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 { display:block; }#RnxSvSWlLtoEcuCWTOoSbcJ5dabRR2s9 > .row .container { width:20rem;height:126.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZJxvFGfJoV4fTdDoUAomELJpTrhBXSP { width:19.1875rem;height:2.19986875rem;top:0.9375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo6sdqILkRSXK4FvnB5TnCox9L6N2LG4 { width:19.5625rem;height:13.5rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyv3QmfzcJH8H5kcSXisGnGSm0HbkyvW { width:19.3125rem;height:1.875rem;top:14.75rem;left:0.6875rem;text-align:left;text-align-last:left;font-family:wuja;display:block; }
 }@media only screen and (max-width: 763px) { #K0ppzLL52mdTtC2h23CV4xLuATSSrf5b { width:13.5rem;height:16rem;top:31.625rem;left:5.875rem;z-index:15015;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #usNViiOwNHONrao1KTkEeGVIrHb7k8yJ { width:17.5rem;height:11.625rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nl7xA08H8UHXnwq6UcIFLlxHwh1sfgqQ { width:20rem;height:7.818375rem;top:58.912158966064rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #faA2yV3WFm4ZoXaqhxSaTqTiSb5e7LaD { top:106.5000038147rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mccHoXHSVMbOz9ODe0zyNV12it7aWgVB { width:10.6875rem;height:1.78125rem;top:9.375rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-family:wuja;display:block; }
 }@media only screen and (max-width: 763px) { #wcPzIAobDq9N9GuSV8htudR0gNX61iD0 { width:10.6875rem;height:1.78125rem;top:7.3541679382325rem;left:7.0625001192094rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-family:wuja;display:block; }
 }@media only screen and (max-width: 763px) { #ydTNE9hP01GQqbSPdKxTZifhUkdIsfuv { width:4rem;height:5.125rem;top:5.6822929382324rem;left:1.9166666269302rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmG6m34E07P5yUNdgDTLbx2CdZWqq8v6 { width:19.6875rem;height:2.11198125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqDgNIwg9PwcFBnVuo0z6xy71NtX0Gn8 { width:19.6875rem;height:2.11198125rem;top:59.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:wuja;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fWRUABsN1nQOfCcGSbTmUpP5sNS9neFi { width:15.1875rem;height:5.8125rem;top:59.125rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPgqLm90EVB5wWFLQbW9oTldVgAZHZqO { width:20rem;height:1.29948125rem;top:62.444011688233rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #at3iea5AN1u3A8MzUWzBOfkfdGs7IJKy { width:18.5625rem;height:13.40625rem;top:69.375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJnW1D83hTMlNtMftkz8C4Th9C6dteRq { width:20rem;height:16.9375rem;top:73.0625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #lHPF8ezEf8qdXVgvqGEiOU7lyw5nRHnT { width:20rem;height:1.21875rem;top:67.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#023047;display:block; }
 }@media only screen and (max-width: 763px) { #cVPax2vUGFJRiylOTf6WupJ3ekCH8iGF { width:18.8125rem;height:15.84375rem;top:88rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #kIQUOh899tAvuD0sKGXhT7tkbG8vCyzX { width:20rem;height:12.125rem;top:41.4375rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #A10F9CTDC7VTRJcg6HCN7ZQfKMhlfT3H { width:20rem;height:1.3808625rem;top:85.87890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#023047;display:block; }
 }@media only screen and (max-width: 763px) { #OfeVwpO7k86n9CWg9n3T6eEuuAAIlceB { width:17.6875rem;height:11.8125rem;top:43rem;left:0rem;z-index:15015;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O0lk5mnuQbTzQORcQIfpQGu53cEbn1cX { width:9.6875rem;height:2.34375rem;top:5.0520839691162rem;left:7.0625001192094rem;text-align:center;text-align-last:center;font-family:wuja;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGd7K163zJ9NoRWQy7hpl1KQHrRbJ5A3 { width:20rem;height:1.21875rem;top:125.32291698456rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC { background-color:rgba(142,202,230,0.61);background-image:none;display:block; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container { background-color: transparent; background-image: none; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container > .video-iframe-container { display: none; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row > .video-iframe-container { display: none; }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .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); }#eUvpPk8QueOJ2UtVTrW8RqneSMRSRVHC > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXFfHBiiue96hz3EJuhmCmJW0LM7WMGZ { width:18.9375rem;height:3.59895625rem;top:2.125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kIptJTe1lZG7Ne9tSv2xps2SDx0p0tQ1 { width:17.875rem;height:10.125rem;top:7.21875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 { display:block; }#pi1fSQEL3MpslQF2ZADdZmFP51mHeHO9 > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqzhnTN5Mx8Dm7x9JutrPHRuCM27857k { width:20rem;height:3.8997375rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUhbPhAKOKs1F5EOvPNago0D45OmotXX { width:14.3125rem;height:15.125rem;top:68.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLEkZWhXiiZLLl7G6J3fvA2QNMKn3kQT { width:14.3125rem;height:15.125rem;top:49.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgn1OcOSJLBz4e5wP0DAb46IMN0CCvxf { width:11.375rem;height:10.75rem;top:108.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5cURw6HEwchqQfxMu6plxBaWMEJAy79 { width:12.5rem;height:12.5rem;top:111rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4T8vlETeTxppWBRZJgzdiWAXu4p4EoC { width:12.5rem;height:12.5rem;top:114.75rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzFlL4JeiRxppTUK6H8TB7v3VIiy3vB9 { width:13.375rem;height:5.6875rem;top:76.25000190735rem;left:3.3124998807907rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHkqwxea8hatAZJV8h5uOWpRBC3qyrq { width:13.8125rem;height:5.6875rem;top:57.862112045288rem;left:3.0937501192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omuZRfbTEkTwqEesg5yKdZKiXcifdxsK { width:12.5rem;height:2.925rem;top:54.375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPVkTH69LUNQsrsiO7DBQsmHkkDFePO7 { width:12.5rem;height:2.925rem;top:72.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7xXZlHgiSzJ9rDxnOMxAPxSUPOLT6xn { width:14.3125rem;height:15.125rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhMfErJTTh1BdfT8NtOeEaoLcr7W5nmP { width:14.3125rem;height:15.125rem;top:31.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZu2xVXmeWUAhURvdLFCSLUoM9a3ikzT { width:12rem;height:10.5625rem;top:48.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x32ypBlAFUTUIB3It64TqaoohxfkJ81P { width:12.5rem;height:12.5rem;top:51.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJChUvN5Ny1ri98ydiVv9pwMTqpIsTfw { width:12.5rem;height:12.5rem;top:55.0625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8ioMf7ovVAv5AHnHe7HXVZo4bu0yCXX { width:13.625rem;height:5.6875rem;top:19.874999642372rem;left:3.1875001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFZ7aTTQT67ldoK4m2pf73rM6GCycT0V { width:13.9375rem;height:4.875rem;top:39.425001144409rem;left:3.0312501192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR2bvgIe7U5snA9CWKMa4pS0nfRqodnC { width:12.5rem;height:2.925rem;top:16.249609947204rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfBS4vX7UwscThtXT8nNlCL71FO83eb4 { width:12.8125rem;height:2.925rem;top:35.8125rem;left:3.5937498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0fCCUOMeGNTNdGNqNBbxgDpCrvuWvUs { width:16.625rem;height:16.625rem;top:4.1125001907349rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHTLeo79s4VxuTt6Jr4tnaQkbaPkhh0Q { width:16.6875rem;height:16.6875rem;top:22.787500187754rem;left:1.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzc0PSkcKUIs8SaK7rRPdmNd0WcqidT9 { width:19.1875rem;height:19.1875rem;top:41.125001907349rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oakws6784uCuJXrSAhswIA6hrOolQCTU { width:14.25rem;height:14.25rem;top:62.050001144409rem;left:2.4875000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgWgsR5VqI8tumWwEmFqeZXdTyrnuCk7 { width:18.5rem;height:18.375rem;top:24.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z { background-color:#023047;background-image:none;display:block; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container { background-color: transparent; background-image: none; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container > .video-iframe-container { display: none; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row > .video-iframe-container { display: none; }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .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); }#O6K8r0sx6PMCcMgy3ZykwVWLRwANyo9Z > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJ1xDh1Md530WTm0kRFleAVxplLbGOif { width:11.75rem;height:2.0625rem;top:1.3125rem;left:4.1250001192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLZ3o2NZzxBn70suW9mKEgRTqG00zdbJ { width:20rem;height:18.375rem;top:10.041666984558rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNz5TDwwQcofZcLPw4VNhR400yff6ItQ { width:14.125rem;height:18.6875rem;top:31.25rem;left:4.6344198928357rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuuzhlzcfCcevRXh7DgpGAmng8gia2Am { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiDwUriBNTTwre40xoELVL3rsoNGXOX4 { width:13.25rem;height:12.4375rem;top:46.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgckZKscTFRHVSFsgAvTykwNMBAHpq6e { width:20rem;height:2.625rem;top:5.6458339691162rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 { background-color:#023047;background-image:none;display:block; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container { background-color: transparent; background-image: none; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container > .video-iframe-container { display: none; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row > .video-iframe-container { display: none; }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .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); }#Mpwf4VlyTGSFsy49amDvFsZzTtloyBk5 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTG5q3wTtcbiLw3besbUFniBuZI4P5gH { display:flex;width:4.625rem;height:4.625rem;top:9.1875rem;left:11.687500596046rem;font-size:3.1875rem; }
#uTG5q3wTtcbiLw3besbUFniBuZI4P5gH > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #n5XLLQUQEVr5eGTPWE2xzAQseIwka9HA { display:flex;width:4.625rem;height:4.625rem;top:9.1875rem;left:3.0625001192093rem;font-size:3.1875rem; }
#n5XLLQUQEVr5eGTPWE2xzAQseIwka9HA > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #PcdiaADdM3Nop8TFzGfIiT17vkOMoLPJ { width:17.75rem;height:5.4375rem;top:1.9993495941162rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:"poppins bold";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p5M4gFlpBEN2drfLuivgArkOP1lHpVTr { display:block; }#p5M4gFlpBEN2drfLuivgArkOP1lHpVTr > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0gZSumKlRPm5MObuizgrmqyv7bvPGKa { width:20rem;height:2.11198125rem;top:1.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVqconn5a7w4GPGkBexQn0zHg1FXBfJ3 { width:8.25rem;height:0.375rem;top:4.2369804382324rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7ZAdXC6L8G0DvNwvkSzU3NOJErsBJME { width:20rem;height:28.3125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMNMcg3mnfRpABRyTsRD5DTU5Tp9xRQb { width:10.125rem;height:3.25rem;top:29.6875rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9g3zcxK7DgiE4JCeTN6FczLlSSO4q1 { width:19.375rem;height:17.0625rem;top:33.625rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOapLeu7l7sJmoc5DkI9Okpy5aWOeqwC { width:20rem;height:30.125rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1bTwUNn2KD3DCWZILm3bKsrUbN4nWQy { width:6.625rem;height:6.625rem;top:59.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL3xs0vGX4iG7t6D0NuGbL1A75TGkHIh { width:6rem;height:5.625rem;top:59.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3E0J5OEbfuJfxJ81G61CXulWoRMFTbB { width:10.25rem;height:3.25rem;top:63.3125rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Sx1zfpUwR9TMwM3h1FAmVPZsTTyXC5 { width:19.375rem;height:18.28125rem;top:67.9375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvMlulczMPCwc8wa2OdFgSuCEQQ49W6E { width:6.625rem;height:6.625rem;top:25.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW3aWMtrdIdxfGKer2MaRmN2GUITODoZ { width:6rem;height:6rem;top:25.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWGkhTooiik5bcdwrVJEtD1hOlkt5kzO { display:flex;width:2.1875rem;height:2.1875rem;top:52.4375rem;left:12rem; }
#DWGkhTooiik5bcdwrVJEtD1hOlkt5kzO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Qe5mbeWmRm75xtBK5IhDGoMtXvyhoTAd { display:flex;width:2.1875rem;height:2.1875rem;top:52.4375rem;left:5.6875rem; }
#Qe5mbeWmRm75xtBK5IhDGoMtXvyhoTAd > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rKxfnRhnklOMzp0z27EWGqShHZK2mTv1 { display:flex;width:2.1875rem;height:2.1875rem;top:88.125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #NJBENZvUzfnqV011GQO6G9RmB74Fsfsw { display:flex;width:2.1875rem;height:2.1875rem;top:88.125rem;left:5.6875rem; }
#NJBENZvUzfnqV011GQO6G9RmB74Fsfsw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OTufVt7l3sHDHtK8rCdO8V6Twdvgg1v5 { width:20rem;height:25.25rem;top:142.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h45pd22bpaFzccOEqmz93xuUIT8AxX2T { display:flex;width:2.5rem;height:2.5rem;top:162.9375rem;left:12.25rem;display:none; }
#h45pd22bpaFzccOEqmz93xuUIT8AxX2T > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #xsrt7ZrZFpho8gdVMHTyINxhsU5wdyUT { width:20rem;height:0;top:149.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7L3tAk2aM7BeQIr3tL9qwk44S2X3lBS { display:flex;width:2.5rem;height:2.5rem;top:162.9375rem;left:5.3125rem;display:none; }
#d7L3tAk2aM7BeQIr3tL9qwk44S2X3lBS > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #qKTSVKBLlLgPJV7ASEizoMuzqCIFNOUT { width:19.4375rem;height:0;top:145.6875rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcIRSivV63zOxepkVPKzy9vs3kflGM6d { width:5.9375rem;height:6.1875rem;top:111.09375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIagD0bVTPn2hmopL5m0M98C8sddk4Vf { width:6.625rem;height:6.625rem;top:110.78125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uibaXOnbFdWAWw7eQaPt34qxWuZLJqKV { width:20rem;height:25.039682539683rem;top:0.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS { display:none; }#Zn4qF1KdR7o9LyluT1lOCxxIcQQZJ0RS > .row .container { width:20rem;height:171.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qrwSgwTs3GJ4I1niUTKhclMw86u6qrPU { width:20rem;height:2.11198125rem;top:1.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWko2lrIl67qPT33yA3FcTQI8ATR1fN2 { width:8.25rem;height:0.375rem;top:4.2369804382324rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNNcSrTSHIlENKcQTHaCPw5pFCuJUxXo { width:20rem;height:28.3125rem;top:9.6875004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMBwJipMbPdxrpxehuONZwbwpcxU80fR { width:10.125rem;height:3.25rem;top:10.75rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNO8qbW37Ml6XwKl9yqvzwvtIbxlMH5N { width:19.375rem;height:17.0625rem;top:14.6875rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xewEvllWuyx9ouhQlkAMgt3PDX0OHoN2 { width:20rem;height:37.75rem;top:81.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHzKRWFEvuU2BsCiqMdtKgx3N4iDAdDw { width:11.8125rem;height:1.625rem;top:82.3125rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB4m8m2ivQo3TsfMwSuamlDeuCyhJ5kb { width:19.5rem;height:25.59375rem;top:86.75rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTZeq2LEcxsswO6WkKl31BaBxiPp7TS { width:2.0625rem;height:3.125rem;top:31.875rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEKBSk2npdSdZOWCtshlAofJANsIsTAZ { width:6.625rem;height:6.625rem;top:31.5rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTOqSJw6QbyOeuOzci2UAEuMkOtvVzM5 { width:20rem;height:30.125rem;top:44.812501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb7wxDgSQrts8i4JRdQwgh3vOd8pGwqF { width:6.625rem;height:6.625rem;top:41.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMDvMHJmyXhoRIW146OeKHTTZGqHtNCW { width:6rem;height:5.625rem;top:42.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1mwRNGhhC2UBozBRTyFQCmLWRSsDEXF { width:10.25rem;height:3.25rem;top:45.5625rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKv6Zvw9tSgebWpR4FegU4Rcat4f0RTA { width:19.375rem;height:18.28125rem;top:50.187501907349rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXneLa3WqIMRTLFQISUHPbyGCp54RzCq { width:6.625rem;height:6.625rem;top:6.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFWQx8lwkISNJqPWDRQPFBkHvO53WFHc { width:6rem;height:6rem;top:7rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKrH6CoMTdMSPyoOIxfTFdx5rKSIq3e3 { width:6.625rem;height:6.625rem;top:78.3125rem;left:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #JUZfDdx0yPO6KSoBilTmRoFTAAuWWMZr { width:5rem;height:7.5625rem;top:77.4375rem;left:1.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DH7HtP49MCpBs688fHqS50g23vWn4KyH { display:flex;width:2.1875rem;height:2.1875rem;top:33.5rem;left:12rem; }
#DH7HtP49MCpBs688fHqS50g23vWn4KyH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #fpgAXbsuProTwPySRnNiRFfDIrcfbCNW { display:flex;width:2.1875rem;height:2.1875rem;top:33.5rem;left:5.6875rem; }
#fpgAXbsuProTwPySRnNiRFfDIrcfbCNW > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mdEIp0FNgA0IfVzLSmB4MD56fUl4ONMl { display:flex;width:2.1875rem;height:2.1875rem;top:113.8125038147rem;left:8.9062505960463rem; }
#mdEIp0FNgA0IfVzLSmB4MD56fUl4ONMl > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Bz1kvlk3L34F8bXpLvxX1WmEW4ldox7R { display:flex;width:2.1875rem;height:2.1875rem;top:70.375rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #VrWTmQwKVaXGWyxUfKTZDFl2p9WoQsUh { display:flex;width:2.1875rem;height:2.1875rem;top:70.375rem;left:5.6875rem; }
#VrWTmQwKVaXGWyxUfKTZDFl2p9WoQsUh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CqbWHKBSnSFgS3HyMwGDJITqNnhLHX5m { width:20rem;height:25.25rem;top:142.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iATCkMD7RA5A5g78l55G2Lb1bukXQEC5 { display:flex;width:2.5rem;height:2.5rem;top:162.9375rem;left:12.25rem;display:none; }
#iATCkMD7RA5A5g78l55G2Lb1bukXQEC5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VZgtCZHhz8sXir56tvKu3RO72lhvTbhG { width:20rem;height:0;top:149.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0bbSrlPTnI3BGpqlN8Ik4XxkyByUKvq { display:flex;width:2.5rem;height:2.5rem;top:162.9375rem;left:5.3125rem;display:none; }
#x0bbSrlPTnI3BGpqlN8Ik4XxkyByUKvq > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ikaDoMoSuMAE9vHbtOlqD7brVhNTsIgZ { width:19.4375rem;height:0;top:145.6875rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LntyZPx4yeseprPDdQUwuIhXKhgfhZeB { width:5.9375rem;height:6.1875rem;top:111.09375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4atz8u00uEwKhx4WQ2aMd3zQHU0ctOl { width:6.625rem;height:6.625rem;top:110.78125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0fvGulo92AkhiNNHfGLrc72vbhiibSc { width:20rem;height:43.8125rem;top:127rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlUCWEz2hVyrgx2zdV1P59IoPxGLiOlX { width:14.8125rem;height:1.625rem;top:134.416015625rem;left:2.5937501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7UcJ9xEHPIBcO3306O1SuRZtupxzU2 { width:9.0625rem;height:11.3125rem;top:52.6875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0CRQuTHJ4n6wQbOAdT3fcuZvZuCNqw2 { width:19.6875rem;height:28.03125rem;top:137.3125rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nCqke2wEMBMM8nvJFq54tzBS65ohTR { display:flex;width:2.5rem;height:2.5rem;top:166.81185150146rem;left:8.7500005960463rem; }
#B5nCqke2wEMBMM8nvJFq54tzBS65ohTR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #DRGd6a2GRNfyrk3QchvdLxBw3GeZqTda { width:9.9375rem;height:12.5625rem;top:121.25rem;left:4.2291666269303rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz { display:block; }#RWrT2fzbT5Typ1qRv3thq0NxT8CApcBz > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8Ve8szOOMkxZJg5BFWBfteeAnIT9Pti { width:14.875rem;height:1.5625rem;top:14.6875rem;left:2.5625001192093rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvD2mQIfq2ryeKAb9lKi97maV8P8BwKb { width:20rem;height:33rem;top:18.625rem;left:0rem;text-align:left;text-align-last:left;z-index:15001;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LZlIzeTAaaZ1Uf7REVknEvrLIK6s8gWy { width:14rem;height:0;top:64.43750190735rem;left:3.4791666269303rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MnggkuoPNDsr78vDNGODIZ768MoHhBvq { width:14rem;height:0;top:62.0625rem;left:3.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #X2nM3tB8soPCulGcvnHk7aRGmeTVsRPk { width:16.1875rem;height:0;top:66.4375rem;left:3.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uo8aefqHUA58etrvQhWyMpudbTALghJb { width:5.375rem;height:0;top:50.3125rem;left:3.7500001192093rem;text-align:left;text-align-last:left;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdKm5HkyDQ2CfyfcQf92C0rqEC0qOEzS { width:7.4375rem;height:0;top:50.3125rem;left:9.1250005960463rem;text-align:left;text-align-last:left;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzlsE4s265nM8PvTpBXJlng18w9q1vl4 { display:flex;width:1.125rem;height:1.125rem;top:62.0625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQensJUQWKmRaf0ZsVhOZUaSU7p076J7 { display:flex;width:1.125rem;height:1.125rem;top:64.4375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylXHm6bdAPVOZU7Tc2TLFhouZCmkyIEo { display:flex;width:1.125rem;height:1.125rem;top:67rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEMvWq2HLyxRKNpWTq6ovumpXCoIW70a { width:15.9375rem;height:2.5996125rem;top:10.1875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A182fnpXrUpGGU7deQEJGQyISarF9XKy { width:4.5rem;height:7.0625rem;top:2.5rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi { display:none; }#XeBTnbO09bcl4oubiTF1HKuxSFXIEpgi > .row .container { width:20rem;height:18.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mqney4WWOdMVuAzTNrW8bZRgRTR3ZAXR { width:20rem;height:2.275rem;top:3.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaNQ3TRL0DNHFzM1X7I1sFUaVZW2DIDc { width:2.9375rem;height:2.9375rem;top:8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a89Ot7muDPuRF8PCEGkNciArU2943xRi { width:2.5rem;height:1.625rem;top:8.6875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BofGS2MvdcSEZ9crsCDkWbwmqQQm9q3m { width:5.6875rem;height:1.625rem;top:11.875rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MMlPrWq2S3SRadfNrf65wMiBIgNobTQ2 { width:5.6875rem;height:2.4375rem;top:11.875rem;left:7.15625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6xlsiWlGBKRpS42ryuGgCJW4JRWnkbO { width:2.9375rem;height:2.9375rem;top:8.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tzlkIpBK3MBSmDapRbTPR8tFFnehBF { width:2.5rem;height:1.625rem;top:8.6875rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNiJfKvkRtWtQGPUhltQa7q9eG1ZSIT0 { width:5.6875rem;height:1.625rem;top:11.875rem;left:14.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTyTG75hmPFcpXvST6PDZczfDALTzJd { width:2.9375rem;height:2.9375rem;top:8.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPkweQbhdoFN5STAHhDmSDNTiiW6syzc { width:2.5rem;height:1.625rem;top:8.6875rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PRAEl4EHHMzenPMyUk1IBrN4bQkrZZ { display:flex;width:3.125rem;height:3.125rem;top:3.0125007629394rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHZmh9X5cDqpM42PyQgnBe5pq6Setr7t { display:flex;width:2.1875rem;height:2.1875rem;top:8.5000009536744rem;left:12.175000548362rem; }
 }@media only screen and (max-width: 763px) { #uoN1SSgStnlclaOqrZ12x9npPmemFv8U { width:14.4375rem;height:0;top:24.3125rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rD8czXe6euci9Uc4I5Q6OGzu0SXE2b9Z { display:flex;width:2.1875rem;height:2.1875rem;top:8.5000009536744rem;left:5.0187500715256rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd { display:block; }#PNditvaU6ZHlUIXsIDcLkoG00zQUUGUd > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSJado6l1rAD6GF8MN2A6ic9HMw6MeiE { width:16rem;height:20rem;top:19.812499046326rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBq3B5WMuGeDI4iozqwLd6CnbqTT4sJh { width:19.1875rem;height:1.75rem;top:3.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZffRHDHZpwh0yxW6x0I806ZcT9FPqA9x { width:19rem;height:7.796875rem;top:5.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTmklAWtAEbDmkIhy8o3c3v5wFIawc7 { width:20rem;height:3.8984375rem;top:15.111980438233rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR { display:block; }#HsGlc1T7lAwbG0Tuh9DLo4IU3z3rHqZR > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P66pSmKO1U24mvH1sc9BlFrhJZMvxksn { width:18.75rem;height:7.9980625rem;top:53rem;left:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IV1xtJ8Dg8dUlnOl9An1Sb7DrPXT5adU { width:11.25rem;height:7.1875rem;top:44rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rbpfl4GdrhuiQBQMAK4Br8xPHDd0UEA6 { width:14.6875rem;height:2.4375rem;top:1.6250009536743rem;left:2.6562501192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGZa7eMRHg5Ww6R1pKGp3vw0INkDkRzB { width:16rem;height:12.0625rem;top:6.6015627384187rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7e4qV3aeyTdFykrtHTxvKKWgh8bkwXw { width:15.75rem;height:10.0625rem;top:21.5390625rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 { display:block; }#QfST16eQaKasnXxha7Jpq4bdgLLhSfe2 > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmAAEEuN7HKPlVSI7RtMV4kwAiSKTUaV { width:12.3125rem;height:12.3125rem;top:23.791015625rem;left:3.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtUwwpib1slfmJZDOZA4RQSmPBNBS7y { width:10.8125rem;height:10rem;top:6.5000007152556rem;left:4.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pft8us4QU9Vl70GNUUnORgoybZIiEeA4 { width:18.75rem;height:7.9980625rem;top:34.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAnnaqrFo9MZLOOUWVS6ORX9t6GpUvqa { width:18.75rem;height:7.9980625rem;top:17.333985328674rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auU2T1RA4M76QfcgCR0HAIsHC1OX9MUq { width:18.75rem;height:7.9980625rem;top:53rem;left:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gsXdVaqzmMKoSJ27MsbHLIcffMCEZiXK { width:11.25rem;height:7.1875rem;top:44rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9P6bb9FuPThdTbZtSHI1Ofw6z8DWvpZ { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNwxwVbF87zbc31TBZ95WIaui3ArzfOl { width:13.875rem;height:6.3125rem;top:45.977213621139rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaiMBVvcxVerXk9JMEWE7A5cDraE63ig { width:18.75rem;height:3.19921875rem;top:52.873046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh { background-color:rgba(0,0,0,0);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; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container { background-color: transparent; background-image: none; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container > .video-iframe-container { display: none; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row > .video-iframe-container { display: none; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .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); }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container { border-width: 0; border-radius: 0; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOMEwXvua2lJqiZKGBZ4hHg0AFxV0dLh > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA { width:20rem;height:18.75rem;top:2.4375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af2bd0b7-1a60-415a-a7ab-b07ba215b0bf/girlsplayingvolleyball.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA.adaptive-delivery-prevent-bg, #D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA.lazyload, #D2nCFqqeJyRFAdiUf4TTBThXxCPSRcgA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TfSKaK1gzwlQi5q1ATvn3vTndHLXcWGH { width:18.5625rem;height:28rem;top:4.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:wuja; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn  { width:17.5rem;height:auto;top:12.5625rem;left:0rem; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn {display:block;}#n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn { width:17.5rem;height:auto;top:12.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #MmF5zTKgKsfxV6wM6TTpLTkiAze2oCzS {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #OfzOz97sKhw6N0SVDm9LlPxNO8AseD3e { display:none; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #vBdtzGADzm6n58okophbQ5mnQ2xefsmk {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #l5wUcbd4HuGZ3XzeBLDgDC4t1gbwfM5M {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #xGK2hBAsu5WOzTWPxXwKyU70KT1sxU8Q { display:none; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #NwNKPS50gb7yC1M7p77yhJIIviAieezE {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #l3gVFdtBGVywmnkc8RXnubJ5Ax3wT2yl {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #TO5ynIH6AVvMLmFmnT4mST41Uyqg9TcN { display:none; }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #htCPXNvFDc98AIZwnDrPKiLkvTCoGWCL {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #w6fFy7WcBupzQ8Mx4qr3AXXDqoyOlLCG {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #TM1ao7HQZhwTiIglG6yr5BVCoLrR3SIh {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #tGmUDTPgOo0aqFM1MCFZNSWkTNXGGWGD {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #FUEGyFBxL0MweEJk4WQ8zqdge3v8NG4o {  }
 }@media only screen and (max-width: 763px) { #n8XT0dHTbX7xP9xiyIOP2XeUuVWbBFqn #HgJeRqAOccMmdT934orZDega3uc4THgF {  }
 }@media only screen and (max-width: 763px) { #RIRaTIwCl1u8TxWTRFKt8xNCSNtzOJu6 { width:20rem;height:1.875rem;top:5.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7tN4lXGVTvvE9ZyrauBD6EqSFMn50Iz { width:16.4375rem;height:3.19921875rem;top:8.25rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #IBLzTPbKG4iXT72EXT9T3uLkAzqlqCIP { width:2.5rem;height:36.6875rem;top:39.990234375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCGCNR4udVgi1hTJ7lBP17zSGtbbz1Mh { width:20rem;height:2.3999rem;top:43.923825rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z11gF0k1mRnwkMb1MQZrHT9oAN5Jrip0 { width:20rem;height:2.3999rem;top:40.2744125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TxEeAW5c55IX8G3y8E4WRb9rApD7o80K { width:20rem;height:2.3999rem;top:36.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MDI8PUuafdV0PckGaJVKeATwGPxTqbJU { width:20rem;height:2.3999rem;top:47.5732375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha { background-color:#023047;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; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container { background-color: transparent; background-image: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container > .video-iframe-container { display: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container { display: none; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .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); }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container { border-width: 0; border-radius: 0; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwQ3J6BMPlwStHPNu8SkgLORAwkpGwha > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udWSvPaPgrTwaQQhn0sS1nTozFT2RTDk { left:0rem;background-color:transparent;background-image:none;top:11.5625rem;width:19.8125rem;height:1.1375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzEPlgtW9kzIAevgp1rFbO7nvRK8dAux { left:4.9375rem;background-color:transparent;background-image:none;top:8.5625rem;width:10.4375rem;height:1.3496125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlrbMNr1TMZoVAAM1DI4cneytMTVSbAH { width:2.0625rem;height:2.0625rem;top:8.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar9IxMS2NpqULSkZ4uD8dW06rGhuydUy { left:6.75rem;background-color:#ccd4db;background-image:none;top:6.6875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLANb8mkcbUrTONx5imECi6AsbwCFoE2 { left:3.5625rem;background-color:transparent;background-image:none;top:4.0625rem;width:15.9375rem;height:1.2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iC3nhcDe15KrQHQo7BTJegBAO5KZTBAp { width:12.5rem;height:1.3rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUWuu859MkxNe7BIrF9T0i09zV7SIMOM { width:10.875rem;height:1.29980625rem;top:15.5rem;left:5.9375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9Ci1XJnTOpCUSCQOvWLr8m7KcXdfAK { left:3.5625rem;background-color:transparent;background-image:none;top:2.1875rem;width:12.625rem;height:1.95rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KiFz6eHnUbI2v3Lf7vz6UsGa51pnhMpI { width:3.75rem;height:3.625rem;top:1.6783847808838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsmhbClBctgOuZ1WXWf675X4QsWNToMD { width:2.0625rem;height:1.29980625rem;top:15.5rem;left:16.812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpacHc3ktcB6bTVrurmTe95NTXz734R4 { width:6.875rem;height:7.4375rem;top:1.3750202617186rem;left:12.815215608863rem;display:block; }
 }