.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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0040b4;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; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { border-width: 0; border-radius: 0; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#pRQTlD27dA5H15JewB5pwSVp0CJCJbQd { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9708337783814rem;left:6.5625rem;height:2.4375rem;font-style:normal;display:block; }
#C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:6.0416669845581rem;left:6.5625rem;display:block; }
#RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0040b4;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:14.5625rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.695833206177rem;left:6.5625rem;display:block; }
#PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eMzzyIimEhllvTpUtZqzp9DQDVEQZGXe { 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:3.25rem;width:2.4375rem;top:19.792709350586rem;left:6.5625rem;overflow:hidden;display:block; }
#Bnk7blGHATHv0f6LngeNT9ih9L2XNUKg { color:#e30808;display:block;width:22.8125rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.386459350586rem;left:10.875000953674rem;height:4.0625rem;font-style:normal;display:block; }
#HXc96Kya9hLTnLCF7rLzK6BuRHnwqDbh { 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:1.5625rem;width:1.5625rem;top:3.4083337783814rem;left:41.795834541321rem;overflow:hidden;display:block; }
#lVwk09TETdyp8RfbElGTZzznun8gS36Q { color:#e30808;display:block;width:22.875rem;position:absolute;font-family:nowy11;font-size:10.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.190625190735rem;left:45.937500953674rem;height:13.24375rem;font-style:normal;display:block; }
#I8GlRZz4xtRmzZnUCyf092XV7FVfzvLA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:2.2916669845581rem;left:29.187500953674rem;display:block; }
#inRkwzV5TqaciWAud4NxtHzPtbROcBRn { color:#e30808;display:block;width:61.1875rem;position:absolute;font-family:"source sans pro";font-size:10.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.3145837783812rem;left:5.8583335876465rem;height:13.325rem;font-style:normal;display:block; }
#TdiUdqwLKJrTl1zSb0NRqizWQUXhBt9g { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:#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:15.57083375rem;height:2.94583375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.754165649414rem;left:22.631249427796rem;display:block; }
#WRTxzUCmgrw2SmKWgwXG6PBzRhf9bi2S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0040b4;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:none; }#mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt > .row .container { border-width: 0; border-radius: 0; }#mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:none; }#knhCZJ5aL0brSGi13CIFiTcMD450Kbcl { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9708337783814rem;left:6.5625rem;height:2.6rem;font-style:normal;display:block; }
#MH6o2T2V69OZw1WG4TQeZsFpfLSlCz87 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:6.3541669845581rem;left:6.5625009536744rem;display:block; }
#IrUpve9ZE2MHXhPEKILfNGtS34NPyMAG { 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:4.375rem;width:3.25rem;top:19.230207443238rem;left:6.5625009536744rem;overflow:hidden;display:block; }
#Ty2apLJPGTP6sfWTpAMGWcuahuXE9UIT { color:#e30808;display:block;width:22.8125rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.597917556762rem;left:10.985417366028rem;height:4.0625rem;font-style:normal;display:block; }
#rzr4rw0KM3tGaXx0LpQKSmt3HNRpOwEE { 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:1.5625rem;width:1.5625rem;top:3.4895830154419rem;left:36.718750953674rem;overflow:hidden;display:block; }
#Z8wNHcDTopN2buI5t4bxOavyDQplm0Qi { color:#e30808;display:block;width:22.875rem;position:absolute;font-family:nowy11;font-size:10.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.190625190735rem;left:45.937500953674rem;height:14.05625rem;font-style:normal;display:block; }
#go6XSBOSmizACyWJM0zLNEZ2siZbv5MD { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:2.2916669845581rem;left:22.180207252502rem;display:block; }
#wZfqL6oguwzm2J1sBvh6LM36DOqLkaFE { color:#e30808;display:block;width:61.1875rem;position:absolute;font-family:"source sans pro";font-size:10.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.3145837783812rem;left:5.8583335876465rem;height:13.325rem;font-style:normal;display:block; }
#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { 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; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { background-color: transparent; background-image: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .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); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { border-width: 0; border-radius: 0; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8979187011719rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8979187011719rem;left:20.562500953674rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8979187011719rem;left:39.312500953674rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eg1E0bHAiBU6BDqXBUR8QVs7Nx50a3io { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8979187011719rem;left:56.937500953674rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QukC47IL1liIiCXuoJFsPSUpK7V30gcL { box-sizing:content-box;color:#000000;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5367431640625E-7rem;left:7.3125rem;display:block; }
#K7mmXl97E7RBcmeWgSsPm1TiNetq5KBb { box-sizing:content-box;color:#000000;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:9.5367431640625E-7rem;left:26.062500953674rem;display:block; }
#tpmMLNRlBeiDlnM93GNQ1mNLtELi2DrM { box-sizing:content-box;color:#000000;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:9.5367431640625E-7rem;left:44.812500953674rem;display:block; }
#I8IRf5gfUy5MTCTVReUyn99grkQkqNTF { 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:15010;opacity:1;top:0.84374904632569rem;left:64.406250953675rem; }
#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #062fdc, #e30808);background-image: -moz-linear-gradient(180deg, #062fdc, #e30808);background-image: -ms-linear-gradient(180deg, #062fdc, #e30808);background-image: -o-linear-gradient(180deg, #062fdc, #e30808);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#062fdc', endColorstr='#e30808' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#062fdc', endColorstr='#e30808' );";background-image: linear-gradient(180deg, #062fdc, #e30808);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { background-color: transparent; background-image: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container > .video-iframe-container { display: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container { display: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .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); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { border-width: 0; border-radius: 0; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#mcbb0tJyTdy6ZiRHBxkEGkZm13BqEgJQ { color:#ffffff;display:block;width:68.0625rem;position:absolute;font-family:"source sans pro";font-size:6.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0833320617676rem;left:6.2020835876465rem;height:8.125rem;font-style:normal;display:block; }
#sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { position:absolute;display:block;z-index:15005;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:15.0625rem;display:block; }
#T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { position:absolute;display:block;z-index:15008;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:18.143749237061rem;left:13.141667366028rem;display:block; }
#JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.183332443238rem;left:14.875000953674rem;height:2.7625rem;font-style:normal;display:block; }
#Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:38.125rem;top:23.887496948243rem;left:19.000000953674rem;display:block; }
#rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:19rem;display:block; }
#cEhcMd9uF60yOLyOat74P8mzcF6g72gT { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:26.008332252502rem;left:56.187500953674rem;display:block; }
#cNE190W28TnyTnP6x90gCr466DTQ4D3U { position:absolute;display:block;z-index:15015;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.939582824707rem;left:55.108334541321rem;display:block; }
#noZOVrDx3I3EcgtKafTCyFB4637ykazt { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.887498855591rem;left:57rem;height:2.7625rem;font-style:normal;display:block; }
#OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:26.0625rem;height:2.4375rem;font-style:normal;display:block; }
#whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { color:#000000;display:block;width:37.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.15625rem;left:26.062500953674rem;height:6.3rem;font-style:normal;display:block; }
#VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.170836448669rem;left:18.920834541321rem;height:2.4375rem;font-style:normal;display:block; }
#KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.720836639404rem;left:19.000000953674rem;height:4.725rem;font-style:normal;display:block; }
#TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.062500953674rem;left:57.4375rem;display:block; }
#hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:34.375rem;top:35.812500953674rem;left:23rem;display:block; }
#VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:34.0625rem;left:15.125rem;display:block; }
#ui42RGAkmbAXGxVKIAX99fDKH7c7kGn5 { position:absolute;display:block;z-index:15012;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:38.816667556763rem;left:13.141667366028rem;display:block; }
#VH2VAXmVAyeGWcG2kxFXgsgET4ZdJqKx { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:39.856250762939rem;left:15.062500953674rem;height:2.7625rem;font-style:normal;display:block; }
#wTDmn7qm0MzQTtfVaa3ccBb10R4Z54ug { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:26.125rem;height:2.4375rem;font-style:normal;display:block; }
#vRe4Nz63M3OFnsqAXka5RhDRDPVDH6yK { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:40.687496185302rem;left:26.062500953674rem;height:3.15rem;font-style:normal;display:block; }
#D4NiR6C5LnuM2mVfvTMQuk7TNBbsXAS0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:47.28750038147rem;left:35.625000953674rem;overflow:hidden;display:block; }
#iTlXgrLgckCti637Utzx3Ieru55TEicn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:6.375rem;top:27.991665840149rem;left:8.7333335876462rem;overflow:hidden;display:block; }
#BiexNodkqT6sqgpoZFRR2rGo4NQzS3BK { box-sizing:content-box;color:#ffffff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:14.137499809265rem;left:16.875000953674rem;display:block; }
#sUKP6QGOdX8F5pD2Xa0KTLTSx2VMl9RC { box-sizing:content-box;color:#ffffff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:35.904167175293rem;left:16.875000953674rem;display:block; }
#pDc5IgoZ7QrLRsIhv0TI9MrkSyfn0ZXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:28.352084159851rem;left:57.216668128967rem; }
#bQr92EiFumPt8Ri5Twyeu42RBKL8BWaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26.650000572204rem;left:59.949997901916rem; }
#GQsKuKLI8NB0bxXqaaD7NANaLLQqIlz5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.545833587646rem;left:59.154168128967rem; }
#nWVRRsNcLau47LVasmknDSpSIhP7X0vz { color:#e30808;display:block;width:22.875rem;position:absolute;font-family:nowy11;font-size:6.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.8260412216188rem;left:51.435418128967rem;height:8.85625rem;font-style:normal;display:block; }
#Re8iEurJXnflsATie3eg5kVZb2PWWci2 { position:relative;display:block; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 { background-color: transparent; background-image: none; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .row .container > .video-iframe-container { display: none; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .row > .video-iframe-container { display: none; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .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); }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 { border-width: 0; border-radius: 0; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .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; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .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:14.8125rem;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; }#yvzyUQJ9kSR42Sqw7oxuHfXkR7xeg488 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:19.75rem;top:0rem;left:-11.069027635484rem;overflow:hidden;display:block; }
#e2gXPU48X2JmXgDhzpDlgTua42H3fw7l { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:19.625rem;top:0rem;left:7.0489587783812rem;overflow:hidden;display:block; }
#vVhI2I0NeVZQKFQlnaLQKNIkRKfvT1Fk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:19.625rem;top:0rem;left:23.431252479553rem;overflow:hidden;display:block; }
#cFWJByyozeAG4beWgyS06rBR8VGK5vDc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:19.625rem;top:0rem;left:40.493752479553rem;overflow:hidden;display:block; }
#cXSL9zB3rHbNdnZRRT5Q18cfVzSgTfRa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.6875rem;top:0rem;left:69.840467873919rem;overflow:hidden;display:block; }
#us4uwxksZExQJR4UsbO84ywPbys8DpZp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:11rem;top:0rem;left:60.118752479553rem;overflow:hidden;display:block; }
#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32746d6b-2196-4f8d-9a7e-8c2c268f4611/1221_GoogleRoadToTheCup.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6.adaptive-delivery-prevent-bg, #Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6.lazyload, #Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6.lazyloading { background-image: none; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container { background-color: transparent; background-image: none; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,180,0.86); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container > .video-iframe-container { display: none; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,180,0.86); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row > .video-iframe-container { display: none; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .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); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container { border-width: 0; border-radius: 0; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#ewBKodNNTZF8khVKnT0DrJ8gaK7y2iGO { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3708343505859rem;left:8.4375rem;height:2.35625rem;font-style:normal;display:block; }
#R3XbMurwPNDJm68z16TqUTH94Z4lrhb4 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:6.9208335876462rem;left:6.125rem;display:block; }
#aWErTRm6dhlR0nHkPf2FQ7LGJxnPwiT4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:4.8125rem;top:8.6895828247069rem;left:48.375000953674rem;overflow:hidden;display:block; }
#iKqnPMPCixIyobFJblOitOZroq1qLOf0 { color:#ffffff;display:block;width:57.75rem;position:absolute;font-family:"source sans pro";font-size:5.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.6833343505863rem;left:5.2083339691162rem;height:7.6375rem;font-style:normal;display:block; }
#gTXPSoRRpBOTySdcwrE6EDUvCOJb8MMi { 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:1.4375rem;width:1.4375rem;top:4.6208343505859rem;left:6.125rem;overflow:hidden;display:block; }
#Tq0PLe3IH2od9bLURkwu5v7PcNTJQmK6 { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:21.133330345154rem;left:6.125rem;height:19.40625rem;font-style:normal;display:block; }
#X7rv0Ti2SHVdfe3ABFMLsCtmkxJ91r1u { color:#e30808;display:block;width:21.1875rem;position:absolute;font-family:nowy11;font-size:6.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.6895847320556rem;left:30.062500953674rem;height:8.85625rem;font-style:normal;display:block; }
#SsLENNxMk3TSGwZMQRHqeKlGbR95gHZS { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:3.4791669845581rem;left:24.500000953674rem;display:block; }
#TINaeTmke1JLeEXuLRtTI1Iclln82tH5 { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.695831298828rem;left:6.375rem;height:2.35625rem;font-style:normal;display:block; }
#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32746d6b-2196-4f8d-9a7e-8c2c268f4611/1221_GoogleRoadToTheCup.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6.adaptive-delivery-prevent-bg, #uIo8gV3ptis8QP9eF8u64r4NMstm9ix6.lazyload, #uIo8gV3ptis8QP9eF8u64r4NMstm9ix6.lazyloading { background-image: none; }#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 > .row .container { border-width: 0; border-radius: 0; }#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:none; }#wNffWIHJ8TkL8MfKEeW0c5RiBrfVpFDd { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3708343505859rem;left:8.4375rem;height:2.35625rem;font-style:normal;display:block; }
#DhC4Pm5z748z25QZQaPv6p7eLsa0HtmM { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:6.9208335876462rem;left:6.125rem;display:block; }
#qqgaaLpeHv6SDt0tellJaiE5Mvs0XP8p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:4.8125rem;top:9.0552082061769rem;left:50.625000953674rem;overflow:hidden;display:block; }
#TVaCbHkOCn2skId846I3SOFZAGWPeb6f { color:#ffffff;display:block;width:57.75rem;position:absolute;font-family:"source sans pro";font-size:6.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.0895833969119rem;left:6.1250009536743rem;height:8.36875rem;font-style:normal;display:block; }
#AOCwIR3ysk3yX2ouemgIlErQTisxfodR { 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:1.4375rem;width:1.4375rem;top:4.6208343505859rem;left:6.125rem;overflow:hidden;display:block; }
#eGRvk9qq6iIimT01BD98X9EBWUdUJVb6 { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:22.820833206177rem;left:6.1250009536743rem;height:15.09375rem;font-style:normal;display:block; }
#E4ViVZtN7vIwCSJ4pX2BA8hJRpubpqHT { color:#e30808;display:block;width:21.1875rem;position:absolute;font-family:nowy11;font-size:6.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.5645837783812rem;left:33.555207252502rem;height:8.85625rem;font-style:normal;display:block; }
#ks9WZnFZ7aBAlqELiqSRfyS7MBiikG2O { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.125rem;width:11.5625rem;top:3.4791669845581rem;left:24.500000953674rem;display:block; }
#depo0LNC77TXUdmUM5FDeUIG0gGbBAAT { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.695831298828rem;left:6.375rem;height:3.25rem;font-style:normal;display:block; }
#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH { 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; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row .container { background-color: transparent; background-image: none; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row .container > .video-iframe-container { display: none; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row > .video-iframe-container { display: none; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .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); }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row .container { border-width: 0; border-radius: 0; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#Dn295H7uTGWHIbDD9Q3CxkaEhHL86oQD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.125rem;width:12.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.8072919845581rem;left:46.891667366028rem; }
#Dn295H7uTGWHIbDD9Q3CxkaEhHL86oQD > img { max-width: 100%;max-height:100%; width:12.125rem; height:12.125rem; }#TL8WhsGgpRmNAcqVZ5st7P7ViZgTvlwQ { color:#0b19da;display:block;width:29.5625rem;position:absolute;font-family:"source sans pro";font-size:5.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5968780517578rem;left:22.235416412354rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.519375rem;padding-right:0.44875rem;padding-bottom:0.519375rem;padding-left:0.44875rem;display:block;align-items:center;width:2.690625rem;min-width:2.690625rem;height:2.79125rem;position:relative;font-family:"open sans";font-size:2.0775rem;font-weight:700;line-height:44.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.325rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.588125rem;height:1.104375rem;position:relative;font-family:"open sans";font-size:0.779375rem;font-weight:400;line-height:17.67px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.375rem;height:5.259375rem;padding-top:0.64875rem;padding-right:0.64125rem;padding-bottom:0.64875rem;padding-left:0.64125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.502083778381rem;left:26.500000953674rem;z-index:15010; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #D9Qd43mttuTNbPmoga7AyLn3NNXxz3s7 { display:flex;position:relative;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #mNO4vnA9ZW6FPi4yV7cr5nfWwVlhkk0n { width:auto; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #TLQihciDpFZvX77NTDZt4vT17FAZa608 {  }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #guPbzTpQKcwknMTaE5ZlV2iQcuf6UkNQ { display:flex;position:relative;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #X5JORv3cADSNPcGUpCSdaZDGkgUHVeot {  }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #A5O23qswwFvTu9ugkPhZ7qKkS3Ioqq2Q {  }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #CwVyKoFCg6oMc256TNDpAApGK8cTn6O5 { display:flex;position:relative;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #IFlGEqzTIyzmqeCNOxMxZ1IBCEiZDyuP {  }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #DFk1TT1TfRHHnmg3154sFz32iOh2kDh4 {  }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #dCIFrznVeP7OnqVAXoCBUJTvTWQawV6U { display:flex;position:relative;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #xvQ7P4vco5Ez0iUtXN4Jnd5aXP5fNwFR {  }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #bDh4Sqz2RSqV1AS4lRVtBvmlgRfVnedP {  }
#doH3kSJ1C65zwUDiklmddmCLHTHpF8hk { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8031225204469rem;left:9.0614585876462rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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:#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:18.88333375rem;height:3.07083375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.173957824707rem;left:26.500000953674rem;display:block; }
#c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NmI8l6of8yRS3qrQFlw8Jb5NX5ZuPvx9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:9.8125rem;top:18.35312461853rem;left:16.545834541321rem;overflow:hidden;display:block; }
#fuugzt5CKsQmZPA9Vh9HNcJPolWM4bu5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.969791412354rem;left:16.545834541321rem;overflow:hidden;display:block; }
#TzOAdEcJoXwQXl2pnen4KHdgSlEq0CVe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.375rem #000000;top:26.491673469544rem;left:0rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0040b4;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2.adaptive-delivery-prevent-bg, #tmp19TERtUL8GffkEDMlt4tIcbLZo7I2.lazyload, #tmp19TERtUL8GffkEDMlt4tIcbLZo7I2.lazyloading { background-image: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container { background-color: transparent; background-image: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container > .video-iframe-container { display: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row > .video-iframe-container { display: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .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); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container { border-width: 0; border-radius: 0; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#U32msws75TWOepKMRSzUS7WMc5TQeEN8 { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1760444641113rem;left:3.1083335876465rem;height:2.7625rem;font-style:normal;display:block; }
#liJSpV5LOHIWLv2wdOQryAThCCot2kxt { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:15.625rem;top:5.9833354949951rem;left:3.1083335876465rem;display:block; }
#MmecGATgXMeDKi2A9WfNhZmIxT7ETi4L { 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.3125rem;width:11.5625rem;top:6.5458364486694rem;left:32.591668128967rem;overflow:hidden;display:block; }
#BJCkZ7ksKPEA5HwPzQahFg0FhZTJgFaR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#nXhLbqCemU5ohmyeg22TzvMdM1ZLiOTc { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:35.338541984558rem;left:6.78125rem;display:block; }
#CIh2uqP2J25cqnbKn6rgOiP3EeNJSXVa { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.410416603088rem;left:12.841668128968rem;height:1.54375rem;font-style:normal;display:block; }
#CC9oxiUPf2Q7zwRSJ6E0rrvc2z1ZqSPC { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.836460113526rem;left:3.1083335876465rem;height:4.875rem;font-style:normal;display:block; }
#Jf2bd7eGt2QNSKTkv6yrSM3dcziiWwIL { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:12.586460113526rem;left:0rem;overflow:hidden;display:block; }
#ATQoWKrPzc5EksddXSRMy8W4eJOzqVwK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.9041700363159rem;left:33.341668128967rem;overflow:hidden;display:block; }
#Mg92qK0Tcg9yAJ57cbUH0qtdTXZkGAfq { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:23.130208015442rem;left:13.920834541321rem;display:block; }
#T5zFGxEKU7MTih3md5A4Qm2U3J9yyk8O { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.067708015442rem;left:13.545834541321rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mr3agDcdlNhfAEFHHpm5hvRtK74WE9Dy { position:absolute;display:block;z-index:15012;background-color:#0712a5;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:4.375rem;width:4.375rem;top:23.911458015442rem;left:14.702084541321rem;display:block; }
#TSDmKXXxxwpC04m42386GgeTRP3z8M5X { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.042708396912rem;left:6.0916681289673rem;height:2.1125rem;font-style:normal;display:block; }
#LsxT4AQUA6akv8ha4d3sslcEcdOyKhs9 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.083333015442rem;left:21.887501716614rem;height:2.03125rem;font-style:normal;display:block; }
#ixMVW87Q6TIp94xsB6Mgh5p4Fu3PCrkT { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.4145832061769rem;left:3.1083335876465rem;height:3.25rem;font-style:normal;display:block; }
#D8z82TcaXF7t4Zxmvqu4baHgXIAVg1xd { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:8.4145860672rem;left:0rem;overflow:hidden;display:block; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-form-header {  }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;color:#090e36;width:27.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position: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.125rem solid #090e36;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.3125rem;box-sizing:border-box;height:2rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position: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.125rem solid #090e36;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.3125rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.3125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f2f9ff;width:19.625rem;height:3.75rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:26.0625rem;overflow:hidden;font-style:normal; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-container:first-of-type{padding-top:0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-container:last-of-type{padding-bottom:0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:44.153126716614rem;top:3.7718811035156rem;z-index:15025;position:absolute; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.3125rem;display:block;vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc {display:block;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:44.153126716614rem;top:3.7718811035156rem;z-index:15025;position:absolute; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #uCLE1kqfXivTXXaOoLNCoCLzalUrfc41 { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #MZwf92rEaQn2otDlh3EWE5O9kOsVm3oA { position:relative;display:block; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #TCTIB3BZJ5R6SMToPlqOeHDcpXrI9V5I { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #i6pFWIbCI9Gd9QgVTPFZPobESMC6RcEU { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #zxfTBfIdmicUopMm5PwhHZQvH6i4RLL8 { position:relative;display:block; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #dLTXSbT2LG1uk9hnog04H6RQ2FgZxxJl { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #wTNU1XNtJfLZSI7m3eQhrMBynUqy12xa { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #vQ2aDCVONTRb4E4TqeA0KTQQRkT8yZOr { position:relative;display:block; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #tSrd4TkkT7UTFKi2N8Ig3wGvcqDoNPur { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #mMTDQIyafukqEmmLntkb9TumQdNEMsnV { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #Hr70iSCeUD1FS2S9ly9XEfPPGngEdFGa { position:relative;display:block; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #ORyTkmsWp4vRPZmlshxT0KDoMSGCCSxB { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #Tnw18fK5v192PPa489SHpWQMpGFbHL3Q { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #ODiCl1OX4STkPJpO3Qhbh9FT3ECgiPHb { position:relative;z-index:2; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #X9iAt1hiOVywqyiaHUXwCOL7uuNOWPzo { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #NCCGeGLp7NxJ9nWSNFCOdF9oDvXg1myQ { position:relative; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #XvESbeff7hy3wFUbyfcv86N6KfT27t3d { position:relative; }
#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0040b4;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { border-width: 0; border-radius: 0; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1760444641113rem;left:3.1083335876465rem;height:2.7625rem;font-style:normal;display:block; }
#S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:15.625rem;top:5.9833354949951rem;left:3.1083335876465rem;display:block; }
#p3tiSvP7h6COTzGT0rVZ8902TN1Zp68E { 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.3125rem;width:11.5625rem;top:6.5458364486694rem;left:32.591668128967rem;overflow:hidden;display:block; }
#oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#TWuAapBeBaC36oD88uLQmEv7TxRDvAnH { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:35.338541984558rem;left:6.78125rem;display:block; }
#LKUFQIiyW7PpNweVoNqc4F5ILKwG6eWu { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.410416603088rem;left:12.841668128968rem;height:1.54375rem;font-style:normal;display:block; }
#JVnBRA95FzHmDT1OFf6mNK9i3HuE5c1k { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.664583206177rem;left:3.1083335876465rem;height:4.875rem;font-style:normal;display:block; }
#T96DxGfL9GTzkskQNnLvg8ad6TvDIZMH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:13.414583206177rem;left:0rem;overflow:hidden;display:block; }
#muEDhRuTap9enSyXMg4mvV29AsDqcb4E { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.9041700363159rem;left:33.341668128967rem;overflow:hidden;display:block; }
#VKv9GFxq7fwMisaPIS9tvnrHVUcSq52f { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:23.130208015442rem;left:13.920834541321rem;display:block; }
#Dd8xK6R7kxQc9ugGJS0RVaxQt9numryc { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.067708015442rem;left:13.545834541321rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuM2iICZBEFHCn0z1ZQozZ8bZNJLZ5od { position:absolute;display:block;z-index:15012;background-color:#0712a5;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:4.375rem;width:4.375rem;top:23.911458015442rem;left:14.702084541321rem;display:block; }
#mFnkOHDHSvCX1NtDL7WgRPMoK0cftgWX { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.042700767517rem;left:4.96875rem;height:2.1125rem;font-style:normal;display:block; }
#ctSA0K97VkKutm3iV5V7OZOKb8TXAyle { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.083330154419rem;left:22.450001716614rem;height:2.03125rem;font-style:normal;display:block; }
#B9bM7oeBwbzxxezw7s0NiZ2DcKrocrTL { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.4145832061769rem;left:3.1083335876465rem;height:3.25rem;font-style:normal;display:block; }
#I3iuh1K6NVy7PoyZmQbFrGDooMLGH1Pt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:8.4145860672rem;left:0rem;overflow:hidden;display:block; }
#zsVdgQDWShxFTvQ6up8VscQP5niLzAP3 { color:#10090b;display:block;width:29.6875rem;position:absolute;font-family:"source sans pro";font-size:3.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.7895822525025rem;left:45.187500953674rem;height:9.9121125rem;font-style:normal;display:block; }
#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e30808;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; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row .container { background-color: transparent; background-image: none; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row .container > .video-iframe-container { display: none; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row > .video-iframe-container { display: none; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .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); }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row .container { border-width: 0; border-radius: 0; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#Omr7CTXKtBhiTdRF7gISutgh8LUZwZJH { position:absolute;display:block;z-index:15000;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:7.5rem;width:7.5rem;top:10.375rem;left:0rem;overflow:hidden;display:block; }
#wqoulTu14iDmLbUwPiLx5BM4lCBFiXf5 { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.59583282470703rem;left:11.062500953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAvmFGCbu9thZzgMeTbyRzPvpVbOSMpx { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.536458969116rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4ph2gCnQ2ZXOfoeLBvLLASBN8xTEbMa { position:absolute;display:block;z-index:15001;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:7.5rem;width:7.5rem;top:10.375rem;left:9.34375rem;overflow:hidden;display:block; }
#OL2tMXU4LThelmfw01BEDh1HSxcSRtsu { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.536458969116rem;left:8.59375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q31KvXofOUHQi8lJqwN6TdstFxk0Dnc6 { position:absolute;display:block;z-index:15002;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:7.25rem;width:7.5rem;top:10.5rem;left:18.718750953674rem;overflow:hidden;display:block; }
#hM5ETcMqNJocgcH0oqmO46aPn2Zb3xQO { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.536458969116rem;left:18.562500953674rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHmW6UlpBbTyqeillP5E6eUiwA8iZB9B { position:absolute;display:block;z-index:15003;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:7.5rem;width:7.5rem;top:10.375rem;left:28.264584541321rem;overflow:hidden;display:block; }
#VuJKnKxztEI7ydiSUNNrce0nquMGPzIs { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.536458969116rem;left:28.358334541321rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SB2z0hqGfPW8TDHDDFAsP1vlMv9Ch57h { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:nowy11;font-size:2.6875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.4083385467529rem;left:46.968750953674rem;height:3.49375rem;font-style:normal;display:block; }
#eI4PTvcsbqMcTIku81IPCv3uBMuuoWP8 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:10rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.036457061767rem;left:62.218747138977rem;display:block; }
#B4eBggHXvJbdqprr3tfA5vvwCIwbfofq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C5X2CzTTrgs89RVTDyM4gvDQaxMU3T5T { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:36.5625rem;left:60.687497138977rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3iXyFVCWehKLxtEdfqATTHlnJRe98D9 { position:absolute;display:block;z-index:15004;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:7.3125rem;width:7.5rem;top:26.036457061767rem;left:0rem;overflow:hidden;display:block; }
#N4cTPhQB6s5NGXm7TcEfRpvve3ig1Qmz { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:34.625rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGNHJquIfBzHkVSIEzPOtZxW6l4rM1ub { position:absolute;display:block;z-index:15005;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:7.5rem;width:7.5rem;top:25.942707061767rem;left:9.3437509536744rem;overflow:hidden;display:block; }
#GbyPfgBlz0QNlhJoP1hTZ9WQxSTiADDl { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.625rem;left:8.9375009536744rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4F5eHv48R1xX1NB9gnAF5gHD79C1Cr4 { position:absolute;display:block;z-index:15006;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:7.5rem;width:7.5rem;top:25.942707061767rem;left:18.718750953674rem;overflow:hidden;display:block; }
#E0R1bJRXIDg8PVFUJkTxTvk6vTqpdhsT { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:34.421875rem;left:18.312500953674rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f96FPa6y8rWZTgoEQrglInTpZ39VVREs { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.875rem;width:7.875rem;top:25.942707061767rem;left:28.264584541321rem;overflow:hidden;display:block; }
#Im4gt9xPrt2wQVPUNhS0E2i02Rugbalu { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:34.625rem;left:28.264584541321rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AALiMUck03zPqyzbrr6kQrXO8ZaQSZiI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:amita;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:7.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.15625rem;left:37.895833015442rem;display:block; }
#daVgLhFKtrochbOJG8wIGoXCxa01mCmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVaZuIFp1E5wtcM1KdoIIou3ZQ3OtOxw { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.581250190735rem;left:36.243748664856rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fetrh1vVCcPu2nOTJDcq3n20gtW1cixt { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:got2;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:8.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.036457061767rem;left:47.833333015442rem;display:block; }
#Gg4sC8s2n0hEGHrAGXGoZ4B6XuB4iyg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2S1TCyggaS3bCQLJUJ4zOKW2MHqlJyd { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.230209350586rem;left:48.020833015442rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxx1HsVO0Ma6kVqZZeVgBDJeS7x8bQZ0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/961777e7-522a-4d94-bea4-54f43e4e9bbc/Screenshot20230321at094806FwdLogoPocztawOnetpl.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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:got2;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:8.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:10.03125rem;left:47.833333015442rem;display:block; }#xxx1HsVO0Ma6kVqZZeVgBDJeS7x8bQZ0.adaptive-delivery-prevent-bg, #xxx1HsVO0Ma6kVqZZeVgBDJeS7x8bQZ0.lazyload, #xxx1HsVO0Ma6kVqZZeVgBDJeS7x8bQZ0.lazyloading { background-image: none; }
#rAmen94vzfB0SgKp8FOrmXtsk5RHfJ0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoGQXyTyA85HekLTpBWyafX7ZWQNWU9l { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.581249237061rem;left:47.306248664856rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nbstd2boRo59LP3G3zzaou6d268MZASG { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:oswald;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:8.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.036457061767rem;left:37.770833015442rem;display:block; }
#E4c5rrHiEfXf16d4JfTG9PWHolFGAz0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWd2aLtq17Fsr6AvF7dlQESlwiQsPaKz { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:34.625rem;left:37.708333015442rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMCT7Doh93OlXCSBOeE0pRKTbmbuS5u1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f1be9148-d41d-4b5e-9bed-5e40586f86dd/noname.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;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:got2;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:8.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:10.03125rem;left:58.493748664856rem;display:block; }#yMCT7Doh93OlXCSBOeE0pRKTbmbuS5u1.adaptive-delivery-prevent-bg, #yMCT7Doh93OlXCSBOeE0pRKTbmbuS5u1.lazyload, #yMCT7Doh93OlXCSBOeE0pRKTbmbuS5u1.lazyloading { background-image: none; }
#SXfKPTHEpxdc5eTkPTBCdgcXMfeg7TLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X22UwSWCgsATTo4gwg3c2fDTXxoEQ0pc { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.45937538147rem;left:58.493748664856rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRQTlD27dA5H15JewB5pwSVp0CJCJbQd { top:2.9375rem;left:0rem;width:36.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { top:6rem;left:0rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:14.5625rem;height:3.0625rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #eMzzyIimEhllvTpUtZqzp9DQDVEQZGXe { width:2.4375rem;height:3.25rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnk7blGHATHv0f6LngeNT9ih9L2XNUKg { top:19.375rem;left:0rem;width:22.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXc96Kya9hLTnLCF7rLzK6BuRHnwqDbh { width:1.5625rem;height:1.5625rem;top:3.375rem;left:28.170834541321rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVwk09TETdyp8RfbElGTZzznun8gS36Q { top:11.1875rem;left:24.875rem;width:22.875rem;height:13.1875rem;font-size:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8GlRZz4xtRmzZnUCyf092XV7FVfzvLA { top:2.25rem;left:15.562500953674rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inRkwzV5TqaciWAud4NxtHzPtbROcBRn { top:7.3125rem;left:0rem;width:47.75rem;height:13.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdiUdqwLKJrTl1zSb0NRqizWQUXhBt9g { width:15.5625rem;height:2.9375rem;top:26.75rem;left:9.0062494277956rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTxzUCmgrw2SmKWgwXG6PBzRhf9bi2S { display:block; }
 }@media only screen and (max-width: 763px) { #mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt { display:none; }#mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knhCZJ5aL0brSGi13CIFiTcMD450Kbcl { top:2.9375rem;left:0rem;width:36.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH6o2T2V69OZw1WG4TQeZsFpfLSlCz87 { top:6.3125rem;left:0rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrUpve9ZE2MHXhPEKILfNGtS34NPyMAG { width:3.25rem;height:4.375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty2apLJPGTP6sfWTpAMGWcuahuXE9UIT { top:19.5625rem;left:0rem;width:22.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzr4rw0KM3tGaXx0LpQKSmt3HNRpOwEE { width:1.5625rem;height:1.5625rem;top:3.4375rem;left:23.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8wNHcDTopN2buI5t4bxOavyDQplm0Qi { top:11.1875rem;left:24.875rem;width:22.875rem;height:14rem;font-size:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #go6XSBOSmizACyWJM0zLNEZ2siZbv5MD { top:2.25rem;left:8.5552072525025rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZfqL6oguwzm2J1sBvh6LM36DOqLkaFE { top:7.3125rem;left:0rem;width:47.75rem;height:13.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { top:4.875rem;left:0rem;width:18.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { top:4.875rem;left:8.75rem;width:15.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { top:4.875rem;left:20.6875rem;width:15.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg1E0bHAiBU6BDqXBUR8QVs7Nx50a3io { top:4.875rem;left:30.375rem;width:17.375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QukC47IL1liIiCXuoJFsPSUpK7V30gcL { width:4.125rem;height:4.125rem;top:0rem;left:3.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7mmXl97E7RBcmeWgSsPm1TiNetq5KBb { width:4.125rem;height:4.125rem;top:0rem;left:15.843750953674rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpmMLNRlBeiDlnM93GNQ1mNLtELi2DrM { width:4.125rem;height:4.125rem;top:0rem;left:27.781250953674rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IRf5gfUy5MTCTVReUyn99grkQkqNTF { width:2.4375rem;height:2.4375rem;top:0.8125rem;left:40.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcbb0tJyTdy6ZiRHBxkEGkZm13BqEgJQ { top:1.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { top:12.3125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { top:18.125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { top:19.125rem;left:1.2500009536743rem;width:1.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { top:23.875rem;left:5.3750009536743rem;width:38.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEhcMd9uF60yOLyOat74P8mzcF6g72gT { top:26rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNE190W28TnyTnP6x90gCr466DTQ4D3U { top:22.9375rem;left:41.483334541321rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZOVrDx3I3EcgtKafTCyFB4637ykazt { top:23.875rem;left:43.375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { top:13.1875rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { top:16.125rem;left:3.5625rem;width:37.75rem;height:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { top:25.125rem;left:5.2958345413208rem;width:31.5rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { top:27.6875rem;left:5.3750009536743rem;width:35.5625rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { top:32.0625rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { top:35.8125rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui42RGAkmbAXGxVKIAX99fDKH7c7kGn5 { top:38.8125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH2VAXmVAyeGWcG2kxFXgsgET4ZdJqKx { top:39.8125rem;left:1.4375009536743rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDmn7qm0MzQTtfVaa3ccBb10R4Z54ug { top:37.375rem;left:12.500000953674rem;width:31.5rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRe4Nz63M3OFnsqAXka5RhDRDPVDH6yK { top:40.6875rem;left:6.9375rem;width:40.8125rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4NiR6C5LnuM2mVfvTMQuk7TNBbsXAS0 { top:47.25rem;left:22.000000953674rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlXgrLgckCti637Utzx3Ieru55TEicn { top:27.9375rem;left:0rem;width:6.375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiexNodkqT6sqgpoZFRR2rGo4NQzS3BK { width:4.1875rem;height:4.1875rem;top:14.125rem;left:3.2500009536743rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUKP6QGOdX8F5pD2Xa0KTLTSx2VMl9RC { width:4.1875rem;height:4.1875rem;top:35.875rem;left:3.2500009536743rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDc5IgoZ7QrLRsIhv0TI9MrkSyfn0ZXD { width:3.125rem;height:3.125rem;top:28.3125rem;left:43.591668128967rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQr92EiFumPt8Ri5Twyeu42RBKL8BWaQ { width:3.125rem;height:3.125rem;top:26.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsKuKLI8NB0bxXqaaD7NANaLLQqIlz5 { width:3.125rem;height:3.125rem;top:29.5rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWVRRsNcLau47LVasmknDSpSIhP7X0vz { top:6.8125rem;left:24.875rem;width:22.875rem;height:8.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re8iEurJXnflsATie3eg5kVZb2PWWci2 { display:block; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvzyUQJ9kSR42Sqw7oxuHfXkR7xeg488 { width:19.75rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2gXPU48X2JmXgDhzpDlgTua42H3fw7l { width:19.625rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVhI2I0NeVZQKFQlnaLQKNIkRKfvT1Fk { width:19.625rem;height:14.6875rem;top:0rem;left:9.8062524795531rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWJByyozeAG4beWgyS06rBR8VGK5vDc { width:19.625rem;height:14.6875rem;top:0rem;left:26.868752479553rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSL9zB3rHbNdnZRRT5Q18cfVzSgTfRa { width:19.6875rem;height:14.625rem;top:0rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4uwxksZExQJR4UsbO84ywPbys8DpZp { width:11rem;height:14.6875rem;top:0rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 { display:block; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewBKodNNTZF8khVKnT0DrJ8gaK7y2iGO { top:4.3125rem;left:0rem;width:36.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3XbMurwPNDJm68z16TqUTH94Z4lrhb4 { top:6.875rem;left:0rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWErTRm6dhlR0nHkPf2FQ7LGJxnPwiT4 { width:4.8125rem;height:6.4375rem;top:8.6875rem;left:34.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKqnPMPCixIyobFJblOitOZroq1qLOf0 { top:7.625rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXPSoRRpBOTySdcwrE6EDUvCOJb8MMi { width:1.4375rem;height:1.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0PLe3IH2od9bLURkwu5v7PcNTJQmK6 { top:21.125rem;left:0rem;width:47.75rem;height:19.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7rv0Ti2SHVdfe3ABFMLsCtmkxJ91r1u { top:8.6875rem;left:16.437500953674rem;width:21.1875rem;height:8.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLENNxMk3TSGwZMQRHqeKlGbR95gHZS { top:3.4375rem;left:10.875000953674rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINaeTmke1JLeEXuLRtTI1Iclln82tH5 { top:17.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 { display:none; }#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNffWIHJ8TkL8MfKEeW0c5RiBrfVpFDd { top:4.3125rem;left:0rem;width:36.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhC4Pm5z748z25QZQaPv6p7eLsa0HtmM { top:6.875rem;left:0rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqgaaLpeHv6SDt0tellJaiE5Mvs0XP8p { width:4.8125rem;height:6.4375rem;top:9rem;left:37.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVaCbHkOCn2skId846I3SOFZAGWPeb6f { top:8.0625rem;left:0rem;width:47.75rem;height:8.3125rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOCwIR3ysk3yX2ouemgIlErQTisxfodR { width:1.4375rem;height:1.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGRvk9qq6iIimT01BD98X9EBWUdUJVb6 { top:22.8125rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4ViVZtN7vIwCSJ4pX2BA8hJRpubpqHT { top:9.5625rem;left:19.930207252502rem;width:21.1875rem;height:8.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9WZnFZ7aBAlqELiqSRfyS7MBiikG2O { top:3.4375rem;left:10.875000953674rem;width:11.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #depo0LNC77TXUdmUM5FDeUIG0gGbBAAT { top:17.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH { display:block; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn295H7uTGWHIbDD9Q3CxkaEhHL86oQD { width:12.125rem;height:12.125rem;top:6.75rem;left:33.266667366028rem;display:block; }
#Dn295H7uTGWHIbDD9Q3CxkaEhHL86oQD > img { max-width: 100%;max-height:100%; width:12.125rem; height:12.125rem; } }@media only screen and (max-width: 763px) { #TL8WhsGgpRmNAcqVZ5st7P7ViZgTvlwQ { top:1.5625rem;left:8.6104164123538rem;width:29.5625rem;height:7.75rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 { display:flex;width:18rem;height:5.0625rem;top:10.5625rem;left:11.408333778381rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #D9Qd43mttuTNbPmoga7AyLn3NNXxz3s7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #mNO4vnA9ZW6FPi4yV7cr5nfWwVlhkk0n {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #TLQihciDpFZvX77NTDZt4vT17FAZa608 {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #guPbzTpQKcwknMTaE5ZlV2iQcuf6UkNQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #X5JORv3cADSNPcGUpCSdaZDGkgUHVeot {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #A5O23qswwFvTu9ugkPhZ7qKkS3Ioqq2Q {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #CwVyKoFCg6oMc256TNDpAApGK8cTn6O5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #IFlGEqzTIyzmqeCNOxMxZ1IBCEiZDyuP {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #DFk1TT1TfRHHnmg3154sFz32iOh2kDh4 {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #dCIFrznVeP7OnqVAXoCBUJTvTWQawV6U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #xvQ7P4vco5Ez0iUtXN4Jnd5aXP5fNwFR {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #bDh4Sqz2RSqV1AS4lRVtBvmlgRfVnedP {  }
 }@media only screen and (max-width: 763px) { #doH3kSJ1C65zwUDiklmddmCLHTHpF8hk { top:9.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { width:18.875rem;height:3.0625rem;top:21.125rem;left:12.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block; }
 }@media only screen and (max-width: 763px) { #NmI8l6of8yRS3qrQFlw8Jb5NX5ZuPvx9 { top:18.3125rem;left:2.9208345413208rem;width:9.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuugzt5CKsQmZPA9Vh9HNcJPolWM4bu5 { width:2.8125rem;height:2.8125rem;top:14.9375rem;left:2.9208345413208rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzOAdEcJoXwQXl2pnen4KHdgSlEq0CVe { top:26.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 { display:block; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U32msws75TWOepKMRSzUS7WMc5TQeEN8 { top:2.125rem;left:0rem;width:35rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liJSpV5LOHIWLv2wdOQryAThCCot2kxt { top:5.9375rem;left:0rem;width:15.625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmecGATgXMeDKi2A9WfNhZmIxT7ETi4L { top:6.5rem;left:12.3125rem;width:11.5625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJCkZ7ksKPEA5HwPzQahFg0FhZTJgFaR { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #nXhLbqCemU5ohmyeg22TzvMdM1ZLiOTc { width:3.6875rem;height:3.6875rem;top:35.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIh2uqP2J25cqnbKn6rgOiP3EeNJSXVa { top:36.375rem;left:6.0291681289673rem;width:14.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC9oxiUPf2Q7zwRSJ6E0rrvc2z1ZqSPC { top:10.8125rem;left:0rem;width:26.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf2bd7eGt2QNSKTkv6yrSM3dcziiWwIL { top:12.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATQoWKrPzc5EksddXSRMy8W4eJOzqVwK { width:3.125rem;height:3.125rem;top:2.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg92qK0Tcg9yAJ57cbUH0qtdTXZkGAfq { width:5.9375rem;height:5.9375rem;top:23.125rem;left:7.1083345413206rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zFGxEKU7MTih3md5A4Qm2U3J9yyk8O { top:24.0625rem;left:6.7333316802981rem;width:6.6875rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3agDcdlNhfAEFHHpm5hvRtK74WE9Dy { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8895845413206rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSDmKXXxxwpC04m42386GgeTRP3z8M5X { top:25rem;left:0rem;width:27.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsxT4AQUA6akv8ha4d3sslcEcdOyKhs9 { top:25.0625rem;left:9.8125rem;width:14.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixMVW87Q6TIp94xsB6Mgh5p4Fu3PCrkT { top:8.375rem;left:0rem;width:26.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8z82TcaXF7t4Zxmvqu4baHgXIAVg1xd { top:8.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-regular-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-text { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-textarea { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-select { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-checkbox-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc  { width:27.3125rem;height:auto;top:3.75rem;left:17.9375rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .radio-container { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc {display:block;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc { width:27.3125rem;height:auto;top:3.75rem;left:17.9375rem; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #uCLE1kqfXivTXXaOoLNCoCLzalUrfc41 {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #MZwf92rEaQn2otDlh3EWE5O9kOsVm3oA { display:block; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #TCTIB3BZJ5R6SMToPlqOeHDcpXrI9V5I {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #i6pFWIbCI9Gd9QgVTPFZPobESMC6RcEU {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #zxfTBfIdmicUopMm5PwhHZQvH6i4RLL8 {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #dLTXSbT2LG1uk9hnog04H6RQ2FgZxxJl {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #wTNU1XNtJfLZSI7m3eQhrMBynUqy12xa {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #vQ2aDCVONTRb4E4TqeA0KTQQRkT8yZOr { display:block; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #tSrd4TkkT7UTFKi2N8Ig3wGvcqDoNPur {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #mMTDQIyafukqEmmLntkb9TumQdNEMsnV {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #Hr70iSCeUD1FS2S9ly9XEfPPGngEdFGa {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #ORyTkmsWp4vRPZmlshxT0KDoMSGCCSxB {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #Tnw18fK5v192PPa489SHpWQMpGFbHL3Q {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #ODiCl1OX4STkPJpO3Qhbh9FT3ECgiPHb {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #X9iAt1hiOVywqyiaHUXwCOL7uuNOWPzo {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #NCCGeGLp7NxJ9nWSNFCOdF9oDvXg1myQ {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #XvESbeff7hy3wFUbyfcv86N6KfT27t3d {  }
 }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { display:none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { top:2.125rem;left:0rem;width:35rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { top:5.9375rem;left:0rem;width:15.625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3tiSvP7h6COTzGT0rVZ8902TN1Zp68E { top:6.5rem;left:12.3125rem;width:11.5625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TWuAapBeBaC36oD88uLQmEv7TxRDvAnH { width:3.6875rem;height:3.6875rem;top:35.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKUFQIiyW7PpNweVoNqc4F5ILKwG6eWu { top:36.375rem;left:6.0291681289673rem;width:14.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVnBRA95FzHmDT1OFf6mNK9i3HuE5c1k { top:11.625rem;left:0rem;width:26.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96DxGfL9GTzkskQNnLvg8ad6TvDIZMH { top:13.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muEDhRuTap9enSyXMg4mvV29AsDqcb4E { width:3.125rem;height:3.125rem;top:2.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKv9GFxq7fwMisaPIS9tvnrHVUcSq52f { width:5.9375rem;height:5.9375rem;top:23.125rem;left:7.1083345413206rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd8xK6R7kxQc9ugGJS0RVaxQt9numryc { top:24.0625rem;left:6.7333326339719rem;width:6.6875rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuM2iICZBEFHCn0z1ZQozZ8bZNJLZ5od { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8895845413206rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnkOHDHSvCX1NtDL7WgRPMoK0cftgWX { top:25rem;left:0rem;width:27.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctSA0K97VkKutm3iV5V7OZOKb8TXAyle { top:25.0625rem;left:9.8125rem;width:14.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9bM7oeBwbzxxezw7s0NiZ2DcKrocrTL { top:8.375rem;left:0rem;width:26.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3iuh1K6NVy7PoyZmQbFrGDooMLGH1Pt { top:8.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsVdgQDWShxFTvQ6up8VscQP5niLzAP3 { top:9.75rem;left:12.75rem;width:29.6875rem;height:9.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls { display:block; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Omr7CTXKtBhiTdRF7gISutgh8LUZwZJH { width:7.5rem;height:7.5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqoulTu14iDmLbUwPiLx5BM4lCBFiXf5 { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAvmFGCbu9thZzgMeTbyRzPvpVbOSMpx { top:19.5rem;left:0rem;width:6.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ph2gCnQ2ZXOfoeLBvLLASBN8xTEbMa { width:7.5rem;height:7.5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL2tMXU4LThelmfw01BEDh1HSxcSRtsu { top:19.5rem;left:0rem;width:7.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q31KvXofOUHQi8lJqwN6TdstFxk0Dnc6 { width:7.5rem;height:7.25rem;top:10.5rem;left:5.0937509536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM5ETcMqNJocgcH0oqmO46aPn2Zb3xQO { top:19.5rem;left:4.9375009536743rem;width:7.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHmW6UlpBbTyqeillP5E6eUiwA8iZB9B { width:7.5rem;height:7.5rem;top:10.375rem;left:14.639584541321rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuJKnKxztEI7ydiSUNNrce0nquMGPzIs { top:19.5rem;left:14.733334541321rem;width:7.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB2z0hqGfPW8TDHDDFAsP1vlMv9Ch57h { top:1.375rem;left:26.5625rem;width:21.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4PTvcsbqMcTIku81IPCv3uBMuuoWP8 { width:10rem;height:10rem;top:26rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eBggHXvJbdqprr3tfA5vvwCIwbfofq { display:block; }
 }@media only screen and (max-width: 763px) { #C5X2CzTTrgs89RVTDyM4gvDQaxMU3T5T { top:36.5625rem;left:34.6875rem;width:13.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3iXyFVCWehKLxtEdfqATTHlnJRe98D9 { width:7.5rem;height:7.3125rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4cTPhQB6s5NGXm7TcEfRpvve3ig1Qmz { top:34.625rem;left:0rem;width:9.25rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGNHJquIfBzHkVSIEzPOtZxW6l4rM1ub { width:7.5rem;height:7.5rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyPfgBlz0QNlhJoP1hTZ9WQxSTiADDl { top:34.625rem;left:0rem;width:8.3125rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4F5eHv48R1xX1NB9gnAF5gHD79C1Cr4 { width:7.5rem;height:7.5rem;top:25.9375rem;left:5.0937509536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0R1bJRXIDg8PVFUJkTxTvk6vTqpdhsT { top:34.375rem;left:4.6875009536743rem;width:8.3125rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f96FPa6y8rWZTgoEQrglInTpZ39VVREs { width:7.875rem;height:7.875rem;top:25.9375rem;left:14.639584541321rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im4gt9xPrt2wQVPUNhS0E2i02Rugbalu { top:34.625rem;left:14.639584541321rem;width:8.3125rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AALiMUck03zPqyzbrr6kQrXO8ZaQSZiI { width:7.9375rem;height:7.9375rem;top:10.125rem;left:24.270833015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #daVgLhFKtrochbOJG8wIGoXCxa01mCmQ { display:block; }
 }@media only screen and (max-width: 763px) { #vVaZuIFp1E5wtcM1KdoIIou3ZQ3OtOxw { top:19.5625rem;left:22.618748664856rem;width:11.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fetrh1vVCcPu2nOTJDcq3n20gtW1cixt { width:8.1875rem;height:8.1875rem;top:26rem;left:34.208333015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg4sC8s2n0hEGHrAGXGoZ4B6XuB4iyg1 { display:block; }
 }@media only screen and (max-width: 763px) { #r2S1TCyggaS3bCQLJUJ4zOKW2MHqlJyd { top:35.1875rem;left:34.395833015442rem;width:7.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxx1HsVO0Ma6kVqZZeVgBDJeS7x8bQZ0 { width:8.1875rem;height:8.1875rem;top:10rem;left:34.208333015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAmen94vzfB0SgKp8FOrmXtsk5RHfJ0u { display:block; }
 }@media only screen and (max-width: 763px) { #CoGQXyTyA85HekLTpBWyafX7ZWQNWU9l { top:19.5625rem;left:33.681248664856rem;width:11.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbstd2boRo59LP3G3zzaou6d268MZASG { width:8.1875rem;height:8.1875rem;top:26rem;left:24.145833015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4c5rrHiEfXf16d4JfTG9PWHolFGAz0O { display:block; }
 }@media only screen and (max-width: 763px) { #SWd2aLtq17Fsr6AvF7dlQESlwiQsPaKz { top:34.625rem;left:24.083333015442rem;width:8.3125rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMCT7Doh93OlXCSBOeE0pRKTbmbuS5u1 { width:8.1875rem;height:8.1875rem;top:10rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXfKPTHEpxdc5eTkPTBCdgcXMfeg7TLg { display:block; }
 }@media only screen and (max-width: 763px) { #X22UwSWCgsATTo4gwg3c2fDTXxoEQ0pc { top:19.4375rem;left:39.4375rem;width:8.3125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color:#0040b4;background-image:none;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRQTlD27dA5H15JewB5pwSVp0CJCJbQd { width:19.875rem;height:3.4125rem;top:0.74583339691162rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { width:6.1875rem;height:0.1875rem;top:5.5458335876465rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:12.5rem;height:3.0625rem;top:24.749999046326rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #eMzzyIimEhllvTpUtZqzp9DQDVEQZGXe { width:3.25rem;height:4.3125rem;top:17.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnk7blGHATHv0f6LngeNT9ih9L2XNUKg { width:20rem;height:1.95rem;top:13.845833778381rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXc96Kya9hLTnLCF7rLzK6BuRHnwqDbh { width:1.4375rem;height:1.4375rem;top:4.9208335876465rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVwk09TETdyp8RfbElGTZzznun8gS36Q { width:8.625rem;height:4.14375rem;top:9.034375190735rem;left:11.375rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8GlRZz4xtRmzZnUCyf092XV7FVfzvLA { width:11.5625rem;height:0.125rem;top:16.3125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inRkwzV5TqaciWAud4NxtHzPtbROcBRn { width:20rem;height:3.16875rem;top:7.1052083969119rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdiUdqwLKJrTl1zSb0NRqizWQUXhBt9g { width:12.375rem;height:2.9375rem;top:28.812499046326rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTxzUCmgrw2SmKWgwXG6PBzRhf9bi2S { display:block; }
 }@media only screen and (max-width: 763px) { #mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt { background-color:#0040b4;background-image:none;display:none; }#mRlBnUiHTOS2JEUTnWNp1pwv6Qog8WNt > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knhCZJ5aL0brSGi13CIFiTcMD450Kbcl { width:19.875rem;height:3.4125rem;top:0.74583339691162rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH6o2T2V69OZw1WG4TQeZsFpfLSlCz87 { width:6.1875rem;height:0.1875rem;top:5.5458335876465rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrUpve9ZE2MHXhPEKILfNGtS34NPyMAG { width:3.25rem;height:4.3125rem;top:17.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty2apLJPGTP6sfWTpAMGWcuahuXE9UIT { width:20rem;height:1.95rem;top:13.845833778381rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzr4rw0KM3tGaXx0LpQKSmt3HNRpOwEE { width:1.4375rem;height:1.4375rem;top:4.9208335876465rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8wNHcDTopN2buI5t4bxOavyDQplm0Qi { width:8.625rem;height:4.14375rem;top:9.034375190735rem;left:11.375rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #go6XSBOSmizACyWJM0zLNEZ2siZbv5MD { width:11.5625rem;height:0.125rem;top:16.3125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZfqL6oguwzm2J1sBvh6LM36DOqLkaFE { width:20rem;height:3.16875rem;top:7.1052083969119rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { width:4.4375rem;height:1.95rem;top:1rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { width:4.6875rem;height:1.95rem;top:1rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { width:6rem;height:1.95rem;top:1.0000019073486rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg1E0bHAiBU6BDqXBUR8QVs7Nx50a3io { width:4.5rem;height:1.95rem;top:1rem;left:15.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QukC47IL1liIiCXuoJFsPSUpK7V30gcL { width:2rem;height:2rem;top:3.2770824432373rem;left:1.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7mmXl97E7RBcmeWgSsPm1TiNetq5KBb { width:1.75rem;height:1.75rem;top:3.4020824432373rem;left:11.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpmMLNRlBeiDlnM93GNQ1mNLtELi2DrM { width:2.125rem;height:2.125rem;top:3.2145824432373rem;left:6.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IRf5gfUy5MTCTVReUyn99grkQkqNTF { display:flex;width:1.375rem;height:1.375rem;top:3.5895824432373rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcbb0tJyTdy6ZiRHBxkEGkZm13BqEgJQ { width:20rem;height:2.35625rem;top:0.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { width:7.8125rem;height:7.8125rem;top:8.2374992370606rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { width:4.75rem;height:4.75rem;top:8.237500190735rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { width:1.375rem;height:2.6rem;top:9.4374961853025rem;left:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEhcMd9uF60yOLyOat74P8mzcF6g72gT { width:9.1875rem;height:9.1875rem;top:24.483332633972rem;left:7.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cNE190W28TnyTnP6x90gCr466DTQ4D3U { width:4.75rem;height:4.75rem;top:23.920829772949rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZOVrDx3I3EcgtKafTCyFB4637ykazt { width:1.375rem;height:2.6rem;top:25.062492370606rem;left:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { width:14.9375rem;height:1.54375rem;top:9.5208330154419rem;left:5.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { width:18.6875rem;height:6.125rem;top:16.050000190735rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { width:14.25rem;height:1.54375rem;top:26.279167175293rem;left:5.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { width:19.8125rem;height:7.35rem;top:34.300003051757rem;left:-0.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { width:7.8125rem;height:7.8125rem;top:43.86874961853rem;left:8.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ui42RGAkmbAXGxVKIAX99fDKH7c7kGn5 { width:4.75rem;height:4.75rem;top:44.324996948243rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH2VAXmVAyeGWcG2kxFXgsgET4ZdJqKx { width:1.375rem;height:2.6rem;top:45.445833206177rem;left:2.4208335876465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDmn7qm0MzQTtfVaa3ccBb10R4Z54ug { width:13.5rem;height:1.54375rem;top:45.445833206177rem;left:5.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRe4Nz63M3OFnsqAXka5RhDRDPVDH6yK { width:19.75rem;height:3.9375rem;top:54.974998474121rem;left:0.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4NiR6C5LnuM2mVfvTMQuk7TNBbsXAS0 { width:3rem;height:3rem;top:62.687511444094rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlXgrLgckCti637Utzx3Ieru55TEicn { width:3.5625rem;height:3.25rem;top:21.858333587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiexNodkqT6sqgpoZFRR2rGo4NQzS3BK { width:3.25rem;height:3.25rem;top:12.037499427796rem;left:10.78125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUKP6QGOdX8F5pD2Xa0KTLTSx2VMl9RC { width:3.125rem;height:3.125rem;top:48.045831680298rem;left:10.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDc5IgoZ7QrLRsIhv0TI9MrkSyfn0ZXD { display:flex;width:2.625rem;height:2.625rem;top:29.733339309693rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #bQr92EiFumPt8Ri5Twyeu42RBKL8BWaQ { display:flex;width:1.8125rem;height:1.8125rem;top:30.139583587646rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #GQsKuKLI8NB0bxXqaaD7NANaLLQqIlz5 { display:flex;width:1.9375rem;height:1.9375rem;top:28.762499809265rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #nWVRRsNcLau47LVasmknDSpSIhP7X0vz { width:11.25rem;height:3.33125rem;top:3.1687498092651rem;left:8.75rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Re8iEurJXnflsATie3eg5kVZb2PWWci2 { display:block; }#Re8iEurJXnflsATie3eg5kVZb2PWWci2 > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvzyUQJ9kSR42Sqw7oxuHfXkR7xeg488 { width:19.9375rem;height:14.875rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2gXPU48X2JmXgDhzpDlgTua42H3fw7l { width:19.75rem;height:14.8125rem;top:13.805208206177rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVhI2I0NeVZQKFQlnaLQKNIkRKfvT1Fk { width:19.875rem;height:14.8125rem;top:26.6875rem;left:0.31085321908669rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWJByyozeAG4beWgyS06rBR8VGK5vDc { width:20rem;height:14.75rem;top:40.27916675rem;left:0.20716101309139rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSL9zB3rHbNdnZRRT5Q18cfVzSgTfRa { width:13.125rem;height:9.75rem;top:55.029165267944rem;left:6.7389087758919rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4uwxksZExQJR4UsbO84ywPbys8DpZp { width:7.25rem;height:9.8125rem;top:55.029167175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 { background-color:#0040b4;background-image:none;display:block; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container { background-color: transparent; background-image: none; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container > .video-iframe-container { display: none; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row > .video-iframe-container { display: none; }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .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); }#Tvo1FBkVBfxpl9Swmhiq7r0e3LTEhnp6 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewBKodNNTZF8khVKnT0DrJ8gaK7y2iGO { width:19.6875rem;height:3.25rem;top:0.75rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3XbMurwPNDJm68z16TqUTH94Z4lrhb4 { width:6.1875rem;height:0.25rem;top:5.6437511444092rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWErTRm6dhlR0nHkPf2FQ7LGJxnPwiT4 { width:2.375rem;height:3.125rem;top:12.983333587646rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKqnPMPCixIyobFJblOitOZroq1qLOf0 { width:20rem;height:2.35625rem;top:7.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTXPSoRRpBOTySdcwrE6EDUvCOJb8MMi { width:1.4375rem;height:1.4375rem;top:5.0499992370606rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0PLe3IH2od9bLURkwu5v7PcNTJQmK6 { width:20rem;height:13.5rem;top:23.670832633972rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7rv0Ti2SHVdfe3ABFMLsCtmkxJ91r1u { width:13.5rem;height:3.16875rem;top:9.293749809265rem;left:6.5rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsLENNxMk3TSGwZMQRHqeKlGbR95gHZS { width:11.5625rem;height:0.125rem;top:21.545833587646rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINaeTmke1JLeEXuLRtTI1Iclln82tH5 { width:20rem;height:1.3rem;top:16.991666793823rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 { background-color:#0040b4;background-image:none;display:none; }#uIo8gV3ptis8QP9eF8u64r4NMstm9ix6 > .row .container { width:20rem;height:43.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNffWIHJ8TkL8MfKEeW0c5RiBrfVpFDd { width:19.6875rem;height:3.25rem;top:0.75rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhC4Pm5z748z25QZQaPv6p7eLsa0HtmM { width:6.1875rem;height:0.25rem;top:5.6437511444092rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqgaaLpeHv6SDt0tellJaiE5Mvs0XP8p { width:2.375rem;height:3.125rem;top:12.983333587646rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVaCbHkOCn2skId846I3SOFZAGWPeb6f { width:20rem;height:2.35625rem;top:7.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOCwIR3ysk3yX2ouemgIlErQTisxfodR { width:1.4375rem;height:1.4375rem;top:5.0499992370606rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGRvk9qq6iIimT01BD98X9EBWUdUJVb6 { width:20rem;height:15rem;top:23.670832633972rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4ViVZtN7vIwCSJ4pX2BA8hJRpubpqHT { width:13.5rem;height:3.16875rem;top:9.293749809265rem;left:6.5rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks9WZnFZ7aBAlqELiqSRfyS7MBiikG2O { width:11.5625rem;height:0.125rem;top:21.545833587646rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #depo0LNC77TXUdmUM5FDeUIG0gGbBAAT { width:20rem;height:1.3rem;top:16.991666793823rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH { display:block; }#zlQtGJc7Fdq660HhHcg55rb3TZy6lDMH > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn295H7uTGWHIbDD9Q3CxkaEhHL86oQD { display:flex;width:4.4375rem;height:4.4375rem;top:5.2072906494141rem;left:13.022916793823rem; }
#Dn295H7uTGWHIbDD9Q3CxkaEhHL86oQD > img { max-width: 100%;max-height:100%; width:4.4375rem; height:4.4375rem; } }@media only screen and (max-width: 763px) { #TL8WhsGgpRmNAcqVZ5st7P7ViZgTvlwQ { width:20rem;height:5.0375rem;top:3.8864593505859rem;left:0rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 { display:flex;width:18rem;height:5.0625rem;top:13.312499046326rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #D9Qd43mttuTNbPmoga7AyLn3NNXxz3s7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #mNO4vnA9ZW6FPi4yV7cr5nfWwVlhkk0n {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #TLQihciDpFZvX77NTDZt4vT17FAZa608 {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #guPbzTpQKcwknMTaE5ZlV2iQcuf6UkNQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #X5JORv3cADSNPcGUpCSdaZDGkgUHVeot {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #A5O23qswwFvTu9ugkPhZ7qKkS3Ioqq2Q {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #CwVyKoFCg6oMc256TNDpAApGK8cTn6O5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #IFlGEqzTIyzmqeCNOxMxZ1IBCEiZDyuP {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #DFk1TT1TfRHHnmg3154sFz32iOh2kDh4 {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #dCIFrznVeP7OnqVAXoCBUJTvTWQawV6U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #xvQ7P4vco5Ez0iUtXN4Jnd5aXP5fNwFR {  }
 }@media only screen and (max-width: 763px) { #eRHfTn5GEWsRq9y8IKq5rqSP2m7GXJq4 #bDh4Sqz2RSqV1AS4lRVtBvmlgRfVnedP {  }
 }@media only screen and (max-width: 763px) { #doH3kSJ1C65zwUDiklmddmCLHTHpF8hk { width:20rem;height:1.54375rem;top:10.61145401001rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { width:14.82914625rem;height:2.329165rem;top:20.370833396912rem;left:2.5270833969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block; }
 }@media only screen and (max-width: 763px) { #NmI8l6of8yRS3qrQFlw8Jb5NX5ZuPvx9 { width:10.25rem;height:6.125rem;top:23.383332252502rem;left:2.5270833969116rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fuugzt5CKsQmZPA9Vh9HNcJPolWM4bu5 { width:2.125rem;height:2.125rem;top:24.070837974548rem;left:10.94375038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzOAdEcJoXwQXl2pnen4KHdgSlEq0CVe { width:20rem;height:8.5rem;top:31.445839881897rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 { background-color:#0040b4;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2.adaptive-delivery-prevent-bg, #tmp19TERtUL8GffkEDMlt4tIcbLZo7I2.lazyload, #tmp19TERtUL8GffkEDMlt4tIcbLZo7I2.lazyloading { background-image: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container { background-color: transparent; background-image: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container > .video-iframe-container { display: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row > .video-iframe-container { display: none; }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .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); }#tmp19TERtUL8GffkEDMlt4tIcbLZo7I2 > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U32msws75TWOepKMRSzUS7WMc5TQeEN8 { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liJSpV5LOHIWLv2wdOQryAThCCot2kxt { width:5.625rem;height:0.375rem;top:4.1312503814697rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmecGATgXMeDKi2A9WfNhZmIxT7ETi4L { width:7.0625rem;height:4.4375rem;top:6.4437494277956rem;left:3.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #BJCkZ7ksKPEA5HwPzQahFg0FhZTJgFaR { top:12.377090454101rem;left:0rem;width:20rem;height:29.1875rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nXhLbqCemU5ohmyeg22TzvMdM1ZLiOTc { width:2.25rem;height:2.25rem;top:71.995834350588rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIh2uqP2J25cqnbKn6rgOiP3EeNJSXVa { width:13.375rem;height:1.38125rem;top:72.430210113525rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CC9oxiUPf2Q7zwRSJ6E0rrvc2z1ZqSPC { width:16.875rem;height:4.14375rem;top:65.584377288819rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf2bd7eGt2QNSKTkv6yrSM3dcziiWwIL { width:1.375rem;height:1.375rem;top:61.811459541321rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATQoWKrPzc5EksddXSRMy8W4eJOzqVwK { width:2.75rem;height:2.75rem;top:5.1312446594238rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg92qK0Tcg9yAJ57cbUH0qtdTXZkGAfq { width:6.1875rem;height:6.1875rem;top:46.885417938233rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zFGxEKU7MTih3md5A4Qm2U3J9yyk8O { width:6.6875rem;height:3.00625rem;top:48.476043701172rem;left:6.65625rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3agDcdlNhfAEFHHpm5hvRtK74WE9Dy { width:4.9375rem;height:4.9375rem;top:47.510417938233rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSDmKXXxxwpC04m42386GgeTRP3z8M5X { width:20rem;height:2.03125rem;top:42.952068328858rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsxT4AQUA6akv8ha4d3sslcEcdOyKhs9 { width:12.625rem;height:2.03125rem;top:54.671875rem;left:3.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixMVW87Q6TIp94xsB6Mgh5p4Fu3PCrkT { width:16.8125rem;height:2.7625rem;top:61.117709159851rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8z82TcaXF7t4Zxmvqu4baHgXIAVg1xd { width:1.375rem;height:1.375rem;top:66.96875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-form-header {  }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;color:#090e36;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-text { background-color:rgba(255,255,255,0.03);background-image:none;background-position: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.125rem solid #090e36;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:1.6875rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-text {padding-top: 0; padding-bottom: 0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-textarea { background-color:rgba(255,255,255,0.03);background-image:none;background-position: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.125rem solid #090e36;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-select {padding-top: 0; padding-bottom: 0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.75rem;font-weight:bold;color:#f2f9ff;width:12.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-container:first-of-type{padding-top:0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-container:last-of-type{padding-bottom:0;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:12.377084732056rem;z-index:15002; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc {display:block;}#vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:12.377084732056rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #uCLE1kqfXivTXXaOoLNCoCLzalUrfc41 {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #MZwf92rEaQn2otDlh3EWE5O9kOsVm3oA { display:block; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #TCTIB3BZJ5R6SMToPlqOeHDcpXrI9V5I {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #i6pFWIbCI9Gd9QgVTPFZPobESMC6RcEU {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #zxfTBfIdmicUopMm5PwhHZQvH6i4RLL8 {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #dLTXSbT2LG1uk9hnog04H6RQ2FgZxxJl {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #wTNU1XNtJfLZSI7m3eQhrMBynUqy12xa {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #vQ2aDCVONTRb4E4TqeA0KTQQRkT8yZOr { display:block; }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #tSrd4TkkT7UTFKi2N8Ig3wGvcqDoNPur {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #mMTDQIyafukqEmmLntkb9TumQdNEMsnV {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #Hr70iSCeUD1FS2S9ly9XEfPPGngEdFGa {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #ORyTkmsWp4vRPZmlshxT0KDoMSGCCSxB {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #Tnw18fK5v192PPa489SHpWQMpGFbHL3Q {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #ODiCl1OX4STkPJpO3Qhbh9FT3ECgiPHb {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #X9iAt1hiOVywqyiaHUXwCOL7uuNOWPzo {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #NCCGeGLp7NxJ9nWSNFCOdF9oDvXg1myQ {  }
 }@media only screen and (max-width: 763px) { #vGO3nHWCKnIfJb3626ivUE3XS9vXTxBc #XvESbeff7hy3wFUbyfcv86N6KfT27t3d {  }
 }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { background-color:#0040b4;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:20rem;height:90.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { width:5.625rem;height:0.375rem;top:4.1312503814697rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3tiSvP7h6COTzGT0rVZ8902TN1Zp68E { width:7.0625rem;height:4.4375rem;top:7.1312522888181rem;left:3.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { top:12.377090454101rem;left:0rem;width:20rem;height:34.3125rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TWuAapBeBaC36oD88uLQmEv7TxRDvAnH { width:2.25rem;height:2.25rem;top:88.120834350588rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKUFQIiyW7PpNweVoNqc4F5ILKwG6eWu { width:13.375rem;height:1.38125rem;top:88.555210113525rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVnBRA95FzHmDT1OFf6mNK9i3HuE5c1k { width:16.875rem;height:4.14375rem;top:78.959375381469rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96DxGfL9GTzkskQNnLvg8ad6TvDIZMH { width:1.375rem;height:1.375rem;top:75.248958587644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muEDhRuTap9enSyXMg4mvV29AsDqcb4E { width:2.75rem;height:2.75rem;top:5.1312446594238rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKv9GFxq7fwMisaPIS9tvnrHVUcSq52f { width:6.1875rem;height:6.1875rem;top:52.392713546753rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd8xK6R7kxQc9ugGJS0RVaxQt9numryc { width:6.6875rem;height:3.00625rem;top:53.983332633972rem;left:6.65625rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuM2iICZBEFHCn0z1ZQozZ8bZNJLZ5od { width:4.9375rem;height:4.9375rem;top:53.017707824707rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnkOHDHSvCX1NtDL7WgRPMoK0cftgWX { width:20rem;height:2.03125rem;top:48.577088356018rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctSA0K97VkKutm3iV5V7OZOKb8TXAyle { width:12.625rem;height:2.03125rem;top:60.234363555908rem;left:3.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9bM7oeBwbzxxezw7s0NiZ2DcKrocrTL { width:16.8125rem;height:2.7625rem;top:74.555210113525rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3iuh1K6NVy7PoyZmQbFrGDooMLGH1Pt { width:1.375rem;height:1.375rem;top:80.961460113525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsVdgQDWShxFTvQ6up8VscQP5niLzAP3 { width:20rem;height:3.575rem;top:21.495839118958rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls { display:block; }#QF0i5uU6p2HIZxsHRmyTrTkQRsCLrOls > .row .container { width:20rem;height:193.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Omr7CTXKtBhiTdRF7gISutgh8LUZwZJH { width:7.8125rem;height:7.8125rem;top:4.9749946594238rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqoulTu14iDmLbUwPiLx5BM4lCBFiXf5 { width:20rem;height:2.19375rem;top:0.81248092651369rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XAvmFGCbu9thZzgMeTbyRzPvpVbOSMpx { width:20rem;height:2.6rem;top:13.958362579346rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X4ph2gCnQ2ZXOfoeLBvLLASBN8xTEbMa { width:7.6875rem;height:7.6875rem;top:16.558332443238rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL2tMXU4LThelmfw01BEDh1HSxcSRtsu { width:20rem;height:2.6rem;top:24.824981689453rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q31KvXofOUHQi8lJqwN6TdstFxk0Dnc6 { width:7.8125rem;height:7.8125rem;top:28.262507438659rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM5ETcMqNJocgcH0oqmO46aPn2Zb3xQO { width:18.5625rem;height:2.6rem;top:36.99374961853rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GHmW6UlpBbTyqeillP5E6eUiwA8iZB9B { width:7.8125rem;height:7.8125rem;top:41.089593887329rem;left:5.7708330154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuJKnKxztEI7ydiSUNNrce0nquMGPzIs { width:14.1875rem;height:2.6rem;top:48.850011825561rem;left:2.90625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SB2z0hqGfPW8TDHDDFAsP1vlMv9Ch57h { width:8.5625rem;height:2.6rem;top:2.375rem;left:11.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eI4PTvcsbqMcTIku81IPCv3uBMuuoWP8 { width:7.8125rem;height:7.8125rem;top:179.89999389649rem;left:6.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eBggHXvJbdqprr3tfA5vvwCIwbfofq { display:block; }
 }@media only screen and (max-width: 763px) { #C5X2CzTTrgs89RVTDyM4gvDQaxMU3T5T { width:14.1875rem;height:2.6rem;top:189.22291183472rem;left:2.90625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s3iXyFVCWehKLxtEdfqATTHlnJRe98D9 { width:8rem;height:7.9375rem;top:52.658332824707rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4cTPhQB6s5NGXm7TcEfRpvve3ig1Qmz { width:16.8125rem;height:3.65625rem;top:61.462501525879rem;left:1.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NGNHJquIfBzHkVSIEzPOtZxW6l4rM1ub { width:7.9375rem;height:7.9375rem;top:66.258331298825rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyPfgBlz0QNlhJoP1hTZ9WQxSTiADDl { width:10.3125rem;height:4.875rem;top:74.695835113525rem;left:4.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m4F5eHv48R1xX1NB9gnAF5gHD79C1Cr4 { width:7.9375rem;height:7.9375rem;top:80.216665267944rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0R1bJRXIDg8PVFUJkTxTvk6vTqpdhsT { width:12.3125rem;height:4.875rem;top:89.029167175294rem;left:3.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f96FPa6y8rWZTgoEQrglInTpZ39VVREs { width:7.9375rem;height:7.9375rem;top:94.604164123538rem;left:5.9791660308838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im4gt9xPrt2wQVPUNhS0E2i02Rugbalu { width:11.6875rem;height:4.875rem;top:103.82291793823rem;left:4.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AALiMUck03zPqyzbrr6kQrXO8ZaQSZiI { width:7.9375rem;height:7.9375rem;top:108.69791793823rem;left:6.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daVgLhFKtrochbOJG8wIGoXCxa01mCmQ { display:block; }
 }@media only screen and (max-width: 763px) { #vVaZuIFp1E5wtcM1KdoIIou3ZQ3OtOxw { width:12.125rem;height:3.9rem;top:118.1875038147rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fetrh1vVCcPu2nOTJDcq3n20gtW1cixt { width:7.875rem;height:7.875rem;top:122.94791793823rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg4sC8s2n0hEGHrAGXGoZ4B6XuB4iyg1 { display:block; }
 }@media only screen and (max-width: 763px) { #r2S1TCyggaS3bCQLJUJ4zOKW2MHqlJyd { width:8.5625rem;height:3.9rem;top:132.32291793823rem;left:5.71875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xxx1HsVO0Ma6kVqZZeVgBDJeS7x8bQZ0 { width:7.9375rem;height:7.9375rem;top:137.79791927337rem;left:6.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAmen94vzfB0SgKp8FOrmXtsk5RHfJ0u { display:block; }
 }@media only screen and (max-width: 763px) { #CoGQXyTyA85HekLTpBWyafX7ZWQNWU9l { width:11.1875rem;height:3.9rem;top:146.98542022705rem;left:4.40625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nbstd2boRo59LP3G3zzaou6d268MZASG { width:7.9375rem;height:7.9375rem;top:166.39999389649rem;left:6.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4c5rrHiEfXf16d4JfTG9PWHolFGAz0O { display:block; }
 }@media only screen and (max-width: 763px) { #SWd2aLtq17Fsr6AvF7dlQESlwiQsPaKz { width:11.125rem;height:4.875rem;top:175.02499389649rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yMCT7Doh93OlXCSBOeE0pRKTbmbuS5u1 { width:8.1875rem;height:8.1875rem;top:151.86041927337rem;left:5.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXfKPTHEpxdc5eTkPTBCdgcXMfeg7TLg { display:block; }
 }@media only screen and (max-width: 763px) { #X22UwSWCgsATTo4gwg3c2fDTXxoEQ0pc { width:8.3125rem;height:3.9rem;top:161.19791030884rem;left:5.84375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }