.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.25));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.25));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.25));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff3f' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.25));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row .container { background-color: transparent; background-image: none; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row .container > .video-iframe-container { display: none; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row > .video-iframe-container { display: none; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .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); }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row .container { border-width: 0; border-radius: 0; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#e7AGtWhwWL7wTC14PBL7MrQ4VTqZtApi { z-index:15008;top:0.84375rem;left:42.59375rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eWT5lcHpuyhrZB0sJeDrqu5hK8uGRgBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXvcFyd1GwOB6dKe4o3TizkNSEDWuzal { z-index:15009;top:0.84375rem;left:53.40625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sFyhrOZt6EFhuHGsDf9ilfGkEFcsLnP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1WI1e1WT1dVdPh4hMQsTxK1SphU8AJo { z-index:15010;top:0.84375rem;left:64.28125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sJhgifVbPESqqbfdlnt652ENR6HOSTLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpPwXu0KhE1cuMb2JJ1seTNUDrx897bz { color:#144085;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:20rem;left:1.25rem;height:5.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:none; }
#O3qioG18NSUVRc8DpimxxdmOKvN2050Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f6be938-5eea-4092-ba2b-76a262c2910b/T697DualTag_object1a.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q.adaptive-delivery-prevent-bg, #O3qioG18NSUVRc8DpimxxdmOKvN2050Q.lazyload, #O3qioG18NSUVRc8DpimxxdmOKvN2050Q.lazyloading { background-image: none; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row .container { background-color: transparent; background-image: none; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row .container > .video-iframe-container { display: none; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row > .video-iframe-container { display: none; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .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); }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row .container { border-width: 0; border-radius: 0; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#QvJQbkurDNoigCWTAXsmCBbBrQoePkeX { color:#144085;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:18.625rem;left:1.125rem;height:5.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; }
#TNnks9NT2FPIzfsWAv57QyHGU3PoSQZP { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:24.1875rem;left:1.4375rem;height:5.25rem;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; }
#nDE6dnkZD8Lax7Ev024q42zBo47hDwZ5 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #bdf347;border-left:0.3125rem solid #bdf347;border-right:0.3125rem solid #bdf347;border-bottom:0.3125rem solid #bdf347;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.0625rem;width:10.0625rem;top:18.6875rem;left:37.5rem;display:block; }
#rsFVMDX3Irdmkf26yUctTCCLdRsRcQqy { color:#bdf347;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:25.25rem;left:38.0625rem;height:3.5rem;font-style:normal;display:block; }
#QXn167hqT5gHTvkGUgWiEnVK8GDEJtMJ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #bdf347;border-left:0.3125rem solid #bdf347;border-right:0.3125rem solid #bdf347;border-bottom:0.3125rem solid #bdf347;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.0625rem;width:10.0625rem;top:18.6875rem;left:61.25rem;display:block; }
#PXbONnzevDlnD1AsWPEM0T1MhxFrxloq { color:#bdf347;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:25.25rem;left:61.8125rem;height:3.5rem;font-style:normal;display:block; }
#GWFIMGLESS2e2vDy4qO85WuiLUTwdMru { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #bdf347;border-left:0.3125rem solid #bdf347;border-right:0.3125rem solid #bdf347;border-bottom:0.3125rem solid #bdf347;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.0625rem;width:10.0625rem;top:18.6875rem;left:49.4375rem;display:block; }
#AX3lgEJ18pooreG8nbhIae9TOIcnVKEN { color:#bdf347;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:27rem;left:50rem;height:1.75rem;font-style:normal;display:block; }
#IQ6LQTtg7EsIrXJo3ht6MbFvuiN39kqH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:42.4375rem;top:4.75rem;left:32.625rem;overflow:hidden;display:block; }
#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e08ab1af-c1ba-4985-aee2-c8844050fd59/T697DualTag_object1b.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS.adaptive-delivery-prevent-bg, #aPd5wFLHrATDgVUFhQWQfwN5faiKlASS.lazyload, #aPd5wFLHrATDgVUFhQWQfwN5faiKlASS.lazyloading { background-image: none; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row .container { background-color: transparent; background-image: none; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row .container > .video-iframe-container { display: none; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row > .video-iframe-container { display: none; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .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); }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row .container { border-width: 0; border-radius: 0; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#mbHPOpLZwgP7sdyRNUnl3wL2ymu2C5Tv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:17.8125rem;left:35rem;display:block; }
#twqaXePyZFEX31BrZtTeh8PQFaBoaAz3 { color:#144085;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:21.5rem;left:6.25rem;height:11.8125rem;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; }
#UkZXSsx35D6w0y2kDX4teABRQxOai0yD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ac3c760-691c-49df-8dd9-4056a101236d/T697DualTag_object3a.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD.adaptive-delivery-prevent-bg, #UkZXSsx35D6w0y2kDX4teABRQxOai0yD.lazyload, #UkZXSsx35D6w0y2kDX4teABRQxOai0yD.lazyloading { background-image: none; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row .container { background-color: transparent; background-image: none; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row .container > .video-iframe-container { display: none; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row > .video-iframe-container { display: none; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .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); }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row .container { border-width: 0; border-radius: 0; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#PQI3w5XswW1eTZfyQ8Uf59HU20ut18JQ { z-index:15010;top:9.75rem;left:6.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eLTqZf56Gg8IDNqHFxMZTzDfdIqAAPlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b90022a-d418-4d90-9d32-03a9eadcc201/T697DualTag_object3b.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE.adaptive-delivery-prevent-bg, #Qm93RkdklSRi9G18FOI7pTWCSURdSdfE.lazyload, #Qm93RkdklSRi9G18FOI7pTWCSURdSdfE.lazyloading { background-image: none; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row .container { background-color: transparent; background-image: none; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row .container > .video-iframe-container { display: none; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row > .video-iframe-container { display: none; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .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); }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row .container { border-width: 0; border-radius: 0; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#byQgWkSZ90vJSIDES2zclhwOBsaz6ZP4 { color:#144085;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:18.375rem;left:3.75rem;height:7.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; }
#ofwlB436Qe9r6JWQP1Bovd58BWZT3phv { color:#001a4e;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:27.125rem;left:3.75rem;height:7.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;display:block; }
#n0uGiSmwZgzTC8xHLQPNxePq8E2r5va4 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:block; }
#UGeQRCiXUKdpQP0hMdkWrURn06hneR6c { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:1.125rem;font-style:normal;display:block; }
#QMCCEwDMFqfmxUGxSLAK8Jc9xTtwoe8S { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:15.8125rem;left:41.75rem;height:3.375rem;font-style:normal;display:block; }
#VD8gmg4sMCTpkIS9JB8XAUro7LA79WUs { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:10.875rem;left:51.25rem;display:block; }
#LxxHg8QglftKEDf2ZlVS6oWwOUeOPTis { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:15.8125rem;left:51.75rem;height:3.375rem;font-style:normal;display:block; }
#IeiL26QFJufeObVt9VTZyduiTortIEh2 { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:13.375rem;left:51.75rem;height:2.25rem;font-style:normal;display:block; }
#CAbvRLJ2ESuwFSu2hvzU5LpbLMCqa4Z8 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:10.875rem;left:61.25rem;display:block; }
#wxEuLGQohXGnV91obJ03OoyI8Ba424sm { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:14.6875rem;left:61.75rem;height:4.5rem;font-style:normal;display:block; }
#KEw8Okw0sKp52Tl0NCSsyKg3FSkxiCNn { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:13.3125rem;left:61.75rem;height:1.125rem;font-style:normal;display:block; }
#rVAXEnBJJ7rhQMEFToG4clngyDlln2kf { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:20.875rem;left:41.25rem;display:block; }
#oVlmX7LzF9dNHQ5RirqRzL8D8uugScVo { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:26.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:block; }
#ZdT7ARSIEoffDLdVwv7zu0ApICuM9ykp { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:24.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:block; }
#s3OTM4kLI23JZXnoFlqrpeKdlBqOfqRW { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:20.875rem;left:51.25rem;display:block; }
#hwdh0WUcr9S38vdrP93dtMlU8TbrmLxz { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:24.6875rem;left:51.75rem;height:4.5rem;font-style:normal;display:block; }
#Z9QzBTypiRdwnbS7I4cvLQRcOSTlaGOg { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:23.3125rem;left:51.75rem;height:1.125rem;font-style:normal;display:block; }
#wc5BCmom5dLk1SrnqtumihLkFIoKk7u3 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:20.875rem;left:61.25rem;display:block; }
#RmT52mVOJ837N7mPO9aI4vOkvu4KZcTS { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:26.9375rem;left:61.75rem;height:2.25rem;font-style:normal;display:block; }
#Td7HOpdLOhkccKuhqiQ0CrDe4UX7UePO { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:24.5rem;left:61.75rem;height:2.25rem;font-style:normal;display:block; }
#o7tF3J3iiMTbuVTzd89ee8b7g4in7npX { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:30.875rem;left:41.25rem;display:block; }
#u4OAF0Q5qytgAAoEpn01A3ixKu3rWh3t { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:36.9375rem;left:41.75rem;height:2.25rem;font-style:normal;display:block; }
#JWDMMW7OglzgLzh3xQ3zXwhgX5strdV0 { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:33.3125rem;left:41.75rem;height:3.375rem;font-style:normal;display:block; }
#bSWOnSHAxPtblBzTAPFfdWEx5s0Xz515 { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:30.875rem;left:51.25rem;display:block; }
#LuMnNdDAJSc6V8y2O3bgxedIisctfh7W { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:36.9375rem;left:51.75rem;height:2.25rem;font-style:normal;display:block; }
#OJ875JZsE5hDA74RJXz6tFdof66xbpQC { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:35.5625rem;left:51.75rem;height:1.125rem;font-style:normal;display:block; }
#zmzQtGQ6eKTQf5A3ZWuCTr07gyhazce8 { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.3125rem;top:30.875rem;left:61.25rem;display:block; }
#bmhLbBesZKTCVq6ocg7rs8CTklF8JUXQ { color:#001a4e;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;top:34.6875rem;left:61.6875rem;height:4.5rem;font-style:normal;display:block; }
#WW9T6t18ZnKX0T9ef3gkJBVbrHEfArhC { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:33.4375rem;left:61.75rem;height:1.125rem;font-style:normal;display:block; }
#vT4iZv8ezTzRXCJeMK6qSp8t7AV8Ly5f { 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:50.25rem;width:53.75rem;top:3.8125rem;left:29.730859101761rem;overflow:hidden;display:block; }
#dHn23xswpZB3D31zt8I0dTOTQLT2TAxv { z-index:15011;top:37.0625rem;left:3.75rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ErJy88b18dTc5B3w9KD73tQsypXbwdZu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ac3c760-691c-49df-8dd9-4056a101236d/T697DualTag_object3a.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD.adaptive-delivery-prevent-bg, #FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD.lazyload, #FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD.lazyloading { background-image: none; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row .container { background-color: transparent; background-image: none; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row .container > .video-iframe-container { display: none; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row > .video-iframe-container { display: none; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .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); }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row .container { border-width: 0; border-radius: 0; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#dTHys1h6BFfhN9ASIG37IivvIw6PmIa5 { color:#144085;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:0.625rem;left:15.5rem;height:3.9375rem;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; }
#eAoOesud7cqmbxslFhxGpiy240oWnufX { color:#144085;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:7.4375rem;left:33.5rem;height:1.6875rem;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; }
#OPQLGAlcpF4iG5PVJwLuPHyXixKN3raQ { color:#144085;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:6.625rem;left:47.3125rem;height:3.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;text-align:center;text-align-last:center;display:block; }
#w3daLfx6EBVOds4iVQbzB31ww330XToR { color:#144085;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:6.625rem;left:61rem;height:3.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;text-align:center;text-align-last:center;display:block; }
#kAnTFPHBWg5IgCdlqnMBqfTarr3T8ghP { color:#144085;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:.9;letter-spacing:0;top:11.625rem;left:11.6875rem;height:1.125rem;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:right;text-align-last:right;display:block; }
#iQn9Dk4DCQhRTxAhC4FkxJMR8riXwDZ7 { color:#144085;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:.9;letter-spacing:0;top:15.375rem;left:8.5rem;height:1.125rem;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:right;text-align-last:right;display:block; }
#LdglxN3uaXpW0ETBSHSPItxbAvHsiIIL { color:#144085;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:.9;letter-spacing:0;top:19.125rem;left:4.75rem;height:1.125rem;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:right;text-align-last:right;display:block; }
#mHDle94Bud8GZb79c79C2n2TKakxvA3T { color:#144085;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.65625rem;left:3.5rem;height:2.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;text-align:right;text-align-last:right;display:block; }
#rlNiTPeqOu2PF4temn8qAgsu0T1U0yGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11rem;left:37.25rem; }
#t2nDLXrvn5oU3IkcqWpbnCXDQfZxaGP8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11rem;left:64.75rem; }
#xG9azDqSiC9WTdcuXzxzV75x8wUoadWE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.0625rem;left:51rem; }
#x5PiJ8TIig1IgIDqaFTzGTigG1oW6eKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.8125rem;left:37.25rem; }
#PhQEsab475gre3CqBUWpcIJqhV8eUcRl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.8125rem;left:51rem; }
#xwXOhEdl0LfAsRwLimczdewZqrJb5RlV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.5rem;left:37.25rem; }
#qLQi4IQ7nop1n0frmNL4vTvT0OsGDram { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:22.8125rem;left:37.25rem; }
#RIAyKUORcOI4L9LpGrrMSK4Wf9ylVwU0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.5rem;left:51.0625rem; }
#LKwOT7ccK0FkAidvWlTe8LOQKXT4Lal1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.75rem;left:64.75rem; }
#J1sTs6ePAfGvbcXr4qJURmxufCngHFv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.5rem;left:64.8125rem; }
#vNIOK9tba3udkNDtwyIaeyiGG4QdNSz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.8125rem;left:51.0625rem; }
#W0bitE89TmLxs6R5bkkO5XdIN1GKmklq { color:#144085;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;top:27.875rem;left:3.9375rem;height:1.125rem;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:right;text-align-last:right;display:block; }
#OWQXmIFdJB87iRQp1e7622A3SoGDFXTE { color:#144085;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:.9;letter-spacing:0;top:31.625rem;left:3.625rem;height:1.125rem;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:right;text-align-last:right;display:block; }
#cnbTr13wqoTltSbdHuwvJPXK6pHGpsxN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:22.8125rem;left:64.8125rem; }
#PLlyM5cbNoJZ20CaOlexPry5pHWc8TAb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31rem;left:51.0625rem; }
#gpTr4CsNcaarpWnuq0Km7wbrHndgzP7t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:27.25rem;left:37.25rem; }
#sGVLCURy5m0ZvgdR8bknEi2twFz6kB7U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem; }
#iS1y6VASii8felOq8yeIuhln3xi4iSUl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:27.25rem;left:51.0625rem; }
#Fw4r2IediJnJ8tKBnptzRWKkSBpGivSm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:27.25rem;left:64.8125rem; }
#dHaITSDKtmiKPnTH1lT4DT0FFGQUKpo0 { color:#144085;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:.9;letter-spacing:0;top:35.3837890625rem;left:1.625rem;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:right;text-align-last:right;display:block; }
#vrxWditr9rUztxcai4nOqythzA4t0maE { color:#616161;display:block;width:3.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.9375rem;left:64.1875rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTeTHn7Tk3K4NiuyRWH6Jdw56QXAJcRv { color:#616161;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:34.6875rem;left:32.25rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgdgL3o45kT4H922vENSUMbKdgTZNWWR { color:#616161;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:34.6875rem;left:46.0625rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFyJFgP98qGTFNI79NvZmZF3SHDfVwkI { color:#616161;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:34.6875rem;left:59.75rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wd45edxi3CarTymTZKgu7xxf6d78dIMS { z-index:15009;top:42.9375rem;left:30.75rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qDRx1gMWoe86RzW0TDknTFBNmJDZ7KsC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KuCVTIKQCOVt7wbUCgGBBfK9lh60hGRG { z-index:15010;top:42.9375rem;left:48.0625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pIhB5qG5LSqJ1GFOqNSNwXkndSJwMffK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v46sWNnxAyw5dnOpoa6T4y0VTEnipVAa { z-index:15010;top:42.9375rem;left:13.5rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G0NEWN6Ul2wz4VBWo8GoJifH7ph7JVrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b90022a-d418-4d90-9d32-03a9eadcc201/T697DualTag_object3b.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC.adaptive-delivery-prevent-bg, #i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC.lazyload, #i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC.lazyloading { background-image: none; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row .container { background-color: transparent; background-image: none; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row .container > .video-iframe-container { display: none; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row > .video-iframe-container { display: none; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .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); }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row .container { border-width: 0; border-radius: 0; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#qfxOT1oQA4tHqMH1NyZh7bsvPTxcBxAB { z-index:15011;top:4.8125rem;left:2.625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:15rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GDL9n7VfDGIJGh4P3SMhagAW3bt3xzMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRlLBikNmOnmr8NzwcSXaTEvauSmivbn { z-index:15012;top:4.8125rem;left:19.9375rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:15rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oQQ1svm0KkzI5uKk6NP6gzDFqLkrBgHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3LqFsnTy1gve0no2mhV8cevx0KVl02V { color:#144085;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:5.75rem;left:40.21875rem;height:13.125rem;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; }
#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg { position:relative;display:none; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg { border-width: 0; border-radius: 0; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .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; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yD409A4be67TwzIFViiHAhP0g9cEezDQ { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#okhaXT8RkoXJGL46mq3TVCmvtdO21Tom { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:36rem;top:4.71875rem;left:37.125rem;overflow:hidden;display:none; }
#GUHSen9UNthRm7TTBOZnI9GUnd1uApsL { color:#144085;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:20rem;left:1.25rem;height:5.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:none; }
#TmxwDpFp8q9Do27QhqUgsehsXZUWpQho { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#e9DGQRqP0fBTZ9dZKGfiVztHnWM0raAK { z-index:15009;top:0.84375rem;left:53.40625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CLF6nSlGPHfZ1suqNgzfTaoViorQcRah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSPMyspv0TFF2EPJ9Ct5PF9f5KLao44T { z-index:15010;top:0.84375rem;left:64.28125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#J2tOyBzoJdhWXX4DnCCp8qbwtGz6aG5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHy9HywafTmToFV5bFqzycqsgTmo9Qwc { z-index:15008;top:0.84375rem;left:42.59375rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Syoa380UTcsKJBXv0OE1TPqgSrtJdqmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfPDGxcCNuWtvLaW02CqTn3tRHVoUGWd { z-index:15010;top:0.84375rem;left:64.28125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tvh0Rz9Fu7D0MeRbRfh0d9vVW3X6Xb3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAV23GEhWwDIDH50RoaHPN8khahDbhTf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MQogCrclv2xTSNHNpKT3fInEfOXWGbLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxRcZX3XtgszSmaeKrbJOkaIUyXOKpdN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eAIQJgrWTRAtdaNTOQxpeT53P4e1EUOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlZg9mgD6XrRLVq7UqrBD957ZR2crn7w { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#kQnqHeFqf39kpbuqkSaq8AEvaUS6Iedb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic { position:relative;display:none; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic { border-width: 0; border-radius: 0; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .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; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cWnA20oNoW5uwXkQSmG8Fg8H4wrfmito { z-index:15010;top:9.75rem;left:6.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vmUQ7yGvGIaSIW1oXdx5XovIn7qBqK4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sAEPrCaC5c2y0O40N9RTDG1sweQf3BNo { color:#144085;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:21.5rem;left:6.25rem;height:11.8125rem;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; }
#CfqRTm48bqgSwOac6O1qCCT1Ch3pT6ZP { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#P8bzTg0nyQWLuwkrazXMuUaoNmBgGwXH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:17.8125rem;left:35rem;display:none; }
#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw { position:relative;display:none; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw { border-width: 0; border-radius: 0; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .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; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#n7TibATRJoZ8lFw55DrMaw2SAxhRsEHN { z-index:15010;top:9.75rem;left:6.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dozS5DT2Usyunb27Qdp00uJH2Jc6rtCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXbdEokyQVdx17Ct6qqNK7mIGTFWSLzC { color:#144085;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:21.5rem;left:6.25rem;height:11.8125rem;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; }
#ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 { position:relative;display:none; }#ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 { border-width: 0; border-radius: 0; }#ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 > .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; }#ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oUepd1SRgqOs9VIspRX2QwwRWOTlKhnX { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#co67MyCPQWLTJ0S35oRkhlanxsZodgAI { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#A6WC751GTCho6URJHCB0WupywFkFMyIF { position:relative;display:none; }#A6WC751GTCho6URJHCB0WupywFkFMyIF { border-width: 0; border-radius: 0; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .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; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ktrnbXVdcV2uX2ilMT9g063SgPdTBJXD { z-index:15010;top:9.75rem;left:6.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#001a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#rr7MbtCGBL2vHdVtQ7MNwockQgthioL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B26obfToSAQbcIu8miwtalgOSsk91ibO { color:#144085;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:21.5rem;left:6.25rem;height:11.8125rem;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; }
#rWKrrU81EEUXCg5arhiwThXmcgXkgmsm { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#TaiSIk10AeWHPVeMUWR7VNFszJstk31K { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#HHiNZ8JkAJ1FaT5cM9UbTzN7az9oTrgD { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#sv8WroTtDarUzmK3pT85TU1Qyxm7C2pM { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#LWCVChlQZnR7utHIzWPIKSxU7FDsFGev { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#JJiTWEmaapKJamgBkWlZkPuh7tT7fiF1 { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#HgHu4idgH1kCn0lBKKFvqne25ACCudcA { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#mST48OmCsiHT90qt123Ko78cae6rlRAK { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#GbBVvdaGzeSF3b59x33O3uGb4FOKqgIm { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#TnwDw8eG9Zpx81gRek0NfDdJcvvImNd2 { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#AD8OrWSSBmnQyPp8ge2iXW5rBhRw4NaH { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#eDqVbP6V8hKN81155FfarsZg1TF2uOSa { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#p5tJTawGAWZw9JKRck4PgbUSIZWorTXU { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#HTJRu5TEC57QbLP1RmfIuPP6p6vXBNCk { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#xJv3f61wx6yzE97AGtRS6DtyLI2mBRRz { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#Uwzhf3XtaPO4cnTASWdxD1Zgh7u4i0dm { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#VLA2PTd5Rh3y3n21WTdJLGBpJd5Py0f8 { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#Bb6e964FX5CoAsyHR84RBwCHEwWp2nPa { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#WJL4htNwp2fRobTcwrtaEZoNxLv9eu7N { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#QqrT8h8Tar9WNu5zbw0axGW43BKMxuyL { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#Clkd3D6WUmygdGAVgoB9SXNQU9zSqAzq { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#cCSLwpQhTXLL5AtQToRUqqLkNOOTtIIb { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.25rem solid #001a4e;border-left:0.25rem solid #001a4e;border-right:0.25rem solid #001a4e;border-bottom:0.25rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.875rem;left:41.25rem;display:none; }
#TO9MdqklZPKMUK5zaC7wBNq7XeRgGDni { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:16.875rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#MAobdMlrx8MQqUnUcDTKtRCN3eBC3JIf { color:#001a4e;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:14.4375rem;left:41.75rem;height:2.25rem;font-style:normal;display:none; }
#SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or { position:relative;display:none; }#SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or { border-width: 0; border-radius: 0; }#SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or > .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; }#SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KKWepuwi2LaACdbdgPFb8reoitSHlHRL { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#XFFfuthyyTA897BV7DCF10yP40FK1fWv { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#zvQDcwsKsc906PhilRcMlviKlC9EQmAB { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#c1Ab60WyeRJRx4u8cyyc2EnMbN5DQ6nC { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#t3bOXZWoEqiL9pTCJJhaTpm59lxH4tL4 { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#v4QZnX1B712RkwEPbdP6aa3UDOgM5Ndt { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#CgX7rJlocyHSgTWRwEBOQuikm5CpnD2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31rem;left:51.0625rem;display:none; }
#xIOvKr2PicOg2PbIFi9hacblmVpGIIiL { color:#616161;display:block;width:3.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.9375rem;left:64.1875rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xATdpsvuHWn7VM64Ce6vsIXvfpEcflp8 { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#KsvwWtbvLe4U864uo5NaQqvgypBvHnc9 { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#TkX5oglD07SWFBckpv3PNKIq3LeTpeKh { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#aLMbkVxErT9OFoBNGtUMxPTVNopllp72 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#w8a7vTDixkTqlBnPJ6ar9KNoh0AzRTBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#OhXMo2u5WG5TdLe5TLVUrQNHd59mhpIX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#mTmxTeTmRHQSTv6S3Nz5b9hJ1yE93ITe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#J7qaW7Ltnctt1oG6C4mZHJiZcr4bFmph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#mVPuMuIMGBZ7LKENQ650hS93nfeZlMTf { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#QhZdW0bR5mhmuFulQ2zQ9RpJZIhDWAXa { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#bCrwlJMgESobUzD9Tu17ByVeUqaU8TW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#QQ7QkIxCPziho9UyadT4ZgNaxDTQ72eH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#XsK6hoGHMTEfrLw4S7MeQytcZmeXttTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#s7OcxRzQZzGVi1OdJDLXcwfOttI3vMHM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31rem;left:51.0625rem;display:none; }
#tslkWAtP0srG3FGBZFB0hQTl9RbA1Gb0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31rem;left:51.0625rem;display:none; }
#OolszPaIFZm6MoQ2u8t7yHZr2qzxnv4o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#XlybxddBLPVM6UW3ksEWc0M7xfem0b50 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#wvSJkzP0NWQK8MznEvlULlp7ycpVogvb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31rem;left:51.0625rem;display:none; }
#EvPpGeKBCV9cotsgcSmtiJUrDsc9PdBU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31rem;left:51.0625rem;display:none; }
#xgcxGdmGDG95iOBiR6Hl6zTebNiS90Ep { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31rem;left:51.0625rem;display:none; }
#BxzqakO6hWzOxpO3yOoagw2arTIOrrCR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31rem;left:37.25rem;display:none; }
#n25TOK4w8S87Zbkp75OscneEn85EAd2Q { color:#616161;display:block;width:3.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.9375rem;left:64.1875rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HQR4EmxMnCHRv31aoXhDLbUqVHXktl4z { color:#616161;display:block;width:3.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.9375rem;left:64.1875rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PP9TttRfI6TBKC5JvJbP59JGVn6xGnDR { color:#616161;display:block;width:3.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.9375rem;left:64.1875rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T8H5p7WsRSV9L3nnbDI3HpeAGNTHO7Rg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#oTRlcAaqKDNxeWWVrFvtGFtiJVs2I3G8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMkew8sVRqP1ATb9zUD3Qobw7PWuDTG5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uuI7GJ7vZ19JiMFnQstSGXEn02gXNZhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tIVl1mLOXqBIC2ECuIyTlJJAWZU0fGJd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AZ6DF7asKJv8mPJfc0oBfpylMyiU9fOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBNsng2plx5dheVr7tkklzXIsJeQkZMO { position:relative;display:none; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO { border-width: 0; border-radius: 0; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .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; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PfIE7dwqZf2CTZnmn85159HVAU9I75Tp { position:relative;display:none; }#PfIE7dwqZf2CTZnmn85159HVAU9I75Tp { border-width: 0; border-radius: 0; }#PfIE7dwqZf2CTZnmn85159HVAU9I75Tp > .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; }#PfIE7dwqZf2CTZnmn85159HVAU9I75Tp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MfmzRTVxUEO9qIRZ6PZnkhH0L8O4rI83 { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#qENNpOpbVl9p5JbMTsMnwThaRSwHyBF2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mQKxrrKLzWeXqES7qCERawpD0AqPHVEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mH13qr7ot2c47mQutL6LfXClUhRBHgpT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UnLJCKwZTxozEyy5D0QhMJ6Zu0rnZwXL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS { position:relative;display:none; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS { border-width: 0; border-radius: 0; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .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; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N { position:relative;display:block; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N { background-color: transparent; background-image: none; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .row .container > .video-iframe-container { display: none; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .row > .video-iframe-container { display: none; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .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); }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N { border-width: 0; border-radius: 0; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .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; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AvkH2QCoaWquLO7EE52MHooVyiu71vXV { position:relative;display:none; }#AvkH2QCoaWquLO7EE52MHooVyiu71vXV { border-width: 0; border-radius: 0; }#AvkH2QCoaWquLO7EE52MHooVyiu71vXV > .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; }#AvkH2QCoaWquLO7EE52MHooVyiu71vXV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z1w2rzOpohnCyTrCF1GfG6BQ1VapP0kN { color:#bdf347;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:25.5625rem;left:1.5625rem;height:5.25rem;font-style:normal;display:none; }
#QpaloTSmi77gG3fdq62EtgzHbMAhft70 { color:#001a4e;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:9.625rem;left:1.0625rem;height:10.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#xD8Vp74SPeeDEN5ToouBwd1gPTSMimFd { color:#144085;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:23.8125rem;left:38.75rem;height:1.3496125rem;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; }
#nhmsfAvw7U95aSNFMWQSJtpGswdTFa5x { color:#144085;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:26.4375rem;left:48.875rem;height:1.6875rem;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; }
#HOVtTTc4kMnmfdgxFhqITiuo70KW8I8h { position:absolute;display:block;z-index:15020;background-color:#bdf347;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:28.5625rem;left:50rem;display:none; }
#AOoBbl1dAmKzf7nPhSEXHDHVViF2c1R8 { color:#001a4e;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:29.5rem;left:43.5625rem;height:9.44825625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FMNoJryFNFLm7ELpvZSRFCnFsNapKAnT { color:#144085;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:26.4375rem;left:48.875rem;height:1.6875rem;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; }
#W9anEZMt7MuRrabRaTsmsUKFThvTSyKp { position:absolute;display:block;z-index:15020;background-color:#bdf347;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:28.5625rem;left:50rem;display:none; }
#u8IJ9XngZmwZ1b8xWaRrh0oeo6u2AOUZ { color:#001a4e;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:43.875rem;left:42.8125rem;height:11.54786875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GWwCRu73T6blURgVJunDyoxIcTRswL9N { 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:17rem;width:32rem;top:3.1875rem;left:40.25rem;overflow:hidden;display:none; }
#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 { position:relative;display:block; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 { background-color: transparent; background-image: none; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .row .container > .video-iframe-container { display: none; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .row > .video-iframe-container { display: none; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .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); }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 { border-width: 0; border-radius: 0; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .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; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sGA9LuXwTr7CD5J6Q1vTeZd8bqfgGKXd { color:#144085;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:4.375rem;left:1.0625rem;height:3.9375rem;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; }
#XXqmgZzB7eRnQLuzhu6SFm2rvKG8uZdS { color:#001a4e;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:9.625rem;left:1.0625rem;height:10.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RM7SxeUmVTZDo7UJ4oUvzCJVumUrStGc { color:#001a4e;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:43.875rem;left:42.8125rem;height:11.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pM42ZIyzTycqSxwCD5LTsQyS2o5nquFF { color:#001a4e;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:29.5rem;left:43.5625rem;height:9.45rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tcLDsQekHx7W1B1tuhsg7JJT6eLGF4k3 { color:#144085;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:23.8125rem;left:38.75rem;height:1.35rem;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; }
#EJGL9cFSDavw5AKehkt3o3k7A2BzsgiG { color:#144085;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:26.4375rem;left:48.875rem;height:1.6875rem;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; }
#Dty8rDcAfilLaiDtURZzir6ngSIWek1t { color:#144085;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15017;line-height:.9;letter-spacing:0;top:40.8125rem;left:48.875rem;height:1.6875rem;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; }
#bgW4zOwr6RhAEhlVwz3ZlSWrSh2G4fGh { position:absolute;display:block;z-index:15020;background-color:#bdf347;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:28.5625rem;left:50rem;display:block; }
#rd8pi98lNbnFL9NzHCF8ebJ3HFSOncrL { position:absolute;display:block;z-index:15021;background-color:#bdf347;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:42.9375rem;left:50rem;display:block; }
#St8ruveaMbAngzAwL0bAGz6m8qh1z1OT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:46.5625rem;left:1.0625rem;overflow:hidden;display:block; }
#ZCiBfSGkruCx86oE99PkzT8TnCEZeHpi { color:#001a4e;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.1;letter-spacing:0;top:39.0625rem;left:10.625rem;height:3.3rem;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; }
#JemKKgGXmURL0Z6RRPSxNfK2DZF6Trlm { color:#001a4e;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.1;letter-spacing:0;top:52.375rem;left:10.625rem;height:1.1rem;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; }
#CKZ5hUmrhG3mGio53xETDlDbBSqod8T9 { color:#001a4e;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1;letter-spacing:0;top:50.625rem;left:10.6875rem;height:1rem;font-style:italic;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; }
#fP0Qzc29W8lQLlyzTmUqmh7oqVhvthw6 { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15036;line-height:.9;letter-spacing:0;top:48.6875rem;left:10.6875rem;height:1.35rem;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; }
#FWCfAoW83JBhaJtzfZMIpcGxrcTwMm3q { color:#001a4e;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:37.75rem;left:10.625rem;height:1rem;font-style:italic;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; }
#GbyunMqT4CvlNE1kcAsi2QevmUzgl8pH { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:35.9375rem;left:10.625rem;height:1.35rem;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; }
#men7dqIBAgpbneTuACNy33dRfUmttCwE { color:#001a4e;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:27.25rem;left:10.625rem;height:3.3rem;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; }
#OBexrcD03BMIFGbQJxoKunKzISoox4yM { color:#001a4e;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:25.8125rem;left:10.625rem;height:1rem;font-style:italic;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; }
#TOJ5fP8tQC4NJNWCkvdfq5aFgNFPebhh { color:#144085;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:23.8125rem;left:10.625rem;height:1.35rem;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; }
#e5TuLUaOXT1ss8CxIqhBrBSGO0VQe7iE { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:34.5rem;left:1.0625rem;overflow:hidden;display:block; }
#FU8P3Vi7X7S7hC0LmHGs8cyz7RqpWUWT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:8.75rem;width:8.75rem;top:22.5625rem;left:1.0625rem;overflow:hidden;display:block; }
#vxSSDvIsI3hG5BKwQoXMNRDEXVsvmuFM { 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:17rem;width:32rem;top:3.1875rem;left:40.25rem;overflow:hidden;display:block; }
#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,241,0.1);background-image:url("https://images.assets-landingi.com/uc/5fe7ddd6-e50d-440e-bbbc-1af7352ab452/1825.webp");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc.adaptive-delivery-prevent-bg, #y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc.lazyload, #y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc.lazyloading { background-image: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container { background-color: transparent; background-image: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container > .video-iframe-container { display: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row > .video-iframe-container { display: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .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); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container { border-width: 0; border-radius: 0; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#Nmzoc9VeHTzc28A9CK2ChTlfXqHZqJOa { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:15.1875rem;left:6.1875rem;height:10.125rem;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; }
#i2xs0MaZIHWpyAktZ7CmMAhQFF6zH4OR { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:27.0625rem;left:6.1875rem;height:9.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;text-align:left;text-align-last:left;display:block; }
#B54TduWHriGiUhFa4wTgOzaUXRfrm4ht { z-index:15010;top:0.84375rem;left:64.28125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #144085;border-left:0.125rem solid #144085;border-right:0.125rem solid #144085;border-bottom:0.125rem solid #144085;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144085;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wJ7XaiRNMZfmtHTNhbPf6vKHLlVX7T9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZ1m7bSCFKSxpNN066IpWOnn7QK4nH5y { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:13.3125rem;left:48.875rem;overflow:hidden;display:block; }
#lipBoR4nALlA32BPZ9OHisiSmLg0dTC9 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15052;line-height:1;letter-spacing:0;top:29.868750333786rem;left:44.000000953674rem;height:1rem;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; }
#i04cTMSAQG19Gbprb00u0LiX93gkKatz { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:32.9375rem;left:65.1875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#i04cTMSAQG19Gbprb00u0LiX93gkKatz > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#G2iyThnimoyAARMx2CSeCgs21i1LTHNJ { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15051;line-height:.9;letter-spacing:0;top:28.125rem;left:44rem;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:left;text-align-last:left;display:block; }
#gObZcTqvSePQVnciRFbU351FHoFRp8Mb { 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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:32.9375rem;left:43.9375rem;display:block; }
#rJXLdWtwyzxFAHaSG3SPeAV2wmCyVZ4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn { 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; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row .container { background-color: transparent; background-image: none; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row .container > .video-iframe-container { display: none; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row > .video-iframe-container { display: none; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .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); }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row .container { border-width: 0; border-radius: 0; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#kyGnc40BVuZf4dnNg7uHPDsPFAFhd8ys { 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:7.5rem;width:16.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#yZlBpB5nKtk7NVoKQ8ecRX4KMKEmWuWg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:23.625rem;top:0.9375rem;left:25.6875rem;overflow:hidden;display:block; }
#hiR3rTL7Karu1xGD2u9tXevKPzR7PuoT { position:absolute;display:block;z-index:15008;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:17.5rem;top:0.9375rem;left:57.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hTEJx57bMqniJlLXDpE1UcKnChiOyKIU { display:block; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7AGtWhwWL7wTC14PBL7MrQ4VTqZtApi { top:0.8125rem;left:23.875rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWT5lcHpuyhrZB0sJeDrqu5hK8uGRgBT { display:block; }
 }@media only screen and (max-width: 763px) { #qXvcFyd1GwOB6dKe4o3TizkNSEDWuzal { top:0.8125rem;left:32.96875rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFyhrOZt6EFhuHGsDf9ilfGkEFcsLnP9 { display:block; }
 }@media only screen and (max-width: 763px) { #v1WI1e1WT1dVdPh4hMQsTxK1SphU8AJo { top:0.8125rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJhgifVbPESqqbfdlnt652ENR6HOSTLq { display:block; }
 }@media only screen and (max-width: 763px) { #mpPwXu0KhE1cuMb2JJ1seTNUDrx897bz { top:20rem;left:0rem;width:26.75rem;height:5.625rem;font-size:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3qioG18NSUVRc8DpimxxdmOKvN2050Q { display:block; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvJQbkurDNoigCWTAXsmCBbBrQoePkeX { top:18.625rem;left:0rem;width:26.75rem;height:5.625rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNnks9NT2FPIzfsWAv57QyHGU3PoSQZP { top:24.1875rem;left:0rem;width:26.0625rem;height:5.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDE6dnkZD8Lax7Ev024q42zBo47hDwZ5 { top:18.6875rem;left:23.875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsFVMDX3Irdmkf26yUctTCCLdRsRcQqy { top:25.25rem;left:23.875rem;width:9.5rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXn167hqT5gHTvkGUgWiEnVK8GDEJtMJ { top:18.6875rem;left:37.0625rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXbONnzevDlnD1AsWPEM0T1MhxFrxloq { top:25.25rem;left:38.25rem;width:9.5rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWFIMGLESS2e2vDy4qO85WuiLUTwdMru { top:18.6875rem;left:29rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX3lgEJ18pooreG8nbhIae9TOIcnVKEN { top:27rem;left:29.5625rem;width:9.5rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ6LQTtg7EsIrXJo3ht6MbFvuiN39kqH { top:4.75rem;left:0rem;width:42.4375rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPd5wFLHrATDgVUFhQWQfwN5faiKlASS { display:block; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbHPOpLZwgP7sdyRNUnl3wL2ymu2C5Tv { top:17.8125rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twqaXePyZFEX31BrZtTeh8PQFaBoaAz3 { top:21.5rem;left:0rem;width:16.375rem;height:11.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkZXSsx35D6w0y2kDX4teABRQxOai0yD { display:block; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQI3w5XswW1eTZfyQ8Uf59HU20ut18JQ { top:9.75rem;left:0rem;width:15.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTqZf56Gg8IDNqHFxMZTzDfdIqAAPlv { display:block; }
 }@media only screen and (max-width: 763px) { #Qm93RkdklSRi9G18FOI7pTWCSURdSdfE { display:block; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byQgWkSZ90vJSIDES2zclhwOBsaz6ZP4 { top:18.375rem;left:0rem;width:25.125rem;height:7.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofwlB436Qe9r6JWQP1Bovd58BWZT3phv { top:27.125rem;left:0rem;width:31.1875rem;height:7.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uGiSmwZgzTC8xHLQPNxePq8E2r5va4 { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeQRCiXUKdpQP0hMdkWrURn06hneR6c { top:14.4375rem;left:23.875rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMCCEwDMFqfmxUGxSLAK8Jc9xTtwoe8S { top:15.8125rem;left:23.875rem;width:7.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD8gmg4sMCTpkIS9JB8XAUro7LA79WUs { top:10.875rem;left:30.8125rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxxHg8QglftKEDf2ZlVS6oWwOUeOPTis { top:15.8125rem;left:31.3125rem;width:7.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeiL26QFJufeObVt9VTZyduiTortIEh2 { top:13.375rem;left:31.3125rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAbvRLJ2ESuwFSu2hvzU5LpbLMCqa4Z8 { top:10.875rem;left:38.9375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxEuLGQohXGnV91obJ03OoyI8Ba424sm { top:14.6875rem;left:39.9375rem;width:7.8125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEw8Okw0sKp52Tl0NCSsyKg3FSkxiCNn { top:13.3125rem;left:39.9375rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVAXEnBJJ7rhQMEFToG4clngyDlln2kf { top:20.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlmX7LzF9dNHQ5RirqRzL8D8uugScVo { top:26.875rem;left:23.875rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdT7ARSIEoffDLdVwv7zu0ApICuM9ykp { top:24.4375rem;left:23.875rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3OTM4kLI23JZXnoFlqrpeKdlBqOfqRW { top:20.875rem;left:30.8125rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwdh0WUcr9S38vdrP93dtMlU8TbrmLxz { top:24.6875rem;left:31.3125rem;width:7.8125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9QzBTypiRdwnbS7I4cvLQRcOSTlaGOg { top:23.3125rem;left:31.3125rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc5BCmom5dLk1SrnqtumihLkFIoKk7u3 { top:20.875rem;left:38.9375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmT52mVOJ837N7mPO9aI4vOkvu4KZcTS { top:26.9375rem;left:39.9375rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td7HOpdLOhkccKuhqiQ0CrDe4UX7UePO { top:24.5rem;left:39.9375rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7tF3J3iiMTbuVTzd89ee8b7g4in7npX { top:30.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4OAF0Q5qytgAAoEpn01A3ixKu3rWh3t { top:36.9375rem;left:23.875rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWDMMW7OglzgLzh3xQ3zXwhgX5strdV0 { top:33.3125rem;left:23.875rem;width:7.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSWOnSHAxPtblBzTAPFfdWEx5s0Xz515 { top:30.875rem;left:30.8125rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuMnNdDAJSc6V8y2O3bgxedIisctfh7W { top:36.9375rem;left:31.3125rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ875JZsE5hDA74RJXz6tFdof66xbpQC { top:35.5625rem;left:31.3125rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmzQtGQ6eKTQf5A3ZWuCTr07gyhazce8 { top:30.875rem;left:38.9375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmhLbBesZKTCVq6ocg7rs8CTklF8JUXQ { top:34.6875rem;left:39.5625rem;width:8.1875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9T6t18ZnKX0T9ef3gkJBVbrHEfArhC { top:33.4375rem;left:39.9375rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT4iZv8ezTzRXCJeMK6qSp8t7AV8Ly5f { top:3.8125rem;left:0rem;width:47.75rem;height:44.640697674419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHn23xswpZB3D31zt8I0dTOTQLT2TAxv { top:37.0625rem;left:0rem;width:15.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErJy88b18dTc5B3w9KD73tQsypXbwdZu { display:block; }
 }@media only screen and (max-width: 763px) { #FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD { display:block; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTHys1h6BFfhN9ASIG37IivvIw6PmIa5 { top:0.625rem;left:1.875rem;width:44rem;height:3.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAoOesud7cqmbxslFhxGpiy240oWnufX { top:7.4375rem;left:19.875rem;width:9.9375rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPQLGAlcpF4iG5PVJwLuPHyXixKN3raQ { top:6.625rem;left:33.6875rem;width:9.9375rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3daLfx6EBVOds4iVQbzB31ww330XToR { top:6.625rem;left:37.75rem;width:10rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAnTFPHBWg5IgCdlqnMBqfTarr3T8ghP { top:11.625rem;left:0rem;width:15.625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQn9Dk4DCQhRTxAhC4FkxJMR8riXwDZ7 { top:15.375rem;left:0rem;width:18.75rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdglxN3uaXpW0ETBSHSPItxbAvHsiIIL { top:19.125rem;left:0rem;width:22.5rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHDle94Bud8GZb79c79C2n2TKakxvA3T { top:22.625rem;left:0rem;width:23.875rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlNiTPeqOu2PF4temn8qAgsu0T1U0yGq { top:11rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nDLXrvn5oU3IkcqWpbnCXDQfZxaGP8 { top:11rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG9azDqSiC9WTdcuXzxzV75x8wUoadWE { top:11.0625rem;left:37.375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5PiJ8TIig1IgIDqaFTzGTigG1oW6eKo { top:14.8125rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhQEsab475gre3CqBUWpcIJqhV8eUcRl { top:14.8125rem;left:37.375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwXOhEdl0LfAsRwLimczdewZqrJb5RlV { top:18.5rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQi4IQ7nop1n0frmNL4vTvT0OsGDram { top:22.8125rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIAyKUORcOI4L9LpGrrMSK4Wf9ylVwU0 { top:18.5rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwOT7ccK0FkAidvWlTe8LOQKXT4Lal1 { top:14.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1sTs6ePAfGvbcXr4qJURmxufCngHFv3 { top:18.5rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNIOK9tba3udkNDtwyIaeyiGG4QdNSz3 { top:22.8125rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0bitE89TmLxs6R5bkkO5XdIN1GKmklq { top:27.875rem;left:0rem;width:23.3125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQXmIFdJB87iRQp1e7622A3SoGDFXTE { top:31.625rem;left:0rem;width:23.625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnbTr13wqoTltSbdHuwvJPXK6pHGpsxN { top:22.8125rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLlyM5cbNoJZ20CaOlexPry5pHWc8TAb { top:31rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpTr4CsNcaarpWnuq0Km7wbrHndgzP7t { top:27.25rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVLCURy5m0ZvgdR8bknEi2twFz6kB7U { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS1y6VASii8felOq8yeIuhln3xi4iSUl { top:27.25rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw4r2IediJnJ8tKBnptzRWKkSBpGivSm { top:27.25rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHaITSDKtmiKPnTH1lT4DT0FFGQUKpo0 { top:35.375rem;left:0rem;width:25.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxWditr9rUztxcai4nOqythzA4t0maE { top:30.9375rem;left:44.0625rem;width:3.6875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeTHn7Tk3K4NiuyRWH6Jdw56QXAJcRv { top:34.6875rem;left:18.625rem;width:12.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdgL3o45kT4H922vENSUMbKdgTZNWWR { top:34.6875rem;left:32.4375rem;width:12.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyJFgP98qGTFNI79NvZmZF3SHDfVwkI { top:34.6875rem;left:35.3125rem;width:12.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd45edxi3CarTymTZKgu7xxf6d78dIMS { top:42.9375rem;left:17.125rem;width:15.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDRx1gMWoe86RzW0TDknTFBNmJDZ7KsC { display:block; }
 }@media only screen and (max-width: 763px) { #KuCVTIKQCOVt7wbUCgGBBfK9lh60hGRG { top:42.9375rem;left:32.375rem;width:15.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIhB5qG5LSqJ1GFOqNSNwXkndSJwMffK { display:block; }
 }@media only screen and (max-width: 763px) { #v46sWNnxAyw5dnOpoa6T4y0VTEnipVAa { top:42.9375rem;left:0rem;width:15.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0NEWN6Ul2wz4VBWo8GoJifH7ph7JVrV { display:block; }
 }@media only screen and (max-width: 763px) { #i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC { display:block; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfxOT1oQA4tHqMH1NyZh7bsvPTxcBxAB { top:4.8125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDL9n7VfDGIJGh4P3SMhagAW3bt3xzMZ { display:block; }
 }@media only screen and (max-width: 763px) { #kRlLBikNmOnmr8NzwcSXaTEvauSmivbn { top:4.8125rem;left:8.875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQQ1svm0KkzI5uKk6NP6gzDFqLkrBgHW { display:block; }
 }@media only screen and (max-width: 763px) { #c3LqFsnTy1gve0no2mhV8cevx0KVl02V { top:5.75rem;left:15.6875rem;width:32.0625rem;height:13.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg { display:none; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yD409A4be67TwzIFViiHAhP0g9cEezDQ { top:25.5625rem;left:0rem;width:26.0625rem;height:5.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #okhaXT8RkoXJGL46mq3TVCmvtdO21Tom { top:4.6875rem;left:0rem;width:36rem;height:36rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUHSen9UNthRm7TTBOZnI9GUnd1uApsL { top:20rem;left:0rem;width:26.75rem;height:5.625rem;font-size:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmxwDpFp8q9Do27QhqUgsehsXZUWpQho { top:8.75rem;left:0rem;width:20rem;height:2rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9DGQRqP0fBTZ9dZKGfiVztHnWM0raAK { top:0.8125rem;left:32.96875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLF6nSlGPHfZ1suqNgzfTaoViorQcRah { display:block; }
 }@media only screen and (max-width: 763px) { #wSPMyspv0TFF2EPJ9Ct5PF9f5KLao44T { top:0.8125rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2tOyBzoJdhWXX4DnCCp8qbwtGz6aG5K { display:block; }
 }@media only screen and (max-width: 763px) { #GHy9HywafTmToFV5bFqzycqsgTmo9Qwc { top:0.8125rem;left:23.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Syoa380UTcsKJBXv0OE1TPqgSrtJdqmu { display:block; }
 }@media only screen and (max-width: 763px) { #VfPDGxcCNuWtvLaW02CqTn3tRHVoUGWd { top:0.8125rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvh0Rz9Fu7D0MeRbRfh0d9vVW3X6Xb3z { display:block; }
 }@media only screen and (max-width: 763px) { #kAV23GEhWwDIDH50RoaHPN8khahDbhTf { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MQogCrclv2xTSNHNpKT3fInEfOXWGbLk { display:block; }
 }@media only screen and (max-width: 763px) { #NxRcZX3XtgszSmaeKrbJOkaIUyXOKpdN { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eAIQJgrWTRAtdaNTOQxpeT53P4e1EUOJ { display:block; }
 }@media only screen and (max-width: 763px) { #KlZg9mgD6XrRLVq7UqrBD957ZR2crn7w { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kQnqHeFqf39kpbuqkSaq8AEvaUS6Iedb { display:block; }
 }@media only screen and (max-width: 763px) { #gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic { display:none; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cWnA20oNoW5uwXkQSmG8Fg8H4wrfmito { top:9.75rem;left:0rem;width:15.375rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmUQ7yGvGIaSIW1oXdx5XovIn7qBqK4H { display:block; }
 }@media only screen and (max-width: 763px) { #sAEPrCaC5c2y0O40N9RTDG1sweQf3BNo { top:21.5rem;left:0rem;width:16.375rem;height:11.8125rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfqRTm48bqgSwOac6O1qCCT1Ch3pT6ZP { top:4.4375rem;left:0rem;width:18.125rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8bzTg0nyQWLuwkrazXMuUaoNmBgGwXH { top:17.8125rem;left:7.75rem;width:40rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw { display:none; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n7TibATRJoZ8lFw55DrMaw2SAxhRsEHN { top:9.75rem;left:0rem;width:15.375rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dozS5DT2Usyunb27Qdp00uJH2Jc6rtCf { display:block; }
 }@media only screen and (max-width: 763px) { #vXbdEokyQVdx17Ct6qqNK7mIGTFWSLzC { top:21.5rem;left:0rem;width:16.375rem;height:11.8125rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 { display:none; }#ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oUepd1SRgqOs9VIspRX2QwwRWOTlKhnX { top:4.4375rem;left:0rem;width:18.125rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #co67MyCPQWLTJ0S35oRkhlanxsZodgAI { top:11.9375rem;left:0rem;width:18.125rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6WC751GTCho6URJHCB0WupywFkFMyIF { display:none; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktrnbXVdcV2uX2ilMT9g063SgPdTBJXD { top:9.75rem;left:0rem;width:15.375rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rr7MbtCGBL2vHdVtQ7MNwockQgthioL3 { display:block; }
 }@media only screen and (max-width: 763px) { #B26obfToSAQbcIu8miwtalgOSsk91ibO { top:21.5rem;left:0rem;width:16.375rem;height:11.8125rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWKrrU81EEUXCg5arhiwThXmcgXkgmsm { top:5.125rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaiSIk10AeWHPVeMUWR7VNFszJstk31K { top:7.5625rem;left:0rem;width:7.8125rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHiNZ8JkAJ1FaT5cM9UbTzN7az9oTrgD { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv8WroTtDarUzmK3pT85TU1Qyxm7C2pM { top:7.5625rem;left:0rem;width:7.8125rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWCVChlQZnR7utHIzWPIKSxU7FDsFGev { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJiTWEmaapKJamgBkWlZkPuh7tT7fiF1 { top:5.125rem;left:0rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgHu4idgH1kCn0lBKKFvqne25ACCudcA { top:15.125rem;left:0rem;width:7.8125rem;height:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mST48OmCsiHT90qt123Ko78cae6rlRAK { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbBVvdaGzeSF3b59x33O3uGb4FOKqgIm { top:13.8125rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnwDw8eG9Zpx81gRek0NfDdJcvvImNd2 { top:16.3125rem;left:0rem;width:7.8125rem;height:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AD8OrWSSBmnQyPp8ge2iXW5rBhRw4NaH { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDqVbP6V8hKN81155FfarsZg1TF2uOSa { top:13.875rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5tJTawGAWZw9JKRck4PgbUSIZWorTXU { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTJRu5TEC57QbLP1RmfIuPP6p6vXBNCk { top:25.8125rem;left:0rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJv3f61wx6yzE97AGtRS6DtyLI2mBRRz { top:28.25rem;left:0rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uwzhf3XtaPO4cnTASWdxD1Zgh7u4i0dm { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLA2PTd5Rh3y3n21WTdJLGBpJd5Py0f8 { top:38.25rem;left:0rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb6e964FX5CoAsyHR84RBwCHEwWp2nPa { top:46.5625rem;left:0rem;width:7.8125rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJL4htNwp2fRobTcwrtaEZoNxLv9eu7N { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqrT8h8Tar9WNu5zbw0axGW43BKMxuyL { top:37.125rem;left:0rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Clkd3D6WUmygdGAVgoB9SXNQU9zSqAzq { top:34.6875rem;left:0rem;width:7.8125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCSLwpQhTXLL5AtQToRUqqLkNOOTtIIb { top:10.875rem;left:23.875rem;width:8.3125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO9MdqklZPKMUK5zaC7wBNq7XeRgGDni { top:28.25rem;left:0rem;width:8.1875rem;height:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAobdMlrx8MQqUnUcDTKtRCN3eBC3JIf { top:22.5rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or { display:none; }#SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KKWepuwi2LaACdbdgPFb8reoitSHlHRL { top:0rem;left:0rem;width:12rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFFfuthyyTA897BV7DCF10yP40FK1fWv { top:11.125rem;left:0rem;width:7.625rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvQDcwsKsc906PhilRcMlviKlC9EQmAB { top:7.75rem;left:0rem;width:7.625rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1Ab60WyeRJRx4u8cyyc2EnMbN5DQ6nC { top:5.0625rem;left:0rem;width:7.625rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3bOXZWoEqiL9pTCJJhaTpm59lxH4tL4 { top:2.875rem;left:0rem;width:4rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4QZnX1B712RkwEPbdP6aa3UDOgM5Ndt { top:2.875rem;left:2.375rem;width:4rem;height:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgX7rJlocyHSgTWRwEBOQuikm5CpnD2w { top:31rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIOvKr2PicOg2PbIFi9hacblmVpGIIiL { top:30.9375rem;left:44.0625rem;width:3.6875rem;height:2.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xATdpsvuHWn7VM64Ce6vsIXvfpEcflp8 { top:22.6875rem;left:0rem;width:7.625rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsvwWtbvLe4U864uo5NaQqvgypBvHnc9 { top:19.75rem;left:0rem;width:7.625rem;height:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkX5oglD07SWFBckpv3PNKIq3LeTpeKh { top:16.8125rem;left:0rem;width:7.625rem;height:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLMbkVxErT9OFoBNGtUMxPTVNopllp72 { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8a7vTDixkTqlBnPJ6ar9KNoh0AzRTBW { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhXMo2u5WG5TdLe5TLVUrQNHd59mhpIX { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTmxTeTmRHQSTv6S3Nz5b9hJ1yE93ITe { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7qaW7Ltnctt1oG6C4mZHJiZcr4bFmph { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVPuMuIMGBZ7LKENQ650hS93nfeZlMTf { top:25.625rem;left:0rem;width:7rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhZdW0bR5mhmuFulQ2zQ9RpJZIhDWAXa { top:27.25rem;left:0rem;width:7rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCrwlJMgESobUzD9Tu17ByVeUqaU8TW0 { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ7QkIxCPziho9UyadT4ZgNaxDTQ72eH { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsK6hoGHMTEfrLw4S7MeQytcZmeXttTk { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7OcxRzQZzGVi1OdJDLXcwfOttI3vMHM { top:31rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tslkWAtP0srG3FGBZFB0hQTl9RbA1Gb0 { top:31rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OolszPaIFZm6MoQ2u8t7yHZr2qzxnv4o { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlybxddBLPVM6UW3ksEWc0M7xfem0b50 { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvSJkzP0NWQK8MznEvlULlp7ycpVogvb { top:31rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvPpGeKBCV9cotsgcSmtiJUrDsc9PdBU { top:31rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgcxGdmGDG95iOBiR6Hl6zTebNiS90Ep { top:31rem;left:37.4375rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxzqakO6hWzOxpO3yOoagw2arTIOrrCR { top:31rem;left:23.625rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n25TOK4w8S87Zbkp75OscneEn85EAd2Q { top:27.6875rem;left:0rem;width:2.0625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQR4EmxMnCHRv31aoXhDLbUqVHXktl4z { top:27.6875rem;left:0rem;width:2.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP9TttRfI6TBKC5JvJbP59JGVn6xGnDR { top:27.6875rem;left:3.0625rem;width:2.5625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8H5p7WsRSV9L3nnbDI3HpeAGNTHO7Rg { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oTRlcAaqKDNxeWWVrFvtGFtiJVs2I3G8 { display:block; }
 }@media only screen and (max-width: 763px) { #kMkew8sVRqP1ATb9zUD3Qobw7PWuDTG5 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uuI7GJ7vZ19JiMFnQstSGXEn02gXNZhJ { display:block; }
 }@media only screen and (max-width: 763px) { #tIVl1mLOXqBIC2ECuIyTlJJAWZU0fGJd { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AZ6DF7asKJv8mPJfc0oBfpylMyiU9fOq { display:block; }
 }@media only screen and (max-width: 763px) { #cBNsng2plx5dheVr7tkklzXIsJeQkZMO { display:none; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PfIE7dwqZf2CTZnmn85159HVAU9I75Tp { display:none; }#PfIE7dwqZf2CTZnmn85159HVAU9I75Tp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MfmzRTVxUEO9qIRZ6PZnkhH0L8O4rI83 { top:3.3125rem;left:0rem;width:16.8125rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qENNpOpbVl9p5JbMTsMnwThaRSwHyBF2 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mQKxrrKLzWeXqES7qCERawpD0AqPHVEd { display:block; }
 }@media only screen and (max-width: 763px) { #mH13qr7ot2c47mQutL6LfXClUhRBHgpT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UnLJCKwZTxozEyy5D0QhMJ6Zu0rnZwXL { display:block; }
 }@media only screen and (max-width: 763px) { #EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS { display:none; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N { display:block; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvkH2QCoaWquLO7EE52MHooVyiu71vXV { display:none; }#AvkH2QCoaWquLO7EE52MHooVyiu71vXV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z1w2rzOpohnCyTrCF1GfG6BQ1VapP0kN { top:0rem;left:0rem;width:16.8125rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpaloTSmi77gG3fdq62EtgzHbMAhft70 { top:9.625rem;left:0rem;width:34.9375rem;height:10.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xD8Vp74SPeeDEN5ToouBwd1gPTSMimFd { top:23.8125rem;left:12.6875rem;width:35.0625rem;height:1.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhmsfAvw7U95aSNFMWQSJtpGswdTFa5x { top:17.3125rem;left:0rem;width:14.8125rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOVtTTc4kMnmfdgxFhqITiuo70KW8I8h { top:28.5625rem;left:29.5625rem;width:12.5rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOoBbl1dAmKzf7nPhSEXHDHVViF2c1R8 { top:29.5rem;left:22.375rem;width:25.375rem;height:9.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMNoJryFNFLm7ELpvZSRFCnFsNapKAnT { top:29.9375rem;left:0rem;width:14.8125rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9anEZMt7MuRrabRaTsmsUKFThvTSyKp { top:28.5625rem;left:29.5625rem;width:12.5rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8IJ9XngZmwZ1b8xWaRrh0oeo6u2AOUZ { top:43.875rem;left:20.875rem;width:26.875rem;height:11.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWwCRu73T6blURgVJunDyoxIcTRswL9N { top:3.1875rem;left:15.75rem;width:32rem;height:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 { display:block; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGA9LuXwTr7CD5J6Q1vTeZd8bqfgGKXd { top:4.375rem;left:0rem;width:25.125rem;height:3.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXqmgZzB7eRnQLuzhu6SFm2rvKG8uZdS { top:9.625rem;left:0rem;width:34.9375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM7SxeUmVTZDo7UJ4oUvzCJVumUrStGc { top:43.875rem;left:20.875rem;width:26.875rem;height:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM42ZIyzTycqSxwCD5LTsQyS2o5nquFF { top:29.5rem;left:22.375rem;width:25.375rem;height:9.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcLDsQekHx7W1B1tuhsg7JJT6eLGF4k3 { top:23.8125rem;left:12.6875rem;width:35.0625rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJGL9cFSDavw5AKehkt3o3k7A2BzsgiG { top:26.4375rem;left:28.4375rem;width:14.8125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dty8rDcAfilLaiDtURZzir6ngSIWek1t { top:40.8125rem;left:28.4375rem;width:14.8125rem;height:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgW4zOwr6RhAEhlVwz3ZlSWrSh2G4fGh { top:28.5625rem;left:29.5625rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8pi98lNbnFL9NzHCF8ebJ3HFSOncrL { top:42.9375rem;left:29.5625rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8ruveaMbAngzAwL0bAGz6m8qh1z1OT { top:46.5625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCiBfSGkruCx86oE99PkzT8TnCEZeHpi { top:39.0625rem;left:3.8125rem;width:14.875rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JemKKgGXmURL0Z6RRPSxNfK2DZF6Trlm { top:52.375rem;left:3.8125rem;width:14.875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKZ5hUmrhG3mGio53xETDlDbBSqod8T9 { top:50.625rem;left:3.75rem;width:20.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0Qzc29W8lQLlyzTmUqmh7oqVhvthw6 { top:48.6875rem;left:3.8125rem;width:20.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCfAoW83JBhaJtzfZMIpcGxrcTwMm3q { top:37.75rem;left:3.8125rem;width:19.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyunMqT4CvlNE1kcAsi2QevmUzgl8pH { top:35.9375rem;left:3.8125rem;width:20.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #men7dqIBAgpbneTuACNy33dRfUmttCwE { top:27.25rem;left:3.8125rem;width:14.875rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBexrcD03BMIFGbQJxoKunKzISoox4yM { top:25.8125rem;left:3.8125rem;width:19.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJ5fP8tQC4NJNWCkvdfq5aFgNFPebhh { top:23.8125rem;left:3.8125rem;width:20.0625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TuLUaOXT1ss8CxIqhBrBSGO0VQe7iE { top:34.5rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU8P3Vi7X7S7hC0LmHGs8cyz7RqpWUWT { top:22.5625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxSSDvIsI3hG5BKwQoXMNRDEXVsvmuFM { top:3.1875rem;left:15.75rem;width:32rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc { display:block; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nmzoc9VeHTzc28A9CK2ChTlfXqHZqJOa { top:15.1875rem;left:0rem;width:25.125rem;height:10.125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2xs0MaZIHWpyAktZ7CmMAhQFF6zH4OR { top:27.0625rem;left:0rem;width:22.8125rem;height:9.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B54TduWHriGiUhFa4wTgOzaUXRfrm4ht { top:0.8125rem;left:37.5rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJ7XaiRNMZfmtHTNhbPf6vKHLlVX7T9H { display:block; }
 }@media only screen and (max-width: 763px) { #PZ1m7bSCFKSxpNN066IpWOnn7QK4nH5y { top:13.3125rem;left:28.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lipBoR4nALlA32BPZ9OHisiSmLg0dTC9 { top:29.8125rem;left:23.875rem;width:16.875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i04cTMSAQG19Gbprb00u0LiX93gkKatz { top:32.9375rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#i04cTMSAQG19Gbprb00u0LiX93gkKatz > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #G2iyThnimoyAARMx2CSeCgs21i1LTHNJ { top:28.125rem;left:23.1875rem;width:24.5625rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gObZcTqvSePQVnciRFbU351FHoFRp8Mb { width:17.5rem;height:3.4375rem;top:32.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJXLdWtwyzxFAHaSG3SPeAV2wmCyVZ4y { display:block; }
 }@media only screen and (max-width: 763px) { #H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn { display:block; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyGnc40BVuZf4dnNg7uHPDsPFAFhd8ys { top:0.9375rem;left:0rem;width:16.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZlBpB5nKtk7NVoKQ8ecRX4KMKEmWuWg { top:0.9375rem;left:8.125rem;width:23.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiR3rTL7Karu1xGD2u9tXevKPzR7PuoT { top:0.9375rem;left:30.125rem;width:17.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hTEJx57bMqniJlLXDpE1UcKnChiOyKIU { position:relative;z-index:auto;display:none; }#hTEJx57bMqniJlLXDpE1UcKnChiOyKIU > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e7AGtWhwWL7wTC14PBL7MrQ4VTqZtApi { top:0.8125rem;left:4.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWT5lcHpuyhrZB0sJeDrqu5hK8uGRgBT { display:block; }
 }@media only screen and (max-width: 763px) { #qXvcFyd1GwOB6dKe4o3TizkNSEDWuzal { top:0.8125rem;left:4.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFyhrOZt6EFhuHGsDf9ilfGkEFcsLnP9 { display:block; }
 }@media only screen and (max-width: 763px) { #v1WI1e1WT1dVdPh4hMQsTxK1SphU8AJo { top:0.8125rem;left:4.875rem;width:10.25rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJhgifVbPESqqbfdlnt652ENR6HOSTLq { display:block; }
 }@media only screen and (max-width: 763px) { #mpPwXu0KhE1cuMb2JJ1seTNUDrx897bz { width:20rem;height:0;top:0rem;left:-1.25rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #O3qioG18NSUVRc8DpimxxdmOKvN2050Q { display:none; }#O3qioG18NSUVRc8DpimxxdmOKvN2050Q > .row .container { width:20rem;height:86.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QvJQbkurDNoigCWTAXsmCBbBrQoePkeX { width:20rem;height:auto;top:18.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TNnks9NT2FPIzfsWAv57QyHGU3PoSQZP { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nDE6dnkZD8Lax7Ev024q42zBo47hDwZ5 { width:10.0625rem;height:10.0625rem;top:16.9824375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsFVMDX3Irdmkf26yUctTCCLdRsRcQqy { width:9.5rem;height:3.5rem;top:28.9199375rem;left:5.25rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QXn167hqT5gHTvkGUgWiEnVK8GDEJtMJ { width:10.0625rem;height:10.0625rem;top:48.6074375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXbONnzevDlnD1AsWPEM0T1MhxFrxloq { width:9.5rem;height:3.5rem;top:60.5449375rem;left:5.25rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GWFIMGLESS2e2vDy4qO85WuiLUTwdMru { width:10.0625rem;height:10.0625rem;top:33.6699375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX3lgEJ18pooreG8nbhIae9TOIcnVKEN { width:9.5rem;height:1.75rem;top:45.6074375rem;left:5.25rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IQ6LQTtg7EsIrXJo3ht6MbFvuiN39kqH { width:20rem;height:20rem;top:65.294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPd5wFLHrATDgVUFhQWQfwN5faiKlASS { display:none; }#aPd5wFLHrATDgVUFhQWQfwN5faiKlASS > .row .container { width:20rem;height:24.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mbHPOpLZwgP7sdyRNUnl3wL2ymu2C5Tv { height:11.25rem;width:20rem;top:9.94925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twqaXePyZFEX31BrZtTeh8PQFaBoaAz3 { width:16.375rem;height:auto;top:21.5rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UkZXSsx35D6w0y2kDX4teABRQxOai0yD { display:none; }#UkZXSsx35D6w0y2kDX4teABRQxOai0yD > .row .container { width:20rem;height:52.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PQI3w5XswW1eTZfyQ8Uf59HU20ut18JQ { top:9.75rem;left:2.3125rem;width:15.375rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLTqZf56Gg8IDNqHFxMZTzDfdIqAAPlv { display:block; }
 }@media only screen and (max-width: 763px) { #Qm93RkdklSRi9G18FOI7pTWCSURdSdfE { display:none; }#Qm93RkdklSRi9G18FOI7pTWCSURdSdfE > .row .container { width:20rem;height:108.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #byQgWkSZ90vJSIDES2zclhwOBsaz6ZP4 { width:20rem;height:auto;top:18.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ofwlB436Qe9r6JWQP1Bovd58BWZT3phv { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n0uGiSmwZgzTC8xHLQPNxePq8E2r5va4 { width:8.3125rem;height:8.3125rem;top:21.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeQRCiXUKdpQP0hMdkWrURn06hneR6c { width:7.8125rem;height:2.25rem;top:25.125rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QMCCEwDMFqfmxUGxSLAK8Jc9xTtwoe8S { width:7.8125rem;height:2.25rem;top:27.5625rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VD8gmg4sMCTpkIS9JB8XAUro7LA79WUs { width:8.3125rem;height:8.3125rem;top:21.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxxHg8QglftKEDf2ZlVS6oWwOUeOPTis { width:7.8125rem;height:2.25rem;top:27.5625rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IeiL26QFJufeObVt9VTZyduiTortIEh2 { width:7.8125rem;height:2.25rem;top:25.125rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CAbvRLJ2ESuwFSu2hvzU5LpbLMCqa4Z8 { width:8.3125rem;height:8.3125rem;top:21.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxEuLGQohXGnV91obJ03OoyI8Ba424sm { width:7.8125rem;height:5.625rem;top:25.375rem;left:12.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KEw8Okw0sKp52Tl0NCSsyKg3FSkxiCNn { width:7.8125rem;height:1.125rem;top:24rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rVAXEnBJJ7rhQMEFToG4clngyDlln2kf { width:8.3125rem;height:8.3125rem;top:31.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlmX7LzF9dNHQ5RirqRzL8D8uugScVo { width:7.8125rem;height:1.125rem;top:38.6875rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZdT7ARSIEoffDLdVwv7zu0ApICuM9ykp { width:7.8125rem;height:2.25rem;top:36.25rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s3OTM4kLI23JZXnoFlqrpeKdlBqOfqRW { width:8.3125rem;height:8.3125rem;top:31.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwdh0WUcr9S38vdrP93dtMlU8TbrmLxz { width:7.8125rem;height:1.125rem;top:38.6875rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z9QzBTypiRdwnbS7I4cvLQRcOSTlaGOg { width:7.8125rem;height:2.25rem;top:36.25rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wc5BCmom5dLk1SrnqtumihLkFIoKk7u3 { width:8.3125rem;height:8.3125rem;top:31.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmT52mVOJ837N7mPO9aI4vOkvu4KZcTS { width:7.8125rem;height:1.125rem;top:38.6875rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Td7HOpdLOhkccKuhqiQ0CrDe4UX7UePO { width:7.8125rem;height:2.25rem;top:36.25rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o7tF3J3iiMTbuVTzd89ee8b7g4in7npX { width:8.3125rem;height:8.3125rem;top:41.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4OAF0Q5qytgAAoEpn01A3ixKu3rWh3t { width:7.8125rem;height:3.375rem;top:46.4375rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JWDMMW7OglzgLzh3xQ3zXwhgX5strdV0 { width:7.8125rem;height:2.25rem;top:44rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bSWOnSHAxPtblBzTAPFfdWEx5s0Xz515 { width:8.3125rem;height:8.3125rem;top:41.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuMnNdDAJSc6V8y2O3bgxedIisctfh7W { width:7.8125rem;height:1.125rem;top:48.6875rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OJ875JZsE5hDA74RJXz6tFdof66xbpQC { width:7.8125rem;height:3.375rem;top:45.125rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zmzQtGQ6eKTQf5A3ZWuCTr07gyhazce8 { width:8.3125rem;height:8.3125rem;top:41.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmhLbBesZKTCVq6ocg7rs8CTklF8JUXQ { width:7.8125rem;height:2.25rem;top:47.5625rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WW9T6t18ZnKX0T9ef3gkJBVbrHEfArhC { width:7.8125rem;height:2.25rem;top:45.125rem;left:11.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vT4iZv8ezTzRXCJeMK6qSp8t7AV8Ly5f { width:20rem;height:18.6875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHn23xswpZB3D31zt8I0dTOTQLT2TAxv { top:37.0625rem;left:2.3125rem;width:15.375rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErJy88b18dTc5B3w9KD73tQsypXbwdZu { display:block; }
 }@media only screen and (max-width: 763px) { #FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD { display:none; }#FpB2gvUg8Z2kb2BfTooabQW4X89u8UaD > .row .container { width:20rem;height:79rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTHys1h6BFfhN9ASIG37IivvIw6PmIa5 { width:20rem;height:auto;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eAoOesud7cqmbxslFhxGpiy240oWnufX { width:9.9375rem;height:auto;top:7.4375rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OPQLGAlcpF4iG5PVJwLuPHyXixKN3raQ { width:9.9375rem;height:auto;top:6.625rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w3daLfx6EBVOds4iVQbzB31ww330XToR { width:10rem;height:auto;top:6.625rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kAnTFPHBWg5IgCdlqnMBqfTarr3T8ghP { width:15.625rem;height:auto;top:11.625rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iQn9Dk4DCQhRTxAhC4FkxJMR8riXwDZ7 { width:18.75rem;height:auto;top:15.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LdglxN3uaXpW0ETBSHSPItxbAvHsiIIL { width:20rem;height:auto;top:19.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mHDle94Bud8GZb79c79C2n2TKakxvA3T { width:20rem;height:auto;top:22.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rlNiTPeqOu2PF4temn8qAgsu0T1U0yGq { display:flex;width:2.4375rem;height:2.4375rem;top:1.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #t2nDLXrvn5oU3IkcqWpbnCXDQfZxaGP8 { display:flex;width:2.4375rem;height:2.4375rem;top:8.625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #xG9azDqSiC9WTdcuXzxzV75x8wUoadWE { display:flex;width:2.4375rem;height:2.4375rem;top:4.9375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #x5PiJ8TIig1IgIDqaFTzGTigG1oW6eKo { display:flex;width:2.4375rem;height:2.4375rem;top:12.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PhQEsab475gre3CqBUWpcIJqhV8eUcRl { display:flex;width:2.4375rem;height:2.4375rem;top:16rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #xwXOhEdl0LfAsRwLimczdewZqrJb5RlV { display:flex;width:2.4375rem;height:2.4375rem;top:23.375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #qLQi4IQ7nop1n0frmNL4vTvT0OsGDram { display:flex;width:2.4375rem;height:2.4375rem;top:34.4375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #RIAyKUORcOI4L9LpGrrMSK4Wf9ylVwU0 { display:flex;width:2.4375rem;height:2.4375rem;top:27.0625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #LKwOT7ccK0FkAidvWlTe8LOQKXT4Lal1 { display:flex;width:2.4375rem;height:2.4375rem;top:19.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #J1sTs6ePAfGvbcXr4qJURmxufCngHFv3 { display:flex;width:2.4375rem;height:2.4375rem;top:30.75rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #vNIOK9tba3udkNDtwyIaeyiGG4QdNSz3 { display:flex;width:2.4375rem;height:2.4375rem;top:38.125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #W0bitE89TmLxs6R5bkkO5XdIN1GKmklq { width:20rem;height:auto;top:27.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OWQXmIFdJB87iRQp1e7622A3SoGDFXTE { width:20rem;height:auto;top:31.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cnbTr13wqoTltSbdHuwvJPXK6pHGpsxN { display:flex;width:2.4375rem;height:2.4375rem;top:41.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PLlyM5cbNoJZ20CaOlexPry5pHWc8TAb { display:flex;width:2.4375rem;height:2.4375rem;top:60.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #gpTr4CsNcaarpWnuq0Km7wbrHndgzP7t { display:flex;width:2.4375rem;height:2.4375rem;top:45.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #sGVLCURy5m0ZvgdR8bknEi2twFz6kB7U { display:flex;width:2.4375rem;height:2.4375rem;top:56.5625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #iS1y6VASii8felOq8yeIuhln3xi4iSUl { display:flex;width:2.4375rem;height:2.4375rem;top:49.1875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #Fw4r2IediJnJ8tKBnptzRWKkSBpGivSm { display:flex;width:2.4375rem;height:2.4375rem;top:52.875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #dHaITSDKtmiKPnTH1lT4DT0FFGQUKpo0 { width:20rem;height:auto;top:35.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vrxWditr9rUztxcai4nOqythzA4t0maE { width:3.6875rem;height:2.51855625rem;top:63.9375rem;left:8.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeTHn7Tk3K4NiuyRWH6Jdw56QXAJcRv { width:12.4375rem;height:2.51855625rem;top:67.70605625rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdgL3o45kT4H922vENSUMbKdgTZNWWR { width:12.4375rem;height:2.51855625rem;top:71.4746125rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFyJFgP98qGTFNI79NvZmZF3SHDfVwkI { width:12.4375rem;height:2.51855625rem;top:75.24316875rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd45edxi3CarTymTZKgu7xxf6d78dIMS { top:42.9375rem;left:2.3125rem;width:15.375rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDRx1gMWoe86RzW0TDknTFBNmJDZ7KsC { display:block; }
 }@media only screen and (max-width: 763px) { #KuCVTIKQCOVt7wbUCgGBBfK9lh60hGRG { top:42.9375rem;left:2.3125rem;width:15.375rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIhB5qG5LSqJ1GFOqNSNwXkndSJwMffK { display:block; }
 }@media only screen and (max-width: 763px) { #v46sWNnxAyw5dnOpoa6T4y0VTEnipVAa { top:42.9375rem;left:2.3125rem;width:15.375rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0NEWN6Ul2wz4VBWo8GoJifH7ph7JVrV { display:block; }
 }@media only screen and (max-width: 763px) { #i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC { display:none; }#i8XT8ANs4mPTxhQSxl9iHoWAGBm3T9XC > .row .container { width:20rem;height:23.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qfxOT1oQA4tHqMH1NyZh7bsvPTxcBxAB { top:4.8125rem;left:2.5rem;width:15rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDL9n7VfDGIJGh4P3SMhagAW3bt3xzMZ { display:block; }
 }@media only screen and (max-width: 763px) { #kRlLBikNmOnmr8NzwcSXaTEvauSmivbn { top:4.8125rem;left:2.5rem;width:15rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQQ1svm0KkzI5uKk6NP6gzDFqLkrBgHW { display:block; }
 }@media only screen and (max-width: 763px) { #c3LqFsnTy1gve0no2mhV8cevx0KVl02V { width:20rem;height:auto;top:5.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f6be938-5eea-4092-ba2b-76a262c2910b/T697DualTag_object1a.webp");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg.adaptive-delivery-prevent-bg, #TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg.lazyload, #TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg.lazyloading { background-image: none; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row .container { background-color: transparent; background-image: none; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row .container > .video-iframe-container { display: none; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row > .video-iframe-container { display: none; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .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); }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row .container { border-width: 0; border-radius: 0; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyoT2Xk6HMErFsGAcdfPf94scsAlSaqg > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD409A4be67TwzIFViiHAhP0g9cEezDQ { width:13.1875rem;height:2.625rem;top:6.5625rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #okhaXT8RkoXJGL46mq3TVCmvtdO21Tom { width:16.3125rem;height:16.3125rem;top:9.6875rem;left:1.84375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GUHSen9UNthRm7TTBOZnI9GUnd1uApsL { width:12rem;height:0;top:5.5625rem;left:3.125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TmxwDpFp8q9Do27QhqUgsehsXZUWpQho { width:13.25rem;height:3.125rem;top:3.625rem;left:3.3125rem;font-size:3.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15017;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #e9DGQRqP0fBTZ9dZKGfiVztHnWM0raAK { top:16.4375rem;left:12.25rem;width:10.25rem;height:2.6875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #CLF6nSlGPHfZ1suqNgzfTaoViorQcRah { display:block; }
 }@media only screen and (max-width: 763px) { #wSPMyspv0TFF2EPJ9Ct5PF9f5KLao44T { top:16.4375rem;left:12.25rem;width:10.25rem;height:2.6875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #J2tOyBzoJdhWXX4DnCCp8qbwtGz6aG5K { display:block; }
 }@media only screen and (max-width: 763px) { #GHy9HywafTmToFV5bFqzycqsgTmo9Qwc { top:16.4375rem;left:5.4375rem;width:10.25rem;height:2.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Syoa380UTcsKJBXv0OE1TPqgSrtJdqmu { display:block; }
 }@media only screen and (max-width: 763px) { #VfPDGxcCNuWtvLaW02CqTn3tRHVoUGWd { top:36.6875rem;left:9.375rem;width:10.25rem;height:2.6875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #tvh0Rz9Fu7D0MeRbRfh0d9vVW3X6Xb3z { display:block; }
 }@media only screen and (max-width: 763px) { #kAV23GEhWwDIDH50RoaHPN8khahDbhTf { top:27rem;left:3.96875rem;width:12.0625rem;height:2.6875rem;z-index:15019;color:#bdf347;background-color:#ffffff;background-image:none;border-top:0.25rem solid #bdf347;border-left:0.25rem solid #bdf347;border-right:0.25rem solid #bdf347;border-bottom:0.25rem solid #bdf347;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQogCrclv2xTSNHNpKT3fInEfOXWGbLk { display:block; }
 }@media only screen and (max-width: 763px) { #NxRcZX3XtgszSmaeKrbJOkaIUyXOKpdN { top:30.375rem;left:3.96875rem;width:12.0625rem;height:2.6875rem;z-index:15020;color:#bdf347;background-color:#ffffff;background-image:none;border-top:0.25rem solid #bdf347;border-left:0.25rem solid #bdf347;border-right:0.25rem solid #bdf347;border-bottom:0.25rem solid #bdf347;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAIQJgrWTRAtdaNTOQxpeT53P4e1EUOJ { display:block; }
 }@media only screen and (max-width: 763px) { #KlZg9mgD6XrRLVq7UqrBD957ZR2crn7w { top:33.8125rem;left:3.96875rem;width:12.0625rem;height:2.6875rem;z-index:15021;color:#bdf347;background-color:#ffffff;background-image:none;border-top:0.25rem solid #bdf347;border-left:0.25rem solid #bdf347;border-right:0.25rem solid #bdf347;border-bottom:0.25rem solid #bdf347;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQnqHeFqf39kpbuqkSaq8AEvaUS6Iedb { display:block; }
 }@media only screen and (max-width: 763px) { #gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e08ab1af-c1ba-4985-aee2-c8844050fd59/T697DualTag_object1b.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic.adaptive-delivery-prevent-bg, #gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic.lazyload, #gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic.lazyloading { background-image: none; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row .container { background-color: transparent; background-image: none; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row .container > .video-iframe-container { display: none; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row > .video-iframe-container { display: none; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .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); }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row .container { border-width: 0; border-radius: 0; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXm1QmyipoSkeOX7Lps3kfPWFsD3Ltic > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWnA20oNoW5uwXkQSmG8Fg8H4wrfmito { top:13.8125rem;left:3.875rem;width:15.375rem;height:2.6875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #vmUQ7yGvGIaSIW1oXdx5XovIn7qBqK4H { display:block; }
 }@media only screen and (max-width: 763px) { #sAEPrCaC5c2y0O40N9RTDG1sweQf3BNo { width:16.375rem;height:0;top:25.5625rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #CfqRTm48bqgSwOac6O1qCCT1Ch3pT6ZP { width:18.125rem;height:1.875rem;top:4.4375rem;left:0.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15018;color:#144085;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; }
 }@media only screen and (max-width: 763px) { #P8bzTg0nyQWLuwkrazXMuUaoNmBgGwXH { height:10.6875rem;width:19.0625rem;top:7.1875rem;left:0.46875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4679498c-92d7-4cc6-a38f-c0aafa00a651/T697DualTag_object3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw.adaptive-delivery-prevent-bg, #O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw.lazyload, #O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw.lazyloading { background-image: none; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row .container { background-color: transparent; background-image: none; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row .container > .video-iframe-container { display: none; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row > .video-iframe-container { display: none; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .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); }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row .container { border-width: 0; border-radius: 0; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O39dsJxHyEDPUTVvsAlvezHlLF6Tyrmw > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7TibATRJoZ8lFw55DrMaw2SAxhRsEHN { top:13.8125rem;left:3.875rem;width:15.375rem;height:2.6875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #dozS5DT2Usyunb27Qdp00uJH2Jc6rtCf { display:block; }
 }@media only screen and (max-width: 763px) { #vXbdEokyQVdx17Ct6qqNK7mIGTFWSLzC { width:16.375rem;height:0;top:25.5625rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 { display:block; }#ebkOw6S05RRK2wMdE5S33zzoOdnByuH1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUepd1SRgqOs9VIspRX2QwwRWOTlKhnX { width:12rem;height:3.75rem;top:0rem;left:4rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15018;color:#144085;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; }
 }@media only screen and (max-width: 763px) { #co67MyCPQWLTJ0S35oRkhlanxsZodgAI { width:18.125rem;height:3.375rem;top:4.0625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15019;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #A6WC751GTCho6URJHCB0WupywFkFMyIF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60c43d99-b3f3-408f-88af-30f7cff1f54d/T697DualTag_object2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#A6WC751GTCho6URJHCB0WupywFkFMyIF.adaptive-delivery-prevent-bg, #A6WC751GTCho6URJHCB0WupywFkFMyIF.lazyload, #A6WC751GTCho6URJHCB0WupywFkFMyIF.lazyloading { background-image: none; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row .container { background-color: transparent; background-image: none; }#A6WC751GTCho6URJHCB0WupywFkFMyIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row .container > .video-iframe-container { display: none; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row > .video-iframe-container { display: none; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .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); }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row .container { border-width: 0; border-radius: 0; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6WC751GTCho6URJHCB0WupywFkFMyIF > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktrnbXVdcV2uX2ilMT9g063SgPdTBJXD { top:13.8125rem;left:3.875rem;width:15.375rem;height:2.6875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #rr7MbtCGBL2vHdVtQ7MNwockQgthioL3 { display:block; }
 }@media only screen and (max-width: 763px) { #B26obfToSAQbcIu8miwtalgOSsk91ibO { width:16.375rem;height:0;top:25.5625rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #rWKrrU81EEUXCg5arhiwThXmcgXkgmsm { width:7.8125rem;height:1.125rem;top:5.125rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TaiSIk10AeWHPVeMUWR7VNFszJstk31K { width:7.8125rem;height:3.375rem;top:6.5rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HHiNZ8JkAJ1FaT5cM9UbTzN7az9oTrgD { width:8.3125rem;height:8.3125rem;top:1.5625rem;left:0.6875rem;z-index:15011;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sv8WroTtDarUzmK3pT85TU1Qyxm7C2pM { width:7.8125rem;height:3.375rem;top:6.5rem;left:11.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LWCVChlQZnR7utHIzWPIKSxU7FDsFGev { width:8.3125rem;height:8.3125rem;top:1.5625rem;left:10.5625rem;z-index:15014;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JJiTWEmaapKJamgBkWlZkPuh7tT7fiF1 { width:7.8125rem;height:2.25rem;top:4.0625rem;left:11.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HgHu4idgH1kCn0lBKKFvqne25ACCudcA { width:7.8125rem;height:4.5rem;top:15.125rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #mST48OmCsiHT90qt123Ko78cae6rlRAK { width:8.3125rem;height:8.3125rem;top:11.375rem;left:0.6875rem;z-index:15014;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GbBVvdaGzeSF3b59x33O3uGb4FOKqgIm { width:7.8125rem;height:1.125rem;top:13.8125rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TnwDw8eG9Zpx81gRek0NfDdJcvvImNd2 { width:7.8125rem;height:4.5rem;top:15.1875rem;left:11.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #AD8OrWSSBmnQyPp8ge2iXW5rBhRw4NaH { width:8.3125rem;height:8.3125rem;top:11.375rem;left:10.5625rem;z-index:15017;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eDqVbP6V8hKN81155FfarsZg1TF2uOSa { width:7.8125rem;height:1.125rem;top:13.875rem;left:11.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #p5tJTawGAWZw9JKRck4PgbUSIZWorTXU { width:8.3125rem;height:8.3125rem;top:21.125rem;left:0.6875rem;z-index:15014;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HTJRu5TEC57QbLP1RmfIuPP6p6vXBNCk { width:7.8125rem;height:2.25rem;top:24.75rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xJv3f61wx6yzE97AGtRS6DtyLI2mBRRz { width:7.8125rem;height:2.25rem;top:27.1875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Uwzhf3XtaPO4cnTASWdxD1Zgh7u4i0dm { width:8.3125rem;height:8.3125rem;top:31.125rem;left:0.6875rem;z-index:15017;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VLA2PTd5Rh3y3n21WTdJLGBpJd5Py0f8 { width:7.8125rem;height:2.25rem;top:37.1875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6e964FX5CoAsyHR84RBwCHEwWp2nPa { width:7.8125rem;height:3.375rem;top:33.625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #WJL4htNwp2fRobTcwrtaEZoNxLv9eu7N { width:8.3125rem;height:8.3125rem;top:31.125rem;left:10.5625rem;z-index:15023;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QqrT8h8Tar9WNu5zbw0axGW43BKMxuyL { width:7.8125rem;height:2.25rem;top:37.125rem;left:11.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Clkd3D6WUmygdGAVgoB9SXNQU9zSqAzq { width:7.8125rem;height:2.25rem;top:34.6875rem;left:11.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cCSLwpQhTXLL5AtQToRUqqLkNOOTtIIb { width:8.3125rem;height:8.3125rem;top:21.125rem;left:10.5625rem;z-index:15020;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TO9MdqklZPKMUK5zaC7wBNq7XeRgGDni { width:8.1875rem;height:4.5rem;top:24.9375rem;left:10.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #MAobdMlrx8MQqUnUcDTKtRCN3eBC3JIf { width:7.8125rem;height:1.125rem;top:23.75rem;left:10.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or { display:block; }#SAcPEIAVKzhU6m4n8RGsKcBAhxka49Or > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKWepuwi2LaACdbdgPFb8reoitSHlHRL { width:12rem;height:1.875rem;top:0rem;left:4rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15020;color:#144085;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; }
 }@media only screen and (max-width: 763px) { #XFFfuthyyTA897BV7DCF10yP40FK1fWv { width:7.625rem;height:1rem;top:7.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15022;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #zvQDcwsKsc906PhilRcMlviKlC9EQmAB { width:7.625rem;height:1rem;top:10.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15023;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #c1Ab60WyeRJRx4u8cyyc2EnMbN5DQ6nC { width:4rem;height:2.25rem;top:3.4375rem;left:8rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15022;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #t3bOXZWoEqiL9pTCJJhaTpm59lxH4tL4 { width:4rem;height:3.375rem;top:2.875rem;left:12.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15023;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #v4QZnX1B712RkwEPbdP6aa3UDOgM5Ndt { width:4rem;height:3.375rem;top:2.875rem;left:16rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15024;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #CgX7rJlocyHSgTWRwEBOQuikm5CpnD2w { display:flex;width:1.5625rem;height:1.5625rem;top:7.125rem;left:13.375rem;z-index:15022;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xIOvKr2PicOg2PbIFi9hacblmVpGIIiL { width:2.5rem;height:1.625rem;top:22.0625rem;left:16.75rem;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #xATdpsvuHWn7VM64Ce6vsIXvfpEcflp8 { width:7rem;height:2rem;top:18.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15026;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #KsvwWtbvLe4U864uo5NaQqvgypBvHnc9 { width:8.0625rem;height:2rem;top:16rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15025;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #TkX5oglD07SWFBckpv3PNKIq3LeTpeKh { width:7.9375rem;height:2rem;top:12.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15024;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #aLMbkVxErT9OFoBNGtUMxPTVNopllp72 { display:flex;width:1.5625rem;height:1.5625rem;top:7.125rem;left:9.3125rem;z-index:15031;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #w8a7vTDixkTqlBnPJ6ar9KNoh0AzRTBW { display:flex;width:1.5625rem;height:1.5625rem;top:10.0625rem;left:9.3125rem;z-index:15032;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OhXMo2u5WG5TdLe5TLVUrQNHd59mhpIX { display:flex;width:1.5625rem;height:1.5625rem;top:13.0625rem;left:9.3125rem;z-index:15033;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mTmxTeTmRHQSTv6S3Nz5b9hJ1yE93ITe { display:flex;width:1.5625rem;height:1.5625rem;top:16.25rem;left:9.3125rem;z-index:15034;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #J7qaW7Ltnctt1oG6C4mZHJiZcr4bFmph { display:flex;width:1.5625rem;height:1.5625rem;top:19.1875rem;left:9.3125rem;z-index:15035;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mVPuMuIMGBZ7LKENQ650hS93nfeZlMTf { width:7rem;height:2rem;top:21.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15027;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #QhZdW0bR5mhmuFulQ2zQ9RpJZIhDWAXa { width:7rem;height:3rem;top:26.2109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;z-index:15028;color:#144085;display:block; }
 }@media only screen and (max-width: 763px) { #bCrwlJMgESobUzD9Tu17ByVeUqaU8TW0 { display:flex;width:1.5625rem;height:1.5625rem;top:22.09375rem;left:9.3125rem;z-index:15035;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #QQ7QkIxCPziho9UyadT4ZgNaxDTQ72eH { display:flex;width:1.5625rem;height:1.5625rem;top:13.0625rem;left:13.375rem;z-index:15031;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XsK6hoGHMTEfrLw4S7MeQytcZmeXttTk { display:flex;width:1.5625rem;height:1.5625rem;top:10.0625rem;left:13.375rem;z-index:15032;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #s7OcxRzQZzGVi1OdJDLXcwfOttI3vMHM { display:flex;width:1.5625rem;height:1.5625rem;top:16.25rem;left:13.375rem;z-index:15023;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tslkWAtP0srG3FGBZFB0hQTl9RbA1Gb0 { display:flex;width:1.5625rem;height:1.5625rem;top:22.09375rem;left:13.375rem;z-index:15024;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OolszPaIFZm6MoQ2u8t7yHZr2qzxnv4o { display:flex;width:1.5625rem;height:1.5625rem;top:19.1875rem;left:13.375rem;z-index:15032;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XlybxddBLPVM6UW3ksEWc0M7xfem0b50 { display:flex;width:1.5625rem;height:1.5625rem;top:7.125rem;left:17.3125rem;z-index:15033;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #wvSJkzP0NWQK8MznEvlULlp7ycpVogvb { display:flex;width:1.5625rem;height:1.5625rem;top:10.0625rem;left:17.3125rem;z-index:15023;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EvPpGeKBCV9cotsgcSmtiJUrDsc9PdBU { display:flex;width:1.5625rem;height:1.5625rem;top:13.0625rem;left:17.3125rem;z-index:15024;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xgcxGdmGDG95iOBiR6Hl6zTebNiS90Ep { display:flex;width:1.5625rem;height:1.5625rem;top:16.25rem;left:17.3125rem;z-index:15025;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BxzqakO6hWzOxpO3yOoagw2arTIOrrCR { display:flex;width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.3125rem;z-index:15032;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #n25TOK4w8S87Zbkp75OscneEn85EAd2Q { width:2.0625rem;height:1.4625rem;top:26.98046875rem;left:8.96875rem;font-size:1.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #HQR4EmxMnCHRv31aoXhDLbUqVHXktl4z { width:2.9375rem;height:1.4625rem;top:26.98046875rem;left:12.59375rem;font-size:1.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PP9TttRfI6TBKC5JvJbP59JGVn6xGnDR { width:2.5625rem;height:1.4625rem;top:26.98046875rem;left:16.71875rem;font-size:1.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #T8H5p7WsRSV9L3nnbDI3HpeAGNTHO7Rg { top:34.25rem;left:3.4375rem;width:13.125rem;height:2.6875rem;z-index:15020;color:#001a4e;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oTRlcAaqKDNxeWWVrFvtGFtiJVs2I3G8 { display:block; }
 }@media only screen and (max-width: 763px) { #kMkew8sVRqP1ATb9zUD3Qobw7PWuDTG5 { top:37.8125rem;left:3.4375rem;width:13.125rem;height:2.6875rem;z-index:15021;color:#001a4e;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uuI7GJ7vZ19JiMFnQstSGXEn02gXNZhJ { display:block; }
 }@media only screen and (max-width: 763px) { #tIVl1mLOXqBIC2ECuIyTlJJAWZU0fGJd { top:30.6875rem;left:3.4375rem;width:13.125rem;height:2.6875rem;z-index:15021;color:#001a4e;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AZ6DF7asKJv8mPJfc0oBfpylMyiU9fOq { display:block; }
 }@media only screen and (max-width: 763px) { #cBNsng2plx5dheVr7tkklzXIsJeQkZMO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aed76ef6-398b-4b71-96a0-9c7d7c52cac9/T697DualTag_object1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO.adaptive-delivery-prevent-bg, #cBNsng2plx5dheVr7tkklzXIsJeQkZMO.lazyload, #cBNsng2plx5dheVr7tkklzXIsJeQkZMO.lazyloading { background-image: none; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row .container { background-color: transparent; background-image: none; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row .container > .video-iframe-container { display: none; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row > .video-iframe-container { display: none; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .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); }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row .container { border-width: 0; border-radius: 0; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBNsng2plx5dheVr7tkklzXIsJeQkZMO > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfIE7dwqZf2CTZnmn85159HVAU9I75Tp { display:block; }#PfIE7dwqZf2CTZnmn85159HVAU9I75Tp > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfmzRTVxUEO9qIRZ6PZnkhH0L8O4rI83 { width:16.8125rem;height:5.625rem;top:0.875rem;left:1.59375rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15021;color:#144085;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; }
 }@media only screen and (max-width: 763px) { #qENNpOpbVl9p5JbMTsMnwThaRSwHyBF2 { top:22.5625rem;left:3.75rem;width:12.5rem;height:12.5rem;z-index:15022;color:#001a4e;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mQKxrrKLzWeXqES7qCERawpD0AqPHVEd { display:block; }
 }@media only screen and (max-width: 763px) { #mH13qr7ot2c47mQutL6LfXClUhRBHgpT { top:8.875rem;left:3.75rem;width:12.5rem;height:12.5rem;z-index:15023;color:#001a4e;background-color:#ffffff;background-image:none;border-top:0.125rem solid #001a4e;border-left:0.125rem solid #001a4e;border-right:0.125rem solid #001a4e;border-bottom:0.125rem solid #001a4e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UnLJCKwZTxozEyy5D0QhMJ6Zu0rnZwXL { display:block; }
 }@media only screen and (max-width: 763px) { #EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4679498c-92d7-4cc6-a38f-c0aafa00a651/T697DualTag_object3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS.adaptive-delivery-prevent-bg, #EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS.lazyload, #EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS.lazyloading { background-image: none; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row .container { background-color: transparent; background-image: none; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row .container > .video-iframe-container { display: none; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row > .video-iframe-container { display: none; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .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); }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row .container { border-width: 0; border-radius: 0; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmGRmZkGt1wU0dXC0QqFTSLvllwvqESS > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N { display:none; }#LQP1fkigHVWQ3rEGQm21kamLzOnSuu1N > .row .container { width:20rem;height:13.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AvkH2QCoaWquLO7EE52MHooVyiu71vXV { display:block; }#AvkH2QCoaWquLO7EE52MHooVyiu71vXV > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1w2rzOpohnCyTrCF1GfG6BQ1VapP0kN { width:16.8125rem;height:1.875rem;top:0rem;left:1.59375rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15022;color:#144085;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; }
 }@media only screen and (max-width: 763px) { #QpaloTSmi77gG3fdq62EtgzHbMAhft70 { width:20rem;height:8.575rem;top:2.5263671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xD8Vp74SPeeDEN5ToouBwd1gPTSMimFd { width:20rem;height:1.125rem;top:22.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #nhmsfAvw7U95aSNFMWQSJtpGswdTFa5x { width:14.8125rem;height:1.125rem;top:25.625rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #HOVtTTc4kMnmfdgxFhqITiuo70KW8I8h { width:7.375rem;height:0.1875rem;top:27.125rem;left:6.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #AOoBbl1dAmKzf7nPhSEXHDHVViF2c1R8 { width:17.75rem;height:9.45rem;top:27.8125rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FMNoJryFNFLm7ELpvZSRFCnFsNapKAnT { width:14.8125rem;height:1.125rem;top:38.25rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #W9anEZMt7MuRrabRaTsmsUKFThvTSyKp { width:13.6875rem;height:0.1875rem;top:39.75rem;left:3.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #u8IJ9XngZmwZ1b8xWaRrh0oeo6u2AOUZ { width:19.25rem;height:11.55rem;top:40.5625rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GWwCRu73T6blURgVJunDyoxIcTRswL9N { width:15.8125rem;height:8.375rem;top:12.9375rem;left:2.09375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 { display:block; }#egfn7sGMVlsobJbfH3Qac04tNbVPNJM8 > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGA9LuXwTr7CD5J6Q1vTeZd8bqfgGKXd { width:20rem;height:auto;top:4.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XXqmgZzB7eRnQLuzhu6SFm2rvKG8uZdS { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RM7SxeUmVTZDo7UJ4oUvzCJVumUrStGc { width:19.25rem;height:0;top:35.619175rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pM42ZIyzTycqSxwCD5LTsQyS2o5nquFF { width:17.75rem;height:0;top:24.920925rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tcLDsQekHx7W1B1tuhsg7JJT6eLGF4k3 { width:20rem;height:0;top:11.0713125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EJGL9cFSDavw5AKehkt3o3k7A2BzsgiG { width:14.8125rem;height:0;top:15.920925rem;left:2.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Dty8rDcAfilLaiDtURZzir6ngSIWek1t { width:14.8125rem;height:0;top:18.858425rem;left:2.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bgW4zOwr6RhAEhlVwz3ZlSWrSh2G4fGh { width:12.5rem;height:0.3125rem;top:21.795925rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd8pi98lNbnFL9NzHCF8ebJ3HFSOncrL { width:12.5rem;height:0.3125rem;top:23.358425rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #St8ruveaMbAngzAwL0bAGz6m8qh1z1OT { width:8.75rem;height:8.75rem;top:32.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCiBfSGkruCx86oE99PkzT8TnCEZeHpi { width:14.875rem;height:2.475rem;top:29.125rem;left:2.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JemKKgGXmURL0Z6RRPSxNfK2DZF6Trlm { width:14.875rem;height:0.825rem;top:46.5625rem;left:2.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKZ5hUmrhG3mGio53xETDlDbBSqod8T9 { width:12.875rem;height:2rem;top:43.9375rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP0Qzc29W8lQLlyzTmUqmh7oqVhvthw6 { width:20rem;height:1.125rem;top:42.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWCfAoW83JBhaJtzfZMIpcGxrcTwMm3q { width:19.25rem;height:1rem;top:27.5rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbyunMqT4CvlNE1kcAsi2QevmUzgl8pH { width:20rem;height:1.125rem;top:25.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #men7dqIBAgpbneTuACNy33dRfUmttCwE { width:14.875rem;height:2.475rem;top:12.6875rem;left:2.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBexrcD03BMIFGbQJxoKunKzISoox4yM { width:19.25rem;height:1rem;top:11.0625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOJ5fP8tQC4NJNWCkvdfq5aFgNFPebhh { width:20rem;height:1.125rem;top:9.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5TuLUaOXT1ss8CxIqhBrBSGO0VQe7iE { width:8.75rem;height:8.75rem;top:16.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU8P3Vi7X7S7hC0LmHGs8cyz7RqpWUWT { width:8.75rem;height:8.75rem;top:0rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxSSDvIsI3hG5BKwQoXMNRDEXVsvmuFM { width:15.8125rem;height:8.375rem;top:2.6123046875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(241,241,241,0.1);background-image:url("https://images.assets-landingi.com/uc/5fe7ddd6-e50d-440e-bbbc-1af7352ab452/1825.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc.adaptive-delivery-prevent-bg, #y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc.lazyload, #y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc.lazyloading { background-image: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container { background-color: transparent; background-image: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container > .video-iframe-container { display: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row > .video-iframe-container { display: none; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .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); }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#y0VHDb4W9fVspE7xV3szqCKIIK6Ma5Fc > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nmzoc9VeHTzc28A9CK2ChTlfXqHZqJOa { width:20rem;height:1.8rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2xs0MaZIHWpyAktZ7CmMAhQFF6zH4OR { width:20rem;height:4rem;top:4.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B54TduWHriGiUhFa4wTgOzaUXRfrm4ht { top:43.9375rem;left:7.25rem;width:5.75rem;height:5.75rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #wJ7XaiRNMZfmtHTNhbPf6vKHLlVX7T9H { display:block; }
 }@media only screen and (max-width: 763px) { #PZ1m7bSCFKSxpNN066IpWOnn7QK4nH5y { width:9.3125rem;height:9.3125rem;top:10.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lipBoR4nALlA32BPZ9OHisiSmLg0dTC9 { width:8.9375rem;height:1rem;top:23.875rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i04cTMSAQG19Gbprb00u0LiX93gkKatz { display:flex;width:2.3125rem;height:2.3125rem;top:26.125rem;left:8.875rem; }
#i04cTMSAQG19Gbprb00u0LiX93gkKatz > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #G2iyThnimoyAARMx2CSeCgs21i1LTHNJ { width:18.9375rem;height:1.125rem;top:21.5rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gObZcTqvSePQVnciRFbU351FHoFRp8Mb { width:17.5rem;height:3.4375rem;top:29.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJXLdWtwyzxFAHaSG3SPeAV2wmCyVZ4y { display:block; }
 }@media only screen and (max-width: 763px) { #H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn { display:block; }#H1ESu5CMJsNMomt4eJPHnaZ7eTeTNVtn > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyGnc40BVuZf4dnNg7uHPDsPFAFhd8ys { width:14.0625rem;height:6.25rem;top:1.1750001907349rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZlBpB5nKtk7NVoKQ8ecRX4KMKEmWuWg { width:19.6875rem;height:6.25rem;top:9.375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiR3rTL7Karu1xGD2u9tXevKPzR7PuoT { width:14.5625rem;height:6.25rem;top:17.3125rem;left:2.7187500596046rem;display:block; }
 }