.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:#01457a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00457a;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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:#ffb400;display:block;width:54.9375rem;position:absolute;font-family:eudoxus;font-size:4.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.375rem;left:0rem;height:9.4873125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F9JLDGTJPXvFAbemHTPHsMMfCfNqUSRX { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:eudoxus;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.35;letter-spacing:0;top:17.625rem;left:0rem;height:5.0625rem;display:block; }
#oz1rqDEThDZ8JdkOwGFtbaONWWbxhb1P { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:25.6875rem;top:0rem;left:31.80859375rem;overflow:hidden;display:block; }
#uKzsSpIlwm57N2WPhlS1tOSZtChS7TlX { 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:1.9375rem;width:11.3125rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#n7Xn8tgsMH5NulUkVkPldisMMTlK2NOJ { color:#025ca3;display:block;width:16.4375rem;position:absolute;font-family:eudoxus;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:29.625rem;left:2.4375rem;height:6.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; }
#Zk0WoMkZT5Mz5OAyfNJ0TXPTonnQng9V { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.875rem;width:35.5rem;top:28.5625rem;left:21.93359375rem;display:block; }
#QOZfcf18U4gZzgI3TOr3cdkisT92AHMH { position:absolute;display:block;z-index:15013;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;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.25rem;width:60rem;top:26.40625rem;left:0rem;display:block; }
#QuvP7kAd67xhvDqh8o73WK94wMgKGTEp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.3125rem;top:20.75rem;left:23.1875rem;overflow:hidden;display:none; }
#zliTNH1EsEmvlBPXbvpsTPOQOgzoRrVp { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:27.6875rem;height:1.3125rem;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:left;text-align-last:left;display:none; }
#HrBXt6q0hSZt1LUOdc3QPFCT1KBGp4iT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.3125rem;top:20.75rem;left:33.875rem;overflow:hidden;display:none; }
#fXKVRdlOZvoo3lcMqFPvJ3bRFD3Ei4f3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.5rem;top:20.6875rem;left:45rem;overflow:hidden;display:none; }
#fKLUR85brdccyfbTZwAbO71iyi52RDM4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.5rem;top:20.6875rem;left:13.4375rem;overflow:hidden;display:none; }
#kuh9Fz2ZJVo3RqMGa9sU2hVcp5FiEDT3 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:17.875rem;height:1.3125rem;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:left;text-align-last:left;display:none; }
#ASLkZg1sI5rHIkVv9EIKs83EKsE7ZoGC { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:49.5rem;height:1.3125rem;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:left;text-align-last:left;display:none; }
#ESu1K2VGTmEkuCrpBNQqAEt0UGkdkPg3 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:38.1875rem;height:1.3125rem;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:left;text-align-last:left;display:none; }
#rkCHPbR3PC4zyQ3MoaiBxUVFFTpLuix6 { color:#025ca3;display:block;width:16.4375rem;position:absolute;font-family:eudoxus;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:29.625rem;left:2.4375rem;height:6.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; }
#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA { position:relative;display:block; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA { background-color: transparent; background-image: none; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row .container > .video-iframe-container { display: none; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row > .video-iframe-container { display: none; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .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); }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA { border-width: 0; border-radius: 0; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#01457a;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DRPCR0DthV5NO31q0KLyyP6DsZeZTEC3 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:eudoxus;font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:6.97509765625rem;left:2.5625rem;height:3.59911875rem;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; }
#Gy0tzQWSSX66pGo2OMcEnwT4GBTu3tkv { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:49.5rem;height:1.3125rem;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:left;text-align-last:left;display:block; }
#sxbAuqJ5m6rRlrwg1tSEOgDzlRWbHLCX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.3125rem;top:20.75rem;left:33.875rem;overflow:hidden;display:block; }
#SZtrIKGLxVFgW2vb9FhnQsMPhmcOrpAv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.3125rem;top:20.75rem;left:23.1875rem;overflow:hidden;display:block; }
#b1r4a4s3Uhuzn5GME1l6GMrZbEXR0F0i { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.5rem;top:20.6875rem;left:45rem;overflow:hidden;display:block; }
#GK53tJKqpZQ6seHWuUKUTMph9BKK7mBO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.5rem;top:20.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#WMTyJDJhze6N5cqbEWqc6tTy3VXPXbvX { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:17.875rem;height:1.3125rem;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:left;text-align-last:left;display:block; }
#NaeIKg1MbB7mL99uIhJeF2xl3D0DuTqF { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:27.6875rem;height:1.3125rem;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:left;text-align-last:left;display:block; }
#IPzegc5y73hegwr7AFip0qymG5FcbdyD { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:eudoxus;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:21.9375rem;left:38.1875rem;height:1.3125rem;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:left;text-align-last:left;display:block; }
#NTSTOporfyBwMOdJ719yqTTKQ66rbnMz { box-sizing:content-box;height:0.125rem;width:55rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:19.78125rem;left:2.5rem;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#025ca3;display:block;width:9.75rem;position:absolute;font-family:eudoxus;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:21.34375rem;left:2.5625rem;height:2.5rem;font-style:normal;display:block; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fb;background-image:url("https://images.assets-landingi.com/uc/608a23e3-0314-4b22-a92f-22daa8ef3b18/tag_red_44.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:#001d33;display:block;width:14.625rem;position:absolute;font-family:eudoxus;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.15625rem;left:0rem;height:11.9995rem;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; }
#ywoL71dwHG1mQSQHwKO2rmPIFTZiBEXh { color:#001d33;display:block;width:16.25rem;position:absolute;font-family:eudoxus;font-size:1rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:11.625rem;left:40.75rem;height:2.3994125rem;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; }
#Qy10BOHmb0U6Ux0pOidvw9giiAO8xVPT { position:absolute;display:block;z-index:15014;background-color:#5acfe7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.4375rem;width:20.4375rem;top:6.625rem;left:38.6875rem;display:block; }
#RHJnphLJdTuqIL6bnXfifsZd6Gsm6QeA { color:#001d33;display:block;width:15.75rem;position:absolute;font-family:eudoxus;font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:11.5625rem;left:19.5rem;height:2.3994125rem;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; }
#oNa5TNiAu98FU2NygNfcXMTwT5emqnXv { position:absolute;display:block;z-index:15015;background-color:#5acfe7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.3125rem;width:19.875rem;top:6.75rem;left:17.4375rem;display:block; }
#CTt5pe8SuDQop5myvTUiUtg0nFQXwMCH { background-color:#025ca3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:eudoxus;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.4375rem;left:19.5rem;display:block; }
#fc0GHKnwWHOi1Jo7CvtmSkBx9FrZA1lw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X3OkhFW3T3nT4quGbhCvIvTRPe2vQBnv { background-color:#025ca3;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:eudoxus;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.4375rem;left:41.5rem;display:block; }
#kHtvuxvNG75kUqcrE0aqk3H0oC5ZugcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pf9BU75232TTCappRMVfZ6AGtUrHPTTu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:10.4375rem;top:5.6875rem;left:22.15625rem;overflow:hidden;display:block; }
#rrK8HUS3bG0biLUwbN9cC87kyJbtSv1t { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:4.09375rem;left:45.09375rem;overflow:hidden;display:block; }
#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb400;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; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row .container { background-color: transparent; background-image: none; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row .container > .video-iframe-container { display: none; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row > .video-iframe-container { display: none; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .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); }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row .container { border-width: 0; border-radius: 0; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#NuTbymi1CQwCHHBLhmTUV48lo6JpWihH { color:#001d33;display:block;width:60rem;position:absolute;font-family:eudoxus;font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.43603515625rem;left:0rem;height:2.3999rem;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; }
#ZvDgDnGzyp6Wxxuy3SGJIh7MgPwTi5pH { 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;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:eudoxus;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:5.52978515625rem;left:21.875rem;display:block; }
#ruixSCqTc2td2zxXgcvabizAzo9tTstl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#025ca3;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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:eudoxus;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:0.9746125rem;font-style:normal;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1.875rem;left:48.4375rem; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.875rem;left:52.75rem; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.875rem;left:57.5rem; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Es8iwo3BgSKUNVx39lsQk4QZgoHfINiV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.875rem;left:44rem; }
#Es8iwo3BgSKUNVx39lsQk4QZgoHfINiV > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:7.375rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9JLDGTJPXvFAbemHTPHsMMfCfNqUSRX { top:17.625rem;left:0rem;width:24.8125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz1rqDEThDZ8JdkOwGFtbaONWWbxhb1P { top:0rem;left:22.0625rem;width:25.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKzsSpIlwm57N2WPhlS1tOSZtChS7TlX { top:2.875rem;left:0rem;width:11.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Xn8tgsMH5NulUkVkPldisMMTlK2NOJ { top:29.625rem;left:0rem;width:16.4375rem;height:6.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk0WoMkZT5Mz5OAyfNJ0TXPTonnQng9V { top:28.5625rem;left:12.25rem;width:35.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOZfcf18U4gZzgI3TOr3cdkisT92AHMH { top:26.375rem;left:0rem;width:47.75rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuvP7kAd67xhvDqh8o73WK94wMgKGTEp { top:20.75rem;left:17.0625rem;width:4.3125rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zliTNH1EsEmvlBPXbvpsTPOQOgzoRrVp { top:21.9375rem;left:21.5625rem;width:6.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrBXt6q0hSZt1LUOdc3QPFCT1KBGp4iT { top:20.75rem;left:27.75rem;width:4.3125rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXKVRdlOZvoo3lcMqFPvJ3bRFD3Ei4f3 { top:20.6875rem;left:38.875rem;width:4.5rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKLUR85brdccyfbTZwAbO71iyi52RDM4 { top:20.6875rem;left:7.3125rem;width:4.5rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuh9Fz2ZJVo3RqMGa9sU2hVcp5FiEDT3 { top:21.9375rem;left:11.75rem;width:4.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASLkZg1sI5rHIkVv9EIKs83EKsE7ZoGC { top:21.9375rem;left:39.5625rem;width:8.1875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESu1K2VGTmEkuCrpBNQqAEt0UGkdkPg3 { top:21.9375rem;left:32.0625rem;width:6.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkCHPbR3PC4zyQ3MoaiBxUVFFTpLuix6 { top:38.75rem;left:0rem;width:12.375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA { display:block; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRPCR0DthV5NO31q0KLyyP6DsZeZTEC3 { top:6.9375rem;left:0rem;width:12.625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy0tzQWSSX66pGo2OMcEnwT4GBTu3tkv { top:21.9375rem;left:39.5625rem;width:8.1875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxbAuqJ5m6rRlrwg1tSEOgDzlRWbHLCX { top:20.75rem;left:27.75rem;width:4.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZtrIKGLxVFgW2vb9FhnQsMPhmcOrpAv { top:20.75rem;left:17.0625rem;width:4.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1r4a4s3Uhuzn5GME1l6GMrZbEXR0F0i { top:20.6875rem;left:38.875rem;width:4.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK53tJKqpZQ6seHWuUKUTMph9BKK7mBO { top:20.6875rem;left:7.3125rem;width:4.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMTyJDJhze6N5cqbEWqc6tTy3VXPXbvX { top:21.9375rem;left:11.75rem;width:4.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaeIKg1MbB7mL99uIhJeF2xl3D0DuTqF { top:21.9375rem;left:21.5625rem;width:6.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPzegc5y73hegwr7AFip0qymG5FcbdyD { top:21.9375rem;left:32.0625rem;width:6.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTSTOporfyBwMOdJ719yqTTKQ66rbnMz { top:19.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:21.3125rem;left:0rem;width:9.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:6.125rem;left:0rem;width:14.625rem;height:11.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywoL71dwHG1mQSQHwKO2rmPIFTZiBEXh { top:11.625rem;left:31.5rem;width:16.25rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy10BOHmb0U6Ux0pOidvw9giiAO8xVPT { top:6.625rem;left:27.3125rem;width:20.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJnphLJdTuqIL6bnXfifsZd6Gsm6QeA { top:11.5625rem;left:8.125rem;width:15.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNa5TNiAu98FU2NygNfcXMTwT5emqnXv { top:6.75rem;left:4rem;width:19.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTt5pe8SuDQop5myvTUiUtg0nFQXwMCH { width:16.25rem;height:2.3125rem;top:15.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc0GHKnwWHOi1Jo7CvtmSkBx9FrZA1lw { display:block; }
 }@media only screen and (max-width: 763px) { #X3OkhFW3T3nT4quGbhCvIvTRPe2vQBnv { width:14.75rem;height:2.3125rem;top:15.4375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHtvuxvNG75kUqcrE0aqk3H0oC5ZugcF { display:block; }
 }@media only screen and (max-width: 763px) { #Pf9BU75232TTCappRMVfZ6AGtUrHPTTu { top:5.6875rem;left:13.4375rem;width:10.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrK8HUS3bG0biLUwbN9cC87kyJbtSv1t { top:4.0625rem;left:35.90625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 { display:block; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuTbymi1CQwCHHBLhmTUV48lo6JpWihH { top:2.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDgDnGzyp6Wxxuy3SGJIh7MgPwTi5pH { width:16.25rem;height:2.9375rem;top:5.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruixSCqTc2td2zxXgcvabizAzo9tTstl { display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:2.5rem;left:0rem;width:29.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:2.5rem;height:2.5rem;top:1.875rem;left:42.3125rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Es8iwo3BgSKUNVx39lsQk4QZgoHfINiV { width:2.5rem;height:2.5rem;top:1.875rem;left:37.875rem;display:block; }
#Es8iwo3BgSKUNVx39lsQk4QZgoHfINiV > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f4f8fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:#01457a;background-image:none;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:5.5rem;top:6.625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9JLDGTJPXvFAbemHTPHsMMfCfNqUSRX { width:15.5rem;height:5.736325rem;top:13rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oz1rqDEThDZ8JdkOwGFtbaONWWbxhb1P { width:17.9375rem;height:19.25rem;top:46.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKzsSpIlwm57N2WPhlS1tOSZtChS7TlX { width:11.25rem;height:1.75rem;top:2.125rem;left:3.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n7Xn8tgsMH5NulUkVkPldisMMTlK2NOJ { width:12.375rem;height:3rem;top:24.25rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zk0WoMkZT5Mz5OAyfNJ0TXPTonnQng9V { height:10.4375rem;width:18.9375rem;top:28.498046875rem;left:0.56433823529412rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOZfcf18U4gZzgI3TOr3cdkisT92AHMH { width:20rem;height:29rem;top:22.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QuvP7kAd67xhvDqh8o73WK94wMgKGTEp { width:3.4375rem;height:2.8125rem;top:42.0751953125rem;left:10.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #zliTNH1EsEmvlBPXbvpsTPOQOgzoRrVp { width:3.5rem;height:2.0996125rem;top:42.431640625rem;left:14.21875rem;font-size:0.875rem;line-height:1.2;z-index:15028;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrBXt6q0hSZt1LUOdc3QPFCT1KBGp4iT { width:3.4375rem;height:2.8125rem;top:45.9375rem;left:9.90625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #fXKVRdlOZvoo3lcMqFPvJ3bRFD3Ei4f3 { width:3.4375rem;height:2.8125rem;top:46.125rem;left:1.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #fKLUR85brdccyfbTZwAbO71iyi52RDM4 { width:3.4375rem;height:2.875rem;top:42.2939453125rem;left:1.3125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #kuh9Fz2ZJVo3RqMGa9sU2hVcp5FiEDT3 { width:4.1875rem;height:2.0996125rem;top:42.89404296875rem;left:4.9375rem;font-size:0.875rem;line-height:1.2;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ASLkZg1sI5rHIkVv9EIKs83EKsE7ZoGC { width:5.0625rem;height:2.0996125rem;top:46.71240234375rem;left:13.5625rem;font-size:0.875rem;line-height:1.2;z-index:15030;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESu1K2VGTmEkuCrpBNQqAEt0UGkdkPg3 { width:5.125rem;height:2.0996125rem;top:47rem;left:4.9375rem;font-size:0.875rem;line-height:1.2;z-index:15029;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rkCHPbR3PC4zyQ3MoaiBxUVFFTpLuix6 { width:15.5rem;height:1.19970625rem;top:40.248046875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA { display:none; }#RytEAvvTlxDZwKwT9WAk4wVKN36NpGTA > .row .container { width:20rem;height:0.8125rem;background-color:#f4f8fb;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DRPCR0DthV5NO31q0KLyyP6DsZeZTEC3 { width:12.625rem;height:0;top:18.498046875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Gy0tzQWSSX66pGo2OMcEnwT4GBTu3tkv { width:7.875rem;height:0;top:22.3125rem;left:10.625rem;font-size:0.875rem;line-height:1.2;z-index:15022;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sxbAuqJ5m6rRlrwg1tSEOgDzlRWbHLCX { width:8.125rem;height:6.8125rem;top:14.9375rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZtrIKGLxVFgW2vb9FhnQsMPhmcOrpAv { width:8.125rem;height:6.8125rem;top:5.5rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1r4a4s3Uhuzn5GME1l6GMrZbEXR0F0i { width:8.125rem;height:6.8125rem;top:14.9375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GK53tJKqpZQ6seHWuUKUTMph9BKK7mBO { width:8.125rem;height:6.8125rem;top:5.5rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMTyJDJhze6N5cqbEWqc6tTy3VXPXbvX { width:6.8125rem;height:0;top:12.75rem;left:2.3125rem;font-size:0.875rem;line-height:1.2;z-index:15019;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NaeIKg1MbB7mL99uIhJeF2xl3D0DuTqF { width:6.8125rem;height:0;top:12.75rem;left:11rem;font-size:0.875rem;line-height:1.2;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IPzegc5y73hegwr7AFip0qymG5FcbdyD { width:6.8125rem;height:0;top:22.3125rem;left:2.3125rem;font-size:0.875rem;line-height:1.2;z-index:15021;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NTSTOporfyBwMOdJ719yqTTKQ66rbnMz { width:20rem;height:0.125rem;top:47.594728125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:15.3125rem;height:1rem;top:40.125rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9935c1f9-63c1-4974-bfe6-b10a19e0e2f4/red_tag_24.png");background-position:top right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:10.5rem;height:8.999rem;top:3.3125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywoL71dwHG1mQSQHwKO2rmPIFTZiBEXh { width:14.5rem;height:2.3994125rem;top:36.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy10BOHmb0U6Ux0pOidvw9giiAO8xVPT { width:18.1875rem;height:12.4375rem;top:30.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJnphLJdTuqIL6bnXfifsZd6Gsm6QeA { width:15.75rem;height:2.3994125rem;top:20.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNa5TNiAu98FU2NygNfcXMTwT5emqnXv { width:18rem;height:12.3125rem;top:16.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTt5pe8SuDQop5myvTUiUtg0nFQXwMCH { width:16.25rem;height:2.3125rem;top:24.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc0GHKnwWHOi1Jo7CvtmSkBx9FrZA1lw { display:block; }
 }@media only screen and (max-width: 763px) { #X3OkhFW3T3nT4quGbhCvIvTRPe2vQBnv { width:16.125rem;height:2.3125rem;top:39.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHtvuxvNG75kUqcrE0aqk3H0oC5ZugcF { display:block; }
 }@media only screen and (max-width: 763px) { #Pf9BU75232TTCappRMVfZ6AGtUrHPTTu { width:10.4375rem;height:4.625rem;top:14.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrK8HUS3bG0biLUwbN9cC87kyJbtSv1t { width:7.25rem;height:7.25rem;top:28.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 { display:block; }#vTIZZRqPnsRHwesDxGp7RmJgIl7pSdk9 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuTbymi1CQwCHHBLhmTUV48lo6JpWihH { width:16.25rem;height:3.5996125rem;top:1.3125rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDgDnGzyp6Wxxuy3SGJIh7MgPwTi5pH { width:16.25rem;height:2.9375rem;top:5.8623046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruixSCqTc2td2zxXgcvabizAzo9tTstl { display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:12.5rem;height:3.8994125rem;top:0.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.875rem;height:1.875rem;top:5.34375rem;left:7.1875rem;font-size:1.3125rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:1.875rem;height:1.875rem;top:5.34375rem;left:3.75rem;font-size:1.3125rem;display:block; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.875rem;height:1.875rem;top:5.34375rem;left:10.75rem;font-size:1.3125rem;display:block; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Es8iwo3BgSKUNVx39lsQk4QZgoHfINiV { width:2.1875rem;height:2.25rem;top:5.15625rem;left:14.125rem;font-size:1.3125rem;display:block; }
#Es8iwo3BgSKUNVx39lsQk4QZgoHfINiV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.25rem; } }