.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:240,246,222;--color-primary-1:206,226,146;--color-primary-2:156,196,36;--color-primary-3:78,98,18;--color-primary-4:23,29,5;--color-secondary-0:217,247,252;--color-secondary-1:128,229,246;--color-secondary-2:0,203,236;--color-secondary-3:0,102,118;--color-secondary-4:0,30,35;--color-tertiary-0:255,255,255;--color-tertiary-1:228,239,241;--color-tertiary-2:137,143,145;--color-tertiary-3:82,86,87;--color-tertiary-4:0,0,0;--headlines-font-family:"source sans pro";--paragraphs-font-family:"source sans pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/x2lm26Rs2PM/unsplash/amy-shamblen-x2lm26Rs2PM-photo-1576072446580-32468f1b5439.jpg");background-position:bottom 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; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:60rem;height:55.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:11.3125rem;left:1.375rem;display:block; }
#mXExboNf4cS3QngBL3JosND0BJ7UUwTF { color:rgba(var(--color-tertiary-1),1);display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.59375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rXChykzIbobqsS1wLuTuSpKC30aqDsvG { color:rgba(var(--color-tertiary-1),1);display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.59375rem;height:2.92480625rem;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; }
#wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.5rem;left:1.375rem;display:block; }
#XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13rem;top:16.25rem;left:38.46875rem;display:block; }
#vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { position:absolute;display:block;z-index:15007;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.375rem solid rgba(var(--color-tertiary-1),1);border-left:0.375rem solid rgba(var(--color-tertiary-1),1);border-right:0.375rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.75rem;width:0.75rem;top:15.4375rem;left:50.78125rem;display:block; }
#h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { color:rgba(var(--color-tertiary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:39.03125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nBMMTNVORAeloQJcesrzVItLSRW6BxTA { color:rgba(var(--color-tertiary-1),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.9375rem;left:44.3125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wxDNI97iNeuHp733UOukiNbTLWozzhfM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.3125rem;top:5.21875rem;left:42.71875rem;overflow:hidden;display:block; }
#MiwVtOMS6a4mbo39FTJHiUhiV0QMgAXD { color:rgba(var(--color-tertiary-1),1);display:block;width:51rem;position:absolute;font-family:"marck script";font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:1.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M58ilBLkz6LBDfSHS081mTZqtRfTvbSU { color:rgba(var(--color-tertiary-1),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#axg01qbmMXLXaiJf02NxUEQudvBMozIr { color:#2d2929;display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:18.1875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:3.75rem;left:19.75rem;overflow:hidden;display:block; }
#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { background-color: transparent; background-image: none; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container > .video-iframe-container { display: none; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row > .video-iframe-container { display: none; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .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); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { border-width: 0; border-radius: 0; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#EaMmDS2EEp4q2sacvA8B0qSH2htwVtco { color:#2d2929;display:block;width:58.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0.84375rem;height:4.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N8PW4qZbuMh5ZrJSOS1MoZD4Hz6npRKH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:29.9375rem;top:6.25rem;left:15.03125rem;overflow:hidden;display:block; }
#IHi192RML3GMS7TLWk9OBPZLfqATyJRX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.0625rem;left:21.1875rem;display:block; }
#AZD38sKE3pye9ASa3wlMkNnVngEZJ6AG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLCrRuhD0OEPnWFDwc7N3cSEydGgTnlA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.0625rem;left:31.4375rem;display:block; }
#uU2UoIA7efnbKBNtQRF1Cm97gQTTGCKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g42WdrSPe5acVLEBvgk2bO2u4HfPU09y { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:37.125rem;left:23.5rem;display:block; }
#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row .container { background-color: transparent; background-image: none; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row .container > .video-iframe-container { display: none; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row > .video-iframe-container { display: none; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .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); }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row .container { border-width: 0; border-radius: 0; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#OgnlHXT2wT6KAMZ1nThoCBhRavqlz6At { color:#2d2929;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.42578125rem;left:32.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;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; }
#exkmpTKyTJ8y73F7QXby5khQxQ7NBaff { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:31.78125rem;height:26.31445rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qWvuZz5LTnld9hk7Zr9KOBo5q1JXE0DV { color:#2d2929;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.42578125rem;left:7.65625rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eU2W53sp27dH7X6PAd0m6zNwfdvf29eM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:2.53125rem;height:16.08104375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { background-color: transparent; background-image: none; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container > .video-iframe-container { display: none; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row > .video-iframe-container { display: none; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .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); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { border-width: 0; border-radius: 0; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#O15t94qXds5RMMrAr7Dss4PAqnnIOK6i { color:#2d2929;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.8125rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GpcPK1SrafcqK706Sk7tXknAMF0Bxb9t { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:35.125rem;left:8.5rem;display:block; }
#ebeGROfsnybvuBU87qAfKGsqirGzCSDS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.3125rem;left:5.5625rem;display:block; }
#VZWUJ0q3RfwMRMsHGpE6dzgeef1WobqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZPiNzNBDx2VLmcyRot2dZMO1mvHw5B0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.71875rem;left:1.625rem;height:20.4667875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FsZ1zi1vSzfOoGMnSXeDtlanWIAh87MV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.3125rem;left:15.8125rem;display:block; }
#WePOthLq9AEyprx1E56vTvMH6QEcrw1H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lla1mBnvVKqe8l7m5bNXDbaNwEEJ7oNm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:29.9375rem;top:5.25rem;left:29.942843264249rem;overflow:hidden;display:block; }
#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.adaptive-delivery-prevent-bg, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyload, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyloading { background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { border-width: 0; border-radius: 0; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::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; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.65625rem;left:0.8125rem;height:3.25rem;font-style:normal;display:block; }
#SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.adaptive-delivery-prevent-bg, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyload, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyloading { background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { border-width: 0; border-radius: 0; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::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; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.875rem;left:14.5625rem;display:block; }
#tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:17.8125rem;left:38.0625rem;display:block; }
#i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuAFxpcap2iNNqdtZ40JFt6sSo4ZdhJz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:18.125rem;top:1.5625rem;left:32.6875rem;overflow:hidden;display:block; }
#EzUNzaL8gp3WNqxhzhaPVk0KNtTNylKU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:18.125rem;top:1.625rem;left:9.1875rem;overflow:hidden;display:block; }
#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { background-color: transparent; background-image: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container > .video-iframe-container { display: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container { display: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .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); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { border-width: 0; border-radius: 0; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { color:#2d2929;display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.4375rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:3.75rem;left:14.9375rem;overflow:hidden;display:block; }
#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { background-color: transparent; background-image: none; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container > .video-iframe-container { display: none; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row > .video-iframe-container { display: none; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .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); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { border-width: 0; border-radius: 0; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#C8g2TlSb77vTXtdP79oZ4CSP55xSWnRi { color:#2d2929;display:block;width:58.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { border-width: 0; border-radius: 0; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:60rem;position:relative;display:block; }#uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:49.375rem;width:15.625rem;top:4.125rem;left:2.1875rem;display:block; }
#F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18rem;left:2.84375rem;height:27rem;text-align:center;text-align-last:center;display:block; }
#b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { 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:8.5rem;width:10.1875rem;top:7.5rem;left:4.90625rem;overflow:hidden;display:block; }
#JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:29rem;width:15.625rem;top:4.1875rem;left:22.1875rem;display:block; }
#uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:18rem;left:23.1875rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { position:absolute;display:block;z-index:15008;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:8.5rem;width:10.1875rem;top:7.5625rem;left:24.9375rem;overflow:hidden;display:block; }
#dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:52.125rem;width:15.625rem;top:4.1875rem;left:42.1875rem;display:block; }
#z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:18.875rem;left:43.1875rem;height:27rem;text-align:center;text-align-last:center;display:block; }
#LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:10.1875rem;top:7.5625rem;left:44.9375rem;overflow:hidden;display:block; }
#BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.3125rem;left:8rem; }
#OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.3125rem;left:28rem; }
#BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.3125rem;left:48rem; }
#CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:49.25rem;left:6.3125rem;display:block; }
#Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tot9vETkHKKManrDWZaGDNODiU7VfO0z { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.9375rem;left:26.3125rem;display:block; }
#pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:51.875rem;left:46.3125rem;display:block; }
#V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { background-color: transparent; background-image: none; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container > .video-iframe-container { display: none; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row > .video-iframe-container { display: none; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .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); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { border-width: 0; border-radius: 0; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#vMHTgrQ8yXpP5rkSq6nzWyf9XWGoX0yq { color:#2d2929;display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tLzuZ2C3Wx0InWhGf0bwJ54uGNbCH4g2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:3.75rem;left:18.375rem;overflow:hidden;display:block; }
#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { background-color: transparent; background-image: none; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container > .video-iframe-container { display: none; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row > .video-iframe-container { display: none; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .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); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { border-width: 0; border-radius: 0; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#N5xRFIM9plmmTxx0HTe9CgcnkyTxHaJx { color:#2d2929;display:block;width:58.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.0625rem;height:4.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xJuUZrlHbEXeyO97inmX3MGFaov94t97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { background-color: transparent; background-image: none; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container > .video-iframe-container { display: none; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row > .video-iframe-container { display: none; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .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); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { border-width: 0; border-radius: 0; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#wOz9hUNKVvXcCLTaOhBoW8ZmTKEbtnQs { color:#2d2929;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.53125rem;left:5.875rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sxgThbDvtqG2OyhThpZDiQ1X6klJV8Pb { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:44.875rem;left:8.5rem;display:block; }
#NmufJWosR96EFlX2zCJAPrkF49FHaU1k { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:39.6875rem;left:12.34375rem;display:block; }
#C2SlihFWCtFyFDMFlaNCDiEbGgrmCkKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wC4kZbnwg2ko1MnzvS1qg8OWNIWxUlgm { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10rem;left:2.25rem;height:27.7763625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Hc70QgLghiU3TbUPlEwrOELdksmxzZNp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:29.9375rem;top:5.25rem;left:29.942843264249rem;overflow:hidden;display:block; }
#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row .container { background-color: transparent; background-image: none; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row .container > .video-iframe-container { display: none; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row > .video-iframe-container { display: none; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .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); }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row .container { border-width: 0; border-radius: 0; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#woM8XczD3IHMX1z4rzHNFF8PBkH9xDyQ { color:#2d2929;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:40.6875rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CtcXaDWqlMDPEL00POdoS4VVhuHpSx1W { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:36.6875rem;left:37.59375rem;display:block; }
#Gn2is1qUN9WG5bRpFW1s8TMEyToZF58E { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.9375rem;left:40.40625rem;display:block; }
#zT1ywruQOow8md0IJSHbC0FuPb38kmTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hkxelwTgW1wby4FTgwTTsul6lR9onOHT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.4375rem;left:31.4375rem;height:21.92869375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wZhh7f6XXiHQwThfyy9APLBGOv4r6PmW { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:29.9375rem;top:6.1875rem;left:0rem;overflow:hidden;display:block; }
#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row .container { background-color: transparent; background-image: none; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row .container > .video-iframe-container { display: none; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row > .video-iframe-container { display: none; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .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); }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row .container { border-width: 0; border-radius: 0; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#LM6KE6HNQbXPlHUSNMxd848k3WaPFdVR { color:#2d2929;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.53125rem;left:11.625rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UXHTuAm6aefv4Dnip5Wnc8Gwo8loTzgD { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:42.9375rem;left:8.5rem;display:block; }
#zsJL1f60zdJfo9MLiQOC2bSyhZTs7K4z { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.6875rem;left:11.3125rem;display:block; }
#HSNFfKN7OtwWz8i0I2mKSdUg3VzcSQzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IolQSgfFZ6rganpSS7s0lfkTuZWLeZ9X { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:2.25rem;height:24.85250625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PGutdvgF0cgmkLkTZpWEl4z4esayhMwO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:29.9375rem;top:5.25rem;left:29.942843264249rem;overflow:hidden;display:block; }
#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row .container { background-color: transparent; background-image: none; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row .container > .video-iframe-container { display: none; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row > .video-iframe-container { display: none; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .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); }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row .container { border-width: 0; border-radius: 0; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#bwnAZuX2Bg0KhQFTvf5CnrZNKDuA2ioq { color:#2d2929;display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.5625rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ShlTPOTdwvmRwBsVhCOwFrPog1Mu9naJ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:3.75rem;left:22.5rem;overflow:hidden;display:block; }
#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.85);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; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { background-color: transparent; background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .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); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { border-width: 0; border-radius: 0; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:17.78125rem;left:8.25rem;display:block; }
#NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:17.78125rem;left:36.21875rem;display:block; }
#Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:17.78125rem;left:44.75rem;display:block; }
#BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:17.78125rem;left:16.625rem;display:block; }
#G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTKUCDmvys3LF9yFctXQhiGAT9N1MfVn { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8125rem;width:19.625rem;top:6.3125rem;left:6.125rem;display:block; }
#TKZ2ClyxFFZMvcc0VW61HuMMo1kRUier { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8125rem;width:19.625rem;top:6.3125rem;left:34.75rem;display:block; }
#Zxzs5gSI9XCO5OlyH1SGJITC4xJyyWiX { color:#2d2929;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.65625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hFEmr1PGRB18TPlpDTGPUnawiiKNNU0X { color:#2d2929;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.6875rem;left:37.28125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTpyTmGDngnHORZ8gaTHSNBRm6fT8fHd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8125rem;width:19.625rem;top:25.59375rem;left:6.125rem;display:block; }
#yNrISAyhtrmBQbcA8gfSWUXTAfiIO23f { color:#2d2929;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.6875rem;left:8.65625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMtubDNFM4HauSmcBcNnVnkgtakTdTdx { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8125rem;width:19.625rem;top:25.59375rem;left:34.75rem;display:block; }
#QfG5cJS08BTGCkZLKEs0kQbG69THfbze { color:#2d2929;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.6875rem;left:37.28125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpxUkuTGbxtaavT5rDGitJ4XGIqgT5bX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.21875rem;left:8.25rem;display:block; }
#oI0isWKJRV5ygcRZztxiyr7atREe7gM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5chXBuiwuAcNOw1dnPWAT12uTRTawn3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:38.21875rem;left:16.625rem;display:block; }
#Udky4DSpIxVItJzrFdtkG7BsLBQsmDvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6nsHkVMEOzMepDrvdpowP59TtiUpx2x { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:38.21875rem;left:36.21875rem;display:block; }
#uviE59b89c84Rg8Xk97JfIL5msE0acN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d93e4ClRTQX7OBbQ6SBxKhzw28E4MdKX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;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:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:38.21875rem;left:44.75rem;display:block; }
#IIzUPm3IwgtdSpl6UCz622ZJXZHnyAJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { background-color: transparent; background-image: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .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); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { border-width: 0; border-radius: 0; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { color:#2d2929;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.8994125rem;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; }
#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { background-color: transparent; background-image: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .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); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { border-width: 0; border-radius: 0; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:0.4375rem;height:5rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:47.75rem;height:;top:10.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:24.75rem;height:2.875rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:20.5625rem;height:4.25rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:13rem;height:0.125rem;top:16.25rem;left:32.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:0.75rem;height:0.75rem;top:15.4375rem;left:44.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:4.3125rem;height:2.4375rem;top:13.9375rem;left:32.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:5.875rem;height:2.4375rem;top:13.9375rem;left:38.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { top:5.1875rem;left:36.59375rem;width:3.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiwVtOMS6a4mbo39FTJHiUhiV0QMgAXD { width:47.75rem;height:;top:4rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58ilBLkz6LBDfSHS081mTZqtRfTvbSU { width:47.75rem;height:;top:22.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:35.3125rem;height:2.875rem;top:3.875rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { top:3.75rem;left:13.625rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N { display:block; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaMmDS2EEp4q2sacvA8B0qSH2htwVtco { width:47.75rem;height:4.5rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PW4qZbuMh5ZrJSOS1MoZD4Hz6npRKH { top:6.25rem;left:8.90625rem;width:29.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHi192RML3GMS7TLWk9OBPZLfqATyJRX { width:7.375rem;height:2.625rem;top:33.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZD38sKE3pye9ASa3wlMkNnVngEZJ6AG { display:block; }
 }@media only screen and (max-width: 763px) { #bLCrRuhD0OEPnWFDwc7N3cSEydGgTnlA { width:7.375rem;height:2.625rem;top:33.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU2UoIA7efnbKBNtQRF1Cm97gQTTGCKo { display:block; }
 }@media only screen and (max-width: 763px) { #g42WdrSPe5acVLEBvgk2bO2u4HfPU09y { width:13rem;height:0.0625rem;top:37.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca { display:block; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgnlHXT2wT6KAMZ1nThoCBhRavqlz6At { width:24.0625rem;height:1.9375rem;top:2.375rem;left:23.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exkmpTKyTJ8y73F7QXby5khQxQ7NBaff { width:25.3125rem;height:26.3125rem;top:5.375rem;left:22.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWvuZz5LTnld9hk7Zr9KOBo5q1JXE0DV { width:19.6875rem;height:1.9375rem;top:2.375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2W53sp27dH7X6PAd0m6zNwfdvf29eM { width:24.9375rem;height:16.0625rem;top:5.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2nd0uCMuwhGoTb1OcU8XCklpukprA21 { display:block; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O15t94qXds5RMMrAr7Dss4PAqnnIOK6i { width:19.6875rem;height:1.9375rem;top:3.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcPK1SrafcqK706Sk7tXknAMF0Bxb9t { width:13rem;height:0.0625rem;top:35.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebeGROfsnybvuBU87qAfKGsqirGzCSDS { width:7.375rem;height:2.625rem;top:29.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWUJ0q3RfwMRMsHGpE6dzgeef1WobqE { display:block; }
 }@media only screen and (max-width: 763px) { #RZPiNzNBDx2VLmcyRot2dZMO1mvHw5B0 { width:24.9375rem;height:20.125rem;top:7.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZ1zi1vSzfOoGMnSXeDtlanWIAh87MV { width:7.375rem;height:2.625rem;top:29.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WePOthLq9AEyprx1E56vTvMH6QEcrw1H { display:block; }
 }@media only screen and (max-width: 763px) { #Lla1mBnvVKqe8l7m5bNXDbaNwEEJ7oNm { top:5.25rem;left:0rem;width:29.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:7.375rem;height:2.625rem;top:17.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:7.375rem;height:2.625rem;top:17.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #xuAFxpcap2iNNqdtZ40JFt6sSo4ZdhJz { top:1.5625rem;left:13.625rem;width:18.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzUNzaL8gp3WNqxhzhaPVk0KNtTNylKU { top:1.625rem;left:0rem;width:18.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { display:block; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { width:30.3125rem;height:2.875rem;top:3.875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { top:3.75rem;left:8.8125rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z { display:block; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8g2TlSb77vTXtdP79oZ4CSP55xSWnRi { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:15.625rem;height:49.375rem;top:4.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:14.3125rem;height:28.125rem;top:18rem;left:0.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:10.1875rem;height:8.5rem;top:7.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:15.625rem;height:29rem;top:4.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:13.625rem;height:9rem;top:18rem;left:17rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:10.1875rem;height:8.5rem;top:7.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:15.625rem;height:52.125rem;top:4.1875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:13.625rem;height:30.375rem;top:18.875rem;left:32.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:10.1875rem;height:8.5rem;top:7.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:4rem;height:4rem;top:2.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:4rem;height:4rem;top:2.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:4rem;height:4rem;top:2.3125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:7.375rem;height:2.625rem;top:49.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:7.375rem;height:2.625rem;top:28.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:7.375rem;height:2.625rem;top:51.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec { display:block; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMHTgrQ8yXpP5rkSq6nzWyf9XWGoX0yq { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzuZ2C3Wx0InWhGf0bwJ54uGNbCH4g2 { top:3.75rem;left:12.25rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A { display:block; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5xRFIM9plmmTxx0HTe9CgcnkyTxHaJx { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuUZrlHbEXeyO97inmX3MGFaov94t97 { display:block; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOz9hUNKVvXcCLTaOhBoW8ZmTKEbtnQs { width:20.3125rem;height:3.875rem;top:4.5rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgThbDvtqG2OyhThpZDiQ1X6klJV8Pb { width:13rem;height:0.0625rem;top:44.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmufJWosR96EFlX2zCJAPrkF49FHaU1k { width:7.375rem;height:2.625rem;top:39.6875rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2SlihFWCtFyFDMFlaNCDiEbGgrmCkKJ { display:block; }
 }@media only screen and (max-width: 763px) { #wC4kZbnwg2ko1MnzvS1qg8OWNIWxUlgm { width:24rem;height:27.3125rem;top:10rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc70QgLghiU3TbUPlEwrOELdksmxzZNp { top:5.25rem;left:0rem;width:29.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X { display:block; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woM8XczD3IHMX1z4rzHNFF8PBkH9xDyQ { width:16rem;height:3.875rem;top:3.6875rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtcXaDWqlMDPEL00POdoS4VVhuHpSx1W { width:13rem;height:0.0625rem;top:36.6875rem;left:28.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2is1qUN9WG5bRpFW1s8TMEyToZF58E { width:7.375rem;height:2.625rem;top:31.9375rem;left:31.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1ywruQOow8md0IJSHbC0FuPb38kmTy { display:block; }
 }@media only screen and (max-width: 763px) { #hkxelwTgW1wby4FTgwTTsul6lR9onOHT { width:25.3125rem;height:20.125rem;top:9.4375rem;left:22.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZhh7f6XXiHQwThfyy9APLBGOv4r6PmW { top:6.1875rem;left:0rem;width:29.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL { display:block; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM6KE6HNQbXPlHUSNMxd848k3WaPFdVR { width:14.5625rem;height:3.875rem;top:4.5rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXHTuAm6aefv4Dnip5Wnc8Gwo8loTzgD { width:13rem;height:0.0625rem;top:42.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJL1f60zdJfo9MLiQOC2bSyhZTs7K4z { width:7.375rem;height:2.625rem;top:37.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSNFfKN7OtwWz8i0I2mKSdUg3VzcSQzz { display:block; }
 }@media only screen and (max-width: 763px) { #IolQSgfFZ6rganpSS7s0lfkTuZWLeZ9X { width:24rem;height:23rem;top:11rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGutdvgF0cgmkLkTZpWEl4z4esayhMwO { top:5.25rem;left:0rem;width:29.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV { display:block; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwnAZuX2Bg0KhQFTvf5CnrZNKDuA2ioq { width:47.75rem;height:2.875rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShlTPOTdwvmRwBsVhCOwFrPog1Mu9naJ { top:3.75rem;left:16.375rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { display:block; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:7.375rem;height:2.625rem;top:17.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { width:7.375rem;height:2.625rem;top:17.75rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block; }
 }@media only screen and (max-width: 763px) { #yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { width:7.375rem;height:2.625rem;top:17.75rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:7.375rem;height:2.625rem;top:17.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #iTKUCDmvys3LF9yFctXQhiGAT9N1MfVn { top:6.3125rem;left:0rem;width:19.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ2ClyxFFZMvcc0VW61HuMMo1kRUier { top:6.3125rem;left:12.125rem;width:19.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxzs5gSI9XCO5OlyH1SGJITC4xJyyWiX { width:14.5625rem;height:1.9375rem;top:3.6875rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFEmr1PGRB18TPlpDTGPUnawiiKNNU0X { width:14.5625rem;height:1.9375rem;top:3.6875rem;left:17.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpyTmGDngnHORZ8gaTHSNBRm6fT8fHd { top:25.5625rem;left:0rem;width:19.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNrISAyhtrmBQbcA8gfSWUXTAfiIO23f { width:14.5625rem;height:1.9375rem;top:22.6875rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMtubDNFM4HauSmcBcNnVnkgtakTdTdx { top:25.5625rem;left:12.125rem;width:19.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfG5cJS08BTGCkZLKEs0kQbG69THfbze { width:14.5625rem;height:1.9375rem;top:22.6875rem;left:17.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpxUkuTGbxtaavT5rDGitJ4XGIqgT5bX { width:7.375rem;height:2.625rem;top:38.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI0isWKJRV5ygcRZztxiyr7atREe7gM7 { display:block; }
 }@media only screen and (max-width: 763px) { #u5chXBuiwuAcNOw1dnPWAT12uTRTawn3 { width:7.375rem;height:2.625rem;top:38.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udky4DSpIxVItJzrFdtkG7BsLBQsmDvg { display:block; }
 }@media only screen and (max-width: 763px) { #c6nsHkVMEOzMepDrvdpowP59TtiUpx2x { width:7.375rem;height:2.625rem;top:38.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviE59b89c84Rg8Xk97JfIL5msE0acN3 { display:block; }
 }@media only screen and (max-width: 763px) { #d93e4ClRTQX7OBbQ6SBxKhzw28E4MdKX { width:7.375rem;height:2.625rem;top:38.1875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIzUPm3IwgtdSpl6UCz622ZJXZHnyAJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/x2lm26Rs2PM/unsplash/amy-shamblen-x2lm26Rs2PM-photo-1576072446580-32468f1b5439.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:0.4375rem;height:5rem;top:15.875rem;left:2.3125rem;background-color:#e4eff1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:16.625rem;height:3.8984375rem;top:16.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:18.75rem;height:2.11230625rem;top:21.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:18.5rem;height:3.8125rem;top:28.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:7rem;height:0.25rem;top:26.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:0.75rem;height:0.75rem;top:25.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:6.25rem;height:1.29980625rem;top:24.4375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:6.625rem;height:1.29980625rem;top:24.4375rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { width:3.4375rem;height:3.375rem;top:2.25rem;left:8.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MiwVtOMS6a4mbo39FTJHiUhiV0QMgAXD { width:20rem;height:3.4121125rem;top:12.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;color:#e4eff1;display:block; }
 }@media only screen and (max-width: 763px) { #M58ilBLkz6LBDfSHS081mTZqtRfTvbSU { width:17.8125rem;height:5.84765625rem;top:34.8125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:18.625rem;height:2.11230625rem;top:5.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { width:3.1875rem;height:3.125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N { display:block; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaMmDS2EEp4q2sacvA8B0qSH2htwVtco { width:17.9375rem;height:7.796875rem;top:1.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PW4qZbuMh5ZrJSOS1MoZD4Hz6npRKH { width:19.875rem;height:16.6875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHi192RML3GMS7TLWk9OBPZLfqATyJRX { width:7.375rem;height:2.625rem;top:28.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZD38sKE3pye9ASa3wlMkNnVngEZJ6AG { display:block; }
 }@media only screen and (max-width: 763px) { #bLCrRuhD0OEPnWFDwc7N3cSEydGgTnlA { width:7.375rem;height:2.625rem;top:32rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU2UoIA7efnbKBNtQRF1Cm97gQTTGCKo { display:block; }
 }@media only screen and (max-width: 763px) { #g42WdrSPe5acVLEBvgk2bO2u4HfPU09y { width:13rem;height:0.0625rem;top:35.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca { display:block; }#lRqZHbZHFvJr1Hh76nmt5Z6osb65gCca > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgnlHXT2wT6KAMZ1nThoCBhRavqlz6At { width:17.25rem;height:1.3808625rem;top:23.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exkmpTKyTJ8y73F7QXby5khQxQ7NBaff { width:17.3125rem;height:33.1406125rem;top:25.63671875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWvuZz5LTnld9hk7Zr9KOBo5q1JXE0DV { width:17.5625rem;height:1.4619125rem;top:0.818359375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2W53sp27dH7X6PAd0m6zNwfdvf29eM { width:18.375rem;height:17.95115rem;top:3.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2nd0uCMuwhGoTb1OcU8XCklpukprA21 { display:block; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O15t94qXds5RMMrAr7Dss4PAqnnIOK6i { width:17.5625rem;height:1.4619125rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcPK1SrafcqK706Sk7tXknAMF0Bxb9t { width:13rem;height:0.0625rem;top:59.0556640625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebeGROfsnybvuBU87qAfKGsqirGzCSDS { width:7.375rem;height:2.625rem;top:49.8681640625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWUJ0q3RfwMRMsHGpE6dzgeef1WobqE { display:block; }
 }@media only screen and (max-width: 763px) { #RZPiNzNBDx2VLmcyRot2dZMO1mvHw5B0 { width:18.375rem;height:22.093775rem;top:5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsZ1zi1vSzfOoGMnSXeDtlanWIAh87MV { width:7.375rem;height:2.625rem;top:54.0556640625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WePOthLq9AEyprx1E56vTvMH6QEcrw1H { display:block; }
 }@media only screen and (max-width: 763px) { #Lla1mBnvVKqe8l7m5bNXDbaNwEEJ7oNm { width:19.875rem;height:16.625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { background-color:#58c1d5;background-image:none;display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:20rem;height:6.5rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:3.75rem;height:0.1875rem;top:9.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { background-color:#58c1d5;background-image:none;display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:7.375rem;height:2.625rem;top:17.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:7.375rem;height:2.625rem;top:41.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #xuAFxpcap2iNNqdtZ40JFt6sSo4ZdhJz { width:18.125rem;height:15.1875rem;top:24.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzUNzaL8gp3WNqxhzhaPVk0KNtTNylKU { width:18.125rem;height:15.1875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { display:block; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { width:18.375rem;height:4.2246125rem;top:5.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { width:3.1875rem;height:3.125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z { display:block; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8g2TlSb77vTXtdP79oZ4CSP55xSWnRi { width:18.6875rem;height:3.8984375rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:20rem;height:132.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:15.625rem;height:45.9375rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:13.625rem;height:30.375rem;top:12.4375rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:10.1875rem;height:8.5rem;top:3.4375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:15.625rem;height:27.5rem;top:50.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:13.625rem;height:9rem;top:63.3125rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:10.1875rem;height:8.5rem;top:52.9375rem;left:4.90625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:15.625rem;height:50rem;top:81.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:13.625rem;height:30.375rem;top:94.375rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:10.1875rem;height:8.5rem;top:84.25rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:4rem;height:4rem;top:-0.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:4rem;height:4rem;top:48.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:4rem;height:4rem;top:79.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:7.375rem;height:2.625rem;top:43.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:7.375rem;height:2.625rem;top:73.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:7.375rem;height:2.625rem;top:126.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec { display:block; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMHTgrQ8yXpP5rkSq6nzWyf9XWGoX0yq { width:16.5625rem;height:4.2246125rem;top:5.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzuZ2C3Wx0InWhGf0bwJ54uGNbCH4g2 { width:3.1875rem;height:3.125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A { display:block; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5xRFIM9plmmTxx0HTe9CgcnkyTxHaJx { width:19.1875rem;height:9.746125rem;top:1.1875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuUZrlHbEXeyO97inmX3MGFaov94t97 { display:block; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOz9hUNKVvXcCLTaOhBoW8ZmTKEbtnQs { width:15.75rem;height:2.76171875rem;top:1.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgThbDvtqG2OyhThpZDiQ1X6klJV8Pb { width:13rem;height:0.0625rem;top:63.4306640625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmufJWosR96EFlX2zCJAPrkF49FHaU1k { width:7.375rem;height:2.625rem;top:59.0556640625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2SlihFWCtFyFDMFlaNCDiEbGgrmCkKJ { display:block; }
 }@media only screen and (max-width: 763px) { #wC4kZbnwg2ko1MnzvS1qg8OWNIWxUlgm { width:18.4375rem;height:30.378925rem;top:5.625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc70QgLghiU3TbUPlEwrOELdksmxzZNp { width:19.875rem;height:16.6875rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X { display:block; }#KRCzJMaR72Ntq6zbN66kHCXhxUptOT9X > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woM8XczD3IHMX1z4rzHNFF8PBkH9xDyQ { width:19.0625rem;height:1.3808625rem;top:1.4931640625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtcXaDWqlMDPEL00POdoS4VVhuHpSx1W { width:13rem;height:0.0625rem;top:57.4306640625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2is1qUN9WG5bRpFW1s8TMEyToZF58E { width:7.375rem;height:2.625rem;top:52.4306640625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1ywruQOow8md0IJSHbC0FuPb38kmTy { display:block; }
 }@media only screen and (max-width: 763px) { #hkxelwTgW1wby4FTgwTTsul6lR9onOHT { width:18.5625rem;height:24.85544375rem;top:4.9931640625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZhh7f6XXiHQwThfyy9APLBGOv4r6PmW { width:19.875rem;height:16.6875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL { display:block; }#fRTHyCDAmEoTwGXImJkTMeAmhQ6nTWtL > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM6KE6HNQbXPlHUSNMxd848k3WaPFdVR { width:15.75rem;height:2.76171875rem;top:1.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXHTuAm6aefv4Dnip5Wnc8Gwo8loTzgD { width:13rem;height:0.0625rem;top:58.5556640625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJL1f60zdJfo9MLiQOC2bSyhZTs7K4z { width:7.375rem;height:2.625rem;top:54.1181640625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSNFfKN7OtwWz8i0I2mKSdUg3VzcSQzz { display:block; }
 }@media only screen and (max-width: 763px) { #IolQSgfFZ6rganpSS7s0lfkTuZWLeZ9X { width:18.4375rem;height:26.2363rem;top:6.75rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGutdvgF0cgmkLkTZpWEl4z4esayhMwO { width:19.875rem;height:16.6875rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV { display:block; }#iGMJ2GJ50sCNXvN7VpRMQmJAoRL6l5BV > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwnAZuX2Bg0KhQFTvf5CnrZNKDuA2ioq { width:12.875rem;height:2.11230625rem;top:1.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShlTPOTdwvmRwBsVhCOwFrPog1Mu9naJ { width:3.1875rem;height:3.125rem;top:4.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 { background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { background-color: transparent; background-image: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row > .video-iframe-container { display: none; }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .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); }#aTeEpuHTnmMaVHTwChBJ695lz5PmBu87 > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:7.375rem;height:2.625rem;top:75.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #o8L1nSRLpVqAdoHX9DP7w0L2yMewSbiV { width:7.375rem;height:2.625rem;top:55.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js9ONiZOIzEld0S2XPmgTiKz1TboITRI { display:block; }
 }@media only screen and (max-width: 763px) { #yT8VXkBVNaGEL9P8hw2t23Vzlvp3c59b { width:7.375rem;height:2.625rem;top:55.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZXWHPKhhomfm63XGUqiTTUX61l4Cdt { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:7.375rem;height:2.625rem;top:75.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #iTKUCDmvys3LF9yFctXQhiGAT9N1MfVn { height:10.8125rem;width:19.625rem;top:63.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ2ClyxFFZMvcc0VW61HuMMo1kRUier { height:10.8125rem;width:19.625rem;top:43.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxzs5gSI9XCO5OlyH1SGJITC4xJyyWiX { width:14.5625rem;height:1.3808625rem;top:61.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFEmr1PGRB18TPlpDTGPUnawiiKNNU0X { width:14.5625rem;height:1.3808625rem;top:41.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpyTmGDngnHORZ8gaTHSNBRm6fT8fHd { height:10.8125rem;width:19.625rem;top:3rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNrISAyhtrmBQbcA8gfSWUXTAfiIO23f { width:14.5625rem;height:1.3808625rem;top:1rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMtubDNFM4HauSmcBcNnVnkgtakTdTdx { height:10.8125rem;width:19.625rem;top:23.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfG5cJS08BTGCkZLKEs0kQbG69THfbze { width:14.5625rem;height:1.3808625rem;top:20.75rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpxUkuTGbxtaavT5rDGitJ4XGIqgT5bX { width:7.375rem;height:2.625rem;top:15.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI0isWKJRV5ygcRZztxiyr7atREe7gM7 { display:block; }
 }@media only screen and (max-width: 763px) { #u5chXBuiwuAcNOw1dnPWAT12uTRTawn3 { width:7.375rem;height:2.625rem;top:15.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udky4DSpIxVItJzrFdtkG7BsLBQsmDvg { display:block; }
 }@media only screen and (max-width: 763px) { #c6nsHkVMEOzMepDrvdpowP59TtiUpx2x { width:7.375rem;height:2.625rem;top:35.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviE59b89c84Rg8Xk97JfIL5msE0acN3 { display:block; }
 }@media only screen and (max-width: 763px) { #d93e4ClRTQX7OBbQ6SBxKhzw28E4MdKX { width:7.375rem;height:2.625rem;top:35.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIzUPm3IwgtdSpl6UCz622ZJXZHnyAJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }