.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,233,204;--color-primary-1:254,188,102;--color-primary-2:253,143,0;--color-primary-3:152,86,0;--color-primary-4:26,15,6;--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:0,0,0;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(47,42,39,0.86);background-image:url("https://images.assets-landingi.com/ADbI1UhX/Kanada_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top: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(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 { border-width: 0; border-radius: 0; }#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:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#fWvaCy3GCTmdP6LO4APQBv9WDLg8lQr6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.0625rem;width:17.5625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#KkyikqGc8zNf4b4ESRrQou7nWtbtagH3 { display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:10.5859375rem;font-style:normal;display:block; }
#OPwn7XMsMTB4Oh51OELygOhVbmtKfvxX { display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.625rem;left:0rem;height:12.60088125rem;font-style:normal;display:block; }
#qQnzlE6b7qDselGui1xDQGBLI7CfA2a7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/3TK7nhw4/Kanutour_Westkanada_Gruppe.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:28.75rem;width:25rem;position:absolute;display:block;z-index:15005;top:6.125rem;left:50rem;display:block; }#qQnzlE6b7qDselGui1xDQGBLI7CfA2a7.adaptive-delivery-prevent-bg, #qQnzlE6b7qDselGui1xDQGBLI7CfA2a7.lazyload, #qQnzlE6b7qDselGui1xDQGBLI7CfA2a7.lazyloading { background-image: none; }
#viTT0SPU2OCD858hv010n64xyQW7P0Tb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/d0KUvnVU/Lake_Moraine_Kanutour_in_Westkanada.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:28.75rem;width:24.875rem;position:absolute;display:block;z-index:15004;top:22.625rem;left:31.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#viTT0SPU2OCD858hv010n64xyQW7P0Tb.adaptive-delivery-prevent-bg, #viTT0SPU2OCD858hv010n64xyQW7P0Tb.lazyload, #viTT0SPU2OCD858hv010n64xyQW7P0Tb.lazyloading { background-image: none; }
#cdWMZopcIN4NucrtyrorVdwk3ZMLCPa4 { border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.29);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.29);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.29);border-top:0.0625rem solid rgba(var(--color-secondary-0),0.29);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;height:28.75rem;width:25rem;position:absolute;display:block;z-index:15006;top:6.0625rem;left:49.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uGMMIEi1pdx1BbUIK886QmA9hbRWooNJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/CtvARJpd/Kayaking_Nova_Scotia_Felsen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:56.75rem;width:37.5rem;position:absolute;display:block;z-index:14999;top:45.9375rem;left:0rem;display:block; }#uGMMIEi1pdx1BbUIK886QmA9hbRWooNJ.adaptive-delivery-prevent-bg, #uGMMIEi1pdx1BbUIK886QmA9hbRWooNJ.lazyload, #uGMMIEi1pdx1BbUIK886QmA9hbRWooNJ.lazyloading { background-image: none; }
#NU4vTLNTTVhHE4Vc1WRgDqyG5DxZtxUH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;display:none; }
#Co637nyUxt7eTHQgRvntVO0nn0A97ccf { box-sizing:content-box;color:#f27538;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:6.125rem;left:0.0010414123535156rem;display:block; }
#DyHEZXZibLpGKTa5LExrEmKSkhpEUlOL { box-sizing:content-box;color:#f27538;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:6.125rem;left:15.195833206177rem;display:block; }
#XE2spnfDitMxh7B5pCdSJ73LGP5ydngu { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.715624809265rem;left:2.78125rem;height:1.38125rem;display:block; }
#UVqUl15boTexChhFKZwIm37DJGrZVlBI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.796875rem;left:17.563543319702rem;height:1.21875rem;display:block; }
#OTxLx6TdsdF7LtHRZC1CGTqtG29fArm4 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0.3125rem solid #f89c3e;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:3.6657975rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.011505126953rem;left:8.0305995941163rem;display:block; }
#ocTJIiUWeziBptslZib4BUqTgMGEKqI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row .container { background-color: transparent; background-image: none; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row .container > .video-iframe-container { display: none; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row > .video-iframe-container { display: none; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .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); }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row .container { border-width: 0; border-radius: 0; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#cLmh5P1qw6wVyrUxpKAv1FTmT1Q4MSqJ { display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:5.6032972335816rem;left:42.374134063721rem;height:39.60284375rem;font-style:normal;display:block; }
#KXVEHXIC2u9IuJ6w5eAXT4nxomHSHczI { border-top:0.0625rem solid #f27538;border-left:0.0625rem solid #f27538;border-right:0.0625rem solid #f27538;border-bottom:0.0625rem solid #f27538;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:45.8745625rem;width:41.875rem;position:absolute;display:block;z-index:15002;top:4.7971119880676rem;left:32.985027313233rem;display:block; }
#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row .container { background-color: transparent; background-image: none; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row .container > .video-iframe-container { display: none; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row > .video-iframe-container { display: none; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .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); }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row .container { border-width: 0; border-radius: 0; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#VI1eLoeTgAB2LKU1heMc3Nfs8X79X1Wn { display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4rem;left:18.375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs { border-bottom:0;border-left:0;border-right:0;border-top: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; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row .container { background-color: transparent; background-image: none; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row .container > .video-iframe-container { display: none; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row > .video-iframe-container { display: none; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .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); }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row .container { border-width: 0; border-radius: 0; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#roabUwk3pza8OhfupsiGTfzLAituwWNP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:37.5rem;position:absolute;z-index:15006;top:0rem;left:0rem;display:block; }
#TXJDnM2XzWLU1TZAro7o7PCmz7QsvhcT { display:block;width:29.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:22.574866533279rem;left:4.0928821563721rem;height:28.8020625rem;font-style:normal;display:block; }
#ZNzOzzaD682yWpF7macrexGfaTZgMh1b { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0.3125rem solid #f89c3e;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:3.7222225rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.311631441116rem;left:11.187067031861rem;display:block; }
#Ieh2MCNiGqXT03gtpdFDRtPG3AN3ftTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zwkd0V762f59g8hKm8fnSyONk1chdeVz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/Ukzli89s/Deka_Lake_Kanus.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:30.5625rem;width:37.5rem;position:absolute;display:block;z-index:15005;top:0rem;left:37.5rem;display:block; }#Zwkd0V762f59g8hKm8fnSyONk1chdeVz.adaptive-delivery-prevent-bg, #Zwkd0V762f59g8hKm8fnSyONk1chdeVz.lazyload, #Zwkd0V762f59g8hKm8fnSyONk1chdeVz.lazyloading { background-image: none; }
#rgoMyMSfubFlgt2sNJRFSx26B1cywvNF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/iBfblUft/Deka_lake_Lagerfeuer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;top:30.5625rem;left:37.5rem;display:block; }#rgoMyMSfubFlgt2sNJRFSx26B1cywvNF.adaptive-delivery-prevent-bg, #rgoMyMSfubFlgt2sNJRFSx26B1cywvNF.lazyload, #rgoMyMSfubFlgt2sNJRFSx26B1cywvNF.lazyloading { background-image: none; }
#knrUPyA7u6RR5vrFbMR5En2KzX1nVRhN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/WG8vpLSn/Deka_Lake_Berge.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;top:30.5625rem;left:56.25rem;display:block; }#knrUPyA7u6RR5vrFbMR5En2KzX1nVRhN.adaptive-delivery-prevent-bg, #knrUPyA7u6RR5vrFbMR5En2KzX1nVRhN.lazyload, #knrUPyA7u6RR5vrFbMR5En2KzX1nVRhN.lazyloading { background-image: none; }
#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row .container { background-color: transparent; background-image: none; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row .container > .video-iframe-container { display: none; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row > .video-iframe-container { display: none; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .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); }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row .container { border-width: 0; border-radius: 0; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#rDzhuOsq5JzHhy2ViRyEce8o9OcTAezm { display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4rem;left:18.375rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV { border-bottom:0;border-left:0;border-right:0;border-top: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; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row .container { background-color: transparent; background-image: none; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row .container > .video-iframe-container { display: none; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row > .video-iframe-container { display: none; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .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); }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row .container { border-width: 0; border-radius: 0; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#FovBC6MOLSCE6wd2eio5oywAgp4w75sz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:37.5rem;position:absolute;z-index:15006;top:0rem;left:0rem;display:block; }
#LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/h7c8jl7r/Saskatchewan_Gruppe_Kanu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:29.3125rem;width:37.5rem;position:absolute;display:block;z-index:15002;top:21.4375rem;left:0rem;display:block; }#LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF.adaptive-delivery-prevent-bg, #LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF.lazyload, #LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF.lazyloading { background-image: none; }
#bVQTvHnryQUF3yumGIs9m6Ocwd9PSDaf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/FhO4Q28x/North_saskatchewan_river.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;top:30.625rem;left:37.5rem;display:block; }#bVQTvHnryQUF3yumGIs9m6Ocwd9PSDaf.adaptive-delivery-prevent-bg, #bVQTvHnryQUF3yumGIs9m6Ocwd9PSDaf.lazyload, #bVQTvHnryQUF3yumGIs9m6Ocwd9PSDaf.lazyloading { background-image: none; }
#hF3HMcmyibD03GTRDsall5gA5KVSMK6O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/fSU50xte/Saskatchewan_Sonnenuntergang_River.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;top:30.625rem;left:56.25rem;display:block; }#hF3HMcmyibD03GTRDsall5gA5KVSMK6O.adaptive-delivery-prevent-bg, #hF3HMcmyibD03GTRDsall5gA5KVSMK6O.lazyload, #hF3HMcmyibD03GTRDsall5gA5KVSMK6O.lazyloading { background-image: none; }
#ZNP1LZhZfuXetJMPWqaBGP4B65CdedUa { display:block;width:29.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:0.8235721588135rem;left:42.279733657837rem;height:27.001925rem;font-style:normal;display:block; }
#nDCzCI8zW4ewsJHJV61ECGI01KqnQ1kP { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0.3125rem solid #f89c3e;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.5rem;left:48.6875rem;display:block; }
#in6crqdeFfUa6BKskX5aQNTlgU8mralb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId { border-bottom:0;border-left:0;border-right:0;border-top: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; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row .container { background-color: transparent; background-image: none; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row .container > .video-iframe-container { display: none; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row > .video-iframe-container { display: none; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .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); }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row .container { border-width: 0; border-radius: 0; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#goohNAFNtKhsopLQlcrcPWTktWCCEDqw { display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.6579799652099rem;left:12.96875rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6tvS1HVNRGO75D0bN2TZbazdApQGxM3 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.7671391963959rem;left:4.6875rem;height:5.52083125rem;text-align:center;text-align-last:center;display:block; }
#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT { position:relative;display:block; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT { background-color: transparent; background-image: none; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .row .container > .video-iframe-container { display: none; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .row > .video-iframe-container { display: none; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .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); }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT { border-width: 0; border-radius: 0; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .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; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .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:66.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AN6Mwh9gsFhR2NyhV99VvQVLEvHgZFyR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.874125rem;width:37.561875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#S1PS6NRPA0OvPtR8AZhGn1vJWrZWR2fh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9370625rem;width:37.561875rem;top:0rem;left:37.437068939209rem;overflow:hidden;display:block; }
#xs6nJslUqPCUISgcBrQfDl6exqERMrVq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.873048752546rem;left:2.5000019073486rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e50eKVnRRmdyoEdo1DOrTCWPgnrw3Pnr { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.873048752546rem;left:40.000003814698rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gueQUkONsy8alxECx0G5N54SIBJKNSbC { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.187719315291rem;left:2.9991321563721rem;height:27.7908125rem;text-align:center;text-align-last:center;display:block; }
#f57AirxGqAFQnrqvwyDH6sUcMd2bLWPp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.187717437744rem;left:40.500217437744rem;height:30.716125rem;text-align:center;text-align-last:center;display:block; }
#vX6dUM0BrZw4uKd3btTIR8rriAVib6fz { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15006;text-align:center;text-align-last:center;top:62.686635971069rem;left:10rem;display:block; }
#lfwBqXZFcpQlJQeu8PPUtzdTOdWJNtsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmhdM8yOBJCmLsMHZI1cyp8i199ut3iQ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15007;text-align:center;text-align-last:center;top:62.686635971069rem;left:47.500003814698rem;display:block; }
#PsEpUkAQR5trTlGJKHMOJG83ipOCH2VQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg { border-bottom:0;border-left:0;border-right:0;border-top: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; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row .container { background-color: transparent; background-image: none; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row .container > .video-iframe-container { display: none; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row > .video-iframe-container { display: none; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .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); }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row .container { border-width: 0; border-radius: 0; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#VJviGygAVyJsI2aoiM4TmsUJKlJUqyLS { display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.9750003814698rem;left:16.75rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK { border-bottom:0;border-left:0;border-right:0;border-top: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; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row .container { background-color: transparent; background-image: none; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row .container > .video-iframe-container { display: none; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row > .video-iframe-container { display: none; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .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); }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row .container { border-width: 0; border-radius: 0; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#KI6JltXToty9PxgTvkJhOktiSQCcm9V4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/Eoy53a53/Yukon_Lagerfeuer.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:30.5625rem;width:37.5rem;position:absolute;display:block;z-index:15005;top:0rem;left:0rem;display:block; }#KI6JltXToty9PxgTvkJhOktiSQCcm9V4.adaptive-delivery-prevent-bg, #KI6JltXToty9PxgTvkJhOktiSQCcm9V4.lazyload, #KI6JltXToty9PxgTvkJhOktiSQCcm9V4.lazyloading { background-image: none; }
#reoAo7pc1Le3W1ucItpdlS4cTaUHCTNh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/ie8QegM8/Baerenfamilie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;top:30.5625rem;left:18.8125rem;display:block; }#reoAo7pc1Le3W1ucItpdlS4cTaUHCTNh.adaptive-delivery-prevent-bg, #reoAo7pc1Le3W1ucItpdlS4cTaUHCTNh.lazyload, #reoAo7pc1Le3W1ucItpdlS4cTaUHCTNh.lazyloading { background-image: none; }
#UyRT8RIxg4p2E0fUtnGm1tACz5RiyKhc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/hYDnR13C/Yukon_River_RR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;top:30.5625rem;left:0rem;display:block; }#UyRT8RIxg4p2E0fUtnGm1tACz5RiyKhc.adaptive-delivery-prevent-bg, #UyRT8RIxg4p2E0fUtnGm1tACz5RiyKhc.lazyload, #UyRT8RIxg4p2E0fUtnGm1tACz5RiyKhc.lazyloading { background-image: none; }
#J5HQ3JxDMiUmp5zE4l39FsL7TU2G6oPV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:37.5rem;position:absolute;z-index:15006;top:0rem;left:37.5rem;display:block; }
#JEC7VtB1ErFArmuQlVREae8I4xrp8CER { display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.950000762939rem;left:41.59375rem;height:27.001975rem;font-style:normal;display:block; }
#GhdpuTJkVAnD8lerwsd2H4N4obUmGBVa { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0.3125rem solid #f89c3e;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:3.7222225rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.498922348022rem;left:48.687068939209rem;display:block; }
#bT6g71Vzxypd01XlWO1lJvuQWybPX6RF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 { position:relative;display:block; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 { background-color: transparent; background-image: none; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .row .container > .video-iframe-container { display: none; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .row > .video-iframe-container { display: none; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .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); }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 { border-width: 0; border-radius: 0; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .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; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .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:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lNff4D4pWFZg4sq6CL75hRQxtEZlE5We { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.009548664093rem;left:13.312717437744rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sl4XgZIaGEHCGrRl4fostQJOASIAvTTv { color:rgba(var(--color-tertiary-4),1);display:block;width:65.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4398899078369rem;left:4.3125038146972rem;height:6.9010625rem;text-align:center;text-align-last:center;display:block; }
#ykatQ8xqH2Do47F8cXHNraFRn6Ml2Poq { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.749125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.806858062744rem;left:26.624351501465rem;display:block; }
#ShbGX6VxnFyi7zaO9U7UxIRToPcvqZNi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W { position:relative;display:block; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W { background-color: transparent; background-image: none; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .row .container > .video-iframe-container { display: none; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .row > .video-iframe-container { display: none; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .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); }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W { border-width: 0; border-radius: 0; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .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; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .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:24.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jir8b7MW8XRZPOlQoTkpm33XNJuF8N30 { position:absolute;display:block;z-index:15000;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:16.375rem;width:25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QThAFmmVtKo728s2CXekSn0BTqMTnUDV { position:absolute;display:block;z-index:15001;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:16.4375rem;width:25.125rem;top:0rem;left:25.000001907349rem;overflow:hidden;display:block; }
#K9g0JsBS3MTnbUFVBB1lIIp1nQqZsfwB { position:absolute;display:block;z-index:15002;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:16.5rem;width:25rem;top:0rem;left:50.000001907349rem;overflow:hidden;display:block; }
#uCL3KrOnKJ1dIfpg3NCTzvc4FOZE8weG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.068141937256rem;left:3.7803840637207rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#khw6ucLN9Ui7VTwlZn8TkbM0iqTyWpuA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.065973281861rem;left:28.374567031861rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mdPwcBiarSWEMwleqTlpK4QBVoyTroXE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.068141937256rem;left:53.093540191651rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LdXDghDbK6o5xU1spHyCZz4JytrmlLzD { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15006;text-align:center;text-align-last:center;top:19.273005485534rem;left:3.75rem;display:block; }
#iErLWzTE9HFl9LRCZKzuXnvZZkWUJqOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqZnad9O51MzxkXvb9mGSxRcDXZsudmQ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15007;text-align:center;text-align-last:center;top:19.273005485534rem;left:28.750003814698rem;display:block; }
#tFdN4lskmTcVRchuuyqEA8RHz5Ddllm5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzR48kbcmRCTDv5kkHor2DTN06HSA7FD { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:19.273005485534rem;left:53.750003814698rem;display:block; }
#CF02NBK4TCVQu6DHVJeBM25y1teyNpUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF { position:relative;display:block; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF { background-color: transparent; background-image: none; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .row .container > .video-iframe-container { display: none; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .row > .video-iframe-container { display: none; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .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); }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF { border-width: 0; border-radius: 0; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .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; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .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:24.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#evL2Qt9PE2bzSEoAQ07UTTBin0h3qEVP { position:absolute;display:block;z-index:15000;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:16.25rem;width:25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wteoAUCgr1pFTrqisu51CNM9tdC3diOA { position:absolute;display:block;z-index:15001;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:16.25rem;width:25rem;top:0rem;left:25.000003814698rem;overflow:hidden;display:block; }
#TaZq6GRUOLifB6Hex0c2NDe6I85etdxv { position:absolute;display:block;z-index:15002;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:16.3125rem;width:25.0625rem;top:0rem;left:50.000003814698rem;overflow:hidden;display:block; }
#I6Hbt8XHv62vr7c9n8lNHWOqC2WtPPBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.068141937256rem;left:3.7803840637207rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZKi3mf0r5rVKIhKUH8lrA6CH9IAy2tgu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.068141937256rem;left:28.374568939209rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hwnCDewureAQrTHe9iZldct43GE9Iru5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.068141937256rem;left:53.093540191651rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KUgDfhZfouyEpxB8qmXDJklu8eHXTVKw { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15006;text-align:center;text-align-last:center;top:19.273005485534rem;left:3.75rem;display:block; }
#fXvTTKZflSZ84bPmECZpRDkvcrxUosDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SomgvkJ6t3lu8D7FPEcRpRXdubpReaHM { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15007;text-align:center;text-align-last:center;top:19.273005485534rem;left:28.750003814698rem;display:block; }
#FLc50UvghNUMAHdHtlTRWNL1g6n25dfv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4tPXIrsdi0q8uyGAQyDv9MSPcwDrBTH { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:19.273005485534rem;left:53.750003814698rem;display:block; }
#qHRkzmg7nHeq3FiXQSQatkiiPmkUk1JM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ita8vhg5ise1hVSNAHghy245hMTbEA9h { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row .container { background-color: transparent; background-image: none; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row .container > .video-iframe-container { display: none; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row > .video-iframe-container { display: none; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .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); }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row .container { border-width: 0; border-radius: 0; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#EIn0C6EPaOAXu5mTcaRPzNZ8cVpKIgxW { display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.3252811431885rem;left:12.96875rem;height:6.599375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#foNiluqKpy7FG17wL1EdP49hIuaqn7PI { border-bottom:0;border-left:0;border-right:0;border-top: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; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row .container { background-color: transparent; background-image: none; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row .container > .video-iframe-container { display: none; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row > .video-iframe-container { display: none; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .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); }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row .container { border-width: 0; border-radius: 0; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#l4TDC0xEJLlLk0aenXBZBAlHbE8kRL01 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/16gMVx6D/See_British_Columbia.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:30.5625rem;width:37.5rem;position:absolute;display:block;z-index:15005;top:20.1875rem;left:37.5rem;display:block; }#l4TDC0xEJLlLk0aenXBZBAlHbE8kRL01.adaptive-delivery-prevent-bg, #l4TDC0xEJLlLk0aenXBZBAlHbE8kRL01.lazyload, #l4TDC0xEJLlLk0aenXBZBAlHbE8kRL01.lazyloading { background-image: none; }
#uiutOcPLcxHvfci56FTSKDfJ5nE51ITZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/A9mRftH3/Canmore_Canoeing_on_the_Canmore_Resevoir.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;top:30.625rem;left:0.125rem;display:block; }#uiutOcPLcxHvfci56FTSKDfJ5nE51ITZ.adaptive-delivery-prevent-bg, #uiutOcPLcxHvfci56FTSKDfJ5nE51ITZ.lazyload, #uiutOcPLcxHvfci56FTSKDfJ5nE51ITZ.lazyloading { background-image: none; }
#U0KxGcgTTDncbxhIHa7WHEa5uNqJ7Nf3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/MfqJaAMP/Travel_Alberta_Kanu_Alberta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;top:30.6875rem;left:18.8125rem;display:block; }#U0KxGcgTTDncbxhIHa7WHEa5uNqJ7Nf3.adaptive-delivery-prevent-bg, #U0KxGcgTTDncbxhIHa7WHEa5uNqJ7Nf3.lazyload, #U0KxGcgTTDncbxhIHa7WHEa5uNqJ7Nf3.lazyloading { background-image: none; }
#OOXzB6DkRPbDGinIA5fevtfJel0VQfuP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:37.5rem;position:absolute;z-index:15006;top:0rem;left:37.5rem;display:block; }
#d1XGFmseE8MMlSOLEcyTtDz0AMzQBCo5 { display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:0rem;left:4.09375rem;height:25.2018375rem;font-style:normal;display:block; }
#PQld3Ms78g5b4hMeLeRFOVityzsh7L5O { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0.3125rem solid #f89c3e;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.75rem;left:11.1875rem;display:block; }
#T9LMGmNgplp94QzINZ0sK9bwN91QTkHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJIR8hBWf9E47amHODTWLuqVsbcUakxD { border-bottom:0;border-left:0;border-right:0;border-top: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; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row .container { background-color: transparent; background-image: none; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row .container > .video-iframe-container { display: none; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row > .video-iframe-container { display: none; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .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); }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row .container { border-width: 0; border-radius: 0; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#IKk57Gl9PaMJZRkvBWM4uiAUtKyp86M6 { display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.9750003814698rem;left:16.75rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS { border-bottom:0;border-left:0;border-right:0;border-top: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; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row .container { background-color: transparent; background-image: none; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row .container > .video-iframe-container { display: none; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row > .video-iframe-container { display: none; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .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); }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row .container { border-width: 0; border-radius: 0; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#Ts1sPMl5HGyDVW8fgDqNGA1NHhOu6sR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/xZnSLuau/Yukon_Zelt_Ausblick.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:30.5625rem;width:37.5rem;position:absolute;display:block;z-index:15005;top:20.1875rem;left:37.5rem;display:block; }#Ts1sPMl5HGyDVW8fgDqNGA1NHhOu6sR3.adaptive-delivery-prevent-bg, #Ts1sPMl5HGyDVW8fgDqNGA1NHhOu6sR3.lazyload, #Ts1sPMl5HGyDVW8fgDqNGA1NHhOu6sR3.lazyloading { background-image: none; }
#M6w16xCcxo7KkhqnQveQu0GO9rt5rmGi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/ji4LyHHW/Kanu_See_Kanada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15007;top:0rem;left:18.8125rem;display:block; }#M6w16xCcxo7KkhqnQveQu0GO9rt5rmGi.adaptive-delivery-prevent-bg, #M6w16xCcxo7KkhqnQveQu0GO9rt5rmGi.lazyload, #M6w16xCcxo7KkhqnQveQu0GO9rt5rmGi.lazyloading { background-image: none; }
#pxENxWEfKo4PB0mz6gxHE6WzCSBMrg1n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/Z7EatTm6/Elch_Yukon.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.125rem;width:18.75rem;position:absolute;display:block;z-index:15006;top:0rem;left:0rem;display:block; }#pxENxWEfKo4PB0mz6gxHE6WzCSBMrg1n.adaptive-delivery-prevent-bg, #pxENxWEfKo4PB0mz6gxHE6WzCSBMrg1n.lazyload, #pxENxWEfKo4PB0mz6gxHE6WzCSBMrg1n.lazyloading { background-image: none; }
#XXevdagLOq3HCUHSIdJQF9HOolVbi882 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:37.5rem;position:absolute;z-index:15006;top:0rem;left:37.5rem;display:block; }
#ZEdJ686PELD6TQTMhgnWHktGynuoFfEG { display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.950000762939rem;left:4.09375rem;height:27.0019625rem;font-style:normal;display:block; }
#h9cFsotsnFD5ZF6LnTvfTW8gi4M7pmaZ { background-color:rgba(var(--color-primary-4),1);background-image:none;border-bottom:0.3125rem solid #f89c3e;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.875rem;left:11.1875rem;display:block; }
#btcnfTqhONmK8160VIECGA9EnlmGuoNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB { position:relative;display:block; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB { background-color: transparent; background-image: none; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .row .container > .video-iframe-container { display: none; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .row > .video-iframe-container { display: none; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .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); }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB { border-width: 0; border-radius: 0; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .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; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .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:26.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZTOgi9hE6AAbAXdKTkof8F6I0Zw9MdLg { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.009548664093rem;left:13.312717437744rem;height:3.8997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ORmXqeAgB7agXFFZ7ImV1dK1zTtRqAaC { color:rgba(var(--color-tertiary-4),1);display:block;width:65.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:6.4398899078369rem;left:4.3125038146972rem;height:12.60089375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOoFzHmIqpqLW5aZlhg38BLA6mnrT88k { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7480625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.493707180023rem;left:26.625434875488rem;display:block; }
#Er9dqunsyPIJNGpz52dNAL8ryDURL40I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA { position:relative;display:block; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA { background-color: transparent; background-image: none; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .row .container > .video-iframe-container { display: none; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .row > .video-iframe-container { display: none; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .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); }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA { border-width: 0; border-radius: 0; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .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; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .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:23.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DlqfItAreW19upX3MxpQuJzlNyVVvI9S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:25.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Lce9tQthTp8HsoiZUCmgcMUPcoTNgDAE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:25rem;top:0rem;left:25.000003814698rem;overflow:hidden;display:block; }
#wgUtq3mFTAvXo4rNQOI8AQf5sRRJuFxh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:25rem;top:0rem;left:50.000003814698rem;overflow:hidden;display:block; }
#t2nWIs6zW7GHm90dgH0ZgbHOWXa4nr8I { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.875rem;left:3.5rem;height:1.62435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wGDpuJGv17JnHRpeNgPTUFPJOIt6B6HD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.875rem;left:28.0625rem;height:1.62435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ruDOM87QWM6kwJLxSNl99m83CtyTAN2n { color:rgba(var(--color-tertiary-4),1);display:block;width:18.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:52.8125rem;height:1.62435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D3KTina0uM55XKQKQB7W9Lw87ENB6Tbl { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15006;text-align:center;text-align-last:center;top:18.0625rem;left:3.4375rem;display:block; }
#LpMkprOFhoZF0zZ8RplU0ByfnTUlvnsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkEd3CpTPXwFrQackV5WV6DTLCc5aTDB { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15007;text-align:center;text-align-last:center;top:18.0625rem;left:28.4375rem;display:block; }
#aRiEdFapKoMpiiBhQwZ0t8qZvEsdwVbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3pkBdo0WX1TiyOhvx2W0QeExE3FzRcn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:18.0625rem;left:53.4375rem;display:block; }
#M0svnreFh8UbMv4b3ganMvVzwyGxcz8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD { position:relative;display:block; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD { background-color: transparent; background-image: none; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .row .container > .video-iframe-container { display: none; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .row > .video-iframe-container { display: none; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .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); }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD { border-width: 0; border-radius: 0; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .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; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .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:81rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LI5A7spv3dT9zZIMao3lObz52AnzXQRG { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.009548664093rem;left:13.312717437744rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XNnatl5xqIZmXpvlyTgOA95nKzkqcERM { color:rgba(var(--color-tertiary-4),1);display:block;width:65.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:6.4398899078369rem;left:4.3125038146972rem;height:73.8053rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row .container { background-color: transparent; background-image: none; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row .container > .video-iframe-container { display: none; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row > .video-iframe-container { display: none; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .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); }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row .container { border-width: 0; border-radius: 0; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ { border-bottom:0;border-left:0;border-right:0;border-top: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; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row .container { background-color: transparent; background-image: none; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row .container > .video-iframe-container { display: none; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row > .video-iframe-container { display: none; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .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); }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row .container { border-width: 0; border-radius: 0; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#toEzb2rXuUFUH1yrBVWtNekMNDnigQ7T { display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:1.6875rem;left:12.9375rem;height:0.96136875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#f72gLRvwQqq6aMw2y7p1TdwdidMhpTXJ { display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:1.71875rem;left:0rem;height:0.96136875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#MmEr93ToPKR7Nr9XWGqaHouFmW7Tpc5s { display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:1.71875rem;left:60.1875rem;height:0.96136875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#UcB2IAKJ7AiNpwnD5eEivrXsiTnFSVdX { display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:3.4125442504883rem;left:12.96875rem;height:0.96136875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(242,117,56,0.86);background-image:none;display:block; }#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 { height:52.875rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fWvaCy3GCTmdP6LO4APQBv9WDLg8lQr6 { width:13.4375rem;height:3.875rem;top:0.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkyikqGc8zNf4b4ESRrQou7nWtbtagH3 { width:16.5625rem;height:6.5993875rem;top:12.625rem;left:1.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPwn7XMsMTB4Oh51OELygOhVbmtKfvxX { width:16.3125rem;height:19.80144375rem;top:20.4375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQnzlE6b7qDselGui1xDQGBLI7CfA2a7 { width:25rem;height:28.75rem;top:3.3333942890167rem;left:21.131728887558rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viTT0SPU2OCD858hv010n64xyQW7P0Tb { width:25rem;height:28.75rem;top:24.125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cdWMZopcIN4NucrtyrorVdwk3ZMLCPa4 { width:25rem;height:28.75rem;top:3.125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGMMIEi1pdx1BbUIK886QmA9hbRWooNJ { width:21.875rem;height:38rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NU4vTLNTTVhHE4Vc1WRgDqyG5DxZtxUH { width:22.8125rem;height:52.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Co637nyUxt7eTHQgRvntVO0nn0A97ccf { width:2.5625rem;height:2.5625rem;top:6.125rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DyHEZXZibLpGKTa5LExrEmKSkhpEUlOL { width:2.4375rem;height:2.4375rem;top:8.6875rem;left:1.3510417938232rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XE2spnfDitMxh7B5pCdSJ73LGP5ydngu { width:9.5625rem;height:1.38125rem;top:6.715624809265rem;left:3.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVqUl15boTexChhFKZwIm37DJGrZVlBI { width:12.5rem;height:1.3rem;top:9.25625038147rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OTxLx6TdsdF7LtHRZC1CGTqtG29fArm4 { width:15.125rem;height:3.75rem;top:41.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocTJIiUWeziBptslZib4BUqTgMGEKqI1 { display:block; }
 }@media only screen and (max-width: 1199px) { #Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 { display:block; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row .container { width:47.75rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cLmh5P1qw6wVyrUxpKAv1FTmT1Q4MSqJ { width:22.25rem;height:50.40365625rem;top:1.875rem;left:23.826042175293rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXVEHXIC2u9IuJ6w5eAXT4nxomHSHczI { width:25.25rem;height:52.6875rem;top:0.74978256225588rem;left:22.262370824814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 { display:block; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VI1eLoeTgAB2LKU1heMc3Nfs8X79X1Wn { width:38.2498125rem;height:6.599375rem;top:1.3878040313721rem;left:4.7493493556976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs { display:block; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row .container { width:47.75rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #roabUwk3pza8OhfupsiGTfzLAituwWNP { width:23.875rem;height:13.688333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXJDnM2XzWLU1TZAro7o7PCmz7QsvhcT { width:20.1875rem;height:34.2024875rem;top:13.688541412354rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNzOzzaD682yWpF7macrexGfaTZgMh1b { width:15.125rem;height:3.75rem;top:39.5rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ieh2MCNiGqXT03gtpdFDRtPG3AN3ftTD { display:block; }
 }@media only screen and (max-width: 1199px) { #Zwkd0V762f59g8hKm8fnSyONk1chdeVz { width:23.875rem;height:30.5625rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgoMyMSfubFlgt2sNJRFSx26B1cywvNF { width:11.9375rem;height:12.625rem;top:30.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #knrUPyA7u6RR5vrFbMR5En2KzX1nVRhN { width:11.9375rem;height:12.625rem;top:30.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 { display:block; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rDzhuOsq5JzHhy2ViRyEce8o9OcTAezm { width:38.2498125rem;height:6.599375rem;top:1.792537689209rem;left:4.7493493556976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV { display:block; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row .container { width:47.75rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FovBC6MOLSCE6wd2eio5oywAgp4w75sz { width:23.875rem;height:13.6885625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF { width:23.8125rem;height:30.8125rem;top:13.688541412354rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8acadT8f/10.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF.adaptive-delivery-prevent-bg, #LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF.lazyload, #LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #bVQTvHnryQUF3yumGIs9m6Ocwd9PSDaf { width:11.9375rem;height:12.625rem;top:37.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hF3HMcmyibD03GTRDsall5gA5KVSMK6O { width:11.9375rem;height:12.625rem;top:37.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNP1LZhZfuXetJMPWqaBGP4B65CdedUa { width:20.1875rem;height:34.2024625rem;top:0.75rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDCzCI8zW4ewsJHJV61ECGI01KqnQ1kP { width:15.125rem;height:3.75rem;top:28.5rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #in6crqdeFfUa6BKskX5aQNTlgU8mralb { display:block; }
 }@media only screen and (max-width: 1199px) { #EcFwvV6k2hEpVZZuiUoekl29oHDS0DId { display:block; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row .container { width:47.75rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #goohNAFNtKhsopLQlcrcPWTktWCCEDqw { width:38.2498125rem;height:3.29969375rem;top:1.3107681125402rem;left:4.7493493556976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g6tvS1HVNRGO75D0bN2TZbazdApQGxM3 { width:47.75rem;height:6.9010625rem;top:5.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT { display:block; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .row .container { width:47.75rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AN6Mwh9gsFhR2NyhV99VvQVLEvHgZFyR { width:22.3125rem;height:14.6875rem;top:7.2222137451175rem;left:24.874133825302rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1PS6NRPA0OvPtR8AZhGn1vJWrZWR2fh { width:22.3123125rem;height:14.749375rem;top:7.0659732818606rem;left:0.7801649570465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xs6nJslUqPCUISgcBrQfDl6exqERMrVq { width:23.125rem;height:8.125rem;top:24.812271118164rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e50eKVnRRmdyoEdo1DOrTCWPgnrw3Pnr { width:23.9375rem;height:8.125rem;top:24.812271118164rem;left:23.749566793442rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gueQUkONsy8alxECx0G5N54SIBJKNSbC { width:23.499375rem;height:38.0295rem;top:34.685332298279rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f57AirxGqAFQnrqvwyDH6sUcMd2bLWPp { width:23.2498125rem;height:43.8801875rem;top:34.685332298279rem;left:24.186198949814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vX6dUM0BrZw4uKd3btTIR8rriAVib6fz { width:17.5rem;height:3.4375rem;top:80.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lfwBqXZFcpQlJQeu8PPUtzdTOdWJNtsB { display:block; }
 }@media only screen and (max-width: 1199px) { #hmhdM8yOBJCmLsMHZI1cyp8i199ut3iQ { width:17.5rem;height:3.4375rem;top:80.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsEpUkAQR5trTlGJKHMOJG83ipOCH2VQ { display:block; }
 }@media only screen and (max-width: 1199px) { #HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg { display:block; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row .container { width:47.75rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VJviGygAVyJsI2aoiM4TmsUJKlJUqyLS { width:38.25rem;height:3.3rem;top:2.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK { display:block; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row .container { width:47.75rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KI6JltXToty9PxgTvkJhOktiSQCcm9V4 { width:23.875rem;height:30.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #reoAo7pc1Le3W1ucItpdlS4cTaUHCTNh { width:11.9375rem;height:12.625rem;top:30.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyRT8RIxg4p2E0fUtnGm1tACz5RiyKhc { width:11.9375rem;height:12.625rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5HQ3JxDMiUmp5zE4l39FsL7TU2G6oPV { width:23.875rem;height:13.688333333333rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEC7VtB1ErFArmuQlVREae8I4xrp8CER { width:20.1875rem;height:36.0025875rem;top:14.4375rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GhdpuTJkVAnD8lerwsd2H4N4obUmGBVa { width:15.125rem;height:3.75rem;top:43.8125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bT6g71Vzxypd01XlWO1lJvuQWybPX6RF { display:block; }
 }@media only screen and (max-width: 1199px) { #yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 { display:block; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lNff4D4pWFZg4sq6CL75hRQxtEZlE5We { width:47.7495625rem;height:3.8997375rem;top:1.3736972808838rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sl4XgZIaGEHCGrRl4fostQJOASIAvTTv { width:47.7495625rem;height:9.6614375rem;top:5.6369361877441rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ykatQ8xqH2Do47F8cXHNraFRn6Ml2Poq { width:21.6873125rem;height:3.4375rem;top:16.498481750488rem;left:13.030599355698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShbGX6VxnFyi7zaO9U7UxIRToPcvqZNi { display:block; }
 }@media only screen and (max-width: 1199px) { #Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W { display:block; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jir8b7MW8XRZPOlQoTkpm33XNJuF8N30 { width:15.374375rem;height:10rem;top:0rem;left:0.27018231153488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QThAFmmVtKo728s2CXekSn0BTqMTnUDV { width:15.625rem;height:10.186625rem;top:0rem;left:16.061198949814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9g0JsBS3MTnbUFVBB1lIIp1nQqZsfwB { width:15.375rem;height:10.0625rem;top:0rem;left:31.979031224358rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCL3KrOnKJ1dIfpg3NCTzvc4FOZE8weG { width:15.625rem;height:1.62435rem;top:11.624328613281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khw6ucLN9Ui7VTwlZn8TkbM0iqTyWpuA { width:15.5625rem;height:1.62435rem;top:11.624328613281rem;left:16.124783277512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdPwcBiarSWEMwleqTlpK4QBVoyTroXE { width:15.5625rem;height:1.62435rem;top:11.624328613281rem;left:31.999784231186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LdXDghDbK6o5xU1spHyCZz4JytrmlLzD { width:17.5rem;height:3.4375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iErLWzTE9HFl9LRCZKzuXnvZZkWUJqOS { display:block; }
 }@media only screen and (max-width: 1199px) { #RqZnad9O51MzxkXvb9mGSxRcDXZsudmQ { width:17.5rem;height:3.4375rem;top:13.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFdN4lskmTcVRchuuyqEA8RHz5Ddllm5 { display:block; }
 }@media only screen and (max-width: 1199px) { #DzR48kbcmRCTDv5kkHor2DTN06HSA7FD { width:17.5rem;height:3.4375rem;top:13.8125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CF02NBK4TCVQu6DHVJeBM25y1teyNpUc { display:block; }
 }@media only screen and (max-width: 1199px) { #hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF { display:block; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .row .container { width:47.75rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #evL2Qt9PE2bzSEoAQ07UTTBin0h3qEVP { width:15.5rem;height:10.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wteoAUCgr1pFTrqisu51CNM9tdC3diOA { width:15.686875rem;height:10.186625rem;top:0rem;left:15.915799856186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaZq6GRUOLifB6Hex0c2NDe6I85etdxv { width:15.6875rem;height:10.1875rem;top:0rem;left:31.999133825302rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6Hbt8XHv62vr7c9n8lNHWOqC2WtPPBZ { width:15.75rem;height:1.62435rem;top:11.124114990234rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKi3mf0r5rVKIhKUH8lrA6CH9IAy2tgu { width:15.625rem;height:1.62435rem;top:11.124114990234rem;left:16.062283277512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwnCDewureAQrTHe9iZldct43GE9Iru5 { width:15.4375rem;height:1.62435rem;top:11.124114990234rem;left:32.124784231186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUgDfhZfouyEpxB8qmXDJklu8eHXTVKw { width:17.5rem;height:3.4375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXvTTKZflSZ84bPmECZpRDkvcrxUosDJ { display:block; }
 }@media only screen and (max-width: 1199px) { #SomgvkJ6t3lu8D7FPEcRpRXdubpReaHM { width:17.5rem;height:3.4375rem;top:13.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLc50UvghNUMAHdHtlTRWNL1g6n25dfv { display:block; }
 }@media only screen and (max-width: 1199px) { #y4tPXIrsdi0q8uyGAQyDv9MSPcwDrBTH { width:17.5rem;height:3.4375rem;top:13.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHRkzmg7nHeq3FiXQSQatkiiPmkUk1JM { display:block; }
 }@media only screen and (max-width: 1199px) { #Ita8vhg5ise1hVSNAHghy245hMTbEA9h { display:block; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EIn0C6EPaOAXu5mTcaRPzNZ8cVpKIgxW { width:38.25rem;height:6.6rem;top:2.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foNiluqKpy7FG17wL1EdP49hIuaqn7PI { display:block; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row .container { width:47.75rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l4TDC0xEJLlLk0aenXBZBAlHbE8kRL01 { width:23.875rem;height:30.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiutOcPLcxHvfci56FTSKDfJ5nE51ITZ { width:11.9375rem;height:12.625rem;top:30.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0KxGcgTTDncbxhIHa7WHEa5uNqJ7Nf3 { width:11.9375rem;height:12.625rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOXzB6DkRPbDGinIA5fevtfJel0VQfuP { width:23.875rem;height:13.688333333333rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d1XGFmseE8MMlSOLEcyTtDz0AMzQBCo5 { width:20.1875rem;height:34.2024625rem;top:14.25rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQld3Ms78g5b4hMeLeRFOVityzsh7L5O { width:15.125rem;height:3.75rem;top:41.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9LMGmNgplp94QzINZ0sK9bwN91QTkHt { display:block; }
 }@media only screen and (max-width: 1199px) { #GJIR8hBWf9E47amHODTWLuqVsbcUakxD { display:block; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IKk57Gl9PaMJZRkvBWM4uiAUtKyp86M6 { width:38.25rem;height:6.6rem;top:2.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTDB52p308ZtX4HZtps1HF7aMRBUfTKS { display:block; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row .container { width:47.75rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ts1sPMl5HGyDVW8fgDqNGA1NHhOu6sR3 { width:23.875rem;height:30.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6w16xCcxo7KkhqnQveQu0GO9rt5rmGi { width:11.9375rem;height:12.625rem;top:30.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxENxWEfKo4PB0mz6gxHE6WzCSBMrg1n { width:11.9375rem;height:12.625rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXevdagLOq3HCUHSIdJQF9HOolVbi882 { width:23.875rem;height:13.688333333333rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEdJ686PELD6TQTMhgnWHktGynuoFfEG { width:20.1875rem;height:37.8027125rem;top:15.375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9cFsotsnFD5ZF6LnTvfTW8gi4M7pmaZ { width:15.125rem;height:3.75rem;top:46.5625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btcnfTqhONmK8160VIECGA9EnlmGuoNL { display:block; }
 }@media only screen and (max-width: 1199px) { #WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB { display:block; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZTOgi9hE6AAbAXdKTkof8F6I0Zw9MdLg { width:47.7495625rem;height:3.8997375rem;top:0.81161117553713rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORmXqeAgB7agXFFZ7ImV1dK1zTtRqAaC { width:47.7485rem;height:16.20114375rem;top:5.0542335510254rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOoFzHmIqpqLW5aZlhg38BLA6mnrT88k { width:21.6873125rem;height:3.4375rem;top:22.135398864746rem;left:13.030599355698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Er9dqunsyPIJNGpz52dNAL8ryDURL40I { display:block; }
 }@media only screen and (max-width: 1199px) { #ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA { display:block; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DlqfItAreW19upX3MxpQuJzlNyVVvI9S { width:13.9995625rem;height:8.125rem;top:1.3444004058838rem;left:0.95703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lce9tQthTp8HsoiZUCmgcMUPcoTNgDAE { width:14.124375rem;height:8.3105625rem;top:1.2543392181396rem;left:16.812066793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgUtq3mFTAvXo4rNQOI8AQf5sRRJuFxh { width:14.749375rem;height:8.624125rem;top:1.0980892181396rem;left:32.416452169418rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2nWIs6zW7GHm90dgH0ZgbHOWXa4nr8I { width:15.75rem;height:1.62435rem;top:10.749816894531rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wGDpuJGv17JnHRpeNgPTUFPJOIt6B6HD { width:15.5rem;height:1.62435rem;top:10.749816894531rem;left:16.187283277512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruDOM87QWM6kwJLxSNl99m83CtyTAN2n { width:15.25rem;height:1.62435rem;top:10.749816894531rem;left:32.312284231186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3KTina0uM55XKQKQB7W9Lw87ENB6Tbl { width:14.749375rem;height:3.4375rem;top:12.936199188233rem;left:0.58268237113953rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LpMkprOFhoZF0zZ8RplU0ByfnTUlvnsX { display:block; }
 }@media only screen and (max-width: 1199px) { #AkEd3CpTPXwFrQackV5WV6DTLCc5aTDB { width:14.6875rem;height:3.4375rem;top:12.936199188233rem;left:16.529948949814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRiEdFapKoMpiiBhQwZ0t8qZvEsdwVbP { display:block; }
 }@media only screen and (max-width: 1199px) { #J3pkBdo0WX1TiyOhvx2W0QeExE3FzRcn { width:15rem;height:3.4375rem;top:12.936199188233rem;left:32.290582418442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0svnreFh8UbMv4b3ganMvVzwyGxcz8T { display:block; }
 }@media only screen and (max-width: 1199px) { #Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD { display:block; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .row .container { width:47.75rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LI5A7spv3dT9zZIMao3lObz52AnzXQRG { width:47.75rem;height:3.8997375rem;top:2rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNnatl5xqIZmXpvlyTgOA95nKzkqcERM { width:47.75rem;height:88.20630625rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 { display:block; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row .container { width:47.75rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ { display:block; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #toEzb2rXuUFUH1yrBVWtNekMNDnigQ7T { width:38.25rem;height:0.96136875rem;top:0.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f72gLRvwQqq6aMw2y7p1TdwdidMhpTXJ { width:38.25rem;height:0.96136875rem;top:1.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmEr93ToPKR7Nr9XWGqaHouFmW7Tpc5s { width:38.25rem;height:0.96136875rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcB2IAKJ7AiNpwnD5eEivrXsiTnFSVdX { width:38.2498125rem;height:0.96136875rem;top:2.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(242,117,56,0.86);background-image:none;display:block; }#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 { height:104.5rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWvaCy3GCTmdP6LO4APQBv9WDLg8lQr6 { width:13.25rem;height:3.8125rem;top:1.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkyikqGc8zNf4b4ESRrQou7nWtbtagH3 { width:18.75rem;height:6.5993875rem;top:6.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPwn7XMsMTB4Oh51OELygOhVbmtKfvxX { width:18.75rem;height:14.4042875rem;top:16.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQnzlE6b7qDselGui1xDQGBLI7CfA2a7 { width:12.5rem;height:16.25rem;top:37.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viTT0SPU2OCD858hv010n64xyQW7P0Tb { width:12.5rem;height:16.25rem;top:49.686415195465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdWMZopcIN4NucrtyrorVdwk3ZMLCPa4 { width:12.5rem;height:16.25rem;top:37.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGMMIEi1pdx1BbUIK886QmA9hbRWooNJ { width:20rem;height:23.625rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU4vTLNTTVhHE4Vc1WRgDqyG5DxZtxUH { top:0rem;left:0rem;width:20rem;height:36.5625rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Co637nyUxt7eTHQgRvntVO0nn0A97ccf { width:2.5625rem;height:2.5625rem;top:91.6875rem;left:0.625rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DyHEZXZibLpGKTa5LExrEmKSkhpEUlOL { width:2.4375rem;height:2.4375rem;top:94.9375rem;left:0.625rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XE2spnfDitMxh7B5pCdSJ73LGP5ydngu { width:9.5625rem;height:1.38020625rem;top:92.25rem;left:3.5rem;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UVqUl15boTexChhFKZwIm37DJGrZVlBI { width:12.5rem;height:1.2999125rem;top:95.5rem;left:3.75rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OTxLx6TdsdF7LtHRZC1CGTqtG29fArm4 { width:15.0625rem;height:3.6875rem;top:98.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTJIiUWeziBptslZib4BUqTgMGEKqI1 { display:block; }
 }@media only screen and (max-width: 763px) { #Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 { display:block; }#Oi667Vz7EW2s2wXwCCREq3oMW2WBqz70 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLmh5P1qw6wVyrUxpKAv1FTmT1Q4MSqJ { width:18.75rem;height:48.01423125rem;top:3rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXVEHXIC2u9IuJ6w5eAXT4nxomHSHczI { width:19.875rem;height:52.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 { display:block; }#VRgzQc4hX0z4ZHFtuC3I3DV9a5690880 > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VI1eLoeTgAB2LKU1heMc3Nfs8X79X1Wn { width:18.75rem;height:4.1232625rem;top:0.8105545043945rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs { display:block; }#wKpVT2XdzqRVk8DZ1NySGlmf9Imw7ORs > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roabUwk3pza8OhfupsiGTfzLAituwWNP { width:20rem;height:11.4666875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXJDnM2XzWLU1TZAro7o7PCmz7QsvhcT { width:18.75rem;height:28.80861875rem;top:12.216666221619rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNzOzzaD682yWpF7macrexGfaTZgMh1b { width:15.125rem;height:3.75rem;top:35.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieh2MCNiGqXT03gtpdFDRtPG3AN3ftTD { display:block; }
 }@media only screen and (max-width: 763px) { #Zwkd0V762f59g8hKm8fnSyONk1chdeVz { width:20rem;height:18.75rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgoMyMSfubFlgt2sNJRFSx26B1cywvNF { width:10rem;height:10.6875rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knrUPyA7u6RR5vrFbMR5En2KzX1nVRhN { width:10rem;height:10.6875rem;top:61.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 { display:block; }#zzmsck34b1FUHApR3JvAgUUA6rQvfRX6 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDzhuOsq5JzHhy2ViRyEce8o9OcTAezm { width:18.75rem;height:6.18489375rem;top:0.90494728088381rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV { display:block; }#oCo9U7WGRNrvayeKRPgoSK1rXkvkkOTV > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FovBC6MOLSCE6wd2eio5oywAgp4w75sz { width:20rem;height:11.4375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTdNDSWGQTPXibmNFQbbXnvpyBcerkEF { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVQTvHnryQUF3yumGIs9m6Ocwd9PSDaf { width:10rem;height:10.6875rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF3HMcmyibD03GTRDsall5gA5KVSMK6O { width:10rem;height:10.6875rem;top:65.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNP1LZhZfuXetJMPWqaBGP4B65CdedUa { width:18.75rem;height:30.4090875rem;top:32.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDCzCI8zW4ewsJHJV61ECGI01KqnQ1kP { width:15.125rem;height:3.75rem;top:57.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in6crqdeFfUa6BKskX5aQNTlgU8mralb { display:block; }
 }@media only screen and (max-width: 763px) { #EcFwvV6k2hEpVZZuiUoekl29oHDS0DId { display:block; }#EcFwvV6k2hEpVZZuiUoekl29oHDS0DId > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goohNAFNtKhsopLQlcrcPWTktWCCEDqw { width:18.75rem;height:4.1232625rem;top:1.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6tvS1HVNRGO75D0bN2TZbazdApQGxM3 { width:20rem;height:16.5625rem;top:7.0594676269531rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT { display:block; }#AlCsf1u9ILHXmxkd5iuw5QTXlNrMIXaT > .row .container { width:20rem;height:135.94403076172rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN6Mwh9gsFhR2NyhV99VvQVLEvHgZFyR { width:20rem;height:13.244346827734rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1PS6NRPA0OvPtR8AZhGn1vJWrZWR2fh { width:20rem;height:13.277858200636rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs6nJslUqPCUISgcBrQfDl6exqERMrVq { width:20rem;height:5.19748125rem;top:15.7769375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e50eKVnRRmdyoEdo1DOrTCWPgnrw3Pnr { width:20rem;height:2.59874375rem;top:77.373058319094rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gueQUkONsy8alxECx0G5N54SIBJKNSbC { width:20rem;height:48.26825rem;top:22.365452766419rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57AirxGqAFQnrqvwyDH6sUcMd2bLWPp { width:20rem;height:49.730875rem;top:81.597229957581rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX6dUM0BrZw4uKd3btTIR8rriAVib6fz { width:17.5rem;height:3.4375rem;top:71.381283760069rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfwBqXZFcpQlJQeu8PPUtzdTOdWJNtsB { display:block; }
 }@media only screen and (max-width: 763px) { #hmhdM8yOBJCmLsMHZI1cyp8i199ut3iQ { width:17.5rem;height:3.4375rem;top:132.50651168823rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsEpUkAQR5trTlGJKHMOJG83ipOCH2VQ { display:block; }
 }@media only screen and (max-width: 763px) { #HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg { display:block; }#HZ68hKCM7y56b48t2IoWMHiw1I3ifUUg > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJviGygAVyJsI2aoiM4TmsUJKlJUqyLS { width:18.75rem;height:4.1232625rem;top:1.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK { display:block; }#ys22Ib51c0O5IkKfc46L6H7Kk4POmdLK > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI6JltXToty9PxgTvkJhOktiSQCcm9V4 { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reoAo7pc1Le3W1ucItpdlS4cTaUHCTNh { width:10rem;height:10.6875rem;top:18.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyRT8RIxg4p2E0fUtnGm1tACz5RiyKhc { width:10rem;height:10.6875rem;top:18.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5HQ3JxDMiUmp5zE4l39FsL7TU2G6oPV { width:20rem;height:11.4375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEC7VtB1ErFArmuQlVREae8I4xrp8CER { width:20rem;height:37.8027125rem;top:41.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhdpuTJkVAnD8lerwsd2H4N4obUmGBVa { width:15.125rem;height:3.75rem;top:72.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6g71Vzxypd01XlWO1lJvuQWybPX6RF { display:block; }
 }@media only screen and (max-width: 763px) { #yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 { display:block; }#yTHOohPpTT1S4tzmohEKAarUO0EFZVP5 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNff4D4pWFZg4sq6CL75hRQxtEZlE5We { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl4XgZIaGEHCGrRl4fostQJOASIAvTTv { width:20rem;height:24.84375rem;top:7.6964rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykatQ8xqH2Do47F8cXHNraFRn6Ml2Poq { width:19rem;height:3.4375rem;top:33.79015rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShbGX6VxnFyi7zaO9U7UxIRToPcvqZNi { display:block; }
 }@media only screen and (max-width: 763px) { #Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W { display:block; }#Ec76cfzZLGFayR0fiHHTH1RpCoW27G6W > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jir8b7MW8XRZPOlQoTkpm33XNJuF8N30 { width:20rem;height:12.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QThAFmmVtKo728s2CXekSn0BTqMTnUDV { width:20rem;height:13rem;top:22.752819061279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9g0JsBS3MTnbUFVBB1lIIp1nQqZsfwB { width:20rem;height:13.125rem;top:44.24587726593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCL3KrOnKJ1dIfpg3NCTzvc4FOZE8weG { width:17.374125rem;height:1.62435rem;top:15.246311962604rem;left:1.3129341006279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khw6ucLN9Ui7VTwlZn8TkbM0iqTyWpuA { width:18.186875rem;height:1.62435rem;top:36.940107166767rem;left:0.90494793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdPwcBiarSWEMwleqTlpK4QBVoyTroXE { width:18.75rem;height:1.62435rem;top:59.13845rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdXDghDbK6o5xU1spHyCZz4JytrmlLzD { width:17.5rem;height:3.4375rem;top:18.057725727558rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iErLWzTE9HFl9LRCZKzuXnvZZkWUJqOS { display:block; }
 }@media only screen and (max-width: 763px) { #RqZnad9O51MzxkXvb9mGSxRcDXZsudmQ { width:17.5rem;height:3.4375rem;top:39.245878040791rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFdN4lskmTcVRchuuyqEA8RHz5Ddllm5 { display:block; }
 }@media only screen and (max-width: 763px) { #DzR48kbcmRCTDv5kkHor2DTN06HSA7FD { width:17.5rem;height:3.4375rem;top:62.0128rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF02NBK4TCVQu6DHVJeBM25y1teyNpUc { display:block; }
 }@media only screen and (max-width: 763px) { #hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF { display:block; }#hKP6eKkVLhCScfLaLt6y8zGOk0iLh6TF > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evL2Qt9PE2bzSEoAQ07UTTBin0h3qEVP { width:20rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wteoAUCgr1pFTrqisu51CNM9tdC3diOA { width:20rem;height:13rem;top:22.752822697163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZq6GRUOLifB6Hex0c2NDe6I85etdxv { width:20rem;height:13.017282226489rem;top:44.245919167996rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Hbt8XHv62vr7c9n8lNHWOqC2WtPPBZ { width:17.374125rem;height:1.62435rem;top:15.246311962604rem;left:1.3129341006279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKi3mf0r5rVKIhKUH8lrA6CH9IAy2tgu { width:18.186875rem;height:1.62435rem;top:36.940107166767rem;left:0.90494793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwnCDewureAQrTHe9iZldct43GE9Iru5 { width:18.75rem;height:1.62435rem;top:59.13845rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUgDfhZfouyEpxB8qmXDJklu8eHXTVKw { width:17.5rem;height:3.4375rem;top:18.057725727558rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvTTKZflSZ84bPmECZpRDkvcrxUosDJ { display:block; }
 }@media only screen and (max-width: 763px) { #SomgvkJ6t3lu8D7FPEcRpRXdubpReaHM { width:17.5rem;height:3.4375rem;top:39.245878040791rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLc50UvghNUMAHdHtlTRWNL1g6n25dfv { display:block; }
 }@media only screen and (max-width: 763px) { #y4tPXIrsdi0q8uyGAQyDv9MSPcwDrBTH { width:17.5rem;height:3.4375rem;top:62.0128rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHRkzmg7nHeq3FiXQSQatkiiPmkUk1JM { display:block; }
 }@media only screen and (max-width: 763px) { #Ita8vhg5ise1hVSNAHghy245hMTbEA9h { display:block; }#Ita8vhg5ise1hVSNAHghy245hMTbEA9h > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIn0C6EPaOAXu5mTcaRPzNZ8cVpKIgxW { width:18.75rem;height:4.1232625rem;top:1.3747863769531rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foNiluqKpy7FG17wL1EdP49hIuaqn7PI { display:block; }#foNiluqKpy7FG17wL1EdP49hIuaqn7PI > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4TDC0xEJLlLk0aenXBZBAlHbE8kRL01 { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiutOcPLcxHvfci56FTSKDfJ5nE51ITZ { width:10rem;height:10.6875rem;top:18.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0KxGcgTTDncbxhIHa7WHEa5uNqJ7Nf3 { width:10rem;height:10.6875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOXzB6DkRPbDGinIA5fevtfJel0VQfuP { width:20rem;height:11.4375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1XGFmseE8MMlSOLEcyTtDz0AMzQBCo5 { width:20rem;height:34.2024625rem;top:41.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQld3Ms78g5b4hMeLeRFOVityzsh7L5O { width:15.1248125rem;height:3.7222225rem;top:69.310993194581rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9LMGmNgplp94QzINZ0sK9bwN91QTkHt { display:block; }
 }@media only screen and (max-width: 763px) { #GJIR8hBWf9E47amHODTWLuqVsbcUakxD { display:block; }#GJIR8hBWf9E47amHODTWLuqVsbcUakxD > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKk57Gl9PaMJZRkvBWM4uiAUtKyp86M6 { width:18.75rem;height:4.1232625rem;top:1.3747501373291rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDB52p308ZtX4HZtps1HF7aMRBUfTKS { display:block; }#QTDB52p308ZtX4HZtps1HF7aMRBUfTKS > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts1sPMl5HGyDVW8fgDqNGA1NHhOu6sR3 { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6w16xCcxo7KkhqnQveQu0GO9rt5rmGi { width:10rem;height:10.6875rem;top:18.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxENxWEfKo4PB0mz6gxHE6WzCSBMrg1n { width:10rem;height:10.6875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXevdagLOq3HCUHSIdJQF9HOolVbi882 { width:20rem;height:11.4375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEdJ686PELD6TQTMhgnWHktGynuoFfEG { width:20rem;height:37.8027125rem;top:41.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9cFsotsnFD5ZF6LnTvfTW8gi4M7pmaZ { width:15.125rem;height:3.75rem;top:73.537500381469rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btcnfTqhONmK8160VIECGA9EnlmGuoNL { display:block; }
 }@media only screen and (max-width: 763px) { #WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB { display:block; }#WfOFUGkt9bmAsLC2iRlHmBwZgCQMkzCB > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTOgi9hE6AAbAXdKTkof8F6I0Zw9MdLg { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORmXqeAgB7agXFFZ7ImV1dK1zTtRqAaC { width:20rem;height:33.98440625rem;top:7.6964rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOoFzHmIqpqLW5aZlhg38BLA6mnrT88k { width:18.9985rem;height:3.4375rem;top:42.224395751953rem;left:0.50021702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er9dqunsyPIJNGpz52dNAL8ryDURL40I { display:block; }
 }@media only screen and (max-width: 763px) { #ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA { display:block; }#ISDUhrn30dN0dZ2zA6azwtqGgTbUE4GA > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlqfItAreW19upX3MxpQuJzlNyVVvI9S { width:18.75rem;height:11.124125rem;top:2.1245851516724rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lce9tQthTp8HsoiZUCmgcMUPcoTNgDAE { width:18.75rem;height:11.0625rem;top:24.501954555511rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgUtq3mFTAvXo4rNQOI8AQf5sRRJuFxh { width:18.75rem;height:11.0625rem;top:46.182719707489rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nWIs6zW7GHm90dgH0ZgbHOWXa4nr8I { width:17.374125rem;height:1.62435rem;top:15.246311962604rem;left:1.3129341006279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGDpuJGv17JnHRpeNgPTUFPJOIt6B6HD { width:18.186875rem;height:1.62435rem;top:36.940107166767rem;left:0.90494793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruDOM87QWM6kwJLxSNl99m83CtyTAN2n { width:18.75rem;height:1.62435rem;top:59.13845rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3KTina0uM55XKQKQB7W9Lw87ENB6Tbl { width:17.5rem;height:3.4375rem;top:18.057725727558rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpMkprOFhoZF0zZ8RplU0ByfnTUlvnsX { display:block; }
 }@media only screen and (max-width: 763px) { #AkEd3CpTPXwFrQackV5WV6DTLCc5aTDB { width:17.5rem;height:3.4375rem;top:39.245878040791rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRiEdFapKoMpiiBhQwZ0t8qZvEsdwVbP { display:block; }
 }@media only screen and (max-width: 763px) { #J3pkBdo0WX1TiyOhvx2W0QeExE3FzRcn { width:17.5rem;height:3.4375rem;top:62.0128rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0svnreFh8UbMv4b3ganMvVzwyGxcz8T { display:block; }
 }@media only screen and (max-width: 763px) { #Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD { display:block; }#Hug5uVSCGtZlKOra9xKdQ01dr74B1eTD > .row .container { width:20rem;height:179.31766113281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI5A7spv3dT9zZIMao3lObz52AnzXQRG { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNnatl5xqIZmXpvlyTgOA95nKzkqcERM { width:20rem;height:171.6211875rem;top:7.6964rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 { display:block; }#RQyATfVE1I6sa4eQq0mZwrvG6wA0P9h7 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ { display:block; }#SRSgxcspGsBbfoTwt8x349GhFRP1ACrQ > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toEzb2rXuUFUH1yrBVWtNekMNDnigQ7T { width:20rem;height:1.92274375rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f72gLRvwQqq6aMw2y7p1TdwdidMhpTXJ { width:13.125rem;height:0.96136875rem;top:5.4875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEr93ToPKR7Nr9XWGqaHouFmW7Tpc5s { width:13.125rem;height:0.96136875rem;top:3.275rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcB2IAKJ7AiNpwnD5eEivrXsiTnFSVdX { width:20rem;height:1.92274375rem;top:7.6975006347656rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }