.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container { display: none; }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { background-color: transparent; background-image: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { border-width: 0; border-radius: 0; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:60rem;height:7.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vSS1wVNW3ld1NP7nImns8TT1qr4RiT1S { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.75rem;left:28.6875rem;overflow:hidden;display:block; }
#wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { color:#13223f;display:block;width:3.0625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:32rem;height:1.3rem;font-style:normal;display:block; }
#u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { color:#13223f;display:block;width:6.0625rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:32rem;height:1.7875rem;font-style:normal;display:block; }
#tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { color:#13223f;display:block;width:9.1875rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:42.625rem;height:1.7875rem;font-style:normal;display:block; }
#ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { color:#13223f;display:block;width:2.8125rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:42.625rem;height:1.3rem;font-style:normal;display:block; }
#kmH65BOUX30tLG2pBoFnInwuJpIv9I8H { 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.125rem;width:3.125rem;top:1.75rem;left:39.3125rem;overflow:hidden;display:block; }
#DdnsGCP3Ugr1lniakhnoXRLfDaocth4P { color:#2d2929;display:block;width:2.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0625rem;left:54.875rem;height:1.625rem;font-style:normal;display:none; }
#AFP9HDLE1OWcN3lnT5SSZUCRPz17Gxis { color:#c70751;display:block;width:2.8125rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:54.875rem;height:1.1375rem;font-style:normal;display:none; }
#aw2DblPs5RTXdIcpBWg0g89OV0dTZCR4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.25rem;top:2.25rem;left:52.0625rem;overflow:hidden;display:none; }
#NxTz5kKcpQxfU96aSkbai7UHP4CQaiQk { 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:5.375rem;width:13.5625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { position:relative;display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { border-width: 0; border-radius: 0; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sciUuvna3TtFput40kaEl8qCO5crfmaW { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#13223f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:29.8125rem;display:block; }
#f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { background-color:#bc264e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.3125rem;left:43.3125rem;display:block; }
#aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { position:absolute;display:block;z-index:15006;background-color:#bc264e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.307291984558rem;left:3.40625rem;display:block; }
#PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { position:absolute;display:block;z-index:15007;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:0.0625rem;top:27.1875rem;left:3.84375rem;display:block; }
#M9Fz0Lpz4p74NBKXHQFw4VJ4fygb2B4G { color:#1a2d4e;display:block;width:30.1875rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:29.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IWkmfP4QXc2JQ0grybWeKAHM8aSTOqz5 { color:#1a2d4e;display:block;width:21.5625rem;position:absolute;font-family:play;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.5625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vay1pGd6stuxrsT7FdpBRL5G1rfbAXTI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:6.25rem;left:6.25rem;overflow:hidden;display:block; }
#cOM3eH1rMreO2ZfFTldDfbq3zMAECaU1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#D6tonnKiXRkRxP6eVeKBbq4HcgWE2aNO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.5rem;left:12.5rem;overflow:hidden;display:block; }
#fTqMOwpLO0PrN5fuWa2L5ZgX2GxUWya3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:18.75rem;left:18.75rem;overflow:hidden;display:block; }
#fwzWC68IZbAmHuxnyw9NObTIQQTO9gaA { position:absolute;display:block;z-index:15013;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.25rem;width:6.25rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#sul1ghd0mmZA0O0Ty6CGLuLFq0fUmOGh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:25.09375rem;left:12.5rem;overflow:hidden;display:block; }
#kN4KDRlltPgNQvwe7V1hTmvxzl1tuQ0G { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:31.34375rem;left:18.75rem;overflow:hidden;display:block; }
#JETL21V6bDKbFRDsJz4KFeTzGGcNMbnw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.5rem;left:0rem;overflow:hidden;display:block; }
#dEnhJzaO3Xl6ZDxa5uRg9wrxfsC5SfuO { position:absolute;display:block;z-index:15013;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.25rem;width:6.25rem;top:18.75rem;left:6.25rem;overflow:hidden;display:block; }
#QqJXCzcI1ubZqq8mtXdwPGpKQqy5qBKe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:6.25rem;left:18.75rem;overflow:hidden;display:block; }
#pGybv77HDl3RRNCeS37X49svyioTnnfi { 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:6.25rem;width:6.25rem;top:25.09375rem;left:0rem;overflow:hidden;display:block; }
#f9waOAz0WAvRvazfHhRKzv7C3GBo88Uf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:31.34375rem;left:6.25rem;overflow:hidden;display:block; }
#oE6J3HmICuKiGaFmq8LaTg62ozTpbkU0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#VuFVdcDw52L6gTUtf42LJpIdgCwVuNx5 { position:absolute;display:block;z-index:15013;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.25rem;width:6.25rem;top:6.25rem;left:31.25rem;overflow:hidden;display:block; }
#obLiBJllIXJec2HcNc47hTTPh41eqJKv { 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:6.25rem;width:6.25rem;top:0rem;left:49.744789123535rem;overflow:hidden;display:block; }
#ccxUgWACByxRUkppxNBGMIZ5QzAi0PvW { position:absolute;display:block;z-index:15013;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.25rem;width:6.25rem;top:6.25rem;left:43.75rem;overflow:hidden;display:block; }
#TIWzZfQg4xmoUD5DvrRFxHJbfmbuq14z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#fTuI73XrnKBBsKhzA4LaEgTTKaAXHpI6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.5rem;left:25rem;overflow:hidden;display:block; }
#Cvzx8DL9nfst4fc6893sATLedTAenmHQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.5rem;left:37.5rem;overflow:hidden;display:block; }
#oGBegn3yEGwqBl4Lr4TZXQla1IVnkg5M { position:absolute;display:block;z-index:15013;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.25rem;width:6.25rem;top:12.5rem;left:50rem;overflow:hidden;display:block; }
#MNe4Vp38d6pdhDPqcTBvhC3abOyNadPV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:6.25rem;left:6.25rem;overflow:hidden;display:none; }
#Bb7VmbzuoyxKh9h76rOL4h6u5AHVEbFg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PFte2amNTm2xatvOI2oTP48G59tZAN8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { background-color: transparent; background-image: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container > .video-iframe-container { display: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container { display: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .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); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { border-width: 0; border-radius: 0; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#M331mChz0anSU274cTbRF6Guv9wJTktK { position:absolute;display:block;z-index:15008;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:0.0625rem;top:0rem;left:3.84375rem;display:block; }
#lWPFeEcdar44W8PdyDvTwOB4scMWSXIA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:3.5rem;left:2.4375rem;overflow:hidden;display:block; }
#Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { color:#13223f;display:block;width:9.6875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:6.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKGTeTrTFabzt2h5O50hud8Tm3LdvFc9 { color:#13223f;display:block;width:17.625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { color:#2d2929;display:block;width:23.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.012499809265rem;left:5.3125rem;height:11.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dOZOCBrEuf9pGzU7pVtfUEdAlUVOTkIJ { position:absolute;display:block;z-index:15010;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.5625rem;width:22.8125rem;top:4rem;left:32.75rem;display:block; }
#mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a844e66-74d1-4faa-a7fc-f5b862792956/FR8A1013.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:34.25rem;width:22.8125rem;top:2.3125rem;left:31.875rem;display:block; }#mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.adaptive-delivery-prevent-bg, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyload, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyloading { background-image: none; }
#RR6ZDPBH84lGUmTL8SJNG8R7vxaoJkpX { color:#2d2929;display:block;width:23.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.9375rem;left:5.3125rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GsV7Jc30DZNKJcLb3Z7PneHh1Ug9090o { color:#13223f;display:block;width:17.625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.375rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZM58VqLIX8F6sfolGJf3yixMqSUg86gS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { background-color: transparent; background-image: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .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); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { border-width: 0; border-radius: 0; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { position:absolute;display:block;z-index:15009;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.0625rem;top:0rem;left:3.84375rem;display:block; }
#worwmUlhXuwSoMEXh4Upft3D8r9u24ah { position:absolute;display:block;z-index:15010;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.25rem;top:3.125rem;left:3.84375rem;display:block; }
#WtaPA5QwhSuP8kJdSomrwPpiT0WZ1DAG { position:absolute;display:block;z-index:15005;background-color:#c70751;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:0.0625rem;top:3.125rem;left:56.088539123535rem;display:block; }
#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { background-color: transparent; background-image: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .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); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { border-width: 0; border-radius: 0; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:60rem;position:relative;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 { color:#2d2929;display:block;width:16.5625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:5.6875rem;left:38.4375rem;height:17.625rem;font-style:normal;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:before{  }
#yA9HQdf6swinqqmPHpsh6biBnWuceC63 { position:absolute;display:block;z-index:15003;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.4375rem;width:35rem;top:1.8125rem;left:0.75rem;display:block; }
#oE5Je1tAtZDnoLOkr7swGHRpEHg2nWyk { position:absolute;display:block;z-index:15003;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24rem;width:36.5625rem;top:29.6875rem;left:22.25rem;display:block; }
#oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f8870de-9f1e-4beb-a0e8-e9768f735a5b/FR8A0330.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(1,13,19,0.5) ;height:24.3125rem;width:36.625rem;top:28.5rem;left:21.375rem;display:block; }#oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.adaptive-delivery-prevent-bg, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyload, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyloading { background-image: none; }
#FykGhZ9PXybMhKr5ne7sDMS13D5TVTgz { color:#13223f;display:block;width:15.375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.6875rem;left:1.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pTD7bX6P8piGXkZ0oP9RrTfzKzhyynbA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;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.125rem;width:15.4375rem;top:28.0625rem;left:1.75rem;display:block; }
#XZmmZpVTGcDTMPSUtkI0ptXvpv728riH { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #13223f;border-left:0rem none #000000;border-right:0rem none #000000;border-bottom:0.0625rem solid #13223f;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.125rem;width:15.4375rem;top:0.5rem;left:37.9375rem;display:block; }
#h3pkmasPRl3TX1TZklAIdft8X5RPbneA { color:#13223f;display:block;width:15.5rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.125rem;left:37.875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#abGtWV5ciTooDCdDuQVybSxTTUJEo6F6 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8dfad572-7295-4ff1-859e-20694c017f85/FR8A0525.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(1,13,19,0.5) ;height:23.1875rem;width:34.8125rem;top:1.125rem;left:0rem;display:block; }#abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.adaptive-delivery-prevent-bg, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyload, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyloading { background-image: none; }
#WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { position:absolute;display:block;z-index:15004;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.6875rem;width:0.0625rem;top:0rem;left:56.0625rem;display:block; }
#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 { color:#2d2929;display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:33.5625rem;left:3.375rem;height:;font-style:normal;display:block; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:before{  }
#nRCnkV0n8AdUVlRPzuEemLz2QwR3sGuT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:3.5rem;left:2.4375rem;overflow:hidden;display:none; }
#dwO2fIlrqBCgWblkTP4URHyuJWsMaIGt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Jgc06tcaTJQM75ZU0zo1y0R6poG1QhHt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { background-color: transparent; background-image: none; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container > .video-iframe-container { display: none; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row > .video-iframe-container { display: none; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .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); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { border-width: 0; border-radius: 0; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#LepPFfGnKOJevUW0Jhq7M9tu3QoR4yQq { position:absolute;display:block;z-index:15004;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:0.0625rem;top:0rem;left:56.0625rem;display:block; }
#PET7Mzfnpc1i6IcLg1J3iICmyarcIMTd { background-color:#c70751;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.2500085830687rem;left:23.6875rem;display:block; }
#IyWB0xumBx3fpvSTOmV3oCfkGUBzwzL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { background-color: transparent; background-image: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .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); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { border-width: 0; border-radius: 0; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { color:#2d2929;display:block;width:18.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:9rem;left:36.3125rem;height:19.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5b745efd-4a55-4f81-9d59-51c386a7d39c/FR8A1790.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:35.5rem;width:23.8125rem;top:0.875rem;left:7.5625rem;display:block; }#uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.adaptive-delivery-prevent-bg, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyload, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyloading { background-image: none; }
#yDBPoqTwLBT7lhOTqlsusACHmTnp6J1L { position:absolute;display:block;z-index:15002;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.75rem;width:24.1875rem;top:1.5625rem;left:8.0625rem;display:block; }
#ZHwAiLorwMH7iWFyDKHXuWgvrHbk3PO6 { position:absolute;display:block;z-index:15012;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.125rem;top:2.4375009536743rem;left:3rem;display:block; }
#yqMp4NnVVs9bJAiOSNJtcpvG5hnNuBf5 { position:absolute;display:block;z-index:15008;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:84.4375rem;width:0.0625rem;top:2.4375009536743rem;left:2.9947929382324rem;display:block; }
#hHrW2CyNzGMpqvKvL9MVSfsa4hm8aZCQ { color:#13223f;display:block;width:5.5625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:44.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WM50kvnRvKbT1SwMlF13UrI7VCt5KmQZ { color:#13223f;display:block;width:6.1875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:44.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fq6ZclusoJoHwhEe6HcI73TqQK4BDFTb { position:absolute;display:block;z-index:15013;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.75rem;width:3.75rem;top:0.875rem;left:40rem;overflow:hidden;display:block; }
#TaXzJ8lwRFhZtTJiXidFKd55RfBClvaW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { background-color: transparent; background-image: none; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container > .video-iframe-container { display: none; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row > .video-iframe-container { display: none; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .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); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { border-width: 0; border-radius: 0; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#pqdUfT0V1ykvIzdkfN6OCTr1dBmCTLB2 { color:#2d2929;display:block;width:21.4375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:7.34375rem;left:6.125rem;height:21rem;font-style:normal;display:block; }
#m3J3HmhzmQDlaPVs2ON4oqHqduxdBXnw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:0.875rem;left:1.6875rem;overflow:hidden;display:block; }
#H94VGHN9wiINEpTwbBefpRM8w78lWs8d { color:#13223f;display:block;width:9.6875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:4.8125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGuRyoWxhHTxwklN3nmF6izxZ5P1azxX { color:#13223f;display:block;width:17.625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FSwuAqRvWuXerVT4rGG28zLmF0Co3T2D { position:absolute;display:block;z-index:15004;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.75rem;width:24.6875rem;top:1.875rem;left:32.0625rem;display:block; }
#CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7529c089-4dd9-491b-a054-e161fb92662e/FR8A1517.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:36.6875rem;width:24.4375rem;top:0.875rem;left:31.3125rem;display:block; }#CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K.adaptive-delivery-prevent-bg, #CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K.lazyload, #CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K.lazyloading { background-image: none; }
#xpGBfQqZAAifMWk6riTTiiu5FiQTZbs0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#uNUficRMybgNIcRQvyENztTnidSrGnlE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row .container { background-color: transparent; background-image: none; }#uNUficRMybgNIcRQvyENztTnidSrGnlE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row .container > .video-iframe-container { display: none; }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row > .video-iframe-container { display: none; }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .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); }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row .container { border-width: 0; border-radius: 0; }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#TiE9X5L6fbM1p5O6n4qVRF55qrlRiBfN { color:#2d2929;display:block;width:9.3125rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.10000038147rem;left:8.75rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z7DrusuyyAA61k8UPhgFVgagt5xFFlcF { color:#2d2929;display:block;width:10.4375rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.375rem;left:8.75rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hIeyxFFJEuWK4DTLfZ0mTlmWkuIGUhsy { color:#2d2929;display:block;width:8.375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.25rem;left:19.0625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WEJDlicPU1aWthce59HLt3o1MS7tDqTf { color:#2d2929;display:block;width:8.375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.4375rem;left:19.0625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 li:before{  }
#KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO { color:#2d2929;display:block;width:21.6875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.375rem;left:29.5rem;height:;font-style:normal;display:block; }#KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO li:before{  }
#iz4VpCBuK38KtwzXM9l2QICOcAHA4fXo { position:absolute;display:block;z-index:15007;background-color:rgba(19,34,63,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:43.75rem;top:9rem;left:7.4375rem;display:block; }
#zrOLxeFeblbpRMJkt3w4yKSwAd7Hu23t { color:#2d2929;display:block;width:8.9375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:6.3125rem;left:5.9375rem;height:1.75rem;font-style:normal;display:block; }
#V8zRTc2zIElfN3HeRnos66W9bzO6uMM7 { position:absolute;display:block;z-index:15009;background-color:rgba(19,34,63,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:43.75rem;top:17.4375rem;left:8.125rem;display:none; }
#DqzqEHbOVq59TIk6T17XzpiNeFAIEu2C { 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:2.875rem;width:2.875rem;top:0.375rem;left:5.9375rem;overflow:hidden;display:block; }
#NQOuxcqEi4OgVIEzZQC1hoULgwyNfpVt { color:#13223f;display:block;width:4.1875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.125rem;left:8.875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#irXLdzNxB8IlTvWoagf6fHikFQ05o6ex { position:absolute;display:block;z-index:15013;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.125rem;top:1.75rem;left:3.0625rem;display:block; }
#JtfViQn89TtIapCsiTo6gQwP1OmETCNM { color:#13223f;display:block;width:7.3125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZX6sK2WFqRG9EXpuRJspaRFkMoSMkfLN { position:absolute;display:block;z-index:15005;background-color:#c70751;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0625rem;top:1.75rem;left:56.1875rem;display:block; }
#TSioTQ00y4rvql39xLysbIMX6PXbrKay { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#yI3m4rOZFmdo3rJowirrDn2acKrLnDJL { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#yI3m4rOZFmdo3rJowirrDn2acKrLnDJL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yI3m4rOZFmdo3rJowirrDn2acKrLnDJL li:before{  }
#ttOtJFD9HJQ3eunos8Lhyd3tmlrHUhIk { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#GgfehGzmKUCnGw8CLBwVk6xZ5WnZy5Zq { position:absolute;display:block;z-index:15014;background-color:rgba(19,34,63,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.375rem;width:43.75rem;top:13.3125rem;left:7.5rem;display:block; }
#ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 li:before{  }
#sDiBygFGTTh9zTdVuczMG5csd2BTBoAp { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#qqefXmyGTT7MKT87SQTpOcvpsefG9ibX { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Odz47NMN27l2y6NQ6oTUtCQuztqNys7V { position:absolute;display:block;z-index:15018;background-color:rgba(19,34,63,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:43.75rem;top:17.625rem;left:7.5625rem;display:none; }
#B42lKkAtgaKJJv96blfeoylSlpqFUtKE { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#B42lKkAtgaKJJv96blfeoylSlpqFUtKE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B42lKkAtgaKJJv96blfeoylSlpqFUtKE li:before{  }
#svPmhLnNBAd2PIdTQzb6JLy893pNHVii { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#svPmhLnNBAd2PIdTQzb6JLy893pNHVii li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#svPmhLnNBAd2PIdTQzb6JLy893pNHVii li:before{  }
#dKlTALAgSHd0Cr8iONLp5hgGdgzFB58i { position:absolute;display:block;z-index:15025;background-color:rgba(19,34,63,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:43.75rem;top:21.9375rem;left:7.5rem;display:none; }
#AesLRrKLfr3o7AoUL1g7hHalJlM9kJzT { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#T76dopFdz1pTh9QQk3MBLZ89W8yZLeI1 { color:#2d2929;display:block;width:8.375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:20.0625rem;left:19.0625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ssPmkBk7myCaD97PmWUIvH0tXwlm9G9M { position:absolute;display:block;z-index:15025;background-color:rgba(19,34,63,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:43.75rem;top:21.9375rem;left:7.5rem;display:none; }
#BHNpBPUBpVvSBnow7O6cneMR37zIrNBh { color:#2d2929;display:block;width:10.4375rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:20rem;left:8.75rem;height:1.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA li:before{  }
#GgRJSiCgddt8m5Ob2cvok7PwMLnoAX1H { box-sizing:content-box;height:12.625rem;width:45.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:17.612499237061rem;left:6.34375rem;border-top:0.125rem solid #bc264e;border-left:0.125rem solid #bc264e;border-right:0.125rem solid #bc264e;border-bottom:0.125rem solid #bc264e;display:none; }
#AyuiWmptUscKaIASoUi5AqpqpIfywikl { color:#13223f;display:block;width:26.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:29.631248474121rem;left:16.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#hmEI1ARCQvQ7TDIMA0Sv3dZhhJZ9xs7s { color:#2d2929;display:block;width:21.25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.1875rem;left:29.5rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { background-color: transparent; background-image: none; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container > .video-iframe-container { display: none; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row > .video-iframe-container { display: none; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .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); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { border-width: 0; border-radius: 0; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#ACSJ0cCSHsFHWBMqMX2vtyrtaifLxsTL { position:absolute;display:block;z-index:15002;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:0rem;left:56.1875rem;display:block; }
#fmvQHobF9g9v16k0EIT5gcpMyg5wEknO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:4.75rem;left:53.96875rem;overflow:hidden;display:block; }
#HXRDyO5ONzVTPfJuyCreeFIJTSDoUZsJ { color:#13223f;display:block;width:4.9375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.1875rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSvotuAbBZftfHIvAOu5rypQxnamf0kp { color:#13223f;display:block;width:9.6875rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:25.5625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JKTJbkvkzwJ0rZR8f4iTJ56FuaHnf1ei { background-color:#c70751;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.5625rem;left:23.6875rem;display:block; }
#xtbRpv6f0mzTGlwTKS5dgNd7TTaQnhck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9NbCJU1UKsGH3cxismuOZDcfFseUi9Q { color:#2d2929;display:block;width:26rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.112499237061rem;left:4.5625rem;height:3.5rem;font-style:normal;display:block; }
#bIXuBzFGZabB8HTTKE2KhZm86329WrFK { position:absolute;display:block;z-index:15014;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.125rem;top:18.744792938233rem;left:3.0625rem;display:block; }
#JdVO8CdPq2JoiH4qPTPiJ8OTrtrKxUK4 { position:absolute;display:block;z-index:15009;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69.5625rem;width:0.0625rem;top:18.75rem;left:-56.817707061767rem;display:block; }
#nTnDTGIsrNsEsQehPdWPwWgRg8oOdL5d { position:absolute;display:block;z-index:15009;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.25rem;width:0.0625rem;top:18.75rem;left:3.0625rem;display:block; }
#ti7tiuzbcJS5NzOVu91NkZUFVxuyMkcU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { background-color: transparent; background-image: none; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container > .video-iframe-container { display: none; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row > .video-iframe-container { display: none; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .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); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { border-width: 0; border-radius: 0; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#Pnf7NDP5VdL9L6txoaPKPS7O7FhGqIpU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:0.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#ZOGzAHMQO2DLfN7zB8ZFEDPZTB1BqPUo { color:#13223f;display:block;width:6.3125rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:6.375rem;height:1.3rem;font-style:normal;display:block; }
#zyHF3D44owh6iq1tRTgQHGfkLyWqG2Iq { color:#13223f;display:block;width:6.375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.4375rem;height:1.95rem;font-style:normal;display:block; }
#e5WogxfIPwdZJ0UVKqrygghBzKEGECaz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:6.0625rem;left:11rem;overflow:hidden;display:block; }
#tyyHdU2wddob3cTMU9C4MPkbQMZW00Ox { color:#2d2929;display:block;width:6.375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:13.4375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbzakXAv19WxQuVCweLG4HOlrFovFhwe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:6.0625rem;left:24.625rem;overflow:hidden;display:block; }
#CSwGh890PQRmcfrmAqXzSDC9My2ePkzR { color:#2d2929;display:block;width:8.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLfJFmDzZJ6Azp4s1TA2uViIOqSewKTF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:6.0625rem;left:37.75rem;overflow:hidden;display:block; }
#Hd191i1V7c6oLqgStEhP2PKDUgGqKKVx { color:#2d2929;display:block;width:6.375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.1875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpvzdq1GXdD4fNSccZ8CLlF7ONHQl4L0 { position:absolute;display:block;z-index:15015;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.125rem;top:26.8125rem;left:3.0625rem;display:block; }
#O5rNy7BadctPCZMNgh8mTXNDxcDVSVrf { position:absolute;display:block;z-index:15002;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.0625rem;top:26.8125rem;left:56.125rem;display:block; }
#RFyUnmUVGVaAa7WxZMF6JgCsJrpeB5Wc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { background-color: transparent; background-image: none; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container > .video-iframe-container { display: none; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row > .video-iframe-container { display: none; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .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); }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { border-width: 0; border-radius: 0; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011936;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;z-index:auto;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#AL3aWI9khdRnJzhu3V1TCxBLnT0Nnb9m { position:absolute;display:block;z-index:15007;background-color:#c70751;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.875rem;width:0.875rem;top:7.1927070617675rem;left:55.75rem;display:block; }
#r70WT5kmzrEiPDsFbCuHsv7TVDPHGL6m { position:absolute;display:block;z-index:15003;background-color:#13223f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.0625rem;top:0rem;left:56.15625rem;display:block; }
#HCDh4Gk6SEsyUlobnbtHL4JbbbvTFlEw { background-color:#c70751;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9375rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.3125rem;left:13.03125rem;display:block; }
#gGuVTOXPEuIbsUmCFhlw6wycAKcEWkrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xurcJeTQFdpN6usOdsuOye4WUxtGvHhS { background-color:#c70751;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9375rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.3125rem;left:13.03125rem;display:none; }
#kOeR6dwqFxZzflZkPCH1vPhxQDGabbdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seodOCvJbasbgHDrzAps1lm01WaRhsIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row .container { background-color: transparent; background-image: none; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row .container > .video-iframe-container { display: none; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row > .video-iframe-container { display: none; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .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); }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row .container { border-width: 0; border-radius: 0; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#eaDJQr2AV5C8RtWeIexh675aIPuhwobC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.0625rem;left:58rem; }
#eaDJQr2AV5C8RtWeIexh675aIPuhwobC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSS1wVNW3ld1NP7nImns8TT1qr4RiT1S { width:3.125rem;height:3.125rem;top:1.75rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { width:3.0625rem;height:1.25rem;top:2.0625rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { width:6.0625rem;height:1.75rem;top:3rem;left:25.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { width:9.1875rem;height:1.75rem;top:2.9375rem;left:36.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { width:2.8125rem;height:1.25rem;top:2rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmH65BOUX30tLG2pBoFnInwuJpIv9I8H { width:3.125rem;height:3.125rem;top:1.75rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnsGCP3Ugr1lniakhnoXRLfDaocth4P { width:2.8125rem;height:1.625rem;top:3.0625rem;left:44.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFP9HDLE1OWcN3lnT5SSZUCRPz17Gxis { width:2.8125rem;height:1.125rem;top:2.1875rem;left:44.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw2DblPs5RTXdIcpBWg0g89OV0dTZCR4 { width:2.25rem;height:2.375rem;top:2.25rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTz5kKcpQxfU96aSkbai7UHP4CQaiQk { width:13.5625rem;height:5.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sciUuvna3TtFput40kaEl8qCO5crfmaW { width:12.625rem;height:3.8125rem;top:30.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block; }
 }@media only screen and (max-width: 763px) { #XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { width:12.625rem;height:3.8125rem;top:30.3125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block; }
 }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:10.5rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Fz0Lpz4p74NBKXHQFw4VJ4fygb2B4G { top:26rem;left:17.5625rem;width:30.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWkmfP4QXc2JQ0grybWeKAHM8aSTOqz5 { top:22.375rem;left:23.4375rem;width:21.5625rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vay1pGd6stuxrsT7FdpBRL5G1rfbAXTI { top:6.25rem;left:0.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3eH1rMreO2ZfFTldDfbq3zMAECaU1 { top:0rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tonnKiXRkRxP6eVeKBbq4HcgWE2aNO { top:12.5rem;left:6.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTqMOwpLO0PrN5fuWa2L5ZgX2GxUWya3 { top:18.75rem;left:12.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwzWC68IZbAmHuxnyw9NObTIQQTO9gaA { top:0rem;left:6.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sul1ghd0mmZA0O0Ty6CGLuLFq0fUmOGh { top:25.0625rem;left:6.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN4KDRlltPgNQvwe7V1hTmvxzl1tuQ0G { top:31.3125rem;left:12.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JETL21V6bDKbFRDsJz4KFeTzGGcNMbnw { top:12.5rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEnhJzaO3Xl6ZDxa5uRg9wrxfsC5SfuO { top:18.75rem;left:0.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqJXCzcI1ubZqq8mtXdwPGpKQqy5qBKe { top:6.25rem;left:12.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGybv77HDl3RRNCeS37X49svyioTnnfi { top:25.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9waOAz0WAvRvazfHhRKzv7C3GBo88Uf { top:31.3125rem;left:0.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE6J3HmICuKiGaFmq8LaTg62ozTpbkU0 { top:0rem;left:18.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuFVdcDw52L6gTUtf42LJpIdgCwVuNx5 { top:6.25rem;left:25.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obLiBJllIXJec2HcNc47hTTPh41eqJKv { top:0rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccxUgWACByxRUkppxNBGMIZ5QzAi0PvW { top:6.25rem;left:37.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWzZfQg4xmoUD5DvrRFxHJbfmbuq14z { top:0rem;left:31.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTuI73XrnKBBsKhzA4LaEgTTKaAXHpI6 { top:12.5rem;left:18.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvzx8DL9nfst4fc6893sATLedTAenmHQ { top:12.5rem;left:31.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBegn3yEGwqBl4Lr4TZXQla1IVnkg5M { top:12.5rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNe4Vp38d6pdhDPqcTBvhC3abOyNadPV { top:6.25rem;left:0.125rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb7VmbzuoyxKh9h76rOL4h6u5AHVEbFg { display:none; }
 }@media only screen and (max-width: 763px) { #PFte2amNTm2xatvOI2oTP48G59tZAN8p { display:block; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M331mChz0anSU274cTbRF6Guv9wJTktK { width:0.0625rem;height:39.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPFeEcdar44W8PdyDvTwOB4scMWSXIA { width:2.875rem;height:2.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { width:9.6875rem;height:1.625rem;top:3.5rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGTeTrTFabzt2h5O50hud8Tm3LdvFc9 { width:17.625rem;height:1.9375rem;top:5.125rem;left:0.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { width:23.9375rem;height:11.375rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZOCBrEuf9pGzU7pVtfUEdAlUVOTkIJ { width:22.8125rem;height:33.5625rem;top:4rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { width:22.8125rem;height:34.25rem;top:2.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6ZDPBH84lGUmTL8SJNG8R7vxaoJkpX { width:23.9375rem;height:6.5rem;top:26.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsV7Jc30DZNKJcLb3Z7PneHh1Ug9090o { width:9.6875rem;height:;top:2.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM58VqLIX8F6sfolGJf3yixMqSUg86gS { display:none; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { width:0.0625rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:47.75rem;height:0.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtaPA5QwhSuP8kJdSomrwPpiT0WZ1DAG { width:0.0625rem;height:2.125rem;top:3.125rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 { width:16.5625rem;height:17.625rem;top:5.6875rem;left:31.1875rem;font-size:1.25rem;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:before{  }
 }@media only screen and (max-width: 763px) { #yA9HQdf6swinqqmPHpsh6biBnWuceC63 { width:35rem;height:23.4375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE5Je1tAtZDnoLOkr7swGHRpEHg2nWyk { width:36.5625rem;height:24rem;top:29.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU { width:36.625rem;height:24.3125rem;top:28.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FykGhZ9PXybMhKr5ne7sDMS13D5TVTgz { width:15.375rem;height:;top:28.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTD7bX6P8piGXkZ0oP9RrTfzKzhyynbA { top:28.0625rem;left:0rem;width:15.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmmZpVTGcDTMPSUtkI0ptXvpv728riH { top:0.5rem;left:31.8125rem;width:15.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3pkmasPRl3TX1TZklAIdft8X5RPbneA { width:15.5rem;height:;top:1.125rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6 { width:34.8125rem;height:23.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:59.6875rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 { width:14.5625rem;height:;top:33.5625rem;left:0rem;font-size:1.25rem;display:block; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:before{  }
 }@media only screen and (max-width: 763px) { #nRCnkV0n8AdUVlRPzuEemLz2QwR3sGuT { width:2.875rem;height:2.875rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwO2fIlrqBCgWblkTP4URHyuJWsMaIGt { display:none; }
 }@media only screen and (max-width: 763px) { #Jgc06tcaTJQM75ZU0zo1y0R6poG1QhHt { display:none; }
 }@media only screen and (max-width: 763px) { #afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg { display:block; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LepPFfGnKOJevUW0Jhq7M9tu3QoR4yQq { width:0.0625rem;height:21.6875rem;top:0rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PET7Mzfnpc1i6IcLg1J3iICmyarcIMTd { width:12.625rem;height:3.8125rem;top:8.25rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyWB0xumBx3fpvSTOmV3oCfkGUBzwzL9 { display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:18.125rem;height:19.25rem;top:9rem;left:29.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp { width:23.8125rem;height:35.5rem;top:0.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDBPoqTwLBT7lhOTqlsusACHmTnp6J1L { width:24.1875rem;height:35.75rem;top:1.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHwAiLorwMH7iWFyDKHXuWgvrHbk3PO6 { width:47.75rem;height:0.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqMp4NnVVs9bJAiOSNJtcpvG5hnNuBf5 { width:0.0625rem;height:84.4375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHrW2CyNzGMpqvKvL9MVSfsa4hm8aZCQ { width:5.5625rem;height:1.9375rem;top:2.75rem;left:38.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM50kvnRvKbT1SwMlF13UrI7VCt5KmQZ { width:6.1875rem;height:1.625rem;top:0.6875rem;left:38.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq6ZclusoJoHwhEe6HcI73TqQK4BDFTb { top:0.875rem;left:33.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaXzJ8lwRFhZtTJiXidFKd55RfBClvaW { display:none; }
 }@media only screen and (max-width: 763px) { #ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 { display:block; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqdUfT0V1ykvIzdkfN6OCTr1dBmCTLB2 { width:21.4375rem;height:21rem;top:7.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3J3HmhzmQDlaPVs2ON4oqHqduxdBXnw { width:2.875rem;height:2.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94VGHN9wiINEpTwbBefpRM8w78lWs8d { width:9.6875rem;height:1.625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuRyoWxhHTxwklN3nmF6izxZ5P1azxX { width:17.625rem;height:;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSwuAqRvWuXerVT4rGG28zLmF0Co3T2D { width:24.6875rem;height:36.75rem;top:1.875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K { width:24.4375rem;height:36.6875rem;top:0.875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpGBfQqZAAifMWk6riTTiiu5FiQTZbs0 { display:none; }
 }@media only screen and (max-width: 763px) { #uNUficRMybgNIcRQvyENztTnidSrGnlE { display:block; }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiE9X5L6fbM1p5O6n4qVRF55qrlRiBfN { width:9.3125rem;height:1.875rem;top:9.0625rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7DrusuyyAA61k8UPhgFVgagt5xFFlcF { width:10.4375rem;height:1.875rem;top:11.375rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIeyxFFJEuWK4DTLfZ0mTlmWkuIGUhsy { width:8.375rem;height:1.75rem;top:9.25rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEJDlicPU1aWthce59HLt3o1MS7tDqTf { width:8.375rem;height:1.75rem;top:11.4375rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 { width:21.25rem;height:;top:9.1875rem;left:23.375rem;font-size:1.125rem;display:block; }#vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 li:before{  }
 }@media only screen and (max-width: 763px) { #KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO { width:21.6875rem;height:;top:11.375rem;left:23.375rem;font-size:1.25rem;display:block; }#KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO li:before{  }
 }@media only screen and (max-width: 763px) { #iz4VpCBuK38KtwzXM9l2QICOcAHA4fXo { top:9rem;left:1.3125rem;width:43.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrOLxeFeblbpRMJkt3w4yKSwAd7Hu23t { width:8.9375rem;height:1.75rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zRTc2zIElfN3HeRnos66W9bzO6uMM7 { top:17.4375rem;left:2rem;width:43.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqzqEHbOVq59TIk6T17XzpiNeFAIEu2C { width:2.875rem;height:2.875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQOuxcqEi4OgVIEzZQC1hoULgwyNfpVt { width:4.1875rem;height:1.625rem;top:0.125rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irXLdzNxB8IlTvWoagf6fHikFQ05o6ex { width:47.75rem;height:0.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtfViQn89TtIapCsiTo6gQwP1OmETCNM { width:7.3125rem;height:;top:1.875rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX6sK2WFqRG9EXpuRJspaRFkMoSMkfLN { width:0.0625rem;height:15.625rem;top:1.75rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSioTQ00y4rvql39xLysbIMX6PXbrKay { display:none; }
 }@media only screen and (max-width: 763px) { #yI3m4rOZFmdo3rJowirrDn2acKrLnDJL { width:17.875rem;height:;top:19.5625rem;left:0rem;font-size:1.25rem;display:none; }#yI3m4rOZFmdo3rJowirrDn2acKrLnDJL li:before{  }
 }@media only screen and (max-width: 763px) { #ttOtJFD9HJQ3eunos8Lhyd3tmlrHUhIk { width:17.875rem;height:;top:17.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgfehGzmKUCnGw8CLBwVk6xZ5WnZy5Zq { top:13.3125rem;left:1.375rem;width:43.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 { width:17.875rem;height:;top:24.8125rem;left:0rem;font-size:1.25rem;display:none; }#ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 li:before{  }
 }@media only screen and (max-width: 763px) { #sDiBygFGTTh9zTdVuczMG5csd2BTBoAp { width:17.875rem;height:;top:31.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqefXmyGTT7MKT87SQTpOcvpsefG9ibX { width:17.875rem;height:1.75rem;top:38rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Odz47NMN27l2y6NQ6oTUtCQuztqNys7V { top:17.625rem;left:1.4375rem;width:43.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B42lKkAtgaKJJv96blfeoylSlpqFUtKE { width:17.875rem;height:;top:59rem;left:0rem;font-size:1.25rem;display:none; }#B42lKkAtgaKJJv96blfeoylSlpqFUtKE li:before{  }
 }@media only screen and (max-width: 763px) { #svPmhLnNBAd2PIdTQzb6JLy893pNHVii { width:17.875rem;height:;top:19.0625rem;left:0rem;font-size:1.25rem;display:none; }#svPmhLnNBAd2PIdTQzb6JLy893pNHVii li:before{  }
 }@media only screen and (max-width: 763px) { #dKlTALAgSHd0Cr8iONLp5hgGdgzFB58i { top:21.9375rem;left:1.375rem;width:43.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AesLRrKLfr3o7AoUL1g7hHalJlM9kJzT { width:17.875rem;height:;top:44.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T76dopFdz1pTh9QQk3MBLZ89W8yZLeI1 { width:8.375rem;height:1.75rem;top:20.0625rem;left:12.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssPmkBk7myCaD97PmWUIvH0tXwlm9G9M { top:21.9375rem;left:1.375rem;width:43.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHNpBPUBpVvSBnow7O6cneMR37zIrNBh { width:10.4375rem;height:1.875rem;top:20rem;left:2.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA { width:17.875rem;height:;top:66.6875rem;left:0rem;font-size:1.25rem;display:none; }#MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA li:before{  }
 }@media only screen and (max-width: 763px) { #GgRJSiCgddt8m5Ob2cvok7PwMLnoAX1H { top:17.5625rem;left:0.21875rem;width:45.6875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyuiWmptUscKaIASoUi5AqpqpIfywikl { width:26.125rem;height:1.4375rem;top:29.625rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmEI1ARCQvQ7TDIMA0Sv3dZhhJZ9xs7s { width:17.875rem;height:;top:52rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz { display:block; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACSJ0cCSHsFHWBMqMX2vtyrtaifLxsTL { width:0.0625rem;height:18.75rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmvQHobF9g9v16k0EIT5gcpMyg5wEknO { top:4.75rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXRDyO5ONzVTPfJuyCreeFIJTSDoUZsJ { width:4.9375rem;height:2.25rem;top:4.75rem;left:20.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSvotuAbBZftfHIvAOu5rypQxnamf0kp { width:9.6875rem;height:2.625rem;top:6.875rem;left:19.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTJbkvkzwJ0rZR8f4iTJ56FuaHnf1ei { width:12.625rem;height:3.8125rem;top:28.5625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbRpv6f0mzTGlwTKS5dgNd7TTaQnhck { display:block; }
 }@media only screen and (max-width: 763px) { #k9NbCJU1UKsGH3cxismuOZDcfFseUi9Q { width:26rem;height:3.5rem;top:15.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIXuBzFGZabB8HTTKE2KhZm86329WrFK { width:47.75rem;height:0.0625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdVO8CdPq2JoiH4qPTPiJ8OTrtrKxUK4 { width:0.0625rem;height:69.5625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTnDTGIsrNsEsQehPdWPwWgRg8oOdL5d { width:0.0625rem;height:51.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti7tiuzbcJS5NzOVu91NkZUFVxuyMkcU { display:none; }
 }@media only screen and (max-width: 763px) { #h7PuJVe3VXRGINCWvu6lbycxuKE47en3 { display:block; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pnf7NDP5VdL9L6txoaPKPS7O7FhGqIpU { width:3.5rem;height:3.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGzAHMQO2DLfN7zB8ZFEDPZTB1BqPUo { width:6.3125rem;height:1.25rem;top:0.5625rem;left:0.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyHF3D44owh6iq1tRTgQHGfkLyWqG2Iq { width:6.375rem;height:1.9375rem;top:1.75rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5WogxfIPwdZJ0UVKqrygghBzKEGECaz { top:6.0625rem;left:4.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyyHdU2wddob3cTMU9C4MPkbQMZW00Ox { width:6.375rem;height:3.875rem;top:19.3125rem;left:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbzakXAv19WxQuVCweLG4HOlrFovFhwe { top:6.0625rem;left:18.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwGh890PQRmcfrmAqXzSDC9My2ePkzR { width:8.8125rem;height:3.875rem;top:19.3125rem;left:19.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfJFmDzZJ6Azp4s1TA2uViIOqSewKTF { top:6.0625rem;left:31.625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd191i1V7c6oLqgStEhP2PKDUgGqKKVx { width:6.375rem;height:3.875rem;top:19.3125rem;left:34.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpvzdq1GXdD4fNSccZ8CLlF7ONHQl4L0 { width:47.75rem;height:0.0625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5rNy7BadctPCZMNgh8mTXNDxcDVSVrf { width:0.0625rem;height:14.375rem;top:26.8125rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFyUnmUVGVaAa7WxZMF6JgCsJrpeB5Wc { display:none; }
 }@media only screen and (max-width: 763px) { #SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI { display:block; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AL3aWI9khdRnJzhu3V1TCxBLnT0Nnb9m { width:0.875rem;height:0.875rem;top:7.1875rem;left:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r70WT5kmzrEiPDsFbCuHsv7TVDPHGL6m { width:0.0625rem;height:7.5rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCDh4Gk6SEsyUlobnbtHL4JbbbvTFlEw { width:33.9375rem;height:4.9375rem;top:4.3125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuVTOXPEuIbsUmCFhlw6wycAKcEWkrh { display:block; }
 }@media only screen and (max-width: 763px) { #xurcJeTQFdpN6usOdsuOye4WUxtGvHhS { width:33.9375rem;height:4.9375rem;top:4.3125rem;left:6.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOeR6dwqFxZzflZkPCH1vPhxQDGabbdW { display:block; }
 }@media only screen and (max-width: 763px) { #seodOCvJbasbgHDrzAps1lm01WaRhsIX { display:block; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaDJQr2AV5C8RtWeIexh675aIPuhwobC { top:0.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#eaDJQr2AV5C8RtWeIexh675aIPuhwobC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { position:relative;z-index:auto;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSS1wVNW3ld1NP7nImns8TT1qr4RiT1S { width:3.125rem;height:3.125rem;top:9.0625rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { width:4.75rem;height:1.3rem;top:9.0625rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { width:5.625rem;height:1.7875rem;top:10.125rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { width:6.0625rem;height:1.7875rem;top:10.125rem;left:13.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { width:4rem;height:1.3rem;top:9.0625rem;left:13.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmH65BOUX30tLG2pBoFnInwuJpIv9I8H { width:3.125rem;height:3.125rem;top:9.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnsGCP3Ugr1lniakhnoXRLfDaocth4P { width:2.8125rem;height:0;top:7.3125rem;left:15.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AFP9HDLE1OWcN3lnT5SSZUCRPz17Gxis { width:2.8125rem;height:0;top:6.25rem;left:15.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aw2DblPs5RTXdIcpBWg0g89OV0dTZCR4 { width:2.25rem;height:2.375rem;top:6.25rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxTz5kKcpQxfU96aSkbai7UHP4CQaiQk { width:13.5625rem;height:5.375rem;top:1.4375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { background-color:#ffffff;background-image:none;display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sciUuvna3TtFput40kaEl8qCO5crfmaW { width:11.875rem;height:3.8125rem;top:27.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block; }
 }@media only screen and (max-width: 763px) { #XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { width:18.125rem;height:5.3125rem;top:32.5625rem;left:0.9375rem;background-color:#bc264e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block; }
 }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:28.3125rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:38.125rem;top:29.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9Fz0Lpz4p74NBKXHQFw4VJ4fygb2B4G { width:19rem;height:1.38125rem;top:6.1875rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWkmfP4QXc2JQ0grybWeKAHM8aSTOqz5 { width:15.4375rem;height:4.0625rem;top:3.1875rem;left:0.8125rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vay1pGd6stuxrsT7FdpBRL5G1rfbAXTI { width:7.5rem;height:7.5rem;top:10.34375rem;left:6.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3eH1rMreO2ZfFTldDfbq3zMAECaU1 { width:7.5rem;height:7.5rem;top:16.03125rem;left:2.125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D6tonnKiXRkRxP6eVeKBbq4HcgWE2aNO { width:6.25rem;height:6.25rem;top:111.56249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTqMOwpLO0PrN5fuWa2L5ZgX2GxUWya3 { width:7.5rem;height:7.5rem;top:16.03125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwzWC68IZbAmHuxnyw9NObTIQQTO9gaA { width:6.25rem;height:6.25rem;top:43.75rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sul1ghd0mmZA0O0Ty6CGLuLFq0fUmOGh { width:6.25rem;height:6.25rem;top:164.06249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kN4KDRlltPgNQvwe7V1hTmvxzl1tuQ0G { width:6.25rem;height:6.25rem;top:188.54999237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JETL21V6bDKbFRDsJz4KFeTzGGcNMbnw { width:6.25rem;height:6.25rem;top:104.06249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEnhJzaO3Xl6ZDxa5uRg9wrxfsC5SfuO { width:6.25rem;height:6.25rem;top:141.56249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqJXCzcI1ubZqq8mtXdwPGpKQqy5qBKe { width:6.25rem;height:6.25rem;top:80.3125rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGybv77HDl3RRNCeS37X49svyioTnnfi { width:6.25rem;height:6.25rem;top:156.56249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9waOAz0WAvRvazfHhRKzv7C3GBo88Uf { width:6.25rem;height:6.25rem;top:181.04999237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oE6J3HmICuKiGaFmq8LaTg62ozTpbkU0 { width:6.25rem;height:6.25rem;top:0rem;left:13.125rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VuFVdcDw52L6gTUtf42LJpIdgCwVuNx5 { width:6.25rem;height:6.25rem;top:89.062492370606rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #obLiBJllIXJec2HcNc47hTTPh41eqJKv { width:6.25rem;height:6.25rem;top:14.4375rem;left:6.875rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ccxUgWACByxRUkppxNBGMIZ5QzAi0PvW { width:6.25rem;height:6.25rem;top:96.562492370606rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIWzZfQg4xmoUD5DvrRFxHJbfmbuq14z { width:6.25rem;height:6.25rem;top:12.5rem;left:13.25rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fTuI73XrnKBBsKhzA4LaEgTTKaAXHpI6 { width:6.25rem;height:6.25rem;top:119.06249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cvzx8DL9nfst4fc6893sATLedTAenmHQ { width:6.25rem;height:6.25rem;top:126.56249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGBegn3yEGwqBl4Lr4TZXQla1IVnkg5M { width:6.25rem;height:6.25rem;top:134.06249237061rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNe4Vp38d6pdhDPqcTBvhC3abOyNadPV { width:7.5rem;height:7.5rem;top:22.53125rem;left:6.25rem;box-shadow: none;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7VmbzuoyxKh9h76rOL4h6u5AHVEbFg { top:0rem;left:1.40625rem;width:17.1875rem;height:0.625rem;z-index:15015;background-color:#ffffff;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.0625rem solid rgba(19,34,63,0.49);display:block; }
 }@media only screen and (max-width: 763px) { #PFte2amNTm2xatvOI2oTP48G59tZAN8p { display:block; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M331mChz0anSU274cTbRF6Guv9wJTktK { width:0.0625rem;height:39.375rem;top:6.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWPFeEcdar44W8PdyDvTwOB4scMWSXIA { width:2.875rem;height:2.875rem;top:1.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { width:9.6875rem;height:0;top:5.5rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKGTeTrTFabzt2h5O50hud8Tm3LdvFc9 { width:9.6875rem;height:1.95rem;top:4.1875rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { width:19rem;height:14.625rem;top:11.125rem;left:0.5rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZOCBrEuf9pGzU7pVtfUEdAlUVOTkIJ { width:20rem;height:22.625rem;top:21.687500953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { width:20rem;height:29.9375rem;top:27.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6ZDPBH84lGUmTL8SJNG8R7vxaoJkpX { width:18.8125rem;height:8.125rem;top:59.625rem;left:0.5625rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsV7Jc30DZNKJcLb3Z7PneHh1Ug9090o { width:12.6875rem;height:1.7875rem;top:6.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;z-index:15006;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #ZM58VqLIX8F6sfolGJf3yixMqSUg86gS { top:3.5999984741211rem;left:1.40625rem;width:17.1875rem;height:4.6875rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;display:block; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { width:0.0625rem;height:3.125rem;top:2.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:20rem;height:0.0625rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtaPA5QwhSuP8kJdSomrwPpiT0WZ1DAG { width:0.0625rem;height:2.125rem;top:3.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:20rem;height:130.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 { width:15.8125rem;height:19.375rem;top:8.5rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:before{  }
 }@media only screen and (max-width: 763px) { #yA9HQdf6swinqqmPHpsh6biBnWuceC63 { width:20rem;height:14rem;top:61.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oE5Je1tAtZDnoLOkr7swGHRpEHg2nWyk { width:20rem;height:13.875rem;top:21.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU { width:20rem;height:30.0625rem;top:31.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c20c7335-883d-4d68-af05-0b014481da92/FR8A1057.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.adaptive-delivery-prevent-bg, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyload, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FykGhZ9PXybMhKr5ne7sDMS13D5TVTgz { width:15.375rem;height:1.95rem;top:67.0625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTD7bX6P8piGXkZ0oP9RrTfzKzhyynbA { width:15.625rem;height:3.125rem;top:66.331249237062rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmmZpVTGcDTMPSUtkI0ptXvpv728riH { width:15.625rem;height:3.125rem;top:3.7062492370606rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3pkmasPRl3TX1TZklAIdft8X5RPbneA { width:15.5rem;height:1.95rem;top:4.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6 { width:20rem;height:29.9375rem;top:95.5625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dbd79ce4-0ed6-4d5e-a74d-f5535112840a/FR8A0815.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.adaptive-delivery-prevent-bg, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyload, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:59.6875rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 { width:16.875rem;height:19.6875rem;top:72.3125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:before{  }
 }@media only screen and (max-width: 763px) { #nRCnkV0n8AdUVlRPzuEemLz2QwR3sGuT { width:3.125rem;height:3.125rem;top:1.3125rem;left:8.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dwO2fIlrqBCgWblkTP4URHyuJWsMaIGt { display:flex;top:63.5rem;left:8.75rem;width:3.125rem;height:3.125rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #Jgc06tcaTJQM75ZU0zo1y0R6poG1QhHt { top:63.375rem;left:8.4375rem;width:3.75rem;height:3.75rem;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg { display:block; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LepPFfGnKOJevUW0Jhq7M9tu3QoR4yQq { width:0.0625rem;height:21.6875rem;top:70rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PET7Mzfnpc1i6IcLg1J3iICmyarcIMTd { width:18.125rem;height:5.3125rem;top:10.4375rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyWB0xumBx3fpvSTOmV3oCfkGUBzwzL9 { display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:18.8125rem;height:19.25rem;top:43.6875rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp { width:20rem;height:29.75rem;top:11.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41572ff6-ae21-44b3-a462-24bfcec8754f/FR8A1817.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.adaptive-delivery-prevent-bg, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyload, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yDBPoqTwLBT7lhOTqlsusACHmTnp6J1L { width:20rem;height:25.6875rem;top:11.187503814698rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHwAiLorwMH7iWFyDKHXuWgvrHbk3PO6 { width:20rem;height:0.0625rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqMp4NnVVs9bJAiOSNJtcpvG5hnNuBf5 { width:0.0625rem;height:84.4375rem;top:2.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHrW2CyNzGMpqvKvL9MVSfsa4hm8aZCQ { width:9.6875rem;height:1.7875rem;top:6.375rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #WM50kvnRvKbT1SwMlF13UrI7VCt5KmQZ { width:9.875rem;height:1.95rem;top:4.4375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #fq6ZclusoJoHwhEe6HcI73TqQK4BDFTb { width:3.75rem;height:3.75rem;top:0.75rem;left:8.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TaXzJ8lwRFhZtTJiXidFKd55RfBClvaW { top:3.75rem;left:1.375rem;width:17.1875rem;height:4.6875rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;display:block; }
 }@media only screen and (max-width: 763px) { #ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 { display:block; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqdUfT0V1ykvIzdkfN6OCTr1dBmCTLB2 { width:18.625rem;height:22.75rem;top:10.875rem;left:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #m3J3HmhzmQDlaPVs2ON4oqHqduxdBXnw { width:3.75rem;height:3.75rem;top:0.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94VGHN9wiINEpTwbBefpRM8w78lWs8d { width:9.6875rem;height:1.95rem;top:4.25rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #TGuRyoWxhHTxwklN3nmF6izxZ5P1azxX { width:17.625rem;height:1.7875rem;top:6.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #FSwuAqRvWuXerVT4rGG28zLmF0Co3T2D { width:20rem;height:14.75rem;top:9.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K { width:20rem;height:29.875rem;top:35.5625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7529c089-4dd9-491b-a054-e161fb92662e/FR8A1517.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K.adaptive-delivery-prevent-bg, #CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K.lazyload, #CH7CJKnr2PRcivVfl5IT2Ucluy1hwz3K.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xpGBfQqZAAifMWk6riTTiiu5FiQTZbs0 { top:3.75rem;left:1.4375rem;width:17.1875rem;height:4.6875rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;display:block; }
 }@media only screen and (max-width: 763px) { #uNUficRMybgNIcRQvyENztTnidSrGnlE { display:block; }#uNUficRMybgNIcRQvyENztTnidSrGnlE > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiE9X5L6fbM1p5O6n4qVRF55qrlRiBfN { width:10.125rem;height:1.925rem;top:15.4375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z7DrusuyyAA61k8UPhgFVgagt5xFFlcF { width:9.0625rem;height:1.925rem;top:22.5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hIeyxFFJEuWK4DTLfZ0mTlmWkuIGUhsy { width:8.625rem;height:1.925rem;top:15.4375rem;left:11.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEJDlicPU1aWthce59HLt3o1MS7tDqTf { width:8rem;height:1.925rem;top:22.5rem;left:11.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 { width:11.5625rem;height:0;top:18.25rem;left:3.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }#vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vG4foIcM0ghmX3CAy9eU6rTrqRkDull3 li:before{  }
 }@media only screen and (max-width: 763px) { #KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO { width:12.4375rem;height:0;top:27.875rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }#KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KuS428zeBpPdZ3SJMs7CWCMhlLDuDHMO li:before{  }
 }@media only screen and (max-width: 763px) { #iz4VpCBuK38KtwzXM9l2QICOcAHA4fXo { width:20rem;height:2.5rem;top:15.1875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrOLxeFeblbpRMJkt3w4yKSwAd7Hu23t { width:8.9375rem;height:1.75rem;top:10.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zRTc2zIElfN3HeRnos66W9bzO6uMM7 { width:20rem;height:2.5rem;top:22.3125rem;left:0rem;z-index:15010;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqzqEHbOVq59TIk6T17XzpiNeFAIEu2C { width:3.75rem;height:3.75rem;top:0.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQOuxcqEi4OgVIEzZQC1hoULgwyNfpVt { width:4.1875rem;height:1.95rem;top:4.4375rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #irXLdzNxB8IlTvWoagf6fHikFQ05o6ex { width:20rem;height:0.0625rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtfViQn89TtIapCsiTo6gQwP1OmETCNM { width:7.3125rem;height:1.7875rem;top:6.25rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #ZX6sK2WFqRG9EXpuRJspaRFkMoSMkfLN { width:0.0625rem;height:15.625rem;top:1.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSioTQ00y4rvql39xLysbIMX6PXbrKay { top:3.9375rem;left:1.4375rem;width:17.1875rem;height:4.6875rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;display:block; }
 }@media only screen and (max-width: 763px) { #yI3m4rOZFmdo3rJowirrDn2acKrLnDJL { width:17.875rem;height:0;top:48.625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15013;display:none; }#yI3m4rOZFmdo3rJowirrDn2acKrLnDJL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yI3m4rOZFmdo3rJowirrDn2acKrLnDJL li:before{  }
 }@media only screen and (max-width: 763px) { #ttOtJFD9HJQ3eunos8Lhyd3tmlrHUhIk { width:20rem;height:1.75rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #GgfehGzmKUCnGw8CLBwVk6xZ5WnZy5Zq { width:20rem;height:2.1875rem;top:29.1875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 { width:17.875rem;height:1.75rem;top:25.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15015;display:block; }#ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ihQKC1WyIiacx7Z4poebCmi8dUq0i7I9 li:before{  }
 }@media only screen and (max-width: 763px) { #sDiBygFGTTh9zTdVuczMG5csd2BTBoAp { width:17.875rem;height:1.75rem;top:32rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qqefXmyGTT7MKT87SQTpOcvpsefG9ibX { width:17.1875rem;height:1.75rem;top:38.674999237061rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Odz47NMN27l2y6NQ6oTUtCQuztqNys7V { width:20rem;height:2.1875rem;top:35.806243896484rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #B42lKkAtgaKJJv96blfeoylSlpqFUtKE { width:17.875rem;height:;top:59rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15018;display:block; }#B42lKkAtgaKJJv96blfeoylSlpqFUtKE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B42lKkAtgaKJJv96blfeoylSlpqFUtKE li:before{  }
 }@media only screen and (max-width: 763px) { #svPmhLnNBAd2PIdTQzb6JLy893pNHVii { width:17.875rem;height:3.8125rem;top:72.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15019;display:block; }#svPmhLnNBAd2PIdTQzb6JLy893pNHVii li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#svPmhLnNBAd2PIdTQzb6JLy893pNHVii li:before{  }
 }@media only screen and (max-width: 763px) { #dKlTALAgSHd0Cr8iONLp5hgGdgzFB58i { width:20rem;height:2.1875rem;top:56.6875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #AesLRrKLfr3o7AoUL1g7hHalJlM9kJzT { width:17.875rem;height:1.75rem;top:45.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #T76dopFdz1pTh9QQk3MBLZ89W8yZLeI1 { width:8.375rem;height:1.925rem;top:64.5625rem;left:11.625rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ssPmkBk7myCaD97PmWUIvH0tXwlm9G9M { width:20rem;height:2.1875rem;top:64.4375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BHNpBPUBpVvSBnow7O6cneMR37zIrNBh { width:10.4375rem;height:1.925rem;top:64.5rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:400;font-style:normal;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA { width:17.875rem;height:;top:66.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15019;display:block; }#MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MREGTy2czrKVWUS4BuN9Rz4TdLZ0LelA li:before{  }
 }@media only screen and (max-width: 763px) { #GgRJSiCgddt8m5Ob2cvok7PwMLnoAX1H { width:19.75rem;height:37.625rem;top:41.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyuiWmptUscKaIASoUi5AqpqpIfywikl { width:11.5625rem;height:2.925rem;top:77.5rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmEI1ARCQvQ7TDIMA0Sv3dZhhJZ9xs7s { width:17.875rem;height:1.75rem;top:52.737499237061rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz { display:block; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACSJ0cCSHsFHWBMqMX2vtyrtaifLxsTL { width:0.0625rem;height:33.125rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmvQHobF9g9v16k0EIT5gcpMyg5wEknO { width:3.75rem;height:3.75rem;top:1.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXRDyO5ONzVTPfJuyCreeFIJTSDoUZsJ { width:4.9375rem;height:1.95rem;top:5.1875rem;left:7.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSvotuAbBZftfHIvAOu5rypQxnamf0kp { width:5.5625rem;height:1.7875rem;top:7.125rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTJbkvkzwJ0rZR8f4iTJ56FuaHnf1ei { width:18.125rem;height:5.3125rem;top:28.75rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbRpv6f0mzTGlwTKS5dgNd7TTaQnhck { display:block; }
 }@media only screen and (max-width: 763px) { #k9NbCJU1UKsGH3cxismuOZDcfFseUi9Q { width:13.3125rem;height:5.25rem;top:10.8125rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIXuBzFGZabB8HTTKE2KhZm86329WrFK { width:20rem;height:0.0625rem;top:18.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdVO8CdPq2JoiH4qPTPiJ8OTrtrKxUK4 { width:0.0625rem;height:69.5625rem;top:18.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTnDTGIsrNsEsQehPdWPwWgRg8oOdL5d { width:0.0625rem;height:51.25rem;top:18.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ti7tiuzbcJS5NzOVu91NkZUFVxuyMkcU { top:4.625rem;left:1.4375rem;width:17.1875rem;height:4.6875rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;display:block; }
 }@media only screen and (max-width: 763px) { #h7PuJVe3VXRGINCWvu6lbycxuKE47en3 { display:block; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pnf7NDP5VdL9L6txoaPKPS7O7FhGqIpU { width:3.75rem;height:3.75rem;top:0.43229198455811rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGzAHMQO2DLfN7zB8ZFEDPZTB1BqPUo { width:9.6875rem;height:1.95rem;top:4.1249990463257rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyHF3D44owh6iq1tRTgQHGfkLyWqG2Iq { width:9.6875rem;height:1.7875rem;top:6.0750007629394rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5WogxfIPwdZJ0UVKqrygghBzKEGECaz { width:11.25rem;height:11.25rem;top:11.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyyHdU2wddob3cTMU9C4MPkbQMZW00Ox { width:6.375rem;height:3.9rem;top:22.375rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbzakXAv19WxQuVCweLG4HOlrFovFhwe { width:11.25rem;height:11.25rem;top:28.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwGh890PQRmcfrmAqXzSDC9My2ePkzR { width:6.375rem;height:3.9rem;top:39.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfJFmDzZJ6Azp4s1TA2uViIOqSewKTF { width:11.25rem;height:11.25rem;top:46.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd191i1V7c6oLqgStEhP2PKDUgGqKKVx { width:4.5rem;height:3.9rem;top:57.375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpvzdq1GXdD4fNSccZ8CLlF7ONHQl4L0 { width:20rem;height:0.0625rem;top:26.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5rNy7BadctPCZMNgh8mTXNDxcDVSVrf { width:0.0625rem;height:33.125rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFyUnmUVGVaAa7WxZMF6JgCsJrpeB5Wc { top:3.4947929382324rem;left:1.40625rem;width:17.1875rem;height:4.6875rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #13223f;border-left:0;border-right:0;border-bottom:0.0625rem solid #13223f;display:block; }
 }@media only screen and (max-width: 763px) { #SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI { display:block; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { background-color:#011936;background-image:url("https://images.assets-landingi.com/15sL7lf1/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.adaptive-delivery-prevent-bg, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyload, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyloading { background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AL3aWI9khdRnJzhu3V1TCxBLnT0Nnb9m { width:0.875rem;height:0.875rem;top:7.1875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r70WT5kmzrEiPDsFbCuHsv7TVDPHGL6m { width:0.0625rem;height:7.5rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCDh4Gk6SEsyUlobnbtHL4JbbbvTFlEw { width:19rem;height:8.3125rem;top:2.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGuVTOXPEuIbsUmCFhlw6wycAKcEWkrh { display:block; }
 }@media only screen and (max-width: 763px) { #xurcJeTQFdpN6usOdsuOye4WUxtGvHhS { width:19rem;height:8.3125rem;top:2.625rem;left:0.5rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #kOeR6dwqFxZzflZkPCH1vPhxQDGabbdW { display:block; }
 }@media only screen and (max-width: 763px) { #seodOCvJbasbgHDrzAps1lm01WaRhsIX { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#seodOCvJbasbgHDrzAps1lm01WaRhsIX > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaDJQr2AV5C8RtWeIexh675aIPuhwobC { display:flex;width:2rem;height:2rem;top:1.25rem;left:9rem; }
#eaDJQr2AV5C8RtWeIexh675aIPuhwobC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }