.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,243,220;--color-primary-1:247,216,137;--color-primary-2:238,176,19;--color-primary-3:119,88,10;--color-primary-4:36,26,3;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:69,69,69;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr { position:relative;display:block; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr { background-color: transparent; background-image: none; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row .container > .video-iframe-container { display: none; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row > .video-iframe-container { display: none; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .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); }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr { border-width: 0; border-radius: 0; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#odU19GBA8dz388ryFaIR1bo7v0o3s8Zq { position:absolute;display:block;z-index:15002;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:60rem;top:1.9375rem;left:0rem;display:block; }
#y8mQ15a6viDw8nTuyRRk4RlZdtWSHnuT { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:7.718125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mLJnSlPF3CGTafFuOZ2HWy0LQbZLkTKC { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0rem;left:21.654166221619rem;display:block; }
#BLJpv3OhJzIeTlIo2WiSyk5qZTDQJDvh { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.4375rem;left:23.545832633972rem;height:1.13606875rem;display:block; }
#oTcOcrTR1VSb7TiTBQpOUXRcdrc3olmh { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0rem;left:31.733332633972rem;display:block; }
#kX5uh5Wb5iu0AcvoulprOFcesTFATQDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.4375rem;left:33.670832633972rem;height:1.13606875rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/CWbHl2sf/BC_Landscape.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;overflow:visible;position:relative;display:block; }#JLW9ZZL1hQTWoVKSmsoTFROkV38zE3Xo { color:rgba(var(--color-primary-2),1);display:block;width:38.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6671028137206rem;left:10.904949188233rem;height:7.3111875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pfJOis2QCOIg5GmrXrCpgyD88C5NFLMU { position:absolute;display:block;z-index:15001;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.56206625rem;width:38.75rem;top:5.6662340164184rem;left:10.625rem;display:block; }
#xfP2WwxmIDRlboykWMJW94txJzxVucX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6872835159302rem;left:0rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqAM0ObZH1siCP9RdP5C87LJeH79Xv49 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.443578720092rem;left:21.25rem;display:block; }
#nzSr1Gl9U43pbnzorPLUPvbkwv9M6Dvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM { 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; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { background-color: transparent; background-image: none; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container > .video-iframe-container { display: none; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row > .video-iframe-container { display: none; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .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); }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { border-width: 0; border-radius: 0; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#HOrOpJm6nqL5KNvE2EhKNTy5GsoUG3OQ { color:rgba(var(--color-secondary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.24978125rem;font-style:normal;display:block; }
#mQveEPdbzXUWlgV0ar64EpHzawNl8OOw { color:rgba(var(--color-secondary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:20.46880625rem;font-style:normal;display:block; }
#ZGQ9Q9FGvWNeUwPffE2lW0qzB3X7T2FK { position:absolute;display:block;z-index:15002;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:6.0812492370606rem;left:0rem;display:block; }
#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL { 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; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row .container { background-color: transparent; background-image: none; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row .container > .video-iframe-container { display: none; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row > .video-iframe-container { display: none; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .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); }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row .container { border-width: 0; border-radius: 0; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#yLiGdXxEPOQzk2Llxcgt9gL7IPnWfDSH { color:rgba(var(--color-secondary-4),1);display:block;width:11.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:24.3125rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK3eTzNT8x89D0RUaJ7TOCm4rSJNxzEP { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgGfNxfAalIXfrHR6vM4l9cw3nSaGtet { position:absolute;display:block;z-index:15002;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:5.375rem;left:20.625rem;display:block; }
#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 { position:relative;display:block; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 { background-color: transparent; background-image: none; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row .container > .video-iframe-container { display: none; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row > .video-iframe-container { display: none; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .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); }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 { border-width: 0; border-radius: 0; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OmOqRgnvHU7W5Ey3X7in4TZ3Z5SbIqDc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.311632156372rem;left:0.56206893920899rem;height:16.2435rem;text-align:center;text-align-last:center;display:block; }
#OgRSE5i7MbBSHD5VZk0NHuGeHpOfrE05 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0.718318939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aePm8CqEiZdCKrw7yIRmISVIq3QQBo86 { position:absolute;display:block;z-index:15010;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6790370941162rem;left:0.625rem;display:block; }
#DpGPzc38SuCe9kxdUsMM1HSRmmuqJuoR { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.9995625rem;width:13.5623125rem;top:3.6328125rem;left:0.718318939209rem;overflow:hidden;display:block; }
#y2D1ty2HZRWJRm8GWQHGhCEpm1cvtsdM { color:rgba(var(--color-primary-2),1);display:block;width:14.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:32.875rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ut1H9rsDodVd1qWKJCDwvbzrp4QQWFJo { color:rgba(var(--color-secondary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:15.655818939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A89JzbCOHivRJ8Q7cKnEZKWtDhfTg424 { position:absolute;display:block;z-index:15015;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6875rem;left:15.625rem;display:block; }
#MCoCxy9hLiwgOh4LbwMekwiGUbuJuaRX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.9375rem;width:13.375rem;top:3.625rem;left:15.6875rem;overflow:hidden;display:block; }
#EqCDzyucP35Ioo3VbtpeTw4lLhoNQ1Oz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15.5625rem;height:14.619125rem;text-align:center;text-align-last:center;display:block; }
#T5us3Rn9SisOvLiPQCGMdAGQQfNNhGwy { color:rgba(var(--color-primary-2),1);display:block;width:14.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:32.875rem;left:15rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#olWtM1ooh1cOOEVhicXEdZO1UyqwbXZn { color:rgba(var(--color-secondary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:0rem;left:30.655818939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hos6V6kanM4Ix6Bzxaz8RH77PFefSBQG { position:absolute;display:block;z-index:15020;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6875rem;left:30.625rem;display:block; }
#KkQAIlVVmEB6JnPDDkThuGiwgftuIObM { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.9375rem;width:13.375rem;top:3.625rem;left:30.6875rem;overflow:hidden;display:block; }
#AMn1lgJgxEtpi9aeoR2yvdtJxzHgzsTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13.3125rem;left:30.5625rem;height:17.8678125rem;text-align:center;text-align-last:center;display:block; }
#x4VtZKfoAWKL1FlUvTAc44w503MOGGcd { color:rgba(var(--color-primary-2),1);display:block;width:14.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:32.875rem;left:30rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Rf6TMOOWvomfCN9tA4zuweH6HQvfw8Wi { color:rgba(var(--color-secondary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0rem;left:45.655818939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OcnDraTZz3hRl7U5bdzkJZlERERJRIX4 { position:absolute;display:block;z-index:15025;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6875rem;left:45.625rem;display:block; }
#n5gRlOSSN7K7mSG0Aqupr3XmPWPIu970 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.875rem;width:13.5rem;top:3.625rem;left:45.6875rem;overflow:hidden;display:block; }
#A5IOAGBv5iUNbuQ0vvynrlnsDlRiChDT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:13.3125rem;left:45.5625rem;height:17.8678125rem;text-align:center;text-align-last:center;display:block; }
#yypXANLT4V7aW1APU7J5c9ex87zh2Gkk { color:rgba(var(--color-primary-2),1);display:block;width:14.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:32.875rem;left:45rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t { position:relative;display:block; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t { background-color: transparent; background-image: none; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row .container > .video-iframe-container { display: none; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row > .video-iframe-container { display: none; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .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); }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t { border-width: 0; border-radius: 0; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yp43tzQNQXybqASIiqMK06W5TXG6qr74 { position:absolute;display:block;z-index:15030;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:0.625rem;display:block; }
#WSf3ZqPOXXhGMcRmhzr72L4L0GNp6I6N { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.9375rem;width:13.375rem;top:4.9375rem;left:0.6875rem;overflow:hidden;display:block; }
#NLlQfQuiA1TyL13oxOO32OehE76idKDh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.5625rem;height:16.2435rem;text-align:center;text-align-last:center;display:block; }
#nZ5NumvXGG2wTfMxQbannl1idtrey6pe { position:absolute;display:block;z-index:15035;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:15.625rem;display:block; }
#mqSynNuaKKqEKJEQNoSX0ihSPHUoNRuL { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.875rem;width:13.3125rem;top:4.9375rem;left:15.6875rem;overflow:hidden;display:block; }
#eaRRcTBt58HDXVpyUlnf058vAdOp5se0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.5625rem;height:22.740875rem;text-align:center;text-align-last:center;display:block; }
#hDFCgNH3XSEFQpf9s8mwGVcguDvh9Mtm { position:absolute;display:block;z-index:15040;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:30.625rem;display:block; }
#SisP1qTK9wIFyQFVeJdTvXzkfbfGyBmP { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.875rem;width:13.3125rem;top:4.9375rem;left:30.6875rem;overflow:hidden;display:block; }
#y8hg1nzNhpPCiDkXKbvE8ARDTbaPxmdd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.625rem;left:30.5625rem;height:22.740875rem;text-align:center;text-align-last:center;display:block; }
#ewsJ1eR4qRx69nL8oh6zA4hwQsu2e7T1 { position:absolute;display:block;z-index:15045;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:45.625rem;display:block; }
#EaMmXZ1PTA4bgZGn77xOuslpgBBw8F2d { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.8125rem;width:13.1875rem;top:4.9375rem;left:45.6875rem;overflow:hidden;display:block; }
#UChh38284077nkQHnRcaEI6RlCQnEG0F { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:14.625rem;left:45.5625rem;height:17.8678125rem;text-align:center;text-align-last:center;display:block; }
#EAZgK6iH4VdK2lAxWM8P8d1UGGNkDLqb { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:38.0625rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#UL42oS2QCvTQQdodZfsfCfs6tLM8DlNH { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:38.0625rem;left:15rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#T0xlTVrmZiy10qeOWnZs017hGk3BUI9P { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:38.0625rem;left:30rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ZlQOpHrQAVatzA9agG7ZLBu16f04HJ5G { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:38.0625rem;left:45rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#oVy4fI8cciPVgP7EzFSNoRCSlMQQcVrC { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.3877983093262rem;left:0.718318939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UAxmRZUXsqJTdRl2wV6xpuWpMf3gGCIm { color:rgba(var(--color-secondary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.3878059387207rem;left:15.625003814698rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuOutQ8zmtnJxTZxg70xffCxGM6sKABK { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.3878059387207rem;left:30.718318939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ruaWsm5R7RRHIsrpuHl1fTadK9CQTq1i { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:1.3878059387207rem;left:45.718318939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 { 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; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row .container { background-color: transparent; background-image: none; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row .container > .video-iframe-container { display: none; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row > .video-iframe-container { display: none; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .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); }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row .container { border-width: 0; border-radius: 0; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#Vq0i1495de80wTE64TNfwWMoELTES5vP { color:rgba(var(--color-secondary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7491302490234rem;left:39.500221252441rem;height:3.24978125rem;font-style:normal;display:block; }
#yaGRRCcEVXQJOTBrWx2Rs0VzkyZPt76k { color:rgba(var(--color-secondary-4),1);display:block;width:53.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6861972808837rem;left:6.1252174377441rem;height:31.84024375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mOaA0m2Q8HkRf401tNQfNBrvCzU2AIl0 { position:absolute;display:block;z-index:15002;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:32.125rem;top:5.7552070617676rem;left:27.8125rem;display:block; }
#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/FnKwFd9B/Lake_BC.jpg");background-position: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; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.adaptive-delivery-prevent-bg, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyload, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyloading { background-image: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { background-color: transparent; background-image: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container > .video-iframe-container { display: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row > .video-iframe-container { display: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .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); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { border-width: 0; border-radius: 0; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl::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; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#D8QtcQUJ8w3axvlWZASRTkCe9LedBzCQ { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:8.9973850250244rem;left:16.875rem;height:5.52300625rem;text-align:center;text-align-last:center;display:block; }
#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG { 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; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { background-color: transparent; background-image: none; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container > .video-iframe-container { display: none; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row > .video-iframe-container { display: none; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .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); }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { border-width: 0; border-radius: 0; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#S6tXqDIAhoWOViK7r1ut71QTKSNO0LFo { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5ETNVfE3c93IK9EcoI7KguqehpHAqqA { position:absolute;display:block;z-index:15003;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:60rem;top:2.25rem;left:0rem;display:block; }
#HBZDTUPOzrg0KVWE5y6PRTIyhBu8xvmc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:56.375rem;top:5.875rem;left:1.8125rem;overflow:hidden;display:block; }
#m0rZ7hJIPS6PT4OVg6bJRVwfB7JUkATA { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:54.375rem;top:6.6875rem;left:2.75rem;display:block; }
#h2LFvFBrLLU7nTTrTDMFmy6pHSGEBCkK { color:rgba(var(--color-tertiary-0),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.25rem;left:4.1875rem;height:13.0794375rem;text-align:center;text-align-last:center;display:block; }
#PHFF53xZKuT86ZGpUyQeA1TmlhsFm8Z2 { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.375rem;left:11.75rem;height:2.11263125rem;display:block; }
#s2gIOl6gQZcvg1KTZ8F0XHL4SIuk5Igz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:22.1875rem;left:30rem;height:6.578775rem;text-align:center;text-align-last:center;display:block; }
#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm { 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; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { background-color: transparent; background-image: none; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container > .video-iframe-container { display: none; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row > .video-iframe-container { display: none; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .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); }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { border-width: 0; border-radius: 0; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#Cudbh5ywVJacJtKVWbdKgn6KsLOqKpu2 { color:rgba(var(--color-secondary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9SF8qAlxTQtpZ8ndDzmzwgzUhsfV25e { position:absolute;display:block;z-index:15004;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.8125rem;left:0rem;display:block; }
#fP5H0hE2vOealRtomuHBpEJed38E863U { position:absolute;display:block;z-index:15005;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.8125rem;left:29.999996185302rem;display:block; }
#dXRQSXhgfbVVIXIRTxpqlGlPdvsmFCOD { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.215624809265rem;left:31.906246185302rem;height:22.42185rem;text-align:center;text-align-last:center;display:block; }
#Gp76dvD6UaCNVXTm9zbtHCEGqcVlIctn { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.281249046326rem;left:34.187496185302rem;height:7.31120625rem;text-align:center;text-align-last:center;display:block; }
#RTD9JdlzBeRQPqKiMJwSqbkKo0iQ2wPF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:28.125rem;top:4.03125rem;left:30.937496185302rem;overflow:hidden;display:block; }
#I8ylMwcMMpHPV1aoR3g2FyM47X4GPv3w { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:26.25rem;top:4.9687614440918rem;left:31.874996185302rem;display:block; }
#QVuDZ6goEBxtBw1VG7EZ62cfzT5JKBMp { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29.665625572204rem;left:31.874996185302rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#AoNtKmO9Z6hCQSQ9EgZJyAEE9fL0FHV5 { 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:42.1875rem;width:28.125rem;top:4.03125rem;left:0.9375rem;overflow:hidden;display:block; }
#Vh5hmiLc8mOEDJOriyXUJockcA6551hx { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:26.25rem;top:4.96875rem;left:1.875rem;display:block; }
#huTgJkRl11N6ClytRwy68yyXU0BZUtJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.215624809265rem;left:1.875rem;height:17.5390625rem;text-align:center;text-align-last:center;display:block; }
#lbE3uXcVGvqaEJ4miMByOR0FkLBx4t7t { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.053126335144rem;left:1.875rem;height:5.52300625rem;text-align:center;text-align-last:center;display:block; }
#pnuko3KQXZkzIFIfDJq3ZGgbfI1uMn7i { color:rgba(var(--color-secondary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:29.999996185302rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QE60GIck/Wasserflugzeug_Kanada.jpg");background-position: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; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.adaptive-delivery-prevent-bg, #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.lazyload, #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.lazyloading { background-image: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { background-color: transparent; background-image: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container > .video-iframe-container { display: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row > .video-iframe-container { display: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .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); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { border-width: 0; border-radius: 0; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F::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; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me { 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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { background-color: transparent; background-image: none; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container > .video-iframe-container { display: none; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row > .video-iframe-container { display: none; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .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); }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { border-width: 0; border-radius: 0; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#PgFJvmpRZAGGbWh1BCUWkKNk9gBg1uOo { color:rgba(var(--color-secondary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w40A9cqkvEhMQCA94nEvfnmGzTa0zoNQ { position:absolute;display:block;z-index:15004;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:60rem;top:1.5rem;left:0rem;display:block; }
#LMeg5gPFspIhsvGblOeaCvfRAwauK7WR { color:rgba(var(--color-secondary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3062477111816rem;left:4.78125rem;height:16.4898125rem;text-align:center;text-align-last:center;display:block; }
#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz { position:relative;display:block; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz { background-color: transparent; background-image: none; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row .container > .video-iframe-container { display: none; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row > .video-iframe-container { display: none; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .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); }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz { border-width: 0; border-radius: 0; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AkpDDX0T3RCg6mpURbCM3m2iqqAoMRUp { position:absolute;display:block;z-index:15030;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:0.625rem;display:block; }
#sfXHdPf5SibRP9Wo4pQH1kbWDGiqFUAX { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.125rem;width:13.8125rem;top:4.9370651245117rem;left:0.68684768676756rem;overflow:hidden;display:block; }
#sZot7l8rtkkrBEdPQcDdBdX70vUHN6g3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.5625rem;height:22.740875rem;text-align:center;text-align-last:center;display:block; }
#yP8OX1nphOvm2xkaid4Gv5DLgD7JKpDP { position:absolute;display:block;z-index:15035;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:15.625rem;display:block; }
#LKanOTU7q9FbByaN9fKsRyTLnHGkD9km { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.3120625rem;width:14.0625rem;top:4.8404951095581rem;left:15.46875rem;overflow:hidden;display:block; }
#Xmx48Tl1dPZwGvQlmZGqfwVJU8ZK6MGT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.5625rem;height:22.74085rem;text-align:center;text-align-last:center;display:block; }
#kFzXaZQa7qWcoq7Gl5EtA5aWasEAQ8vK { position:absolute;display:block;z-index:15040;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:30.625rem;display:block; }
#CUJf5eO95f4TxIth9WXtpNwH2kdaRi8L { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.3120625rem;width:14.1873125rem;top:4.9359812736511rem;left:30.404731750488rem;overflow:hidden;display:block; }
#KCE5P2P9TvdZ2rKHGKNWM5NvNIhWBhJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.625rem;left:30.5625rem;height:17.86785rem;text-align:center;text-align-last:center;display:block; }
#gi1GEAM7KBA5Mdw42tKZzmb25D0J3n4a { position:absolute;display:block;z-index:15045;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:4rem;left:45.625rem;display:block; }
#mEehRexHL5T6oTQ9EVdMNqzfH5KiCHAl { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.3120625rem;width:14.0625rem;top:4.9359807968139rem;left:45.46875rem;overflow:hidden;display:block; }
#XBhfTl5DIaQex5CR64weTeEeeGl4sVpw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:14.625rem;left:45.5625rem;height:17.8678125rem;text-align:center;text-align-last:center;display:block; }
#WnMPIsxeXL2giRrzeQpFawaHCn8Nlllf { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:38.8125rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#TrCk1TGyMtHkT9wmv442N4ZzsV3THopP { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:38.8125rem;left:15.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Ea1xfZfTSPVwqGppb2K5JRTIMEGqitQ2 { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:38.8125rem;left:30rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#GQWGJEdZQRt1kFJK2QITpUBZhHz60iHI { color:rgba(var(--color-primary-2),1);display:block;width:14.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:38.8125rem;left:45rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#VTXHwc27lmrTpZastqcq29ofTk2rFiLV { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.3877983093262rem;left:0.718318939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHv4SOeb6xQlTNJyKG0tTsa3BdiBtt9I { color:rgba(var(--color-secondary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.3878059387207rem;left:15.625003814698rem;height:2.3556875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mclXRVWwIcTD0QPhMGFEsbHXPR0yFynk { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.3878059387207rem;left:30.718318939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P9vHsWWuU6lcFZqNnQkKgz6ciehfwQaf { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:1.3878059387207rem;left:45.718318939209rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 { 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; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { background-color: transparent; background-image: none; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container > .video-iframe-container { display: none; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row > .video-iframe-container { display: none; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .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); }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { border-width: 0; border-radius: 0; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#ZiQnSmi8lnAZDnszWZKR5dbkOuA5pLrh { color:rgba(var(--color-secondary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.071878433227537rem;left:29.999996185302rem;height:2.11263125rem;font-style:normal;display:block; }
#NSh99icTVy5efK4brwGr7DlDricbqEiW { 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:19.3125rem;width:29.25rem;top:3.4093742370606rem;left:0.375rem;overflow:hidden;display:block; }
#d6pDqdq5NtEg50m3Z8GcTf1pTNGdkhB6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:29.25rem;top:3.4093742370606rem;left:30.374996185302rem;overflow:hidden;display:block; }
#q3mZkrBML9nkI641kOaTIUvGsvkdOT6V { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:27.6875rem;top:4.1281242370606rem;left:1.15625rem;display:block; }
#F68GTUtTD8wOge5qND8XURXN7EcSdCI7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.2156238555906rem;left:2.03125rem;height:11.692725rem;display:block; }
#iE368xfpMAHkbWuQhhwTC6GTTwcrkGdg { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:27.6875rem;top:4.1281242370606rem;left:31.156246185302rem;display:block; }
#DXT6PQSsyikmgzkZuWdIVLvWDP5z06Bq { color:rgba(var(--color-secondary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.11263125rem;font-style:normal;display:block; }
#nrQafm8TfDEUeDh8QApSyl7vLTHnPXPm { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.2156257629394rem;left:32.312496185302rem;height:11.692725rem;display:block; }
#PVueqzrnOOIJTD79awnBJCRBu2bF7tmD { position:absolute;display:block;z-index:15005;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.1843681335449rem;left:0rem;display:block; }
#PwkgO4rbn1H4I2NsEPf0fKOOCUl0GCk2 { position:absolute;display:block;z-index:15006;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.1843757629394rem;left:29.999996185302rem;display:block; }
#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia { 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; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row .container { background-color: transparent; background-image: none; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row .container > .video-iframe-container { display: none; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row > .video-iframe-container { display: none; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .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); }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row .container { border-width: 0; border-radius: 0; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#TuGHwf4nfFBU3T98E2ac0dGpfQJtAkTe { color:rgba(var(--color-secondary-4),1);display:block;width:11.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:24.312068939209rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mzbbn4Cc9GW6FrkJe4RyCZ1SfOVHQ2Js { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4kStTXGzPkLlq7nFI5FRrV4SBpaOTMM { position:absolute;display:block;z-index:15002;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:3.6241321563721rem;left:20.625003814698rem;display:block; }
#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 { position:relative;display:block; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 { background-color: transparent; background-image: none; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row .container > .video-iframe-container { display: none; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row > .video-iframe-container { display: none; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .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); }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 { border-width: 0; border-radius: 0; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NQqSVaXo5y0qIs3H4trRvhVm1hZbxOb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.311632156372rem;left:0.56206893920899rem;height:11.3704375rem;text-align:center;text-align-last:center;display:block; }
#IGxu7ecf2ioZvXysOVtsXbteswLM1vy5 { color:rgba(var(--color-secondary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0.625rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAat0DIViOu3ADdtZxJG8nSEP4nKS5iV { position:absolute;display:block;z-index:15010;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6790370941162rem;left:0.625rem;display:block; }
#c6kpbowsXBInqp9ceOVLWxdPLlQw3y0M { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.9375rem;width:13.375rem;top:3.6328125rem;left:0.718318939209rem;overflow:hidden;display:block; }
#Z9gkfyq51TFSC6gQEc8tknH67BSK3xA2 { color:rgba(var(--color-primary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#qw4Hu9AK78WzkLPSuPmDcSATryMisEsO { color:rgba(var(--color-secondary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:15.625003814698rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GuSB5gorTE6m2IVwRQI8ImAQ2XieT4Cf { position:absolute;display:block;z-index:15015;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6875rem;left:15.625rem;display:block; }
#Ay3QA5JAcNTlafWCmfMgGqkQC1gH3HuP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.875rem;width:13.3125rem;top:3.625rem;left:15.6875rem;overflow:hidden;display:block; }
#Dxpk3dxEGWTaTrepT2vby24VEcbAKu52 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15.5625rem;height:8.12175rem;text-align:center;text-align-last:center;display:block; }
#FEfDg7mXAT7pCqo0ufNv70ERU53CRqdw { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:25.3125rem;left:15rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ao4iPKQafpHHHd0TTQocwRGUuAdJ5TXH { color:rgba(var(--color-secondary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:0rem;left:30.625003814698rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hee2aIyuQSz64qaPNaaHO9NfX7uLhEiF { position:absolute;display:block;z-index:15020;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6875rem;left:30.625rem;display:block; }
#ImTmbS14NnAc1BV3eN68bUwZHiKQmFBU { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.8125rem;width:13.3125rem;top:3.625rem;left:30.6875rem;overflow:hidden;display:block; }
#uof3CTzPxeVGfQVkbZhBXDIgSIMLEuXT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13.3125rem;left:30.5625rem;height:6.497375rem;text-align:center;text-align-last:center;display:block; }
#JgrZlKDZq4OcT5c486OheOockJ6DUdZK { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.3125rem;left:30rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#MThdZTbN5kzFxcxQVubdXWEhPlRvzJ3M { color:rgba(var(--color-secondary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0rem;left:45.562503814698rem;height:2.3556875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6Uv3rSMghyMDJD4AXzS6fUcm6E563RQ { position:absolute;display:block;z-index:15025;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:13.75rem;top:2.6875rem;left:45.625rem;display:block; }
#hHZWWStFbPFCCpF6s0qJogwOSG7z8xvC { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.8125rem;width:13.1875rem;top:3.625rem;left:45.6875rem;overflow:hidden;display:block; }
#wG6QRnsZPE2fA1zvI9uU3GSOHsKMAB2R { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:13.3125rem;left:45.5625rem;height:8.12175rem;text-align:center;text-align-last:center;display:block; }
#MP9rOJka4RmMUVEunt3N1nhZ2IZfHXCe { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:25.3125rem;left:45rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#yWTsXORX4FebNI84XErSbUo2nUi2e5TT { 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; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row .container { background-color: transparent; background-image: none; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row .container > .video-iframe-container { display: none; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row > .video-iframe-container { display: none; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .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); }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row .container { border-width: 0; border-radius: 0; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:60rem;position:relative;display:block; }#eSnEBXMpsNuvlasyzqTT1rsMuaRn3BVx { color:rgba(var(--color-secondary-4),1);display:block;width:39.124375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:10.436199188233rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEQzkFqo3yxPK9T2STQHtxtGsFZ74SXe { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzXfiRTQnFoIGKmT1Ob2Jt11UuHOTSM4 { position:absolute;display:block;z-index:15002;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:3.6241321563721rem;left:20.625003814698rem;display:block; }
#E9Kx1nmt8rkkBGe8QFuVrhGSVGv9G9Of { color:rgba(var(--color-tertiary-4),1);display:block;width:59.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5021705627444rem;left:0.34288024902344rem;height:59.7959875rem;display:block; }
#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d7IfpJz7/Wandern_NP.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; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.adaptive-delivery-prevent-bg, #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.lazyload, #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ.lazyloading { background-image: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { background-color: transparent; background-image: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container > .video-iframe-container { display: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container { display: none; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .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); }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { border-width: 0; border-radius: 0; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ::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; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#vMrGUBGTQyVvaH6RQ1UZnOPpa4gHvuf6 { color:rgba(var(--color-primary-2),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#yB6Tb1JqR4c2iizTZEuHgQcL9TMgk7uc { color:rgba(var(--color-primary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.375rem;left:23.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#xH0t1k2k7Paa7lKcya7xR12nR5DkdWek { color:rgba(var(--color-primary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.375rem;left:53.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#hAuBiJ1DSZsUKx8vFb5LznZ9429wDLLO { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:6.2437496185303rem;left:26.968746185302rem;display:block; }
#ESaRsaO9cChpXdezrcEvyRIsr07LNO7F { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.234376907349rem;left:10.25rem;height:3.6556rem;display:block; }
#cuc7MFVkOPgyCZX6HLW8W0qrTL9d9kyD { color:rgba(var(--color-primary-2),1);display:block;width:24.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.080730438233rem;left:17.530384063721rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr { display:block; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #odU19GBA8dz388ryFaIR1bo7v0o3s8Zq { width:47.75rem;height:0.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #y8mQ15a6viDw8nTuyRRk4RlZdtWSHnuT { width:47.75rem;height:5.28125rem;top:3.3750013336539rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mLJnSlPF3CGTafFuOZ2HWy0LQbZLkTKC { width:1.9375rem;height:1.9375rem;top:0rem;left:15.529166221619rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BLJpv3OhJzIeTlIo2WiSyk5qZTDQJDvh { width:8.0625rem;height:1.13606875rem;top:0.4375rem;left:17.420832633972rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oTcOcrTR1VSb7TiTBQpOUXRcdrc3olmh { width:1.9375rem;height:1.9375rem;top:0rem;left:25.608332633972rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kX5uh5Wb5iu0AcvoulprOFcesTFATQDJ { width:10.5625rem;height:1.13606875rem;top:0.4375rem;left:27.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JLW9ZZL1hQTWoVKSmsoTFROkV38zE3Xo { width:38.186875rem;height:3.89756875rem;top:7.9991302490238rem;left:4.7808163166046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #pfJOis2QCOIg5GmrXrCpgyD88C5NFLMU { width:38.75rem;height:0.5rem;top:5.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xfP2WwxmIDRlboykWMJW94txJzxVucX8 { width:47.75rem;height:1.62435rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZqAM0ObZH1siCP9RdP5C87LJeH79Xv49 { width:17.5rem;height:3.4375rem;top:16.061195373535rem;left:15.123698949814rem;display:block; }
 }@media only screen and (max-width: 959px) { #nzSr1Gl9U43pbnzorPLUPvbkwv9M6Dvp { display:block; }
 }@media only screen and (max-width: 959px) { #uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM { display:block; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HOrOpJm6nqL5KNvE2EhKNTy5GsoUG3OQ { width:11.375rem;height:3.25rem;top:1.2593631744385rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #mQveEPdbzXUWlgV0ar64EpHzawNl8OOw { width:47.75rem;height:22.74305625rem;top:5.7593631744385rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZGQ9Q9FGvWNeUwPffE2lW0qzB3X7T2FK { width:18.75rem;height:0.3125rem;top:4.340612411499rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL { display:block; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yLiGdXxEPOQzk2Llxcgt9gL7IPnWfDSH { width:11.375rem;height:3.25rem;top:1.2593631744385rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PK3eTzNT8x89D0RUaJ7TOCm4rSJNxzEP { width:47.7485rem;height:2.27430625rem;top:6.2847366333006rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #LgGfNxfAalIXfrHR6vM4l9cw3nSaGtet { width:18.75rem;height:0.3125rem;top:4.340612411499rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 { display:block; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OmOqRgnvHU7W5Ey3X7in4TZ3Z5SbIqDc { width:11.6875rem;height:14.62675rem;top:14.123264312744rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OgRSE5i7MbBSHD5VZk0NHuGeHpOfrE05 { width:13.1875rem;height:2.68120625rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aePm8CqEiZdCKrw7yIRmISVIq3QQBo86 { width:13.75rem;height:0.3125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DpGPzc38SuCe9kxdUsMM1HSRmmuqJuoR { width:11.5625rem;height:7.6248125rem;top:3.6523427963257rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 959px) { #y2D1ty2HZRWJRm8GWQHGhCEpm1cvtsdM { width:10.999375rem;height:1.21853125rem;top:32.993709564209rem;left:0.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ut1H9rsDodVd1qWKJCDwvbzrp4QQWFJo { width:12.3125rem;height:2.68120625rem;top:0rem;left:11.874349117279rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #A89JzbCOHivRJ8Q7cKnEZKWtDhfTg424 { width:13.75rem;height:0.3125rem;top:2.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MCoCxy9hLiwgOh4LbwMekwiGUbuJuaRX { width:11.5625rem;height:7.6875rem;top:3.6241149902344rem;left:12.124349355698rem;display:block; }
 }@media only screen and (max-width: 959px) { #EqCDzyucP35Ioo3VbtpeTw4lLhoNQ1Oz { width:11.8125rem;height:16.0894375rem;top:14.123264312744rem;left:12.060981035232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T5us3Rn9SisOvLiPQCGMdAGQQfNNhGwy { width:10.625rem;height:1.21853125rem;top:32.993709564209rem;left:12.593316555023rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #olWtM1ooh1cOOEVhicXEdZO1UyqwbXZn { width:12.25rem;height:2.68120625rem;top:0rem;left:23.874783992768rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hos6V6kanM4Ix6Bzxaz8RH77PFefSBQG { width:13.75rem;height:0.3125rem;top:2.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KkQAIlVVmEB6JnPDDkThuGiwgftuIObM { width:11.5625rem;height:7.6875rem;top:3.6241149902344rem;left:24.062284231186rem;display:block; }
 }@media only screen and (max-width: 959px) { #AMn1lgJgxEtpi9aeoR2yvdtJxzHgzsTQ { width:11.75rem;height:17.5520625rem;top:14.123264312744rem;left:24.061415195465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #x4VtZKfoAWKL1FlUvTAc44w503MOGGcd { width:11.436625rem;height:1.21853125rem;top:32.993709564209rem;left:24.123265743256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rf6TMOOWvomfCN9tA4zuweH6HQvfw8Wi { width:11.8125rem;height:2.68120625rem;top:0rem;left:35.812285900116rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OcnDraTZz3hRl7U5bdzkJZlERERJRIX4 { width:13.75rem;height:0.3125rem;top:2.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #n5gRlOSSN7K7mSG0Aqupr3XmPWPIu970 { width:11.75rem;height:7.6875rem;top:3.6241149902344rem;left:35.936631917954rem;display:block; }
 }@media only screen and (max-width: 959px) { #A5IOAGBv5iUNbuQ0vvynrlnsDlRiChDT { width:11.8125rem;height:17.5520625rem;top:14.124345779419rem;left:35.875001430511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yypXANLT4V7aW1APU7J5c9ex87zh2Gkk { width:11.8120625rem;height:1.21853125rem;top:32.993709564209rem;left:35.811633586884rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t { display:block; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yp43tzQNQXybqASIiqMK06W5TXG6qr74 { width:13.75rem;height:0.3125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #WSf3ZqPOXXhGMcRmhzr72L4L0GNp6I6N { width:11.75rem;height:7.75rem;top:4.9370727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NLlQfQuiA1TyL13oxOO32OehE76idKDh { width:11.75rem;height:16.0894375rem;top:15.227865695953rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nZ5NumvXGG2wTfMxQbannl1idtrey6pe { width:13.75rem;height:0.3125rem;top:4rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mqSynNuaKKqEKJEQNoSX0ihSPHUoNRuL { width:11.5625rem;height:7.625rem;top:4.9370727539062rem;left:12.187066793442rem;display:block; }
 }@media only screen and (max-width: 959px) { #eaRRcTBt58HDXVpyUlnf058vAdOp5se0 { width:11.8125rem;height:21.940125rem;top:15.227865695953rem;left:12.060981035232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hDFCgNH3XSEFQpf9s8mwGVcguDvh9Mtm { width:13.75rem;height:0.3125rem;top:4rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SisP1qTK9wIFyQFVeJdTvXzkfbfGyBmP { width:11.5rem;height:7.625rem;top:4.9370727539062rem;left:24.18750166893rem;display:block; }
 }@media only screen and (max-width: 959px) { #y8hg1nzNhpPCiDkXKbvE8ARDTbaPxmdd { width:11.875rem;height:21.940125rem;top:15.227865695953rem;left:23.936415195465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ewsJ1eR4qRx69nL8oh6zA4hwQsu2e7T1 { width:13.75rem;height:0.3125rem;top:4rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #EaMmXZ1PTA4bgZGn77xOuslpgBBw8F2d { width:11.375rem;height:7.5625rem;top:4.9370727539062rem;left:35.999566793442rem;display:block; }
 }@media only screen and (max-width: 959px) { #UChh38284077nkQHnRcaEI6RlCQnEG0F { width:11.75rem;height:19.01475rem;top:15.227865219116rem;left:35.937501430511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EAZgK6iH4VdK2lAxWM8P8d1UGGNkDLqb { width:11.624375rem;height:1.21853125rem;top:39.828560352326rem;left:0.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UL42oS2QCvTQQdodZfsfCfs6tLM8DlNH { width:11.5625rem;height:1.21853125rem;top:39.828560352326rem;left:12.310981035232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #T0xlTVrmZiy10qeOWnZs017hGk3BUI9P { width:11.0623125rem;height:1.21853125rem;top:39.828560352326rem;left:24.312066555023rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZlQOpHrQAVatzA9agG7ZLBu16f04HJ5G { width:10rem;height:1.21853125rem;top:39.828560352326rem;left:36.780601024628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oVy4fI8cciPVgP7EzFSNoRCSlMQQcVrC { width:13.1875rem;height:2.68120625rem;top:1.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UAxmRZUXsqJTdRl2wV6xpuWpMf3gGCIm { width:10.1875rem;height:2.68120625rem;top:1.3118438720703rem;left:11.999783992767rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HuOutQ8zmtnJxTZxg70xffCxGM6sKABK { width:11.4375rem;height:2.68120625rem;top:1.3888893127441rem;left:23.873698711395rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ruaWsm5R7RRHIsrpuHl1fTadK9CQTq1i { width:11.75rem;height:2.68120625rem;top:1.3888893127441rem;left:35.937716960907rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 { display:block; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row .container { width:47.75rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Vq0i1495de80wTE64TNfwWMoELTES5vP { width:11.375rem;height:6.4995625rem;top:1.2593631744385rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #yaGRRCcEVXQJOTBrWx2Rs0VzkyZPt76k { width:47.7495625rem;height:34.11455625rem;top:9.4455299377444rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #mOaA0m2Q8HkRf401tNQfNBrvCzU2AIl0 { width:18.75rem;height:0.3125rem;top:4.340612411499rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl { display:block; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #D8QtcQUJ8w3axvlWZASRTkCe9LedBzCQ { width:22.436rem;height:5.52300625rem;top:8.703327178955rem;left:12.656250715256rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG { display:block; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #S6tXqDIAhoWOViK7r1ut71QTKSNO0LFo { width:47.75rem;height:2.51844375rem;top:2.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #G5ETNVfE3c93IK9EcoI7KguqehpHAqqA { width:47.75rem;height:0.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HBZDTUPOzrg0KVWE5y6PRTIyhBu8xvmc { width:47.75rem;height:21.25rem;top:4.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #m0rZ7hJIPS6PT4OVg6bJRVwfB7JUkATA { width:46.4375rem;height:19.5rem;top:5.71875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h2LFvFBrLLU7nTTrTDMFmy6pHSGEBCkK { width:45.375rem;height:13.6545rem;top:6.3500032424925rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PHFF53xZKuT86ZGpUyQeA1TmlhsFm8Z2 { width:18.3125rem;height:1.9487875rem;top:21.390628814698rem;left:5.2593746185303rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #s2gIOl6gQZcvg1KTZ8F0XHL4SIuk5Igz { width:19.4375rem;height:5.3613375rem;top:19.8125rem;left:23.57187461853rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm { display:block; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Cudbh5ywVJacJtKVWbdKgn6KsLOqKpu2 { width:6.0625rem;height:2.68125rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #s9SF8qAlxTQtpZ8ndDzmzwgzUhsfV25e { width:13.75rem;height:0.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fP5H0hE2vOealRtomuHBpEJed38E863U { width:13.75rem;height:0.3125rem;top:2.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dXRQSXhgfbVVIXIRTxpqlGlPdvsmFCOD { width:23.0625rem;height:26.15885rem;top:9.3124942779544rem;left:24.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Gp76dvD6UaCNVXTm9zbtHCEGqcVlIctn { width:21.625rem;height:7.31120625rem;top:34.349992752075rem;left:25.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RTD9JdlzBeRQPqKiMJwSqbkKo0iQ2wPF { width:23.5rem;height:35.375rem;top:7.40625rem;left:24.251041412354rem;display:block; }
 }@media only screen and (max-width: 959px) { #I8ylMwcMMpHPV1aoR3g2FyM47X4GPv3w { width:22.4375rem;height:34.25rem;top:8.1875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QVuDZ6goEBxtBw1VG7EZ62cfzT5JKBMp { width:23.375rem;height:2.11263125rem;top:31.809370040894rem;left:24.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AoNtKmO9Z6hCQSQ9EgZJyAEE9fL0FHV5 { width:23.5rem;height:35.375rem;top:7.40625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vh5hmiLc8mOEDJOriyXUJockcA6551hx { width:22.4375rem;height:34.25rem;top:7.9375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #huTgJkRl11N6ClytRwy68yyXU0BZUtJZ { width:21.1875rem;height:21.436625rem;top:9.3125009536744rem;left:1.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lbE3uXcVGvqaEJ4miMByOR0FkLBx4t7t { width:22.4375rem;height:5.52300625rem;top:34.143751144409rem;left:0.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pnuko3KQXZkzIFIfDJq3ZGgbfI1uMn7i { width:6.0625rem;height:2.68125rem;top:0rem;left:23.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F { display:block; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me { display:block; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PgFJvmpRZAGGbWh1BCUWkKNk9gBg1uOo { width:47.75rem;height:3.00625rem;top:1.625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #w40A9cqkvEhMQCA94nEvfnmGzTa0zoNQ { width:47.75rem;height:0.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LMeg5gPFspIhsvGblOeaCvfRAwauK7WR { width:47.75rem;height:16.4898125rem;top:5.6875009536743rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz { display:block; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AkpDDX0T3RCg6mpURbCM3m2iqqAoMRUp { width:13.75rem;height:0.3125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sfXHdPf5SibRP9Wo4pQH1kbWDGiqFUAX { width:11.5625rem;height:7.625rem;top:4.8741302490234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sZot7l8rtkkrBEdPQcDdBdX70vUHN6g3 { width:11.75rem;height:21.940125rem;top:15.227865695953rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yP8OX1nphOvm2xkaid4Gv5DLgD7JKpDP { width:13.75rem;height:0.3125rem;top:4rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LKanOTU7q9FbByaN9fKsRyTLnHGkD9km { width:11.75rem;height:7.75rem;top:4.8122711181641rem;left:12.062283277512rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xmx48Tl1dPZwGvQlmZGqfwVJU8ZK6MGT { width:11.8125rem;height:20.47743125rem;top:15.227865695953rem;left:12.060981035232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kFzXaZQa7qWcoq7Gl5EtA5aWasEAQ8vK { width:13.75rem;height:0.3125rem;top:4rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CUJf5eO95f4TxIth9WXtpNwH2kdaRi8L { width:11.6875rem;height:7.625rem;top:4.8741302490234rem;left:23.999349355698rem;display:block; }
 }@media only screen and (max-width: 959px) { #KCE5P2P9TvdZ2rKHGKNWM5NvNIhWBhJ7 { width:11.875rem;height:17.55205625rem;top:15.227865695953rem;left:23.936415195465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gi1GEAM7KBA5Mdw42tKZzmb25D0J3n4a { width:13.75rem;height:0.3125rem;top:4rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #mEehRexHL5T6oTQ9EVdMNqzfH5KiCHAl { width:11.75rem;height:7.75rem;top:4.8741302490234rem;left:35.937066793442rem;display:block; }
 }@media only screen and (max-width: 959px) { #XBhfTl5DIaQex5CR64weTeEeeGl4sVpw { width:11.75rem;height:17.5520625rem;top:15.227865219116rem;left:35.937501430511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WnMPIsxeXL2giRrzeQpFawaHCn8Nlllf { width:11.624375rem;height:1.21853125rem;top:39.828560352326rem;left:0.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TrCk1TGyMtHkT9wmv442N4ZzsV3THopP { width:11.5625rem;height:1.21853125rem;top:39.828560352326rem;left:12.310981035232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ea1xfZfTSPVwqGppb2K5JRTIMEGqitQ2 { width:11.0623125rem;height:1.21853125rem;top:39.828560352326rem;left:24.312066555023rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GQWGJEdZQRt1kFJK2QITpUBZhHz60iHI { width:10rem;height:1.21853125rem;top:39.828560352326rem;left:36.780601024628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VTXHwc27lmrTpZastqcq29ofTk2rFiLV { width:13.125rem;height:2.68120625rem;top:1.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vHv4SOeb6xQlTNJyKG0tTsa3BdiBtt9I { width:10.186625rem;height:1.8684875rem;top:1.7806072235107rem;left:11.936849355698rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mclXRVWwIcTD0QPhMGFEsbHXPR0yFynk { width:11.4375rem;height:2.68120625rem;top:1.3888893127441rem;left:23.873698711395rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #P9vHsWWuU6lcFZqNnQkKgz6ciehfwQaf { width:11.749125rem;height:2.11263125rem;top:1.6569080352783rem;left:35.904950857162rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 { display:block; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZiQnSmi8lnAZDnszWZKR5dbkOuA5pLrh { width:23.5625rem;height:2.11263125rem;top:2.184383392334rem;left:24.03125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NSh99icTVy5efK4brwGr7DlDricbqEiW { width:23.4375rem;height:15.4375rem;top:5.34375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d6pDqdq5NtEg50m3Z8GcTf1pTNGdkhB6 { width:23.4375rem;height:15.4375rem;top:5.34375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q3mZkrBML9nkI641kOaTIUvGsvkdOT6V { width:22.0625rem;height:14.125rem;top:6rem;left:24.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #F68GTUtTD8wOge5qND8XURXN7EcSdCI7 { width:21.625rem;height:10.722675rem;top:7.7000007629394rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #iE368xfpMAHkbWuQhhwTC6GTTwcrkGdg { width:22.0625rem;height:14.125rem;top:6rem;left:0.90625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 959px) { #DXT6PQSsyikmgzkZuWdIVLvWDP5z06Bq { width:23.75rem;height:4.2252625rem;top:0rem;left:0rem;font-size:1.625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 959px) { #nrQafm8TfDEUeDh8QApSyl7vLTHnPXPm { width:21.625rem;height:10.722675rem;top:7.7000007629394rem;left:25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PVueqzrnOOIJTD79awnBJCRBu2bF7tmD { width:13.75rem;height:0.3125rem;top:4.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PwkgO4rbn1H4I2NsEPf0fKOOCUl0GCk2 { width:13.75rem;height:0.3125rem;top:4.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PDvI9isocGeGJy5uvfrJ2giTBC6iAcia { display:block; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TuGHwf4nfFBU3T98E2ac0dGpfQJtAkTe { width:11.375rem;height:3.25rem;top:1.2593631744385rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mzbbn4Cc9GW6FrkJe4RyCZ1SfOVHQ2Js { width:47.7495625rem;height:2.27430625rem;top:4.5366687774658rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #x4kStTXGzPkLlq7nFI5FRrV4SBpaOTMM { width:18.75rem;height:0.3125rem;top:4.340612411499rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 { display:block; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row .container { width:47.75rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NQqSVaXo5y0qIs3H4trRvhVm1hZbxOb5 { width:11.875rem;height:14.619125rem;top:13.276910781861rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #IGxu7ecf2ioZvXysOVtsXbteswLM1vy5 { width:11.5625rem;height:1.62435rem;top:0.56206512451172rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #aAat0DIViOu3ADdtZxJG8nSEP4nKS5iV { width:13.75rem;height:0.3125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #c6kpbowsXBInqp9ceOVLWxdPLlQw3y0M { width:11.1870625rem;height:7.374125rem;top:3.6219615936279rem;left:0.37326389551162rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z9gkfyq51TFSC6gQEc8tknH67BSK3xA2 { width:11.8120625rem;height:1.62435rem;top:29.267578840256rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qw4Hu9AK78WzkLPSuPmDcSATryMisEsO { width:10.7498125rem;height:1.62435rem;top:0.40472984313965rem;left:11.936849117279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GuSB5gorTE6m2IVwRQI8ImAQ2XieT4Cf { width:13.75rem;height:0.3125rem;top:2.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ay3QA5JAcNTlafWCmfMgGqkQC1gH3HuP { width:11.1875rem;height:7.375rem;top:3.6241302490234rem;left:12.374349355698rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dxpk3dxEGWTaTrepT2vby24VEcbAKu52 { width:12rem;height:9.746125rem;top:13.438585281372rem;left:11.936849117279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FEfDg7mXAT7pCqo0ufNv70ERU53CRqdw { width:11.875rem;height:1.62435rem;top:29.267578840256rem;left:11.937283039093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ao4iPKQafpHHHd0TTQocwRGUuAdJ5TXH { width:11.311875rem;height:1.62435rem;top:0.40472984313965rem;left:23.873698711395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hee2aIyuQSz64qaPNaaHO9NfX7uLhEiF { width:13.75rem;height:0.3125rem;top:2.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ImTmbS14NnAc1BV3eN68bUwZHiKQmFBU { width:11.375rem;height:7.4375rem;top:3.6241302490234rem;left:24.124784231186rem;display:block; }
 }@media only screen and (max-width: 959px) { #uof3CTzPxeVGfQVkbZhBXDIgSIMLEuXT { width:11.875rem;height:8.12175rem;top:13.276910781861rem;left:23.936415195465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #JgrZlKDZq4OcT5c486OheOockJ6DUdZK { width:12rem;height:1.62435rem;top:29.267578840256rem;left:23.811415195465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MThdZTbN5kzFxcxQVubdXWEhPlRvzJ3M { width:11.8120625rem;height:1.62435rem;top:0.40472984313965rem;left:35.811633586884rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #J6Uv3rSMghyMDJD4AXzS6fUcm6E563RQ { width:13.75rem;height:0.3125rem;top:2.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #hHZWWStFbPFCCpF6s0qJogwOSG7z8xvC { width:11.1875rem;height:7.4375rem;top:3.6241302490234rem;left:36.186631917954rem;display:block; }
 }@media only screen and (max-width: 959px) { #wG6QRnsZPE2fA1zvI9uU3GSOHsKMAB2R { width:11.8125rem;height:9.746125rem;top:13.277994155884rem;left:35.875001430511rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MP9rOJka4RmMUVEunt3N1nhZ2IZfHXCe { width:11.749125rem;height:1.62435rem;top:29.267578840256rem;left:35.811633586884rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #yWTsXORX4FebNI84XErSbUo2nUi2e5TT { display:block; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row .container { width:47.75rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eSnEBXMpsNuvlasyzqTT1rsMuaRn3BVx { width:40.875rem;height:3.24978125rem;top:1.2586784362793rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #fEQzkFqo3yxPK9T2STQHtxtGsFZ74SXe { width:47.7495625rem;height:2.27430625rem;top:4.5366687774658rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #zzXfiRTQnFoIGKmT1Ob2Jt11UuHOTSM4 { width:18.75rem;height:0.3125rem;top:4.340612411499rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #E9Kx1nmt8rkkBGe8QFuVrhGSVGv9G9Of { width:47.7495625rem;height:70.195325rem;top:9.1861991882325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ { display:block; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vMrGUBGTQyVvaH6RQ1UZnOPpa4gHvuf6 { width:5.4375rem;height:1.7068125rem;top:24.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yB6Tb1JqR4c2iizTZEuHgQcL9TMgk7uc { width:13.25rem;height:1.7068125rem;top:24.375rem;left:17.186634063721rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xH0t1k2k7Paa7lKcya7xR12nR5DkdWek { width:6.125rem;height:1.7068125rem;top:24.375rem;left:41.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hAuBiJ1DSZsUKx8vFb5LznZ9429wDLLO { width:6.0625rem;height:6.0625rem;top:6.1875rem;left:20.843746185302rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ESaRsaO9cChpXdezrcEvyRIsr07LNO7F { width:39.5rem;height:3.65625rem;top:12.1875rem;left:4.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cuc7MFVkOPgyCZX6HLW8W0qrTL9d9kyD { width:24.875rem;height:1.38020625rem;top:26.0625rem;left:11.405384063721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr { display:block; }#L7BNNCi2ZoJV8unaAtkJQvGOky5UN7fr > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odU19GBA8dz388ryFaIR1bo7v0o3s8Zq { width:20rem;height:0.1875rem;top:1.8218746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8mQ15a6viDw8nTuyRRk4RlZdtWSHnuT { width:20rem;height:3.65625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJnSlPF3CGTafFuOZ2HWy0LQbZLkTKC { width:1.9375rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLJpv3OhJzIeTlIo2WiSyk5qZTDQJDvh { width:6.625rem;height:1.13606875rem;top:0.39999961853027rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTcOcrTR1VSb7TiTBQpOUXRcdrc3olmh { width:1.9375rem;height:1.9375rem;top:0rem;left:10.009375572204rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX5uh5Wb5iu0AcvoulprOFcesTFATQDJ { width:8.125rem;height:1.13606875rem;top:0.39999961853027rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/CWbHl2sf/BC_Landscape.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLW9ZZL1hQTWoVKSmsoTFROkV38zE3Xo { width:17.4375rem;height:11.6926875rem;top:14.434375762939rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfJOis2QCOIg5GmrXrCpgyD88C5NFLMU { width:20rem;height:0.56206625rem;top:8.9995665550231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfP2WwxmIDRlboykWMJW94txJzxVucX8 { width:20rem;height:3.2487rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqAM0ObZH1siCP9RdP5C87LJeH79Xv49 { width:17.5rem;height:3.4375rem;top:37.124568939209rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzSr1Gl9U43pbnzorPLUPvbkwv9M6Dvp { display:block; }
 }@media only screen and (max-width: 763px) { #uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM { display:block; }#uiDzxlm4J7aWRrN1ykDCo2koaReDKaPM > .row .container { width:20rem;height:56.045968994141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOrOpJm6nqL5KNvE2EhKNTy5GsoUG3OQ { width:11.25rem;height:3.25rem;top:7.62939453125E-6rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mQveEPdbzXUWlgV0ar64EpHzawNl8OOw { width:20rem;height:52.30905625rem;top:3.7374992370606rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGQ9Q9FGvWNeUwPffE2lW0qzB3X7T2FK { width:15.625rem;height:0.3125rem;top:3.0093746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL { display:block; }#sAbS7gvtyRwIFXkBircWKGFhEEB2ObmL > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLiGdXxEPOQzk2Llxcgt9gL7IPnWfDSH { width:11.25rem;height:3.25rem;top:7.62939453125E-6rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PK3eTzNT8x89D0RUaJ7TOCm4rSJNxzEP { width:20rem;height:4.5486125rem;top:3.7374992370606rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LgGfNxfAalIXfrHR6vM4l9cw3nSaGtet { width:15.625rem;height:0.3125rem;top:3.0093746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 { display:block; }#CPHk5i86CVh2T09psJkwa3qyWVUnrrA3 > .row .container { width:20rem;height:135.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmOqRgnvHU7W5Ey3X7in4TZ3Z5SbIqDc { width:13.811875rem;height:13.1640625rem;top:13.767366409302rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgRSE5i7MbBSHD5VZk0NHuGeHpOfrE05 { width:13.186875rem;height:2.59874375rem;top:1rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aePm8CqEiZdCKrw7yIRmISVIq3QQBo86 { width:13.75rem;height:0.3125rem;top:3.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpGPzc38SuCe9kxdUsMM1HSRmmuqJuoR { width:13.5rem;height:8.9576647066994rem;top:4.8122825622559rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2D1ty2HZRWJRm8GWQHGhCEpm1cvtsdM { width:14.1873125rem;height:1.21853125rem;top:28.498273849488rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut1H9rsDodVd1qWKJCDwvbzrp4QQWFJo { width:13.2498125rem;height:2.59874375rem;top:32.25rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A89JzbCOHivRJ8Q7cKnEZKWtDhfTg424 { width:13.75rem;height:0.3125rem;top:35.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCoCxy9hLiwgOh4LbwMekwiGUbuJuaRX { width:13.375rem;height:8.9369173290712rem;top:37rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCDzyucP35Ioo3VbtpeTw4lLhoNQ1Oz { width:13.25rem;height:13.1640625rem;top:47.495670318604rem;left:3.5935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5us3Rn9SisOvLiPQCGMdAGQQfNNhGwy { width:14.1873125rem;height:1.21853125rem;top:62.434909820557rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWtM1ooh1cOOEVhicXEdZO1UyqwbXZn { width:13.2498125rem;height:2.59874375rem;top:66rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hos6V6kanM4Ix6Bzxaz8RH77PFefSBQG { width:13.75rem;height:0.3125rem;top:69.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkQAIlVVmEB6JnPDDkThuGiwgftuIObM { width:13.375rem;height:8.9369173290712rem;top:71.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMn1lgJgxEtpi9aeoR2yvdtJxzHgzsTQ { width:13.3125rem;height:14.62675rem;top:81.624347686769rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4VtZKfoAWKL1FlUvTAc44w503MOGGcd { width:14.1873125rem;height:1.21853125rem;top:98.186848640444rem;left:2.6236980557442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf6TMOOWvomfCN9tA4zuweH6HQvfw8Wi { width:13.2498125rem;height:2.59874375rem;top:101.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcnDraTZz3hRl7U5bdzkJZlERERJRIX4 { width:13.75rem;height:0.3125rem;top:105.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5gRlOSSN7K7mSG0Aqupr3XmPWPIu970 { width:13.5rem;height:8.8752233899719rem;top:106.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5IOAGBv5iUNbuQ0vvynrlnsDlRiChDT { width:13.811875rem;height:14.62675rem;top:116.6875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yypXANLT4V7aW1APU7J5c9ex87zh2Gkk { width:14.1873125rem;height:1.21853125rem;top:132.8125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t { display:block; }#i7AhqV5gTuQmBoD9psXgVI4vxN1wNv2t > .row .container { width:20rem;height:149.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yp43tzQNQXybqASIiqMK06W5TXG6qr74 { width:13.75rem;height:0.3125rem;top:5.6868495941162rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSf3ZqPOXXhGMcRmhzr72L4L0GNp6I6N { width:13.375rem;height:8.9369173290712rem;top:7.3122787475588rem;left:3.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLlQfQuiA1TyL13oxOO32OehE76idKDh { width:13.811875rem;height:13.1640625rem;top:17.312262296677rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ5NumvXGG2wTfMxQbannl1idtrey6pe { width:13.75rem;height:0.3125rem;top:37.124567985534rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSynNuaKKqEKJEQNoSX0ihSPHUoNRuL { width:13.3125rem;height:8.8753958593525rem;top:38.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaRRcTBt58HDXVpyUlnf058vAdOp5se0 { width:13.811875rem;height:20.4774375rem;top:48.685983657837rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFCgNH3XSEFQpf9s8mwGVcguDvh9Mtm { width:13.75rem;height:0.3125rem;top:79.249135971069rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SisP1qTK9wIFyQFVeJdTvXzkfbfGyBmP { width:13.3125rem;height:8.8753958593525rem;top:80.999353408812rem;left:3.3430991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8hg1nzNhpPCiDkXKbvE8ARDTbaPxmdd { width:13.811875rem;height:19.01475rem;top:90.72049331665rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewsJ1eR4qRx69nL8oh6zA4hwQsu2e7T1 { width:13.75rem;height:0.3125rem;top:118.43641853332rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaMmXZ1PTA4bgZGn77xOuslpgBBw8F2d { width:13.1875rem;height:8.8122926442012rem;top:119.56163406372rem;left:3.4060330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #UChh38284077nkQHnRcaEI6RlCQnEG0F { width:13.811875rem;height:16.0894375rem;top:129.18621444702rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAZgK6iH4VdK2lAxWM8P8d1UGGNkDLqb { width:14.1873125rem;height:1.21853125rem;top:31.373699188233rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL42oS2QCvTQQdodZfsfCfs6tLM8DlNH { width:14.1873125rem;height:1.21853125rem;top:70.936408996581rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0xlTVrmZiy10qeOWnZs017hGk3BUI9P { width:14.1873125rem;height:1.21853125rem;top:111.18708324432rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQOpHrQAVatzA9agG7ZLBu16f04HJ5G { width:14.1873125rem;height:1.21853125rem;top:146.68620681762rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVy4fI8cciPVgP7EzFSNoRCSlMQQcVrC { width:13.186875rem;height:2.59874375rem;top:2.374153137207rem;left:3.4060330986977rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAxmRZUXsqJTdRl2wV6xpuWpMf3gGCIm { width:13.6875rem;height:2.59874375rem;top:33.936633110046rem;left:3.1944444775581rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuOutQ8zmtnJxTZxg70xffCxGM6sKABK { width:13.186875rem;height:2.59874375rem;top:75.373264312744rem;left:3.4060330986977rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruaWsm5R7RRHIsrpuHl1fTadK9CQTq1i { width:13.186875rem;height:2.59874375rem;top:114.81120109558rem;left:3.4060330986977rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 { display:block; }#la4Wy6bPlZu57eLlEsDWTNSWOtPlPvF8 > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq0i1495de80wTE64TNfwWMoELTES5vP { width:11.25rem;height:6.4995625rem;top:7.62939453125E-6rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaGRRCcEVXQJOTBrWx2Rs0VzkyZPt76k { width:20rem;height:79.60068125rem;top:7.1115550994875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mOaA0m2Q8HkRf401tNQfNBrvCzU2AIl0 { width:15.625rem;height:0.3125rem;top:3.0093746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FnKwFd9B/Lake_BC.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.adaptive-delivery-prevent-bg, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyload, #enDeyKCviBa4w2h9nNMaabHccC7ZlBwl.lazyloading { background-image: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { background-color: transparent; background-image: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container > .video-iframe-container { display: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row > .video-iframe-container { display: none; }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .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); }#enDeyKCviBa4w2h9nNMaabHccC7ZlBwl > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8QtcQUJ8w3axvlWZASRTkCe9LedBzCQ { width:14.6875rem;height:7.79625rem;top:8.623046875rem;left:2.6562500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG { display:block; }#Nemi7JzUh5cHWKuV9QeGHum3UmNGT5UG > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6tXqDIAhoWOViK7r1ut71QTKSNO0LFo { width:17.374125rem;height:2.51844375rem;top:5.7220458984375E-6rem;left:1.3118490576744rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5ETNVfE3c93IK9EcoI7KguqehpHAqqA { width:18.75rem;height:0.3125rem;top:3.2085494995117rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBZDTUPOzrg0KVWE5y6PRTIyhBu8xvmc { width:20rem;height:8.875rem;top:4.4937496185303rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m0rZ7hJIPS6PT4OVg6bJRVwfB7JUkATA { width:18.625rem;height:37rem;top:15.238534927368rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2LFvFBrLLU7nTTrTDMFmy6pHSGEBCkK { width:18.125rem;height:26.2305rem;top:15.994795799256rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHFF53xZKuT86ZGpUyQeA1TmlhsFm8Z2 { width:18.3125rem;height:1.9487875rem;top:42.451042175293rem;left:0.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2gIOl6gQZcvg1KTZ8F0XHL4SIuk5Igz { width:19.4375rem;height:5.3613375rem;top:45.172912597656rem;left:0.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm { display:block; }#gc7ioOlT3C6ocFx7xGW0HCh36wMUmkMm > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cudbh5ywVJacJtKVWbdKgn6KsLOqKpu2 { width:6.0625rem;height:2.68125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9SF8qAlxTQtpZ8ndDzmzwgzUhsfV25e { width:18.75rem;height:0.3125rem;top:2.4406185150146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP5H0hE2vOealRtomuHBpEJed38E863U { width:18.75rem;height:0.3125rem;top:36.531244277954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXRQSXhgfbVVIXIRTxpqlGlPdvsmFCOD { width:19rem;height:22.7408875rem;top:38.503125190735rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp76dvD6UaCNVXTm9zbtHCEGqcVlIctn { width:20rem;height:5.3613375rem;top:60.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTD9JdlzBeRQPqKiMJwSqbkKo0iQ2wPF { width:20rem;height:30.10625rem;top:37.887500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ylMwcMMpHPV1aoR3g2FyM47X4GPv3w { width:19rem;height:28.875rem;top:38.503122329712rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuDZ6goEBxtBw1VG7EZ62cfzT5JKBMp { width:20rem;height:1.9487875rem;top:58.46249961853rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoNtKmO9Z6hCQSQ9EgZJyAEE9fL0FHV5 { width:20rem;height:30.10625rem;top:3.7437496185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh5hmiLc8mOEDJOriyXUJockcA6551hx { width:19rem;height:28.875rem;top:4.359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTgJkRl11N6ClytRwy68yyXU0BZUtJZ { width:20rem;height:17.068125rem;top:4.3593778610229rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbE3uXcVGvqaEJ4miMByOR0FkLBx4t7t { width:20rem;height:5.19748125rem;top:23.600002288818rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnuko3KQXZkzIFIfDJq3ZGgbfI1uMn7i { width:6.0625rem;height:2.68125rem;top:33.849997520447rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F { background-color:transparent;background-image:url("https://images.assets-landingi.com/QE60GIck/Wasserflugzeug_Kanada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.adaptive-delivery-prevent-bg, #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.lazyload, #pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F.lazyloading { background-image: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { background-color: transparent; background-image: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container > .video-iframe-container { display: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row > .video-iframe-container { display: none; }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .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); }#pRbFCSIqDyEACtRe9IlhGC70EBtA7b7F > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me { display:block; }#Z2ONOoKCEhTnPnaBaMV5wwGv5sApR2me > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgFJvmpRZAGGbWh1BCUWkKNk9gBg1uOo { width:12.5rem;height:3.00625rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w40A9cqkvEhMQCA94nEvfnmGzTa0zoNQ { width:18.75rem;height:0.3125rem;top:3.0874996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMeg5gPFspIhsvGblOeaCvfRAwauK7WR { width:20rem;height:36.38886875rem;top:4.1500053405762rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz { display:block; }#KR4TNnS7K2I8tvq2D7Mo1doBTwFFJyAz > .row .container { width:20rem;height:149.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkpDDX0T3RCg6mpURbCM3m2iqqAoMRUp { width:13.75rem;height:0.3125rem;top:8.5611982345581rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfXHdPf5SibRP9Wo4pQH1kbWDGiqFUAX { width:11.8120625rem;height:7.8125rem;top:11.435547351837rem;left:4.0928819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZot7l8rtkkrBEdPQcDdBdX70vUHN6g3 { width:13.811875rem;height:17.5520625rem;top:20.498047351837rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP8OX1nphOvm2xkaid4Gv5DLgD7JKpDP { width:13.75rem;height:0.3125rem;top:45.374352455139rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKanOTU7q9FbByaN9fKsRyTLnHGkD9km { width:13.311625rem;height:8.8748125rem;top:47.936201095581rem;left:3.3441842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmx48Tl1dPZwGvQlmZGqfwVJU8ZK6MGT { width:13.811875rem;height:19.01474375rem;top:57.748482704162rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFzXaZQa7qWcoq7Gl5EtA5aWasEAQ8vK { width:13.75rem;height:0.3125rem;top:83.248703002931rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUJf5eO95f4TxIth9WXtpNwH2kdaRi8L { width:13.311625rem;height:8.811875rem;top:85.311418533325rem;left:3.3430989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCE5P2P9TvdZ2rKHGKNWM5NvNIhWBhJ7 { width:13.811875rem;height:16.08943125rem;top:95.166051864625rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1GEAM7KBA5Mdw42tKZzmb25D0J3n4a { width:13.75rem;height:0.3125rem;top:118.43641853332rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEehRexHL5T6oTQ9EVdMNqzfH5KiCHAl { width:13.1875rem;height:8.75rem;top:119.56163406372rem;left:3.4060330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBhfTl5DIaQex5CR64weTeEeeGl4sVpw { width:13.811875rem;height:14.62675rem;top:129.18621444702rem;left:3.0935330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMPIsxeXL2giRrzeQpFawaHCn8Nlllf { width:14.1873125rem;height:1.21853125rem;top:39.748264789581rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCk1TGyMtHkT9wmv442N4ZzsV3THopP { width:14.1873125rem;height:1.21853125rem;top:78.059860229494rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea1xfZfTSPVwqGppb2K5JRTIMEGqitQ2 { width:14.1873125rem;height:1.21853125rem;top:112.62370300293rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQWGJEdZQRt1kFJK2QITpUBZhHz60iHI { width:14.1873125rem;height:1.21853125rem;top:146.68620681762rem;left:2.9058161377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXHwc27lmrTpZastqcq29ofTk2rFiLV { width:13.186875rem;height:2.59874375rem;top:2.374153137207rem;left:3.4060330986977rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHv4SOeb6xQlTNJyKG0tTsa3BdiBtt9I { width:13.6870625rem;height:2.59874375rem;top:41.873917579651rem;left:2.3730469346046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mclXRVWwIcTD0QPhMGFEsbHXPR0yFynk { width:13.186875rem;height:2.59874375rem;top:80.719406127931rem;left:3.4060333371162rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vHsWWuU6lcFZqNnQkKgz6ciehfwQaf { width:13.186875rem;height:2.59874375rem;top:114.81120109558rem;left:3.4060330986977rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 { display:block; }#yu8JpCwObni7uwEG1i1pSmSbP7EapTi7 > .row .container { width:20rem;height:43.857411865234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiQnSmi8lnAZDnszWZKR5dbkOuA5pLrh { width:20rem;height:4.2252625rem;top:23.335430145264rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSh99icTVy5efK4brwGr7DlDricbqEiW { width:20rem;height:13.173333333333rem;top:8.2875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6pDqdq5NtEg50m3Z8GcTf1pTNGdkhB6 { width:20rem;height:13.1729375rem;top:30.685417175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3mZkrBML9nkI641kOaTIUvGsvkdOT6V { width:19rem;height:11.375rem;top:31.584381103516rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F68GTUtTD8wOge5qND8XURXN7EcSdCI7 { width:19rem;height:11.370475rem;top:9.1864585876462rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iE368xfpMAHkbWuQhhwTC6GTTwcrkGdg { width:19.4375rem;height:11.5625rem;top:9.0927085876462rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXT6PQSsyikmgzkZuWdIVLvWDP5z06Bq { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrQafm8TfDEUeDh8QApSyl7vLTHnPXPm { width:18.75rem;height:9.7461rem;top:32.396881103516rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVueqzrnOOIJTD79awnBJCRBu2bF7tmD { width:18.75rem;height:0.3125rem;top:5.474983215332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkgO4rbn1H4I2NsEPf0fKOOCUl0GCk2 { width:18.75rem;height:0.3125rem;top:27.560411453247rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDvI9isocGeGJy5uvfrJ2giTBC6iAcia { display:block; }#PDvI9isocGeGJy5uvfrJ2giTBC6iAcia > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuGHwf4nfFBU3T98E2ac0dGpfQJtAkTe { width:11.25rem;height:3.25rem;top:7.62939453125E-6rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mzbbn4Cc9GW6FrkJe4RyCZ1SfOVHQ2Js { width:20rem;height:6.8229375rem;top:3.7374992370606rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4kStTXGzPkLlq7nFI5FRrV4SBpaOTMM { width:15.625rem;height:0.3125rem;top:3.0093746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 { display:block; }#EQiTR0NVEy4e3kwK4b4r5RKGuxLgoya1 > .row .container { width:20rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQqSVaXo5y0qIs3H4trRvhVm1hZbxOb5 { width:13.811875rem;height:12.9948125rem;top:14.1875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGxu7ecf2ioZvXysOVtsXbteswLM1vy5 { width:13.9995625rem;height:1.62435rem;top:1.0625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAat0DIViOu3ADdtZxJG8nSEP4nKS5iV { width:13.75rem;height:0.3125rem;top:3.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6kpbowsXBInqp9ceOVLWxdPLlQw3y0M { width:13.375rem;height:8.9369173290712rem;top:4.6863887310028rem;left:3.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9gkfyq51TFSC6gQEc8tknH67BSK3xA2 { width:14.874125rem;height:1.62435rem;top:28.3125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw4Hu9AK78WzkLPSuPmDcSATryMisEsO { width:13.9995625rem;height:1.62435rem;top:31.373725533486rem;left:3.0002172589302rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSB5gorTE6m2IVwRQI8ImAQ2XieT4Cf { width:13.75rem;height:0.3125rem;top:34.561634063721rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay3QA5JAcNTlafWCmfMgGqkQC1gH3HuP { width:13.3125rem;height:8.8753958593525rem;top:36.185983657837rem;left:3.3430991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxpk3dxEGWTaTrepT2vby24VEcbAKu52 { width:13.811875rem;height:8.12175rem;top:46.25rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEfDg7mXAT7pCqo0ufNv70ERU53CRqdw { width:14.8123125rem;height:1.62435rem;top:55.936417579651rem;left:2.5933161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao4iPKQafpHHHd0TTQocwRGUuAdJ5TXH { width:13.9995625rem;height:1.62435rem;top:59.749316930771rem;left:3.0002172589302rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hee2aIyuQSz64qaPNaaHO9NfX7uLhEiF { width:13.75rem;height:0.3125rem;top:62.623700141906rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImTmbS14NnAc1BV3eN68bUwZHiKQmFBU { width:13.3125rem;height:8.8124542223431rem;top:65.123700141906rem;left:3.3430991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #uof3CTzPxeVGfQVkbZhBXDIgSIMLEuXT { width:13.811875rem;height:6.497375rem;top:75.7476272583rem;left:3.0935330986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgrZlKDZq4OcT5c486OheOockJ6DUdZK { width:15rem;height:1.62435rem;top:83.436418533325rem;left:2.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThdZTbN5kzFxcxQVubdXWEhPlRvzJ3M { width:14.0625rem;height:1.62435rem;top:87.186445236206rem;left:2.8428819775581rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Uv3rSMghyMDJD4AXzS6fUcm6E563RQ { width:13.75rem;height:0.3125rem;top:89.623483657837rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZWWStFbPFCCpF6s0qJogwOSG7z8xvC { width:13.1875rem;height:8.8122926442012rem;top:90.998268127444rem;left:3.4060330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG6QRnsZPE2fA1zvI9uU3GSOHsKMAB2R { width:13.811875rem;height:8.12175rem;top:100.99934482574rem;left:3.1250000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP9rOJka4RmMUVEunt3N1nhZ2IZfHXCe { width:15rem;height:1.62435rem;top:110.12478733062rem;left:2.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTsXORX4FebNI84XErSbUo2nUi2e5TT { display:block; }#yWTsXORX4FebNI84XErSbUo2nUi2e5TT > .row .container { width:20rem;height:157rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSnEBXMpsNuvlasyzqTT1rsMuaRn3BVx { width:11.25rem;height:9.749375rem;top:7.62939453125E-6rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEQzkFqo3yxPK9T2STQHtxtGsFZ74SXe { width:20rem;height:6.8229375rem;top:11.86198425293rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzXfiRTQnFoIGKmT1Ob2Jt11UuHOTSM4 { width:15.625rem;height:0.3125rem;top:3.0093746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Kx1nmt8rkkBGe8QFuVrhGSVGv9G9Of { width:20rem;height:133.89115rem;top:20.872398376465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ { display:block; }#RAEivgXix6ezl2NH5SiMPy9VFa1h9NvZ > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMrGUBGTQyVvaH6RQ1UZnOPpa4gHvuf6 { width:5.5rem;height:1.7068125rem;top:19.212501525879rem;left:3.34375rem;font-size:1.3125rem;color:#eeb013;display:block; }
 }@media only screen and (max-width: 763px) { #yB6Tb1JqR4c2iizTZEuHgQcL9TMgk7uc { width:13.3125rem;height:1.7068125rem;top:20.846874237061rem;left:3.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH0t1k2k7Paa7lKcya7xR12nR5DkdWek { width:6.1875rem;height:1.7068125rem;top:19.140625rem;left:10.540625572204rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAuBiJ1DSZsUKx8vFb5LznZ9429wDLLO { width:6.0625rem;height:6.0625rem;top:0rem;left:6.96875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESaRsaO9cChpXdezrcEvyRIsr07LNO7F { width:20rem;height:5.19748125rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuc7MFVkOPgyCZX6HLW8W0qrTL9d9kyD { width:20rem;height:1.38020625rem;top:23.802044726562rem;left:0rem;font-size:1.0625rem;display:block; }
 }