.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/c20fa3Rd/background_1409028.png");background-position:top left !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; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,9,58,0.85); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,9,58,0.85); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .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); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05093a;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { background-color: transparent; background-image: none; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container > .video-iframe-container { display: none; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row > .video-iframe-container { display: none; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .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); }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { border-width: 0; border-radius: 0; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#UHh45TlnnoSoyWQwNkKpmnFyN57551UF { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:10.75rem;top:1.21875rem;left:0.0625rem;overflow:hidden;display:block; }
#x0vcD7g6MLV03g4PzIft76dBXfVX8TQI { z-index:100005;top:1.03125rem;left:12.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qMnpm2fLt9uJXqsGueJdvmXayTOaGnvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PLJrzom1uLqFUStXtwtzWpt8eSJFhdIS { z-index:100006;top:1.09375rem;left:17.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fNMXNMAmBzPvmgb8SztgXr9X8DFKm1Ib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CdfT0wTUkkmEtzo6CAtIgIhUofBbJhB8 { z-index:100007;top:1.03125rem;left:22.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gHfWwP58Kbf1KbLyZuSBcId1VJAdTe4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r1IdytiAXF9HUHlf21fdCGiRPmvxrlfR { z-index:100008;top:1.03125rem;left:28.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BBgnqiTXFLm2773BSnNrTCAFlhVEwXn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kPNAbCzmlgsMnntvcWwhssDtUQByPtcD { z-index:100011;top:0rem;left:62.5rem;background-color:rgba(230,0,126,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UhVXg28xD7WlsmL6iGQy4vGxEWED8npa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { background-color: transparent; background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,9,58,0.7); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,9,58,0.7); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { display: block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .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); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { border-width: 0; border-radius: 0; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:75rem;height:45.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vx2swvhU1HuTKumgacHOfLWmvdVHAA8p { color:rgba(255,255,255,0.85);display:block;width:47.8125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.1875rem;left:13.6875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSUfVtlyeqRMxRlS4DxvTT9FngHsnM2l { z-index:100010;top:33.75rem;left:41.5rem;background-color:rgba(230,0,126,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,7,58,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ssG5mOUxITCnvc1SBsereGGTITtrh5Md { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aSSudKWX3nKkTrlSXyW4cBfb6SA5T9R7 { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:20.1494140625rem;left:15.96875rem;height:7.3111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBusySGVfK7ZCaEaLHCW6mZPAfePqNef { z-index:100011;top:33.75rem;left:17.9375rem;background-color:rgba(5,9,58,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,7,58,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T8zJ4btGh75y7CSPLBztL12XrNV6XAIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl { position:relative;display:none; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl { border-width: 0; border-radius: 0; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#tF7h4wSkOx1nw7LtGa5pXTXVeBW8xp09 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:74.625rem;display:none; }
#ABr3BF3cbicwm9zaEm4HkSQJVgqyT2Vd { z-index:100011;top:0rem;left:62.5rem;background-color:rgba(230,0,126,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#u1Z3toRTCF32R7uXa5GIdNSC4zRLaQsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KtEaOHt6uaBXAFR47638k3wBtLGHRonk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row .container { background-color: transparent; background-image: none; }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row .container > .video-iframe-container { display: none; }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row > .video-iframe-container { display: none; }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .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); }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row .container { border-width: 0; border-radius: 0; }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT { position:relative;display:block; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT { background-color: transparent; background-image: none; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container > .video-iframe-container { display: none; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row > .video-iframe-container { display: none; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .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); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT { border-width: 0; border-radius: 0; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#o8fM0vy2ioXOiAG8I0P1CSmU44am68mW { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1.9;letter-spacing:0;top:12rem;left:4rem;height:2.96875rem;text-align:left;text-align-last:left;display:block; }
#pnMpKHEuq4Ea01QRxzMZfAVRcBg66GeF { color:rgba(236,0,140,0.85);display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:8.75rem;left:4rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCf5XoLC9K3rKPUJe3eMLB46OTxlHzVL { position:absolute;display:block;z-index:100011;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3.125rem;top:10.25rem;left:0rem;display:block; }
#x5LtZfGOxoL6TPMuCafuy92ybUwwUeW9 { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100008;line-height:1.9;letter-spacing:0;top:4.2437500953674rem;left:34.875001907349rem;height:15.19528125rem;text-align:justify;text-align-last:initial;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; }
#Us3qFqCovDbBBQyC5QOsVmF7zA5ux13Q { position:absolute;display:block;z-index:100012;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3.125rem;top:13.375rem;left:25rem;display:block; }
#R3KT281nQzK0z688TURyxudyT8O4ChOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container { background-color: transparent; background-image: none; }#R3KT281nQzK0z688TURyxudyT8O4ChOW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container > .video-iframe-container { display: none; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row > .video-iframe-container { display: none; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .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); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container { border-width: 0; border-radius: 0; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#OJxzgbukDQgw0BzAC1MLTTe2WGxI1CFh { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:2.375rem;left:27.6875rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#vAmVUeZzhH7qf6w5JVRpDT8rHhWA0nkw { color:rgba(236,0,140,0.85);display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:4rem;left:31.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbLhs9gdqAqwBEIXRm78UCJcx8OULX9f { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:6.5625rem;left:48.6875rem;display:block; }
#p1NmFwDwFctvWsRV3TDOzQgb2kV9OrTk { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:4.625rem;left:19.1875rem;display:block; }
#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 { position:relative;display:block; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 { background-color: transparent; background-image: none; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container > .video-iframe-container { display: none; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row > .video-iframe-container { display: none; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .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); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 { border-width: 0; border-radius: 0; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#UAuzsT67nTVTJ07M6TK1egvWePZXo4QO { box-sizing:content-box;color:rgba(255,255,255,0.7);font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:1rem;left:7.8125rem;display:block; }
#uJ1BF3mTyUK27S2G09poHHVt7aT4nQH9 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7VXV5rDaZ50S11kVr7c2fT3QTocf560 { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:13.1875rem;left:2.375rem;height:7.4978125rem;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; }
#T1FxBzkdOQaWBRNdHsH6SubgTJkAL1mv { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:13.1875rem;left:27.375rem;height:8.997375rem;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; }
#FzBoNfQuaJky1KwcQAvGOTNEOmZF3Lm0 { box-sizing:content-box;color:rgba(255,255,255,0.7);font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1rem;left:32.8125rem;display:block; }
#RWI5VbrIdN9BLi8TelpyXbt62skbvhSv { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:28.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMz70u819sP7R03qTJXp2Q8oNW4PQUee { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:13.1875rem;left:52.375rem;height:7.4978125rem;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; }
#CqKTVsFM25zP1omGq4H7xWa4OhsIc6Nh { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:53.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gzbqc93vBLdRJ1abD979CpRJTTkTh0pc { box-sizing:content-box;color:rgba(255,255,255,0.7);font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1rem;left:57.8125rem;display:block; }
#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row .container { background-color: transparent; background-image: none; }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row .container > .video-iframe-container { display: none; }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row > .video-iframe-container { display: none; }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .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); }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row .container { border-width: 0; border-radius: 0; }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#aRkyInzoWNPVtTET62ZKu111G0Nbl8U5 { color:#05093a;display:block;width:20.375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:4.5625rem;left:9.8125rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#ZDoTITRIUsnGgwuM4ro0yxrSEoDWwZA8 { color:rgba(230,0,126,0.85);display:block;width:47rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:23.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTyrtoKXUy28JA0Tekb276lEMBtITyql { position:absolute;display:block;z-index:100006;background-color:rgba(200,178,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:9.25rem;left:66.5625rem;display:block; }
#b4nfhEkQ8kPhsSOIpIK4G56TcFda5p6m { position:absolute;display:block;z-index:100007;background-color:rgba(200,178,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:6.8125rem;left:1.375rem;display:block; }
#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row .container { background-color: transparent; background-image: none; }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row .container > .video-iframe-container { display: none; }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row > .video-iframe-container { display: none; }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .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); }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row .container { border-width: 0; border-radius: 0; }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#coVdV3XCsdPcl7F7MtnLEp7O44frC4vK { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eb1bdc02-91e5-4e82-903c-072cf74ded43/3mlogo21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:13.1875rem;top:2.3125rem;left:2.78125rem;display:block; }#coVdV3XCsdPcl7F7MtnLEp7O44frC4vK.adaptive-delivery-prevent-bg, #coVdV3XCsdPcl7F7MtnLEp7O44frC4vK.lazyload, #coVdV3XCsdPcl7F7MtnLEp7O44frC4vK.lazyloading { background-image: none; }
#Zf2r3BJtNe4TeA6BVCxlwFFMwGbF3ONw { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/09deb67e-f48f-4d6e-a32a-c5dd1ce23b8b/Canon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:10.875rem;top:2.78125rem;left:60.1875rem;display:block; }#Zf2r3BJtNe4TeA6BVCxlwFFMwGbF3ONw.adaptive-delivery-prevent-bg, #Zf2r3BJtNe4TeA6BVCxlwFFMwGbF3ONw.lazyload, #Zf2r3BJtNe4TeA6BVCxlwFFMwGbF3ONw.lazyloading { background-image: none; }
#EKAPysOwNyTbrgryWvaxo9EczWNy64Hf { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7072f74c-c98f-4f52-b5b2-361aa9f3aaf6/Angelinilogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:13.875rem;top:2.28125rem;left:39.9375rem;display:block; }#EKAPysOwNyTbrgryWvaxo9EczWNy64Hf.adaptive-delivery-prevent-bg, #EKAPysOwNyTbrgryWvaxo9EczWNy64Hf.lazyload, #EKAPysOwNyTbrgryWvaxo9EczWNy64Hf.lazyloading { background-image: none; }
#ZrI0B0KwLukQuTVnvckLEko4lNFlvO6C { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/300274f5-2bbd-481a-bf5c-f5ecdff39e99/Align_Digital_Product_Lockups_Vertical_Primary.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:14.0625rem;top:2.15625rem;left:21.09375rem;display:block; }#ZrI0B0KwLukQuTVnvckLEko4lNFlvO6C.adaptive-delivery-prevent-bg, #ZrI0B0KwLukQuTVnvckLEko4lNFlvO6C.lazyload, #ZrI0B0KwLukQuTVnvckLEko4lNFlvO6C.lazyloading { background-image: none; }
#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row .container { background-color: transparent; background-image: none; }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row .container > .video-iframe-container { display: none; }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row > .video-iframe-container { display: none; }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .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); }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row .container { border-width: 0; border-radius: 0; }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#bFO3d8Q3VTndOyZpliPwUNzL41DVbWi3 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/61a04548-77a3-4f32-b789-812caf5a6826/Logo_DD_EN_RGB.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:15.8125rem;top:2.125rem;left:20.21875rem;display:block; }#bFO3d8Q3VTndOyZpliPwUNzL41DVbWi3.adaptive-delivery-prevent-bg, #bFO3d8Q3VTndOyZpliPwUNzL41DVbWi3.lazyload, #bFO3d8Q3VTndOyZpliPwUNzL41DVbWi3.lazyloading { background-image: none; }
#ZCvLMAd8GIHLTeaAikltz2ItyfEmhFLv { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bJf9x0aC/Logo_Colgate_smile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:15rem;top:1.6875rem;left:1.875rem;display:block; }#ZCvLMAd8GIHLTeaAikltz2ItyfEmhFLv.adaptive-delivery-prevent-bg, #ZCvLMAd8GIHLTeaAikltz2ItyfEmhFLv.lazyload, #ZCvLMAd8GIHLTeaAikltz2ItyfEmhFLv.lazyloading { background-image: none; }
#s34manDu5lpJLcEDy7lEmmD5we6Vk173 { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/66z8DpmB/ecolab_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:10.125rem;top:3rem;left:41.8125rem;display:block; }#s34manDu5lpJLcEDy7lEmmD5we6Vk173.adaptive-delivery-prevent-bg, #s34manDu5lpJLcEDy7lEmmD5we6Vk173.lazyload, #s34manDu5lpJLcEDy7lEmmD5we6Vk173.lazyloading { background-image: none; }
#f5F78QE9618ddoQvXtQpTi1louPuzAsQ { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/2O62atK5/1200px_GSK_logo_svg.svg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:13rem;top:2.4375rem;left:59.125rem;display:block; }#f5F78QE9618ddoQvXtQpTi1louPuzAsQ.adaptive-delivery-prevent-bg, #f5F78QE9618ddoQvXtQpTi1louPuzAsQ.lazyload, #f5F78QE9618ddoQvXtQpTi1louPuzAsQ.lazyloading { background-image: none; }
#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row .container { background-color: transparent; background-image: none; }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row .container > .video-iframe-container { display: none; }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row > .video-iframe-container { display: none; }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .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); }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row .container { border-width: 0; border-radius: 0; }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#tpM7byvJeHRZqBqLN7GcaanfI8iO7CUl { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/31362b4b-6a11-448f-b4bf-1fe748a1003f/happydentallog.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:13.75rem;top:2.21875rem;left:2.5rem;display:block; }#tpM7byvJeHRZqBqLN7GcaanfI8iO7CUl.adaptive-delivery-prevent-bg, #tpM7byvJeHRZqBqLN7GcaanfI8iO7CUl.lazyload, #tpM7byvJeHRZqBqLN7GcaanfI8iO7CUl.lazyloading { background-image: none; }
#iTsR6HyFJmGid10TT4gwPCipsggPuI65 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fe7659b1-c34a-45b8-a14b-d172c04e408f/indentpoprawioneszare451x128.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:11.4375rem;top:2.65625rem;left:22.40625rem;display:block; }#iTsR6HyFJmGid10TT4gwPCipsggPuI65.adaptive-delivery-prevent-bg, #iTsR6HyFJmGid10TT4gwPCipsggPuI65.lazyload, #iTsR6HyFJmGid10TT4gwPCipsggPuI65.lazyloading { background-image: none; }
#vaszU0XKyIvsU3i3tZQsnECSFE0slvcM { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/0faxB955/Glamorous_Listerine_Logo_69_On_Logo_Design_Online_with_Listerine_Logo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12.0625rem;top:2.46875rem;left:40.84375rem;display:block; }#vaszU0XKyIvsU3i3tZQsnECSFE0slvcM.adaptive-delivery-prevent-bg, #vaszU0XKyIvsU3i3tZQsnECSFE0slvcM.lazyload, #vaszU0XKyIvsU3i3tZQsnECSFE0slvcM.lazyloading { background-image: none; }
#Nx4zFui6tSNhq33KKddBbzA1u4QLCUoq { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/40307d8f-bfd7-4785-8e56-c6796765eb76/Makromed_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12.0625rem;top:2.46875rem;left:59.59375rem;display:block; }#Nx4zFui6tSNhq33KKddBbzA1u4QLCUoq.adaptive-delivery-prevent-bg, #Nx4zFui6tSNhq33KKddBbzA1u4QLCUoq.lazyload, #Nx4zFui6tSNhq33KKddBbzA1u4QLCUoq.lazyloading { background-image: none; }
#sVowR148snAf8heJWpF7JoNoiaWvoUO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row .container { background-color: transparent; background-image: none; }#sVowR148snAf8heJWpF7JoNoiaWvoUO1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row .container > .video-iframe-container { display: none; }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row > .video-iframe-container { display: none; }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .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); }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row .container { border-width: 0; border-radius: 0; }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#TcsvTcJalElwFfrgyuioDop5hc7uclCh { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0e570d62-1271-44de-a586-ba5ed50514c8/marrodent_A_HS_Co_cmyk.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:12.6875rem;top:2.4375rem;left:3.03125rem;display:block; }#TcsvTcJalElwFfrgyuioDop5hc7uclCh.adaptive-delivery-prevent-bg, #TcsvTcJalElwFfrgyuioDop5hc7uclCh.lazyload, #TcsvTcJalElwFfrgyuioDop5hc7uclCh.lazyloading { background-image: none; }
#iNQZTlhzus3wZeeNMag56XlzTu298gDv { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3777dded-78ae-4537-830c-2b69f52bfa2d/Meditranslogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:12.375rem;top:2.65625rem;left:21.9375rem;display:block; }#iNQZTlhzus3wZeeNMag56XlzTu298gDv.adaptive-delivery-prevent-bg, #iNQZTlhzus3wZeeNMag56XlzTu298gDv.lazyload, #iNQZTlhzus3wZeeNMag56XlzTu298gDv.lazyloading { background-image: none; }
#LZ7XTqMHDihWw96qTqQ030cFgX8mTLkO { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7c8396ad-0d68-4d80-afe4-3ef2bd09986e/nil_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:12rem;top:1.34375rem;left:40.875rem;display:block; }#LZ7XTqMHDihWw96qTqQ030cFgX8mTLkO.adaptive-delivery-prevent-bg, #LZ7XTqMHDihWw96qTqQ030cFgX8mTLkO.lazyload, #LZ7XTqMHDihWw96qTqQ030cFgX8mTLkO.lazyloading { background-image: none; }
#c7iSfvsmxkDB9BZLtvg9D5B7TAO7drxW { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b4c13dd4-e81f-4317-940b-225c5144d04d/OIL_Rzeszo_w.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:12rem;top:1.34375rem;left:59.625rem;display:block; }#c7iSfvsmxkDB9BZLtvg9D5B7TAO7drxW.adaptive-delivery-prevent-bg, #c7iSfvsmxkDB9BZLtvg9D5B7TAO7drxW.lazyload, #c7iSfvsmxkDB9BZLtvg9D5B7TAO7drxW.lazyloading { background-image: none; }
#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row .container { background-color: transparent; background-image: none; }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row .container > .video-iframe-container { display: none; }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row > .video-iframe-container { display: none; }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .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); }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row .container { border-width: 0; border-radius: 0; }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#leDIwc2k8FkrzZm2IcbMGuO0PMWdMPMS { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df5fa609-b170-4482-960f-8849ba16d999/Optident.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:11.5rem;top:2.6875rem;left:3.625rem;display:block; }#leDIwc2k8FkrzZm2IcbMGuO0PMWdMPMS.adaptive-delivery-prevent-bg, #leDIwc2k8FkrzZm2IcbMGuO0PMWdMPMS.lazyload, #leDIwc2k8FkrzZm2IcbMGuO0PMWdMPMS.lazyloading { background-image: none; }
#OP9noiyJkTitECG3I1TG14IfG7oCABvo { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c190888c-598c-460d-b2a0-75696fe0535f/Logo_OralB_v2.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;height:3.75rem;width:11.3125rem;top:2.84375rem;left:22.46875rem;display:block; }#OP9noiyJkTitECG3I1TG14IfG7oCABvo.adaptive-delivery-prevent-bg, #OP9noiyJkTitECG3I1TG14IfG7oCABvo.lazyload, #OP9noiyJkTitECG3I1TG14IfG7oCABvo.lazyloading { background-image: none; }
#GP2Weza7HwxTGC3kfrlT4SxDm8mJNMLX { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e6e199db-af85-4ede-a63b-e633f6c51094/philipslogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:11.25rem;top:2.78125rem;left:60rem;display:block; }#GP2Weza7HwxTGC3kfrlT4SxDm8mJNMLX.adaptive-delivery-prevent-bg, #GP2Weza7HwxTGC3kfrlT4SxDm8mJNMLX.lazyload, #GP2Weza7HwxTGC3kfrlT4SxDm8mJNMLX.lazyloading { background-image: none; }
#xlcx3OCTVW1Bv6rtK79puENOU0l4mB4c { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f7308f5-3685-484a-a366-90c848c246f5/Pfizer_Logo_Color_PMS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:10.875rem;top:2.875rem;left:41.4375rem;display:block; }#xlcx3OCTVW1Bv6rtK79puENOU0l4mB4c.adaptive-delivery-prevent-bg, #xlcx3OCTVW1Bv6rtK79puENOU0l4mB4c.lazyload, #xlcx3OCTVW1Bv6rtK79puENOU0l4mB4c.lazyloading { background-image: none; }
#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row .container { background-color: transparent; background-image: none; }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row .container > .video-iframe-container { display: none; }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row > .video-iframe-container { display: none; }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .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); }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row .container { border-width: 0; border-radius: 0; }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#HgFXiv2TGWfKTUcph9mbn3xT0DgE3gCE { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/WTX8aDOl/gum_logo_sunstarblue_fullcolor_cmyk_ai.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:15rem;top:1.75rem;left:58.125rem;display:block; }#HgFXiv2TGWfKTUcph9mbn3xT0DgE3gCE.adaptive-delivery-prevent-bg, #HgFXiv2TGWfKTUcph9mbn3xT0DgE3gCE.lazyload, #HgFXiv2TGWfKTUcph9mbn3xT0DgE3gCE.lazyloading { background-image: none; }
#SVWryF1PebPZHq1EKg3dQ5Gtpg86TCps { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a1aa9cb2-249a-4c8e-a63b-7b1043995b18/Polskie_Towarzystwo_Stomatologiczne819x1024.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:6.625rem;top:1.78125rem;left:43.5625rem;display:block; }#SVWryF1PebPZHq1EKg3dQ5Gtpg86TCps.adaptive-delivery-prevent-bg, #SVWryF1PebPZHq1EKg3dQ5Gtpg86TCps.lazyload, #SVWryF1PebPZHq1EKg3dQ5Gtpg86TCps.lazyloading { background-image: none; }
#WhOitWsrI3gqZvUGBwTDqqp7bkONLUT6 { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ada88aa1-b1b3-435c-84c7-6c722f7bd97a/PASE_032.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:10.875rem;top:1.9375rem;left:22.6875rem;display:block; }#WhOitWsrI3gqZvUGBwTDqqp7bkONLUT6.adaptive-delivery-prevent-bg, #WhOitWsrI3gqZvUGBwTDqqp7bkONLUT6.lazyload, #WhOitWsrI3gqZvUGBwTDqqp7bkONLUT6.lazyloading { background-image: none; }
#BIcmbC4VkTo2mFxk7onWTr5VIQuTWzzD { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74e63494-e93d-4b04-8e50-3e830394c9b8/PierreFabrelogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:10.875rem;top:2.875rem;left:3.9375rem;display:block; }#BIcmbC4VkTo2mFxk7onWTr5VIQuTWzzD.adaptive-delivery-prevent-bg, #BIcmbC4VkTo2mFxk7onWTr5VIQuTWzzD.lazyload, #BIcmbC4VkTo2mFxk7onWTr5VIQuTWzzD.lazyloading { background-image: none; }
#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row .container { background-color: transparent; background-image: none; }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row .container > .video-iframe-container { display: none; }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row > .video-iframe-container { display: none; }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .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); }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row .container { border-width: 0; border-radius: 0; }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container { background-color: transparent; background-image: none; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container > .video-iframe-container { display: none; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row > .video-iframe-container { display: none; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .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); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container { border-width: 0; border-radius: 0; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#hfiH39t66lQl2TUyx1329hbFWBIUquGd { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:1.625rem;left:30.4375rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#cb88vlJMlSl5ixQqhHsXCNGJS7hTPQxr { color:rgba(236,0,140,0.85);display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.25rem;left:33.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oUWOhH3qEyozn1JEdRNOeudE2tmiViwB { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:6.1875rem;left:45.9375rem;display:block; }
#qeXMZyXh4zak0WdJ5GagGilB5460HSnb { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:3.875rem;left:21.9375rem;display:block; }
#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR { position:relative;display:block; }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR { background-color: transparent; background-image: none; }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .row .container > .video-iframe-container { display: none; }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .row > .video-iframe-container { display: none; }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .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); }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR { border-width: 0; border-radius: 0; }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#Gai6qJbIxJTd6nWQdh3lXqKPEKPbDiei { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.9;letter-spacing:0;top:1rem;left:2.125rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#NTQuSpmuFAQv0Eg6CcmgShIoqSHm8JuS { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:35rem;top:7.25rem;left:1.25rem;display:block; }
#kowU7f1ywauecNog2VPwKCTwgGZEkwEc { color:#ffffff;display:block;width:35rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:27.9375rem;left:1.25rem;height:7.4978125rem;text-align:justify;text-align-last:initial;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; }
#thUSbnEXoNVQV3DmyUidrDy0g71mqSuS { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.9;letter-spacing:0;top:1rem;left:38rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#ifE7S1OyU5gqpRCtnsHDgaogsEgLf3Uy { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:35rem;top:7.25rem;left:38.75rem;display:block; }
#G1mIwHnLWWGLHNGLXfyopbeiHQR6uFNF { color:#ffffff;display:block;width:35rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:27.9375rem;left:38.75rem;height:5.9982625rem;text-align:justify;text-align-last:initial;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; }
#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN { position:relative;display:block; }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN { background-color: transparent; background-image: none; }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .row .container > .video-iframe-container { display: none; }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .row > .video-iframe-container { display: none; }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .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); }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN { border-width: 0; border-radius: 0; }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#N6KkHQHsm1J2TJhOfgC4q59eoDEVSTUf { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.9;letter-spacing:0;top:1.3125rem;left:0.5rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#RP3JJodkx51wq9VWdXoeTEVPC6w6Aym4 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:35rem;top:6.0625rem;left:1.25rem;display:block; }
#p0cgaqUVUOHpc93BHqHrH8Gz8bzW0rl8 { color:#ffffff;display:block;width:35rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:27.375rem;left:1.25rem;height:5.9982625rem;text-align:justify;text-align-last:initial;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; }
#wxDf9crChgn3tsJ3G2HP9mL7OdOBxKw6 { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.9;letter-spacing:0;top:1.3125rem;left:38rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#UD4NTLMP8OlMcS2CIMtyAxbS9l1dgQIa { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:35rem;top:6.0625rem;left:38.75rem;display:block; }
#gC4dpX6HGkXKsoQcEpGFUEtQoVk2XkHA { color:#ffffff;display:block;width:35rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:27.375rem;left:38.75rem;height:4.4987rem;text-align:justify;text-align-last:initial;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; }
#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq { position:relative;display:block; }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq { background-color: transparent; background-image: none; }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .row .container > .video-iframe-container { display: none; }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .row > .video-iframe-container { display: none; }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .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); }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq { border-width: 0; border-radius: 0; }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#aF0hHxTMMXvaDK8XGtHcHFprNpTk6mmn { color:#ffffff;display:block;width:35rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:12.125rem;left:1.25rem;height:5.9982625rem;text-align:justify;text-align-last:initial;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; }
#UGlW8WqqQLvz1IyzpqFBJQdMw9UcZv9U { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1.9;letter-spacing:0;top:4.8125rem;left:1.25rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#sRmQ2emReUCWJ4Vgk3SudQyZqn87sOIw { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:35rem;top:4.15625rem;left:38.75rem;display:block; }
#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH { position:relative;display:block; }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH { background-color: transparent; background-image: none; }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .row .container > .video-iframe-container { display: none; }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .row > .video-iframe-container { display: none; }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .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); }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH { border-width: 0; border-radius: 0; }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#mZFbf4fT34n8SIlBgxkfru5ITgSUk7kq { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:4.625rem;left:8.6875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v73e72OoWuBZLVJD1zWn5TDBrwTtlZcn { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:16.0625rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#Tiu0gBFahEIsuPUJIH9o0AVMfmyPNqr0 { z-index:100011;top:17.8125rem;left:59.25rem;background-color:rgba(230,0,126,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,7,58,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E8DHOhQP3PN19adGhswEdkMUTpk0f884 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/c20fa3Rd/background_1409028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a.adaptive-delivery-prevent-bg, #OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a.lazyload, #OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a.lazyloading { background-image: none; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container { background-color: transparent; background-image: none; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,0,126,0.85); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container > .video-iframe-container { display: none; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,0,126,0.85); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row > .video-iframe-container { display: none; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .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); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container { border-width: 0; border-radius: 0; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#zBcphEnmS5lEvOrFT5Q9MeB1XDL0sizw { color:#05093a;display:block;width:20.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:5.3125rem;left:15.3125rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#xAbI7sBPGCgI1fdt2Ks3xfZwONwmZLGz { color:#ffffff;display:block;width:39rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.0625rem;left:21.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqWzitH8qJxNQPlE7WnbgmiRvMZEwo3e { position:absolute;display:block;z-index:100006;background-color:rgba(0,7,58,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:9.875rem;left:62.3125rem;display:block; }
#XEwLJmPdysB5eBVgztzxHZ0KVtnNndIW { position:absolute;display:block;z-index:100007;background-color:rgba(0,7,58,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:8.125rem;left:5.625rem;display:block; }
#B2hocbu5QTAEHMQB500df3QNA3QLSTGP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/c20fa3Rd/background_1409028.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP.adaptive-delivery-prevent-bg, #B2hocbu5QTAEHMQB500df3QNA3QLSTGP.lazyload, #B2hocbu5QTAEHMQB500df3QNA3QLSTGP.lazyloading { background-image: none; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container { background-color: transparent; background-image: none; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,0,126,0.85); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container > .video-iframe-container { display: none; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,0,126,0.85); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row > .video-iframe-container { display: none; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .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); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container { border-width: 0; border-radius: 0; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#ZcsBqTi39ap0cilsi9pI2T21KTbLbQBf { position:absolute;display:block;z-index:100000;background-color:#05093a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:30.625rem;top:12.0625rem;left:3.4375rem;display:block; }
#k2B3l16DptAsKDOlWLlRSHpG6rQ7ZUF6 { position:absolute;display:block;z-index:100022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rJWf51he/11062360_840933219320280_1992327458591984444_o.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem #000000 ;height:13.3125rem;width:22.375rem;top:3.6875rem;left:42.1875rem;display:block; }#k2B3l16DptAsKDOlWLlRSHpG6rQ7ZUF6.adaptive-delivery-prevent-bg, #k2B3l16DptAsKDOlWLlRSHpG6rQ7ZUF6.lazyload, #k2B3l16DptAsKDOlWLlRSHpG6rQ7ZUF6.lazyloading { background-image: none; }
#nhqfaOI4foDzk1DCyozwvSZduQxbP1ST { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:29rem;left:5.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nhqfaOI4foDzk1DCyozwvSZduQxbP1ST li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nhqfaOI4foDzk1DCyozwvSZduQxbP1ST li:before{  }
#g0Tb7MlzKMBA7Kqew1QbV0Tg8i4wx47y { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.2;letter-spacing:0;top:18.9375rem;left:5.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#g0Tb7MlzKMBA7Kqew1QbV0Tg8i4wx47y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0Tb7MlzKMBA7Kqew1QbV0Tg8i4wx47y li:before{  }
#Xam1bFnB1goKxoRVIe90lgWyts26IOQM { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;top:22.1875rem;left:5.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Xam1bFnB1goKxoRVIe90lgWyts26IOQM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xam1bFnB1goKxoRVIe90lgWyts26IOQM li:before{  }
#cFTQZESHZKZqc8ZMuUSZpvpaszRsLTZ1 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:25.625rem;left:5.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cFTQZESHZKZqc8ZMuUSZpvpaszRsLTZ1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cFTQZESHZKZqc8ZMuUSZpvpaszRsLTZ1 li:before{  }
#yli3uwJRlk4CzgQWZ5sKyqiu3UieQRi2 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:32.1875rem;left:5.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yli3uwJRlk4CzgQWZ5sKyqiu3UieQRi2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yli3uwJRlk4CzgQWZ5sKyqiu3UieQRi2 li:before{  }
#GiaCtNTur8MrQB51CanVT2Lnn92Fv1yo { position:absolute;display:block;z-index:100011;background-color:#05093a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:30.625rem;top:12.0625rem;left:40.937501907349rem;display:block; }
#Qu86T6J2DT57eGc1oftdi1PKvGQqEWzv { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2AHAbX5r/10169222_746119148801688_8126131350492931067_n.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem #000000 ;height:13.3125rem;width:22.375rem;top:3.6875rem;left:5.125rem;display:block; }#Qu86T6J2DT57eGc1oftdi1PKvGQqEWzv.adaptive-delivery-prevent-bg, #Qu86T6J2DT57eGc1oftdi1PKvGQqEWzv.lazyload, #Qu86T6J2DT57eGc1oftdi1PKvGQqEWzv.lazyloading { background-image: none; }
#gcP46sPPZ1gkkBn0M2e8uXGu0LT61TG8 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:32.1875rem;left:5.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TfyCLlzW0hvCmb6wlmntTJ7eirt8hhUv { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.2;letter-spacing:0;top:19.187499582768rem;left:42.187501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TfyCLlzW0hvCmb6wlmntTJ7eirt8hhUv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TfyCLlzW0hvCmb6wlmntTJ7eirt8hhUv li:before{  }
#XM2FPQJdwuUr0f4TqVGeFDNffvfrtAJB { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.2;letter-spacing:0;top:22.375rem;left:42.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XM2FPQJdwuUr0f4TqVGeFDNffvfrtAJB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XM2FPQJdwuUr0f4TqVGeFDNffvfrtAJB li:before{  }
#mlbsldKIcTEO0PLNPPKNUguquVb7u2um { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.2;letter-spacing:0;top:25.8125rem;left:42.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mlbsldKIcTEO0PLNPPKNUguquVb7u2um li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mlbsldKIcTEO0PLNPPKNUguquVb7u2um li:before{  }
#ryAUNZgkC5dBVcJvcIWsCKvSbrcmPRu6 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:29.1875rem;left:42.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ryAUNZgkC5dBVcJvcIWsCKvSbrcmPRu6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ryAUNZgkC5dBVcJvcIWsCKvSbrcmPRu6 li:before{  }
#LUrz6m2fnLAlREHR1ULbypCvWFfqZfLD { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.2;letter-spacing:0;top:32.125rem;left:42.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#LUrz6m2fnLAlREHR1ULbypCvWFfqZfLD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LUrz6m2fnLAlREHR1ULbypCvWFfqZfLD li:before{  }
#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row .container { background-color: transparent; background-image: none; }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row .container > .video-iframe-container { display: none; }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row > .video-iframe-container { display: none; }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .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); }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row .container { border-width: 0; border-radius: 0; }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#KTW1LJcZEonJPP4pDZVg9Rr3XyTyBJcg { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:5.375rem;left:26.6875rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#lyyvwXdfCx4OxArg6s6rLyxQd0ALm8qn { color:rgba(230,0,126,0.85);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.625rem;left:36.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a76Dsg8TUcAM52SAdApw94BgT9ME7VVG { position:absolute;display:block;z-index:100006;background-color:rgba(200,178,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:9.9375rem;left:49.375rem;display:block; }
#FrLFX9H5FCPpGxecV53pTEdZPq4ikNZ5 { position:absolute;display:block;z-index:100007;background-color:rgba(200,178,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:7.625rem;left:18.5rem;display:block; }
#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container { background-color: transparent; background-image: none; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container > .video-iframe-container { display: none; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row > .video-iframe-container { display: none; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .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); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container { border-width: 0; border-radius: 0; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container { font-size:0.875rem;font-family:arial;height:77.9375rem;width:75rem;position:relative;display:block; }#MdEFhJxewyFse9vB3UDMTO30J25zFJfZ { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3Af8Lhfb/31732017_1745700265510233_7341346513395646464_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.1875rem;width:32.0625rem;top:2.75rem;left:7.375rem;display:block; }#MdEFhJxewyFse9vB3UDMTO30J25zFJfZ.adaptive-delivery-prevent-bg, #MdEFhJxewyFse9vB3UDMTO30J25zFJfZ.lazyload, #MdEFhJxewyFse9vB3UDMTO30J25zFJfZ.lazyloading { background-image: none; }
#L0JVe4qqkegVFm0Lri0yfWGgZgu3F2gp { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4wefJWeM/31718487_1745700248843568_7959250813887447040_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:20rem;width:40rem;top:28.875rem;left:7.375rem;display:block; }#L0JVe4qqkegVFm0Lri0yfWGgZgu3F2gp.adaptive-delivery-prevent-bg, #L0JVe4qqkegVFm0Lri0yfWGgZgu3F2gp.lazyload, #L0JVe4qqkegVFm0Lri0yfWGgZgu3F2gp.lazyloading { background-image: none; }
#guPDrKBTWvuzwrgE9yTxc2yq9iPpgmh6 { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/vc540sJ8/31715163_1745699838843609_4397471737105612800_o.jpg");background-position:center 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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:20rem;width:20rem;top:28.9375rem;left:47.375001907349rem;display:block; }#guPDrKBTWvuzwrgE9yTxc2yq9iPpgmh6.adaptive-delivery-prevent-bg, #guPDrKBTWvuzwrgE9yTxc2yq9iPpgmh6.lazyload, #guPDrKBTWvuzwrgE9yTxc2yq9iPpgmh6.lazyloading { background-image: none; }
#psTe0zibg5ILxT8K3Fl0s1VZVHellS64 { position:absolute;display:block;z-index:100021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/fvXcofBe/28685332_1690735874340006_7257183090996240104_n.jpg");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;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:18.625rem;width:18.625rem;top:48.875rem;left:28.812501907349rem;display:block; }#psTe0zibg5ILxT8K3Fl0s1VZVHellS64.adaptive-delivery-prevent-bg, #psTe0zibg5ILxT8K3Fl0s1VZVHellS64.lazyload, #psTe0zibg5ILxT8K3Fl0s1VZVHellS64.lazyloading { background-image: none; }
#k8PHUOL4HCW32Q7OdMeqD3RusmpWF54y { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.9;letter-spacing:0;top:4.8125rem;left:40.125001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#k8PHUOL4HCW32Q7OdMeqD3RusmpWF54y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k8PHUOL4HCW32Q7OdMeqD3RusmpWF54y li:before{  }
#NP3b0ANpNSL0qHfmCQJfQFN8JNy6RpSF { color:rgba(230,0,126,0.85);display:block;width:23.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:41.875001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xxrg73c3xRcuNqUoFX8c3CK1d3Q7MNoC { color:rgba(230,0,126,0.85);display:block;width:19.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:51.5625rem;left:7.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uf982E0UPn4cHeKOLNzf7ZheebFlbB3O { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.9;letter-spacing:0;top:54.3125rem;left:7.375rem;height:8.5503375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OXXoTlXyUiEV98idfhpyF4N225f9eZon { color:rgba(230,0,126,0.85);display:block;width:22.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:51.5625rem;left:49.812501907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJa3fIoZqhL79fhqmoyfQtqlbT303fn6 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100025;line-height:1.9;letter-spacing:0;top:53.1875rem;left:48.875001907349rem;height:12.825525rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWWTEnc6GWyVy9qUAR2lvp9y6ts5bMrC { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block;z-index:100022;top:25.0625rem;left:61.1875rem;display:block; }
#grLnA1p1NsHtzs13L8qeDuX83Czkd19q { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block;z-index:100023;top:25.0625rem;left:64.3125rem;display:block; }
#UmpSq8O8OoEFJfkP5a74rHTgG6AdHVcB { position:absolute;display:block;z-index:100005;background-color:rgba(230,0,126,0.85);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;height:2rem;width:17.9375rem;top:60.649215698243rem;left:7.3125rem;display:block; }
#q4ErF3hWoTyv0vmvNfRf1swFkKNV3las { position:absolute;display:block;z-index:100024;background-color:rgba(230,0,126,0.85);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;height:2rem;width:17.6875rem;top:55.287498474121rem;left:48.687501907349rem;display:block; }
#AtRWkGFa04awaANBhwndEPoSZGcJdTDZ { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.9;letter-spacing:0;top:4.4375rem;left:40.125rem;height:19.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#AtRWkGFa04awaANBhwndEPoSZGcJdTDZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AtRWkGFa04awaANBhwndEPoSZGcJdTDZ li:before{  }
#BMMCT5oDTnV5V7qWylTvpwZnOu9ZXQqZ { position:absolute;display:block;z-index:100001;background-color:#00073a;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;height:3.625rem;width:19.4375rem;top:13.3125rem;left:1rem;display:none; }
#qQbUD69I1In2pwFK0FgHWOXRcxeP5GVR { position:absolute;display:block;z-index:100001;background-color:#00073a;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;height:3.625rem;width:19.4375rem;top:13.3125rem;left:1rem;display:none; }
#MSAt5WmUAa8qAPMsCCJXh2tNzQr1nLFA { position:absolute;display:block;z-index:100001;background-color:#00073a;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;height:3.625rem;width:19.4375rem;top:13.3125rem;left:1rem;display:none; }
#vTTOL5LhAkvo9l0VLVhWHms7xvWTbGuT { position:absolute;display:block;z-index:100024;background-color:rgba(230,0,126,0.85);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;height:2rem;width:17.6875rem;top:53.975006103516rem;left:48.687501907349rem;display:none; }
#IobZyAcGUMAsPaBXKlqLDiTuiyBvgQXM { z-index:100012;top:70.875007629394rem;left:30.250001907349rem;background-color:rgba(230,0,126,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,7,58,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GNfTOhCNmT3MaliD9lZgTk2mpC4xqvV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k6qgGfgUwBUJ5WGZL0PKofgcf8Ei05LT { color:rgba(255,255,255,0.85);display:block;width:23.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:25.862500667572rem;left:40.125001907349rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row .container { background-color: transparent; background-image: none; }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row .container > .video-iframe-container { display: none; }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row > .video-iframe-container { display: none; }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .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); }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row .container { border-width: 0; border-radius: 0; }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#I0KfzU5FaNxNNp5LiUoG4tBHTztiBV0r { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:0.25rem;left:14.562501192093rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#gnfW4FFkmLZ9zyqPNf7fF80FGr6TJiXP { color:rgba(230,0,126,0.85);display:block;width:35.875rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.062501192093rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pHbGhvmeIXAapCdbO9tgZPiv4AbEwi5V { position:absolute;display:block;z-index:100006;background-color:rgba(200,178,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:4.8125rem;left:65.687501192094rem;display:block; }
#hea9FuI5BE4NQsJTN2Olht6biqCxks8V { position:absolute;display:block;z-index:100007;background-color:rgba(200,178,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:2.5rem;left:6.0625002384186rem;display:block; }
#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container { background-color: transparent; background-image: none; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container > .video-iframe-container { display: none; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row > .video-iframe-container { display: none; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .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); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container { border-width: 0; border-radius: 0; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#CtfTR9sqOd0DDpOqdysc5GAdUgqIReDv { position:absolute;display:block;z-index:100011;height:28.125rem;width:35rem;top:4.25rem;left:1.7695314884186rem;display:block; }
#p1yTJUTrgt5eTz5bST0IbsSIkHFruCRu { position:absolute;display:block;z-index:100010;height:28.125rem;width:35rem;top:4.25rem;left:38.093751192093rem;display:block; }
#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/c20fa3Rd/background_1409028.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb.adaptive-delivery-prevent-bg, #mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb.lazyload, #mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb.lazyloading { background-image: none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container { background-color: transparent; background-image: none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,0,126,0.85); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container > .video-iframe-container { display: none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,0,126,0.85); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row > .video-iframe-container { display: none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .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); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container { border-width: 0; border-radius: 0; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#wieNQiW2aszOQ1BdnGKtz32OFBVA4veJ { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:6.75rem;left:12.375rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#JqfFPmzw0o7KPEG70kdLJ4FMF8GhrKZA { color:#00073a;display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:33.6875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H0CHsUgst3iJMJyNkCTGi5uBEECxTvLM { position:absolute;display:block;z-index:100006;background-color:rgba(0,7,58,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:11rem;left:64.625rem;display:block; }
#Ap7HlpoP07iUTAli57Wpu3IFRW5TJsfT { position:absolute;display:block;z-index:100007;background-color:rgba(0,7,58,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:7.125rem;top:9rem;left:3.3125rem;display:block; }
#S9eUMIGKq4AgsCALCP1xIN9MDnLSm6sO { z-index:100009;top:16.5625rem;left:23.09375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,7,58,0.5) ;box-sizing:border-box;color:#00073a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B2vwb2zEXdmLrdWwPvEddO6NfOllZpTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05093a;background-image:none;position:relative;z-index:auto;display:block; }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row .container { background-color: transparent; background-image: none; }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row .container > .video-iframe-container { display: none; }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row > .video-iframe-container { display: none; }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .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); }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row .container { border-width: 0; border-radius: 0; }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#BHWaipyQsFIlcvrAdioqg6C8aJJA1sJb { color:#ec008c;display:block;width:15.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100008;line-height:1.8;letter-spacing:0;top:1.0625rem;left:55.000001907349rem;height:1.7995875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#V6tnXCnUBVWRF8p5ztmTp5gAKCiCGkHk { box-sizing:content-box;color:rgba(230,0,126,0.85);font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.125rem;left:70.06249809265rem;display:block; }
#WvGHtsdOvmTi3CtAra3uC9aFHNDcr6dD { box-sizing:content-box;color:rgba(230,0,126,0.85);font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:3.3117065429688rem;left:70.31249809265rem;display:block; }
#ECct3TAWgVk4XAkOA1AZtMLRThrmwdM4 { color:#ec008c;display:block;width:14.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:3.9992065429688rem;left:55.312501907349rem;height:1.7995875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ELQi3FW354BlmEWrCPsVO7WxAfkIm6J8 { color:#ffffff;display:block;width:30.249rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1.9;letter-spacing:0;top:1.0617408752441rem;left:0rem;height:4.74989375rem;text-align:left;text-align-last:left;display:block; }
#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010219;background-image:none;position:relative;display:block; }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row .container { background-color: transparent; background-image: none; }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row .container > .video-iframe-container { display: none; }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row > .video-iframe-container { display: none; }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .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); }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row .container { border-width: 0; border-radius: 0; }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#OD7q909UtFIvrVpLVATeglTR5FxVS3xx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:0.64431381225588rem;left:79.624999046325rem;height:0.97439375rem;display:block; }
#ZXsikZ1WsKJynhlkKTqR89DiINPx7yar { color:#ffffff;display:block;width:21.624375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.074764251709rem;left:0rem;height:0.97439375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ { display:block; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHh45TlnnoSoyWQwNkKpmnFyN57551UF { width:10.75rem;height:1.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0vcD7g6MLV03g4PzIft76dBXfVX8TQI { top:1rem;left:0rem;width:4.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMnpm2fLt9uJXqsGueJdvmXayTOaGnvl { display:block; }
 }@media only screen and (max-width: 763px) { #PLJrzom1uLqFUStXtwtzWpt8eSJFhdIS { top:1.0625rem;left:3.5rem;width:5.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNMXNMAmBzPvmgb8SztgXr9X8DFKm1Ib { display:block; }
 }@media only screen and (max-width: 763px) { #CdfT0wTUkkmEtzo6CAtIgIhUofBbJhB8 { top:1rem;left:8.75rem;width:6.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHfWwP58Kbf1KbLyZuSBcId1VJAdTe4c { display:block; }
 }@media only screen and (max-width: 763px) { #r1IdytiAXF9HUHlf21fdCGiRPmvxrlfR { top:1rem;left:15rem;width:6.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBgnqiTXFLm2773BSnNrTCAFlhVEwXn0 { display:block; }
 }@media only screen and (max-width: 763px) { #kPNAbCzmlgsMnntvcWwhssDtUQByPtcD { top:0rem;left:35.25rem;width:12.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhVXg28xD7WlsmL6iGQy4vGxEWED8npa { display:block; }
 }@media only screen and (max-width: 763px) { #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx2swvhU1HuTKumgacHOfLWmvdVHAA8p { width:47.75rem;height:8.125rem;top:9.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSUfVtlyeqRMxRlS4DxvTT9FngHsnM2l { top:33.75rem;left:27.875rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssG5mOUxITCnvc1SBsereGGTITtrh5Md { display:block; }
 }@media only screen and (max-width: 763px) { #aSSudKWX3nKkTrlSXyW4cBfb6SA5T9R7 { width:43.25rem;height:7.3125rem;top:20.125rem;left:2.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBusySGVfK7ZCaEaLHCW6mZPAfePqNef { top:33.75rem;left:4.3125rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zJ4btGh75y7CSPLBztL12XrNV6XAIC { display:block; }
 }@media only screen and (max-width: 763px) { #ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl { display:none; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tF7h4wSkOx1nw7LtGa5pXTXVeBW8xp09 { width:47.75rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABr3BF3cbicwm9zaEm4HkSQJVgqyT2Vd { top:0rem;left:35.25rem;width:12.5rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1Z3toRTCF32R7uXa5GIdNSC4zRLaQsd { display:block; }
 }@media only screen and (max-width: 763px) { #KtEaOHt6uaBXAFR47638k3wBtLGHRonk { display:block; }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K79J7h3a6r0brFmavid73nPLlvcM2ImT { display:block; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8fM0vy2ioXOiAG8I0P1CSmU44am68mW { width:20.4375rem;height:2.9375rem;top:12rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnMpKHEuq4Ea01QRxzMZfAVRcBg66GeF { width:19.5rem;height:3.25rem;top:8.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCf5XoLC9K3rKPUJe3eMLB46OTxlHzVL { width:3.125rem;height:0.25rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5LtZfGOxoL6TPMuCafuy92ybUwwUeW9 { width:40.125rem;height:15.25rem;top:4.1875rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us3qFqCovDbBBQyC5QOsVmF7zA5ux13Q { width:3.125rem;height:0.25rem;top:13.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3KT281nQzK0z688TURyxudyT8O4ChOW { display:block; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJxzgbukDQgw0BzAC1MLTTe2WGxI1CFh { width:14.1875rem;height:4.75rem;top:2.375rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmVUeZzhH7qf6w5JVRpDT8rHhWA0nkw { width:17.375rem;height:4.875rem;top:4rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbLhs9gdqAqwBEIXRm78UCJcx8OULX9f { width:7.125rem;height:0.25rem;top:6.5625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1NmFwDwFctvWsRV3TDOzQgb2kV9OrTk { width:7.125rem;height:0.25rem;top:4.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 { display:block; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAuzsT67nTVTJ07M6TK1egvWePZXo4QO { width:9.375rem;height:9.375rem;top:1rem;left:3.25rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ1BF3mTyUK27S2G09poHHVt7aT4nQH9 { width:17.1875rem;height:1.625rem;top:10.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7VXV5rDaZ50S11kVr7c2fT3QTocf560 { width:20.25rem;height:9rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1FxBzkdOQaWBRNdHsH6SubgTJkAL1mv { width:20.25rem;height:9rem;top:13.1875rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzBoNfQuaJky1KwcQAvGOTNEOmZF3Lm0 { width:9.375rem;height:9.375rem;top:1rem;left:19.125rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWI5VbrIdN9BLi8TelpyXbt62skbvhSv { width:17.1875rem;height:1.625rem;top:10.3125rem;left:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMz70u819sP7R03qTJXp2Q8oNW4PQUee { width:20.25rem;height:9rem;top:13.1875rem;left:27.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqKTVsFM25zP1omGq4H7xWa4OhsIc6Nh { width:17.1875rem;height:1.625rem;top:10.3125rem;left:30.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzbqc93vBLdRJ1abD979CpRJTTkTh0pc { width:9.375rem;height:9.375rem;top:1rem;left:35rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T { display:block; }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRkyInzoWNPVtTET62ZKu111G0Nbl8U5 { width:20.375rem;height:4.75rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDoTITRIUsnGgwuM4ro0yxrSEoDWwZA8 { width:47rem;height:4.875rem;top:6.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTyrtoKXUy28JA0Tekb276lEMBtITyql { width:7.125rem;height:0.25rem;top:9.25rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4nfhEkQ8kPhsSOIpIK4G56TcFda5p6m { width:7.125rem;height:0.25rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc { display:block; }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coVdV3XCsdPcl7F7MtnLEp7O44frC4vK { width:13.1875rem;height:4.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2r3BJtNe4TeA6BVCxlwFFMwGbF3ONw { width:10.875rem;height:3.6875rem;top:2.75rem;left:36.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKAPysOwNyTbrgryWvaxo9EczWNy64Hf { width:13.875rem;height:4.6875rem;top:2.25rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrI0B0KwLukQuTVnvckLEko4lNFlvO6C { width:14.0625rem;height:4.9375rem;top:2.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH { display:block; }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFO3d8Q3VTndOyZpliPwUNzL41DVbWi3 { width:15.8125rem;height:5.1875rem;top:2.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCvLMAd8GIHLTeaAikltz2ItyfEmhFLv { width:15rem;height:6.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s34manDu5lpJLcEDy7lEmmD5we6Vk173 { width:10.125rem;height:3.4375rem;top:3rem;left:24.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5F78QE9618ddoQvXtQpTi1louPuzAsQ { width:13rem;height:4.5625rem;top:2.4375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb { display:block; }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpM7byvJeHRZqBqLN7GcaanfI8iO7CUl { width:13.75rem;height:4.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsR6HyFJmGid10TT4gwPCipsggPuI65 { width:11.4375rem;height:3.9375rem;top:2.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaszU0XKyIvsU3i3tZQsnECSFE0slvcM { width:12.0625rem;height:4.3125rem;top:2.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4zFui6tSNhq33KKddBbzA1u4QLCUoq { width:12.0625rem;height:4.3125rem;top:2.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVowR148snAf8heJWpF7JoNoiaWvoUO1 { display:block; }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcsvTcJalElwFfrgyuioDop5hc7uclCh { width:12.6875rem;height:4.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNQZTlhzus3wZeeNMag56XlzTu298gDv { width:12.375rem;height:3.9375rem;top:2.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ7XTqMHDihWw96qTqQ030cFgX8mTLkO { width:12rem;height:6.5625rem;top:1.3125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7iSfvsmxkDB9BZLtvg9D5B7TAO7drxW { width:12rem;height:6.5625rem;top:1.3125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH { display:block; }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leDIwc2k8FkrzZm2IcbMGuO0PMWdMPMS { width:11.5rem;height:4.0625rem;top:2.6875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP9noiyJkTitECG3I1TG14IfG7oCABvo { width:11.3125rem;height:3.75rem;top:2.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP2Weza7HwxTGC3kfrlT4SxDm8mJNMLX { width:11.25rem;height:3.875rem;top:2.75rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlcx3OCTVW1Bv6rtK79puENOU0l4mB4c { width:10.875rem;height:3.6875rem;top:2.875rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi { display:block; }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgFXiv2TGWfKTUcph9mbn3xT0DgE3gCE { width:15rem;height:5.9375rem;top:1.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVWryF1PebPZHq1EKg3dQ5Gtpg86TCps { width:6.625rem;height:5.875rem;top:1.75rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhOitWsrI3gqZvUGBwTDqqp7bkONLUT6 { width:10.875rem;height:5.5625rem;top:1.9375rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcmbC4VkTo2mFxk7onWTr5VIQuTWzzD { width:10.875rem;height:3.6875rem;top:2.875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa { display:block; }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9T81lZqqfco19X2oAf0uzl6GncB7Zlw { display:block; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfiH39t66lQl2TUyx1329hbFWBIUquGd { width:14.1875rem;height:4.75rem;top:1.625rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb88vlJMlSl5ixQqhHsXCNGJS7hTPQxr { width:12.875rem;height:4.875rem;top:3.25rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUWOhH3qEyozn1JEdRNOeudE2tmiViwB { width:7.125rem;height:0.25rem;top:6.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeXMZyXh4zak0WdJ5GagGilB5460HSnb { width:7.125rem;height:0.25rem;top:3.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR { display:block; }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gai6qJbIxJTd6nWQdh3lXqKPEKPbDiei { width:33.25rem;height:4.75rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQuSpmuFAQv0Eg6CcmgShIoqSHm8JuS { width:35rem;height:19.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kowU7f1ywauecNog2VPwKCTwgGZEkwEc { width:35rem;height:7.5rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #thUSbnEXoNVQV3DmyUidrDy0g71mqSuS { width:36.5rem;height:4.75rem;top:1rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifE7S1OyU5gqpRCtnsHDgaogsEgLf3Uy { width:35rem;height:19.25rem;top:7.25rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1mIwHnLWWGLHNGLXfyopbeiHQR6uFNF { width:35rem;height:6rem;top:27.9375rem;left:12.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnwDLwL32yo2reI29Ui2TK71rT8fEhgN { display:block; }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6KkHQHsm1J2TJhOfgC4q59eoDEVSTUf { width:36.5rem;height:4.75rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP3JJodkx51wq9VWdXoeTEVPC6w6Aym4 { width:35rem;height:19.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0cgaqUVUOHpc93BHqHrH8Gz8bzW0rl8 { width:35rem;height:7.5rem;top:27.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxDf9crChgn3tsJ3G2HP9mL7OdOBxKw6 { width:36.5rem;height:4.75rem;top:1.3125rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD4NTLMP8OlMcS2CIMtyAxbS9l1dgQIa { width:35rem;height:19.25rem;top:6.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC4dpX6HGkXKsoQcEpGFUEtQoVk2XkHA { width:35rem;height:6rem;top:27.375rem;left:12.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq { display:block; }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF0hHxTMMXvaDK8XGtHcHFprNpTk6mmn { width:35rem;height:6rem;top:12.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGlW8WqqQLvz1IyzpqFBJQdMw9UcZv9U { width:36.5rem;height:4.75rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRmQ2emReUCWJ4Vgk3SudQyZqn87sOIw { width:35rem;height:19.25rem;top:4.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH { display:block; }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZFbf4fT34n8SIlBgxkfru5ITgSUk7kq { width:47.75rem;height:7.5rem;top:4.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v73e72OoWuBZLVJD1zWn5TDBrwTtlZcn { width:45.6875rem;height:7rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiu0gBFahEIsuPUJIH9o0AVMfmyPNqr0 { top:17.8125rem;left:32rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8DHOhQP3PN19adGhswEdkMUTpk0f884 { display:block; }
 }@media only screen and (max-width: 763px) { #OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a { display:block; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcphEnmS5lEvOrFT5Q9MeB1XDL0sizw { width:20.1875rem;height:4.75rem;top:5.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAbI7sBPGCgI1fdt2Ks3xfZwONwmZLGz { width:39rem;height:4.875rem;top:7.0625rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqWzitH8qJxNQPlE7WnbgmiRvMZEwo3e { width:7.125rem;height:0.25rem;top:9.875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEwLJmPdysB5eBVgztzxHZ0KVtnNndIW { width:7.125rem;height:0.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2hocbu5QTAEHMQB500df3QNA3QLSTGP { display:block; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcsBqTi39ap0cilsi9pI2T21KTbLbQBf { width:30.625rem;height:27.75rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2B3l16DptAsKDOlWLlRSHpG6rQ7ZUF6 { width:22.375rem;height:13.3125rem;top:3.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqfaOI4foDzk1DCyozwvSZduQxbP1ST { width:26.1875rem;height:;top:29rem;left:0rem;font-size:1rem;display:block; }#nhqfaOI4foDzk1DCyozwvSZduQxbP1ST li:before{  }
 }@media only screen and (max-width: 763px) { #g0Tb7MlzKMBA7Kqew1QbV0Tg8i4wx47y { width:26.1875rem;height:;top:18.9375rem;left:0rem;font-size:1rem;display:block; }#g0Tb7MlzKMBA7Kqew1QbV0Tg8i4wx47y li:before{  }
 }@media only screen and (max-width: 763px) { #Xam1bFnB1goKxoRVIe90lgWyts26IOQM { width:26.1875rem;height:;top:22.1875rem;left:0rem;font-size:1rem;display:block; }#Xam1bFnB1goKxoRVIe90lgWyts26IOQM li:before{  }
 }@media only screen and (max-width: 763px) { #cFTQZESHZKZqc8ZMuUSZpvpaszRsLTZ1 { width:26.1875rem;height:;top:25.625rem;left:0rem;font-size:1rem;display:block; }#cFTQZESHZKZqc8ZMuUSZpvpaszRsLTZ1 li:before{  }
 }@media only screen and (max-width: 763px) { #yli3uwJRlk4CzgQWZ5sKyqiu3UieQRi2 { width:26.1875rem;height:;top:32.1875rem;left:0rem;font-size:1rem;display:block; }#yli3uwJRlk4CzgQWZ5sKyqiu3UieQRi2 li:before{  }
 }@media only screen and (max-width: 763px) { #GiaCtNTur8MrQB51CanVT2Lnn92Fv1yo { width:30.625rem;height:27.75rem;top:12.0625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu86T6J2DT57eGc1oftdi1PKvGQqEWzv { width:22.375rem;height:13.3125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcP46sPPZ1gkkBn0M2e8uXGu0LT61TG8 { width:20rem;height:1.5rem;top:25.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfyCLlzW0hvCmb6wlmntTJ7eirt8hhUv { width:26.1875rem;height:;top:19.125rem;left:21.5625rem;font-size:1rem;display:block; }#TfyCLlzW0hvCmb6wlmntTJ7eirt8hhUv li:before{  }
 }@media only screen and (max-width: 763px) { #XM2FPQJdwuUr0f4TqVGeFDNffvfrtAJB { width:26.1875rem;height:;top:22.3125rem;left:21.5625rem;font-size:1rem;display:block; }#XM2FPQJdwuUr0f4TqVGeFDNffvfrtAJB li:before{  }
 }@media only screen and (max-width: 763px) { #mlbsldKIcTEO0PLNPPKNUguquVb7u2um { width:26.1875rem;height:;top:25.75rem;left:21.5625rem;font-size:1rem;display:block; }#mlbsldKIcTEO0PLNPPKNUguquVb7u2um li:before{  }
 }@media only screen and (max-width: 763px) { #ryAUNZgkC5dBVcJvcIWsCKvSbrcmPRu6 { width:26.1875rem;height:;top:29.125rem;left:21.5625rem;font-size:1rem;display:block; }#ryAUNZgkC5dBVcJvcIWsCKvSbrcmPRu6 li:before{  }
 }@media only screen and (max-width: 763px) { #LUrz6m2fnLAlREHR1ULbypCvWFfqZfLD { width:26.1875rem;height:;top:32.125rem;left:21.5625rem;font-size:1rem;display:block; }#LUrz6m2fnLAlREHR1ULbypCvWFfqZfLD li:before{  }
 }@media only screen and (max-width: 763px) { #Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s { display:block; }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTW1LJcZEonJPP4pDZVg9Rr3XyTyBJcg { width:14.1875rem;height:4.75rem;top:5.375rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyyvwXdfCx4OxArg6s6rLyxQd0ALm8qn { width:12.5rem;height:4.875rem;top:7.625rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76Dsg8TUcAM52SAdApw94BgT9ME7VVG { width:7.125rem;height:0.25rem;top:9.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrLFX9H5FCPpGxecV53pTEdZPq4ikNZ5 { width:7.125rem;height:0.25rem;top:7.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO { display:block; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdEFhJxewyFse9vB3UDMTO30J25zFJfZ { width:32.0625rem;height:26.1875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0JVe4qqkegVFm0Lri0yfWGgZgu3F2gp { width:40rem;height:20rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guPDrKBTWvuzwrgE9yTxc2yq9iPpgmh6 { width:20rem;height:20rem;top:28.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTe0zibg5ILxT8K3Fl0s1VZVHellS64 { width:18.625rem;height:18.625rem;top:48.875rem;left:15.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8PHUOL4HCW32Q7OdMeqD3RusmpWF54y { width:27.0625rem;height:;top:4.8125rem;left:20.6875rem;font-size:1rem;display:none; }#k8PHUOL4HCW32Q7OdMeqD3RusmpWF54y li:before{  }
 }@media only screen and (max-width: 763px) { #NP3b0ANpNSL0qHfmCQJfQFN8JNy6RpSF { width:23.9375rem;height:1.625rem;top:1.8125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxrg73c3xRcuNqUoFX8c3CK1d3Q7MNoC { width:19.625rem;height:1.625rem;top:51.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf982E0UPn4cHeKOLNzf7ZheebFlbB3O { width:20.375rem;height:8.5rem;top:54.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXXoTlXyUiEV98idfhpyF4N225f9eZon { width:22.125rem;height:1.625rem;top:51.5625rem;left:25.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJa3fIoZqhL79fhqmoyfQtqlbT303fn6 { width:18.75rem;height:12.875rem;top:53.1875rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWTEnc6GWyVy9qUAR2lvp9y6ts5bMrC { width:3.125rem;height:3.125rem;top:25.0625rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grLnA1p1NsHtzs13L8qeDuX83Czkd19q { width:3.125rem;height:3.125rem;top:25.0625rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmpSq8O8OoEFJfkP5a74rHTgG6AdHVcB { width:17.9375rem;height:2rem;top:60.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4ErF3hWoTyv0vmvNfRf1swFkKNV3las { width:17.6875rem;height:2rem;top:55.25rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRWkGFa04awaANBhwndEPoSZGcJdTDZ { width:20rem;height:;top:4.4375rem;left:0rem;font-size:1rem;display:none; }#AtRWkGFa04awaANBhwndEPoSZGcJdTDZ li:before{  }
 }@media only screen and (max-width: 763px) { #BMMCT5oDTnV5V7qWylTvpwZnOu9ZXQqZ { width:19.4375rem;height:3.625rem;top:13.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQbUD69I1In2pwFK0FgHWOXRcxeP5GVR { width:19.4375rem;height:3.625rem;top:13.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSAt5WmUAa8qAPMsCCJXh2tNzQr1nLFA { width:19.4375rem;height:3.625rem;top:13.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTTOL5LhAkvo9l0VLVhWHms7xvWTbGuT { width:17.6875rem;height:2rem;top:53.9375rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IobZyAcGUMAsPaBXKlqLDiTuiyBvgQXM { top:70.875rem;left:16.625001907349rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNfTOhCNmT3MaliD9lZgTk2mpC4xqvV8 { display:block; }
 }@media only screen and (max-width: 763px) { #k6qgGfgUwBUJ5WGZL0PKofgcf8Ei05LT { width:23.9375rem;height:1.4375rem;top:25.8125rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD { display:block; }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0KfzU5FaNxNNp5LiUoG4tBHTztiBV0r { width:23.25rem;height:4.75rem;top:0.25rem;left:0.93750119209287rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnfW4FFkmLZ9zyqPNf7fF80FGr6TJiXP { width:35.875rem;height:0.125rem;top:2.5rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHbGhvmeIXAapCdbO9tgZPiv4AbEwi5V { width:7.125rem;height:0.25rem;top:4.8125rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hea9FuI5BE4NQsJTN2Olht6biqCxks8V { width:7.125rem;height:0.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 { display:block; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtfTR9sqOd0DDpOqdysc5GAdUgqIReDv { width:35rem;height:28.125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1yTJUTrgt5eTz5bST0IbsSIkHFruCRu { width:35rem;height:28.125rem;top:4.25rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb { display:none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wieNQiW2aszOQ1BdnGKtz32OFBVA4veJ { width:30.25rem;height:4.75rem;top:6.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqfFPmzw0o7KPEG70kdLJ4FMF8GhrKZA { width:31.25rem;height:4.875rem;top:9.1875rem;left:16.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0CHsUgst3iJMJyNkCTGi5uBEECxTvLM { width:7.125rem;height:0.25rem;top:11rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap7HlpoP07iUTAli57Wpu3IFRW5TJsfT { width:7.125rem;height:0.25rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9eUMIGKq4AgsCALCP1xIN9MDnLSm6sO { top:16.5625rem;left:9.46875rem;width:28.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vwb2zEXdmLrdWwPvEddO6NfOllZpTe { display:block; }
 }@media only screen and (max-width: 763px) { #M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET { display:block; }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHWaipyQsFIlcvrAdioqg6C8aJJA1sJb { width:15.125rem;height:1.75rem;top:1.0625rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6tnXCnUBVWRF8p5ztmTp5gAKCiCGkHk { width:4.6875rem;height:3.625rem;top:0.125rem;left:43.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvGHtsdOvmTi3CtAra3uC9aFHNDcr6dD { width:4.1875rem;height:3.25rem;top:3.25rem;left:43.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECct3TAWgVk4XAkOA1AZtMLRThrmwdM4 { width:14.8125rem;height:1.75rem;top:3.9375rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELQi3FW354BlmEWrCPsVO7WxAfkIm6J8 { width:30.1875rem;height:4.6875rem;top:1rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM { display:block; }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD7q909UtFIvrVpLVATeglTR5FxVS3xx { width:12.5rem;height:0.9375rem;top:1.25rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXsikZ1WsKJynhlkKTqR89DiINPx7yar { width:21.5625rem;height:0.9375rem;top:1.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#05093a;background-image:none;display:block; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ { position:relative;z-index:auto;display:none; }#tkRuyEfQegdaGTNoFUQ6xXV7LgFLhyxQ > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHh45TlnnoSoyWQwNkKpmnFyN57551UF { width:10.75rem;height:1.9375rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0vcD7g6MLV03g4PzIft76dBXfVX8TQI { top:21.625rem;left:6.5625rem;width:6.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMnpm2fLt9uJXqsGueJdvmXayTOaGnvl { display:block; }
 }@media only screen and (max-width: 763px) { #PLJrzom1uLqFUStXtwtzWpt8eSJFhdIS { top:4.4375rem;left:7.375rem;width:5.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNMXNMAmBzPvmgb8SztgXr9X8DFKm1Ib { display:block; }
 }@media only screen and (max-width: 763px) { #CdfT0wTUkkmEtzo6CAtIgIhUofBbJhB8 { top:8rem;left:6.875rem;width:6.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHfWwP58Kbf1KbLyZuSBcId1VJAdTe4c { display:block; }
 }@media only screen and (max-width: 763px) { #r1IdytiAXF9HUHlf21fdCGiRPmvxrlfR { top:11.5625rem;left:6.875rem;width:6.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBgnqiTXFLm2773BSnNrTCAFlhVEwXn0 { display:block; }
 }@media only screen and (max-width: 763px) { #kPNAbCzmlgsMnntvcWwhssDtUQByPtcD { top:15.125rem;left:3.75rem;width:12.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhVXg28xD7WlsmL6iGQy4vGxEWED8npa { display:block; }
 }@media only screen and (max-width: 763px) { #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/c20fa3Rd/background_1409028.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;display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.adaptive-delivery-prevent-bg, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyload, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyloading { background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { background-color: transparent; background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,8,58,0.84); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,8,58,0.84); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .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); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { border-width: 0; border-radius: 0; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx2swvhU1HuTKumgacHOfLWmvdVHAA8p { width:20rem;height:6.82454375rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSUfVtlyeqRMxRlS4DxvTT9FngHsnM2l { top:21.0625rem;left:2.6875rem;width:14.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssG5mOUxITCnvc1SBsereGGTITtrh5Md { display:block; }
 }@media only screen and (max-width: 763px) { #aSSudKWX3nKkTrlSXyW4cBfb6SA5T9R7 { width:17.5625rem;height:3.8981125rem;top:13.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBusySGVfK7ZCaEaLHCW6mZPAfePqNef { top:25.75rem;left:2.6875rem;width:14.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zJ4btGh75y7CSPLBztL12XrNV6XAIC { display:block; }
 }@media only screen and (max-width: 763px) { #ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl { background-color:#05093a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row .container { background-color: transparent; background-image: none; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row .container > .video-iframe-container { display: none; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row > .video-iframe-container { display: none; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .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); }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row .container { border-width: 0; border-radius: 0; }#ryg9V0HTf6yGGCR3tsNCdwiHsOupwAKl > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF7h4wSkOx1nw7LtGa5pXTXVeBW8xp09 { top:0.78125rem;left:0rem;width:8.125rem;height:1.5rem;z-index:100008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ABr3BF3cbicwm9zaEm4HkSQJVgqyT2Vd { top:0rem;left:11.375rem;width:8.6875rem;height:3.0625rem;z-index:100012;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Z3toRTCF32R7uXa5GIdNSC4zRLaQsd { display:block; }
 }@media only screen and (max-width: 763px) { #KtEaOHt6uaBXAFR47638k3wBtLGHRonk { display:block; }#KtEaOHt6uaBXAFR47638k3wBtLGHRonk > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K79J7h3a6r0brFmavid73nPLlvcM2ImT { background-color:#05093a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;display:block; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container { background-color: transparent; background-image: none; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container > .video-iframe-container { display: none; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row > .video-iframe-container { display: none; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .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); }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container { border-width: 0; border-radius: 0; }#K79J7h3a6r0brFmavid73nPLlvcM2ImT > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8fM0vy2ioXOiAG8I0P1CSmU44am68mW { width:17.1875rem;height:2.125rem;top:4.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pnMpKHEuq4Ea01QRxzMZfAVRcBg66GeF { width:15.875rem;height:1.95rem;top:3.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCf5XoLC9K3rKPUJe3eMLB46OTxlHzVL { width:3.125rem;height:0.25rem;top:3.96875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5LtZfGOxoL6TPMuCafuy92ybUwwUeW9 { width:20rem;height:19.33919375rem;top:8.25rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Us3qFqCovDbBBQyC5QOsVmF7zA5ux13Q { width:3.125rem;height:0.25rem;top:7.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3KT281nQzK0z688TURyxudyT8O4ChOW { background-color:#05093a;background-image:none;display:block; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container { background-color: transparent; background-image: none; }#R3KT281nQzK0z688TURyxudyT8O4ChOW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container > .video-iframe-container { display: none; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row > .video-iframe-container { display: none; }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .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); }#R3KT281nQzK0z688TURyxudyT8O4ChOW > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJxzgbukDQgw0BzAC1MLTTe2WGxI1CFh { width:14.1875rem;height:2.125rem;top:3.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vAmVUeZzhH7qf6w5JVRpDT8rHhWA0nkw { width:18.375rem;height:1.95rem;top:4.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbLhs9gdqAqwBEIXRm78UCJcx8OULX9f { width:3.125rem;height:0.1875rem;top:5.25rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1NmFwDwFctvWsRV3TDOzQgb2kV9OrTk { width:3.125rem;height:0.1875rem;top:4.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 { background-color:#05093a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container { background-color: transparent; background-image: none; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container > .video-iframe-container { display: none; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row > .video-iframe-container { display: none; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .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); }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container { border-width: 0; border-radius: 0; }#sSBeVkoLMQiBG1ZK2TTO1FJwecG4QuB5 > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAuzsT67nTVTJ07M6TK1egvWePZXo4QO { width:9.375rem;height:9.375rem;top:0rem;left:5.3125rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ1BF3mTyUK27S2G09poHHVt7aT4nQH9 { width:17.1875rem;height:1.625rem;top:9.375rem;left:1.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7VXV5rDaZ50S11kVr7c2fT3QTocf560 { width:20rem;height:7.438125rem;top:11.6875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T1FxBzkdOQaWBRNdHsH6SubgTJkAL1mv { width:20rem;height:8.92575rem;top:32.9375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FzBoNfQuaJky1KwcQAvGOTNEOmZF3Lm0 { width:9.375rem;height:9.375rem;top:21.25rem;left:5.3125rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWI5VbrIdN9BLi8TelpyXbt62skbvhSv { width:17.1875rem;height:1.625rem;top:30.625rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMz70u819sP7R03qTJXp2Q8oNW4PQUee { width:20rem;height:7.438125rem;top:54.75rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CqKTVsFM25zP1omGq4H7xWa4OhsIc6Nh { width:17.1875rem;height:1.625rem;top:51.8125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzbqc93vBLdRJ1abD979CpRJTTkTh0pc { width:9.375rem;height:9.375rem;top:42.4375rem;left:5.375rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T { display:block; }#MDJ3TOCkiCpq5zHz9oL9nwH81UuT5T9T > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRkyInzoWNPVtTET62ZKu111G0Nbl8U5 { width:13.375rem;height:2.125rem;top:3.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZDoTITRIUsnGgwuM4ro0yxrSEoDWwZA8 { width:19.375rem;height:1.95rem;top:5.8125rem;left:0.625rem;text-align:right;text-align-last:right;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTyrtoKXUy28JA0Tekb276lEMBtITyql { width:3.125rem;height:0.1875rem;top:8.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4nfhEkQ8kPhsSOIpIK4G56TcFda5p6m { width:3.125rem;height:0.1875rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc { display:block; }#guS9DmxxbiTmHVt0RMQdLD4yNwIgpLqc > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coVdV3XCsdPcl7F7MtnLEp7O44frC4vK { width:6.6875rem;height:2.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2r3BJtNe4TeA6BVCxlwFFMwGbF3ONw { width:3.75rem;height:1.3125rem;top:1.53125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKAPysOwNyTbrgryWvaxo9EczWNy64Hf { width:4.625rem;height:2.1875rem;top:1.09375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrI0B0KwLukQuTVnvckLEko4lNFlvO6C { width:4.125rem;height:2.125rem;top:1.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH { display:block; }#NDdwGfciOyTfTn4Kx8RIQMx8h6c4SZdH > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFO3d8Q3VTndOyZpliPwUNzL41DVbWi3 { width:4.8125rem;height:2.1875rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCvLMAd8GIHLTeaAikltz2ItyfEmhFLv { width:2.9375rem;height:2.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s34manDu5lpJLcEDy7lEmmD5we6Vk173 { width:4.625rem;height:1.625rem;top:1.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5F78QE9618ddoQvXtQpTi1louPuzAsQ { width:2.75rem;height:2.125rem;top:1.25rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb { display:block; }#wbBfyAdIuiiB4X8ZyVJl8Jb0JfKmTyMb > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpM7byvJeHRZqBqLN7GcaanfI8iO7CUl { width:5.1875rem;height:1.8125rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsR6HyFJmGid10TT4gwPCipsggPuI65 { width:4.125rem;height:1.3125rem;top:0.84375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaszU0XKyIvsU3i3tZQsnECSFE0slvcM { width:4.4375rem;height:1.5625rem;top:0.71875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4zFui6tSNhq33KKddBbzA1u4QLCUoq { width:4.125rem;height:1.4375rem;top:0.78125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVowR148snAf8heJWpF7JoNoiaWvoUO1 { display:block; }#sVowR148snAf8heJWpF7JoNoiaWvoUO1 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcsvTcJalElwFfrgyuioDop5hc7uclCh { width:5rem;height:1.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNQZTlhzus3wZeeNMag56XlzTu298gDv { width:4.8125rem;height:1.5rem;top:1.21875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ7XTqMHDihWw96qTqQ030cFgX8mTLkO { width:2.6875rem;height:2.875rem;top:0.53125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7iSfvsmxkDB9BZLtvg9D5B7TAO7drxW { width:2.5rem;height:2.5625rem;top:0.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH { display:block; }#rhdp57lx9WAQDnAUADH3MaNMEOiVZ8CH > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leDIwc2k8FkrzZm2IcbMGuO0PMWdMPMS { width:4.4375rem;height:1.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP9noiyJkTitECG3I1TG14IfG7oCABvo { width:5.0625rem;height:2rem;top:0.90625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP2Weza7HwxTGC3kfrlT4SxDm8mJNMLX { width:5.0625rem;height:2.0625rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlcx3OCTVW1Bv6rtK79puENOU0l4mB4c { width:4.625rem;height:1.6875rem;top:1.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi { display:block; }#HOcNxp3kWEZeopHiSq6zxmew5VOGvCsi > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgFXiv2TGWfKTUcph9mbn3xT0DgE3gCE { width:4.9375rem;height:2.6875rem;top:0.53125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVWryF1PebPZHq1EKg3dQ5Gtpg86TCps { width:2.5625rem;height:2.4375rem;top:0.65625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhOitWsrI3gqZvUGBwTDqqp7bkONLUT6 { width:3.1875rem;height:2.25rem;top:0.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcmbC4VkTo2mFxk7onWTr5VIQuTWzzD { width:4.5rem;height:1.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa { display:block; }#G9Dx0yS4P2QCu4GiSNHTnWNsGogliANa > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9T81lZqqfco19X2oAf0uzl6GncB7Zlw { background-color:#05093a;background-image:none;display:block; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container { background-color: transparent; background-image: none; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container > .video-iframe-container { display: none; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row > .video-iframe-container { display: none; }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .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); }#M9T81lZqqfco19X2oAf0uzl6GncB7Zlw > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfiH39t66lQl2TUyx1329hbFWBIUquGd { width:14.1875rem;height:2.125rem;top:3.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cb88vlJMlSl5ixQqhHsXCNGJS7hTPQxr { width:18.375rem;height:1.95rem;top:5.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUWOhH3qEyozn1JEdRNOeudE2tmiViwB { width:3.125rem;height:0.1875rem;top:6rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeXMZyXh4zak0WdJ5GagGilB5460HSnb { width:3.125rem;height:0.1875rem;top:4.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR { display:block; }#cmfeiRGAm3RovRuH7KpAGOzh0F2slSaR > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gai6qJbIxJTd6nWQdh3lXqKPEKPbDiei { width:20rem;height:2.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NTQuSpmuFAQv0Eg6CcmgShIoqSHm8JuS { height:11rem;width:20rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kowU7f1ywauecNog2VPwKCTwgGZEkwEc { width:20rem;height:11.9010625rem;top:16.9375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #thUSbnEXoNVQV3DmyUidrDy0g71mqSuS { width:20rem;height:2.125rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ifE7S1OyU5gqpRCtnsHDgaogsEgLf3Uy { height:11rem;width:20rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1mIwHnLWWGLHNGLXfyopbeiHQR6uFNF { width:20rem;height:10.4134375rem;top:46.58984375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AnwDLwL32yo2reI29Ui2TK71rT8fEhgN { display:block; }#AnwDLwL32yo2reI29Ui2TK71rT8fEhgN > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6KkHQHsm1J2TJhOfgC4q59eoDEVSTUf { width:20rem;height:2.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RP3JJodkx51wq9VWdXoeTEVPC6w6Aym4 { height:11rem;width:20rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0cgaqUVUOHpc93BHqHrH8Gz8bzW0rl8 { width:20rem;height:10.4134375rem;top:16.875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wxDf9crChgn3tsJ3G2HP9mL7OdOBxKw6 { width:20rem;height:2.125rem;top:30.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UD4NTLMP8OlMcS2CIMtyAxbS9l1dgQIa { height:11rem;width:20rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC4dpX6HGkXKsoQcEpGFUEtQoVk2XkHA { width:20rem;height:8.92575rem;top:45.625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq { display:block; }#a6XEkV6tv4HAi2UtBHUOQ67xEiqUkTDq > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF0hHxTMMXvaDK8XGtHcHFprNpTk6mmn { width:20rem;height:8.92575rem;top:16.5615234375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UGlW8WqqQLvz1IyzpqFBJQdMw9UcZv9U { width:20rem;height:2.125rem;top:1.4853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sRmQ2emReUCWJ4Vgk3SudQyZqn87sOIw { height:11rem;width:20rem;top:4.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH { display:block; }#y87VFWlhTiT3ssW77cRBI1p3bLgLPvaH > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZFbf4fT34n8SIlBgxkfru5ITgSUk7kq { width:19.3125rem;height:7.0100625rem;top:2.1875rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #v73e72OoWuBZLVJD1zWn5TDBrwTtlZcn { width:20rem;height:7.64974375rem;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Tiu0gBFahEIsuPUJIH9o0AVMfmyPNqr0 { top:20.6875rem;left:2.125rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8DHOhQP3PN19adGhswEdkMUTpk0f884 { display:block; }
 }@media only screen and (max-width: 763px) { #OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a { background-color:#e6007e;background-image:none;display:block; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container { background-color: transparent; background-image: none; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container > .video-iframe-container { display: none; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row > .video-iframe-container { display: none; }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .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); }#OEgZbEIo8iXkAlF22MEHOmL8ZUTmFZ4a > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcphEnmS5lEvOrFT5Q9MeB1XDL0sizw { width:9.1875rem;height:2.125rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xAbI7sBPGCgI1fdt2Ks3xfZwONwmZLGz { width:16.8125rem;height:1.95rem;top:4.3125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqWzitH8qJxNQPlE7WnbgmiRvMZEwo3e { width:7.125rem;height:0.25rem;top:9.875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEwLJmPdysB5eBVgztzxHZ0KVtnNndIW { width:7.125rem;height:0.25rem;top:8.125rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2hocbu5QTAEHMQB500df3QNA3QLSTGP { background-color:#e6007e;background-image:none;display:block; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container { background-color: transparent; background-image: none; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container > .video-iframe-container { display: none; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row > .video-iframe-container { display: none; }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .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); }#B2hocbu5QTAEHMQB500df3QNA3QLSTGP > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcsBqTi39ap0cilsi9pI2T21KTbLbQBf { width:20rem;height:25rem;top:2.875rem;left:0rem;background-color:#05093a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k2B3l16DptAsKDOlWLlRSHpG6rQ7ZUF6 { width:14.6875rem;height:8.125rem;top:28.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqfaOI4foDzk1DCyozwvSZduQxbP1ST { width:20rem;height:1.5rem;top:19.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#nhqfaOI4foDzk1DCyozwvSZduQxbP1ST li:before{  }
 }@media only screen and (max-width: 763px) { #g0Tb7MlzKMBA7Kqew1QbV0Tg8i4wx47y { width:20rem;height:1.5rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#g0Tb7MlzKMBA7Kqew1QbV0Tg8i4wx47y li:before{  }
 }@media only screen and (max-width: 763px) { #Xam1bFnB1goKxoRVIe90lgWyts26IOQM { width:20rem;height:1.5rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#Xam1bFnB1goKxoRVIe90lgWyts26IOQM li:before{  }
 }@media only screen and (max-width: 763px) { #cFTQZESHZKZqc8ZMuUSZpvpaszRsLTZ1 { width:20rem;height:1.5rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#cFTQZESHZKZqc8ZMuUSZpvpaszRsLTZ1 li:before{  }
 }@media only screen and (max-width: 763px) { #yli3uwJRlk4CzgQWZ5sKyqiu3UieQRi2 { width:20rem;height:5.9982625rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#yli3uwJRlk4CzgQWZ5sKyqiu3UieQRi2 li:before{  }
 }@media only screen and (max-width: 763px) { #GiaCtNTur8MrQB51CanVT2Lnn92Fv1yo { width:20rem;height:21.625rem;top:31.625rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Qu86T6J2DT57eGc1oftdi1PKvGQqEWzv { width:14.6875rem;height:8.125rem;top:0.625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcP46sPPZ1gkkBn0M2e8uXGu0LT61TG8 { width:20rem;height:1.2744125rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #TfyCLlzW0hvCmb6wlmntTJ7eirt8hhUv { width:20rem;height:1.5rem;top:54.500000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#TfyCLlzW0hvCmb6wlmntTJ7eirt8hhUv li:before{  }
 }@media only screen and (max-width: 763px) { #XM2FPQJdwuUr0f4TqVGeFDNffvfrtAJB { width:20rem;height:1.5rem;top:57.250000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#XM2FPQJdwuUr0f4TqVGeFDNffvfrtAJB li:before{  }
 }@media only screen and (max-width: 763px) { #mlbsldKIcTEO0PLNPPKNUguquVb7u2um { width:20rem;height:1.5rem;top:60.000000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#mlbsldKIcTEO0PLNPPKNUguquVb7u2um li:before{  }
 }@media only screen and (max-width: 763px) { #ryAUNZgkC5dBVcJvcIWsCKvSbrcmPRu6 { width:20rem;height:1.5rem;top:62.750000953675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#ryAUNZgkC5dBVcJvcIWsCKvSbrcmPRu6 li:before{  }
 }@media only screen and (max-width: 763px) { #LUrz6m2fnLAlREHR1ULbypCvWFfqZfLD { width:20rem;height:4.4987rem;top:65.500000953675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#LUrz6m2fnLAlREHR1ULbypCvWFfqZfLD li:before{  }
 }@media only screen and (max-width: 763px) { #Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s { display:block; }#Ha4zd5CqIaQAJDDbQwIyOV5CDUQ5r56s > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTW1LJcZEonJPP4pDZVg9Rr3XyTyBJcg { width:14.1875rem;height:2.125rem;top:3.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lyyvwXdfCx4OxArg6s6rLyxQd0ALm8qn { width:12.5rem;height:1.95rem;top:4.4375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76Dsg8TUcAM52SAdApw94BgT9ME7VVG { width:3.125rem;height:0.1875rem;top:5.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrLFX9H5FCPpGxecV53pTEdZPq4ikNZ5 { width:3.125rem;height:0.1875rem;top:4.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO { background-color:transparent;background-image:none;display:block; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container { background-color: transparent; background-image: none; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container > .video-iframe-container { display: none; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row > .video-iframe-container { display: none; }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .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); }#a0bE9xJ8swRMA6WaZxW9ohc1EvPlqnFO > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdEFhJxewyFse9vB3UDMTO30J25zFJfZ { width:20rem;height:11.875rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0JVe4qqkegVFm0Lri0yfWGgZgu3F2gp { width:20rem;height:11.875rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guPDrKBTWvuzwrgE9yTxc2yq9iPpgmh6 { width:20rem;height:11.875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTe0zibg5ILxT8K3Fl0s1VZVHellS64 { width:20rem;height:11.875rem;top:16.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/fvXcofBe/28685332_1690735874340006_7257183090996240104_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#psTe0zibg5ILxT8K3Fl0s1VZVHellS64.adaptive-delivery-prevent-bg, #psTe0zibg5ILxT8K3Fl0s1VZVHellS64.lazyload, #psTe0zibg5ILxT8K3Fl0s1VZVHellS64.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k8PHUOL4HCW32Q7OdMeqD3RusmpWF54y { width:20rem;height:0;top:4.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:none; }#k8PHUOL4HCW32Q7OdMeqD3RusmpWF54y li:before{  }
 }@media only screen and (max-width: 763px) { #NP3b0ANpNSL0qHfmCQJfQFN8JNy6RpSF { width:18rem;height:1.29936875rem;top:2rem;left:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xxrg73c3xRcuNqUoFX8c3CK1d3Q7MNoC { width:13.25rem;height:2.7615rem;top:30.125rem;left:3.3749998807907rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf982E0UPn4cHeKOLNzf7ZheebFlbB3O { width:20rem;height:6.3737rem;top:33.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;z-index:100026;font-weight:400;font-style:normal;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #OXXoTlXyUiEV98idfhpyF4N225f9eZon { width:11.5625rem;height:1.462675rem;top:55.0625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OJa3fIoZqhL79fhqmoyfQtqlbT303fn6 { width:18.4375rem;height:9.56055rem;top:58.3125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;color:rgba(255,255,255,0.95);font-weight:400;font-style:normal;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWTEnc6GWyVy9qUAR2lvp9y6ts5bMrC { width:3.125rem;height:3.125rem;top:12.625rem;left:6.3124998807906rem;font-size:2.1875rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #grLnA1p1NsHtzs13L8qeDuX83Czkd19q { width:3.125rem;height:3.125rem;top:12.625rem;left:11.000000357628rem;font-size:2.1875rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #UmpSq8O8OoEFJfkP5a74rHTgG6AdHVcB { width:17.9375rem;height:2rem;top:84.9375038147rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4ErF3hWoTyv0vmvNfRf1swFkKNV3las { width:15.625rem;height:1.625rem;top:38.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRWkGFa04awaANBhwndEPoSZGcJdTDZ { width:20rem;height:8.375625rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;z-index:100008;color:rgba(255,255,255,0.95);display:block; }#AtRWkGFa04awaANBhwndEPoSZGcJdTDZ li:before{  }
 }@media only screen and (max-width: 763px) { #BMMCT5oDTnV5V7qWylTvpwZnOu9ZXQqZ { width:17.8125rem;height:2.625rem;top:1.3375005722046rem;left:1.09375rem;z-index:100002;background-color:#ffffff;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) { #qQbUD69I1In2pwFK0FgHWOXRcxeP5GVR { width:16.375rem;height:2.875rem;top:30.0625rem;left:1.8125001192093rem;z-index:100003;background-color:#ffffff;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) { #MSAt5WmUAa8qAPMsCCJXh2tNzQr1nLFA { width:12.875rem;height:2.3125rem;top:54.625rem;left:3.5625rem;z-index:100004;background-color:#ffffff;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) { #vTTOL5LhAkvo9l0VLVhWHms7xvWTbGuT { width:9.125rem;height:1.625rem;top:59.8125rem;left:8rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #IobZyAcGUMAsPaBXKlqLDiTuiyBvgQXM { top:81.6875rem;left:2.125rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNfTOhCNmT3MaliD9lZgTk2mpC4xqvV8 { display:block; }
 }@media only screen and (max-width: 763px) { #k6qgGfgUwBUJ5WGZL0PKofgcf8Ei05LT { width:20rem;height:1.462675rem;top:86.3125038147rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD { display:block; }#CAHHXqUv60ihHQcN7v6n7mKaxlWkhOAD > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0KfzU5FaNxNNp5LiUoG4tBHTztiBV0r { width:14.1875rem;height:2.125rem;top:1rem;left:0.81250011920931rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gnfW4FFkmLZ9zyqPNf7fF80FGr6TJiXP { width:12.5rem;height:1.7875rem;top:2.625rem;left:5.5624998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #pHbGhvmeIXAapCdbO9tgZPiv4AbEwi5V { width:0.625rem;height:0.1875rem;top:3.40625rem;left:18.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hea9FuI5BE4NQsJTN2Olht6biqCxks8V { width:1.5625rem;height:0.1875rem;top:2rem;left:0.81250011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 { background-color:#05093a;background-image:none;display:block; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container { background-color: transparent; background-image: none; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container > .video-iframe-container { display: none; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row > .video-iframe-container { display: none; }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .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); }#Je4fHOBe012xNIBNgiCAzNUmutNNdbI6 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtfTR9sqOd0DDpOqdysc5GAdUgqIReDv { width:20rem;height:11.25rem;top:1.2506408691406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1yTJUTrgt5eTz5bST0IbsSIkHFruCRu { width:20rem;height:11.25rem;top:14.311725616455rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb { background-color:rgba(230,0,126,0.85);background-image:none;display:block; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container { background-color: transparent; background-image: none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container > .video-iframe-container { display: none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row > .video-iframe-container { display: none; }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .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); }#mvTdDtth5Z7DcTb53C5kTc9Mu43TMHZb > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wieNQiW2aszOQ1BdnGKtz32OFBVA4veJ { width:14.1875rem;height:2.125rem;top:3.5rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #JqfFPmzw0o7KPEG70kdLJ4FMF8GhrKZA { width:14.8125rem;height:1.95rem;top:5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #H0CHsUgst3iJMJyNkCTGi5uBEECxTvLM { width:0.625rem;height:0.1875rem;top:5.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap7HlpoP07iUTAli57Wpu3IFRW5TJsfT { width:0.9375rem;height:0.1875rem;top:4.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9eUMIGKq4AgsCALCP1xIN9MDnLSm6sO { top:8.875rem;left:1.6875rem;width:16.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vwb2zEXdmLrdWwPvEddO6NfOllZpTe { display:block; }
 }@media only screen and (max-width: 763px) { #M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET { position:relative;z-index:auto;display:block; }#M0T7OTWWveAz6Q0NyifrJdTKK9pmGEET > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHWaipyQsFIlcvrAdioqg6C8aJJA1sJb { width:11.125rem;height:1.7rem;top:8.5625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V6tnXCnUBVWRF8p5ztmTp5gAKCiCGkHk { width:5.3125rem;height:3.75rem;top:7.5625rem;left:0.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvGHtsdOvmTi3CtAra3uC9aFHNDcr6dD { width:4.1875rem;height:3.25rem;top:5rem;left:1.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECct3TAWgVk4XAkOA1AZtMLRThrmwdM4 { width:14.8125rem;height:1.7rem;top:5.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;font-weight:300;font-style:normal;color:rgba(236,0,140,0.85);display:block; }
 }@media only screen and (max-width: 763px) { #ELQi3FW354BlmEWrCPsVO7WxAfkIm6J8 { width:20rem;height:2.12456875rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM { display:block; }#u2ynnTmtQQghR4bnXFQDZphPGxgTTdSM > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD7q909UtFIvrVpLVATeglTR5FxVS3xx { width:12.5rem;height:0.97439375rem;top:1.1680755615234rem;left:4.5621747970581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXsikZ1WsKJynhlkKTqR89DiINPx7yar { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:0.75rem;display:none; }
 }