.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:219,248,242;--color-primary-1:146,234,215;--color-primary-2:74,220,188;--color-primary-3:29,211,171;--color-primary-4:4,184,143;--color-secondary-0:14,139,255;--color-secondary-1:7,91,255;--color-secondary-2:0,76,156;--color-secondary-3:0,80,153;--color-secondary-4:5,51,95;--color-tertiary-0:255,255,255;--color-tertiary-1:76,76,76;--color-tertiary-2:61,61,61;--color-tertiary-3:56,56,56;--color-tertiary-4:0,0,0;--headlines-font-family:"Azo Sans Black";--paragraphs-font-family:"Azo Sans Black"; }@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(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a5fcb9e3-691e-452d-8452-60dec11eced6/BGwithDots2x.png");background-position:top center !important;background-repeat: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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/46a81e8b-8407-408b-b6b7-5d73a048bfd8/Group2860.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;z-index:auto;display:block; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC.adaptive-delivery-prevent-bg, #TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC.lazyload, #TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC.lazyloading { background-image: none; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row .container { background-color: transparent; background-image: none; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row .container > .video-iframe-container { display: none; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row > .video-iframe-container { display: none; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .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); }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row .container { border-width: 0; border-radius: 0; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { 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:3.3125rem;width:18.875rem;top:0.71756172180175rem;left:2.8748302459717rem;overflow:hidden;display:block; }
#rOreUFQ2FbXbpaBIToktTllbIGcucvSP { color:#338fbf;display:block;width:24rem;position:absolute;font-family:"azo sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.466796875rem;left:36rem;height:1.8681625rem;font-style:normal;display:block; }
#yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { position:absolute;display:block;z-index:15008;height:3.75rem;width:6.6873302459719rem;top:0.54739117622376rem;left:24.852243423462rem;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:41.875rem;width:60rem;position:relative;display:block; }#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3125rem;width:18.8125rem;top:0.5625rem;left:36.5625rem;display:block; }
#R8KBK9w67K6wUTWOKCu2uAMr93F0pJWo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:39.4375rem;height:2.35546875rem;font-style:normal;display:block; }
#TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:29.6875rem;top:2.0537109375rem;left:0rem;overflow:hidden;display:block; }
#k18XHPP8gezxViSJcWPUXdCat2hxToa1 { position:absolute;display:block;z-index:15008;height:1.875rem;width:3.3125rem;top:0.5615234375rem;left:1.7998046875rem;display:block; }
#ygLiXJh9Z4RBTOBLCqU8r4oHdQeWP4ic { background-color:#5d92ff;background-image:none;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:"azo sans";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.7490234375rem;left:32.435546875rem;display:none; }
#CgUTt29677AlNBgUuXNwRFTcxGzPXEMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cg2oZZy8TxCXA24LVSLfdofBwpmbTVgi { position:absolute;display:block;z-index:15010;height:11.25rem;width:20rem;top:31.4375rem;left:46.28125rem;display:none; }
#oQKN8oGKklO5zH4wuZ4aPWB2rDToNFSQ { position:absolute;display:block;z-index:15011;height:21.75rem;width:28.125rem;top:4.4091796875rem;left:31.875rem;display:block; }
#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row .container { background-color: transparent; background-image: none; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row .container > .video-iframe-container { display: none; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row > .video-iframe-container { display: none; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .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); }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row .container { border-width: 0; border-radius: 0; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#gGNWKFwz9e3C39bzwisCrQtOM6D0MUmi { 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:2.625rem;width:18.6875rem;top:10.0625rem;left:21.3125rem;overflow:hidden;display:block; }
#oLgRn8rlZMTGSCybzqdKwWmJ05Pl6PsL { 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:29.4375rem;width:42.0625rem;top:26.9375rem;left:8.375rem;overflow:hidden;display:none; }
#sGB61xOTGfufpiCHAzA4xny3PTeOBcqd { 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:2.9375rem;width:60rem;top:40.125rem;left:0rem;overflow:hidden;display:block; }
#MKhrlQcoFKGzRdfubTND3TqWaFisbIce { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:53.5rem;top:9.3125rem;left:3.25rem;display:block; }#MKhrlQcoFKGzRdfubTND3TqWaFisbIce.adaptive-delivery-prevent-bg, #MKhrlQcoFKGzRdfubTND3TqWaFisbIce.lazyload, #MKhrlQcoFKGzRdfubTND3TqWaFisbIce.lazyloading { background-image: none; }
#HffQA7XJi0D4bSHvw4gw5Trem5409yhE { color:#0e395f;display:block;width:36.25rem;position:absolute;font-family:"azo sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:11.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlWcpAXQdf7bnGxlv1kSm5onGM2azImc { color:#0e395f;display:block;width:36.25rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:11.875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZkl90Xn8Kqo9Zd9ux4OiCPPdRh6RE4T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:12.25rem;top:4.9375rem;left:23.875rem;overflow:hidden;display:block; }
#iCl8oI5hhEF3piBG60mgICnSyiswquUS { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.85));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.85));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.85));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),0.85)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),0.85));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:7rem;width:30rem;top:0.625rem;left:0rem;display:block; }
#gdinTaONQkLGdqafBgD0fnI9OFZOIl0K { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.85), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.85), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.85), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.85), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.85)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.85)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.85), rgba(var(--color-tertiary-0),0));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:7rem;width:30rem;top:0.625rem;left:30rem;display:block; }
#uKVyuS7OWftuTeKBU6Sn0cOPoiLKF5dO { background-color:rgba(var(--color-secondary-1),0);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),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:18.75rem;display:block; }
#R09wI4Rwms1VrgyhJiaBAiaU08T0G6am { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg { 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; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row .container { background-color: transparent; background-image: none; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row .container > .video-iframe-container { display: none; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row > .video-iframe-container { display: none; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .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); }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row .container { border-width: 0; border-radius: 0; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:60rem;position:relative;display:block; }#MiNcraPPxOlbFJIHTwfSbsAH8T5Lh8VP { color:#445c85;display:block;width:44rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:9.5rem;left:8rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuzBDvhaw33lHTlasT7Kh9TQpFhTAUNP { color:#030317;display:block;width:12.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJwWPzy4k8gwRiZ3OGv1uNWSM1JwkDTP { color:rgba(var(--color-primary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:10.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bEG6qUSvsvaJmNpsnvOZrGrL5dJ19Vtt { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:6.9375rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bBmtFcFpXVzm9KknbPnolu7fIBTwrCfu { color:#0086ff;display:block;width:18.4375rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:40.5625rem;left:41.125rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbD8OvzL5FbicrIG4ErO9vwfZ5S0850m { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1rem rgba(0,134,255,0.18) ;height:18.6875rem;width:19.375rem;top:27rem;left:20.3125rem;display:block; }
#JmmTEwJbZuRmmJ69Aq9k1f7cyoeMNsyz { color:#0086ff;display:block;width:17.375rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:40.5625rem;left:21.3125rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeXbf3KSLVE8srpF9JFWcv7IWk4ZexSv { color:#0086ff;display:block;width:16.8125rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:40.5625rem;left:1.3125rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhdhyUq6FTZ41anlsFkyo79RMqqvi9Wy { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1rem rgba(98,0,255,0.12) ;height:18.6875rem;width:19.375rem;top:27rem;left:0rem;display:block; }
#tRKQIrzACvOsrwMGHWHBOQgAO3NTqhIa { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1rem rgba(var(--color-primary-4),0.24) ;height:18.6875rem;width:19.375rem;top:27rem;left:40.625rem;display:block; }
#Z5u7eVU6evgqqXazqw8KGAAa4lqvD2n2 { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd0f5dae-dd58-4868-bf0d-f41ea730c897/MicrosoftTeamsimage1.png");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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.39) ;height:12.6875rem;width:18.0625rem;top:26.125rem;left:0.6875rem;display:block; }#Z5u7eVU6evgqqXazqw8KGAAa4lqvD2n2.adaptive-delivery-prevent-bg, #Z5u7eVU6evgqqXazqw8KGAAa4lqvD2n2.lazyload, #Z5u7eVU6evgqqXazqw8KGAAa4lqvD2n2.lazyloading { background-image: none; }
#oEMzVJ61GLGVRg5VFm7ZmEDbNaCeQIbC { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6714b71-d783-4267-92ab-6ede6b81d7ea/Image12.png");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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.39) ;height:12.6875rem;width:18.0625rem;top:26.125rem;left:21rem;display:block; }#oEMzVJ61GLGVRg5VFm7ZmEDbNaCeQIbC.adaptive-delivery-prevent-bg, #oEMzVJ61GLGVRg5VFm7ZmEDbNaCeQIbC.lazyload, #oEMzVJ61GLGVRg5VFm7ZmEDbNaCeQIbC.lazyloading { background-image: none; }
#mxANkvfGFJhwFNU9IeTRVtvqWCrOZoWk { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d4b8c9c4-72e1-40db-87e4-a81a31ab855f/MicrosoftTeamsimage.png");background-position:center right !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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.39) ;height:12.6875rem;width:18.0625rem;top:26.125rem;left:41.3125rem;display:block; }#mxANkvfGFJhwFNU9IeTRVtvqWCrOZoWk.adaptive-delivery-prevent-bg, #mxANkvfGFJhwFNU9IeTRVtvqWCrOZoWk.lazyload, #mxANkvfGFJhwFNU9IeTRVtvqWCrOZoWk.lazyloading { background-image: none; }
#F0qbUk1avHoaZhZIFzpxKsXom9aCDFpl { color:#445c85;display:block;width:44rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:15.75rem;left:8rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImPVoaT7APV0ya3yzs9wI3E4nKHI3ilh { background-color:rgba(0,0,0,0);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(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:20.5rem;left:23.25rem;display:block; }
#tT0Tb7FkhpIDsF6OVhtSC85yZpRDGapW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9HL9dXLln6Ps32ADlJtpS41gQ1sA01s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:21.0625rem;left:24.0625rem; }
#kd69a28VBTsP5eFT8SMRN979LrRSBrdH { color:#0086ff;display:block;width:9.5rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:21.5625rem;left:26.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bL4BEh7S0HiczoBnNMT8Cz07kvKsRfdI { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,134,255,0.2) ;height:3.25rem;width:13.375rem;top:20.5625rem;left:23.3125rem;display:block; }
#J2gOvSG88iyJ2GIEZbOPlfiUxuKGGJNf { background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #36efc5;border-left:0.0625rem solid #36efc5;border-right:0.0625rem solid #36efc5;border-bottom:0.0625rem solid #36efc5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(9,101,186,0.26) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:47.4375rem;left:20rem;display:block; }
#opoLiSMGeCvmUOedwgLMhozXEdMLevEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 { 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:none; }#pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 > .row .container { border-width: 0; border-radius: 0; }#pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:none; }#xLcZon2xqlaAwdTahlXaPFqAfG04uhqm { color:#44c0c5;display:block;width:60rem;position:absolute;font-family:"azo sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1458930969237rem;left:0rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Re9thcuPbN8kUWGc3KwvshxC9VPFteJs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SNnb4WOfluMQk49J8nXaerm2JUCyum3n { color:#44c0c5;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.7406616210938rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V86qHGIVKrwGVJDmsJhHVRJHfB4H0DNK { color:rgba(var(--color-tertiary-1),1);display:block;width:26.5rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.3125rem;height:7.798825rem;font-style:normal;display:block; }
#KEyzCMWfAXH86MJC4JCMh3dBaFFPtdb0 { 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:17.0625rem;width:27.4375rem;top:24.875rem;left:3.4249992370606rem;overflow:hidden;display:block; }
#xvoT9Fz2dpAKy8gufFtszdWbAFXBiipw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:13.225204467774rem;left:35.659818649292rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AMR6XeOSWkBAWEOUt5wMlO5St1KTy8Ic { 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:1.5rem;width:1.25rem;top:13.357143402099rem;left:33.660715341568rem;overflow:hidden;display:block; }
#sO9eaoTJaF4ZOaQN6ETcxLSQSFDihZcP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.25rem;top:17.287364959717rem;left:33.722826004028rem;overflow:hidden;display:block; }
#p0xFzTOnsZrkswFLiDwpy16L2EF8DkiS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.25rem;top:21.825000762939rem;left:33.66015625rem;overflow:hidden;display:block; }
#e9pgUtmSi03BP1MGlTIMe1Kbm2h6gTor { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4367187023163rem;width:1.25rem;top:25.903907775879rem;left:33.66015625rem;overflow:hidden;display:block; }
#oDw6ry3wy9K0ul4OKC9h1Q9ww43oT68f { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.236721038818rem;left:35.659374237061rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k0zBp1LydAwFcNLu7pKhxMJHd1G35GQg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.875rem;left:35.503124237061rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrQe5SkLkPEH5ETFShzhfHlbMkWw0ANp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.953910827637rem;left:35.503124237061rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0086ff;background-image:url("https://images.assets-landingi.com/uc/836386a6-1e0b-4c49-b6c9-3b1eeef96356/Group1684.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk.adaptive-delivery-prevent-bg, #SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk.lazyload, #SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk.lazyloading { background-image: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container { background-color: transparent; background-image: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container > .video-iframe-container { display: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row > .video-iframe-container { display: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .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); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container { border-width: 0; border-radius: 0; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#BU8NcfUvk6kPZLTwWstqBZgZ0sgezTr5 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5);top:2.5rem;left:7rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dRDzNzp9WZL6kIEAVprPt64wbgSOhAwP { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));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:16.125rem;width:26.8125rem;top:1.375rem;left:30rem;display:block; }
#qOMJ66rsniNEZzqodgvBTXof10WQi6Ge { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));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:16.125rem;width:26.8125rem;top:1.375rem;left:3.25rem;display:block; }
#i3GrGKtc3rQlAaV2zdEemELvKvrNsEZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5);top:4.5rem;left:6.9375rem;height:4.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O0f6BwKGsrvd8BrHemZgVV0m2Vu8LBMK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.5625rem;left:12.875rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaHQ9SQMLngNzXG3B0mTlaBnoVAptWwd { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7eda27b-0a75-4a4b-9467-38a7ecaa8b37/Asset113420x.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.5rem;top:22.5625rem;left:0rem;display:block; }#zaHQ9SQMLngNzXG3B0mTlaBnoVAptWwd.adaptive-delivery-prevent-bg, #zaHQ9SQMLngNzXG3B0mTlaBnoVAptWwd.lazyload, #zaHQ9SQMLngNzXG3B0mTlaBnoVAptWwd.lazyloading { background-image: none; }
#Q1pxN3VF47UEsdgrWFVXC5hoiFhe3N20 { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74e882f4-5401-490a-9600-b07185cc70d0/Asset153720x.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:17.6875rem;top:22.75rem;left:42.3125rem;display:block; }#Q1pxN3VF47UEsdgrWFVXC5hoiFhe3N20.adaptive-delivery-prevent-bg, #Q1pxN3VF47UEsdgrWFVXC5hoiFhe3N20.lazyload, #Q1pxN3VF47UEsdgrWFVXC5hoiFhe3N20.lazyloading { background-image: none; }
#NLKQa6EtpE8I3umr1kGhnilBS2vWMRm8 { position:absolute;display:block;z-index:15015;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.6875rem;width:8.6875rem;top:14.75rem;left:25.25rem;overflow:hidden;display:block; }
#nEL3VmgqHQrz9NuLR4KOb32MqiI5mzNl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:13.6875rem;left:14.375rem;overflow:hidden;display:block; }
#StnTEkVrKF7d9He3zX6Pqng9lTTRtDxQ { 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:7.6875rem;width:7.6875rem;top:13.6875rem;left:38.125rem;overflow:hidden;display:block; }
#ZQKOriiGI40J61h6WxeTLWEXTxNusolC { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:25.625rem;left:16.96875rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxZWbUOR9gAzAkGkkeZsTpSyATIZlDwD { background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #36efc5;border-left:0.0625rem solid #36efc5;border-right:0.0625rem solid #36efc5;border-bottom:0.0625rem solid #36efc5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(9,101,186,0.26) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.3125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:28.0625rem;left:21.53125rem;display:block; }
#ef6bTmCaFEmE4i187vFfdChnoTXadRTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5032931c-9f4d-4bfb-b1a3-1ba494671621/beltwristbands1.jpg");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; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra.adaptive-delivery-prevent-bg, #P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra.lazyload, #P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra.lazyloading { background-image: none; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row .container { background-color: transparent; background-image: none; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,9,33,0.76); }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row .container > .video-iframe-container { display: none; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,9,33,0.76); }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row > .video-iframe-container { display: none; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .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); }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row .container { border-width: 0; border-radius: 0; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row .container { font-size:0.875rem;font-family:arial;height:77.8125rem;width:60rem;position:relative;display:block; }#g7JTueh0OiI5vO6hschOdwsD3XkDPH0K { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,29,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(93,146,255,0.45);border-left:0.0625rem solid rgba(93,146,255,0.45);border-right:0.0625rem solid rgba(93,146,255,0.45);border-bottom:0.0625rem solid rgba(93,146,255,0.45);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.4375rem;width:19.125rem;top:17.75rem;left:0.5rem;display:block; }
#CN1B75ZP1Pt2HyFtyVbOVgeXkNgCFXvl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:24rem;left:1.1875rem;height:9.4453125rem;font-style:normal;display:block; }
#ig8S51o0709xX3C3rbpVOTyvuAzXhvMc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:20.75rem;left:1.1875rem;height:2.3984375rem;font-style:normal;display:block; }
#R57U3E7MlXP3J2QNCrREo6D1ib3srNyt { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:1.6875rem;width:18.0625rem;top:18.4375rem;left:1.1875rem;display:block; }
#lkc8ndnwN2B92G1XNT7SAf3IJA23fVzA { 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:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.6875rem;left:1.375rem;height:1.29980625rem;font-style:normal;display:block; }
#hS545CrSMb77lbiTT6iBB1TqerHddaPz { position:absolute;display:block;z-index:15038;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:23.6875rem;left:1.3125rem;display:block; }
#t6a9wH0A1F9zcnvuxOAGmb5aA7ipayfA { position:absolute;display:block;z-index:15012;background-color:#e4bd23;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:1.6875rem;width:18.0625rem;top:35.9375rem;left:1rem;display:block; }
#kRRW2noWJP3QhNTuvI9wKL5BlMP7fgIx { 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:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:1.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#JUplAIWNXHNqQPKdm7L4MwoiakO1ynI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:38.25rem;left:1rem;height:1rem;font-style:normal;display:block; }
#IJ0skPaRyBcgksB4EDqhVAtQQ3HBpHIZ { position:absolute;display:block;z-index:15041;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:39.8125rem;left:1.125rem;display:block; }
#sT92QdBL3wcxrRV2EzyVkI8saHiND3Bp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:40.4375rem;left:1.0625rem;height:11.0195rem;font-style:normal;display:block; }
#PPHBD955DWmzfSddSTAdMh26eNK7drz5 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,29,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(93,146,255,0.45);border-left:0.0625rem solid rgba(93,146,255,0.45);border-right:0.0625rem solid rgba(93,146,255,0.45);border-bottom:0.0625rem solid rgba(93,146,255,0.45);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:49.5rem;width:19.125rem;top:17.75rem;left:20.4375rem;display:block; }
#rwaKFFL9PrMtFtcwNkzNfOrDkIsKs3so { position:absolute;display:block;z-index:15011;background-color:#f08600;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:1.6875rem;width:18.0625rem;top:18.4375rem;left:21rem;display:block; }
#AIkLrRNJVou9T2IhUr57NQEBq2HMgUR3 { 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:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:21.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#ySl4rkeqCLrtNlDod0JF2cyET2ibqAbd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:20.75rem;left:21rem;height:1rem;font-style:normal;display:block; }
#LWT25EXPKzt3m1Z21RrWr9XbJf5hPMWl { position:absolute;display:block;z-index:15039;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:22.5rem;left:21rem;display:block; }
#sdXZ3ky9kuwWi4VzRSm7Da6GvXuVsoCz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:23.125rem;left:21rem;height:15.7421875rem;font-style:normal;display:block; }
#naLsTQ1T71yv2qtZ6amu5OshRvb9AURd { position:absolute;display:block;z-index:15013;background-color:#a7c839;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:1.6875rem;width:18.0625rem;top:40.75rem;left:21rem;display:block; }
#CkfiKWK2KncsJQtMaZy1HVAihUreSbeG { 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:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41rem;left:21.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#PTc5fodIusc94WlCnqv0TtUsR2OM46iI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:43.0625rem;left:21rem;height:1rem;font-style:normal;display:block; }
#A2WKPcIsWH0vqE36UvW2LpCRZIrWAbkH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:45.25rem;left:21.125rem;height:9.4453125rem;font-style:normal;display:block; }
#J4QcsPrWDA6JbUIxSMC5M1eH7yLPLdfd { position:absolute;display:block;z-index:15040;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:44.625rem;left:21.125rem;display:block; }
#LM2v4bT6DnBKhgLoPuoyFShBGZ5iqqnm { position:absolute;display:block;z-index:15018;background-color:#136fff;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:1.6875rem;width:18.0625rem;top:57.1875rem;left:21rem;display:block; }
#SkNoyp8qmrpaHA63ed7GDGlbeTCW5mhC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:57.4375rem;left:21.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#L2s6P8RUdJqqPXqspfQ0dpt7BvseXMsb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:59.5rem;left:21rem;height:1rem;font-style:normal;display:block; }
#LHWQJFgqxOW9G34PIV7xcivyF2bUNQ15 { position:absolute;display:block;z-index:15048;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:61.0625rem;left:21rem;display:block; }
#PQpSeNH3ViIoONVrZ2SnEQcx2ADyrzmc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:61.6875rem;left:21rem;height:4.72265625rem;font-style:normal;display:block; }
#t3Z7PEJvVd0XTLSNt8yx3UwTVbSKGTg8 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,29,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(93,146,255,0.45);border-left:0.0625rem solid rgba(93,146,255,0.45);border-right:0.0625rem solid rgba(93,146,255,0.45);border-bottom:0.0625rem solid rgba(93,146,255,0.45);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:46.0625rem;width:19.125rem;top:17.75rem;left:40.4375rem;display:block; }
#q0nwgT42NAXKwnHTf58DK48X8VsnXBAJ { position:absolute;display:block;z-index:15023;background-color:#9144aa;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:1.6875rem;width:18.0625rem;top:18.4375rem;left:41rem;display:block; }
#uP4XPvFh9Jm8dk5R8pnvoDIUHuoBtJUM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.625rem;left:41.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#eNHNJdg7ZBzg8g3BkTwc8kvFZ3ydblb2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:20.75rem;left:41rem;height:2.3984375rem;font-style:normal;display:block; }
#GlslRoTFxhig1CI2Mp4Ayn1FyZPKaAZt { position:absolute;display:block;z-index:15053;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:23.6875rem;left:41rem;display:block; }
#Vr4W9SIoJB5d1HITATTm9TUIbUz7cerc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:24.4375rem;left:41rem;height:4.72265625rem;font-style:normal;display:block; }
#KdRhCobrWtmviOeQO5gPggNNuyNBIvco { position:absolute;display:block;z-index:15018;background-color:#8a4d00;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:1.6875rem;width:18.0625rem;top:31.6875rem;left:41rem;display:block; }
#XxnD4DTMncdQD4TIe326ZhfVGyGpAWRt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31.9375rem;left:41.375rem;height:1.29980625rem;font-style:normal;display:block; }
#Cfb0O12bstLp8w8IzvS46HIZo7i2taUD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:34.0625rem;left:41rem;height:1rem;font-style:normal;display:block; }
#AWoF2nztyLx9NRnCbpQqNIroS2iIQwbd { position:absolute;display:block;z-index:15048;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:35.625rem;left:41rem;display:block; }
#SIzbdFv4UopJa8a7AV1gQ7PmuWT91F3k { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:36.3125rem;left:40.9375rem;height:5.34375rem;font-style:normal;display:block; }
#NukXqRDOl8rOApmR764Dwh0wp2VBLMlM { position:absolute;display:block;z-index:15023;background-color:#ff0505;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:1.6875rem;width:18.0625rem;top:43.8125rem;left:41rem;display:block; }
#TH5ZUR5mzBf57y2ftBxbGBihoenIA3md { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:44.0625rem;left:41.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#NxiaG3RLT4HBiBThuao3Ry840vIlnx6X { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:46.0625rem;left:41rem;height:1rem;font-style:normal;display:block; }
#M8yhDHMUobg0LffNUSeTZu5NKITrmbxu { position:absolute;display:block;z-index:15053;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:47.6875rem;left:41rem;display:block; }
#Ed3LI9wJ0NJV9a72HAyldszwztnAGKvb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.9;letter-spacing:0;top:48.375rem;left:41rem;height:3.5625rem;font-style:normal;display:block; }
#w7qsXfW4uBQrgvQtw6QKJG57qQkoAd5s { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.0625rem;top:54.375rem;left:41rem;display:block; }
#bRwutQBUBXXHmbILtk6HkosapPFcox6z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:54.625rem;left:41.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#lrNnD5NB7nEFNVZweo0zU7l97rT5f8y5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:56.875rem;left:41rem;height:1rem;font-style:normal;display:block; }
#kBWPt9qHpiHyfqlbZazuX2IR2ctKSXz2 { position:absolute;display:block;z-index:15058;background-color:rgba(227,227,227,0.45);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:0.125rem;width:3.4375rem;top:58.625rem;left:41rem;display:block; }
#Biz5pmK5wfaJye9FR2VuFqIkLAVyuVJD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.9;letter-spacing:0;top:59.375rem;left:41rem;height:3.5625rem;font-style:normal;display:block; }
#x7D1hAKRzA7hnukF0f3qs751BBlUUNMa { background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #36efc5;border-left:0.0625rem solid #36efc5;border-right:0.0625rem solid #36efc5;border-bottom:0.0625rem solid #36efc5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(9,101,186,0.26) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:70.25rem;left:19.34375rem;display:block; }
#LiIPR7zKU6q3wV9qVUQ036iAl5gN44QM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6psLlCctaGPhl92SQKSclsvGd9Ugnex { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:12.8125rem;left:7.9375rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQI2hoG4oGVGbMB5OC9uvPE4BFeyt705 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:60rem;top:6.0859375rem;left:0rem;overflow:hidden;display:block; }
#TFRpocyXxhvngZla50CDzbP6L4En8Rdz { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5032931c-9f4d-4bfb-b1a3-1ba494671621/beltwristbands1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk.adaptive-delivery-prevent-bg, #J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk.lazyload, #J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk.lazyloading { background-image: none; }#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk > .row .container { border-width: 0; border-radius: 0; }#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:60rem;position:relative;display:none; }#ECPL47H5tE9oaezWuEqnf92TCTr8GC2U { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0L2f3e6ZTv0XWmBAnx60mrmFW7o3hEF { 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:9.5625rem;width:60rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#hPDmdaT0yQ1Mtv0VAI0WItAZoSmCdlaP { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.875rem;left:9.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gz62J9JqQ5iJ12qgMHx6tkE7EEIzN5iq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:26.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dclVQSW5mkxJAf1N211lz4gU3FRLNx62 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.875rem;left:42rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0HFaNKmMI0cNzL6oQlFgnTBqTkJShDF { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:23.375rem;left:1.6875rem;height:7.87109375rem;display:block; }
#zSg3pVIa4BevPDUkHhJ5mWHeWyopR7lb { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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:1.375rem;width:16.5rem;top:21.5rem;left:1.6875rem;display:block; }
#kTXxy2PKnV9NpQ5gmbk1lvmPyaIfz8oM { 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:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.625rem;left:2.2494907379151rem;height:1.29980625rem;font-style:normal;display:block; }
#Qnt0MPrNS8Bl5OCuFRXxnw6NBf8uZAvS { position:absolute;display:block;z-index:15005;background-color:#e4bd23;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:1.375rem;width:16.5rem;top:31.1875rem;left:1.5rem;display:block; }
#Zy7sG8orDoTnXnB1buTL4ZyaXLRoAquu { 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:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:2.2494907379151rem;height:1.29980625rem;font-style:normal;display:block; }
#J64GsG8mrvPtTaA1tPOGhch3Utcun3Qc { position:absolute;display:block;z-index:15004;background-color:#f08600;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:1.375rem;width:16.5rem;top:39.4375rem;left:1.5rem;display:block; }
#fVww171Uw4gQnJ4ZJt7OIdrCpUHsLdqU { 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:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.56233215332rem;left:2.2494907379151rem;height:1.29980625rem;font-style:normal;display:block; }
#mTaUtMzbTc3T2KdQivSKDv4c12sbQBdx { position:absolute;display:block;z-index:15011;background-color:#a7c839;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:1.375rem;width:16.5rem;top:21.5rem;left:21.9375rem;display:block; }
#OIzAdvZGNDVrfzO7bwDks1Ni09rNsKVm { 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:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.625rem;left:22.31233215332rem;height:1.29980625rem;font-style:normal;display:block; }
#C459JtkKlQKZwhe87ckomJWprfexrvls { position:absolute;display:block;z-index:15012;background-color:#136fff;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:1.375rem;width:16.5rem;top:31.1875rem;left:21.9375rem;display:block; }
#OvGiAgimGbIUwICF8ZpolXDEkh11U1tA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.3125rem;left:22.437160491943rem;height:1.29980625rem;font-style:normal;display:block; }
#G8V7mW8VhR2fVvViufTSoO2yHi2N1BC1 { position:absolute;display:block;z-index:15011;background-color:#8715a3;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:1.375rem;width:16.5rem;top:39.4375rem;left:21.9375rem;display:block; }
#Pq13kQrnvuTrZhsS4e3m310pblWzKDxz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:39.56233215332rem;left:22.437160491943rem;height:1.29980625rem;font-style:normal;display:block; }
#RbVgECVPEAgaXyDRJDxx9IG5D7rDeSkF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:23.5625rem;left:21.9375rem;height:6.296875rem;display:block; }
#TGFn4KLgWogcwXHcil6HlyfgEtFNTXbK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:32.9375rem;left:21.9375rem;height:5.59765625rem;display:block; }
#L8KLlFOyTDNqd5r6o4iDQktWwvcsEwnl { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:41.4375rem;left:1.6875rem;height:6.296875rem;display:block; }
#GpZWRbMw2TTZQi8ItiGBgWkko5zEkSS0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:41.4375rem;left:21.9375rem;height:6.296875rem;display:block; }
#WoAlsUwvZDO6MSQH8t9UIWsRg1GRzPpc { position:absolute;display:block;z-index:15020;background-color:#8a4d00;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:1.375rem;width:16.5rem;top:21.5rem;left:42.0625rem;display:block; }
#V2iGq36zTfQokReZ7pPCpbypo8QVa4HB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:23.5625rem;left:42.0625rem;height:6.296875rem;display:block; }
#DvxTu8ZOhS5dkzaKPPBCZTJ4rTTbyyeQ { position:absolute;display:block;z-index:15021;background-color:#ff0505;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:1.375rem;width:16.5rem;top:31.1875rem;left:42.0625rem;display:block; }
#uhCGVymaDQgSuTwfc5aTwGSXH43lcPb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:33rem;left:42rem;height:4.19824375rem;display:block; }
#es1sJiCkXQmlm8UBcACc78VBNyQyO6IC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.625rem;left:42.561992645264rem;height:1.29980625rem;font-style:normal;display:block; }
#VN7tRbMOliFNUCSM75L0g2LcpERJSwCR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.3125rem;left:42.561992645264rem;height:1.29980625rem;font-style:normal;display:block; }
#eGyoiHX9y8HRHIADHTm31QisOPFgHuzQ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:16.5rem;top:39.4375rem;left:42rem;display:block; }
#Mled67tSnSNDJ1LgB0ec85cbTHKTNGCf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:39.56233215332rem;left:42.561992645264rem;height:1.29980625rem;font-style:normal;display:block; }
#HXzgk9izyhyQdZgUTLdFIOcaIGPafBby { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.8;letter-spacing:0;top:41.4375rem;left:42rem;height:6.296875rem;display:block; }
#hwt1SHeFTTsBhLKNcTPkRGNl0iM4ATbV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.999490737915rem;position:absolute;font-family:"azo sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:32.811141967774rem;left:1.6873302459717rem;height:6.296875rem;display:block; }
#HkURcrPx55TyqyMxaL4OJmsE2iTrU7kc { background-color:#5d92ff;background-image:none;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:"azo sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:52.125rem;left:15.21875rem;display:block; }
#JV2rhIwXxbsQyknKGvNxC2d7v9fJHRHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo { 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; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row .container { background-color: transparent; background-image: none; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row .container > .video-iframe-container { display: none; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row > .video-iframe-container { display: none; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .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); }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row .container { border-width: 0; border-radius: 0; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#bIEaLuxI7TwVgHZT4su1tEWK6w4g9dW8 { color:#0086ff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DPok8ZIQHuwDXoTG0JwLtnpJT3SAN34K { 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.3125rem;width:18.1875rem;top:3.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#CA2z8RcdvTHkrlLr61y9exoAt8FrFNzO { 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:16.75rem;width:21.875rem;top:6rem;left:19.5625rem;overflow:hidden;display:block; }
#LKnqnJECieX1cVDezyWuG1uaBsCObFCV { 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:16.3125rem;width:17.5rem;top:6.5rem;left:42.5rem;overflow:hidden;display:block; }
#x6MyR2pUT0792kwfJRTzT3EHIM96GZSS { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:27rem;left:2.03125rem;height:7.9980625rem;text-align:center;text-align-last:center;display:block; }
#q0EQ15eq4OeAgCuT8dAuH416suoKnmGB { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:27rem;left:20.875rem;height:9.597625rem;text-align:center;text-align-last:center;display:block; }
#QuKTNsTl0EUh0SWZXPg0Riw8WaOFh438 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:27rem;left:41.375rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#Xv4ODsMQmhiJGNN6fnmQDvs04MHu1Hgm { color:#0086ff;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:2.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1LxhRTSvqQkcHPTAqWixV2oIHdOMaVf { color:#0086ff;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:21.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUDwzbuTqox25cmaawcUZZ2NrcstcWwb { color:#0086ff;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.8125rem;left:41.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dd12521-aff8-4ae8-9c52-c655054c43d6/cncreatekidsgroup.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA.adaptive-delivery-prevent-bg, #NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA.lazyload, #NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA.lazyloading { background-image: none; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row .container { background-color: transparent; background-image: none; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,55,94,0.82); }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row .container > .video-iframe-container { display: none; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,55,94,0.82); }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row > .video-iframe-container { display: none; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .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); }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row .container { border-width: 0; border-radius: 0; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#nZ6dzpnCXL5K1Teh6Rup1Di3PH7S0nyo { 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:23.6875rem;width:35.5625rem;top:4.5rem;left:13.6875rem;overflow:hidden;display:block; }
#SOeA1TH4u3rkGdbsihiak5xTlJbLK5Tt { 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:2.5625rem;width:29.25rem;top:5.0625rem;left:16.84375rem;overflow:hidden;display:block; }
#DUV0eLsfJOFSWILth17UTrorrXL6nbP8 { 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:2.5625rem;width:28.5rem;top:25.6875rem;left:16.84375rem;overflow:hidden;display:block; }
#ntwXu2FHXtiUZyQlJQBvl0PSmHKnT3OS { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxoSFoaS9lJBCr2c5Hgep9MJx9W24dhh { 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:2.625rem;width:45.75rem;top:34.25rem;left:7.125rem;overflow:hidden;display:block; }
#ZNogaE5r46oFRHOaxlnJlVVZ8GrtwQhh { 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:14rem;width:57.5rem;display:none; }
#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs { 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/uc/d2cc29a6-6886-483f-a056-a5fd3d8acfa9/Group2863.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs.adaptive-delivery-prevent-bg, #zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs.lazyload, #zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs.lazyloading { background-image: none; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row .container { background-color: transparent; background-image: none; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row .container > .video-iframe-container { display: none; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row > .video-iframe-container { display: none; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .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); }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row .container { border-width: 0; border-radius: 0; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#KvLt9zKypOp0OzORsWDzfGtNszBVCQhk { color:#0086ff;display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.25rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdSgzb10Li3y5m4XqNemd370VHAIuoXJ { color:#445c85;display:block;width:36.375rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:6.5rem;left:12.375rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rq2byVNLdwvfBsA7KvXJKZoiNfiI9H1t { position:absolute;display:block;z-index:15010;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.18) ;height:4.25rem;width:13.375rem;top:11.625rem;left:0.9375rem;display:block; }
#KEMhADlSTIf2MSi4RvBMAanxwfAQF6y5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.5625rem;top:12.9375rem;left:3.3125rem;overflow:hidden;display:block; }
#XdpLFdlaBwfZKrJTgs80hMSUeR9DwqrF { position:absolute;display:block;z-index:15013;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.18) ;height:4.25rem;width:13.375rem;top:11.625rem;left:15.875rem;display:block; }
#MRuiucnubOZR6vazUaPpwRV5UnZBS1Vh { position:absolute;display:block;z-index:15014;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:1.25rem;width:9.625rem;top:13.125rem;left:17.75rem;overflow:hidden;display:block; }
#ZkEAIWo9NdMiPTHDcZrtxbvhR2WyMAu0 { position:absolute;display:block;z-index:15015;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.18) ;height:4.25rem;width:13.375rem;top:11.625rem;left:30.875rem;display:block; }
#ps7Lb25fncFp18wdEBaagWREZddCfM8M { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.875rem;top:12.375rem;left:32.625rem;overflow:hidden;display:block; }
#ysUPAbW5Ta39FkmHyqZ4Jie5lgCawJtn { position:absolute;display:block;z-index:15017;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.18) ;height:4.25rem;width:13.375rem;top:11.625rem;left:45.875rem;display:block; }
#LoweLWFSI15VhXXMkU57Cm90IgubrtoX { 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:2.9375rem;width:7.4375rem;top:12.3125rem;left:48.875rem;overflow:hidden;display:block; }
#MIFCz7lbA6PEblxIm0uvztAZ7MOl0gDt { position:absolute;display:block;z-index:15019;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.18) ;height:4.25rem;width:13.375rem;top:16.9375rem;left:15.875rem;display:block; }
#MBk6ST56z4DOfirEEUZsIh3syVpEHNMS { position:absolute;display:block;z-index:15021;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,134,255,0.18) ;height:4.25rem;width:13.375rem;top:16.9375rem;left:30.875rem;display:block; }
#SIfKa1EArEIWyT0OThlXia2QlWQ4CWFp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.8125rem;top:17.875rem;left:33.1875rem;overflow:hidden;display:block; }
#RetEbXRihdchKXlKvw5zx5MnEeonHZ4N { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.0625rem;top:15.875rem;left:19.5625rem;overflow:hidden;display:block; }
#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.99);background-image:none;position:relative;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container { background-color: transparent; background-image: none; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container > .video-iframe-container { display: none; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row > .video-iframe-container { display: none; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .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); }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container { border-width: 0; border-radius: 0; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#KEa7TPCc4k9mKnS4Dlq4OEB5QDU5evD7 { color:#00b0ff;display:block;width:57.4375rem;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:4.9375rem;left:1.3125rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QpWn8N8lhqxTDmmqIdyoxWELeVFbVX12 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:22.6875rem;top:12.1875rem;left:4.875rem;overflow:hidden;display:block; }
#f1FNmXKmGhQDdmTICg7iMrJhhCSAyld9 { 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:22.8125rem;width:20.1875rem;top:10.625rem;left:34rem;overflow:hidden;display:block; }
#ALGtdggt9wW8PkT1IwEVzuzDkIXCmTfK { color:#445c85;display:block;width:24.375rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:34.6875rem;left:4.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1cPONkrcyBFfTVWdC2uhDkfiBi2bMWN { color:#445c85;display:block;width:20.6875rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:34.4873046875rem;left:35.3125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#EWVrVy868DdEmB7LS1RJBkJgf7O2DsTP { color:#00b0ff;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.8623046875rem;left:4.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#st2Wr6Z3QapNm01uPEVx98N2x4vNKZR0 { color:#893f98;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.8623046875rem;left:35.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zl9imkTFurZ7Jm6q533JfTXmsWP1wD3C { color:rgba(var(--color-tertiary-3),1);display:block;width:24.6875rem;position:absolute;font-family:"azo sans";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:46.375rem;left:9.0625rem;height:2.375rem;text-align:center;text-align-last:center;display:none; }
#hCW8LzZrNBoCtSWgHuheVFnSS5B6lEd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:4.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yeQoaOJWRP3V2wa4EaEBdDO02BRDAowF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:34rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xilctmKX1z28iVldwhxaGUhDCZI8HBP0 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:15009;text-align:center;text-align-last:center;top:41.5rem;left:7.46875rem;display:block; }
#rhFTQTS1NdLsFOFdyE096qrqJ4Wn7TMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A94IgKMNW3aCN2eTQvItOSBDZrmUPTd2 { background-color:#6201b0;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:41.5rem;left:36.75rem;display:block; }
#yqp1KnVNFO5di16A1ImbDnnh1EN9aW6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrRpEcIwTqMXhTQQIioa2tWistQ3Hrnq { 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:3.1875rem;width:15.9375rem;top:50.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev { 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/uc/19c4bc12-5e9f-47c5-a62c-846d348beab4/bgtop2x.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev.adaptive-delivery-prevent-bg, #MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev.lazyload, #MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev.lazyloading { background-image: none; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row .container { background-color: transparent; background-image: none; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row .container > .video-iframe-container { display: none; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row > .video-iframe-container { display: none; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .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); }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row .container { border-width: 0; border-radius: 0; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#wWzsC1n76GR2SNTxgdIGDObsZwl2xQxv { 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:8rem;width:38.125rem;top:1.375rem;left:10.9375rem;overflow:hidden;display:block; }
#r2f5UDpbDBda01STpaX6X7hBw0Iy5lPQ { 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:10.1875rem;width:60rem;top:29.875rem;left:0rem;overflow:hidden;display:block; }
#w3NQx9IML568GdIU8A8RdGDrrlOiIl5t { color:rgba(var(--color-tertiary-0),1);display:block;width:44rem;position:absolute;font-family:"azo sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:16.357421875rem;left:8rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV5Ksi70ieNkrubnhh1TBaqB91myufiE { color:#00b0ff;display:block;width:44rem;position:absolute;font-family:"azo sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11.9375rem;left:8rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwD5BXk02zQNl1JwG2lbLkJyvbaVQcKZ { background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #36efc5;border-left:0.0625rem solid #36efc5;border-right:0.0625rem solid #36efc5;border-bottom:0.0625rem solid #36efc5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(9,101,186,0.26) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:23.125rem;left:19.34375rem;display:block; }
#lDugd9RvbJ6e7nDvCLlbAdqVd9mAZQTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c3b4a06-2e50-4e2f-b80a-c177b4b9f314/asset3.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; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs.adaptive-delivery-prevent-bg, #EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs.lazyload, #EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs.lazyloading { background-image: none; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row .container { background-color: transparent; background-image: none; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row .container > .video-iframe-container { display: none; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row > .video-iframe-container { display: none; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .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); }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row .container { border-width: 0; border-radius: 0; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 1rem rgba(var(--color-tertiary-4),0.5);top:6rem;left:0rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RycfskRB883L92Mm90imeRSaXCXGwlB0 { 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:3.6875rem;width:18.4375rem;top:25.4375rem;left:20.8125rem;overflow:hidden;display:block; }
#u11nWhx9WasXtmk7IHAyOzedeIiWidff { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"azo sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.8125rem;left:20.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dw3bdFth1fXGBvZ1hfRu43CBe326SDxg { background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid #36efc5;border-left:0.0625rem solid #36efc5;border-right:0.0625rem solid #36efc5;border-bottom:0.0625rem solid #36efc5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(9,101,186,0.26) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.3125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:14.0625rem;left:19.375rem;display:block; }
#cddLTeU44BCiTtynwymg0vBNelcEgkg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn { border-top:0.0625rem solid rgba(136,227,253,0.34);border-left:0.0625rem solid rgba(136,227,253,0.34);border-right:0.0625rem solid rgba(136,227,253,0.34);border-bottom:0.0625rem solid rgba(136,227,253,0.34);background-color:transparent;background-image: -webkit-linear-gradient(194deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(194deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(194deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(194deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(194deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row .container { background-color: transparent; background-image: none; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row .container > .video-iframe-container { display: none; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row > .video-iframe-container { display: none; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .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); }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row .container { border-width: 0; border-radius: 0; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#NCMr1Br1AdrXfmRc89TZB77VhKVRyXc9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:"azo sans";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.025390625rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#pyxdxSnSSnPBas1cCaAKJWThX7vueWTX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1fcea6, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #1fcea6, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #1fcea6, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #1fcea6, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fcea6', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fcea6', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #1fcea6, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(76,251,212,0.45);border-left:0.0625rem solid rgba(76,251,212,0.45);border-right:0.0625rem solid rgba(76,251,212,0.45);border-bottom:0.0625rem solid rgba(76,251,212,0.45);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:12.125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:47.375rem;display:block; }
#kkTGpO4scLDwdrin60w8NrSS3FnfNZ2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AV8TcRwvP0gKEdU14TGiRANWDLooRH03 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:"azo sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.5625rem;height:1.625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC { display:block; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:18.875rem;height:3.3118505308969rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOreUFQ2FbXbpaBIToktTllbIGcucvSP { top:1.4375rem;left:23.75rem;width:24rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { top:0.5rem;left:18.727243423462rem;width:6.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:18.8125rem;height:7.3125rem;top:0.5625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8KBK9w67K6wUTWOKCu2uAMr93F0pJWo { top:2.0625rem;left:33.3125rem;width:13.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { top:2rem;left:0rem;width:29.6875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k18XHPP8gezxViSJcWPUXdCat2hxToa1 { top:0.5rem;left:0rem;width:3.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygLiXJh9Z4RBTOBLCqU8r4oHdQeWP4ic { width:7rem;height:1.8125rem;top:28.6875rem;left:26.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgUTt29677AlNBgUuXNwRFTcxGzPXEMv { display:block; }
 }@media only screen and (max-width: 763px) { #Cg2oZZy8TxCXA24LVSLfdofBwpmbTVgi { top:31.4375rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQKN8oGKklO5zH4wuZ4aPWB2rDToNFSQ { top:4.375rem;left:19.625rem;width:28.125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NStKRAchRSdVn5FxeaUd2PW31WKOGa6k { display:block; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGNWKFwz9e3C39bzwisCrQtOM6D0MUmi { top:10.0625rem;left:15.1875rem;width:18.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgRn8rlZMTGSCybzqdKwWmJ05Pl6PsL { top:26.9375rem;left:2.25rem;width:42.0625rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGB61xOTGfufpiCHAzA4xny3PTeOBcqd { top:40.125rem;left:0rem;width:47.75rem;height:2.3377604166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKhrlQcoFKGzRdfubTND3TqWaFisbIce { top:9.3125rem;left:0rem;width:47.75rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HffQA7XJi0D4bSHvw4gw5Trem5409yhE { top:1.125rem;left:5.75rem;width:36.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlWcpAXQdf7bnGxlv1kSm5onGM2azImc { top:3rem;left:5.75rem;width:36.25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkl90Xn8Kqo9Zd9ux4OiCPPdRh6RE4T { top:4.9375rem;left:17.75rem;width:12.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCl8oI5hhEF3piBG60mgICnSyiswquUS { top:0.625rem;left:0rem;width:30rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdinTaONQkLGdqafBgD0fnI9OFZOIl0K { top:0.625rem;left:17.75rem;width:30rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKVyuS7OWftuTeKBU6Sn0cOPoiLKF5dO { width:22.5rem;height:4.0625rem;top:1.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R09wI4Rwms1VrgyhJiaBAiaU08T0G6am { display:block; }
 }@media only screen and (max-width: 763px) { #JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg { display:block; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiNcraPPxOlbFJIHTwfSbsAH8T5Lh8VP { top:9.5rem;left:1.875rem;width:44rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuzBDvhaw33lHTlasT7Kh9TQpFhTAUNP { top:7.1875rem;left:17.75rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJwWPzy4k8gwRiZ3OGv1uNWSM1JwkDTP { width:39.5625rem;height:2.25rem;top:4.8125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEG6qUSvsvaJmNpsnvOZrGrL5dJ19Vtt { top:1rem;left:0.8125rem;width:46.125rem;height:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBmtFcFpXVzm9KknbPnolu7fIBTwrCfu { top:40.5625rem;left:29.3125rem;width:18.4375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbD8OvzL5FbicrIG4ErO9vwfZ5S0850m { top:27rem;left:14.1875rem;width:19.375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmmTEwJbZuRmmJ69Aq9k1f7cyoeMNsyz { top:40.5625rem;left:15.1875rem;width:17.375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeXbf3KSLVE8srpF9JFWcv7IWk4ZexSv { top:40.5625rem;left:0rem;width:16.8125rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhdhyUq6FTZ41anlsFkyo79RMqqvi9Wy { top:27rem;left:0rem;width:19.375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRKQIrzACvOsrwMGHWHBOQgAO3NTqhIa { top:27rem;left:28.375rem;width:19.375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5u7eVU6evgqqXazqw8KGAAa4lqvD2n2 { top:26.125rem;left:0rem;width:18.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEMzVJ61GLGVRg5VFm7ZmEDbNaCeQIbC { top:26.125rem;left:14.875rem;width:18.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxANkvfGFJhwFNU9IeTRVtvqWCrOZoWk { top:26.125rem;left:29.6875rem;width:18.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0qbUk1avHoaZhZIFzpxKsXom9aCDFpl { top:15.75rem;left:1.875rem;width:44rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPVoaT7APV0ya3yzs9wI3E4nKHI3ilh { width:13.5rem;height:3.4375rem;top:20.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0Tb7FkhpIDsF6OVhtSC85yZpRDGapW { display:block; }
 }@media only screen and (max-width: 763px) { #w9HL9dXLln6Ps32ADlJtpS41gQ1sA01s { top:21.0625rem;left:17.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd69a28VBTsP5eFT8SMRN979LrRSBrdH { top:21.5625rem;left:20.125rem;width:9.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL4BEh7S0HiczoBnNMT8Cz07kvKsRfdI { top:20.5625rem;left:17.1875rem;width:13.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2gOvSG88iyJ2GIEZbOPlfiUxuKGGJNf { width:20.0625rem;height:4.3125rem;top:47.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opoLiSMGeCvmUOedwgLMhozXEdMLevEF { display:block; }
 }@media only screen and (max-width: 763px) { #pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 { display:block; }#pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLcZon2xqlaAwdTahlXaPFqAfG04uhqm { width:47.75rem;height:2.25rem;top:7.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re9thcuPbN8kUWGc3KwvshxC9VPFteJs { top:3.25rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnb4WOfluMQk49J8nXaerm2JUCyum3n { width:47.75rem;height:1.4375rem;top:9.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V86qHGIVKrwGVJDmsJhHVRJHfB4H0DNK { top:13.25rem;left:0rem;width:26.5rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEyzCMWfAXH86MJC4JCMh3dBaFFPtdb0 { top:24.875rem;left:0rem;width:27.4375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvoT9Fz2dpAKy8gufFtszdWbAFXBiipw { top:13.1875rem;left:25.875rem;width:21.875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMR6XeOSWkBAWEOUt5wMlO5St1KTy8Ic { top:13.3125rem;left:27.535715341568rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO9eaoTJaF4ZOaQN6ETcxLSQSFDihZcP { top:17.25rem;left:27.597826004028rem;width:1.25rem;height:1.4368206262589rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0xFzTOnsZrkswFLiDwpy16L2EF8DkiS { top:21.8125rem;left:27.53515625rem;width:1.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9pgUtmSi03BP1MGlTIMe1Kbm2h6gTor { top:25.875rem;left:27.53515625rem;width:1.25rem;height:1.4367187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDw6ry3wy9K0ul4OKC9h1Q9ww43oT68f { top:17.1875rem;left:25.5625rem;width:22.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0zBp1LydAwFcNLu7pKhxMJHd1G35GQg { top:21.875rem;left:25.5625rem;width:22.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQe5SkLkPEH5ETFShzhfHlbMkWw0ANp { top:25.9375rem;left:25.5625rem;width:22.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk { display:block; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BU8NcfUvk6kPZLTwWstqBZgZ0sgezTr5 { top:2.5rem;left:0.875rem;width:46.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRDzNzp9WZL6kIEAVprPt64wbgSOhAwP { top:1.375rem;left:20.9375rem;width:26.8125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOMJ66rsniNEZzqodgvBTXof10WQi6Ge { top:1.375rem;left:0rem;width:26.8125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GrGKtc3rQlAaV2zdEemELvKvrNsEZ0 { top:4.5rem;left:0.8125rem;width:46.125rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0f6BwKGsrvd8BrHemZgVV0m2Vu8LBMK { top:8.5625rem;left:6.75rem;width:34.1875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHQ9SQMLngNzXG3B0mTlaBnoVAptWwd { top:22.5625rem;left:0rem;width:16.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pxN3VF47UEsdgrWFVXC5hoiFhe3N20 { top:22.75rem;left:30.0625rem;width:17.6875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLKQa6EtpE8I3umr1kGhnilBS2vWMRm8 { top:14.75rem;left:19.125rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEL3VmgqHQrz9NuLR4KOb32MqiI5mzNl { top:13.6875rem;left:8.25rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StnTEkVrKF7d9He3zX6Pqng9lTTRtDxQ { top:13.6875rem;left:32rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQKOriiGI40J61h6WxeTLWEXTxNusolC { top:25.625rem;left:10.84375rem;width:26.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZWbUOR9gAzAkGkkeZsTpSyATIZlDwD { width:16.125rem;height:4.3125rem;top:28.0625rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6bTmCaFEmE4i187vFfdChnoTXadRTb { display:block; }
 }@media only screen and (max-width: 763px) { #P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra { display:block; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7JTueh0OiI5vO6hschOdwsD3XkDPH0K { top:17.75rem;left:0rem;width:19.125rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN1B75ZP1Pt2HyFtyVbOVgeXkNgCFXvl { top:24rem;left:0rem;width:17.6875rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8S51o0709xX3C3rbpVOTyvuAzXhvMc { top:20.75rem;left:0rem;width:17.1875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57U3E7MlXP3J2QNCrREo6D1ib3srNyt { top:18.4375rem;left:0rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkc8ndnwN2B92G1XNT7SAf3IJA23fVzA { top:18.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS545CrSMb77lbiTT6iBB1TqerHddaPz { top:23.6875rem;left:0rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a9wH0A1F9zcnvuxOAGmb5aA7ipayfA { top:35.9375rem;left:0rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRRW2noWJP3QhNTuvI9wKL5BlMP7fgIx { top:36.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUplAIWNXHNqQPKdm7L4MwoiakO1ynI9 { top:38.25rem;left:0rem;width:17.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0skPaRyBcgksB4EDqhVAtQQ3HBpHIZ { top:39.8125rem;left:0rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT92QdBL3wcxrRV2EzyVkI8saHiND3Bp { top:40.4375rem;left:0rem;width:17.625rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPHBD955DWmzfSddSTAdMh26eNK7drz5 { top:17.75rem;left:12.5rem;width:19.125rem;height:49.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwaKFFL9PrMtFtcwNkzNfOrDkIsKs3so { top:18.4375rem;left:13.6875rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkLrRNJVou9T2IhUr57NQEBq2HMgUR3 { top:18.6875rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySl4rkeqCLrtNlDod0JF2cyET2ibqAbd { top:20.75rem;left:14.125rem;width:17.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWT25EXPKzt3m1Z21RrWr9XbJf5hPMWl { top:22.5rem;left:15.875rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdXZ3ky9kuwWi4VzRSm7Da6GvXuVsoCz { top:23.125rem;left:14.4375rem;width:17.3125rem;height:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naLsTQ1T71yv2qtZ6amu5OshRvb9AURd { top:40.75rem;left:13.6875rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkfiKWK2KncsJQtMaZy1HVAihUreSbeG { top:41rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTc5fodIusc94WlCnqv0TtUsR2OM46iI { top:43.0625rem;left:14rem;width:17.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2WKPcIsWH0vqE36UvW2LpCRZIrWAbkH { top:45.25rem;left:13.9375rem;width:17.8125rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4QcsPrWDA6JbUIxSMC5M1eH7yLPLdfd { top:44.625rem;left:15.875rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM2v4bT6DnBKhgLoPuoyFShBGZ5iqqnm { top:57.1875rem;left:13.6875rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkNoyp8qmrpaHA63ed7GDGlbeTCW5mhC { top:57.4375rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2s6P8RUdJqqPXqspfQ0dpt7BvseXMsb { top:59.5rem;left:14.25rem;width:17.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHWQJFgqxOW9G34PIV7xcivyF2bUNQ15 { top:61.0625rem;left:15.875rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQpSeNH3ViIoONVrZ2SnEQcx2ADyrzmc { top:61.6875rem;left:13.8125rem;width:17.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Z7PEJvVd0XTLSNt8yx3UwTVbSKGTg8 { top:17.75rem;left:28.375rem;width:19.125rem;height:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0nwgT42NAXKwnHTf58DK48X8VsnXBAJ { top:18.4375rem;left:29.5625rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4XPvFh9Jm8dk5R8pnvoDIUHuoBtJUM { top:18.625rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNHNJdg7ZBzg8g3BkTwc8kvFZ3ydblb2 { top:20.75rem;left:31.75rem;width:13.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlslRoTFxhig1CI2Mp4Ayn1FyZPKaAZt { top:23.6875rem;left:31.75rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4W9SIoJB5d1HITATTm9TUIbUz7cerc { top:24.4375rem;left:29.6875rem;width:17.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdRhCobrWtmviOeQO5gPggNNuyNBIvco { top:31.6875rem;left:29.5625rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxnD4DTMncdQD4TIe326ZhfVGyGpAWRt { top:31.9375rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfb0O12bstLp8w8IzvS46HIZo7i2taUD { top:34.0625rem;left:31.75rem;width:13.0625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWoF2nztyLx9NRnCbpQqNIroS2iIQwbd { top:35.625rem;left:31.75rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIzbdFv4UopJa8a7AV1gQ7PmuWT91F3k { top:36.3125rem;left:29.5625rem;width:18.0625rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NukXqRDOl8rOApmR764Dwh0wp2VBLMlM { top:43.8125rem;left:29.5625rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5ZUR5mzBf57y2ftBxbGBihoenIA3md { top:44.0625rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxiaG3RLT4HBiBThuao3Ry840vIlnx6X { top:46.0625rem;left:31.75rem;width:12.875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8yhDHMUobg0LffNUSeTZu5NKITrmbxu { top:47.6875rem;left:31.75rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3LI9wJ0NJV9a72HAyldszwztnAGKvb { top:48.375rem;left:29.6875rem;width:17.9375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7qsXfW4uBQrgvQtw6QKJG57qQkoAd5s { top:54.375rem;left:29.5625rem;width:18.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRwutQBUBXXHmbILtk6HkosapPFcox6z { top:54.625rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrNnD5NB7nEFNVZweo0zU7l97rT5f8y5 { top:56.875rem;left:31.75rem;width:14.8125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBWPt9qHpiHyfqlbZazuX2IR2ctKSXz2 { top:58.625rem;left:31.75rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Biz5pmK5wfaJye9FR2VuFqIkLAVyuVJD { top:59.375rem;left:31.0625rem;width:16.5625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7D1hAKRzA7hnukF0f3qs751BBlUUNMa { width:21.3125rem;height:4.3125rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiIPR7zKU6q3wV9qVUQ036iAl5gN44QM { display:block; }
 }@media only screen and (max-width: 763px) { #Q6psLlCctaGPhl92SQKSclsvGd9Ugnex { top:12.8125rem;left:0rem;width:44.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQI2hoG4oGVGbMB5OC9uvPE4BFeyt705 { top:6.0625rem;left:0rem;width:47.75rem;height:4.62578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRpocyXxhvngZla50CDzbP6L4En8Rdz { top:2.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk { display:block; }#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECPL47H5tE9oaezWuEqnf92TCTr8GC2U { top:2.3125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0L2f3e6ZTv0XWmBAnx60mrmFW7o3hEF { top:7.3125rem;left:0rem;width:47.75rem;height:7.61015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPDmdaT0yQ1Mtv0VAI0WItAZoSmCdlaP { top:17.875rem;left:6.6875rem;width:7.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz62J9JqQ5iJ12qgMHx6tkE7EEIzN5iq { top:17.875rem;left:16.375rem;width:7.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dclVQSW5mkxJAf1N211lz4gU3FRLNx62 { top:17.875rem;left:32.8125rem;width:7.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0HFaNKmMI0cNzL6oQlFgnTBqTkJShDF { top:23.3125rem;left:0rem;width:15.9375rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSg3pVIa4BevPDUkHhJ5mWHeWyopR7lb { top:21.5rem;left:0rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXxy2PKnV9NpQ5gmbk1lvmPyaIfz8oM { top:21.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnt0MPrNS8Bl5OCuFRXxnw6NBf8uZAvS { top:31.1875rem;left:0rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy7sG8orDoTnXnB1buTL4ZyaXLRoAquu { top:31.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64GsG8mrvPtTaA1tPOGhch3Utcun3Qc { top:39.4375rem;left:0rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVww171Uw4gQnJ4ZJt7OIdrCpUHsLdqU { top:39.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTaUtMzbTc3T2KdQivSKDv4c12sbQBdx { top:21.5rem;left:7.375rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzAdvZGNDVrfzO7bwDks1Ni09rNsKVm { top:21.625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C459JtkKlQKZwhe87ckomJWprfexrvls { top:31.1875rem;left:7.375rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGiAgimGbIUwICF8ZpolXDEkh11U1tA { top:31.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8V7mW8VhR2fVvViufTSoO2yHi2N1BC1 { top:39.4375rem;left:7.375rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq13kQrnvuTrZhsS4e3m310pblWzKDxz { top:39.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbVgECVPEAgaXyDRJDxx9IG5D7rDeSkF { top:23.5625rem;left:7.375rem;width:16.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFn4KLgWogcwXHcil6HlyfgEtFNTXbK { top:32.9375rem;left:6.5rem;width:17.375rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8KLlFOyTDNqd5r6o4iDQktWwvcsEwnl { top:41.4375rem;left:0rem;width:16.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpZWRbMw2TTZQi8ItiGBgWkko5zEkSS0 { top:41.4375rem;left:5.5625rem;width:18.3125rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoAlsUwvZDO6MSQH8t9UIWsRg1GRzPpc { top:21.5rem;left:31.25rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2iGq36zTfQokReZ7pPCpbypo8QVa4HB { top:23.5625rem;left:31.25rem;width:16.5rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxTu8ZOhS5dkzaKPPBCZTJ4rTTbyyeQ { top:31.1875rem;left:31.25rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhCGVymaDQgSuTwfc5aTwGSXH43lcPb6 { top:33rem;left:30.375rem;width:17.375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es1sJiCkXQmlm8UBcACc78VBNyQyO6IC { top:21.625rem;left:33.374492645264rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN7tRbMOliFNUCSM75L0g2LcpERJSwCR { top:31.3125rem;left:33.374492645264rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGyoiHX9y8HRHIADHTm31QisOPFgHuzQ { top:39.4375rem;left:31.25rem;width:16.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mled67tSnSNDJ1LgB0ec85cbTHKTNGCf { top:39.5rem;left:33.374492645264rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXzgk9izyhyQdZgUTLdFIOcaIGPafBby { top:41.4375rem;left:30.875rem;width:16.875rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwt1SHeFTTsBhLKNcTPkRGNl0iM4ATbV { top:32.75rem;left:0rem;width:15.9375rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkURcrPx55TyqyMxaL4OJmsE2iTrU7kc { width:29.5625rem;height:3.4375rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2rhIwXxbsQyknKGvNxC2d7v9fJHRHk { display:block; }
 }@media only screen and (max-width: 763px) { #NbENqvo3iWmB46HrL0AM3eb3ud62RoZo { display:block; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIEaLuxI7TwVgHZT4su1tEWK6w4g9dW8 { top:1.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPok8ZIQHuwDXoTG0JwLtnpJT3SAN34K { top:3.6875rem;left:0rem;width:18.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2z8RcdvTHkrlLr61y9exoAt8FrFNzO { top:6rem;left:13.4375rem;width:21.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKnqnJECieX1cVDezyWuG1uaBsCObFCV { top:6.5rem;left:30.25rem;width:17.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MyR2pUT0792kwfJRTzT3EHIM96GZSS { top:27rem;left:0rem;width:17rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EQ15eq4OeAgCuT8dAuH416suoKnmGB { top:27rem;left:14.75rem;width:18.25rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuKTNsTl0EUh0SWZXPg0Riw8WaOFh438 { top:27rem;left:29.3125rem;width:18.4375rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4ODsMQmhiJGNN6fnmQDvs04MHu1Hgm { top:23.75rem;left:0rem;width:16.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1LxhRTSvqQkcHPTAqWixV2oIHdOMaVf { top:23.75rem;left:15.71875rem;width:16.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUDwzbuTqox25cmaawcUZZ2NrcstcWwb { top:23.8125rem;left:29.5625rem;width:18.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA { display:block; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ6dzpnCXL5K1Teh6Rup1Di3PH7S0nyo { top:4.5rem;left:7.5625rem;width:35.5625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeA1TH4u3rkGdbsihiak5xTlJbLK5Tt { top:5.0625rem;left:10.71875rem;width:29.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUV0eLsfJOFSWILth17UTrorrXL6nbP8 { top:25.6875rem;left:10.71875rem;width:28.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwXu2FHXtiUZyQlJQBvl0PSmHKnT3OS { top:30.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxoSFoaS9lJBCr2c5Hgep9MJx9W24dhh { top:34.25rem;left:1rem;width:45.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNogaE5r46oFRHOaxlnJlVVZ8GrtwQhh { width:47.75rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs { display:block; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvLt9zKypOp0OzORsWDzfGtNszBVCQhk { top:2.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdSgzb10Li3y5m4XqNemd370VHAIuoXJ { top:6.5rem;left:0rem;width:36.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2byVNLdwvfBsA7KvXJKZoiNfiI9H1t { top:11.625rem;left:0rem;width:13.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEMhADlSTIf2MSi4RvBMAanxwfAQF6y5 { top:12.9375rem;left:1.78125rem;width:8.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdpLFdlaBwfZKrJTgs80hMSUeR9DwqrF { top:11.625rem;left:10.5rem;width:13.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRuiucnubOZR6vazUaPpwRV5UnZBS1Vh { top:13.125rem;left:13.15625rem;width:9.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEAIWo9NdMiPTHDcZrtxbvhR2WyMAu0 { top:11.625rem;left:22.4375rem;width:13.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps7Lb25fncFp18wdEBaagWREZddCfM8M { top:12.375rem;left:24.96875rem;width:9.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysUPAbW5Ta39FkmHyqZ4Jie5lgCawJtn { top:11.625rem;left:34.375rem;width:13.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoweLWFSI15VhXXMkU57Cm90IgubrtoX { top:12.3125rem;left:38.15625rem;width:7.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFCz7lbA6PEblxIm0uvztAZ7MOl0gDt { top:16.9375rem;left:10.5rem;width:13.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBk6ST56z4DOfirEEUZsIh3syVpEHNMS { top:16.9375rem;left:22.4375rem;width:13.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIfKa1EArEIWyT0OThlXia2QlWQ4CWFp { top:17.875rem;left:25.53125rem;width:8.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RetEbXRihdchKXlKvw5zx5MnEeonHZ4N { top:15.875rem;left:14.96875rem;width:6.0625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m { display:block; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEa7TPCc4k9mKnS4Dlq4OEB5QDU5evD7 { top:4.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpWn8N8lhqxTDmmqIdyoxWELeVFbVX12 { top:12.1875rem;left:1.1875rem;width:22.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1FNmXKmGhQDdmTICg7iMrJhhCSAyld9 { top:10.625rem;left:24.8125rem;width:20.1875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGtdggt9wW8PkT1IwEVzuzDkIXCmTfK { top:34.6875rem;left:0rem;width:24.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1cPONkrcyBFfTVWdC2uhDkfiBi2bMWN { top:34.4375rem;left:26.125rem;width:20.6875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVrVy868DdEmB7LS1RJBkJgf7O2DsTP { top:32.8125rem;left:1.0625rem;width:22.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #st2Wr6Z3QapNm01uPEVx98N2x4vNKZR0 { top:32.8125rem;left:26.125rem;width:20.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl9imkTFurZ7Jm6q533JfTXmsWP1wD3C { top:46.375rem;left:0rem;width:24.6875rem;height:2.375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCW8LzZrNBoCtSWgHuheVFnSS5B6lEd0 { top:10.625rem;left:1.59375rem;width:20.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeQoaOJWRP3V2wa4EaEBdDO02BRDAowF { top:10.3125rem;left:24.8125rem;width:20.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xilctmKX1z28iVldwhxaGUhDCZI8HBP0 { width:17.5rem;height:3.4375rem;top:41.5rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFTQTS1NdLsFOFdyE096qrqJ4Wn7TMO { display:block; }
 }@media only screen and (max-width: 763px) { #A94IgKMNW3aCN2eTQvItOSBDZrmUPTd2 { width:17.5rem;height:3.4375rem;top:41.5rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqp1KnVNFO5di16A1ImbDnnh1EN9aW6o { display:block; }
 }@media only screen and (max-width: 763px) { #FrRpEcIwTqMXhTQQIioa2tWistQ3Hrnq { top:50.1875rem;left:7.9375rem;width:15.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev { display:block; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWzsC1n76GR2SNTxgdIGDObsZwl2xQxv { top:1.375rem;left:4.8125rem;width:38.125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2f5UDpbDBda01STpaX6X7hBw0Iy5lPQ { top:29.875rem;left:0rem;width:47.75rem;height:8.1075520833331rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3NQx9IML568GdIU8A8RdGDrrlOiIl5t { top:16.3125rem;left:1.875rem;width:44rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV5Ksi70ieNkrubnhh1TBaqB91myufiE { top:11.9375rem;left:1.875rem;width:44rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwD5BXk02zQNl1JwG2lbLkJyvbaVQcKZ { width:21.3125rem;height:4.3125rem;top:23.125rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDugd9RvbJ6e7nDvCLlbAdqVd9mAZQTN { display:block; }
 }@media only screen and (max-width: 763px) { #EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs { display:block; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { top:6rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RycfskRB883L92Mm90imeRSaXCXGwlB0 { top:25.4375rem;left:5.4375rem;width:18.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11nWhx9WasXtmk7IHAyOzedeIiWidff { top:11.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { top:29.8125rem;left:5.5625rem;width:18.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3bdFth1fXGBvZ1hfRu43CBe326SDxg { width:21.3125rem;height:4.3125rem;top:14.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cddLTeU44BCiTtynwymg0vBNelcEgkg8 { display:block; }
 }@media only screen and (max-width: 763px) { #hp8TlsOplfKnWe07lEuQyN76G6VO2Htn { display:block; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCMr1Br1AdrXfmRc89TZB77VhKVRyXc9 { top:1rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyxdxSnSSnPBas1cCaAKJWThX7vueWTX { width:12.125rem;height:3.125rem;top:0.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTGpO4scLDwdrin60w8NrSS3FnfNZ2Z { display:block; }
 }@media only screen and (max-width: 763px) { #AV8TcRwvP0gKEdU14TGiRANWDLooRH03 { top:1.125rem;left:2.4375rem;width:26.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC { position:relative;z-index:auto;display:block; }#TcgKTnOO8bH18ricDMSsVhZ6cA1sFcuC > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:17.8125rem;height:3.125rem;top:0.74881118535994rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOreUFQ2FbXbpaBIToktTllbIGcucvSP { width:15.811820983887rem;height:1.21875rem;top:4.1863112449646rem;left:3.6216031908989rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfg1wHfAG854KuqR5yaJIXhGQCWF7FEm { width:1.9998302459717rem;height:1.1243206262589rem;top:5.46875rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:rgba(0,0,0,0);background-image:none;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:20rem;height:25.6865234375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8KBK9w67K6wUTWOKCu2uAMr93F0pJWo { width:14.187330245972rem;height:2.35546875rem;top:17.124660491943rem;left:2.9059104323387rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoh0Q0TTSHQ8B40XJEmvQ6r9IXscCJo { width:20rem;height:17.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k18XHPP8gezxViSJcWPUXdCat2hxToa1 { width:3.3125rem;height:1.875rem;top:44.223438262939rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygLiXJh9Z4RBTOBLCqU8r4oHdQeWP4ic { width:7rem;height:1.8125rem;top:47.34765625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgUTt29677AlNBgUuXNwRFTcxGzPXEMv { display:block; }
 }@media only screen and (max-width: 763px) { #Cg2oZZy8TxCXA24LVSLfdofBwpmbTVgi { width:20rem;height:11.25rem;top:50.41015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQKN8oGKklO5zH4wuZ4aPWB2rDToNFSQ { width:20rem;height:21.75rem;top:19.4794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NStKRAchRSdVn5FxeaUd2PW31WKOGa6k { display:block; }#NStKRAchRSdVn5FxeaUd2PW31WKOGa6k > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGNWKFwz9e3C39bzwisCrQtOM6D0MUmi { width:16.5625rem;height:2.4375rem;top:27.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgRn8rlZMTGSCybzqdKwWmJ05Pl6PsL { width:20rem;height:13.996125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGB61xOTGfufpiCHAzA4xny3PTeOBcqd { width:20rem;height:0.9785125rem;top:57.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKhrlQcoFKGzRdfubTND3TqWaFisbIce { width:20rem;height:33.5625rem;top:9.3125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a613e1c-901b-4361-a1f8-253988d8dcac/IMPACT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#MKhrlQcoFKGzRdfubTND3TqWaFisbIce.adaptive-delivery-prevent-bg, #MKhrlQcoFKGzRdfubTND3TqWaFisbIce.lazyload, #MKhrlQcoFKGzRdfubTND3TqWaFisbIce.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HffQA7XJi0D4bSHvw4gw5Trem5409yhE { width:20rem;height:3rem;top:0.5625rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AlWcpAXQdf7bnGxlv1kSm5onGM2azImc { width:17.625rem;height:2.5996125rem;top:3.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZkl90Xn8Kqo9Zd9ux4OiCPPdRh6RE4T { width:12.25rem;height:1.8125rem;top:7.443359375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCl8oI5hhEF3piBG60mgICnSyiswquUS { width:10rem;height:3.5rem;top:6.224609375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffe5', endColorstr='#ffffffd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffe5', endColorstr='#ffffffd8' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gdinTaONQkLGdqafBgD0fnI9OFZOIl0K { width:10rem;height:3.5rem;top:6.25rem;left:10rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.85), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.85), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.85), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.85), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd8', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd8', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.85), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uKVyuS7OWftuTeKBU6Sn0cOPoiLKF5dO { width:19.625rem;height:3.5625rem;top:6.162109375rem;left:-0.125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R09wI4Rwms1VrgyhJiaBAiaU08T0G6am { display:block; }
 }@media only screen and (max-width: 763px) { #JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg { display:block; }#JVLVEmpkTxWJ5Rp3UzKUvNxyqZU7Pehg > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiNcraPPxOlbFJIHTwfSbsAH8T5Lh8VP { width:19.4375rem;height:13.59375rem;top:9.62890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuzBDvhaw33lHTlasT7Kh9TQpFhTAUNP { width:12.5rem;height:1.4619125rem;top:7.48046875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJwWPzy4k8gwRiZ3OGv1uNWSM1JwkDTP { width:20rem;height:1.3808625rem;top:6.0996125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bEG6qUSvsvaJmNpsnvOZrGrL5dJ19Vtt { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:2.5rem;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bBmtFcFpXVzm9KknbPnolu7fIBTwrCfu { width:16.75rem;height:4.19824375rem;top:92.8125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbD8OvzL5FbicrIG4ErO9vwfZ5S0850m { width:19.375rem;height:17.875rem;top:58.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmmTEwJbZuRmmJ69Aq9k1f7cyoeMNsyz { width:17.375rem;height:2.798825rem;top:72.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeXbf3KSLVE8srpF9JFWcv7IWk4ZexSv { width:16.8125rem;height:2.798825rem;top:51.625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhdhyUq6FTZ41anlsFkyo79RMqqvi9Wy { width:19.375rem;height:17.9375rem;top:38.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRKQIrzACvOsrwMGHWHBOQgAO3NTqhIa { width:19.375rem;height:19.25rem;top:79.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5u7eVU6evgqqXazqw8KGAAa4lqvD2n2 { width:18.0625rem;height:12.6875rem;top:37.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEMzVJ61GLGVRg5VFm7ZmEDbNaCeQIbC { width:18.0625rem;height:12.6875rem;top:57.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxANkvfGFJhwFNU9IeTRVtvqWCrOZoWk { width:18.0625rem;height:12.6875rem;top:78.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0qbUk1avHoaZhZIFzpxKsXom9aCDFpl { width:19.25rem;height:5.09765625rem;top:23.99609375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPVoaT7APV0ya3yzs9wI3E4nKHI3ilh { width:13.5rem;height:3.4375rem;top:30.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0Tb7FkhpIDsF6OVhtSC85yZpRDGapW { display:block; }
 }@media only screen and (max-width: 763px) { #w9HL9dXLln6Ps32ADlJtpS41gQ1sA01s { display:flex;width:2.3125rem;height:2.3125rem;top:31.125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #kd69a28VBTsP5eFT8SMRN979LrRSBrdH { width:9.5rem;height:1.4619125rem;top:31.625rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL4BEh7S0HiczoBnNMT8Cz07kvKsRfdI { width:13.375rem;height:3.25rem;top:30.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2gOvSG88iyJ2GIEZbOPlfiUxuKGGJNf { width:18.875rem;height:4.3125rem;top:99.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opoLiSMGeCvmUOedwgLMhozXEdMLevEF { display:block; }
 }@media only screen and (max-width: 763px) { #pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 { display:none; }#pwWxqTiIn4sT49cfQTv8Af3VcT5rWSm4 > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLcZon2xqlaAwdTahlXaPFqAfG04uhqm { width:20rem;height:0.9746125rem;top:8.3138618469237rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Re9thcuPbN8kUWGc3KwvshxC9VPFteJs { width:20rem;height:4.798825rem;top:3.2795524597168rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SNnb4WOfluMQk49J8nXaerm2JUCyum3n { width:20rem;height:0.9746125rem;top:9.7172241210938rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V86qHGIVKrwGVJDmsJhHVRJHfB4H0DNK { width:16.812160491943rem;height:9.09375rem;top:12.07336807251rem;left:1.5930706858635rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEyzCMWfAXH86MJC4JCMh3dBaFFPtdb0 { width:19.624660491943rem;height:12.124660491943rem;top:23.716033935547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvoT9Fz2dpAKy8gufFtszdWbAFXBiipw { width:14.25rem;height:3.9375rem;top:37.5927734375rem;left:4.21875rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #AMR6XeOSWkBAWEOUt5wMlO5St1KTy8Ic { width:1.8125rem;height:2.125rem;top:47.812496185302rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO9eaoTJaF4ZOaQN6ETcxLSQSFDihZcP { width:1.8125rem;height:2.125rem;top:53.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0xFzTOnsZrkswFLiDwpy16L2EF8DkiS { width:1.8125rem;height:2.125rem;top:37.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9pgUtmSi03BP1MGlTIMe1Kbm2h6gTor { width:1.8125rem;height:2.125rem;top:42.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDw6ry3wy9K0ul4OKC9h1Q9ww43oT68f { width:15.6875rem;height:3.9375rem;top:42.712497711182rem;left:4.1875rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #k0zBp1LydAwFcNLu7pKhxMJHd1G35GQg { width:15.75rem;height:3.9375rem;top:48.037498474121rem;left:4.125rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #hrQe5SkLkPEH5ETFShzhfHlbMkWw0ANp { width:15.8125rem;height:3.9375rem;top:53.224998474121rem;left:4.1875rem;font-size:0.875rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk { background-color:#0e8bff;background-image:url("https://images.assets-landingi.com/uc/836386a6-1e0b-4c49-b6c9-3b1eeef96356/Group1684.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk.adaptive-delivery-prevent-bg, #SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk.lazyload, #SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk.lazyloading { background-image: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container { background-color: transparent; background-image: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container > .video-iframe-container { display: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row > .video-iframe-container { display: none; }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .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); }#SVkWnUBKUupB9JLrHGyDpBVEtokLTWpk > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BU8NcfUvk6kPZLTwWstqBZgZ0sgezTr5 { width:20rem;height:1.3496125rem;top:1.8623046875rem;left:0rem;font-size:1.5rem;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dRDzNzp9WZL6kIEAVprPt64wbgSOhAwP { width:10.1875rem;height:16.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOMJ66rsniNEZzqodgvBTXof10WQi6Ge { width:10rem;height:16.125rem;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GrGKtc3rQlAaV2zdEemELvKvrNsEZ0 { width:20rem;height:2.25rem;top:3.537109375rem;left:0rem;font-size:2.5rem;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O0f6BwKGsrvd8BrHemZgVV0m2Vu8LBMK { width:19.1875rem;height:10.1953125rem;top:6.3984375rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHQ9SQMLngNzXG3B0mTlaBnoVAptWwd { width:16.5rem;height:15.9375rem;top:71.419925rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1pxN3VF47UEsdgrWFVXC5hoiFhe3N20 { width:17.6875rem;height:15.75rem;top:33.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLKQa6EtpE8I3umr1kGhnilBS2vWMRm8 { width:8rem;height:8rem;top:16.53125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEL3VmgqHQrz9NuLR4KOb32MqiI5mzNl { width:5.625rem;height:5.625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StnTEkVrKF7d9He3zX6Pqng9lTTRtDxQ { width:5.625rem;height:5.625rem;top:17.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQKOriiGI40J61h6WxeTLWEXTxNusolC { width:17.125rem;height:3.3984375rem;top:26.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZWbUOR9gAzAkGkkeZsTpSyATIZlDwD { width:19rem;height:4.3125rem;top:31.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6bTmCaFEmE4i187vFfdChnoTXadRTb { display:block; }
 }@media only screen and (max-width: 763px) { #P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra { display:block; }#P4m7AwkeCa2yXKSD9FyQhA4Xe90oV2ra > .row .container { width:20rem;height:163.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7JTueh0OiI5vO6hschOdwsD3XkDPH0K { width:19.125rem;height:34.4375rem;top:18.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN1B75ZP1Pt2HyFtyVbOVgeXkNgCFXvl { width:17.6875rem;height:9.4453125rem;top:24.5625rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ig8S51o0709xX3C3rbpVOTyvuAzXhvMc { width:17.1875rem;height:2.3984375rem;top:21.375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R57U3E7MlXP3J2QNCrREo6D1ib3srNyt { width:18.0625rem;height:1.6875rem;top:19.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkc8ndnwN2B92G1XNT7SAf3IJA23fVzA { width:12.5rem;height:1.29980625rem;top:19.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hS545CrSMb77lbiTT6iBB1TqerHddaPz { width:3.4375rem;height:0.125rem;top:48.91605rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6a9wH0A1F9zcnvuxOAGmb5aA7ipayfA { width:18.0625rem;height:1.6875rem;top:36.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRRW2noWJP3QhNTuvI9wKL5BlMP7fgIx { width:12.5rem;height:1.29980625rem;top:36.8125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUplAIWNXHNqQPKdm7L4MwoiakO1ynI9 { width:17.625rem;height:1rem;top:38.9375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0skPaRyBcgksB4EDqhVAtQQ3HBpHIZ { width:3.4375rem;height:0.125rem;top:65.04105rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT92QdBL3wcxrRV2EzyVkI8saHiND3Bp { width:17.625rem;height:11.0195rem;top:40.5rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPHBD955DWmzfSddSTAdMh26eNK7drz5 { width:19.125rem;height:49.5rem;top:54.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwaKFFL9PrMtFtcwNkzNfOrDkIsKs3so { width:18.0625rem;height:1.6875rem;top:54.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkLrRNJVou9T2IhUr57NQEBq2HMgUR3 { width:12.5rem;height:1.29980625rem;top:55.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySl4rkeqCLrtNlDod0JF2cyET2ibqAbd { width:17.625rem;height:1rem;top:57.25rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWT25EXPKzt3m1Z21RrWr9XbJf5hPMWl { width:3.4375rem;height:0.125rem;top:83.54105rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdXZ3ky9kuwWi4VzRSm7Da6GvXuVsoCz { width:17.3125rem;height:15.7421875rem;top:59.0625rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naLsTQ1T71yv2qtZ6amu5OshRvb9AURd { width:18.0625rem;height:1.6875rem;top:77.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkfiKWK2KncsJQtMaZy1HVAihUreSbeG { width:12.5rem;height:1.29980625rem;top:77.4375rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTc5fodIusc94WlCnqv0TtUsR2OM46iI { width:17.75rem;height:1rem;top:79.5625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2WKPcIsWH0vqE36UvW2LpCRZIrWAbkH { width:17.8125rem;height:9.4453125rem;top:81.25rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4QcsPrWDA6JbUIxSMC5M1eH7yLPLdfd { width:3.4375rem;height:0.125rem;top:105.66605rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LM2v4bT6DnBKhgLoPuoyFShBGZ5iqqnm { width:18.0625rem;height:1.6875rem;top:93.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkNoyp8qmrpaHA63ed7GDGlbeTCW5mhC { width:12.5rem;height:1.29980625rem;top:93.875rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2s6P8RUdJqqPXqspfQ0dpt7BvseXMsb { width:17.5rem;height:1rem;top:96rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHWQJFgqxOW9G34PIV7xcivyF2bUNQ15 { width:3.4375rem;height:0.125rem;top:122.10355rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQpSeNH3ViIoONVrZ2SnEQcx2ADyrzmc { width:17.9375rem;height:4.72265625rem;top:97.75rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3Z7PEJvVd0XTLSNt8yx3UwTVbSKGTg8 { width:19.125rem;height:46.0625rem;top:105.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0nwgT42NAXKwnHTf58DK48X8VsnXBAJ { width:18.0625rem;height:1.6875rem;top:105.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4XPvFh9Jm8dk5R8pnvoDIUHuoBtJUM { width:12.5rem;height:1.29980625rem;top:106rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNHNJdg7ZBzg8g3BkTwc8kvFZ3ydblb2 { width:13.5rem;height:2.3984375rem;top:108.125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlslRoTFxhig1CI2Mp4Ayn1FyZPKaAZt { width:3.4375rem;height:0.125rem;top:135.60355rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vr4W9SIoJB5d1HITATTm9TUIbUz7cerc { width:17.9375rem;height:4.72265625rem;top:111.1875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdRhCobrWtmviOeQO5gPggNNuyNBIvco { width:18.0625rem;height:1.6875rem;top:119.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxnD4DTMncdQD4TIe326ZhfVGyGpAWRt { width:12.5rem;height:1.29980625rem;top:119.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cfb0O12bstLp8w8IzvS46HIZo7i2taUD { width:13.0625rem;height:1rem;top:121.4375rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWoF2nztyLx9NRnCbpQqNIroS2iIQwbd { width:3.4375rem;height:0.125rem;top:147.54105rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIzbdFv4UopJa8a7AV1gQ7PmuWT91F3k { width:18.0625rem;height:4.986325rem;top:123.0625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NukXqRDOl8rOApmR764Dwh0wp2VBLMlM { width:18.0625rem;height:1.6875rem;top:131.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5ZUR5mzBf57y2ftBxbGBihoenIA3md { width:12.5rem;height:1.29980625rem;top:131.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxiaG3RLT4HBiBThuao3Ry840vIlnx6X { width:12.875rem;height:1rem;top:133.5625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8yhDHMUobg0LffNUSeTZu5NKITrmbxu { width:3.4375rem;height:0.125rem;top:159.60355rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ed3LI9wJ0NJV9a72HAyldszwztnAGKvb { width:17.9375rem;height:3.32421875rem;top:135.1875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7qsXfW4uBQrgvQtw6QKJG57qQkoAd5s { width:18.0625rem;height:1.6875rem;top:141.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRwutQBUBXXHmbILtk6HkosapPFcox6z { width:12.5rem;height:1.29980625rem;top:141.9375rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrNnD5NB7nEFNVZweo0zU7l97rT5f8y5 { width:14.8125rem;height:1rem;top:144.1875rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBWPt9qHpiHyfqlbZazuX2IR2ctKSXz2 { width:3.4375rem;height:0.125rem;top:170.54105rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Biz5pmK5wfaJye9FR2VuFqIkLAVyuVJD { width:16.5625rem;height:3.32421875rem;top:145.875rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7D1hAKRzA7hnukF0f3qs751BBlUUNMa { width:18.875rem;height:4.3125rem;top:153.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiIPR7zKU6q3wV9qVUQ036iAl5gN44QM { display:block; }
 }@media only screen and (max-width: 763px) { #Q6psLlCctaGPhl92SQKSclsvGd9Ugnex { width:18.75rem;height:8.496125rem;top:8.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQI2hoG4oGVGbMB5OC9uvPE4BFeyt705 { width:20rem;height:1.9375rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRpocyXxhvngZla50CDzbP6L4En8Rdz { width:20rem;height:2.5996125rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk { display:none; }#J7h9lQrQHhFTTzOGgealCtIHqkyGDpPk > .row .container { width:20rem;height:104.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ECPL47H5tE9oaezWuEqnf92TCTr8GC2U { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0L2f3e6ZTv0XWmBAnx60mrmFW7o3hEF { width:20rem;height:3.1875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPDmdaT0yQ1Mtv0VAI0WItAZoSmCdlaP { width:7.5rem;height:0.9746125rem;top:11.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz62J9JqQ5iJ12qgMHx6tkE7EEIzN5iq { width:7.5rem;height:0.9746125rem;top:11.6875rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dclVQSW5mkxJAf1N211lz4gU3FRLNx62 { width:7.5rem;height:0.9746125rem;top:11.6875rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0HFaNKmMI0cNzL6oQlFgnTBqTkJShDF { width:16rem;height:7.87109375rem;top:19.1875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSg3pVIa4BevPDUkHhJ5mWHeWyopR7lb { width:16.5rem;height:1.375rem;top:17.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXxy2PKnV9NpQ5gmbk1lvmPyaIfz8oM { width:12.5rem;height:1.29980625rem;top:17.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnt0MPrNS8Bl5OCuFRXxnw6NBf8uZAvS { width:16.5rem;height:1.375rem;top:27rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy7sG8orDoTnXnB1buTL4ZyaXLRoAquu { width:12.5rem;height:1.29980625rem;top:27.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64GsG8mrvPtTaA1tPOGhch3Utcun3Qc { width:16.5rem;height:1.375rem;top:34.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVww171Uw4gQnJ4ZJt7OIdrCpUHsLdqU { width:12.5rem;height:1.29980625rem;top:34.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTaUtMzbTc3T2KdQivSKDv4c12sbQBdx { width:16.5rem;height:1.375rem;top:43.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzAdvZGNDVrfzO7bwDks1Ni09rNsKVm { width:12.5rem;height:1.29980625rem;top:43.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C459JtkKlQKZwhe87ckomJWprfexrvls { width:16.5rem;height:1.375rem;top:52.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGiAgimGbIUwICF8ZpolXDEkh11U1tA { width:12.5rem;height:1.29980625rem;top:52.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8V7mW8VhR2fVvViufTSoO2yHi2N1BC1 { width:16.5rem;height:1.375rem;top:62.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq13kQrnvuTrZhsS4e3m310pblWzKDxz { width:12.5rem;height:1.29980625rem;top:62.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbVgECVPEAgaXyDRJDxx9IG5D7rDeSkF { width:16.5rem;height:6.296875rem;top:45.5625rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFn4KLgWogcwXHcil6HlyfgEtFNTXbK { width:16.9375rem;height:6.296875rem;top:54.625rem;left:1.625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #L8KLlFOyTDNqd5r6o4iDQktWwvcsEwnl { width:16.5rem;height:6.296875rem;top:36.375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpZWRbMw2TTZQi8ItiGBgWkko5zEkSS0 { width:16.5rem;height:7.871125rem;top:64rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoAlsUwvZDO6MSQH8t9UIWsRg1GRzPpc { width:16.5rem;height:1.375rem;top:72.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2iGq36zTfQokReZ7pPCpbypo8QVa4HB { width:16.5rem;height:6.296875rem;top:74.375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxTu8ZOhS5dkzaKPPBCZTJ4rTTbyyeQ { width:16.5rem;height:1.375rem;top:81.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhCGVymaDQgSuTwfc5aTwGSXH43lcPb6 { width:16.8125rem;height:4.19824375rem;top:83.875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es1sJiCkXQmlm8UBcACc78VBNyQyO6IC { width:12.5rem;height:1.29980625rem;top:72.75rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN7tRbMOliFNUCSM75L0g2LcpERJSwCR { width:12.5rem;height:1.29980625rem;top:81.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGyoiHX9y8HRHIADHTm31QisOPFgHuzQ { width:16.5rem;height:1.375rem;top:90.437492370606rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mled67tSnSNDJ1LgB0ec85cbTHKTNGCf { width:12.5rem;height:1.29980625rem;top:90.474227905275rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXzgk9izyhyQdZgUTLdFIOcaIGPafBby { width:16.5625rem;height:6.296875rem;top:92.5rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwt1SHeFTTsBhLKNcTPkRGNl0iM4ATbV { width:15.9375rem;height:7.87109375rem;top:28.608360290528rem;left:1.7493206858635rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkURcrPx55TyqyMxaL4OJmsE2iTrU7kc { width:19rem;height:3.4375rem;top:100.046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2rhIwXxbsQyknKGvNxC2d7v9fJHRHk { display:block; }
 }@media only screen and (max-width: 763px) { #NbENqvo3iWmB46HrL0AM3eb3ud62RoZo { display:block; }#NbENqvo3iWmB46HrL0AM3eb3ud62RoZo > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIEaLuxI7TwVgHZT4su1tEWK6w4g9dW8 { width:20rem;height:5.5rem;top:1.341796875rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DPok8ZIQHuwDXoTG0JwLtnpJT3SAN34K { width:16.812160491943rem;height:19.6875rem;top:5.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2z8RcdvTHkrlLr61y9exoAt8FrFNzO { width:20rem;height:15.3134765625rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKnqnJECieX1cVDezyWuG1uaBsCObFCV { width:17.5rem;height:16.3125rem;top:61.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MyR2pUT0792kwfJRTzT3EHIM96GZSS { width:19rem;height:5.59765625rem;top:27.125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0EQ15eq4OeAgCuT8dAuH416suoKnmGB { width:18.25rem;height:6.9970625rem;top:52.0625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuKTNsTl0EUh0SWZXPg0Riw8WaOFh438 { width:17.1875rem;height:5.59765625rem;top:80.625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4ODsMQmhiJGNN6fnmQDvs04MHu1Hgm { width:16.3125rem;height:3.25rem;top:23.875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1LxhRTSvqQkcHPTAqWixV2oIHdOMaVf { width:16.3125rem;height:3.25rem;top:48.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUDwzbuTqox25cmaawcUZZ2NrcstcWwb { width:18.1875rem;height:3.25rem;top:77.375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA { display:block; }#NIuUCsDJG3BP69m58J7SGD2dtdNwxRIA > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ6dzpnCXL5K1Teh6Rup1Di3PH7S0nyo { width:20rem;height:13.25rem;top:3.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOeA1TH4u3rkGdbsihiak5xTlJbLK5Tt { width:19.0625rem;height:1.5625rem;top:2.1962890625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUV0eLsfJOFSWILth17UTrorrXL6nbP8 { width:19.0625rem;height:1.6875rem;top:17.0087890625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwXu2FHXtiUZyQlJQBvl0PSmHKnT3OS { width:20rem;height:0.9746125rem;top:20.43359375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxoSFoaS9lJBCr2c5Hgep9MJx9W24dhh { width:20rem;height:0.875rem;top:21.30859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNogaE5r46oFRHOaxlnJlVVZ8GrtwQhh { top:22.875rem;left:1.25rem;width:17.5rem;height:4.125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs { display:block; }#zhrMh8eiuFeTTQr9XCgH4iioiR1JANRs > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvLt9zKypOp0OzORsWDzfGtNszBVCQhk { width:16.8125rem;height:5.5rem;top:1.3125rem;left:1.59375rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VdSgzb10Li3y5m4XqNemd370VHAIuoXJ { width:18.3125rem;height:6.796875rem;top:6.8125rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2byVNLdwvfBsA7KvXJKZoiNfiI9H1t { width:13.375rem;height:4.25rem;top:14.9453125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEMhADlSTIf2MSi4RvBMAanxwfAQF6y5 { width:8.5625rem;height:1.6875rem;top:16.2265625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdpLFdlaBwfZKrJTgs80hMSUeR9DwqrF { width:13.375rem;height:4.25rem;top:20.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRuiucnubOZR6vazUaPpwRV5UnZBS1Vh { width:9.625rem;height:1.25rem;top:21.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEAIWo9NdMiPTHDcZrtxbvhR2WyMAu0 { width:13.375rem;height:4.25rem;top:31.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps7Lb25fncFp18wdEBaagWREZddCfM8M { width:9.875rem;height:2.6875rem;top:32.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysUPAbW5Ta39FkmHyqZ4Jie5lgCawJtn { width:13.375rem;height:4.25rem;top:43rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoweLWFSI15VhXXMkU57Cm90IgubrtoX { width:7.4375rem;height:2.9375rem;top:43.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFCz7lbA6PEblxIm0uvztAZ7MOl0gDt { width:13.375rem;height:4.25rem;top:25.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBk6ST56z4DOfirEEUZsIh3syVpEHNMS { width:13.375rem;height:4.25rem;top:37rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIfKa1EArEIWyT0OThlXia2QlWQ4CWFp { width:8.8125rem;height:2.4375rem;top:37.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RetEbXRihdchKXlKvw5zx5MnEeonHZ4N { width:6.0625rem;height:6.375rem;top:24.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m { display:block; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTN0T5uFcNrl6PCoMSVxxnEdiKqSgU6m > .row .container { width:20rem;height:76.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEa7TPCc4k9mKnS4Dlq4OEB5QDU5evD7 { width:16.6875rem;height:3.8984375rem;top:1.4375rem;left:1.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpWn8N8lhqxTDmmqIdyoxWELeVFbVX12 { width:18.75rem;height:16.25rem;top:8.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1FNmXKmGhQDdmTICg7iMrJhhCSAyld9 { width:17.875rem;height:20.1875rem;top:40.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALGtdggt9wW8PkT1IwEVzuzDkIXCmTfK { width:18.3125rem;height:6.5625rem;top:25.6123046875rem;left:0.84375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d1cPONkrcyBFfTVWdC2uhDkfiBi2bMWN { width:18.875rem;height:5.25rem;top:62.125rem;left:0.5625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EWVrVy868DdEmB7LS1RJBkJgf7O2DsTP { width:20rem;height:1.29980625rem;top:24.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #st2Wr6Z3QapNm01uPEVx98N2x4vNKZR0 { width:16.75rem;height:1.29980625rem;top:60.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl9imkTFurZ7Jm6q533JfTXmsWP1wD3C { width:13.0625rem;height:1.375rem;top:68.859375rem;left:3.46875rem;font-size:0.5625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #hCW8LzZrNBoCtSWgHuheVFnSS5B6lEd0 { width:11.4375rem;height:1.625rem;top:5.9375rem;left:4.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeQoaOJWRP3V2wa4EaEBdDO02BRDAowF { width:20rem;height:1.625rem;top:39.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xilctmKX1z28iVldwhxaGUhDCZI8HBP0 { width:17.5rem;height:3.4375rem;top:32.7998046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFTQTS1NdLsFOFdyE096qrqJ4Wn7TMO { display:block; }
 }@media only screen and (max-width: 763px) { #A94IgKMNW3aCN2eTQvItOSBDZrmUPTd2 { width:17.5rem;height:3.4375rem;top:68rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqp1KnVNFO5di16A1ImbDnnh1EN9aW6o { display:block; }
 }@media only screen and (max-width: 763px) { #FrRpEcIwTqMXhTQQIioa2tWistQ3Hrnq { width:15.9375rem;height:3.1875rem;top:75.5rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev { display:block; }#MsPnUiEmfNJAT8g9h7R7f5SAN6MhS1ev > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWzsC1n76GR2SNTxgdIGDObsZwl2xQxv { width:20rem;height:4.1967213114754rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2f5UDpbDBda01STpaX6X7hBw0Iy5lPQ { width:20rem;height:3.3125rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3NQx9IML568GdIU8A8RdGDrrlOiIl5t { width:18.8125rem;height:10.1953125rem;top:14.1171875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV5Ksi70ieNkrubnhh1TBaqB91myufiE { width:19.0625rem;height:6.796875rem;top:7.3203125rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwD5BXk02zQNl1JwG2lbLkJyvbaVQcKZ { width:18.875rem;height:4.3125rem;top:25.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDugd9RvbJ6e7nDvCLlbAdqVd9mAZQTN { display:block; }
 }@media only screen and (max-width: 763px) { #EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs { display:block; }#EBCiW0QLiW447dS8TpFT4ITDE2hgBRZs > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWTZ7QR0aLcQlAzgiLBaEKI3giEcrvpp { width:19.6875rem;height:6.5rem;top:2.8125rem;left:0rem;font-size:2.5rem;text-shadow:0.0625rem 0.1875rem 1rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #RycfskRB883L92Mm90imeRSaXCXGwlB0 { width:14.8125rem;height:2.75rem;top:23.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11nWhx9WasXtmk7IHAyOzedeIiWidff { width:18.375rem;height:3rem;top:9.3125rem;left:0.8125rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T4nVySTulb7D8Mx1RbKQGzH1qIKJqvey { width:18.1875rem;height:1.21875rem;top:27.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw3bdFth1fXGBvZ1hfRu43CBe326SDxg { width:18.875rem;height:4.3125rem;top:13.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cddLTeU44BCiTtynwymg0vBNelcEgkg8 { display:block; }
 }@media only screen and (max-width: 763px) { #hp8TlsOplfKnWe07lEuQyN76G6VO2Htn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hp8TlsOplfKnWe07lEuQyN76G6VO2Htn > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCMr1Br1AdrXfmRc89TZB77VhKVRyXc9 { width:18.125rem;height:0;top:0.8125rem;left:0.9375rem;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pyxdxSnSSnPBas1cCaAKJWThX7vueWTX { width:17.5rem;height:3.4375rem;top:0.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTGpO4scLDwdrin60w8NrSS3FnfNZ2Z { display:block; }
 }@media only screen and (max-width: 763px) { #AV8TcRwvP0gKEdU14TGiRANWDLooRH03 { width:20rem;height:auto;top:1.125rem;left:0rem;font-size:1.25rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }