.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:236,245,224;--color-primary-1:190,221,151;--color-primary-2:125,186,47;--color-primary-3:63,93,24;--color-primary-4:19,28,7;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:167,167,167;--color-secondary-3:88,88,88;--color-secondary-4:81,81,81;--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"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-4),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(75,77,77,0.55);background-image:url("https://images.assets-landingi.com/LaOPsEIi/Canada_Tours.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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:47.25rem;width:60rem;overflow:visible;position:relative;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { color:#070000;display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.8125rem;left:9.6874980926512rem;height:6.90625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#J50oinef1TzLe4qF3hIBAkFJwOG3e0A5 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.5rem;width:60rem;top:6.2177085876465rem;left:0.0010414123535156rem;display:block; }
#NwWbQs8OqnkWfctiFkTETiA4ptlaqHS2 { color:#070000;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:9.6874980926512rem;height:3.0859375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Jiccsx5HcsN2PeVTzZAaTDO6xbWW9DnP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.75rem;width:39.625rem;top:19.539932250976rem;left:11.687286376953rem;display:block; }
#th4qtk3blgdOVcooH6rmSSfIvuKLRkzT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:20.826824188233rem;left:12.998050689698rem;height:16.8989125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#WaexcCyB64ncc8Nv3kdFV7P7C5a2CFv5 { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:44.680206298828rem;height:3.65559375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITPGED8PRls40LZLXTcIf08HVNq7FLAD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.5rem;width:14.375rem;top:1.390625rem;left:44.289581298828rem;display:block; }
#D3ZgS3FRbXxJuaZ8T3BSMfmXrTOAWEEp { background-color:rgba(var(--color-secondary-3),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.725044250488rem;left:22.747398376465rem;display:block; }
#GJXkQSHetwoet6xaa0nKD0118tpCC86m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row .container { background-color: transparent; background-image: none; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row .container > .video-iframe-container { display: none; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row > .video-iframe-container { display: none; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .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); }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row .container { border-width: 0; border-radius: 0; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#L0nozot0Wf61rMmMN4P0mCVtBESiQSu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.84418487548825rem;left:6.3129348754881rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/LoJeVNELCfc/unsplash/devin-lyster-LoJeVNELCfc-photo-1559881907-05434114f453.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi.adaptive-delivery-prevent-bg, #X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi.lazyload, #X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi.lazyloading { background-image: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container { background-color: transparent; background-image: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container > .video-iframe-container { display: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row > .video-iframe-container { display: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .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); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container { border-width: 0; border-radius: 0; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#CC3TPn8wBQhXixkuEwnt00Cs3TtWKnXS { color:#1f284f;display:block;width:30.625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:28.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uqb6WF6Wmz8RohxBPeZfB0E8ncHpHIHT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.625rem;width:32.75rem;top:2.5822896957398rem;left:0.0010414123535156rem;display:block; }
#BpMgTCwTqMgTDrrB7W7Cab1GrG0GafJd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1890182495117rem;left:1.5625rem;height:5.3624125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chG3c6EAUBWFJrPLOzwgEbhu3tSoXt3E { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.4822921752931rem;left:1.5635433197021rem;height:9.7916875rem;text-align:justify;text-align-last:initial;display:block; }
#VmEOizDJ8eUW4Z1kJmlIDe1SB5DeJT95 { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.558331489563rem;left:0.0010414123535156rem;display:block; }
#vT5xA0oW6sqsOWVh8gKLsunv4AJ6znmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPSifVW8XFcooWBPbK6fE7wV893DWgiK { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5166645050049rem;left:40.126043319702rem;height:3.6556rem;font-style:normal;display:block; }
#ryFOsESEp7ISs0ffR4hyuprzOae6W3EV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:20.375rem;top:3.1885395050049rem;left:39.626043319702rem;display:block; }
#oohNC3lgS7ZcSTTEAIwR5kh8dntfogmu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.500003814698rem;height:1.62435rem;display:block; }
#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/RRqD7hYR/Mountains_Canada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN.adaptive-delivery-prevent-bg, #n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN.lazyload, #n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN.lazyloading { background-image: none; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row .container { background-color: transparent; background-image: none; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row .container > .video-iframe-container { display: none; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row > .video-iframe-container { display: none; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .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); }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row .container { border-width: 0; border-radius: 0; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#gsyaqNDyWPVcsQQynMRDI95iGBvQtUDp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20.625rem;width:32.75rem;top:3.2656278610229rem;left:27.251043319702rem;display:block; }
#BuuOJkQIBArwWotblgTosz1ECA7xxqAz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1864585876465rem;left:28.99374961853rem;height:5.3625rem;font-style:normal;display:block; }
#O4yTCkTX2LG9MZ1V7LN4KOOgJhAmVsuP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5489597320556rem;left:28.938543319702rem;height:12.49675rem;text-align:justify;text-align-last:initial;display:block; }
#zT8pUBpWxzZ17TdpSwQ7I3ifDyfIuRpK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0552082061767rem;left:46.320837020874rem;height:1.625rem;display:block; }
#meUnZhrc8hrn8K1LabAvMyJsrEoi6UqI { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:0.25104141235351rem;height:3.65625rem;font-style:normal;display:block; }
#bkATCsevi3urJ5JIE7pN0gM16ns2S3Tg { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:20.375rem;top:4.1864585876465rem;left:0.0010414123535156rem;display:block; }
#r1VdNTiTo44uoFNT2uUlnqZMLEybwQJ9 { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.804167747498rem;left:27.251043319702rem;display:block; }
#a3mQzeEw9w6b1PkPI73HkC8tMVfLTAVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/Pa8ofq11OGg/unsplash/bruno-soares-Pa8ofq11OGg-photo-1497373637916-e47a55e22d0a.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ.adaptive-delivery-prevent-bg, #Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ.lazyload, #Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ.lazyloading { background-image: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container { background-color: transparent; background-image: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container > .video-iframe-container { display: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row > .video-iframe-container { display: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .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); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container { border-width: 0; border-radius: 0; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#I98xzShZQUr2l3X6vzxRCoL89oRrD7Bi { color:#1f284f;display:block;width:30.625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:28.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pFtXvQsv9GKhOoNT4XhrrT2VlLMQ3fOR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.5rem;width:32.75rem;top:2.5813789367676rem;left:0rem;display:block; }
#PSHni0T5HqKOpqn1qk2RwpQo1Kri2LV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.187931060791rem;left:1.5rem;height:5.3624125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SEdm4oVgQMeMvvxoPvJnhGaQbh1WTB8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.4822921752931rem;left:1.5635433197021rem;height:12.2395625rem;text-align:justify;text-align-last:initial;display:block; }
#KhmRifGxruSix8mb2tRpUAqpRPezwLBs { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.807510375976rem;left:0rem;display:block; }
#Kp8rSdXr4RKH2n9VcK1nC2SKH7fUFtsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXqSTB6n8HCeT32haWyr2cgQVAFDBOPk { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5166645050049rem;left:40.126043319702rem;height:3.6556rem;font-style:normal;display:block; }
#E2g6a28T4QkDlTykDs4NK86KvTITVwmH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:20.375rem;top:3.1885395050049rem;left:39.626043319702rem;display:block; }
#tqu2Bb579AxSWTG6rSXX3DTPBkB0eTX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.500003814698rem;height:1.62435rem;display:block; }
#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/9RwODwa_JLg/unsplash/luc-tribolet-9RwODwa_JLg-photo-1533790062815-de8070c76e01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE.adaptive-delivery-prevent-bg, #DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE.lazyload, #DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE.lazyloading { background-image: none; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row .container { background-color: transparent; background-image: none; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row .container > .video-iframe-container { display: none; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row > .video-iframe-container { display: none; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .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); }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row .container { border-width: 0; border-radius: 0; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#afxLronc13TsKssWaTVMVRJ0BHqSndw1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20.625rem;width:32.75rem;top:3.2656278610229rem;left:27.251043319702rem;display:block; }
#OT2fgku5pFSiPIo9JRvPEUNkgMbXLn81 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1864585876465rem;left:28.99374961853rem;height:5.3624125rem;font-style:normal;display:block; }
#JntgvmFE1RRLwlE442WJP9CVx3i9pTQm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.860458374024rem;left:28.873699188233rem;height:10.224625rem;text-align:justify;text-align-last:initial;display:block; }
#oLdb7XTG47hG0JTNzvNWXJpTadmRQSgR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0552082061767rem;left:46.320837020874rem;height:1.62435rem;display:block; }
#vbKnPtiHC8Mw8vAGtd9LC4PnJxnJKuXn { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:0.25104141235351rem;height:3.6556rem;font-style:normal;display:block; }
#Gtt93fxKgTTTmIrlNughWviXyLrBWrRL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:20.375rem;top:4.1864585876465rem;left:0.0010414123535156rem;display:block; }
#ubOTViDyekCGy6qwBytG0GTFCbrM5y3v { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.804167747498rem;left:27.251043319702rem;display:block; }
#rQFAGf4i6BbHoouIhz4x7w0mOQKsXVFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcFDuwPIfbyCSI15p3WBToaomecl1UzG { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/BmdHdkAU/Lodge_Northwest_Territories.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG.adaptive-delivery-prevent-bg, #TcFDuwPIfbyCSI15p3WBToaomecl1UzG.lazyload, #TcFDuwPIfbyCSI15p3WBToaomecl1UzG.lazyloading { background-image: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container { background-color: transparent; background-image: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container > .video-iframe-container { display: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row > .video-iframe-container { display: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .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); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container { border-width: 0; border-radius: 0; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#XKm14WsHSktILos8AcBFUQ9l9wR0QfZ7 { color:#1f284f;display:block;width:30.625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:28.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMIo5o6XeoqqOA6TROPAfNfwKW4XUdB5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.625rem;width:32.75rem;top:2.5822896957398rem;left:0.0010414123535156rem;display:block; }
#ZQMwwTmUiWZ8PFiNFrckxhZ8314CQxOm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.189582824707rem;left:1.5635433197021rem;height:5.3625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTN3WKkXNVcrKcE05SScB2866rKQyVui { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.4822921752931rem;left:1.5635433197021rem;height:11.015625rem;text-align:justify;text-align-last:initial;display:block; }
#eiMdcJfEgiWz5oXiTkSLSpuVfyi0cbds { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.558331489563rem;left:0.0010414123535156rem;display:block; }
#CWCmatHFuEd9zQJQa6nPaaSfrOFo6as8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BwgNeGI5RfaTWsB8IlAG58vX5fakeDoG { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5166645050049rem;left:40.126043319702rem;height:3.65625rem;font-style:normal;display:block; }
#cwKhhlXfbIBykC8gTiTKU0S7S1ztFK6T { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:20.375rem;top:3.1885395050049rem;left:39.626043319702rem;display:block; }
#ONL0o5ZT9RDZLi9Ptoe1eVNXkWKh4WRl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6177082061767rem;left:20.320833206177rem;height:1.625rem;display:block; }
#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/tnZSgCCi/Niagara_Falls_Ontario.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn.adaptive-delivery-prevent-bg, #tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn.lazyload, #tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn.lazyloading { background-image: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container { background-color: transparent; background-image: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container > .video-iframe-container { display: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row > .video-iframe-container { display: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .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); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container { border-width: 0; border-radius: 0; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { color:#070000;display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0437469482422rem;left:28.782293319702rem;height:5.3625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { color:#070000;display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9937477111819rem;left:28.782293319702rem;height:8.5676875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#pKZEhd6btamdKzzXVrul2410rS8w7tF4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.625rem;width:32.75rem;top:3.0937519073486rem;left:27.251043319702rem;display:block; }
#Zu7aciea3KgWL17AuLcMc8F21b8VyDNV { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.3125rem;left:27.173955917358rem;display:block; }
#LaCaAOQRWhqrhNA7JFwKPaZdMs4Snr4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDhLzb9mHe7TkcW0uOPnuwAVob1CT1vL { color:rgba(var(--color-primary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8968696594238rem;left:0.40729141235351rem;height:3.65625rem;font-style:normal;display:block; }
#ZpUoad418TNDoeLRxEnrWsFnzXm2UKnr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:20.375rem;top:4.5687446594238rem;left:0.0010414123535156rem;display:block; }
#gUdoOdtLDvo8STTiIzrHpzSSt0NbIpfH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9124984741211rem;left:46.039587020874rem;height:1.625rem;display:block; }
#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/EiPamDav/New_Foundland_Sea.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM.adaptive-delivery-prevent-bg, #DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM.lazyload, #DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM.lazyloading { background-image: none; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row .container { background-color: transparent; background-image: none; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row .container > .video-iframe-container { display: none; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row > .video-iframe-container { display: none; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .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); }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row .container { border-width: 0; border-radius: 0; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#KVH7pe9dqpuwFBHmMDUgRcf1FzGih1Q6 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.625rem;width:32.75rem;top:2.9729156494141rem;left:0.0010414123535156rem;display:block; }
#L4CItc7n8iNyPzo3Sb5Duge1aIwF42me { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.754165649414rem;left:0.0010414123535156rem;display:block; }
#BpTcX4IMsm60NtcW0TTttLt85rOhBa4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rEx0anCJZwGLzkSkUTlwngyXkFedx1VB { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5062484741213rem;left:1.1572933197021rem;height:11.36069375rem;text-align:justify;text-align-last:initial;display:block; }
#DF866TFcSvuaxkC7lKhEkQ2wDTqZVhWK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9135437011719rem;left:1.1572933197021rem;height:5.3625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#U67TKXCZonNBusMU0fwqHT4r4W0QPyos { color:rgba(var(--color-primary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:39.5625rem;height:3.65625rem;font-style:normal;display:block; }
#p2eHqrZdHlLKrLsyZBiJExWmD7kHHgfm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:20.625rem;top:4.263542175293rem;left:39.313543319702rem;display:block; }
#hcMmUBMc6h20tBzNzSzBhHNVTlWlc1CI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8635444641113rem;left:19.164583206177rem;height:1.625rem;display:block; }
#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/Bkci_8qcdvQ/unsplash/kalen-emsley-Bkci_8qcdvQ-photo-1464822759023-fed622ff2c3b.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8.adaptive-delivery-prevent-bg, #aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8.lazyload, #aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8.lazyloading { background-image: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container { background-color: transparent; background-image: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container > .video-iframe-container { display: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row > .video-iframe-container { display: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .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); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container { border-width: 0; border-radius: 0; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#hbts83qU2ZefgaHmz4lQEbVk8Rb9VBsx { color:#070000;display:block;width:31.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0418853759766rem;left:14.343536376953rem;height:2.68120625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#orh0dGIzUh2ERGRvtPM4JUKSzAacXBSK { color:#070000;display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.4251308441163rem;left:15.156253814698rem;height:11.015625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#xbyfkJZx255a9ubsxyMpE8dk5270d5q1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.6248125rem;width:32.7495625rem;top:2.9676647186279rem;left:13.624134063721rem;display:block; }
#QfQdRSCtExa7kodTyy29hl5qvQql2cTZ { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3748125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.936201095581rem;left:19.312068939209rem;display:block; }
#VZg78bzAIBhENt1AcUnx3ikxHQ2sdgTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row .container { background-color: transparent; background-image: none; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row .container > .video-iframe-container { display: none; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row > .video-iframe-container { display: none; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .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); }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row .container { border-width: 0; border-radius: 0; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#WF04LidRJ9LcRhHKOwRQdVskNCJciX2x { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.83657836914062rem;left:9.9685363769531rem;height:2.68120625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WIhJUcuT5CQ0q57Fvcy76JIUTHXXBa94 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;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:4.0256080627441rem;left:1.875rem;height:12.421875rem;text-align:center;text-align-last:center;display:block; }
#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row .container { background-color: transparent; background-image: none; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row .container > .video-iframe-container { display: none; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row > .video-iframe-container { display: none; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .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); }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row .container { border-width: 0; border-radius: 0; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row .container { font-size:0.875rem;font-family:arial;height:20.25833375rem;width:60rem;position:relative;display:block; }#VSQx8OTUqNNMu19q5I4FOUQhAp6wow5N { color:rgba(var(--color-primary-2),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.232639789581rem;left:0.718318939209rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gwod4AD8rbldK4Jk5uGc5ARm6fTEpV3Q { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.232639789581rem;left:40.937503814698rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0NRG9K8gLaVgFBTwyHeX9MPtDmWvqZV { color:rgba(var(--color-primary-2),1);display:block;width:16.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.232639789581rem;left:21.531036376953rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxkWGwOBbSwPfrRzhKwI8G32rxcMOerm { position:absolute;display:block;z-index:14999;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.3745625rem;width:19.375rem;top:0.80186557769775rem;left:40.172527313233rem;overflow:hidden;display:block; }
#wSvsVhaXretTrMt1WequQfkAhPTbAqPD { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.5623125rem;width:19.6875rem;top:0.70746517181394rem;left:20.000003814698rem;overflow:hidden;display:block; }
#TR2gUPGQiLiDVP1QnB9WNoPugHz08Uso { position:absolute;display:block;z-index:14996;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.624125rem;width:19.6245625rem;top:0.67599773406981rem;left:0rem;overflow:hidden;display:block; }
#Tg1sh4HSAqSSpW8EXToROkr2RktTw5Ky { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:17.1875rem;top:15.5rem;left:21.406248092651rem;display:block; }
#bFOfN9M7Cr4FTflyExUVkVWc9S13xgFg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:0.53124809265137rem;display:block; }
#tlrkAQBgkQxFWA6qpT4i5sRFTcpLBaXX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:40.656248092651rem;display:block; }
#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row .container { background-color: transparent; background-image: none; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row .container > .video-iframe-container { display: none; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row > .video-iframe-container { display: none; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .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); }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row .container { border-width: 0; border-radius: 0; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row .container { font-size:0.875rem;font-family:arial;height:20.25833375rem;width:60rem;position:relative;display:block; }#bHDeWEFmeZNro90lTrgymHMl8I748HSU { color:rgba(var(--color-primary-2),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.232641220092rem;left:0.718318939209rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7iewzV0aMI0yValq6PCMOutnL4GTDby { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.232641220092rem;left:40.937503814698rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOaS6vVxJ9H4iBT4T56IlcTVtQZO5BvT { color:rgba(var(--color-primary-2),1);display:block;width:15.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.232641220092rem;left:22.093101501465rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USTdszE9FXCWuiXar9Ke49f0N4q0egcM { position:absolute;display:block;z-index:14999;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.499375rem;width:18.75rem;top:0.73893165588381rem;left:40.485027313233rem;overflow:hidden;display:block; }
#GI8zx5xaX9oflQLsfEMmbZrgTvqK1pbd { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.311625rem;width:18.8748125rem;top:0.83224868774412rem;left:20.422092437744rem;overflow:hidden;display:block; }
#tRcp0uucMDhqSqgxPI0TREdOxTWyzeEa { position:absolute;display:block;z-index:14996;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.0620625rem;width:19.375rem;top:0.95703125rem;left:0rem;overflow:hidden;display:block; }
#TpOAQdRBknTkucG1mtvispTeoXaQTOqX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:17.1875rem;top:15.5rem;left:21.406248092651rem;display:block; }
#TBMGk0iDhK4tTCHUhCOm7GCfp2lPzakB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:0.53124809265137rem;display:block; }
#Pu2ClfXP8RvPpoHFNP3W625rqJJwELMp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:40.656248092651rem;display:block; }
#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row .container { background-color: transparent; background-image: none; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row .container > .video-iframe-container { display: none; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row > .video-iframe-container { display: none; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .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); }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row .container { border-width: 0; border-radius: 0; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#LKpprhe3gC0e1zSeXFaxznryMZQNDT3k { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.83657836914062rem;left:9.9685363769531rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfVi5KIysgCDBwcwunlpVJ4efwUUfat1 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;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:4.0256080627441rem;left:1.875rem;height:17.9426875rem;text-align:center;text-align-last:center;display:block; }
#EAIAtFOerIGakTdHhr9BJTIZdw1bTEZq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.866755485534rem;left:21.25rem;display:block; }
#hs8KSxtkQrEF8BW46AQw41efdg6cttb0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row .container { background-color: transparent; background-image: none; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row .container > .video-iframe-container { display: none; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row > .video-iframe-container { display: none; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .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); }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row .container { border-width: 0; border-radius: 0; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row .container { font-size:0.875rem;font-family:arial;height:20.25833375rem;width:60rem;position:relative;display:block; }#KM79rykGWRTWoWwv6TEhZJ8cukDsKNOd { color:rgba(var(--color-primary-2),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.25rem;left:0.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCRhgr5lQLy2frOH5nGDH1vRn0tn5rTn { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.232639789581rem;left:40.937503814698rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HI6Pe7ONu2dfXOH9mlgcgcZDuLD7JSJ2 { color:rgba(var(--color-primary-2),1);display:block;width:16.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.25rem;left:20.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6cF90sZsGXvt9DCv8fI42c2iUE4Tphl { position:absolute;display:block;z-index:14999;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.8748125rem;width:18.9995625rem;top:0.55121612548828rem;left:40.359161376953rem;overflow:hidden;display:block; }
#NJRAT2TE7DbBBIp3EEgRZoQwdyWNdPCJ { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.8125rem;width:18.8125rem;top:0.70638084411619rem;left:20rem;overflow:hidden;display:block; }
#QSHcDZl8032MhdgJcyM9JtVMnXSym2P7 { position:absolute;display:block;z-index:14996;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.936625rem;width:18.936625rem;top:0.51974868774414rem;left:0.390625rem;overflow:hidden;display:block; }
#tiVlSwSgqw7ZHinCb5GcqP57HBsROpSb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:17.1875rem;top:15.5rem;left:20.8125rem;display:block; }
#hl2t3hvxvoFtkT9lMxz9vkxKZUZcCmGh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:0.625rem;display:block; }
#MkaeSHu3htUh1RPnL35cNzn42bx28Qy8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:40.656248092651rem;display:block; }
#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row .container { background-color: transparent; background-image: none; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row .container > .video-iframe-container { display: none; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row > .video-iframe-container { display: none; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .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); }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row .container { border-width: 0; border-radius: 0; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row .container { font-size:0.875rem;font-family:arial;height:20.25833375rem;width:60rem;position:relative;display:block; }#rwskBDcWVuVgLGERKWbxuNQEVO3ORyyS { color:rgba(var(--color-primary-2),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.232639789581rem;left:0.718318939209rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cv1STDq16gZheQBw78GlpGITz9ovb51c { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.232639789581rem;left:40.937503814698rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5ICa60G9sN3loXnTd2lGXKhIQ4OcaTU { color:rgba(var(--color-primary-2),1);display:block;width:16.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.232639789581rem;left:21.531036376953rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2uugiADmbL1omRlRrZf4Wg7RZrnum82 { position:absolute;display:block;z-index:14999;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:18.75rem;top:0.61414909362793rem;left:40.485023498535rem;overflow:hidden;display:block; }
#rT0LOcGM9QzdvST6yqJk9avQq0SLFsxP { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:18.75rem;top:0.61414909362793rem;left:20.485027313233rem;overflow:hidden;display:block; }
#nH5CpWng8WOCCIwFfMZeTRqDVUP7Wwus { position:absolute;display:block;z-index:14996;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:18.75rem;top:0.61414909362793rem;left:0.48502349853516rem;overflow:hidden;display:block; }
#fN2wiif3zbgtUbvcZW37hZKR2cxdiMtR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:17.1875rem;top:15.5rem;left:21.406248092651rem;display:block; }
#zqZRxZRphV8lbXEpcGdTEAF0UyfqaFkK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:0.53124809265137rem;display:block; }
#cXkTqveV9y2ITc9NFThukF8rt2DP4R66 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:40.656248092651rem;display:block; }
#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row .container { background-color: transparent; background-image: none; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row .container > .video-iframe-container { display: none; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row > .video-iframe-container { display: none; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .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); }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row .container { border-width: 0; border-radius: 0; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#C523FzHozMRay5yLmHPB85P4VKgFcyrw { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0857210159302rem;left:9.9685363769531rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#rHuUBxmyfEUTx3yQrE8zcmmWhUw0JsdI { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7545576095581rem;left:10.625rem;height:2.68120625rem;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; }
#UJTqNSHE3sAnakoCoBP9Rk6L7qvffESc { background-color:rgba(82,82,82,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:23.5623125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.440539360046rem;left:18.218318939209rem;display:block; }
#T70C8XVSebDxRdtkuIx99dt2HLxzCwQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row .container { background-color: transparent; background-image: none; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row .container > .video-iframe-container { display: none; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row > .video-iframe-container { display: none; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .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); }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row .container { border-width: 0; border-radius: 0; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row .container { font-size:0.875rem;font-family:arial;height:20.25833375rem;width:60rem;position:relative;display:block; }#P5QcEmL77IGMD75ndxZW9FFUsaZ0s4WE { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.625007629394rem;left:0.71874809265137rem;height:3.25rem;font-style:normal;display:block; }
#DyUTqtvwkAaWGdMydXDap9FIK4U1Cp9d { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.625007629394rem;left:40.937498092651rem;height:3.0875rem;font-style:normal;display:block; }
#APuXhU0P0GQ7a4maXzDnunRkfWq6MzTe { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625007629394rem;left:22.093748092651rem;height:3.25rem;font-style:normal;display:block; }
#MkeM3kn30GIMtWPVPmS7eeItkytgFcCO { position:absolute;display:block;z-index:14999;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.375rem;width:19.375rem;top:0.31250762939453rem;left:40.312498092651rem;overflow:hidden;display:block; }
#uy87ALin4RdCCWhukUrfRivySTW0hEWW { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.375rem;width:19.375rem;top:0.31250762939453rem;left:20.312498092651rem;overflow:hidden;display:block; }
#ftyfeaV4qKmVSvkoasAiwFh2yJgvO9Pa { position:absolute;display:block;z-index:14996;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.375rem;width:19.375rem;top:0.31250762939453rem;left:0.3125rem;overflow:hidden;display:block; }
#anFeUw3xvTaAz0tCoB3WKSXTasc4COFg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:17.1875rem;top:15.5rem;left:21.406248092651rem;display:block; }
#T8LxdmQJ4amTkkJFWgNMC9TLc3gAExJ6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:0.53124809265137rem;display:block; }
#ILUtAraPzy0DK4oEI0iUSzFIOODox1m1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.5rem;width:18.6875rem;top:15.5rem;left:40.656248092651rem;display:block; }
#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row .container { background-color: transparent; background-image: none; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row .container > .video-iframe-container { display: none; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row > .video-iframe-container { display: none; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .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); }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row .container { border-width: 0; border-radius: 0; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#ZKdhFTKXuVVh7JfMDD4VTvnvZ39VrGCG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.962495803833rem;left:12.156248092651rem;height:3.575rem;text-align:justify;text-align-last:initial;display:block; }
#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/20qvraOU/B_r_Knight_Inlet_Panorama.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U.adaptive-delivery-prevent-bg, #DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U.lazyload, #DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U.lazyloading { background-image: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container { background-color: transparent; background-image: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container > .video-iframe-container { display: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row > .video-iframe-container { display: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .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); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container { border-width: 0; border-radius: 0; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#JZ76IkBoaN2oanDeSarRRyF2sXHAb9f5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:6.4375rem;width:18.6875rem;top:5.6604194641113rem;left:0.93749809265137rem;display:block; }
#EO0R624PE1wH24Un3eUvKzM9pzS8Q4O0 { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2541694641112rem;left:1.4062480926514rem;height:3.2487rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l6SuL2Ngyx40GmFNleGifLTTprBCib6U { background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#070000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.78125rem;left:0.93749809265137rem;display:block; }
#WpFDgkeZ6aI9oo3c1uiqGLXPdsUQQTaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row .container { background-color: transparent; background-image: none; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row .container > .video-iframe-container { display: none; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row > .video-iframe-container { display: none; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .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); }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row .container { border-width: 0; border-radius: 0; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row .container { font-size:0.875rem;font-family:arial;height:72.875rem;width:60rem;position:relative;display:block; }#ht1FGSDA1hXcQ6qbLCpi1WmVhJqAkxot { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7545576095581rem;left:10.625rem;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; }
#PZVfMt0XnOVLzXqgx8mtSOwRvqIHzVIs { color:rgba(var(--color-tertiary-4),1);display:block;width:58.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1888027191162rem;left:0.96788024902344rem;height:66.29558125rem;display:block; }
#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/TOKmx6GQ/Autotour_Nationalpark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843.adaptive-delivery-prevent-bg, #W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843.lazyload, #W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843.lazyloading { background-image: none; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row .container { background-color: transparent; background-image: none; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row .container > .video-iframe-container { display: none; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row > .video-iframe-container { display: none; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .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); }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row .container { border-width: 0; border-radius: 0; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#t0wWVXdd1yxRiWl3Hp3EwcyswJLEHg0a { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:6.436625rem;width:21.4995625rem;top:2.8493928909302rem;left:19.249130249024rem;display:block; }
#spcbU9swcfKaZZMBU1uQhlQIXW9JPfox { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9963111877441rem;left:21.592880249024rem;height:4.140625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#preUWzAOHWEMBiMxLHiXbTsi4x42Gcss { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0.6875rem;height:1.62435rem;font-style:normal;display:block; }
#UdoPsIHop5bghTDTC8gPgXTK2lxvL9Uf { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.625rem;left:23.3125rem;height:1.62435rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PiZkL13TE0TcXLbPgiX5ecx6ssiJcn6x { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.125rem;width:8.9375rem;top:19.1875rem;left:0rem;display:block; }
#pHRITQaloBfhxceKa0RGU3lDOu3XdR2W { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.12456875rem;width:20.186625rem;top:18.375rem;left:19.9375rem;display:block; }
#anQ1EQNMwNzRJZCCGPMai78u05R4e6FG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.125rem;width:10.125rem;top:19.1875rem;left:49.875rem;display:block; }
#ZyxpV9zTkxvrwKkaW8UwIZDISnDGveNV { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.4375rem;left:50.6875rem;height:1.62435rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s4pCov40kanH1tgDT0TJJgmVvzGeW1RZ { color:rgba(var(--color-primary-2),1);display:block;width:23.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.4375rem;left:18.0625rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTkc1mNFxaDk7S7N1FLSf6Xz7DLLR0TK { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.12456875rem;width:27.4370625rem;top:21.0625rem;left:16.3125rem;display:block; }
#TMEtxE0ed8lbPEppo0F7PqpDn59l7q9M { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.462673187256rem;left:21.25rem;display:block; }
#Tqw425dlKT21O9Er09Wti8QUM4EUh3a2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:26.375rem;height:4.79375rem;top:7.721875190735rem;left:9.125rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J50oinef1TzLe4qF3hIBAkFJwOG3e0A5 { width:47.75rem;height:9.5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwWbQs8OqnkWfctiFkTETiA4ptlaqHS2 { width:40.625rem;height:2.76041875rem;top:12.4375rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jiccsx5HcsN2PeVTzZAaTDO6xbWW9DnP { width:47.5rem;height:20.3125rem;top:17.528212308884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #th4qtk3blgdOVcooH6rmSSfIvuKLRkzT { width:44.9370625rem;height:14.2990375rem;top:18.223742008209rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaexcCyB64ncc8Nv3kdFV7P7C5a2CFv5 { width:14.0625rem;height:3.65559375rem;top:1.171875rem;left:32.359376907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPGED8PRls40LZLXTcIf08HVNq7FLAD { width:14.375rem;height:4.5rem;top:0.75rem;left:32.046876907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZgS3FRbXxJuaZ8T3BSMfmXrTOAWEEp { width:17.5rem;height:3.4375rem;top:33.311634063721rem;left:15.496963024139rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJXkQSHetwoet6xaa0nKD0118tpCC86m { display:block; }
 }@media only screen and (max-width: 763px) { #vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 { display:block; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0nozot0Wf61rMmMN4P0mCVtBESiQSu2 { width:47.3125rem;height:2.27430625rem;top:0.8125rem;left:0.18793487548828rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi { display:block; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CC3TPn8wBQhXixkuEwnt00Cs3TtWKnXS { width:30.625rem;height:;top:6.25rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqb6WF6Wmz8RohxBPeZfB0E8ncHpHIHT { width:32.0625rem;height:17.625rem;top:2.9375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpMgTCwTqMgTDrrB7W7Cab1GrG0GafJd { width:27.9375rem;height:5.3624125rem;top:3.2584686279297rem;left:1.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chG3c6EAUBWFJrPLOzwgEbhu3tSoXt3E { width:29.625rem;height:9.7916875rem;top:8.5499992370606rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmEOizDJ8eUW4Z1kJmlIDe1SB5DeJT95 { width:17.5rem;height:3.4375rem;top:22.125001907349rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5xA0oW6sqsOWVh8gKLsunv4AJ6znmS { display:block; }
 }@media only screen and (max-width: 763px) { #SPSifVW8XFcooWBPbK6fE7wV893DWgiK { width:14.1875rem;height:2.51875rem;top:3.8031253814698rem;left:33.562501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFOsESEp7ISs0ffR4hyuprzOae6W3EV { width:14.25rem;height:4.3125rem;top:2.9375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oohNC3lgS7ZcSTTEAIwR5kh8dntfogmu { width:11.311875rem;height:1.462675rem;top:6.1664505004883rem;left:17.124566555023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN { display:block; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsyaqNDyWPVcsQQynMRDI95iGBvQtUDp { width:32.75rem;height:20.625rem;top:3.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuuOJkQIBArwWotblgTosz1ECA7xxqAz { width:17.25rem;height:5.3625rem;top:4.1968765258789rem;left:16.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4yTCkTX2LG9MZ1V7LN4KOOgJhAmVsuP { width:29.5rem;height:12.49675rem;top:9.559374809265rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT8pUBpWxzZ17TdpSwQ7I3ifDyfIuRpK { width:12.125rem;height:1.54375rem;top:6.0656261444092rem;left:33.875001907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUnZhrc8hrn8K1LabAvMyJsrEoi6UqI { width:13.75rem;height:2.51875rem;top:4.1968765258789rem;left:0.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkATCsevi3urJ5JIE7pN0gM16ns2S3Tg { width:14.5rem;height:4.3125rem;top:3.2500019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1VdNTiTo44uoFNT2uUlnqZMLEybwQJ9 { width:17.5rem;height:3.4375rem;top:24.812499046326rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3mQzeEw9w6b1PkPI73HkC8tMVfLTAVs { display:block; }
 }@media only screen and (max-width: 763px) { #Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ { display:block; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I98xzShZQUr2l3X6vzxRCoL89oRrD7Bi { width:30.625rem;height:;top:6.25rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFtXvQsv9GKhOoNT4XhrrT2VlLMQ3fOR { width:32.0625rem;height:18.8125rem;top:2.9372787475586rem;left:0.34288191795349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHni0T5HqKOpqn1qk2RwpQo1Kri2LV1 { width:20.125rem;height:5.3625rem;top:3.2593746185302rem;left:1.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEdm4oVgQMeMvvxoPvJnhGaQbh1WTB8Q { width:29.625rem;height:12.2395625rem;top:8.5499992370606rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhmRifGxruSix8mb2tRpUAqpRPezwLBs { width:17.5rem;height:3.4375rem;top:23.374567031861rem;left:15.123698711395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8rSdXr4RKH2n9VcK1nC2SKH7fUFtsA { display:block; }
 }@media only screen and (max-width: 763px) { #cXqSTB6n8HCeT32haWyr2cgQVAFDBOPk { width:14.1875rem;height:2.51875rem;top:3.8031253814698rem;left:33.562501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2g6a28T4QkDlTykDs4NK86KvTITVwmH { width:14.25rem;height:4.3125rem;top:2.9375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqu2Bb579AxSWTG6rSXX3DTPBkB0eTX4 { width:11.3125rem;height:1.462675rem;top:5.2093753814697rem;left:21rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE { display:block; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afxLronc13TsKssWaTVMVRJ0BHqSndw1 { width:32.75rem;height:20.625rem;top:3.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2fgku5pFSiPIo9JRvPEUNkgMbXLn81 { width:17.25rem;height:5.3625rem;top:4.1968765258789rem;left:16.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JntgvmFE1RRLwlE442WJP9CVx3i9pTQm { width:29.4998125rem;height:10.224625rem;top:10.620662689209rem;left:16.624349117279rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLdb7XTG47hG0JTNzvNWXJpTadmRQSgR { width:12.125rem;height:1.54296875rem;top:6.0656261444092rem;left:33.875001907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKnPtiHC8Mw8vAGtd9LC4PnJxnJKuXn { width:13.75rem;height:2.51875rem;top:4.1968765258789rem;left:0.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtt93fxKgTTTmIrlNughWviXyLrBWrRL { width:14.5rem;height:4.3125rem;top:3.2500019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOTViDyekCGy6qwBytG0GTFCbrM5y3v { width:17.5rem;height:3.4375rem;top:24.812499046326rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQFAGf4i6BbHoouIhz4x7w0mOQKsXVFP { display:block; }
 }@media only screen and (max-width: 763px) { #TcFDuwPIfbyCSI15p3WBToaomecl1UzG { display:block; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKm14WsHSktILos8AcBFUQ9l9wR0QfZ7 { width:30.625rem;height:;top:6.25rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMIo5o6XeoqqOA6TROPAfNfwKW4XUdB5 { width:32.0625rem;height:17.625rem;top:2.9375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQMwwTmUiWZ8PFiNFrckxhZ8314CQxOm { width:20.125rem;height:5.3625rem;top:3.2593746185302rem;left:1.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTN3WKkXNVcrKcE05SScB2866rKQyVui { width:29.625rem;height:11.015625rem;top:8.5499992370606rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiMdcJfEgiWz5oXiTkSLSpuVfyi0cbds { width:17.5rem;height:3.4375rem;top:22.125001907349rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCmatHFuEd9zQJQa6nPaaSfrOFo6as8 { display:block; }
 }@media only screen and (max-width: 763px) { #BwgNeGI5RfaTWsB8IlAG58vX5fakeDoG { width:14.1875rem;height:2.51875rem;top:3.8031253814698rem;left:33.562501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwKhhlXfbIBykC8gTiTKU0S7S1ztFK6T { width:14.25rem;height:4.3125rem;top:2.9375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONL0o5ZT9RDZLi9Ptoe1eVNXkWKh4WRl { width:11.3125rem;height:1.462675rem;top:5.2093753814697rem;left:21rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn { display:block; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:15.1875rem;height:5.3625rem;top:4.0000047683716rem;left:16.28125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:29.6875rem;height:8.5676875rem;top:9.8750057220456rem;left:16.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKZEhd6btamdKzzXVrul2410rS8w7tF4 { width:32.75rem;height:17.625rem;top:3.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu7aciea3KgWL17AuLcMc8F21b8VyDNV { width:17.5rem;height:3.4375rem;top:22.062505722046rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaCaAOQRWhqrhNA7JFwKPaZdMs4Snr4M { display:block; }
 }@media only screen and (max-width: 763px) { #MDhLzb9mHe7TkcW0uOPnuwAVob1CT1vL { width:13.6875rem;height:2.51875rem;top:4.0000047683716rem;left:0.57187461853027rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUoad418TNDoeLRxEnrWsFnzXm2UKnr { width:14.1875rem;height:4.3125rem;top:3.0625047683716rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdoOdtLDvo8STTiIzrHpzSSt0NbIpfH { width:12.5rem;height:1.54375rem;top:5.9093799591064rem;left:32.625001907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM { display:block; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVH7pe9dqpuwFBHmMDUgRcf1FzGih1Q6 { width:32.75rem;height:17.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CItc7n8iNyPzo3Sb5Duge1aIwF42me { width:17.5rem;height:3.4375rem;top:21.500000953674rem;left:15.32187461853rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTcX4IMsm60NtcW0TTttLt85rOhBa4M { display:block; }
 }@media only screen and (max-width: 763px) { #rEx0anCJZwGLzkSkUTlwngyXkFedx1VB { width:30.4375rem;height:11.36069375rem;top:8.4375rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF866TFcSvuaxkC7lKhEkQ2wDTqZVhWK { width:17.9375rem;height:5.3625rem;top:3.875rem;left:1.15625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67TKXCZonNBusMU0fwqHT4r4W0QPyos { width:14.4375rem;height:2.51875rem;top:3.875rem;left:33.312501907349rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2eHqrZdHlLKrLsyZBiJExWmD7kHHgfm { width:14.625rem;height:4.3125rem;top:2.9375rem;left:33.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMmUBMc6h20tBzNzSzBhHNVTlWlc1CI { width:12.5rem;height:1.625rem;top:5.7437505722046rem;left:19.16562461853rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 { display:block; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbts83qU2ZefgaHmz4lQEbVk8Rb9VBsx { width:15.1875rem;height:5.3625rem;top:4.0000047683716rem;left:16.28125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orh0dGIzUh2ERGRvtPM4JUKSzAacXBSK { width:29.6875rem;height:11.015625rem;top:9.8750057220456rem;left:16.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbyfkJZx255a9ubsxyMpE8dk5270d5q1 { width:32.6875rem;height:17.5625rem;top:2.9375rem;left:7.4991340637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQdRSCtExa7kodTyy29hl5qvQql2cTZ { width:17.5rem;height:3.4375rem;top:22.062505722046rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZg78bzAIBhENt1AcUnx3ikxHQ2sdgTy { display:block; }
 }@media only screen and (max-width: 763px) { #zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo { display:block; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row .container { width:47.75rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF04LidRJ9LcRhHKOwRQdVskNCJciX2x { width:40rem;height:2.68120625rem;top:0.8125rem;left:3.8435363769531rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIhJUcuT5CQ0q57Fvcy76JIUTHXXBa94 { width:47.75rem;height:13.80208125rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb { display:block; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSQx8OTUqNNMu19q5I4FOUQhAp6wow5N { width:14.6875rem;height:2.51875rem;top:14.543749809265rem;left:0.61458301544189rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gwod4AD8rbldK4Jk5uGc5ARm6fTEpV3Q { width:15rem;height:2.51875rem;top:14.543749809265rem;left:32.750001907349rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0NRG9K8gLaVgFBTwyHeX9MPtDmWvqZV { width:15.811625rem;height:1.7068125rem;top:14.947917938233rem;left:15.915799617767rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxkWGwOBbSwPfrRzhKwI8G32rxcMOerm { width:15.5620625rem;height:14.749375rem;top:3.5720500946045rem;left:31.832683086395rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSvsVhaXretTrMt1WequQfkAhPTbAqPD { width:15.5620625rem;height:14.6245625rem;top:3.6371536254883rem;left:15.915799617767rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR2gUPGQiLiDVP1QnB9WNoPugHz08Uso { width:15.811625rem;height:14.9370625rem;top:3.4841594696045rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1sh4HSAqSSpW8EXToROkr2RktTw5Ky { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFOfN9M7Cr4FTflyExUVkVWc9S13xgFg { width:14.875rem;height:2.6875rem;top:14.500000953674rem;left:0.52083301544189rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlrkAQBgkQxFWA6qpT4i5sRFTcpLBaXX { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:32.447916030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 { display:block; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row .container { width:47.75rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHDeWEFmeZNro90lTrgymHMl8I748HSU { width:14.6875rem;height:1.7871125rem;top:12.375rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7iewzV0aMI0yValq6PCMOutnL4GTDby { width:15rem;height:1.62435rem;top:12.4375rem;left:32.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOaS6vVxJ9H4iBT4T56IlcTVtQZO5BvT { width:15.8125rem;height:2.51844375rem;top:12rem;left:15.9375rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USTdszE9FXCWuiXar9Ke49f0N4q0egcM { width:15.2495625rem;height:15rem;top:0.75rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8zx5xaX9oflQLsfEMmbZrgTvqK1pbd { width:15.4373125rem;height:15rem;top:0.6875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRcp0uucMDhqSqgxPI0TREdOxTWyzeEa { width:15.811625rem;height:14.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOAQdRBknTkucG1mtvispTeoXaQTOqX { width:14.6875rem;height:2.5rem;top:12rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMGk0iDhK4tTCHUhCOm7GCfp2lPzakB { width:14.875rem;height:2.6875rem;top:11.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu2ClfXP8RvPpoHFNP3W625rqJJwELMp { width:14.6875rem;height:2.5rem;top:12rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 { display:block; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row .container { width:47.75rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKpprhe3gC0e1zSeXFaxznryMZQNDT3k { width:40rem;height:;top:0.8125rem;left:3.8435325622559rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVi5KIysgCDBwcwunlpVJ4efwUUfat1 { width:47.75rem;height:19.3229375rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAIAtFOerIGakTdHhr9BJTIZdw1bTEZq { width:17.5rem;height:3.4375rem;top:22.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8KSxtkQrEF8BW46AQw41efdg6cttb0 { display:block; }
 }@media only screen and (max-width: 763px) { #BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly { display:block; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KM79rykGWRTWoWwv6TEhZJ8cukDsKNOd { width:14.6875rem;height:2.51875rem;top:14.543749809265rem;left:0.61458301544189rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCRhgr5lQLy2frOH5nGDH1vRn0tn5rTn { width:15rem;height:2.51875rem;top:14.543749809265rem;left:32.750001907349rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI6Pe7ONu2dfXOH9mlgcgcZDuLD7JSJ2 { width:15.811625rem;height:1.7068125rem;top:14.947917938233rem;left:15.915799617767rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6cF90sZsGXvt9DCv8fI42c2iUE4Tphl { width:15.3125rem;height:15.3125rem;top:3.5720520019531rem;left:31.832685232163rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJRAT2TE7DbBBIp3EEgRZoQwdyWNdPCJ { width:15.25rem;height:15.25rem;top:3.6371459960938rem;left:15.915799856186rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHcDZl8032MhdgJcyM9JtVMnXSym2P7 { width:15.1875rem;height:15.1875rem;top:3.4841613769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVlSwSgqw7ZHinCb5GcqP57HBsROpSb { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2t3hvxvoFtkT9lMxz9vkxKZUZcCmGh { width:14.875rem;height:2.6875rem;top:14.500000953674rem;left:0.52083301544189rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkaeSHu3htUh1RPnL35cNzn42bx28Qy8 { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:32.447916030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 { display:block; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwskBDcWVuVgLGERKWbxuNQEVO3ORyyS { width:14.6875rem;height:2.51875rem;top:14.543749809265rem;left:0.61458301544189rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1STDq16gZheQBw78GlpGITz9ovb51c { width:15rem;height:2.51875rem;top:14.543749809265rem;left:32.750001907349rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5ICa60G9sN3loXnTd2lGXKhIQ4OcaTU { width:15.811625rem;height:1.7068125rem;top:14.947917938233rem;left:15.915799617767rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2uugiADmbL1omRlRrZf4Wg7RZrnum82 { width:10.3125rem;height:10.3125rem;top:3.5720500946045rem;left:31.832683086395rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0LOcGM9QzdvST6yqJk9avQq0SLFsxP { width:10.3125rem;height:10.3125rem;top:3.6371536254883rem;left:15.915799617767rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH5CpWng8WOCCIwFfMZeTRqDVUP7Wwus { width:10.5rem;height:10.5rem;top:3.4841594696045rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2wiif3zbgtUbvcZW37hZKR2cxdiMtR { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqZRxZRphV8lbXEpcGdTEAF0UyfqaFkK { width:14.875rem;height:2.6875rem;top:14.500000953674rem;left:0.52083301544189rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXkTqveV9y2ITc9NFThukF8rt2DP4R66 { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:32.447916030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v { display:block; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C523FzHozMRay5yLmHPB85P4VKgFcyrw { width:40rem;height:3.574225rem;top:5.0625rem;left:3.8435363769531rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHuUBxmyfEUTx3yQrE8zcmmWhUw0JsdI { width:38.75rem;height:2.68120625rem;top:1.75rem;left:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJTqNSHE3sAnakoCoBP9Rk6L7qvffESc { width:23.5rem;height:3.4375rem;top:10.4375rem;left:12.093318939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70C8XVSebDxRdtkuIx99dt2HLxzCwQs { display:block; }
 }@media only screen and (max-width: 763px) { #olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T { display:block; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5QcEmL77IGMD75ndxZW9FFUsaZ0s4WE { width:14.6875rem;height:2.51875rem;top:14.543749809265rem;left:0.61458301544189rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyUTqtvwkAaWGdMydXDap9FIK4U1Cp9d { width:15rem;height:2.51875rem;top:14.543749809265rem;left:32.750001907349rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APuXhU0P0GQ7a4maXzDnunRkfWq6MzTe { width:15.8125rem;height:2.51875rem;top:14.543749809265rem;left:15.96875rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkeM3kn30GIMtWPVPmS7eeItkytgFcCO { width:15.625rem;height:15.625rem;top:2.1729164123535rem;left:31.833333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy87ALin4RdCCWhukUrfRivySTW0hEWW { width:15.625rem;height:15.625rem;top:2.1729164123535rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftyfeaV4qKmVSvkoasAiwFh2yJgvO9Pa { width:15.625rem;height:15.625rem;top:2.1729164123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anFeUw3xvTaAz0tCoB3WKSXTasc4COFg { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LxdmQJ4amTkkJFWgNMC9TLc3gAExJ6 { width:14.875rem;height:2.6875rem;top:14.500000953674rem;left:0.52083301544189rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUtAraPzy0DK4oEI0iUSzFIOODox1m1 { width:14.6875rem;height:2.5rem;top:14.553124427796rem;left:32.447916030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA { display:block; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKdhFTKXuVVh7JfMDD4VTvnvZ39VrGCG { width:35.6875rem;height:3.575rem;top:1.9375rem;left:6.0312480926514rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U { display:block; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ76IkBoaN2oanDeSarRRyF2sXHAb9f5 { width:18.6875rem;height:6.4375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO0R624PE1wH24Un3eUvKzM9pzS8Q4O0 { width:17.75rem;height:3.41363125rem;top:7.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SuL2Ngyx40GmFNleGifLTTprBCib6U { width:17.5rem;height:3.4375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFDgkeZ6aI9oo3c1uiqGLXPdsUQQTaM { display:block; }
 }@media only screen and (max-width: 763px) { #S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K { display:block; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row .container { width:47.75rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht1FGSDA1hXcQ6qbLCpi1WmVhJqAkxot { width:38.75rem;height:;top:1.75rem;left:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZVfMt0XnOVLzXqgx8mtSOwRvqIHzVIs { width:47.75rem;height:72.795125rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 { display:block; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0wWVXdd1yxRiWl3Hp3EwcyswJLEHg0a { width:21.4375rem;height:6.375rem;top:2.8125rem;left:13.124130249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcbU9swcfKaZZMBU1uQhlQIXW9JPfox { width:16.75rem;height:4.140625rem;top:3.9375rem;left:15.467880249024rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #preUWzAOHWEMBiMxLHiXbTsi4x42Gcss { width:12.5rem;height:1.62435rem;top:19.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdoPsIHop5bghTDTC8gPgXTK2lxvL9Uf { width:13.4375rem;height:1.62435rem;top:18.5625rem;left:17.186634063721rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZkL13TE0TcXLbPgiX5ecx6ssiJcn6x { width:8.875rem;height:2.0625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHRITQaloBfhxceKa0RGU3lDOu3XdR2W { width:20.125rem;height:2.0625rem;top:18.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anQ1EQNMwNzRJZCCGPMai78u05R4e6FG { width:10.0625rem;height:2.0625rem;top:19.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxpV9zTkxvrwKkaW8UwIZDISnDGveNV { width:8.4375rem;height:1.62435rem;top:19.4375rem;left:39.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pCov40kanH1tgDT0TJJgmVvzGeW1RZ { width:23.875rem;height:1.38020625rem;top:21.4375rem;left:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkc1mNFxaDk7S7N1FLSf6Xz7DLLR0TK { width:27.375rem;height:2.0625rem;top:21.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMEtxE0ed8lbPEppo0F7PqpDn59l7q9M { width:17.5rem;height:3.4375rem;top:11.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw425dlKT21O9Er09Wti8QUM4EUh3a2 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:rgba(75,77,77,0.55);background-image:url("https://images.assets-landingi.com/LaOPsEIi/Canada_Tours.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:19.375rem;height:3.0875rem;top:10.890625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50oinef1TzLe4qF3hIBAkFJwOG3e0A5 { width:20rem;height:10rem;top:10.27499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwWbQs8OqnkWfctiFkTETiA4ptlaqHS2 { width:20rem;height:5.52083125rem;top:13.89999961853rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jiccsx5HcsN2PeVTzZAaTDO6xbWW9DnP { width:20rem;height:41.25rem;top:23.060981750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #th4qtk3blgdOVcooH6rmSSfIvuKLRkzT { width:18.125rem;height:33.797725rem;top:23.998481750488rem;left:0.93750005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WaexcCyB64ncc8Nv3kdFV7P7C5a2CFv5 { width:14.875rem;height:3.9rem;top:2.7124996185302rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPGED8PRls40LZLXTcIf08HVNq7FLAD { width:16.125rem;height:4.5625rem;top:2.3812503814698rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZgS3FRbXxJuaZ8T3BSMfmXrTOAWEEp { width:17.5rem;height:3.4375rem;top:59.295793533325rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJXkQSHetwoet6xaa0nKD0118tpCC86m { display:block; }
 }@media only screen and (max-width: 763px) { #vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 { display:block; }#vNCaZdphMvXT7IHwc5KcHe1Tw5e6s3C3 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0nozot0Wf61rMmMN4P0mCVtBESiQSu2 { width:20rem;height:4.5486125rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BmdHdkAU/Lodge_Northwest_Territories.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #7dba2f;border-left:0;border-right:0;border-bottom:0.625rem solid #7dba2f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi.adaptive-delivery-prevent-bg, #X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi.lazyload, #X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi.lazyloading { background-image: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container { background-color: transparent; background-image: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container > .video-iframe-container { display: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row > .video-iframe-container { display: none; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .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); }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container { border-width: 0; border-radius: 0; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X44Bzs8r5CTVZy1ytfIzCMFJdL0kAJBi > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CC3TPn8wBQhXixkuEwnt00Cs3TtWKnXS { width:18.75rem;height:2.0625rem;top:21.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uqb6WF6Wmz8RohxBPeZfB0E8ncHpHIHT { width:20rem;height:25.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpMgTCwTqMgTDrrB7W7Cab1GrG0GafJd { width:20rem;height:5.19748125rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chG3c6EAUBWFJrPLOzwgEbhu3tSoXt3E { width:20rem;height:14.6875rem;top:10.512500762939rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmEOizDJ8eUW4Z1kJmlIDe1SB5DeJT95 { width:17.5rem;height:3.4375rem;top:34.762501716614rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5xA0oW6sqsOWVh8gKLsunv4AJ6znmS { display:block; }
 }@media only screen and (max-width: 763px) { #SPSifVW8XFcooWBPbK6fE7wV893DWgiK { width:19.875rem;height:2.59874375rem;top:30.329167366028rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryFOsESEp7ISs0ffR4hyuprzOae6W3EV { width:20rem;height:4.3125rem;top:29.472916603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oohNC3lgS7ZcSTTEAIwR5kh8dntfogmu { width:12.5rem;height:1.62435rem;top:8.3250007629394rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN { display:block; }#n08cCgVmq5oP5xuSIE5TVEGTTBIsU4tN > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsyaqNDyWPVcsQQynMRDI95iGBvQtUDp { width:20rem;height:29rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuuOJkQIBArwWotblgTosz1ECA7xxqAz { width:17.25rem;height:5.19748125rem;top:3.1083335876465rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4yTCkTX2LG9MZ1V7LN4KOOgJhAmVsuP { width:20rem;height:19.313125rem;top:10.727083206177rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT8pUBpWxzZ17TdpSwQ7I3ifDyfIuRpK { width:12.125rem;height:1.625rem;top:8.3083305358888rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUnZhrc8hrn8K1LabAvMyJsrEoi6UqI { width:19.875rem;height:2.59874375rem;top:34.109376907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkATCsevi3urJ5JIE7pN0gM16ns2S3Tg { width:20rem;height:4.3125rem;top:33.253122329712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1VdNTiTo44uoFNT2uUlnqZMLEybwQJ9 { width:17.5rem;height:3.4375rem;top:38.933334350586rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3mQzeEw9w6b1PkPI73HkC8tMVfLTAVs { display:block; }
 }@media only screen and (max-width: 763px) { #Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BmdHdkAU/Lodge_Northwest_Territories.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #7dba2f;border-left:0;border-right:0;border-bottom:0.625rem solid #7dba2f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ.adaptive-delivery-prevent-bg, #Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ.lazyload, #Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ.lazyloading { background-image: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container { background-color: transparent; background-image: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container > .video-iframe-container { display: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row > .video-iframe-container { display: none; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .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); }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container { border-width: 0; border-radius: 0; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wenhn8bbk8wpCLEMw6J8GCEpkibnBEJJ > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I98xzShZQUr2l3X6vzxRCoL89oRrD7Bi { width:18.75rem;height:2.0625rem;top:21.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pFtXvQsv9GKhOoNT4XhrrT2VlLMQ3fOR { width:20rem;height:25.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHni0T5HqKOpqn1qk2RwpQo1Kri2LV1 { width:20rem;height:5.19748125rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEdm4oVgQMeMvvxoPvJnhGaQbh1WTB8Q { width:20rem;height:17.1354375rem;top:9.9490051269531rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhmRifGxruSix8mb2tRpUAqpRPezwLBs { width:17.5rem;height:3.4375rem;top:34.762501716614rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8rSdXr4RKH2n9VcK1nC2SKH7fUFtsA { display:block; }
 }@media only screen and (max-width: 763px) { #cXqSTB6n8HCeT32haWyr2cgQVAFDBOPk { width:19.875rem;height:2.59874375rem;top:30.329167366028rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2g6a28T4QkDlTykDs4NK86KvTITVwmH { width:20rem;height:4.3125rem;top:29.472916603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqu2Bb579AxSWTG6rSXX3DTPBkB0eTX4 { width:12.5rem;height:1.625rem;top:8.3250007629394rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE { display:block; }#DmnzyXBSrJnhcn16Bd60VIgOgUSbEkcE > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afxLronc13TsKssWaTVMVRJ0BHqSndw1 { width:20rem;height:29rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2fgku5pFSiPIo9JRvPEUNkgMbXLn81 { width:17.25rem;height:5.19748125rem;top:3.1083335876465rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JntgvmFE1RRLwlE442WJP9CVx3i9pTQm { width:20rem;height:15.9049375rem;top:12.226552963257rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLdb7XTG47hG0JTNzvNWXJpTadmRQSgR { width:12.1245625rem;height:1.62435rem;top:8.994140625rem;left:3.9366322159767rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKnPtiHC8Mw8vAGtd9LC4PnJxnJKuXn { width:19.875rem;height:2.59874375rem;top:34.109376907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gtt93fxKgTTTmIrlNughWviXyLrBWrRL { width:20rem;height:4.3125rem;top:33.253122329712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOTViDyekCGy6qwBytG0GTFCbrM5y3v { width:17.5rem;height:3.4375rem;top:38.933334350586rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQFAGf4i6BbHoouIhz4x7w0mOQKsXVFP { display:block; }
 }@media only screen and (max-width: 763px) { #TcFDuwPIfbyCSI15p3WBToaomecl1UzG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BmdHdkAU/Lodge_Northwest_Territories.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #7dba2f;border-left:0;border-right:0;border-bottom:0.625rem solid #7dba2f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG.adaptive-delivery-prevent-bg, #TcFDuwPIfbyCSI15p3WBToaomecl1UzG.lazyload, #TcFDuwPIfbyCSI15p3WBToaomecl1UzG.lazyloading { background-image: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container { background-color: transparent; background-image: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container > .video-iframe-container { display: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row > .video-iframe-container { display: none; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .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); }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container { border-width: 0; border-radius: 0; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcFDuwPIfbyCSI15p3WBToaomecl1UzG > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKm14WsHSktILos8AcBFUQ9l9wR0QfZ7 { width:18.75rem;height:2.0625rem;top:21.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TMIo5o6XeoqqOA6TROPAfNfwKW4XUdB5 { width:20rem;height:25.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQMwwTmUiWZ8PFiNFrckxhZ8314CQxOm { width:20rem;height:5.19748125rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTN3WKkXNVcrKcE05SScB2866rKQyVui { width:20rem;height:15.9114375rem;top:10.512500762939rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiMdcJfEgiWz5oXiTkSLSpuVfyi0cbds { width:17.5rem;height:3.4375rem;top:34.762501716614rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCmatHFuEd9zQJQa6nPaaSfrOFo6as8 { display:block; }
 }@media only screen and (max-width: 763px) { #BwgNeGI5RfaTWsB8IlAG58vX5fakeDoG { width:19.875rem;height:2.59874375rem;top:30.329167366028rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwKhhlXfbIBykC8gTiTKU0S7S1ztFK6T { width:20rem;height:4.3125rem;top:29.472916603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONL0o5ZT9RDZLi9Ptoe1eVNXkWKh4WRl { width:12.5rem;height:1.625rem;top:8.3250007629394rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tnZSgCCi/Niagara_Falls_Ontario.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #7dba2f;display:block; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn.adaptive-delivery-prevent-bg, #tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn.lazyload, #tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn.lazyloading { background-image: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container { background-color: transparent; background-image: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container > .video-iframe-container { display: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row > .video-iframe-container { display: none; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .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); }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container { border-width: 0; border-radius: 0; }#tmsmZPiasOZmqfS9nBiT7MZpb6uPnKCn > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:18.75rem;height:5.19748125rem;top:3.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:19.375rem;height:13.4635625rem;top:11.387500762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKZEhd6btamdKzzXVrul2410rS8w7tF4 { width:20rem;height:23.5625rem;top:2.7999954223633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu7aciea3KgWL17AuLcMc8F21b8VyDNV { width:17.5rem;height:3.4375rem;top:34.675001144409rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaCaAOQRWhqrhNA7JFwKPaZdMs4Snr4M { display:block; }
 }@media only screen and (max-width: 763px) { #MDhLzb9mHe7TkcW0uOPnuwAVob1CT1vL { width:19.5625rem;height:2.59874375rem;top:29.519792556762rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpUoad418TNDoeLRxEnrWsFnzXm2UKnr { width:20rem;height:4.3125rem;top:28.663541793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdoOdtLDvo8STTiIzrHpzSSt0NbIpfH { width:12.5rem;height:1.625rem;top:8.7000026702881rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM { display:block; }#DMvO2RzLT3IkAupF9Jdx0mUpbTcvRHLM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVH7pe9dqpuwFBHmMDUgRcf1FzGih1Q6 { width:20rem;height:24.75rem;top:1.25rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CItc7n8iNyPzo3Sb5Duge1aIwF42me { width:17.5rem;height:3.4375rem;top:33.645833015442rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTcX4IMsm60NtcW0TTttLt85rOhBa4M { display:block; }
 }@media only screen and (max-width: 763px) { #rEx0anCJZwGLzkSkUTlwngyXkFedx1VB { width:20rem;height:15.90494375rem;top:8.887499809265rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DF866TFcSvuaxkC7lKhEkQ2wDTqZVhWK { width:20rem;height:5.19748125rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U67TKXCZonNBusMU0fwqHT4r4W0QPyos { width:20rem;height:2.59874375rem;top:28.939581871033rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2eHqrZdHlLKrLsyZBiJExWmD7kHHgfm { width:20rem;height:4.3125rem;top:28.083329200744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMmUBMc6h20tBzNzSzBhHNVTlWlc1CI { width:12.5rem;height:1.625rem;top:7.262499809265rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tnZSgCCi/Niagara_Falls_Ontario.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #7dba2f;display:block; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8.adaptive-delivery-prevent-bg, #aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8.lazyload, #aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8.lazyloading { background-image: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container { background-color: transparent; background-image: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container > .video-iframe-container { display: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row > .video-iframe-container { display: none; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .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); }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container { border-width: 0; border-radius: 0; }#aKOKUk5CoGRs4lyT3FJB01ua1TizDEl8 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbts83qU2ZefgaHmz4lQEbVk8Rb9VBsx { width:18.75rem;height:5.19748125rem;top:3.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #orh0dGIzUh2ERGRvtPM4JUKSzAacXBSK { width:19.375rem;height:17.1354375rem;top:11.387500762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbyfkJZx255a9ubsxyMpE8dk5270d5q1 { width:20rem;height:27.6875rem;top:2.7994842529297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQdRSCtExa7kodTyy29hl5qvQql2cTZ { width:17.5rem;height:3.4375rem;top:34.675001144409rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZg78bzAIBhENt1AcUnx3ikxHQ2sdgTy { display:block; }
 }@media only screen and (max-width: 763px) { #zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo { display:block; }#zZ57WhLAkn70XyXQFetLUG8FgmDwoFpo > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF04LidRJ9LcRhHKOwRQdVskNCJciX2x { width:20rem;height:1.7871125rem;top:2.3124971389771rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIhJUcuT5CQ0q57Fvcy76JIUTHXXBa94 { width:20rem;height:27.60418125rem;top:5.3493912475586rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb { display:block; }#RUkRBzUhQhxtITSIeHvQze4zdC9WSRAb > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSQx8OTUqNNMu19q5I4FOUQhAp6wow5N { width:18.5625rem;height:2.59874375rem;top:16.841661453247rem;left:0.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gwod4AD8rbldK4Jk5uGc5ARm6fTEpV3Q { width:18.125rem;height:2.59874375rem;top:68.399999618531rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0NRG9K8gLaVgFBTwyHeX9MPtDmWvqZV { width:15.811625rem;height:1.8684875rem;top:42.798391342163rem;left:2.0930989384651rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxkWGwOBbSwPfrRzhKwI8G32rxcMOerm { width:19.749375rem;height:18.6870625rem;top:54.181859970093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSvsVhaXretTrMt1WequQfkAhPTbAqPD { width:19.749375rem;height:18.624125rem;top:27.796224594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR2gUPGQiLiDVP1QnB9WNoPugHz08Uso { width:19.749375rem;height:18.811875rem;top:2.7495670318604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1sh4HSAqSSpW8EXToROkr2RktTw5Ky { width:17.1875rem;height:3.5rem;top:41.983342170716rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFOfN9M7Cr4FTflyExUVkVWc9S13xgFg { width:18.6875rem;height:3.5rem;top:16.391666412354rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlrkAQBgkQxFWA6qpT4i5sRFTcpLBaXX { width:18.6875rem;height:3.5rem;top:67.949998855594rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 { display:block; }#MQKTrrTIGTzxvx6q0aVEl039T0ft2Am6 > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHDeWEFmeZNro90lTrgymHMl8I748HSU { width:18.5625rem;height:2.192925rem;top:16.841661453247rem;left:0.71875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7iewzV0aMI0yValq6PCMOutnL4GTDby { width:18.125rem;height:2.11263125rem;top:68.642586946487rem;left:0.93750005960463rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOaS6vVxJ9H4iBT4T56IlcTVtQZO5BvT { width:15.8125rem;height:2.59874375rem;top:42.433326721191rem;left:2.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USTdszE9FXCWuiXar9Ke49f0N4q0egcM { width:19.749375rem;height:19.4998125rem;top:53.182510375976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI8zx5xaX9oflQLsfEMmbZrgTvqK1pbd { width:19.749375rem;height:19.1873125rem;top:28.027344942093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRcp0uucMDhqSqgxPI0TREdOxTWyzeEa { width:19.749375rem;height:19.124375rem;top:2.4370660781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOAQdRBknTkucG1mtvispTeoXaQTOqX { width:17.1875rem;height:3.5rem;top:41.983342170716rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMGk0iDhK4tTCHUhCOm7GCfp2lPzakB { width:18.6875rem;height:3.5rem;top:16.391666412354rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu2ClfXP8RvPpoHFNP3W625rqJJwELMp { width:18.6875rem;height:3.5rem;top:67.949998855594rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 { display:block; }#xbRbKmHkx7mlzi84Tas6XJWJ2s6xJoU6 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKpprhe3gC0e1zSeXFaxznryMZQNDT3k { width:20rem;height:1.7871125rem;top:2.3124971389771rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfVi5KIysgCDBwcwunlpVJ4efwUUfat1 { width:20rem;height:46.9271rem;top:5.3493912475586rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAIAtFOerIGakTdHhr9BJTIZdw1bTEZq { width:17.5rem;height:3.4375rem;top:53.525390136719rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8KSxtkQrEF8BW46AQw41efdg6cttb0 { display:block; }
 }@media only screen and (max-width: 763px) { #BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly { display:block; }#BGNdXSzmG5bgl3nTx6IrefF5Bt60gVly > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KM79rykGWRTWoWwv6TEhZJ8cukDsKNOd { width:18.5625rem;height:2.59874375rem;top:16.841661453247rem;left:0.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCRhgr5lQLy2frOH5nGDH1vRn0tn5rTn { width:18.125rem;height:2.59874375rem;top:68.399999618531rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI6Pe7ONu2dfXOH9mlgcgcZDuLD7JSJ2 { width:15.811625rem;height:1.8684875rem;top:42.798391342163rem;left:2.0930989384651rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6cF90sZsGXvt9DCv8fI42c2iUE4Tphl { width:19.749375rem;height:19.6245625rem;top:52.744142532349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJRAT2TE7DbBBIp3EEgRZoQwdyWNdPCJ { width:19.749375rem;height:19.749375rem;top:27.235244989395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHcDZl8032MhdgJcyM9JtVMnXSym2P7 { width:19.561625rem;height:19.561625rem;top:1.4995660781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVlSwSgqw7ZHinCb5GcqP57HBsROpSb { width:17.1875rem;height:3.5rem;top:41.983342170716rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl2t3hvxvoFtkT9lMxz9vkxKZUZcCmGh { width:18.6875rem;height:3.5rem;top:16.391666412354rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkaeSHu3htUh1RPnL35cNzn42bx28Qy8 { width:18.6875rem;height:3.5rem;top:67.949998855594rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 { display:block; }#vHu2Ilb3ccPHJQsHxy0wnWyWAPMt7oO6 > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwskBDcWVuVgLGERKWbxuNQEVO3ORyyS { width:18.5625rem;height:2.59874375rem;top:16.841661453247rem;left:0.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1STDq16gZheQBw78GlpGITz9ovb51c { width:18.125rem;height:2.59874375rem;top:68.399999618531rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5ICa60G9sN3loXnTd2lGXKhIQ4OcaTU { width:15.811625rem;height:1.8684875rem;top:42.798391342163rem;left:2.0930989384651rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2uugiADmbL1omRlRrZf4Wg7RZrnum82 { width:19.749375rem;height:19.749375rem;top:52.930776596069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0LOcGM9QzdvST6yqJk9avQq0SLFsxP { width:19.375rem;height:19.375rem;top:27.796203613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH5CpWng8WOCCIwFfMZeTRqDVUP7Wwus { width:19.749375rem;height:20.2495625rem;top:1.4366321563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2wiif3zbgtUbvcZW37hZKR2cxdiMtR { width:17.1875rem;height:3.5rem;top:41.983342170716rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqZRxZRphV8lbXEpcGdTEAF0UyfqaFkK { width:18.6875rem;height:3.5rem;top:16.391666412354rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXkTqveV9y2ITc9NFThukF8rt2DP4R66 { width:18.6875rem;height:3.5rem;top:67.949998855594rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v { display:block; }#euGCpdUaeZnkNnlVWPrlkGbLU6GNSJ3v > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C523FzHozMRay5yLmHPB85P4VKgFcyrw { width:20rem;height:8.93554375rem;top:8.310546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHuUBxmyfEUTx3yQrE8zcmmWhUw0JsdI { width:20rem;height:5.19748125rem;top:1.6200084686279rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJTqNSHE3sAnakoCoBP9Rk6L7qvffESc { width:19rem;height:3.4375rem;top:18.943123876953rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70C8XVSebDxRdtkuIx99dt2HLxzCwQs { display:block; }
 }@media only screen and (max-width: 763px) { #olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T { display:block; }#olXWDlzVmSDxVdJbT2EnssbWgPdV6G4T > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5QcEmL77IGMD75ndxZW9FFUsaZ0s4WE { width:18.5625rem;height:2.59874375rem;top:16.841661453247rem;left:0.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyUTqtvwkAaWGdMydXDap9FIK4U1Cp9d { width:18.125rem;height:2.59874375rem;top:68.399999618531rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APuXhU0P0GQ7a4maXzDnunRkfWq6MzTe { width:15.8125rem;height:2.59874375rem;top:42.433326721191rem;left:2.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkeM3kn30GIMtWPVPmS7eeItkytgFcCO { width:19.375rem;height:19.375rem;top:52.5583325rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy87ALin4RdCCWhukUrfRivySTW0hEWW { width:19.375rem;height:19.375rem;top:26.90416625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftyfeaV4qKmVSvkoasAiwFh2yJgvO9Pa { width:19.375rem;height:19.375rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anFeUw3xvTaAz0tCoB3WKSXTasc4COFg { width:17.1875rem;height:3.5rem;top:41.983342170716rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LxdmQJ4amTkkJFWgNMC9TLc3gAExJ6 { width:18.6875rem;height:3.5rem;top:16.391666412354rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUtAraPzy0DK4oEI0iUSzFIOODox1m1 { width:18.6875rem;height:3.5rem;top:67.949998855594rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA { display:block; }#SNzeZM4Wq9FuyoqhMKk0wfpTtZQhXCzA > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKdhFTKXuVVh7JfMDD4VTvnvZ39VrGCG { width:20rem;height:7.1484375rem;top:2.6812438964844rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/20qvraOU/B_r_Knight_Inlet_Panorama.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U.adaptive-delivery-prevent-bg, #DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U.lazyload, #DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U.lazyloading { background-image: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container { background-color: transparent; background-image: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container > .video-iframe-container { display: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row > .video-iframe-container { display: none; }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .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); }#DvA2wT9WcJNtQw5mGTsqiZT4NpfDoG6U > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ76IkBoaN2oanDeSarRRyF2sXHAb9f5 { width:19.25rem;height:6.4375rem;top:2.84375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO0R624PE1wH24Un3eUvKzM9pzS8Q4O0 { width:18.9375rem;height:3.41363125rem;top:4.3562507629394rem;left:0.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6SuL2Ngyx40GmFNleGifLTTprBCib6U { width:17.5rem;height:3.4375rem;top:10.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFDgkeZ6aI9oo3c1uiqGLXPdsUQQTaM { display:block; }
 }@media only screen and (max-width: 763px) { #S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K { display:block; }#S3qgrF9rkRK0Br8yyWtnVTagqK7TZU0K > .row .container { width:20rem;height:161.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht1FGSDA1hXcQ6qbLCpi1WmVhJqAkxot { width:20rem;height:7.79625rem;top:1.6200084686279rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZVfMt0XnOVLzXqgx8mtSOwRvqIHzVIs { width:20rem;height:149.4899875rem;top:10.665146484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 { display:block; }#W0ZQchQb2TiXuM3kC0VFBrhAvsLpW843 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0wWVXdd1yxRiWl3Hp3EwcyswJLEHg0a { width:20rem;height:6.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcbU9swcfKaZZMBU1uQhlQIXW9JPfox { width:16.8125rem;height:4.140625rem;top:2.3968658447266rem;left:2.3437519073486rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #preUWzAOHWEMBiMxLHiXbTsi4x42Gcss { width:7.5625rem;height:1.62435rem;top:10.4375rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdoPsIHop5bghTDTC8gPgXTK2lxvL9Uf { width:19.5625rem;height:1.62435rem;top:17.1875rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiZkL13TE0TcXLbPgiX5ecx6ssiJcn6x { width:8.9375rem;height:2.125rem;top:10.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHRITQaloBfhxceKa0RGU3lDOu3XdR2W { width:20rem;height:2.125rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anQ1EQNMwNzRJZCCGPMai78u05R4e6FG { width:10.125rem;height:2.125rem;top:13.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxpV9zTkxvrwKkaW8UwIZDISnDGveNV { width:9.0625rem;height:1.62435rem;top:14.0625rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pCov40kanH1tgDT0TJJgmVvzGeW1RZ { width:20rem;height:2.76041875rem;top:20.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTkc1mNFxaDk7S7N1FLSf6Xz7DLLR0TK { width:20rem;height:3.6875rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMEtxE0ed8lbPEppo0F7PqpDn59l7q9M { width:17.5rem;height:3.4375rem;top:24.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw425dlKT21O9Er09Wti8QUM4EUh3a2 { display:block; }
 }