.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #00d6fa;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #173358, #f0e2c7);background-image: -moz-linear-gradient(180deg, #173358, #f0e2c7);background-image: -ms-linear-gradient(180deg, #173358, #f0e2c7);background-image: -o-linear-gradient(180deg, #173358, #f0e2c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#173358', endColorstr='#f0e2c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#173358', endColorstr='#f0e2c7' );";background-image: linear-gradient(180deg, #173358, #f0e2c7);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.425rem;height:3.3625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.1875rem;left:45.53750038147rem;display:block; }
#VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3543Pt6cSESgTNpToWaPFSyP9JQGXeW { color:#433939;display:block;width:29.25rem;position:absolute;font-family:"barlow semi condensed";font-size:0.5625rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:34.4375rem;left:39.625rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#fNDePTt8r1uWeXqqRVSR1ViSlURn9CZf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.75rem;top:31.375rem;left:47.25rem;overflow:hidden;display:block; }
#baoOS1HEHZcnVXg6wTNOykAGhhxeBIJW { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"barlow semi condensed";font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:32.0625rem;left:50.5rem;height:0.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N8UXunTg2AM7WkaTybbukFokKDIgwNRz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.25rem;top:1.46875rem;left:3.1625003814698rem;overflow:hidden;display:block; }
#DladrslFJRFfGDDbofEUWP6iu8wu6fPP { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"barlow semi condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.9375rem;left:53rem;display:block; }
#rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { background-color:#00a535;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;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:"barlow semi condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:62.6875rem;display:block; }
#D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HcdGSuepasG8WIi88q7vDvCta3HSdTVs { color:#fdf4e3;display:block;width:27.75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.5625rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:7.7000002861025rem;left:40.337503433228rem;height:5.636725rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#m5wi1hupByUSH65KdKQzXWIrae6IJQpB { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:28.625rem;top:12.112500190735rem;left:41.562501907349rem;overflow:hidden;display:block; }
#N2avs3HNbIbhthLtFeRtuLJ6G8OBHuiq { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:34.875rem;top:5.3375rem;left:2.1875003814698rem;overflow:hidden;display:block; }
#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1625;background-image:url("https://images.assets-landingi.com/uc/4163267b-0d98-481f-af5c-1f8ddead7030/Asset2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi.adaptive-delivery-prevent-bg, #H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi.lazyload, #H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi.lazyloading { background-image: none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { background-color: transparent; background-image: none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container > .video-iframe-container { display: none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row > .video-iframe-container { display: none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .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); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { border-width: 0; border-radius: 0; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1625;background-image:url("https://images.assets-landingi.com/uc/4163267b-0d98-481f-af5c-1f8ddead7030/Asset2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol.adaptive-delivery-prevent-bg, #pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol.lazyload, #pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol.lazyloading { background-image: none; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row .container { border-width: 0; border-radius: 0; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b1625, #173358);background-image: -moz-linear-gradient(180deg, #0b1625, #173358);background-image: -ms-linear-gradient(180deg, #0b1625, #173358);background-image: -o-linear-gradient(180deg, #0b1625, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );";background-image: linear-gradient(180deg, #0b1625, #173358);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { background-color: transparent; background-image: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container > .video-iframe-container { display: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container { display: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .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); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { border-width: 0; border-radius: 0; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { color:#fdf4e3;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.171875rem;left:0rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b1625, #173358);background-image: -moz-linear-gradient(180deg, #0b1625, #173358);background-image: -ms-linear-gradient(180deg, #0b1625, #173358);background-image: -o-linear-gradient(180deg, #0b1625, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );";background-image: linear-gradient(180deg, #0b1625, #173358);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container { border-width: 0; border-radius: 0; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:none; }#gJaGgSJcF4Um5gek3cIZATVtMJ2c4CfW { color:#fdf4e3;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.171875rem;left:0rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/519a9252-753a-4a84-9cf8-6e1cc2a0f668/bg_lp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3.adaptive-delivery-prevent-bg, #sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3.lazyload, #sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3.lazyloading { background-image: none; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row .container { background-color: transparent; background-image: none; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row .container > .video-iframe-container { display: none; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row > .video-iframe-container { display: none; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .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); }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row .container { border-width: 0; border-radius: 0; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#kKkMMPtoB3zHDsR0P4xwTVvSBPRPSJNn { box-sizing:content-box;height:24.625rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#0b1625;background-image:none;top:2.3125rem;left:0.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#Ec6nzx3cma0wK9LmlM98TlVJeECRcQ6i { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.875rem;top:18.750000476837rem;left:35.725782394409rem;overflow:hidden;display:block; }
#ZwMb8C4NaNQXmpv273UkMML8olUqn0sh { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.3125rem;top:4.9375rem;left:39.125rem;overflow:hidden;display:block; }
#JBtxfBhAKqtfCpwdDinKU8savL2eWzie { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:26.625rem;top:9.1187505722044rem;left:6.2500019073488rem;overflow:hidden;display:block; }
#O5brQqOW0L6wb6kFx3F50wQpr9ns60FE { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"barlow semi condensed";font-size:2.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.4375rem;left:8.5625rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#ew43uKrvB9e3mi6TM4MkIOUBCkTLbpPI { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:6.0937519073486rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSRKKXCm5H7Tu1MJvVUynGTlG4vrzId7 { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.75rem;left:7.9375019073488rem;display:block; }
#QypxG2in3aTfb2BFQykua4DGvEtnXX6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/519a9252-753a-4a84-9cf8-6e1cc2a0f668/bg_lp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB.adaptive-delivery-prevent-bg, #hFK0q1cg8KaxAQMACoV8effuL3AvaKcB.lazyload, #hFK0q1cg8KaxAQMACoV8effuL3AvaKcB.lazyloading { background-image: none; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row .container { background-color: transparent; background-image: none; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row .container > .video-iframe-container { display: none; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row > .video-iframe-container { display: none; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .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); }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row .container { border-width: 0; border-radius: 0; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#LpQ7nEN3hpJhuLFtKTL31tmSfbO7PnaO { box-sizing:content-box;height:24.625rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#0b1625;background-image:none;top:0.9375rem;left:0.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#Izsfeq4xg8IKkR9DcNhT4TTKL8bV4712 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:18.674999713897rem;left:30.750001907349rem;overflow:hidden;display:block; }
#kniK280PzSGK18zWTJFiEWSGp6qfK2rS { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.3125rem;top:4.0937566757202rem;left:2rem;overflow:hidden;display:block; }
#urzZha6JQ21VgtPrWRtslDMWvQKefCWg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:28rem;top:8.75rem;left:41.3125rem;overflow:hidden;display:block; }
#Zh4I60kFA3ockBwht1RvpsMTcy4EJ3Hq { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"barlow semi condensed";font-size:2.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1187515258789rem;left:44.312501907349rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#MDa8kt49nURV3mUVzxoLJNF2tJqqA3E8 { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:13.3125rem;left:41.843751907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sy5hXT0C4ZqPRbpgtczBussXbrlyHTiv { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.768751144409rem;left:43.687501907349rem;display:block; }
#oPTXT74yE8DWR6vpwwyVRPA2qEVIZTqy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/519a9252-753a-4a84-9cf8-6e1cc2a0f668/bg_lp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi.adaptive-delivery-prevent-bg, #bKpZnZZkaiubHovyRgGFUiQn4tHAelvi.lazyload, #bKpZnZZkaiubHovyRgGFUiQn4tHAelvi.lazyloading { background-image: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { background-color: transparent; background-image: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .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); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { border-width: 0; border-radius: 0; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#zayW27fEB6b3hfKgHWlEOxQBrNpOa0nH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.1875rem;width:32rem;top:3.484375rem;left:2.75rem;overflow:hidden;display:block; }
#U97JNp2Quv5h3vo79KTOF5T3ADunyT9O { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.125rem;left:7.1250019073488rem;display:block; }
#SCB4WXF2MAXk3XTLI2vwWPcytb2Sx1Ei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ewPBaoMnyFDSZnrVbrKAyiPcxd7HhLX6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.25rem;top:3.4226570129394rem;left:40.125001907349rem;overflow:hidden;display:block; }
#WXTgZ7fD0QltUlOCHJtKLqqWMm8zN08S { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.125rem;left:47.500001907349rem;display:block; }
#UPWJOIOcFh5vDAFpKewcG3cTlrlQpPTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDvQv13zyd1slTX49wJcsvHelR2fKMed { box-sizing:content-box;height:43.125rem;width:36.125rem;position:absolute;display:block;z-index:15001;background-color:#0b1625;background-image:none;top:1.6875rem;left:0.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#VCIIoIBUbKreKmygtHUmfQnGuyvMNWk4 { box-sizing:content-box;height:43.125rem;width:36.125rem;position:absolute;display:block;z-index:15002;background-color:#0b1625;background-image:none;top:1.6875rem;left:38.187501907349rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#rPC4DWRlvbihD2Mo9vCydB6SC5h9cNKT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:24.625rem;top:27.59375rem;left:6.3750019073488rem;overflow:hidden;display:block; }
#Of2bxqO63fyZWK5wFlTb5GMfFKsHagTJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:31rem;top:28.125rem;left:41.175004959106rem;overflow:hidden;display:block; }
#gAU3TfaL1eSyAlG2qsuDPwhTmVDe08pG { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"barlow semi condensed";font-size:2.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.034376144409rem;left:7.7500019073488rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#dyPJ8vWoSNfLh8htXlXbEEQxsqqoqw3g { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:26.181251525879rem;left:5.28125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9FlEAEnUmbVCtAlUW817TNGJvEV36o7 { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"barlow semi condensed";font-size:2.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.5rem;left:45.25rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#XAJZAanA4TJD139febS0gfsTVqA5napP { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.181251525879rem;left:42.781251907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;background-image:url("https://images.assets-landingi.com/uc/519a9252-753a-4a84-9cf8-6e1cc2a0f668/bg_lp.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT.adaptive-delivery-prevent-bg, #MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT.lazyload, #MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT.lazyloading { background-image: none; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row .container { background-color: transparent; background-image: none; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row .container > .video-iframe-container { display: none; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row > .video-iframe-container { display: none; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .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); }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row .container { border-width: 0; border-radius: 0; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#twUPKe8bnQNU16ryVKcH497KCqIx05Hl { box-sizing:content-box;height:24.625rem;width:74.1875rem;position:absolute;display:block;z-index:15000;background-color:#0b1625;background-image:none;top:0.9375rem;left:0.4375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#MbGdtRB8ap2rnTHBKaElo7xU6idDUiwS { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:18rem;left:37.812501907349rem;overflow:hidden;display:block; }
#sPqyThHRA4yDCTgJfElPIMoS0KB5HEBE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3125rem;width:32.3125rem;top:4.125rem;left:40.5rem;overflow:hidden;display:block; }
#xp9FnNo2L6hTZseb9x5z2QMSxlCU1855 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:35.4375rem;top:7.7429695129394rem;left:1.46875rem;overflow:hidden;display:block; }
#MQCersOFoeSiONlEDi5yshLmkVVeIcEl { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#haGaT6lBSrVPVQ38tS39CqNBUHpOteTJ { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"barlow semi condensed";font-size:2.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.1875rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#zJttiRwL2ftkd6m1Iz749OWb3kRhelhf { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18rem;left:7.5rem;display:block; }
#hzDGeEnpFMFLviaiSdmhdOqvNFBwDJo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZDxXt85w9JU70re6167FZTPOiaT16VC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #173358, #0b1625);background-image: -moz-linear-gradient(180deg, #173358, #0b1625);background-image: -ms-linear-gradient(180deg, #173358, #0b1625);background-image: -o-linear-gradient(180deg, #173358, #0b1625);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#173358', endColorstr='#0b1625' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#173358', endColorstr='#0b1625' );";background-image: linear-gradient(180deg, #173358, #0b1625);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { background-color: transparent; background-image: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container > .video-iframe-container { display: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container { display: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .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); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { border-width: 0; border-radius: 0; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#0b1625;background-image:none;top:10rem;left:3rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #173358;border-left:0.0625rem solid #173358;border-right:0.0625rem solid #173358;border-bottom:0.0625rem solid #173358;display:block; }
#X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:10.625rem;left:6.1875rem;overflow:hidden;display:block; }
#Zg79rcid5XuCbrRbopETRE8WTylRnkLO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:10.625rem;left:24.9375rem;overflow:hidden;display:block; }
#WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:10.625rem;left:43.6875rem;overflow:hidden;display:block; }
#ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.625rem;top:10.9375rem;left:62.6875rem;overflow:hidden;display:block; }
#mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:5.0625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:23.8125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.1875rem;left:42.5625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1875rem;left:61.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#0b1625;background-image:none;top:10rem;left:21.6875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #173358;border-left:0.0625rem solid #173358;border-right:0.0625rem solid #173358;border-bottom:0.0625rem solid #173358;display:block; }
#KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#0b1625;background-image:none;top:10rem;left:40.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #173358;border-left:0.0625rem solid #173358;border-right:0.0625rem solid #173358;border-bottom:0.0625rem solid #173358;display:block; }
#LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#0b1625;background-image:none;top:10rem;left:59.1875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #173358;border-left:0.0625rem solid #173358;border-right:0.0625rem solid #173358;border-bottom:0.0625rem solid #173358;display:block; }
#QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"barlow semi condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:26.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002335;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { background-color: transparent; background-image: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .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); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { border-width: 0; border-radius: 0; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:56.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.82421875rem;left:6.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { background-color:#002b43;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { background-color: transparent; background-image: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container > .video-iframe-container { display: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container { display: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .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); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { border-width: 0; border-radius: 0; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#cu79rGkMlte5mJuVhadlD2UsrOzQHdus { color:#00d6fa;display:block;width:68.8125rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:11.5rem;left:3.09375rem;height:17.53125rem;text-align:center;text-align-last:center;display:block; }
#iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { box-sizing:content-box;height:0.125rem;width:56.625rem;position:absolute;display:block;z-index:15002;background-color:#00d6fa;background-image:none;top:9.625rem;left:9.1875rem;display:block; }
#IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.21875rem;left:41.90625rem;overflow:hidden;display:block; }
#T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.5rem;top:2.8125rem;left:25.21875rem;overflow:hidden;display:block; }
#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002335;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { background-color: transparent; background-image: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .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); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { border-width: 0; border-radius: 0; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:11.4375rem;top:1.25rem;left:9.6875rem;overflow:hidden;display:block; }
#dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.75rem;top:3.0625rem;left:26.25rem;overflow:hidden;display:block; }
#kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.3125rem;top:2.34375rem;left:39.125rem;overflow:hidden;display:block; }
#M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.625rem;top:2.34375rem;left:55.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:17.375rem;height:3.3125rem;top:26.1875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #M3543Pt6cSESgTNpToWaPFSyP9JQGXeW { top:34.4375rem;left:18.5rem;width:29.25rem;height:2.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNDePTt8r1uWeXqqRVSR1ViSlURn9CZf { top:31.375rem;left:33.625rem;width:2.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoOS1HEHZcnVXg6wTNOykAGhhxeBIJW { top:32.0625rem;left:36.875rem;width:10.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { top:1.4375rem;left:0rem;width:10.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DladrslFJRFfGDDbofEUWP6iu8wu6fPP { width:8.6875rem;height:2.125rem;top:1.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:8.6875rem;height:2.125rem;top:1.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #HcdGSuepasG8WIi88q7vDvCta3HSdTVs { top:7.6875rem;left:20rem;width:27.75rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5wi1hupByUSH65KdKQzXWIrae6IJQpB { top:12.0625rem;left:19.125rem;width:28.625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2avs3HNbIbhthLtFeRtuLJ6G8OBHuiq { top:5.3125rem;left:0rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi { display:block; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol { display:none; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { display:block; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { top:2.125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf { display:block; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJaGgSJcF4Um5gek3cIZATVtMJ2c4CfW { top:1.25rem;left:0rem;width:17.625rem;height:3.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 { display:block; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKkMMPtoB3zHDsR0P4xwTVvSBPRPSJNn { width:47.75rem;height:24.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec6nzx3cma0wK9LmlM98TlVJeECRcQ6i { width:5.875rem;height:5.125rem;top:18.75rem;left:22.100782394409rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwMb8C4NaNQXmpv273UkMML8olUqn0sh { top:4.9375rem;left:15.4375rem;width:32.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtxfBhAKqtfCpwdDinKU8savL2eWzie { top:9.0625rem;left:0rem;width:26.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5brQqOW0L6wb6kFx3F50wQpr9ns60FE { top:6.4375rem;left:0rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew43uKrvB9e3mi6TM4MkIOUBCkTLbpPI { top:14.4375rem;left:0rem;width:26.9375rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRKKXCm5H7Tu1MJvVUynGTlG4vrzId7 { width:23.25rem;height:3.4375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QypxG2in3aTfb2BFQykua4DGvEtnXX6d { display:block; }
 }@media only screen and (max-width: 763px) { #hFK0q1cg8KaxAQMACoV8effuL3AvaKcB { display:block; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpQ7nEN3hpJhuLFtKTL31tmSfbO7PnaO { width:47.75rem;height:24.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izsfeq4xg8IKkR9DcNhT4TTKL8bV4712 { width:4.9375rem;height:4.9375rem;top:18.625rem;left:17.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kniK280PzSGK18zWTJFiEWSGp6qfK2rS { top:4.0625rem;left:0rem;width:32.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urzZha6JQ21VgtPrWRtslDMWvQKefCWg { top:8.75rem;left:19.75rem;width:28rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh4I60kFA3ockBwht1RvpsMTcy4EJ3Hq { top:6.0625rem;left:25.75rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDa8kt49nURV3mUVzxoLJNF2tJqqA3E8 { top:13.3125rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5hXT0C4ZqPRbpgtczBussXbrlyHTiv { width:23.25rem;height:3.4375rem;top:17.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTXT74yE8DWR6vpwwyVRPA2qEVIZTqy { display:block; }
 }@media only screen and (max-width: 763px) { #bKpZnZZkaiubHovyRgGFUiQn4tHAelvi { display:block; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zayW27fEB6b3hfKgHWlEOxQBrNpOa0nH { top:3.4375rem;left:0rem;width:32rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U97JNp2Quv5h3vo79KTOF5T3ADunyT9O { width:23.25rem;height:3.4375rem;top:38.125rem;left:0.31250190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCB4WXF2MAXk3XTLI2vwWPcytb2Sx1Ei { display:block; }
 }@media only screen and (max-width: 763px) { #ewPBaoMnyFDSZnrVbrKAyiPcxd7HhLX6 { top:3.375rem;left:15.5rem;width:32.25rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTgZ7fD0QltUlOCHJtKLqqWMm8zN08S { width:17.5rem;height:3.4375rem;top:38.125rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWJOIOcFh5vDAFpKewcG3cTlrlQpPTJ { display:block; }
 }@media only screen and (max-width: 763px) { #CDvQv13zyd1slTX49wJcsvHelR2fKMed { width:36.125rem;height:43.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCIIoIBUbKreKmygtHUmfQnGuyvMNWk4 { width:36.125rem;height:43.125rem;top:1.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPC4DWRlvbihD2Mo9vCydB6SC5h9cNKT { top:27.5625rem;left:0rem;width:24.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of2bxqO63fyZWK5wFlTb5GMfFKsHagTJ { top:28.125rem;left:16.75rem;width:31rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAU3TfaL1eSyAlG2qsuDPwhTmVDe08pG { top:23rem;left:0.93750190734863rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyPJ8vWoSNfLh8htXlXbEEQxsqqoqw3g { top:26.125rem;left:0rem;width:26.9375rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9FlEAEnUmbVCtAlUW817TNGJvEV36o7 { top:23.5rem;left:24.812501907349rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJZAanA4TJD139febS0gfsTVqA5napP { top:26.125rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT { display:block; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twUPKe8bnQNU16ryVKcH497KCqIx05Hl { width:47.75rem;height:24.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGdtRB8ap2rnTHBKaElo7xU6idDUiwS { width:5.8125rem;height:5.8125rem;top:18rem;left:24.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqyThHRA4yDCTgJfElPIMoS0KB5HEBE { top:4.125rem;left:15.4375rem;width:32.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9FnNo2L6hTZseb9x5z2QMSxlCU1855 { top:7.6875rem;left:0rem;width:35.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQCersOFoeSiONlEDi5yshLmkVVeIcEl { top:13.3125rem;left:0rem;width:29.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGaT6lBSrVPVQ38tS39CqNBUHpOteTJ { top:5.125rem;left:0rem;width:22rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJttiRwL2ftkd6m1Iz749OWb3kRhelhf { width:23.25rem;height:3.4375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzDGeEnpFMFLviaiSdmhdOqvNFBwDJo0 { display:block; }
 }@media only screen and (max-width: 763px) { #tZDxXt85w9JU70re6167FZTPOiaT16VC { display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { top:10rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { top:10.625rem;left:2.78125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg79rcid5XuCbrRbopETRE8WTylRnkLO { top:10.625rem;left:14.71875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { top:10.625rem;left:26.65625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { top:10.9375rem;left:38.84375rem;width:5.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { top:18.125rem;left:1.65625rem;width:8.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { top:18.125rem;left:13.59375rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { top:18.1875rem;left:25.53125rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { top:18.1875rem;left:37.46875rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { top:10rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { top:10rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { top:10rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { top:4.25rem;left:3.3125rem;width:20.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { top:2.125rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { top:2.125rem;left:33.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { top:1.8125rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cu79rGkMlte5mJuVhadlD2UsrOzQHdus { top:11.5rem;left:0rem;width:47.75rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { top:9.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { top:3.1875rem;left:28.28125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { top:2.8125rem;left:11.59375rem;width:10.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { top:1.25rem;left:0rem;width:11.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { top:3.0625rem;left:12.625rem;width:4.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { top:2.3125rem;left:25.5rem;width:7.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { top:2.3125rem;left:39.125rem;width:8.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #173358, #f0e2c7);background-image: -moz-linear-gradient(180deg, #173358, #f0e2c7);background-image: -ms-linear-gradient(180deg, #173358, #f0e2c7);background-image: -o-linear-gradient(180deg, #173358, #f0e2c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#173358', endColorstr='#f0e2c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#173358', endColorstr='#f0e2c7' );";background-image: linear-gradient(180deg, #173358, #f0e2c7);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:17.5rem;height:3.3625rem;top:20.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #M3543Pt6cSESgTNpToWaPFSyP9JQGXeW { width:20rem;height:2.75rem;top:28.625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNDePTt8r1uWeXqqRVSR1ViSlURn9CZf { width:2.5rem;height:2.1875rem;top:26.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoOS1HEHZcnVXg6wTNOykAGhhxeBIJW { width:10.4375rem;height:0.89375rem;top:26.75rem;left:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { width:6.5rem;height:2rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DladrslFJRFfGDDbofEUWP6iu8wu6fPP { width:3.125rem;height:1.75rem;top:1.0812500715256rem;left:10.656250536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:5.1875rem;height:1.6875rem;top:1.1125000715256rem;left:14.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #HcdGSuepasG8WIi88q7vDvCta3HSdTVs { width:20rem;height:4.2625rem;top:6.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5wi1hupByUSH65KdKQzXWIrae6IJQpB { width:19.5rem;height:9.625rem;top:10.675000190735rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2avs3HNbIbhthLtFeRtuLJ6G8OBHuiq { width:20rem;height:20rem;top:32.600002288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi { display:none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { width:20rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol { background-color:#0b1625;background-image:url("https://images.assets-landingi.com/uc/0d205d12-f0dd-473b-845e-4614a232a8d3/3.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol.adaptive-delivery-prevent-bg, #pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol.lazyload, #pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol.lazyloading { background-image: none; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row .container { background-color: transparent; background-image: none; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row .container > .video-iframe-container { display: none; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row > .video-iframe-container { display: none; }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .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); }#pdCHw6t7xMi1me2rN0yd2Ex1cr8aORol > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0b1625, #173358);background-image: -moz-linear-gradient(0deg, #0b1625, #173358);background-image: -ms-linear-gradient(0deg, #0b1625, #173358);background-image: -o-linear-gradient(0deg, #0b1625, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );";background-image: linear-gradient(0deg, #0b1625, #173358);background-size:cover !important;display:none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { width:17.625rem;height:3.875rem;top:1.25rem;left:1.1875rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b1625, #173358);background-image: -moz-linear-gradient(180deg, #0b1625, #173358);background-image: -ms-linear-gradient(180deg, #0b1625, #173358);background-image: -o-linear-gradient(180deg, #0b1625, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1625', endColorstr='#173358' );";background-image: linear-gradient(180deg, #0b1625, #173358);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container { background-color: transparent; background-image: none; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container > .video-iframe-container { display: none; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row > .video-iframe-container { display: none; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .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); }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container { border-width: 0; border-radius: 0; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgaLSXbR1ZtEiw74q4VX5F1t5xkrslMf > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJaGgSJcF4Um5gek3cIZATVtMJ2c4CfW { width:17.625rem;height:4.125rem;top:1.25rem;left:1.1875rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 { display:block; }#sW18GW0gXqrICrcdgu1pkLb0sTgJqTK3 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKkMMPtoB3zHDsR0P4xwTVvSBPRPSJNn { width:20rem;height:29.125rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec6nzx3cma0wK9LmlM98TlVJeECRcQ6i { width:3.875rem;height:3.3125rem;top:10.574999237061rem;left:15.451634173174rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwMb8C4NaNQXmpv273UkMML8olUqn0sh { width:18.75rem;height:10.625rem;top:1.796875rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtxfBhAKqtfCpwdDinKU8savL2eWzie { width:20rem;height:4.037558685446rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5brQqOW0L6wb6kFx3F50wQpr9ns60FE { width:20rem;height:2.1125rem;top:13.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew43uKrvB9e3mi6TM4MkIOUBCkTLbpPI { width:20rem;height:2.1125rem;top:19.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRKKXCm5H7Tu1MJvVUynGTlG4vrzId7 { width:17.5rem;height:3.4375rem;top:23.987501144409rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QypxG2in3aTfb2BFQykua4DGvEtnXX6d { display:block; }
 }@media only screen and (max-width: 763px) { #hFK0q1cg8KaxAQMACoV8effuL3AvaKcB { display:block; }#hFK0q1cg8KaxAQMACoV8effuL3AvaKcB > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpQ7nEN3hpJhuLFtKTL31tmSfbO7PnaO { width:20rem;height:29.125rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izsfeq4xg8IKkR9DcNhT4TTKL8bV4712 { width:3.3125rem;height:3.3125rem;top:10.574999237061rem;left:15.451634173174rem;display:none; }
 }@media only screen and (max-width: 763px) { #kniK280PzSGK18zWTJFiEWSGp6qfK2rS { width:18.75rem;height:10.625rem;top:2.046875rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #urzZha6JQ21VgtPrWRtslDMWvQKefCWg { width:19.3125rem;height:3.875rem;top:15.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh4I60kFA3ockBwht1RvpsMTcy4EJ3Hq { width:20rem;height:2.1125rem;top:13.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDa8kt49nURV3mUVzxoLJNF2tJqqA3E8 { width:20rem;height:2.925rem;top:18.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5hXT0C4ZqPRbpgtczBussXbrlyHTiv { width:17.5rem;height:3.4375rem;top:23.375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTXT74yE8DWR6vpwwyVRPA2qEVIZTqy { display:block; }
 }@media only screen and (max-width: 763px) { #bKpZnZZkaiubHovyRgGFUiQn4tHAelvi { background-color:#173358;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { background-color: transparent; background-image: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .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); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { border-width: 0; border-radius: 0; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zayW27fEB6b3hfKgHWlEOxQBrNpOa0nH { width:18.75rem;height:10.625rem;top:2.3125rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #U97JNp2Quv5h3vo79KTOF5T3ADunyT9O { width:17.5rem;height:3.4375rem;top:55.625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCB4WXF2MAXk3XTLI2vwWPcytb2Sx1Ei { display:block; }
 }@media only screen and (max-width: 763px) { #ewPBaoMnyFDSZnrVbrKAyiPcxd7HhLX6 { width:18.75rem;height:10.625rem;top:33.875rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTgZ7fD0QltUlOCHJtKLqqWMm8zN08S { width:17.5rem;height:3.4375rem;top:24.8125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWJOIOcFh5vDAFpKewcG3cTlrlQpPTJ { display:block; }
 }@media only screen and (max-width: 763px) { #CDvQv13zyd1slTX49wJcsvHelR2fKMed { width:20rem;height:29.125rem;top:1.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCIIoIBUbKreKmygtHUmfQnGuyvMNWk4 { width:20rem;height:29.125rem;top:33.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPC4DWRlvbihD2Mo9vCydB6SC5h9cNKT { width:20rem;height:7.2078125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of2bxqO63fyZWK5wFlTb5GMfFKsHagTJ { width:20rem;height:3.83046875rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAU3TfaL1eSyAlG2qsuDPwhTmVDe08pG { width:20rem;height:2.1125rem;top:13.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyPJ8vWoSNfLh8htXlXbEEQxsqqoqw3g { width:20rem;height:2.1125rem;top:16.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9FlEAEnUmbVCtAlUW817TNGJvEV36o7 { width:20rem;height:2.1125rem;top:45.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJZAanA4TJD139febS0gfsTVqA5napP { width:20rem;height:2.1125rem;top:48.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT { display:block; }#MCE54SFiEUR7qw1u8yZuHOEmhwcEgkAT > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twUPKe8bnQNU16ryVKcH497KCqIx05Hl { width:20rem;height:29.125rem;top:1.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGdtRB8ap2rnTHBKaElo7xU6idDUiwS { width:3.3125rem;height:3.3125rem;top:10.574999237061rem;left:15.451634173174rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPqyThHRA4yDCTgJfElPIMoS0KB5HEBE { width:18.75rem;height:10.625rem;top:2.4375rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp9FnNo2L6hTZseb9x5z2QMSxlCU1855 { width:20rem;height:3.95rem;top:17.437500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQCersOFoeSiONlEDi5yshLmkVVeIcEl { width:20rem;height:1.86875rem;top:20.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGaT6lBSrVPVQ38tS39CqNBUHpOteTJ { width:20rem;height:2.1125rem;top:14.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJttiRwL2ftkd6m1Iz749OWb3kRhelhf { width:17.5rem;height:3.4375rem;top:24.4375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzDGeEnpFMFLviaiSdmhdOqvNFBwDJo0 { display:block; }
 }@media only screen and (max-width: 763px) { #tZDxXt85w9JU70re6167FZTPOiaT16VC { display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { width:20rem;height:6.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { width:5rem;height:5rem;top:5.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg79rcid5XuCbrRbopETRE8WTylRnkLO { width:5rem;height:5rem;top:13.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { width:5rem;height:5rem;top:21.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { width:5rem;height:4.8125rem;top:29.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { width:5.3125rem;height:3.4125rem;top:6.6875rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { width:8.4375rem;height:3.4125rem;top:14.3125rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { width:8.4375rem;height:3.4125rem;top:21.875rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { width:8.4375rem;height:3.4125rem;top:30.4375rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { width:20rem;height:6.25rem;top:12.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { width:20rem;height:6.25rem;top:20.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { width:20rem;height:6.25rem;top:29rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { width:20rem;height:2.6rem;top:1rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { width:12.5rem;height:1.3rem;top:3.79980625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { width:12.5rem;height:1.3rem;top:6.3496125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cu79rGkMlte5mJuVhadlD2UsrOzQHdus { width:18.3125rem;height:25.7125rem;top:7.5625rem;left:0.96875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { width:17.5rem;height:0.125rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { width:2.8125rem;height:2.8125rem;top:1.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { width:8.25rem;height:3.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { width:8.625rem;height:6.75rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { width:4rem;height:4.5625rem;top:1.09375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { width:6.4375rem;height:6.0625rem;top:4.09375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { width:5.5rem;height:4.375rem;top:4.9375rem;left:11.4375rem;display:block; }
 }