.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:230,245,244;--color-primary-1:179,226,223;--color-primary-2:129,206,201;--color-primary-3:87,151,150;--color-primary-4:2,140,127;--color-secondary-0:255,238,240;--color-secondary-1:254,200,205;--color-secondary-2:253,144,155;--color-secondary-3:127,72,78;--color-secondary-4:38,22,23;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/keo9xzHI/Bow_River.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .row > .video-iframe-container { display: none; }#SDSZGaTWMfRxDUPy3d86pu20s1Id0TE4 > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM { background-color:rgba(var(--color-tertiary-0),0.25);background-image:url("https://images.assets-landingi.com/keo9xzHI/Bow_River.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM.adaptive-delivery-prevent-bg, #F6U27W1ar1nebyJmlLhrS3XroH0OcktM.lazyload, #F6U27W1ar1nebyJmlLhrS3XroH0OcktM.lazyloading { background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { background-color: transparent; background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { border-width: 0; border-radius: 0; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:60rem;height:34.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rb0a3nhUGNvzfFr65BJOpVrwN5WypyDS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125004768369rem;left:2.4446601867676rem;height:8.448375rem;font-style:normal;display:block; }
#gKJTMI2Nf3Qt7Jp42CGkztq8TTw86zPl { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.260850906372rem;left:25.500217437744rem;height:3.89756875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.157335281372rem;left:2.4435768127441rem;height:11.8229375rem;font-style:normal;display:block; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1JbZcdSe/dot.png); }
#FLenEfPo9aJ5TeKzWXk8dnNW6i7t4Oy8 { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:31.28125rem;left:57.03125rem;display:block; }
#kybV2mBm5LwWEkNOLdgN4yg0331weFT5 { color:#070000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.046875rem;left:32.124998092651rem;height:1.3rem;display:block; }
#KsqMP6JIqSbF1cWi5oazoh06E88cRTXt { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:1.3218746185302rem;left:29.444791793823rem;display:block; }
#NHszlqf7tVRrccPRr7IO7MdiG2tUQtRb { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:1.5093746185302rem;left:43.499998092651rem;display:block; }
#FODqklUTIXHAXPe5WtOTmOVqufylWZ4g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.046875rem;left:45.851041793823rem;height:1.3rem;display:block; }
#fk29acNQd1CDfQlrCdfU5qaeTnfcTiW7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:22.9375rem;top:0rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#Dfd6ao0pFsiBnlHeGQyCW1NfI4K1h4eS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:60rem;top:0rem;left:0.0010414123535156rem;display:block; }
#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { 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; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { background-color: transparent; background-image: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container > .video-iframe-container { display: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container { display: none; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .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); }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { border-width: 0; border-radius: 0; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { font-size:0.875rem;font-family:arial;height:0;width:60rem;position:relative;display:block; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF { 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; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row .container { background-color: transparent; background-image: none; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row .container > .video-iframe-container { display: none; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row > .video-iframe-container { display: none; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .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); }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row .container { border-width: 0; border-radius: 0; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#VKMctIwLckhTV2yaR0BlhMTVpHAZR2od { color:#03bbb2;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/C59SEjiM/ribbons1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa.adaptive-delivery-prevent-bg, #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa.lazyload, #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa.lazyloading { background-image: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { background-color: transparent; background-image: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container > .video-iframe-container { display: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container { display: none; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .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); }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { border-width: 0; border-radius: 0; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#eSBOMlA1O8NTS9d9wDPrcaTk2RkpnC7Q { color:rgba(var(--color-tertiary-3),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.0625rem;left:2rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T50IKhEXuQvCUnvL3RG1SaTmPB6Q2oVL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4393749237061rem;left:29.375rem;height:30.85940625rem;display:block; }
#HEo8liWw2QscglT273TqNpZzG1lzkWKU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:24.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZaQaeBZDbLrbbvcTAFXRVT6D0sfdTqWd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:25.6875rem;top:17.625rem;left:2.5625rem;overflow:hidden;display:block; }
#fHKELHRW4RTdN6ZUskwf0WAeSTMOzoQq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:31.3125rem;top:0.63749980926512rem;left:28.65625rem;display:block; }
#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb { 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; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { background-color: transparent; background-image: none; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container > .video-iframe-container { display: none; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row > .video-iframe-container { display: none; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .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); }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { border-width: 0; border-radius: 0; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#pTLpuOQOgso5wQqTpA9ehCkarCTH9Cin { color:#03bbb2;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b { 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; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { background-color: transparent; background-image: none; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container > .video-iframe-container { display: none; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row > .video-iframe-container { display: none; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .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); }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { border-width: 0; border-radius: 0; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#E5KTvzaL1emmmLlh7yA9XAaAEFer2odm { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:22.8125rem;top:2rem;left:6.5625rem;display:block; }
#oHKNe1rzqlOfptMvnGR6nS5gUq7bpXbE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:27.875rem;width:22.8125rem;top:2.1875rem;left:30rem;display:block; }
#SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4moYR5WB/Jonas.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.75rem;border-top-right-radius:12.75rem;border-bottom-left-radius:12.75rem;border-bottom-right-radius:12.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:8rem;width:8rem;top:0rem;left:0.5625rem;display:block; }#SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK.adaptive-delivery-prevent-bg, #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK.lazyload, #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK.lazyloading { background-image: none; }
#Jas603TTmKax1ROJtlsbrShOdbmdqawG { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/1fg1J2rM/Spautz_347.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:7.5rem;width:7.5rem;top:0rem;left:51.0625rem;display:block; }#Jas603TTmKax1ROJtlsbrShOdbmdqawG.adaptive-delivery-prevent-bg, #Jas603TTmKax1ROJtlsbrShOdbmdqawG.lazyload, #Jas603TTmKax1ROJtlsbrShOdbmdqawG.lazyloading { background-image: none; }
#w3pVgsS6bqUPVqbQXzGNVhJzMfTMx27R { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.5rem;left:7.78125rem;height:16.2011875rem;font-style:italic;display:block; }
#IrDWEUFeHFy3DxO1RtiFJfW0tAWLWpm1 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5rem;left:31.9375rem;height:16.2011875rem;font-style:italic;display:block; }
#mn8lCM17PWhWAicIBBhxz2n4sFItn6ea { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9.0625rem;height:1.54375rem;display:block; }
#R9iS8TL33Z2XTyw8KWOMkvPtTECCRbVz { color:#03bbb2;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:32.9375rem;left:9.84375rem;height:1.4rem;font-style:italic;display:block; }
#sw1gsbyTHxlldn2uTCLanA9aZLuRTRJd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.765625rem;left:31.375rem;height:1.54375rem;display:block; }
#Xy666PtkIcDRZQZndixJR3fQZcG3xO9c { color:#03bbb2;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:32.90625rem;left:35.96875rem;height:1.4rem;font-style:italic;display:block; }
#THKglbIhXuLRLwDAcAU6g6yB72drJZkE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38rem;left:30.21875rem;height:;display:block; }
#qHUAd0pCTMBQeTgTSG0sU9xlBcbIUQG1 { background-color:#03bbb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.53125rem;left:21.21875rem;display:block; }
#ogoCuLpBXGTTfiCzqmrOFch700BH4UTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz { 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; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row .container { background-color: transparent; background-image: none; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row .container > .video-iframe-container { display: none; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row > .video-iframe-container { display: none; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .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); }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row .container { border-width: 0; border-radius: 0; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#LiG0rJd5CxTZToTp735p3duZ5I6km7va { color:#03bbb2;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/caffxRuN/ribbons2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg.adaptive-delivery-prevent-bg, #rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg.lazyload, #rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg.lazyloading { background-image: none; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row .container { background-color: transparent; background-image: none; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row .container > .video-iframe-container { display: none; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row > .video-iframe-container { display: none; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .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); }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row .container { border-width: 0; border-radius: 0; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;position:relative;display:block; }#OBP4ILfKuBFiguLhSi70PODZKbdMtnRX { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.137499809265rem;left:0.46875rem;height:19.01473125rem;display:block; }
#JzCT9nkG3LiHJGbQyTUPlJFz8pbdql31 { color:#03bbb2;display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.25rem;height:6.175rem;display:block; }
#N4705IzuH7RS2evgwMTkqsTOGklRJD7z { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:31.9375rem;top:0rem;left:28.0625rem;overflow:hidden;display:block; }
#tsJvUIK1OOGgAeH5xdewpbLwceMTiapp { 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.8125rem;width:30.3125rem;top:20.9375rem;left:29.6875rem;overflow:hidden;display:block; }
#f6hFkWcGKnkip7uB3RlJnIGgraGH1Xhh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:26.0625rem;top:10.674999713898rem;left:0rem;display:block; }
#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/caffxRuN/ribbons2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk.adaptive-delivery-prevent-bg, #JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk.lazyload, #JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk.lazyloading { background-image: none; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row .container { background-color: transparent; background-image: none; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row .container > .video-iframe-container { display: none; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row > .video-iframe-container { display: none; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .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); }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row .container { border-width: 0; border-radius: 0; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#XfLuSwVCPcbeElnW76tERGhAhqRFs1Xs { color:#03bbb2;display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:3.4375rem;height:3.0875rem;display:block; }
#AkcUM9uAEF9lpCoKQO5dtBDfaMxu4ToV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:26.0625rem;top:5.9375rem;left:16.3125rem;display:block; }
#JTLksmsHS1yBTgN5avooub2urpMqATtO { 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:16.4375rem;width:24rem;top:6.8562500476837rem;left:0rem;overflow:hidden;display:block; }
#aPBf4IRBNoxQXUroxc1f81olNufTdCH3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.856249809265rem;left:19.96875rem;height:35.1041625rem;display:block; }
#kZlEp79cRE7iHceaB4JKHOh1rS0xpMIZ { position:absolute;display:block;z-index:14999;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:16.5625rem;width:24.125rem;top:24.9375rem;left:0rem;overflow:hidden;display:block; }
#poWOKRKvQKzbTcoAUv80dT2rXoauNiin { 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:16.5625rem;width:24.125rem;top:24.9375rem;left:35.875rem;overflow:hidden;display:block; }
#UOPrSHHEan2evynQTo2awHiKEEi9NBHz { 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:16.4375rem;width:23.875rem;top:6.856249809265rem;left:36rem;overflow:hidden;display:block; }
#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH { 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; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row .container { background-color: transparent; background-image: none; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row .container > .video-iframe-container { display: none; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row > .video-iframe-container { display: none; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .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); }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row .container { border-width: 0; border-radius: 0; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#iCJzP0AOhTqIyESVW66PZ7tN1Pl8cp9I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:24.375rem;width:45.5rem;top:2.6875rem;left:7.25rem;display:block; }
#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/caffxRuN/ribbons2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K.adaptive-delivery-prevent-bg, #Tz7NMqKHH90zq3o5ggUiby5GETkTs32K.lazyload, #Tz7NMqKHH90zq3o5ggUiby5GETkTs32K.lazyloading { background-image: none; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row .container { background-color: transparent; background-image: none; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row .container > .video-iframe-container { display: none; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row > .video-iframe-container { display: none; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .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); }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row .container { border-width: 0; border-radius: 0; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:block; }#zwAZ7vWh4tBWJGRgs04ZMe9EsbAxuxXR { color:#03bbb2;display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1056249141693rem;left:0.625rem;height:3.25rem;display:block; }
#LDGaO5wozPhMc5IhSfg4lQ4tJmyLm2SW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:26.0625rem;top:8.074999809265rem;left:31.75rem;display:block; }
#cbA24zW29xBUCTqT7XEzwlIFCFpFJ5dT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8562500476837rem;left:34.75rem;height:29.253475rem;display:block; }
#LsaexaaTWdTwTJavKJ1op7RXLKrKEXVx { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:25.4375rem;top:8.074999809265rem;left:0.625rem;overflow:hidden;display:block; }
#mOyQ1e23bLn9NX2avZrA64uHnivo1q1Q { 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.5625rem;width:28.5625rem;top:24.629999160767rem;left:1.4375rem;overflow:hidden;display:block; }
#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 { 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; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row .container { background-color: transparent; background-image: none; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row .container > .video-iframe-container { display: none; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row > .video-iframe-container { display: none; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .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); }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row .container { border-width: 0; border-radius: 0; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#y8pM6r5athd8LKkBTRWOrFrUbkTEbJim { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:24.375rem;width:45.5rem;top:2.6875rem;left:7.25rem;display:block; }
#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row .container { background-color: transparent; background-image: none; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row .container > .video-iframe-container { display: none; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row > .video-iframe-container { display: none; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .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); }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row .container { border-width: 0; border-radius: 0; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#Vn5cScDTNUGelABLrAiTt2yATxKXXTLh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 { position:relative;display:block; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 { background-color: transparent; background-image: none; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .row .container > .video-iframe-container { display: none; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .row > .video-iframe-container { display: none; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .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); }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 { border-width: 0; border-radius: 0; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .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; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .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:34.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OFPbm8BK9y3g45bbnWBIsOTXLeEqCFKG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:20.5625rem;display:block; }
#wo79nIzHZod0uvottAPrDRtgarANl2V1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:0.5625rem;display:block; }
#Av8BV9kElMeK6IH6iWXQ0Am4P51UPyfS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.63);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:40.5625rem;display:block; }
#TTrLvG4O24xJaMzNGTkNbZWexzF6g3N5 { position:absolute;display:block;z-index:15031;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:13.4375rem;top:2.9375rem;left:3.25rem;overflow:hidden;display:block; }
#Fnsvg2sd1qnz0KpEtWtVygNKKrr0rrOu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:12.23849773407rem;left:1.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ARe0rdBfsHtZW7a4OSmVaUeJllelzQkK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:3.75rem;height:1.3rem;display:block; }
#EFzrnGcDzZdcSR7Wv7NyoIvZykCF73sO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.637498855591rem;left:4.375rem;height:1.3rem;display:block; }
#D2ayd77QqyiNvdopn0ZdhCeuLeBBhMJD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.067925453186rem;left:1.7502174377441rem;height:18.1987625rem;text-align:left;text-align-last:left;display:block; }
#AWmX0c8IWUkXFtFupxeiuzAzHZSXiIIx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:15.362414360046rem;left:21.749134063721rem;height:15.59895rem;display:block; }
#G1xCqoeTu1BTU7J29DTrJeAEuBqxmv1u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:12.280822753906rem;left:20.937286376953rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ZczEX9NoXS15EsWhJRSGrZJ7LP444pJB { position:absolute;display:block;z-index:15032;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:13.3125rem;top:2.9375rem;left:23.25rem;overflow:hidden;display:block; }
#k74oBgAtXpx3UQ4pFUtvJkh85O4yxZXg { position:absolute;display:block;z-index:15033;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:13.3125rem;top:2.9375rem;left:43.3125rem;overflow:hidden;display:block; }
#t52CIBafPfQsW6xwFc1B69T9VNXVmXmI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.362414360046rem;left:41.749134063721rem;height:11.6992rem;display:block; }
#UyU4t1W9vbPLPS0cXypIziSDCnlf7Qr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:12.280816078186rem;left:40.906032562256rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#DTXCRALASAEIpkAroHLBIJzVRk2K2qql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row .container { background-color: transparent; background-image: none; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row .container > .video-iframe-container { display: none; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row > .video-iframe-container { display: none; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .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); }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row .container { border-width: 0; border-radius: 0; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#kCTEpMOEU4QpRZZZPKdg3ISo1cs4yesX { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD { position:relative;display:block; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD { background-color: transparent; background-image: none; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .row .container > .video-iframe-container { display: none; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .row > .video-iframe-container { display: none; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .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); }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD { border-width: 0; border-radius: 0; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .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; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .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:34.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wPWJgCikpO3FikK4szguIiNT2Zoe9fkr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:20.5625rem;display:block; }
#S42IUOpHGDweUlTMPuELqCQG9swhS61P { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:0.5625rem;display:block; }
#bydaJynWDEUBc8UL4NrPogHKAl30OPZr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.63);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:40.5625rem;display:block; }
#Snd47JJW23RnRbsSumDvxXWx3rXouiXS { position:absolute;display:block;z-index:15031;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.1875rem;width:13.5rem;top:2.9375rem;left:3.25rem;overflow:hidden;display:block; }
#MiZmTCSnUsM7ZwwGqPI2nPunA2t1edCk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:13.137498855591rem;left:3.8125rem;height:1.7871125rem;display:block; }
#rhKcT4VRd65OITDyJvPlCsWSWKHgKPTL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:3.75rem;height:1.3rem;display:block; }
#pUFx48FFEKoKoJnIN79AFnEzGeuQESzD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.637498855591rem;left:4.375rem;height:1.3rem;display:block; }
#QBhoSspbNNcFQUaJoTTCTkRDCy1pU2XD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:1.75rem;height:15.6115375rem;display:block; }
#zzRDERmwxEchUpwWyHEaxWu63ol7ise5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:21.75rem;height:15.6115375rem;display:block; }
#MG0J7sOTggwoBTMKauKAl2sMIAJmxiXv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:12.28125rem;left:24.1875rem;height:3.41363125rem;display:block; }
#eCAAZ0e976CW8ngleD0rSKqk03AOvHcf { position:absolute;display:block;z-index:15032;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.1875rem;width:13.375rem;top:2.9375rem;left:23.25rem;overflow:hidden;display:block; }
#dZqJbST7Spt6O6vhEqz3TmHbtrmZe4QU { position:absolute;display:block;z-index:15033;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.1875rem;width:13.375rem;top:2.9375rem;left:43.3125rem;overflow:hidden;display:block; }
#IEN3FtxRu7EuLKI8GaPJ3PovRFwJpZmu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:41.75rem;height:15.6115375rem;display:block; }
#tvz0EQxcbHeiuQFpt18DKKTaNFF6PizU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.137498855591rem;left:41rem;height:1.7068125rem;display:block; }
#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row .container { background-color: transparent; background-image: none; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row .container > .video-iframe-container { display: none; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row > .video-iframe-container { display: none; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .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); }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row .container { border-width: 0; border-radius: 0; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#HpH3z2PbcAIEJLJfEuPCl8UCPLT3uHPQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA { position:relative;display:block; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA { background-color: transparent; background-image: none; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .row .container > .video-iframe-container { display: none; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .row > .video-iframe-container { display: none; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .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); }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA { border-width: 0; border-radius: 0; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .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; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .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:42.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WwgPDwXvofJ1PmqTb8aqWZOMtXD8kTCG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:18.875rem;top:1.3433151245118rem;left:20.562065124512rem;display:block; }
#VeBlWPEcyICcwZdf3GerfxZrFqiaok4a { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:18.875rem;top:1.3433151245118rem;left:0.56206512451172rem;display:block; }
#BEuAAuPTKkkxssDRT98eKg7Ts1scwaen { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.63);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:18.875rem;top:1.3433151245118rem;left:40.562065124512rem;display:block; }
#tvOREMf2hVITls3ELFCof5mH5uIBf29F { position:absolute;display:block;z-index:15031;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.1875rem;width:13.5rem;top:2.9375rem;left:3.25rem;overflow:hidden;display:block; }
#BQPhPQbfQbMi0RqgPXZzoEidkRCinI3I { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:13.093524932861rem;left:1.875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#e7vcyUxrvZEuym8ZGPB8AQLLsqrZoIDa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:3.75rem;height:1.3rem;display:block; }
#oiutn3v13hboALnudvIoGz4E2doPlVAB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.637498855591rem;left:4.375rem;height:1.3rem;display:block; }
#NTDu2MMEuoNoutoiuvMVGSvp2CiHDwXV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:1.75rem;height:18.19881875rem;display:block; }
#zRGq4ssGBwGXwuEgNhTqI3FiJtSnE9MK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:21.75rem;height:16.8989rem;display:block; }
#HdNdw0oy4l2VRJoXrarD1M2GZlv4qr5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.132587432861rem;left:20rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#iUmkVLMbSOxcrDU3893vt3foJX1ITAlE { position:absolute;display:block;z-index:15032;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.1875rem;width:13.375rem;top:2.9375rem;left:23.25rem;overflow:hidden;display:block; }
#xDpPyoPVglFSm1fZ1boPht2NBl8Zllrv { position:absolute;display:block;z-index:15033;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.1875rem;width:13.375rem;top:2.9375rem;left:43.3125rem;overflow:hidden;display:block; }
#IOfuPIuW9wH3GooQh2NPvCiyiWIsUSNA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:41.75rem;height:18.198775rem;display:block; }
#tqNikKreFRGsC0Kkevy3onMphD90E252 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.132587432861rem;left:40.906036376953rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#OGhEJ1Gxu9WMQMtCvlRCvi4UuR3iITX9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:36.597229003906rem;left:1.25rem;display:block; }
#bKLvX5gA4Tk4ATZwH3c4QfM9vuODWtPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6CT5fSs8GDALqKO1e1KHTFAs9ADFnrX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:36.597229003906rem;left:21.25rem;display:block; }
#xJybX9TFd2cEwtpqTKEFTpdA4qnRfRTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ItoBH7ONZeiT7tfrfPLKa2q4T4N7AhGn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:36.597229003906rem;left:41.25rem;display:block; }
#o5uvc8HRFKkqhMkSz0hmJcE0oxdIB32N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row .container { background-color: transparent; background-image: none; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row .container > .video-iframe-container { display: none; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row > .video-iframe-container { display: none; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .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); }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row .container { border-width: 0; border-radius: 0; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#uMzgNrQ4oxuJJ1y3SJov3xdUTIIgsiyX { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb { position:relative;display:block; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb { background-color: transparent; background-image: none; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .row .container > .video-iframe-container { display: none; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .row > .video-iframe-container { display: none; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .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); }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb { border-width: 0; border-radius: 0; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .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; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .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:34.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zS3lkmwpKNOVzTP6MleKTy388yJbRoFq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:20.5625rem;display:block; }
#h62QtQFlStbtSRQiyNGIbCkoF1kXXuzX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:0.5625rem;display:block; }
#a9BaOEKq8mnPRXU9zipyNp5GwOls9DKc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.63);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:18.875rem;top:1.34375rem;left:40.5625rem;display:block; }
#LLtHxTvo7XiPVPw5X1ufrU2cx0shxoSn { position:absolute;display:block;z-index:15031;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.0625rem;width:13.8748125rem;top:2.8428821563721rem;left:3.062068939209rem;overflow:hidden;display:block; }
#RNLT08yBm1WxkRfiyXvkTNUu4EEpZM0o { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:12.23849773407rem;left:1.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#keFcnfLZiL329vKTiqlguIzl6z7azXbg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.012498855591rem;left:3.75rem;height:1.3rem;display:block; }
#UHOHqAfIST844olV4Sb1R3J79kOTgJh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.637498855591rem;left:4.375rem;height:1.3rem;display:block; }
#KM7sgZBMuqy4T5o19ikiWDN9im5nJe9t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.362413406372rem;left:1.7502174377441rem;height:14.299075rem;text-align:left;text-align-last:left;display:block; }
#LbsSiXk5TXWuPMSah3S4SH0XmugVCu6A { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:15.362414360046rem;left:21.749134063721rem;height:16.8988875rem;display:block; }
#DPwHqAsd7o8iw8a987TeWyOCzllME4Ig { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:12.280822753906rem;left:20.937286376953rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#e11F0MD1JQXmCBOyXSpqynWrVEtZx2uH { position:absolute;display:block;z-index:15032;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.8748125rem;width:12.1875rem;top:2.9351139068604rem;left:23.906253814698rem;overflow:hidden;display:block; }
#fp76Z9ZeEdyVcbXB54CceAU0NKffiXsU { position:absolute;display:block;z-index:15033;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.8125rem;width:13.25rem;top:2.9375rem;left:43.3125rem;overflow:hidden;display:block; }
#JHOJhUJ8oVcXHPMQNlZO0g3C7VpwB3O3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.362414360046rem;left:41.749134063721rem;height:12.999125rem;display:block; }
#TJHAUlivHl9TgNd2Qx2Q45zX9s8EEyOv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:12.280816078186rem;left:40.906032562256rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U { 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; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row .container { background-color: transparent; background-image: none; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row .container > .video-iframe-container { display: none; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row > .video-iframe-container { display: none; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .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); }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row .container { border-width: 0; border-radius: 0; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:60rem;position:relative;display:block; }#BDMasdgSKMNbucKTwkyI9rSTqkmCJZq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1751308441162rem;left:6.9368476867675rem;height:;text-align:center;text-align-last:center;display:block; }
#rHHQ2rKxEav5UotTsisVwGRc7kyMm8m2 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5844192504883rem;left:1.7502174377441rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#xNXU9hInnmQOzOtV5r6kEw9su0BZzh9G { color:rgba(var(--color-tertiary-4),1);display:block;width:58.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1950950622556rem;left:0.96788024902344rem;height:54.59635625rem;display:block; }
#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/E76S6CMm/bottom-wave2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn.adaptive-delivery-prevent-bg, #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn.lazyload, #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn.lazyloading { background-image: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { background-color: transparent; background-image: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container > .video-iframe-container { display: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row > .video-iframe-container { display: none; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .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); }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { border-width: 0; border-radius: 0; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/fxDcrdbb/bottom-ribbon.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F.adaptive-delivery-prevent-bg, #NifoFKlt14J0URMuozslyLlOCWL8t66F.lazyload, #NifoFKlt14J0URMuozslyLlOCWL8t66F.lazyloading { background-image: none; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { background-color: transparent; background-image: none; }#NifoFKlt14J0URMuozslyLlOCWL8t66F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container > .video-iframe-container { display: none; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row > .video-iframe-container { display: none; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .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); }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { border-width: 0; border-radius: 0; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#HUX4tSFKrNPtpdmJhdfOCTagE6zGKiAu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9dUSRgyI43cbu5nIbdc88ouiQXhim6x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.436625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:22rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#zk2g2tiVQPeczrt53diGq9t14oTXAPvT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:46.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#bc2favVnbfb0inTT8SpTP8Rw7Ix2Gnsk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:5.8507rem;font-style:normal;display:block; }
#vkoFoktaTdadrTaK0xKa3TUU5la328vu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4998125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:20.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F6U27W1ar1nebyJmlLhrS3XroH0OcktM { display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb0a3nhUGNvzfFr65BJOpVrwN5WypyDS { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKJTMI2Nf3Qt7Jp42CGkztq8TTw86zPl { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVLm52w6uWGxHhB65nz4g12AkoHkrMp { width:23.6875rem;height:10.625rem;top:20.5rem;left:0rem;line-height:1.6;font-size:1.5625rem;display:block; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1JbZcdSe/dot.png); }
 }@media only screen and (max-width: 763px) { #FLenEfPo9aJ5TeKzWXk8dnNW6i7t4Oy8 { width:1.25rem;height:1.25rem;top:31.25rem;left:44.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kybV2mBm5LwWEkNOLdgN4yg0331weFT5 { width:12.5rem;height:1.3rem;top:7.97500038147rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsqMP6JIqSbF1cWi5oazoh06E88cRTXt { width:2.75rem;height:2.75rem;top:1.3125rem;left:23.319791793823rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHszlqf7tVRrccPRr7IO7MdiG2tUQtRb { width:2.375rem;height:2.375rem;top:1.5rem;left:37.374998092651rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODqklUTIXHAXPe5WtOTmOVqufylWZ4g { width:12.5rem;height:1.25rem;top:2rem;left:35.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk29acNQd1CDfQlrCdfU5qaeTnfcTiW7 { width:22.9375rem;height:5.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfd6ao0pFsiBnlHeGQyCW1NfI4K1h4eS { width:47.75rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF { display:block; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKMctIwLckhTV2yaR0BlhMTVpHAZR2od { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa { display:block; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSBOMlA1O8NTS9d9wDPrcaTk2RkpnC7Q { width:11.25rem;height:1.25rem;top:29.0625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50IKhEXuQvCUnvL3RG1SaTmPB6Q2oVL { width:28.4375rem;height:30.8125rem;top:1.4375rem;left:19.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEo8liWw2QscglT273TqNpZzG1lzkWKU { width:24.6875rem;height:18.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQaeBZDbLrbbvcTAFXRVT6D0sfdTqWd { width:25.6875rem;height:18.75rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHKELHRW4RTdN6ZUskwf0WAeSTMOzoQq { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb { display:block; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTLpuOQOgso5wQqTpA9ehCkarCTH9Cin { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvOzPIqr1giaDyFi8DAfmxZJmgppq10b { display:block; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5KTvzaL1emmmLlh7yA9XAaAEFer2odm { width:20rem;height:22.5rem;top:2rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKNe1rzqlOfptMvnGR6nS5gUq7bpXbE { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jas603TTmKax1ROJtlsbrShOdbmdqawG { width:6.25rem;height:6.25rem;top:0rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pVgsS6bqUPVqbQXzGNVhJzMfTMx27R { width:14.25rem;height:11rem;top:5.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrDWEUFeHFy3DxO1RtiFJfW0tAWLWpm1 { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8lCM17PWhWAicIBBhxz2n4sFItn6ea { width:17.8125rem;height:1.5rem;top:3.8125rem;left:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9iS8TL33Z2XTyw8KWOMkvPtTECCRbVz { width:16.25rem;height:1.375rem;top:32.9375rem;left:6.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw1gsbyTHxlldn2uTCLanA9aZLuRTRJd { width:19.125rem;height:1.625rem;top:3.75rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy666PtkIcDRZQZndixJR3fQZcG3xO9c { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THKglbIhXuLRLwDAcAU6g6yB72drJZkE { width:12.5rem;height:;top:38rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHUAd0pCTMBQeTgTSG0sU9xlBcbIUQG1 { width:17.5rem;height:3.4375rem;top:35.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoCuLpBXGTTfiCzqmrOFch700BH4UTC { display:block; }
 }@media only screen and (max-width: 763px) { #l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz { display:block; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiG0rJd5CxTZToTp735p3duZ5I6km7va { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg { display:block; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBP4ILfKuBFiguLhSi70PODZKbdMtnRX { width:25.125rem;height:19rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzCT9nkG3LiHJGbQyTUPlJFz8pbdql31 { width:25.8125rem;height:6.3125rem;top:1.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4705IzuH7RS2evgwMTkqsTOGklRJD7z { width:31.9375rem;height:21.9375rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsJvUIK1OOGgAeH5xdewpbLwceMTiapp { width:30.3125rem;height:20.8125rem;top:20.9375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6hFkWcGKnkip7uB3RlJnIGgraGH1Xhh { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk { display:block; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfLuSwVCPcbeElnW76tERGhAhqRFs1Xs { width:47.75rem;height:3.0625rem;top:0.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcUM9uAEF9lpCoKQO5dtBDfaMxu4ToV { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLksmsHS1yBTgN5avooub2urpMqATtO { width:24rem;height:16.4375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPBf4IRBNoxQXUroxc1f81olNufTdCH3 { width:20.0625rem;height:35.0625rem;top:6.8125rem;left:13.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZlEp79cRE7iHceaB4JKHOh1rS0xpMIZ { width:24.125rem;height:16.5625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poWOKRKvQKzbTcoAUv80dT2rXoauNiin { width:24.125rem;height:16.5625rem;top:24.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOPrSHHEan2evynQTo2awHiKEEi9NBHz { width:23.875rem;height:16.4375rem;top:6.8125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH { display:block; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCJzP0AOhTqIyESVW66PZ7tN1Pl8cp9I { width:45.5rem;height:24.375rem;top:2.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7NMqKHH90zq3o5ggUiby5GETkTs32K { display:block; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwAZ7vWh4tBWJGRgs04ZMe9EsbAxuxXR { width:47.5625rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDGaO5wozPhMc5IhSfg4lQ4tJmyLm2SW { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbA24zW29xBUCTqT7XEzwlIFCFpFJ5dT { width:20.0625rem;height:29.1875rem;top:9.8125rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsaexaaTWdTwTJavKJ1op7RXLKrKEXVx { width:25.4375rem;height:17.4375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyQ1e23bLn9NX2avZrA64uHnivo1q1Q { width:28.5625rem;height:19.5625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 { display:block; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8pM6r5athd8LKkBTRWOrFrUbkTEbJim { width:45.5rem;height:24.375rem;top:2.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM { display:block; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn5cScDTNUGelABLrAiTt2yATxKXXTLh { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 { display:block; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFPbm8BK9y3g45bbnWBIsOTXLeEqCFKG { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo79nIzHZod0uvottAPrDRtgarANl2V1 { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av8BV9kElMeK6IH6iWXQ0Am4P51UPyfS { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrLvG4O24xJaMzNGTkNbZWexzF6g3N5 { width:13.4375rem;height:8.9375rem;top:2.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnsvg2sd1qnz0KpEtWtVygNKKrr0rrOu { width:16.25rem;height:1.6875rem;top:12.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARe0rdBfsHtZW7a4OSmVaUeJllelzQkK { width:12.5rem;height:1.25rem;top:16rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzrnGcDzZdcSR7Wv7NyoIvZykCF73sO { width:12.5rem;height:1.25rem;top:16.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ayd77QqyiNvdopn0ZdhCeuLeBBhMJD { width:16.4375rem;height:18.1875rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmX0c8IWUkXFtFupxeiuzAzHZSXiIIx { width:16.4375rem;height:16.875rem;top:15.3125rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1xCqoeTu1BTU7J29DTrJeAEuBqxmv1u { width:18.3125rem;height:1.6875rem;top:12.25rem;left:15.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZczEX9NoXS15EsWhJRSGrZJ7LP444pJB { width:13.3125rem;height:8.875rem;top:2.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74oBgAtXpx3UQ4pFUtvJkh85O4yxZXg { width:13.3125rem;height:8.875rem;top:2.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #t52CIBafPfQsW6xwFc1B69T9VNXVmXmI { width:16.4375rem;height:12.9375rem;top:15.3125rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyU4t1W9vbPLPS0cXypIziSDCnlf7Qr5 { width:18.125rem;height:1.6875rem;top:12.25rem;left:29.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXCRALASAEIpkAroHLBIJzVRk2K2qql { display:block; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCTEpMOEU4QpRZZZPKdg3ISo1cs4yesX { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD { display:block; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPWJgCikpO3FikK4szguIiNT2Zoe9fkr { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #S42IUOpHGDweUlTMPuELqCQG9swhS61P { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #bydaJynWDEUBc8UL4NrPogHKAl30OPZr { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snd47JJW23RnRbsSumDvxXWx3rXouiXS { width:13.5rem;height:9.1875rem;top:2.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZmTCSnUsM7ZwwGqPI2nPunA2t1edCk { width:16.25rem;height:1.875rem;top:13.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhKcT4VRd65OITDyJvPlCsWSWKHgKPTL { width:12.5rem;height:1.25rem;top:16rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUFx48FFEKoKoJnIN79AFnEzGeuQESzD { width:12.5rem;height:1.25rem;top:16.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBhoSspbNNcFQUaJoTTCTkRDCy1pU2XD { width:16.4375rem;height:15.5625rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzRDERmwxEchUpwWyHEaxWu63ol7ise5 { width:16.4375rem;height:15.5625rem;top:16rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0J7sOTggwoBTMKauKAl2sMIAJmxiXv { width:19.125rem;height:3.5rem;top:12.25rem;left:12.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAAZ0e976CW8ngleD0rSKqk03AOvHcf { width:13.375rem;height:9.1875rem;top:2.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZqJbST7Spt6O6vhEqz3TmHbtrmZe4QU { width:13.375rem;height:9.1875rem;top:2.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEN3FtxRu7EuLKI8GaPJ3PovRFwJpZmu { width:16.4375rem;height:15.5625rem;top:16rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvz0EQxcbHeiuQFpt18DKKTaNFF6PizU { width:18.1875rem;height:1.6875rem;top:13.125rem;left:29.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV { display:block; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpH3z2PbcAIEJLJfEuPCl8UCPLT3uHPQ { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA { display:block; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwgPDwXvofJ1PmqTb8aqWZOMtXD8kTCG { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeBlWPEcyICcwZdf3GerfxZrFqiaok4a { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEuAAuPTKkkxssDRT98eKg7Ts1scwaen { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvOREMf2hVITls3ELFCof5mH5uIBf29F { width:13.5rem;height:9.1875rem;top:2.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPhPQbfQbMi0RqgPXZzoEidkRCinI3I { width:16.25rem;height:1.75rem;top:13.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vcyUxrvZEuym8ZGPB8AQLLsqrZoIDa { width:12.5rem;height:1.25rem;top:16rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiutn3v13hboALnudvIoGz4E2doPlVAB { width:12.5rem;height:1.25rem;top:16.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTDu2MMEuoNoutoiuvMVGSvp2CiHDwXV { width:16.4375rem;height:18.1875rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRGq4ssGBwGXwuEgNhTqI3FiJtSnE9MK { width:16.4375rem;height:16.875rem;top:16rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdNdw0oy4l2VRJoXrarD1M2GZlv4qr5Z { width:19.0625rem;height:1.6875rem;top:13.125rem;left:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUmkVLMbSOxcrDU3893vt3foJX1ITAlE { width:13.375rem;height:9.1875rem;top:2.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpPyoPVglFSm1fZ1boPht2NBl8Zllrv { width:13.375rem;height:9.1875rem;top:2.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOfuPIuW9wH3GooQh2NPvCiyiWIsUSNA { width:16.4375rem;height:18.1875rem;top:16rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqNikKreFRGsC0Kkevy3onMphD90E252 { width:18.125rem;height:1.6875rem;top:13.125rem;left:29.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGhEJ1Gxu9WMQMtCvlRCvi4UuR3iITX9 { width:17.5rem;height:3.4375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKLvX5gA4Tk4ATZwH3c4QfM9vuODWtPh { display:block; }
 }@media only screen and (max-width: 763px) { #T6CT5fSs8GDALqKO1e1KHTFAs9ADFnrX { width:17.5rem;height:3.4375rem;top:36.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJybX9TFd2cEwtpqTKEFTpdA4qnRfRTf { display:block; }
 }@media only screen and (max-width: 763px) { #ItoBH7ONZeiT7tfrfPLKa2q4T4N7AhGn { width:17.5rem;height:3.4375rem;top:36.5625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5uvc8HRFKkqhMkSz0hmJcE0oxdIB32N { display:block; }
 }@media only screen and (max-width: 763px) { #K8TzSpIezek0qdkNCsAFHylBZkeQhbKR { display:block; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMzgNrQ4oxuJJ1y3SJov3xdUTIIgsiyX { width:47.75rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb { display:block; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zS3lkmwpKNOVzTP6MleKTy388yJbRoFq { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #h62QtQFlStbtSRQiyNGIbCkoF1kXXuzX { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9BaOEKq8mnPRXU9zipyNp5GwOls9DKc { width:15.9375rem;height:24.6875rem;top:2.96875rem;left:15.916666030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLtHxTvo7XiPVPw5X1ufrU2cx0shxoSn { width:13.8125rem;height:9.0217998441419rem;top:2.8125rem;left:0.999568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLT08yBm1WxkRfiyXvkTNUu4EEpZM0o { width:16.25rem;height:1.6875rem;top:12.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keFcnfLZiL329vKTiqlguIzl6z7azXbg { width:12.5rem;height:1.25rem;top:16rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHOHqAfIST844olV4Sb1R3J79kOTgJh8 { width:12.5rem;height:1.25rem;top:16.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7sgZBMuqy4T5o19ikiWDN9im5nJe9t { width:16.4375rem;height:14.25rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbsSiXk5TXWuPMSah3S4SH0XmugVCu6A { width:16.4375rem;height:16.875rem;top:15.3125rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPwHqAsd7o8iw8a987TeWyOCzllME4Ig { width:18.25rem;height:1.6875rem;top:12.25rem;left:13.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e11F0MD1JQXmCBOyXSpqynWrVEtZx2uH { width:12.1875rem;height:8.8748125rem;top:2.875rem;left:17.718753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp76Z9ZeEdyVcbXB54CceAU0NKffiXsU { width:13.25rem;height:8.8125rem;top:2.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHOJhUJ8oVcXHPMQNlZO0g3C7VpwB3O3 { width:16.4375rem;height:12.9375rem;top:15.3125rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHAUlivHl9TgNd2Qx2Q45zX9s8EEyOv { width:18.125rem;height:1.6875rem;top:12.25rem;left:29.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnAoQu2r173BxPxhipZzUgLGZnmw5x7U { display:block; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDMasdgSKMNbucKTwkyI9rSTqkmCJZq9 { width:46.0625rem;height:;top:1.125rem;left:0.81184768676756rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHQ2rKxEav5UotTsisVwGRc7kyMm8m2 { width:47.75rem;height:1.25rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNXU9hInnmQOzOtV5r6kEw9su0BZzh9G { width:47.75rem;height:54.5625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn { display:block; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NifoFKlt14J0URMuozslyLlOCWL8t66F { display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUX4tSFKrNPtpdmJhdfOCTagE6zGKiAu { width:11.25rem;height:1.25rem;top:10.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dUSRgyI43cbu5nIbdc88ouiQXhim6x { width:16.375rem;height:1.25rem;top:9.375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2g2tiVQPeczrt53diGq9t14oTXAPvT { width:12.5rem;height:1.25rem;top:10.5625rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc2favVnbfb0inTT8SpTP8Rw7Ix2Gnsk { width:47.75rem;height:5.8125rem;top:1.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoFoktaTdadrTaK0xKa3TUU5la328vu { width:19.4375rem;height:1.25rem;top:10.5625rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F6U27W1ar1nebyJmlLhrS3XroH0OcktM { background-color:transparent;background-image:none;display:block; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { background-color: transparent; background-image: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row > .video-iframe-container { display: none; }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .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); }#F6U27W1ar1nebyJmlLhrS3XroH0OcktM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb0a3nhUGNvzfFr65BJOpVrwN5WypyDS { width:20rem;height:6.5rem;top:8.453125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKJTMI2Nf3Qt7Jp42CGkztq8TTw86zPl { width:20rem;height:5.361325rem;top:17.882291793823rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyVLm52w6uWGxHhB65nz4g12AkoHkrMp { width:20rem;height:10.6239375rem;top:26.069791555404rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#XyVLm52w6uWGxHhB65nz4g12AkoHkrMp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1JbZcdSe/dot.png); }
 }@media only screen and (max-width: 763px) { #FLenEfPo9aJ5TeKzWXk8dnNW6i7t4Oy8 { width:1.25rem;height:1.25rem;top:35.512154579162rem;left:18.748915970326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kybV2mBm5LwWEkNOLdgN4yg0331weFT5 { width:7.4375rem;height:1.13606875rem;top:4.9468746185303rem;left:1.75rem;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #KsqMP6JIqSbF1cWi5oazoh06E88cRTXt { width:1.875rem;height:1.875rem;top:4.578125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHszlqf7tVRrccPRr7IO7MdiG2tUQtRb { width:1.875rem;height:1.875rem;top:4.578125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FODqklUTIXHAXPe5WtOTmOVqufylWZ4g { width:8.875rem;height:1.05625rem;top:4.9875001907349rem;left:11.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk29acNQd1CDfQlrCdfU5qaeTnfcTiW7 { width:20rem;height:4.5776566757493rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfd6ao0pFsiBnlHeGQyCW1NfI4K1h4eS { width:20rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H { display:block; }#L2vI4Qp1MScAn53V8k3SbWOOfXgQ408H > .row .container { width:20rem;height:undefined;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF { display:block; }#riNb6kayMDC6qwgvUSnhVXMOJWHZxOLF > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKMctIwLckhTV2yaR0BlhMTVpHAZR2od { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa { display:block; }#n9V8t5rQ3TmHZxQVAmmLuv5qORANtJMa > .row .container { width:20rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSBOMlA1O8NTS9d9wDPrcaTk2RkpnC7Q { width:19.4375rem;height:1.3rem;top:55.1875rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T50IKhEXuQvCUnvL3RG1SaTmPB6Q2oVL { width:20rem;height:44.74603125rem;top:1.703125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEo8liWw2QscglT273TqNpZzG1lzkWKU { width:20rem;height:14.632911392405rem;top:48.521249771118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQaeBZDbLrbbvcTAFXRVT6D0sfdTqWd { width:20rem;height:14.5985rem;top:65.681423187256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHKELHRW4RTdN6ZUskwf0WAeSTMOzoQq { width:20rem;height:46.5rem;top:1.0709609985351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb { display:block; }#EqMXsI6U9ZckSyfLGLgTvDS2VTDoTGXb > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTLpuOQOgso5wQqTpA9ehCkarCTH9Cin { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvOzPIqr1giaDyFi8DAfmxZJmgppq10b { display:block; }#rvOzPIqr1giaDyFi8DAfmxZJmgppq10b > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5KTvzaL1emmmLlh7yA9XAaAEFer2odm { width:20rem;height:22.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKNe1rzqlOfptMvnGR6nS5gUq7bpXbE { width:20rem;height:23.875rem;top:38.537498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQKH86HTEn4kttuyZT6yeeqMQfxJq1JK { width:7.5rem;height:7.5rem;top:0.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jas603TTmKax1ROJtlsbrShOdbmdqawG { width:7.5rem;height:7.5rem;top:31.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pVgsS6bqUPVqbQXzGNVhJzMfTMx27R { width:16.1875rem;height:21.6015625rem;top:7.449999809265rem;left:1.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrDWEUFeHFy3DxO1RtiFJfW0tAWLWpm1 { width:16.1875rem;height:21.6015625rem;top:39.375rem;left:1.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mn8lCM17PWhWAicIBBhxz2n4sFItn6ea { width:16.6875rem;height:1.54375rem;top:66.203125rem;left:2.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9iS8TL33Z2XTyw8KWOMkvPtTECCRbVz { width:16.25rem;height:1.4rem;top:27.25rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sw1gsbyTHxlldn2uTCLanA9aZLuRTRJd { width:15.6875rem;height:3.0859375rem;top:65.431249618531rem;left:2.15625rem;font-size:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Xy666PtkIcDRZQZndixJR3fQZcG3xO9c { width:16.25rem;height:1.4rem;top:61.074998855591rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THKglbIhXuLRLwDAcAU6g6yB72drJZkE { width:12.5rem;height:0;top:72.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHUAd0pCTMBQeTgTSG0sU9xlBcbIUQG1 { width:17.5rem;height:3.4375rem;top:65.01875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoCuLpBXGTTfiCzqmrOFch700BH4UTC { display:block; }
 }@media only screen and (max-width: 763px) { #l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz { display:block; }#l2r5J7bzXssTzaSg1C7ZicD3OrFmTIgz > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiG0rJd5CxTZToTp735p3duZ5I6km7va { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg { display:block; }#rKfhJ2m0IQn8ZWTneEh98cxNL8gZFZRg > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBP4ILfKuBFiguLhSi70PODZKbdMtnRX { width:20rem;height:24.865475rem;top:9.018750190735rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzCT9nkG3LiHJGbQyTUPlJFz8pbdql31 { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4705IzuH7RS2evgwMTkqsTOGklRJD7z { width:20rem;height:13.737769080235rem;top:35.274993896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsJvUIK1OOGgAeH5xdewpbLwceMTiapp { width:20rem;height:13.731958762887rem;top:50.262493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6hFkWcGKnkip7uB3RlJnIGgraGH1Xhh { width:20rem;height:27.5rem;top:7.7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk { display:block; }#JCLFgbDkMRfUfurTAvWq6cyHxDdEutxk > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfLuSwVCPcbeElnW76tERGhAhqRFs1Xs { width:20rem;height:7.79625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcUM9uAEF9lpCoKQO5dtBDfaMxu4ToV { width:20rem;height:36.9375rem;top:40.2275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLksmsHS1yBTgN5avooub2urpMqATtO { width:20rem;height:13.697916666667rem;top:10.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPBf4IRBNoxQXUroxc1f81olNufTdCH3 { width:20rem;height:35.1041625rem;top:41.146246948242rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZlEp79cRE7iHceaB4JKHOh1rS0xpMIZ { width:20rem;height:13.730569948186rem;top:25.2475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poWOKRKvQKzbTcoAUv80dT2rXoauNiin { width:20rem;height:13.730569948186rem;top:59.2275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOPrSHHEan2evynQTo2awHiKEEi9NBHz { width:20rem;height:13.769633507853rem;top:41.146246948242rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH { display:block; }#rqJFKvsuW88y0z5WTQh9ts5nVDygKtIH > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCJzP0AOhTqIyESVW66PZ7tN1Pl8cp9I { width:20rem;height:10.759162303665rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7NMqKHH90zq3o5ggUiby5GETkTs32K { display:block; }#Tz7NMqKHH90zq3o5ggUiby5GETkTs32K > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwAZ7vWh4tBWJGRgs04ZMe9EsbAxuxXR { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDGaO5wozPhMc5IhSfg4lQ4tJmyLm2SW { width:20rem;height:32.8125rem;top:37.6075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbA24zW29xBUCTqT7XEzwlIFCFpFJ5dT { width:20rem;height:29.253475rem;top:39.38875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsaexaaTWdTwTJavKJ1op7RXLKrKEXVx { width:20rem;height:13.710073710074rem;top:7.7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyQ1e23bLn9NX2avZrA64uHnivo1q1Q { width:20rem;height:13.698030634573rem;top:22.66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 { display:block; }#CSLXOc3t4VECMb2Ozp0AOw9Ri68Urb36 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8pM6r5athd8LKkBTRWOrFrUbkTEbJim { width:20rem;height:10.759162303665rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM { display:block; }#VCg63KPPE2vh8LXrDZ4PRuUAy5BEg6xM > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn5cScDTNUGelABLrAiTt2yATxKXXTLh { width:20rem;height:1.2999125rem;top:4.3478374481201rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 { display:block; }#DITPQUqsGwzbVgTU9z7l42u4RONk6uH6 > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFPbm8BK9y3g45bbnWBIsOTXLeEqCFKG { width:18.875rem;height:31.9375rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo79nIzHZod0uvottAPrDRtgarANl2V1 { width:18.875rem;height:34.6875rem;top:1.25rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av8BV9kElMeK6IH6iWXQ0Am4P51UPyfS { width:18.875rem;height:27.0625rem;top:70.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrLvG4O24xJaMzNGTkNbZWexzF6g3N5 { width:13.5rem;height:9rem;top:2.84375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnsvg2sd1qnz0KpEtWtVygNKKrr0rrOu { width:16.25rem;height:1.7871125rem;top:13.043603897095rem;left:1.8750000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARe0rdBfsHtZW7a4OSmVaUeJllelzQkK { width:12.5rem;height:1.3rem;top:15.918731689453rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzrnGcDzZdcSR7Wv7NyoIvZykCF73sO { width:12.5rem;height:1.3rem;top:16.543731689453rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ayd77QqyiNvdopn0ZdhCeuLeBBhMJD { width:16.5rem;height:18.1987625rem;top:15.918731689453rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmX0c8IWUkXFtFupxeiuzAzHZSXiIIx { width:16.5rem;height:15.59895rem;top:52.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1xCqoeTu1BTU7J29DTrJeAEuBqxmv1u { width:19.125rem;height:1.7068125rem;top:48.5625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZczEX9NoXS15EsWhJRSGrZJ7LP444pJB { width:13.375rem;height:8.875rem;top:39.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74oBgAtXpx3UQ4pFUtvJkh85O4yxZXg { width:13.375rem;height:8.875rem;top:72.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t52CIBafPfQsW6xwFc1B69T9VNXVmXmI { width:16.5rem;height:11.6992rem;top:85.5rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyU4t1W9vbPLPS0cXypIziSDCnlf7Qr5 { width:18.1875rem;height:1.7068125rem;top:82.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXCRALASAEIpkAroHLBIJzVRk2K2qql { display:block; }#DTXCRALASAEIpkAroHLBIJzVRk2K2qql > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCTEpMOEU4QpRZZZPKdg3ISo1cs4yesX { width:20rem;height:1.2999125rem;top:4.3478927612305rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD { display:block; }#ImwOdpu0hpSHPSInuTyLxmTiKSnTXdkD > .row .container { width:20rem;height:100.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPWJgCikpO3FikK4szguIiNT2Zoe9fkr { width:18.875rem;height:31.9375rem;top:34.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S42IUOpHGDweUlTMPuELqCQG9swhS61P { width:18.875rem;height:31.9375rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bydaJynWDEUBc8UL4NrPogHKAl30OPZr { width:18.875rem;height:31.9375rem;top:67.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snd47JJW23RnRbsSumDvxXWx3rXouiXS { width:13.5rem;height:9.1875rem;top:2.84375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZmTCSnUsM7ZwwGqPI2nPunA2t1edCk { width:16.25rem;height:1.7875rem;top:13.043731689453rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhKcT4VRd65OITDyJvPlCsWSWKHgKPTL { width:12.5rem;height:1.3rem;top:15.918731689453rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUFx48FFEKoKoJnIN79AFnEzGeuQESzD { width:12.5rem;height:1.3rem;top:16.543731689453rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBhoSspbNNcFQUaJoTTCTkRDCy1pU2XD { width:16.5rem;height:15.6115375rem;top:15.918731689453rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzRDERmwxEchUpwWyHEaxWu63ol7ise5 { width:16.5rem;height:15.6115375rem;top:49.106231689453rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0J7sOTggwoBTMKauKAl2sMIAJmxiXv { width:19.125rem;height:3.41363125rem;top:45.375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAAZ0e976CW8ngleD0rSKqk03AOvHcf { width:13.375rem;height:9.1875rem;top:36.03125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZqJbST7Spt6O6vhEqz3TmHbtrmZe4QU { width:13.375rem;height:9.1875rem;top:69.21875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEN3FtxRu7EuLKI8GaPJ3PovRFwJpZmu { width:16.5rem;height:15.6115375rem;top:82.29373168945rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvz0EQxcbHeiuQFpt18DKKTaNFF6PizU { width:18.1875rem;height:1.7068125rem;top:79.41873168945rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV { display:block; }#mSGuhv8dGuIqFZ6t7Tp3XXm3I0GEiwBV > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpH3z2PbcAIEJLJfEuPCl8UCPLT3uHPQ { width:20rem;height:1.2999125rem;top:4.3478927612305rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA { display:block; }#QDVFTrMEIwzfgTZkBiIemNkCRblNHcVA > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwgPDwXvofJ1PmqTb8aqWZOMtXD8kTCG { width:18.875rem;height:31.9375rem;top:34.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeBlWPEcyICcwZdf3GerfxZrFqiaok4a { width:18.875rem;height:33.1875rem;top:1.25rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEuAAuPTKkkxssDRT98eKg7Ts1scwaen { width:18.875rem;height:33.875rem;top:67.62478637695rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvOREMf2hVITls3ELFCof5mH5uIBf29F { width:13.5rem;height:9.1875rem;top:2.84375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPhPQbfQbMi0RqgPXZzoEidkRCinI3I { width:16.25rem;height:1.7875rem;top:13.043731689453rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vcyUxrvZEuym8ZGPB8AQLLsqrZoIDa { width:12.5rem;height:1.3rem;top:15.918731689453rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiutn3v13hboALnudvIoGz4E2doPlVAB { width:12.5rem;height:1.3rem;top:16.543731689453rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTDu2MMEuoNoutoiuvMVGSvp2CiHDwXV { width:16.5rem;height:18.19881875rem;top:15.918731689453rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRGq4ssGBwGXwuEgNhTqI3FiJtSnE9MK { width:16.5rem;height:16.8989rem;top:49.106231689453rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdNdw0oy4l2VRJoXrarD1M2GZlv4qr5Z { width:19.125rem;height:1.7068125rem;top:45.375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUmkVLMbSOxcrDU3893vt3foJX1ITAlE { width:13.375rem;height:9.1875rem;top:36.03125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpPyoPVglFSm1fZ1boPht2NBl8Zllrv { width:13.375rem;height:9.1875rem;top:69.21875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOfuPIuW9wH3GooQh2NPvCiyiWIsUSNA { width:16.5rem;height:18.198775rem;top:82.29373168945rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqNikKreFRGsC0Kkevy3onMphD90E252 { width:18.1875rem;height:1.7068125rem;top:79.41873168945rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGhEJ1Gxu9WMQMtCvlRCvi4UuR3iITX9 { width:17.5rem;height:3.4375rem;top:101.74044262696rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKLvX5gA4Tk4ATZwH3c4QfM9vuODWtPh { display:block; }
 }@media only screen and (max-width: 763px) { #T6CT5fSs8GDALqKO1e1KHTFAs9ADFnrX { width:17.5rem;height:3.4375rem;top:106.42794262696rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJybX9TFd2cEwtpqTKEFTpdA4qnRfRTf { display:block; }
 }@media only screen and (max-width: 763px) { #ItoBH7ONZeiT7tfrfPLKa2q4T4N7AhGn { width:17.5rem;height:3.4375rem;top:111.11544262696rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5uvc8HRFKkqhMkSz0hmJcE0oxdIB32N { display:block; }
 }@media only screen and (max-width: 763px) { #K8TzSpIezek0qdkNCsAFHylBZkeQhbKR { display:block; }#K8TzSpIezek0qdkNCsAFHylBZkeQhbKR > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMzgNrQ4oxuJJ1y3SJov3xdUTIIgsiyX { width:20rem;height:1.2999125rem;top:4.3478374481201rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb { display:block; }#pHDBWDAy3fZnfyHn5hA79t5K78Ev9msb > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zS3lkmwpKNOVzTP6MleKTy388yJbRoFq { width:18.875rem;height:31.9375rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h62QtQFlStbtSRQiyNGIbCkoF1kXXuzX { width:18.875rem;height:34.6875rem;top:1.25rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9BaOEKq8mnPRXU9zipyNp5GwOls9DKc { width:18.875rem;height:29.25rem;top:70.811645507812rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLtHxTvo7XiPVPw5X1ufrU2cx0shxoSn { width:14.8123125rem;height:9.749375rem;top:2.3426647186279rem;left:2.5933161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLT08yBm1WxkRfiyXvkTNUu4EEpZM0o { width:16.25rem;height:1.7871125rem;top:13.043603897095rem;left:1.8750000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keFcnfLZiL329vKTiqlguIzl6z7azXbg { width:12.5rem;height:1.3rem;top:15.918731689453rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHOHqAfIST844olV4Sb1R3J79kOTgJh8 { width:12.5rem;height:1.3rem;top:16.543731689453rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7sgZBMuqy4T5o19ikiWDN9im5nJe9t { width:16.5rem;height:14.299075rem;top:15.918731689453rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbsSiXk5TXWuPMSah3S4SH0XmugVCu6A { width:16.5rem;height:16.8988875rem;top:52.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPwHqAsd7o8iw8a987TeWyOCzllME4Ig { width:19.124375rem;height:1.7068125rem;top:49.373916625976rem;left:0.43619793653488rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e11F0MD1JQXmCBOyXSpqynWrVEtZx2uH { width:13.6870625rem;height:10rem;top:38.631729125976rem;left:3.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp76Z9ZeEdyVcbXB54CceAU0NKffiXsU { width:15.686875rem;height:10.4373125rem;top:71.499569892881rem;left:2.1560330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHOJhUJ8oVcXHPMQNlZO0g3C7VpwB3O3 { width:16.5rem;height:12.999125rem;top:85.5rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHAUlivHl9TgNd2Qx2Q45zX9s8EEyOv { width:18.1875rem;height:1.7068125rem;top:82.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnAoQu2r173BxPxhipZzUgLGZnmw5x7U { display:block; }#bnAoQu2r173BxPxhipZzUgLGZnmw5x7U > .row .container { width:20rem;height:141.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDMasdgSKMNbucKTwkyI9rSTqkmCJZq9 { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHQ2rKxEav5UotTsisVwGRc7kyMm8m2 { width:20rem;height:1.2999125rem;top:3.798825rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNXU9hInnmQOzOtV5r6kEw9su0BZzh9G { width:20rem;height:133.8911125rem;top:6.34765rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn { display:block; }#SyJB0P5xVtTyumEnTrC62u9V9ZK8HcSn > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NifoFKlt14J0URMuozslyLlOCWL8t66F { display:block; }#NifoFKlt14J0URMuozslyLlOCWL8t66F > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUX4tSFKrNPtpdmJhdfOCTagE6zGKiAu { width:11.3125rem;height:0.975rem;top:29.987499237061rem;left:7.5rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #V9dUSRgyI43cbu5nIbdc88ouiQXhim6x { width:16.4375rem;height:0.975rem;top:28.387500762939rem;left:1.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2g2tiVQPeczrt53diGq9t14oTXAPvT { width:12.5rem;height:0.975rem;top:29.987499237061rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bc2favVnbfb0inTT8SpTP8Rw7Ix2Gnsk { width:20rem;height:20.4774375rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkoFoktaTdadrTaK0xKa3TUU5la328vu { width:19.436875rem;height:0.97439375rem;top:32.211393261719rem;left:0.25rem;font-size:0.75rem;display:block; }
 }