.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:223,254,237;--color-primary-1:159,252,200;--color-primary-2:95,250,164;--color-primary-3:48,210,66;--color-primary-4:11,152,19;--color-secondary-0:214,235,250;--color-secondary-1:146,199,224;--color-secondary-2:74,162,204;--color-secondary-3:24,94,143;--color-secondary-4:15,32,41;--color-tertiary-0:255,255,255;--color-tertiary-1:102,102,102;--color-tertiary-2:8,7,7;--color-tertiary-3:10,3,3;--color-tertiary-4:0,0,0;--headlines-font-family:"PT Serif";--paragraphs-font-family:"PT Serif"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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:transparent;background-image:url("https://images.assets-landingi.com/uc/eeef94c2-f80e-484d-8c4c-7de13160f6b0/aae31721montreal26883931920_10000001hc0w400001p01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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(26,26,26,0.54); }#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(26,26,26,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;overflow:visible;position:relative;display:block; }#fJhsMo8osNx2HOKq8TJnxeKwpbPh1OLD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.3125rem;top:1.875rem;left:0.75rem;overflow:hidden;display:block; }
#fzwv9Rq3DTwSWR0XqxQyIiRdtkXfRa3v { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:"pt sans";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.25rem;left:24.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMl29DQNghz3Cl9ApiVTfXyi0gS9Qip7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:18.0625rem;left:22.875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#mmA8mDS3ru18hoKHHBRLVdTJxtncFhAK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.3125rem;left:26.65625rem;display:block; }
#PQzQu7bsoFQKTnnKwLgwJ4HTZT3QafJd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faP1H1GpgZiNkncW79GuPTO0pvM7yw2k { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5rem;left:56.257289886474rem;display:block; }
#KV70dvuepUQTfklGglQzUqU6y9yycnWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7IgTtlEliLyUrWXVCHwXwyZ7ceWH5hT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.5rem;top:25.8125rem;left:0.65625rem;overflow:hidden;display:block; }
#LOEFZxbJJP2XtpXGDiTMxgTcGLa8zTry { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.625rem;left:63.206594501575rem;display:block; }
#iPatSw7vV5InBMTVZqhaN8ckBn3uDUEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRAfIIwlB6HW3LskP91sXTL1foQufWuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row .container { background-color: transparent; background-image: none; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row .container > .video-iframe-container { display: none; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row > .video-iframe-container { display: none; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .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); }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row .container { border-width: 0; border-radius: 0; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#CzDzgo6BsMquABH3Mg2Ni9U1DW2pFtKm { color:#1869a1;display:block;width:40.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:17.062501907349rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ptuNRGRRUFCHTHpyanIWXHlxNwKog9yy { color:rgba(var(--color-tertiary-3),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.625rem;left:10.3125rem;height:18.2rem;text-align:left;text-align-last:left;display:block; }
#UeMUyEuM6095csN0uvMBLGmpO1zS0qs8 { color:#1869a1;display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.562498092651rem;left:13.906253814698rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row .container { background-color: transparent; background-image: none; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row .container > .video-iframe-container { display: none; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row > .video-iframe-container { display: none; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .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); }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row .container { border-width: 0; border-radius: 0; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#BNwBN1Hnfk3bNX0yyph73qh4c31dWTbp { color:#1869a1;display:block;width:41.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:16.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#REU79V1vRUfOn8wTLsHXpF5pvQmTclOC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:19.4375rem;top:5.78125rem;left:26.937501907349rem;overflow:hidden;display:block; }
#yA7ViU8UsW771T3cttEtwgb5dx2pR4QT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.875rem;top:5.5rem;left:13.1875rem;overflow:hidden;display:block; }
#Tyqm3OTVt62HW3FIL8pTqSquvicymdGE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.125rem;top:7.34375rem;left:49.291666030884rem;overflow:hidden;display:block; }
#r1kXyCyKTC5OBxrVSutM3zbUUvXZqzoG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:12.6875rem;top:11.78125rem;left:15.1875rem;overflow:hidden;display:block; }
#J2P9vC4FQMxw0d9Fs4RmEsLlN6qy7TQM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:13.5625rem;top:11.78125rem;left:31.375001907349rem;overflow:hidden;display:block; }
#R06P4nesiWM4WTG51l6iuZkfs2G8bgzk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.875rem;top:11.78125rem;left:50.916666030884rem;overflow:hidden;display:block; }
#M9xTJOT302QgeRD4NrsnAoSD5l1JUTKH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.625rem;top:17.59375rem;left:6.6041660308837rem;overflow:hidden;display:block; }
#vSmyRmxETib2Cr2BR98hJTTxlKwTMT35 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.9375rem;top:20.15625rem;left:20.625001907349rem;overflow:hidden;display:block; }
#HsGvOGOAbq0yb7WAzdduVNwndl6zMEN8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:16.9375rem;top:20.15625rem;left:36.625001907349rem;overflow:hidden;display:block; }
#rVmUDLqz90ABvPqtFZMIQk1E4K7zZEAC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.5625rem;top:20.5rem;left:56.791666030884rem;overflow:hidden;display:block; }
#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row .container { background-color: transparent; background-image: none; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row .container > .video-iframe-container { display: none; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row > .video-iframe-container { display: none; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .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); }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row .container { border-width: 0; border-radius: 0; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#hKgy8xQXTXhfhVbonlBzmt1erMph4SFr { color:#1869a1;display:block;width:41.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:16.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lTnUURKNFD3lBlfbOnISaXA1kuIdLr11 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.8125rem;top:8.1875rem;left:13.84375rem;overflow:hidden;display:block; }
#fHmBK7P8fNboIUpOhLK3eBlQTBnu8L5d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:3.6875rem;left:30.0625rem;overflow:hidden;display:block; }
#PT2acFynOArfHSss8AIU1E1mw2Rb8Bxb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:15.0625rem;top:7.1875rem;left:48.46875rem;overflow:hidden;display:block; }
#pVPkeiI0EGBnmodT1PXVJ2FgbXOTd959 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:11.5rem;top:16.09375rem;left:17.875rem;overflow:hidden;display:block; }
#W9GAyfJhZTpteuA0zJr5LmcFfNxOxXQc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:15.0625rem;left:33.46875rem;overflow:hidden;display:block; }
#Nrm6qP41JRwD4OHHZkxv7icGlNZJlfCT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:14.0625rem;top:18.03125rem;left:44.9375rem;overflow:hidden;display:block; }
#HNyCJ1R0EHmQuhR2yCL8WcET7eC99MyS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:12.8125rem;top:23.5rem;left:15.34375rem;overflow:hidden;display:block; }
#GCoaycPRWBBBQAKEQnA0ATrK3I3iumzh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:17.75rem;top:27rem;left:28.625rem;overflow:hidden;display:block; }
#U1VRV1mo8CcSgxVdvaQ7Rfcd5JXG6Iq4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:24.875rem;left:49.03125rem;overflow:hidden;display:block; }
#K0MwSr8KX3rlnsTg5tU2e2DKlRyQm1x5 { color:#2e2e2e;display:block;width:51.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.30078125rem;left:11.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row .container { background-color: transparent; background-image: none; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row .container > .video-iframe-container { display: none; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row > .video-iframe-container { display: none; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .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); }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row .container { border-width: 0; border-radius: 0; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#PB450nM91g9xnzoZrTKht8xId7Ta1Ht1 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P1SQMeTxZ9uhka7gsK5gNzG2yKhNW9ns { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;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:1.4375rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEZlgADFadvAr4s4rmvb8P85zBLF6Dtg { color:rgba(var(--color-tertiary-2),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:17.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTn4ZT0QccCt9lAeoR18rObmZhV3suf9 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZZHcVz5q4SX1p6g5zdk8fPvXA8praUm { color:rgba(var(--color-tertiary-2),1);display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VWGKv42ULPZu03Xql3RPsfL14mN0fTgS { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.75rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#anDIFT2EmA5d13Tnmm5K4EqXuCgfffIX { color:rgba(var(--color-tertiary-2),1);display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.0625rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#smiAL8Z9eCTSARr10qcOV3kkU0abe2BD { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.125rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c4t9SPAMwqpogtdX4G3UlkX5gD4OTNkS { color:rgba(var(--color-tertiary-2),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.8125rem;left:17.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FD1QG8kXTmX1Wse6FfbTndxhbJ83eQzh { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;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:26.9375rem;left:17.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dRIOIDm9AHmzTIopc4adzviSQu4rUcR2 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.6875rem;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:37.074999809265rem;left:17.437503814698rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vn8osudRznkAkuUMpNWz6VPPnB0WVz00 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:38.937499046326rem;left:17.437503814698rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row .container { background-color: transparent; background-image: none; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row .container > .video-iframe-container { display: none; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row > .video-iframe-container { display: none; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .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); }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row .container { border-width: 0; border-radius: 0; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#P8BM3nOo8liQTcLyCPia7ESdcPXsuKlc { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5895843505859rem;left:15.750003814698rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HimPlHPFH9NyyDmRReRk05OkqrRnMtpk { color:rgba(var(--color-tertiary-3),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.312497138977rem;left:17.062503814698rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#WDRvHU1XBmWFlgFhR3cTF1lGQ17tnT4V { color:#5a5252;display:block;width:46rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.319801330566rem;left:17.062503814698rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb7575;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; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row .container { background-color: transparent; background-image: none; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row .container > .video-iframe-container { display: none; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row > .video-iframe-container { display: none; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .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); }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row .container { border-width: 0; border-radius: 0; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#moS8Wsw9SmeHDQSDwcUVOZw8F3bv8mph { color:rgba(var(--color-tertiary-4),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.28125rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lrwtJMsSxdz3guONVi5dnCuSLmJVrzgd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14.5rem;top:15.0625rem;left:9.875rem;overflow:hidden;display:block; }
#ZGR2ZudRBaMlWgxKuL1erR71eFTlnTTQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:16.375rem;top:14.53125rem;left:29.3125rem;overflow:hidden;display:block; }
#WAA8QARQkBAt0vxSuppvIyUOLkoQpBL9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:17.5625rem;top:15.0625rem;left:51.1875rem;overflow:hidden;display:block; }
#DC6QXC1IKLZEVNvQhRTqC49OJc4EuMTx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:14.5rem;top:31.875rem;left:10.5rem;overflow:hidden;display:block; }
#R21spulPv38T59eZ2FMgF4REs1Bzfaqg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:17.25rem;top:27.9375rem;left:29.3125rem;overflow:hidden;display:block; }
#yHT9iZgdCxG6GVIXNFiNPRUItVeKZou5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:16.4375rem;top:26rem;left:51.1875rem;overflow:hidden;display:block; }
#Bq4N3HclPtb4HtL06TcBirI7MpQcSzKn { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:38.01953125rem;left:27.0625rem;height:9.8rem;text-align:left;text-align-last:left;display:block; }
#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row .container { background-color: transparent; background-image: none; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row .container > .video-iframe-container { display: none; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row > .video-iframe-container { display: none; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .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); }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row .container { border-width: 0; border-radius: 0; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#kWI1bh3i4irb1VaztdTbmR5fSdgpMTqW { color:rgba(var(--color-tertiary-4),1);display:block;width:61.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1XOcixFmyNxBSCZvJpKhl0MDucI194H { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:71.125rem;top:7.21875rem;left:1.9375rem;overflow:hidden;display:block; }
#qbpan2iQ8zTXRegyiHolREky2xSLhR6i { color:rgba(var(--color-tertiary-3),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.0625rem;left:13.59375rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#xXFzlnxI70cC7z7A7CT8deauXddPGIdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5e3a0;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; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row .container { background-color: transparent; background-image: none; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row .container > .video-iframe-container { display: none; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row > .video-iframe-container { display: none; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .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); }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row .container { border-width: 0; border-radius: 0; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#GM5MiLZ8lald5NeKMUnlmhC1nIuTFDZm { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:9.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BZ2pLrbThmZqxBmkI6obgxWSdutgLICe { color:rgba(var(--color-tertiary-1),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:14.64453125rem;left:17.96875rem;height:8.4rem;text-align:left;text-align-last:left;display:block; }
#FWtgh0V1woTTFOLeoA05bNb8WTUZ5rqq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:9.9375rem;top:7.25rem;left:24.8125rem;overflow:hidden;display:block; }
#ra9v0laTlzf8nEbXMHx8qMxL628D9FrV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:6.875rem;top:7.4375rem;left:37.625rem;overflow:hidden;display:block; }
#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row .container { background-color: transparent; background-image: none; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row .container > .video-iframe-container { display: none; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row > .video-iframe-container { display: none; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .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); }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row .container { border-width: 0; border-radius: 0; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#ZyBoPDM6Eu6ASEH9PDqskZBDzTuB1012 { color:#1869a1;display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:33.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nQWTneDmnw26l2p1xfk6I25d89I4mBUT { color:rgba(var(--color-tertiary-1),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.875rem;left:33.5rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#iLnzELIBBIOsrsWlGOiASCuG7n5wXfgP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.25rem;top:4.4375rem;left:9.5rem;overflow:hidden;display:block; }
#Rn01BEAtebc06XkBHmA6TBAii4P86s0O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.6875rem;left:33.5rem;display:block; }
#TTFU0KtVsBzXcNU5f4Zyb8MF7lOlNVTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq { position:relative;display:block; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq { background-color: transparent; background-image: none; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row .container > .video-iframe-container { display: none; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row > .video-iframe-container { display: none; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .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); }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq { border-width: 0; border-radius: 0; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z0l3kuEVr8RFGdgvCMsZdmqR2DraBJkc { color:#1869a1;display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:44.46875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yUzkHcftP3fatdpKW1RDbn2qgAf5kNsN { color:rgba(var(--color-tertiary-1),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:7.25rem;left:48rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#zLC6T2CcyM4avPtn4WgyeMnZhbOw529x { color:rgba(var(--color-tertiary-1),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:18rem;left:48rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#HP7LTJqdwWAZcBitih8zOoeCa0r0FcIA { color:#1869a1;display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.875rem;left:44.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DT0Kd5ZxGs5opAqR1mMpfFwyPGdRi6wh { color:rgba(var(--color-tertiary-1),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:22.0625rem;left:48.000001907349rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#dk11d3hGAPztKBe96BJMwrBSUT4VpR9Z { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:43.875rem;top:1.375rem;left:0.78750038146975rem;overflow:hidden;display:block; }
#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eeef94c2-f80e-484d-8c4c-7de13160f6b0/aae31721montreal26883931920_10000001hc0w400001p01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A.adaptive-delivery-prevent-bg, #VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A.lazyload, #VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A.lazyloading { background-image: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container { background-color: transparent; background-image: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,49,49,0.57); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container > .video-iframe-container { display: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,49,49,0.57); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row > .video-iframe-container { display: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .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); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container { border-width: 0; border-radius: 0; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-form-header {  }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-regular-label { height:auto;display:block;font-family:"pt sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"pt sans"; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-text {padding-top: 0; padding-bottom: 0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"pt sans"; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"pt sans";font-size:0.875rem;overflow:hidden; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-select {padding-top: 0; padding-bottom: 0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:2.25rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.8125rem;height:3.4375rem;font-family:"pt sans";overflow:hidden; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"pt sans";font-size:0.875rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"pt sans";font-size:0.875rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"pt sans";font-size:0.875rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"pt sans";font-size:0.875rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"pt sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.9375rem;overflow:hidden;font-style:normal; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"pt sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-container:first-of-type{padding-top:0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-container:last-of-type{padding-bottom:0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.9375rem;left:25.09375rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.3125rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-info-text { display:block;height:auto;font-family:"pt sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU {display:block;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.9375rem;left:25.09375rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #hrWGmgot0eOtyAtAPimmO3C2n5X9KyZ3 { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #iLh8HEeZflmucU65M597g7zlh7MMcmcv { position:relative;display:block; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #RCTaIv8u1ySPn22IAuaGsyUs9iqWICpQ { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #PlWfh8WDkKPcNbtwpKKyTnmCThSM8JRs { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #kclb6HEBn8XnDTNomfztQq4NUgs37oQt { position:relative;display:block; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #gqoxThT3xkSruC23V0XpkBOhreqwTU5S { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #PnCKdEBGFTnITaZbFgUIF7ACR3QRPTuN { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #WvT6XuD2tTmZBTQRAfV7L5vNzrH5kU50 { position:relative;display:block; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #iOrOO0gmb8HPMDVivfg6QKu3gKdiaqvI { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #c1XG83qpqo64Dmz2V9UZvlBn2J0I0mLC { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #RAt86zNnRPI8GTux7sG678IdZfWhptro { position:relative;display:block; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #AiNFpEhMWyV3dqLs8MK55siUIivm3k9R { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #A6tkk8gcO5OLEI0CzRTHaCPQfvAx6kTK { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #k4JNTItkHvvqOXhwfbafS7DxheKpPosB { position:relative;display:block; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #L462uMBGsRBZJOkN755BTCR6uhlH8WPE { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #Tz15mPAz57ET5Jpy2T4tk0zGeEbBssDH { position:relative; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #TM1Kt00KClf5AZxQmzFSNIwTQTznc8l7 { position:relative; }
#JNinz5k4KbgfLTCKxX3fsEBn79Dq43so { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8251953125rem;left:16.0625rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ms8HHFKB0RooFwcdqElC01PGVgfZacgt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.625rem;left:57.875rem;height:1.3rem;display:block; }
#R0zyStixpdX5nGVRIhn39TBGowcLdFee { color:#faf1f1;display:block;width:18.5rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.549468994141rem;left:0rem;height:1.1375rem;display:block; }
#aEib5XuzNxIzXFWxChmet5ZHUdSBrwEh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37rem;left:58.9375rem;display:block; }
#Acs3HpByaOvZ96RcfDzhqHZhOL1a2fCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etIdHTfdFkwhIiWit9I9UfIs5u3hltFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#etIdHTfdFkwhIiWit9I9UfIs5u3hltFq > .row .container { border-width: 0; border-radius: 0; }#etIdHTfdFkwhIiWit9I9UfIs5u3hltFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etIdHTfdFkwhIiWit9I9UfIs5u3hltFq > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:none; }#LVarJbtTrKS031vhNqpoRH3xWQHmbPCA { color:#1869a1;display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:33.5rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pi7IHDnQcAnXCPmAORfZp9voTEUn40TN { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.875rem;left:33.5rem;height:23.79004375rem;text-align:left;text-align-last:left;display:block; }
#VkydVpmvgirACGhzk49BdEP3TPRghuD1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.25rem;top:4.4375rem;left:9.5rem;overflow:hidden;display:block; }
#KLnkiz03Tn4tVhEmR2LEkxDsMOfpz9B4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33rem;left:33.5rem;display:block; }
#wCAcdQfd3k5s3SWUIDRumMwdJS24c5sD { 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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJhsMo8osNx2HOKq8TJnxeKwpbPh1OLD { width:9.3125rem;height:8.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzwv9Rq3DTwSWR0XqxQyIiRdtkXfRa3v { width:26.5625rem;height:;top:11.25rem;left:10.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMl29DQNghz3Cl9ApiVTfXyi0gS9Qip7 { width:29.25rem;height:3.5rem;top:18.0625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA8mDS3ru18hoKHHBRLVdTJxtncFhAK { width:21.6875rem;height:3.625rem;top:24.3125rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQzQu7bsoFQKTnnKwLgwJ4HTZT3QafJd { display:block; }
 }@media only screen and (max-width: 763px) { #faP1H1GpgZiNkncW79GuPTO0pvM7yw2k { width:17.625rem;height:2.625rem;top:5rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV70dvuepUQTfklGglQzUqU6y9yycnWv { display:block; }
 }@media only screen and (max-width: 763px) { #H7IgTtlEliLyUrWXVCHwXwyZ7ceWH5hT { width:9.5rem;height:9.125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOEFZxbJJP2XtpXGDiTMxgTcGLa8zTry { width:10.625rem;height:2.875rem;top:0.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPatSw7vV5InBMTVZqhaN8ckBn3uDUEl { display:block; }
 }@media only screen and (max-width: 763px) { #bRAfIIwlB6HW3LskP91sXTL1foQufWuf { display:block; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzDzgo6BsMquABH3Mg2Ni9U1DW2pFtKm { width:40.875rem;height:4.5rem;top:1.125rem;left:3.4375019073486rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptuNRGRRUFCHTHpyanIWXHlxNwKog9yy { width:47.75rem;height:19.5625rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeMUyEuM6095csN0uvMBLGmpO1zS0qs8 { width:47.75rem;height:3.6875rem;top:27.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a { display:block; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNwBN1Hnfk3bNX0yyph73qh4c31dWTbp { width:41.75rem;height:1.9375rem;top:1.4375rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REU79V1vRUfOn8wTLsHXpF5pvQmTclOC { width:19.4375rem;height:6rem;top:5.75rem;left:13.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7ViU8UsW771T3cttEtwgb5dx2pR4QT { width:11.875rem;height:6.5625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyqm3OTVt62HW3FIL8pTqSquvicymdGE { width:9.125rem;height:2.875rem;top:7.3125rem;left:35.666666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1kXyCyKTC5OBxrVSutM3zbUUvXZqzoG { width:12.6875rem;height:6.625rem;top:11.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2P9vC4FQMxw0d9Fs4RmEsLlN6qy7TQM { width:13.5625rem;height:6.8125rem;top:11.75rem;left:17.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #R06P4nesiWM4WTG51l6iuZkfs2G8bgzk { width:5.875rem;height:5.8125rem;top:11.75rem;left:37.291666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9xTJOT302QgeRD4NrsnAoSD5l1JUTKH { width:8.625rem;height:8.5625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSmyRmxETib2Cr2BR98hJTTxlKwTMT35 { width:11.9375rem;height:3.4375rem;top:20.125rem;left:7.0000019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsGvOGOAbq0yb7WAzdduVNwndl6zMEN8 { width:16.9375rem;height:3.4375rem;top:20.125rem;left:23.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVmUDLqz90ABvPqtFZMIQk1E4K7zZEAC { width:10.5625rem;height:2.75rem;top:20.5rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT { display:block; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKgy8xQXTXhfhVbonlBzmt1erMph4SFr { width:41.75rem;height:;top:3.125rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnUURKNFD3lBlfbOnISaXA1kuIdLr11 { width:12.8125rem;height:5.875rem;top:8.1875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHmBK7P8fNboIUpOhLK3eBlQTBnu8L5d { width:14.875rem;height:14.875rem;top:3.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2acFynOArfHSss8AIU1E1mw2Rb8Bxb { width:15.0625rem;height:7.875rem;top:7.1875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVPkeiI0EGBnmodT1PXVJ2FgbXOTd959 { width:11.5rem;height:6rem;top:16.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9GAyfJhZTpteuA0zJr5LmcFfNxOxXQc { width:8.0625rem;height:8.0625rem;top:15.0625rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrm6qP41JRwD4OHHZkxv7icGlNZJlfCT { width:14.0625rem;height:4.125rem;top:18rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNyCJ1R0EHmQuhR2yCL8WcET7eC99MyS { width:12.8125rem;height:7.1875rem;top:23.5rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCoaycPRWBBBQAKEQnA0ATrK3I3iumzh { width:17.75rem;height:3.625rem;top:27rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VRV1mo8CcSgxVdvaQ7Rfcd5JXG6Iq4 { width:7.875rem;height:7.875rem;top:24.875rem;left:35.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0MwSr8KX3rlnsTg5tU2e2DKlRyQm1x5 { width:47.75rem;height:1.4375rem;top:35.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn { display:block; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PB450nM91g9xnzoZrTKht8xId7Ta1Ht1 { width:31.625rem;height:1.625rem;top:3.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SQMeTxZ9uhka7gsK5gNzG2yKhNW9ns { width:31.625rem;height:1.625rem;top:1.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEZlgADFadvAr4s4rmvb8P85zBLF6Dtg { width:38.6875rem;height:3.25rem;top:9.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTn4ZT0QccCt9lAeoR18rObmZhV3suf9 { width:31.625rem;height:1.625rem;top:7.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZZHcVz5q4SX1p6g5zdk8fPvXA8praUm { width:44.4375rem;height:1.625rem;top:16.6875rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWGKv42ULPZu03Xql3RPsfL14mN0fTgS { width:31.625rem;height:1.625rem;top:14.75rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anDIFT2EmA5d13Tnmm5K4EqXuCgfffIX { width:44.4375rem;height:1.625rem;top:23.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smiAL8Z9eCTSARr10qcOV3kkU0abe2BD { width:31.625rem;height:1.625rem;top:21.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4t9SPAMwqpogtdX4G3UlkX5gD4OTNkS { width:47.75rem;height:6.5rem;top:28.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD1QG8kXTmX1Wse6FfbTndxhbJ83eQzh { width:31.625rem;height:1.625rem;top:26.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIOIDm9AHmzTIopc4adzviSQu4rUcR2 { width:34.6875rem;height:3.25rem;top:37.0625rem;left:3.8125038146973rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn8osudRznkAkuUMpNWz6VPPnB0WVz00 { width:47.75rem;height:0;top:38.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo { display:block; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8BM3nOo8liQTcLyCPia7ESdcPXsuKlc { width:47.75rem;height:7.75rem;top:4.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HimPlHPFH9NyyDmRReRk05OkqrRnMtpk { width:47.75rem;height:22.375rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRvHU1XBmWFlgFhR3cTF1lGQ17tnT4V { width:46rem;height:2.875rem;top:12.3125rem;left:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A { display:block; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moS8Wsw9SmeHDQSDwcUVOZw8F3bv8mph { width:47.75rem;height:7.75rem;top:3.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrwtJMsSxdz3guONVi5dnCuSLmJVrzgd { width:14.5rem;height:14.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGR2ZudRBaMlWgxKuL1erR71eFTlnTTQ { width:16.375rem;height:10.625rem;top:14.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAA8QARQkBAt0vxSuppvIyUOLkoQpBL9 { width:17.5625rem;height:8.9375rem;top:15.0625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6QXC1IKLZEVNvQhRTqC49OJc4EuMTx { width:14.5rem;height:18rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R21spulPv38T59eZ2FMgF4REs1Bzfaqg { width:17.25rem;height:6.75rem;top:27.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHT9iZgdCxG6GVIXNFiNPRUItVeKZou5 { width:16.4375rem;height:8.625rem;top:26rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq4N3HclPtb4HtL06TcBirI7MpQcSzKn { width:39.0625rem;height:11.1875rem;top:38rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpGNkQhnt5AbxOrH2yrARNyxyph8on8f { display:block; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWI1bh3i4irb1VaztdTbmR5fSdgpMTqW { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XOcixFmyNxBSCZvJpKhl0MDucI194H { width:47.75rem;height:13.594903339192rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbpan2iQ8zTXRegyiHolREky2xSLhR6i { width:47.75rem;height:12.5625rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXFzlnxI70cC7z7A7CT8deauXddPGIdd { display:block; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM5MiLZ8lald5NeKMUnlmhC1nIuTFDZm { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2pLrbThmZqxBmkI6obgxWSdutgLICe { width:39.0625rem;height:8.375rem;top:14.625rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWtgh0V1woTTFOLeoA05bNb8WTUZ5rqq { width:9.9375rem;height:5.5625rem;top:7.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra9v0laTlzf8nEbXMHx8qMxL628D9FrV { width:6.875rem;height:5.1875rem;top:7.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t { display:block; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyBoPDM6Eu6ASEH9PDqskZBDzTuB1012 { width:31.625rem;height:;top:3.75rem;left:16.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQWTneDmnw26l2p1xfk6I25d89I4mBUT { width:38.75rem;height:25.1875rem;top:6.875rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLnzELIBBIOsrsWlGOiASCuG7n5wXfgP { width:19.25rem;height:19.3125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn01BEAtebc06XkBHmA6TBAii4P86s0O { width:23.3125rem;height:2.6875rem;top:33.6875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFU0KtVsBzXcNU5f4Zyb8MF7lOlNVTZ { display:block; }
 }@media only screen and (max-width: 763px) { #UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq { display:block; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0l3kuEVr8RFGdgvCMsZdmqR2DraBJkc { width:25.5rem;height:;top:4rem;left:22.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUzkHcftP3fatdpKW1RDbn2qgAf5kNsN { width:18.4375rem;height:4.1875rem;top:7.25rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLC6T2CcyM4avPtn4WgyeMnZhbOw529x { width:18.4375rem;height:2.75rem;top:18rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP7LTJqdwWAZcBitih8zOoeCa0r0FcIA { width:25.5rem;height:;top:14.875rem;left:22.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT0Kd5ZxGs5opAqR1mMpfFwyPGdRi6wh { width:18.4375rem;height:2.75rem;top:22.0625rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk11d3hGAPztKBe96BJMwrBSUT4VpR9Z { top:1.375rem;left:0rem;width:43.875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A { display:block; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-regular-label { width:22.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-text { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-text {padding-top: 0; padding-bottom: 0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-textarea { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-select { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-select {padding-top: 0; padding-bottom: 0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-button { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.25rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-checkbox-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU  { width:22.3125rem;height:auto;top:10.9375rem;left:11.46875rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .radio-container { width:22.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU {display:block;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU { width:22.3125rem;height:auto;top:10.9375rem;left:11.46875rem; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #hrWGmgot0eOtyAtAPimmO3C2n5X9KyZ3 {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #iLh8HEeZflmucU65M597g7zlh7MMcmcv {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #RCTaIv8u1ySPn22IAuaGsyUs9iqWICpQ {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #PlWfh8WDkKPcNbtwpKKyTnmCThSM8JRs {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #kclb6HEBn8XnDTNomfztQq4NUgs37oQt {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #gqoxThT3xkSruC23V0XpkBOhreqwTU5S {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #PnCKdEBGFTnITaZbFgUIF7ACR3QRPTuN {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #WvT6XuD2tTmZBTQRAfV7L5vNzrH5kU50 {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #iOrOO0gmb8HPMDVivfg6QKu3gKdiaqvI {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #c1XG83qpqo64Dmz2V9UZvlBn2J0I0mLC {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #RAt86zNnRPI8GTux7sG678IdZfWhptro { display:block; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #AiNFpEhMWyV3dqLs8MK55siUIivm3k9R {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #A6tkk8gcO5OLEI0CzRTHaCPQfvAx6kTK {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #k4JNTItkHvvqOXhwfbafS7DxheKpPosB {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #L462uMBGsRBZJOkN755BTCR6uhlH8WPE {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #Tz15mPAz57ET5Jpy2T4tk0zGeEbBssDH {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #TM1Kt00KClf5AZxQmzFSNIwTQTznc8l7 {  }
 }@media only screen and (max-width: 763px) { #JNinz5k4KbgfLTCKxX3fsEBn79Dq43so { width:42.875rem;height:5.8125rem;top:2.8125rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms8HHFKB0RooFwcdqElC01PGVgfZacgt { width:17.125rem;height:1.25rem;top:39.625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0zyStixpdX5nGVRIhn39TBGowcLdFee { width:18.5rem;height:1.125rem;top:41.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEib5XuzNxIzXFWxChmet5ZHUdSBrwEh { width:12.625rem;height:2rem;top:37rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acs3HpByaOvZ96RcfDzhqHZhOL1a2fCh { display:block; }
 }@media only screen and (max-width: 763px) { #etIdHTfdFkwhIiWit9I9UfIs5u3hltFq { display:none; }#etIdHTfdFkwhIiWit9I9UfIs5u3hltFq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LVarJbtTrKS031vhNqpoRH3xWQHmbPCA { width:31.625rem;height:2.0625rem;top:3.75rem;left:16.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi7IHDnQcAnXCPmAORfZp9voTEUn40TN { width:31.5625rem;height:23.8125rem;top:6.875rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkydVpmvgirACGhzk49BdEP3TPRghuD1 { width:19.25rem;height:19.3125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLnkiz03Tn4tVhEmR2LEkxDsMOfpz9B4 { width:23.3125rem;height:2.6875rem;top:33rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCAcdQfd3k5s3SWUIDRumMwdJS24c5sD { 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:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJhsMo8osNx2HOKq8TJnxeKwpbPh1OLD { width:4.8125rem;height:4.5625rem;top:0.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzwv9Rq3DTwSWR0XqxQyIiRdtkXfRa3v { width:20rem;height:7.2rem;top:9.6875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TMl29DQNghz3Cl9ApiVTfXyi0gS9Qip7 { width:20rem;height:4.2rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA8mDS3ru18hoKHHBRLVdTJxtncFhAK { width:18.875rem;height:3.375rem;top:25.5625rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQzQu7bsoFQKTnnKwLgwJ4HTZT3QafJd { display:block; }
 }@media only screen and (max-width: 763px) { #faP1H1GpgZiNkncW79GuPTO0pvM7yw2k { width:9.625rem;height:2.625rem;top:0.96875rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV70dvuepUQTfklGglQzUqU6y9yycnWv { display:block; }
 }@media only screen and (max-width: 763px) { #H7IgTtlEliLyUrWXVCHwXwyZ7ceWH5hT { width:5.125rem;height:4.9375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOEFZxbJJP2XtpXGDiTMxgTcGLa8zTry { width:2.5rem;height:2.6875rem;top:0.96875rem;left:17.294631814999rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPatSw7vV5InBMTVZqhaN8ckBn3uDUEl { display:block; }
 }@media only screen and (max-width: 763px) { #bRAfIIwlB6HW3LskP91sXTL1foQufWuf { display:block; }#bRAfIIwlB6HW3LskP91sXTL1foQufWuf > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzDzgo6BsMquABH3Mg2Ni9U1DW2pFtKm { width:20rem;height:9.1rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptuNRGRRUFCHTHpyanIWXHlxNwKog9yy { width:20rem;height:46.2rem;top:12.885417938233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeMUyEuM6095csN0uvMBLGmpO1zS0qs8 { width:20rem;height:8.9375rem;top:61.516666412354rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a { display:block; }#spcNoh3lq7dpd3gJ1vUy4lOPV1G98G8a > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNwBN1Hnfk3bNX0yyph73qh4c31dWTbp { width:19rem;height:3.9rem;top:1.875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REU79V1vRUfOn8wTLsHXpF5pvQmTclOC { width:10.875rem;height:3.1875rem;top:9.3364562988281rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7ViU8UsW771T3cttEtwgb5dx2pR4QT { width:8.9375rem;height:4.875rem;top:9.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyqm3OTVt62HW3FIL8pTqSquvicymdGE { width:9.125rem;height:2.875rem;top:16.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1kXyCyKTC5OBxrVSutM3zbUUvXZqzoG { width:7.625rem;height:3.9375rem;top:19.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2P9vC4FQMxw0d9Fs4RmEsLlN6qy7TQM { width:8.3125rem;height:4.0625rem;top:19.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R06P4nesiWM4WTG51l6iuZkfs2G8bgzk { width:3.75rem;height:3.6875rem;top:29.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9xTJOT302QgeRD4NrsnAoSD5l1JUTKH { width:5.5625rem;height:5.5rem;top:14.21875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSmyRmxETib2Cr2BR98hJTTxlKwTMT35 { width:9.25rem;height:2.625rem;top:24.84375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsGvOGOAbq0yb7WAzdduVNwndl6zMEN8 { width:13rem;height:2.625rem;top:29.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rVmUDLqz90ABvPqtFZMIQk1E4K7zZEAC { width:8.875rem;height:2.0625rem;top:25.15625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT { display:block; }#qpNEOLAs0k25ZcPBRhmXRu9wDhEWC1VT > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKgy8xQXTXhfhVbonlBzmt1erMph4SFr { width:16.6875rem;height:5.85rem;top:1.9375rem;left:1.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnUURKNFD3lBlfbOnISaXA1kuIdLr11 { width:7.625rem;height:3.4375rem;top:8.9609375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHmBK7P8fNboIUpOhLK3eBlQTBnu8L5d { width:9.6875rem;height:9.6875rem;top:5.7734375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2acFynOArfHSss8AIU1E1mw2Rb8Bxb { width:8.0625rem;height:4.1875rem;top:14.0234375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVPkeiI0EGBnmodT1PXVJ2FgbXOTd959 { width:8.125rem;height:4.1875rem;top:14.0234375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9GAyfJhZTpteuA0zJr5LmcFfNxOxXQc { width:6.6875rem;height:6.6875rem;top:19.7109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrm6qP41JRwD4OHHZkxv7icGlNZJlfCT { width:11.875rem;height:3.4375rem;top:21.3984375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNyCJ1R0EHmQuhR2yCL8WcET7eC99MyS { width:9.3125rem;height:5.125rem;top:27.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCoaycPRWBBBQAKEQnA0ATrK3I3iumzh { width:11.4375rem;height:2.25rem;top:29.1484375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1VRV1mo8CcSgxVdvaQ7Rfcd5JXG6Iq4 { width:5.375rem;height:5.375rem;top:33.6484375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0MwSr8KX3rlnsTg5tU2e2DKlRyQm1x5 { width:20rem;height:4.3875rem;top:40.2734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn { display:block; }#ftuvb8eEiwEcnlZUx80mEZ4iXhmNQarn > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PB450nM91g9xnzoZrTKht8xId7Ta1Ht1 { width:20rem;height:1.625rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SQMeTxZ9uhka7gsK5gNzG2yKhNW9ns { width:20rem;height:1.625rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEZlgADFadvAr4s4rmvb8P85zBLF6Dtg { width:20rem;height:4.875rem;top:10.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTn4ZT0QccCt9lAeoR18rObmZhV3suf9 { width:20rem;height:3.25rem;top:7.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZZHcVz5q4SX1p6g5zdk8fPvXA8praUm { width:20rem;height:1.625rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWGKv42ULPZu03Xql3RPsfL14mN0fTgS { width:20rem;height:1.625rem;top:18rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anDIFT2EmA5d13Tnmm5K4EqXuCgfffIX { width:20rem;height:1.625rem;top:28.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smiAL8Z9eCTSARr10qcOV3kkU0abe2BD { width:20rem;height:3.25rem;top:24.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4t9SPAMwqpogtdX4G3UlkX5gD4OTNkS { width:20rem;height:13rem;top:36.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD1QG8kXTmX1Wse6FfbTndxhbJ83eQzh { width:20rem;height:1.625rem;top:32.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIOIDm9AHmzTIopc4adzviSQu4rUcR2 { width:20rem;height:3.25rem;top:50.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn8osudRznkAkuUMpNWz6VPPnB0WVz00 { width:20rem;height:17.875rem;top:55.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo { display:block; }#TdFnKA53mwkwhePDr1lvgvGbhqLTTTHo > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8BM3nOo8liQTcLyCPia7ESdcPXsuKlc { width:20rem;height:10.4rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HimPlHPFH9NyyDmRReRk05OkqrRnMtpk { width:20rem;height:43.4rem;top:17.740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRvHU1XBmWFlgFhR3cTF1lGQ17tnT4V { width:17.4375rem;height:4.225rem;top:12.962493896484rem;left:1.28125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A { display:block; }#ypf6F9QMApzx7ReCz1aR7ESyIOdyw50A > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moS8Wsw9SmeHDQSDwcUVOZw8F3bv8mph { width:20rem;height:13rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrwtJMsSxdz3guONVi5dnCuSLmJVrzgd { width:7.375rem;height:7.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGR2ZudRBaMlWgxKuL1erR71eFTlnTTQ { width:11.8125rem;height:7.625rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAA8QARQkBAt0vxSuppvIyUOLkoQpBL9 { width:8.4375rem;height:4.25rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6QXC1IKLZEVNvQhRTqC49OJc4EuMTx { width:8.375rem;height:10.4375rem;top:35.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R21spulPv38T59eZ2FMgF4REs1Bzfaqg { width:10rem;height:3.8125rem;top:37.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHT9iZgdCxG6GVIXNFiNPRUItVeKZou5 { width:9.25rem;height:4.8125rem;top:28.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq4N3HclPtb4HtL06TcBirI7MpQcSzKn { width:20rem;height:19.6rem;top:47.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpGNkQhnt5AbxOrH2yrARNyxyph8on8f { display:block; }#DpGNkQhnt5AbxOrH2yrARNyxyph8on8f > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWI1bh3i4irb1VaztdTbmR5fSdgpMTqW { width:20rem;height:7.8rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XOcixFmyNxBSCZvJpKhl0MDucI194H { width:20rem;height:5.6933625rem;top:12.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbpan2iQ8zTXRegyiHolREky2xSLhR6i { width:20rem;height:28rem;top:20.4912109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXFzlnxI70cC7z7A7CT8deauXddPGIdd { display:block; }#xXFzlnxI70cC7z7A7CT8deauXddPGIdd > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM5MiLZ8lald5NeKMUnlmhC1nIuTFDZm { width:20rem;height:5.2rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2pLrbThmZqxBmkI6obgxWSdutgLICe { width:20rem;height:15.4rem;top:17.7353515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWtgh0V1woTTFOLeoA05bNb8WTUZ5rqq { width:9.9375rem;height:5.5625rem;top:10.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra9v0laTlzf8nEbXMHx8qMxL628D9FrV { width:6.875rem;height:5.1875rem;top:10.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t { display:block; }#F3K9eP3F0Z0L9sAo9qNOO8fEsqWsSR3t > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyBoPDM6Eu6ASEH9PDqskZBDzTuB1012 { width:20rem;height:2.1125rem;top:15.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQWTneDmnw26l2p1xfk6I25d89I4mBUT { width:20rem;height:40.6rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLnzELIBBIOsrsWlGOiASCuG7n5wXfgP { width:11rem;height:11.0625rem;top:1.8125rem;left:4.5000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn01BEAtebc06XkBHmA6TBAii4P86s0O { width:20rem;height:3rem;top:61.80859375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFU0KtVsBzXcNU5f4Zyb8MF7lOlNVTZ { display:block; }
 }@media only screen and (max-width: 763px) { #UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq { display:block; }#UKEUX8r3rkKfgKs1lTEHsUlf1HIesXlq > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0l3kuEVr8RFGdgvCMsZdmqR2DraBJkc { width:20rem;height:2.1125rem;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUzkHcftP3fatdpKW1RDbn2qgAf5kNsN { width:18.4375rem;height:4.2rem;top:6.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLC6T2CcyM4avPtn4WgyeMnZhbOw529x { width:18.4375rem;height:2.8rem;top:16.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP7LTJqdwWAZcBitih8zOoeCa0r0FcIA { width:20rem;height:2.1125rem;top:13.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT0Kd5ZxGs5opAqR1mMpfFwyPGdRi6wh { width:18.4375rem;height:2.8rem;top:20.624990463257rem;left:0.78125005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk11d3hGAPztKBe96BJMwrBSUT4VpR9Z { width:20rem;height:11.908831908832rem;top:26.73671913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eeef94c2-f80e-484d-8c4c-7de13160f6b0/aae31721montreal26883931920_10000001hc0w400001p01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A.adaptive-delivery-prevent-bg, #VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A.lazyload, #VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A.lazyloading { background-image: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container { background-color: transparent; background-image: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,49,49,0.57); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container > .video-iframe-container { display: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,49,49,0.57); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row > .video-iframe-container { display: none; }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .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); }#VVgU5hOxzZVFDuhd0VE7PO1oxmPuix5A > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-text {padding-top: 0; padding-bottom: 0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-select {padding-top: 0; padding-bottom: 0;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU  { width:17.5rem;height:auto;top:19.25rem;left:0rem; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU {display:block;}#FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU { width:17.5rem;height:auto;top:19.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #hrWGmgot0eOtyAtAPimmO3C2n5X9KyZ3 {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #iLh8HEeZflmucU65M597g7zlh7MMcmcv { display:block; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #RCTaIv8u1ySPn22IAuaGsyUs9iqWICpQ {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #PlWfh8WDkKPcNbtwpKKyTnmCThSM8JRs {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #kclb6HEBn8XnDTNomfztQq4NUgs37oQt { display:block; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #gqoxThT3xkSruC23V0XpkBOhreqwTU5S {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #PnCKdEBGFTnITaZbFgUIF7ACR3QRPTuN {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #WvT6XuD2tTmZBTQRAfV7L5vNzrH5kU50 { display:block; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #iOrOO0gmb8HPMDVivfg6QKu3gKdiaqvI {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #c1XG83qpqo64Dmz2V9UZvlBn2J0I0mLC {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #RAt86zNnRPI8GTux7sG678IdZfWhptro { display:block; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #AiNFpEhMWyV3dqLs8MK55siUIivm3k9R {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #A6tkk8gcO5OLEI0CzRTHaCPQfvAx6kTK {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #k4JNTItkHvvqOXhwfbafS7DxheKpPosB { display:block; }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #L462uMBGsRBZJOkN755BTCR6uhlH8WPE {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #Tz15mPAz57ET5Jpy2T4tk0zGeEbBssDH {  }
 }@media only screen and (max-width: 763px) { #FNrNttPC1rBfAAbO3qOkBzRwqxxRPdiU #TM1Kt00KClf5AZxQmzFSNIwTQTznc8l7 {  }
 }@media only screen and (max-width: 763px) { #JNinz5k4KbgfLTCKxX3fsEBn79Dq43so { width:20rem;height:15.6rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms8HHFKB0RooFwcdqElC01PGVgfZacgt { width:17.125rem;height:1.3rem;top:52.8125rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0zyStixpdX5nGVRIhn39TBGowcLdFee { width:17.125rem;height:2.275rem;top:54.9375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEib5XuzNxIzXFWxChmet5ZHUdSBrwEh { width:12.625rem;height:2rem;top:50.3125rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acs3HpByaOvZ96RcfDzhqHZhOL1a2fCh { display:block; }
 }@media only screen and (max-width: 763px) { #etIdHTfdFkwhIiWit9I9UfIs5u3hltFq { display:none; }#etIdHTfdFkwhIiWit9I9UfIs5u3hltFq > .row .container { width:20rem;height:66.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LVarJbtTrKS031vhNqpoRH3xWQHmbPCA { width:20rem;height:2.11230625rem;top:21.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi7IHDnQcAnXCPmAORfZp9voTEUn40TN { width:20rem;height:36.3847625rem;top:25.17480625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkydVpmvgirACGhzk49BdEP3TPRghuD1 { width:19.25rem;height:19.3125rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLnkiz03Tn4tVhEmR2LEkxDsMOfpz9B4 { width:19rem;height:2.6875rem;top:62.80861875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCAcdQfd3k5s3SWUIDRumMwdJS24c5sD { display:block; }
 }