.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f6f6fa;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline: 2px solid #8e0000; } #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); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 { background-color:#012a4d;background-image:url("https://images.assets-landingi.com/uc/0fddb0d4-3392-4b73-b177-3b0cb2ac5fcc/To_wsparciezawodowe2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4.adaptive-delivery-prevent-bg, #FuJPUaCAuTzB3adnywotIqAyVS8JIZF4.lazyload, #FuJPUaCAuTzB3adnywotIqAyVS8JIZF4.lazyloading { background-image: none; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container { background-color: transparent; background-image: none; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container > .video-iframe-container { display: none; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row > .video-iframe-container { display: none; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .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); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container { border-width: 0; border-radius: 0; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container { width:60rem;height:4.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TFabUPnDbecTU3tKHPv5WFQc6sTJoT24 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.25rem;top:0.875rem;left:25.250001907349rem;overflow:hidden;display:block; }
#EAeDdauJyrnKGVA031B878QJTkHIF8WP { 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:40rem;width:40rem;display:none; }
#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db83b509-8283-422f-9604-5720205624de/webinarTYPto.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5.adaptive-delivery-prevent-bg, #AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5.lazyload, #AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5.lazyloading { background-image: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container { background-color: transparent; background-image: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container > .video-iframe-container { display: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row > .video-iframe-container { display: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .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); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container { border-width: 0; border-radius: 0; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#utqlmP45qSB6QKK3MZmwr17zfko5Q4EW { 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:37.6875rem;width:28.5rem;top:6.6875rem;left:31.5rem;overflow:hidden;display:block; }
#ytP13ddUCzWr2Iuu2nuFbkqIaya6XdWx { 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:54rem;width:54rem;display:none; }
#q3kHToUBHy0FddSBu8CH1oZvvAfvlTBK { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-form-header {  }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;color:#012a4d;width:18.25rem;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;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;line-height:1.5;vertical-align:top; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .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; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb57f, #ff6501);background-image: -moz-linear-gradient(180deg, #ffb57f, #ff6501);background-image: -ms-linear-gradient(180deg, #ffb57f, #ff6501);background-image: -o-linear-gradient(180deg, #ffb57f, #ff6501);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb57f', endColorstr='#ff6501' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb57f', endColorstr='#ff6501' );";background-image: linear-gradient(180deg, #ffb57f, #ff6501);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:1.1875rem;margin-bottom:0.25rem;margin-left:1.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:15.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]:-moz-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]::-moz-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]:-ms-input-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]::-webkit-input-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .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.5;font-size:0.8125rem;font-weight:400;color:#000000;vertical-align:top;width:17.0625rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .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; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .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.3;float:none; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-container:first-of-type{padding-top:0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-container:last-of-type{padding-bottom:0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE  { background-color:#fcfcfc;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.25rem;height:auto;border-top:0.0625rem solid #012a4d;border-left:0.0625rem solid #012a4d;border-right:0.0625rem solid #012a4d;border-bottom:0.0625rem solid #012a4d;z-index:15002;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:12rem;left:6.8125rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.25rem;display:block;vertical-align:top; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1;font-weight:700;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE {display:block;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE { background-color:#fcfcfc;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.25rem;height:auto;border-top:0.0625rem solid #012a4d;border-left:0.0625rem solid #012a4d;border-right:0.0625rem solid #012a4d;border-bottom:0.0625rem solid #012a4d;z-index:15002;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:12rem;left:6.8125rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #MBOIGMal7UduL1vULeFgf3w3lZ5RvcAZ { position:relative; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #JuGdMBHqbSyLQqAFLuxKvJmBl1oFP2wu { position:relative;display:block; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #RDUxp9lSl21De56FrM2TvErZOl1shEC8 { position:relative; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #Qy8l6gEELlPb7TNn7qL12zQHTBG808D5 { position:relative; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #znJ67VNVDlTt67t2MTsRS476Qt5H27nx { position:relative;display:block; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #DT6FpDA7WKPE5z1khNqcHptwl5xsnCcT { position:relative; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #INmcf262fadMdlBZ6HNoBuQe2JQPdyMd { position:relative;display:block;z-index:15000; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #tIJn3fFTsT7CkBTLc5ydrGQCQKfXxMxS { position:relative;display:block;z-index:15000; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #vTxu4onfLUbUcc8fhuupFSsfg3vzMsrT { position:relative; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #O0PaROE6ZKWT8yeWgvaVkgqv0wentF88 { position:relative; }
#CFHMxhTsPT5LOXvqPkvAPXFn9kLhzktR { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:7.75rem;left:7.75rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRtPKg0AJyVJWK159cJF1mmqNpnpAoXP { box-sizing:content-box;height:9.5625rem;width:20.875rem;position:absolute;display:block;z-index:14998;background-color:#012a4d;background-image:none;top:4.0625rem;left:6.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#zwT4eglmRNpxE2xEmQxZTMb1X0vgJCNK { color:#023373;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.500001907349rem;left:4.71875rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .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; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;color:#023373;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .widget-text.counter-label { background-color:;background-image:none;color:#023373;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:35.250003814698rem;left:7.59375rem;z-index:15006; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #V5WZAAccMQ3pTFctCq95bttJimCiBcQ3 { display:flex;position:relative;top:0rem;left:0rem; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #aRmQsz8fVQdXhGMztzFgrKsmx4tuPgUQ { width:auto; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #FWvqq0gNr4n72IS6Qf4ITo4WNftJtxbB {  }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #nNXgKTif0BsFQyE5kEzq1t94JtrdiCJg { display:flex;position:relative;top:0rem;left:0rem; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #bX9SZz2I7HKg8nPZ4kF3mltmhR0CXqiW {  }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #cuSIiahEGqX3tp4c8JmrSUWvCxTMciBQ {  }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #WABVEd2m96CuDsFKoIgmVCoyy6CE08DO { display:flex;position:relative;top:0rem;left:0rem; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #mLClLXpykMLhc39wAMIQqTGT0Xgk0H8P {  }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #SVTEG0xSgRzwqafioXsdsBAO4WC2LH7o {  }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #OQ94G7hSt89RxmiwXEE3AnZp90OSXD0N { display:flex;position:relative;top:0rem;left:0rem; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #QRhn2AcwpgnnqCfxmV7w5TDFL5TWyTuv {  }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #FiVliiaPoytBkXmsLuUaufK0sJDHw5Az {  }
#m4CoMTykJl2HJexAumlumZkexv5V2rJ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,246,250,0.9);background-image:url("https://images.assets-landingi.com/uc/db83b509-8283-422f-9604-5720205624de/webinarTYPto.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m4CoMTykJl2HJexAumlumZkexv5V2rJ2.adaptive-delivery-prevent-bg, #m4CoMTykJl2HJexAumlumZkexv5V2rJ2.lazyload, #m4CoMTykJl2HJexAumlumZkexv5V2rJ2.lazyloading { background-image: none; }#m4CoMTykJl2HJexAumlumZkexv5V2rJ2 > .row .container { border-width: 0; border-radius: 0; }#m4CoMTykJl2HJexAumlumZkexv5V2rJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4CoMTykJl2HJexAumlumZkexv5V2rJ2 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:none; }#T7PmEsEVb1qB9vUJ5gQoFKuqI40LXEEE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.375rem;width:41.75rem;top:7.0625rem;left:9.4375rem;display:block; }
#PsOloTTJkCX7ut1fMiV3sqPdpitxMDKP { color:#023373;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.4305553436279rem;left:3.84375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cpx4twH2NuBdaTXPQwcR1KOH6VFrqeRt { color:#000000;display:block;width:47.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.9375rem;left:7.25rem;height:1.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCe5RqhtLo12CxlTzbqIfR8CoanUmth4 { position:absolute;display:block;z-index:15008;background-color:#012a4d;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.625rem;width:11.25rem;top:6.5rem;left:37.6875rem;display:block; }
#o1HJdHuashuBHW8UbkTsf3yBIm9fviTX { position:absolute;display:block;z-index:15009;background-color:#012a4d;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:11.25rem;width:0.625rem;top:15.6875rem;left:8.8125rem;display:block; }
#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db83b509-8283-422f-9604-5720205624de/webinarTYPto.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G.adaptive-delivery-prevent-bg, #UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G.lazyload, #UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G.lazyloading { background-image: none; }#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G > .row .container { border-width: 0; border-radius: 0; }#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G > .row .container { width:60rem;height:13.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#WCOPp1lOUVvQel3iv4LSCuulWpZoFLiP { z-index:15000;top:1.0625rem;left:21.156251907349rem;background-color:#ff653c;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.29) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IHaAoOT4GMXiqQvx7EBwha7GPAyfzd3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2Gq4F6ia6a6U0tfNSZbN8SsgAR5gdeZ { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:2.27430625rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBGaSzFgPsC8ic2n4uutKnlPnHC2XLpF { color:#000000;display:block;width:58.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.9991340637206rem;left:0.75rem;height:2.7986125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,246,250,0.9);background-image:url("https://images.assets-landingi.com/uc/db83b509-8283-422f-9604-5720205624de/webinarTYPto.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me.adaptive-delivery-prevent-bg, #ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me.lazyload, #ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me.lazyloading { background-image: none; }#ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me > .row .container { border-width: 0; border-radius: 0; }#ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:none; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#062f47;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; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { background-color: transparent; background-image: none; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container > .video-iframe-container { display: none; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row > .video-iframe-container { display: none; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .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); }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { border-width: 0; border-radius: 0; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { font-size:0.875rem;font-family:arial;height:0.1875rem;width:60rem;position:relative;display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { background-color: transparent; background-image: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .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); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { border-width: 0; border-radius: 0; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#TDhQtmDx5RoJH2Q41RtpDnCbe0dvnbTK { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:5.3125rem;left:0rem;height:10.5rem;display:block; }
#W4uWspFVbL1b98qi0vifrnidQQh2tyZ6 { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.125rem;left:51.5rem;display:none; }
#TbWGbMOGgK5NsI6vBbNO9giyloe0hrvO { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.125rem;left:54.3125rem;display:none; }
#nPRx3iUm8GUQ3yOhGOcT4E8zaHqDhupv { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.125rem;left:48.6875rem;display:none; }
#Znh26Spq8OM7o9FTDLXK6T1Ob2MXthra { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.125rem;left:54.3125rem;display:none; }
#O9M4MnLA3xySoueJKNbtFQLlavB3W3qQ { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.125rem;left:51.5rem;display:none; }
#zoy7zCETG6VtXC6NDr0OKkMm7zmwxmTG { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.125rem;left:48.6875rem;display:none; }
#NCSsgzvJAZSxaqaNJWAXtaWik7EAzwBh { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.125rem;left:48.6875rem;display:none; }
#cDshvDDL0N22ZGHA97GUANU0xPFk2uRF { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.125rem;left:51.5rem;display:none; }
#zD61CUsETMvaMPG540wODxaZZffR3aGp { box-sizing:content-box;color:#172243;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.125rem;left:54.3125rem;display:none; }
#HeIESA0vlzHNeIWpM6PEMAbFXM4ti1yx { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:0rem;height:2.8rem;display:block; }
#UToD2hLPqkX6AUCQog0y7F4fTx748QG8 { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4013671875rem;left:0rem;height:2.2734375rem;display:none; }
#FcWica4Htec6MF01l89w9qlZDF9Hye8o { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4.166015625rem;left:0rem;height:7.875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 { display:block; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFabUPnDbecTU3tKHPv5WFQc6sTJoT24 { top:0.875rem;left:19.125001907349rem;width:11.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAeDdauJyrnKGVA031B878QJTkHIF8WP { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 { display:block; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utqlmP45qSB6QKK3MZmwr17zfko5Q4EW { top:6.6875rem;left:19.25rem;width:28.5rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytP13ddUCzWr2Iuu2nuFbkqIaya6XdWx { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3kHToUBHy0FddSBu8CH1oZvvAfvlTBK { top:5.125rem;left:0.8125rem;width:20.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-regular-label { width:31.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-text { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-textarea { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-select { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-button { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-checkbox-label { width:30.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE  { width:31.875rem;height:auto;top:19.5625rem;left:6.6875rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .radio-container { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE {display:block;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE { width:31.875rem;height:auto;top:19.5625rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #MBOIGMal7UduL1vULeFgf3w3lZ5RvcAZ {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #JuGdMBHqbSyLQqAFLuxKvJmBl1oFP2wu { display:block; }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #RDUxp9lSl21De56FrM2TvErZOl1shEC8 {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #Qy8l6gEELlPb7TNn7qL12zQHTBG808D5 {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #znJ67VNVDlTt67t2MTsRS476Qt5H27nx {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #DT6FpDA7WKPE5z1khNqcHptwl5xsnCcT {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #INmcf262fadMdlBZ6HNoBuQe2JQPdyMd {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #tIJn3fFTsT7CkBTLc5ydrGQCQKfXxMxS {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #vTxu4onfLUbUcc8fhuupFSsfg3vzMsrT {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #O0PaROE6ZKWT8yeWgvaVkgqv0wentF88 {  }
 }@media only screen and (max-width: 763px) { #CFHMxhTsPT5LOXvqPkvAPXFn9kLhzktR { top:7.75rem;left:1.625rem;width:19rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRtPKg0AJyVJWK159cJF1mmqNpnpAoXP { top:4.0625rem;left:0.6875rem;width:20.875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwT4eglmRNpxE2xEmQxZTMb1X0vgJCNK { top:32.5rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .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; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .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; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD { width:18rem;height:5.0625rem;display:flex;top:35.25rem;left:1.46875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #V5WZAAccMQ3pTFctCq95bttJimCiBcQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #aRmQsz8fVQdXhGMztzFgrKsmx4tuPgUQ {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #FWvqq0gNr4n72IS6Qf4ITo4WNftJtxbB {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #nNXgKTif0BsFQyE5kEzq1t94JtrdiCJg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #bX9SZz2I7HKg8nPZ4kF3mltmhR0CXqiW {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #cuSIiahEGqX3tp4c8JmrSUWvCxTMciBQ {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #WABVEd2m96CuDsFKoIgmVCoyy6CE08DO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #mLClLXpykMLhc39wAMIQqTGT0Xgk0H8P {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #SVTEG0xSgRzwqafioXsdsBAO4WC2LH7o {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #OQ94G7hSt89RxmiwXEE3AnZp90OSXD0N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #QRhn2AcwpgnnqCfxmV7w5TDFL5TWyTuv {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #FiVliiaPoytBkXmsLuUaufK0sJDHw5Az {  }
 }@media only screen and (max-width: 763px) { #m4CoMTykJl2HJexAumlumZkexv5V2rJ2 { display:block; }#m4CoMTykJl2HJexAumlumZkexv5V2rJ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7PmEsEVb1qB9vUJ5gQoFKuqI40LXEEE { width:41.75rem;height:23.375rem;top:7.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsOloTTJkCX7ut1fMiV3sqPdpitxMDKP { width:47.75rem;height:2rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpx4twH2NuBdaTXPQwcR1KOH6VFrqeRt { width:47.375rem;height:1.5625rem;top:3.9375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCe5RqhtLo12CxlTzbqIfR8CoanUmth4 { width:11.25rem;height:0.625rem;top:6.5rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1HJdHuashuBHW8UbkTsf3yBIm9fviTX { width:0.625rem;height:11.25rem;top:15.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G { display:block; }#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCOPp1lOUVvQel3iv4LSCuulWpZoFLiP { top:1.0625rem;left:15.031251907349rem;width:17.6875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHaAoOT4GMXiqQvx7EBwha7GPAyfzd3e { display:block; }
 }@media only screen and (max-width: 763px) { #n2Gq4F6ia6a6U0tfNSZbN8SsgAR5gdeZ { width:47.75rem;height:3.375rem;top:5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBGaSzFgPsC8ic2n4uutKnlPnHC2XLpF { width:47.75rem;height:2.75rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me { display:block; }#ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp { display:block; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS { display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDhQtmDx5RoJH2Q41RtpDnCbe0dvnbTK { top:5.3125rem;left:0rem;width:16.4375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4uWspFVbL1b98qi0vifrnidQQh2tyZ6 { top:4.125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbWGbMOGgK5NsI6vBbNO9giyloe0hrvO { top:4.125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPRx3iUm8GUQ3yOhGOcT4E8zaHqDhupv { top:4.125rem;left:42.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Znh26Spq8OM7o9FTDLXK6T1Ob2MXthra { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9M4MnLA3xySoueJKNbtFQLlavB3W3qQ { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoy7zCETG6VtXC6NDr0OKkMm7zmwxmTG { top:4.0625rem;left:42.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCSsgzvJAZSxaqaNJWAXtaWik7EAzwBh { top:4.0625rem;left:42.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDshvDDL0N22ZGHA97GUANU0xPFk2uRF { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD61CUsETMvaMPG540wODxaZZffR3aGp { top:4.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeIESA0vlzHNeIWpM6PEMAbFXM4ti1yx { top:1.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UToD2hLPqkX6AUCQog0y7F4fTx748QG8 { top:1.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcWica4Htec6MF01l89w9qlZDF9Hye8o { top:4.125rem;left:0rem;width:16.4375rem;height:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 { background-color:#012a4d;background-image:none;display:block; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container { background-color: transparent; background-image: none; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container > .video-iframe-container { display: none; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row > .video-iframe-container { display: none; }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .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); }#FuJPUaCAuTzB3adnywotIqAyVS8JIZF4 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFabUPnDbecTU3tKHPv5WFQc6sTJoT24 { width:6.9375rem;height:1.5625rem;top:1.25rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAeDdauJyrnKGVA031B878QJTkHIF8WP { top:4rem;left:2.9375rem;width:14.0625rem;height:14.0625rem;z-index:15016;overflow:hidden;border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef648160-cfe7-442a-9654-159ce1bb024b/WebinarkandydaciTYPbcg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5.adaptive-delivery-prevent-bg, #AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5.lazyload, #AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5.lazyloading { background-image: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container { background-color: transparent; background-image: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container > .video-iframe-container { display: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row > .video-iframe-container { display: none; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .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); }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container { border-width: 0; border-radius: 0; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5::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; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbyTmKK9yNzqKMPcVndT1uPvW7x7tWT5 > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utqlmP45qSB6QKK3MZmwr17zfko5Q4EW { width:10rem;height:13.1875rem;top:15.41015625rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytP13ddUCzWr2Iuu2nuFbkqIaya6XdWx { top:52.1875rem;left:4.5000002980232rem;width:11rem;height:11rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #q3kHToUBHy0FddSBu8CH1oZvvAfvlTBK { width:19.5rem;height:1.625rem;top:4.375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none;display:block; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff;height:2.9375rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.4;overflow:hidden;height:auto; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE  { width:17.4375rem;height:auto;top:9.2638893127444rem;left:0rem;background-color:#ffffff;background-image:none; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE .widget-info-text { font-size:1rem;overflow:hidden;height:auto;line-height:1.2; }
#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE {display:block;}#nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE { width:17.4375rem;height:auto;top:9.2638893127444rem;left:0rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #MBOIGMal7UduL1vULeFgf3w3lZ5RvcAZ {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #JuGdMBHqbSyLQqAFLuxKvJmBl1oFP2wu { display:block; }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #RDUxp9lSl21De56FrM2TvErZOl1shEC8 {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #Qy8l6gEELlPb7TNn7qL12zQHTBG808D5 {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #znJ67VNVDlTt67t2MTsRS476Qt5H27nx { display:block; }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #DT6FpDA7WKPE5z1khNqcHptwl5xsnCcT {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #INmcf262fadMdlBZ6HNoBuQe2JQPdyMd {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #tIJn3fFTsT7CkBTLc5ydrGQCQKfXxMxS {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #vTxu4onfLUbUcc8fhuupFSsfg3vzMsrT {  }
 }@media only screen and (max-width: 763px) { #nAEaGAK0RSfogx6Hvu5BK29ZVrrOvWoE #O0PaROE6ZKWT8yeWgvaVkgqv0wentF88 {  }
 }@media only screen and (max-width: 763px) { #CFHMxhTsPT5LOXvqPkvAPXFn9kLhzktR { width:18.125rem;height:2.275rem;top:6.25rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rRtPKg0AJyVJWK159cJF1mmqNpnpAoXP { width:20rem;height:6.5625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwT4eglmRNpxE2xEmQxZTMb1X0vgJCNK { width:20rem;height:1.4625rem;top:28.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#023373;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .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; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD .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; }
#O7846ApuTaL6oS7eusgk8FuWX2hFmpwD { width:18rem;height:5.0625rem;display:flex;top:30.625rem;left:1rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #V5WZAAccMQ3pTFctCq95bttJimCiBcQ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #aRmQsz8fVQdXhGMztzFgrKsmx4tuPgUQ {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #FWvqq0gNr4n72IS6Qf4ITo4WNftJtxbB {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #nNXgKTif0BsFQyE5kEzq1t94JtrdiCJg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #bX9SZz2I7HKg8nPZ4kF3mltmhR0CXqiW {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #cuSIiahEGqX3tp4c8JmrSUWvCxTMciBQ {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #WABVEd2m96CuDsFKoIgmVCoyy6CE08DO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #mLClLXpykMLhc39wAMIQqTGT0Xgk0H8P {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #SVTEG0xSgRzwqafioXsdsBAO4WC2LH7o {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #OQ94G7hSt89RxmiwXEE3AnZp90OSXD0N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #QRhn2AcwpgnnqCfxmV7w5TDFL5TWyTuv {  }
 }@media only screen and (max-width: 763px) { #O7846ApuTaL6oS7eusgk8FuWX2hFmpwD #FiVliiaPoytBkXmsLuUaufK0sJDHw5Az {  }
 }@media only screen and (max-width: 763px) { #m4CoMTykJl2HJexAumlumZkexv5V2rJ2 { display:none; }#m4CoMTykJl2HJexAumlumZkexv5V2rJ2 > .row .container { width:20rem;height:21.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7PmEsEVb1qB9vUJ5gQoFKuqI40LXEEE { height:10.9375rem;width:19.6875rem;top:7.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsOloTTJkCX7ut1fMiV3sqPdpitxMDKP { width:20rem;height:3.89930625rem;top:0.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cpx4twH2NuBdaTXPQwcR1KOH6VFrqeRt { width:20rem;height:1.39930625rem;top:5.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XCe5RqhtLo12CxlTzbqIfR8CoanUmth4 { width:7.5rem;height:0.375rem;top:7.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1HJdHuashuBHW8UbkTsf3yBIm9fviTX { width:0.375rem;height:6.25rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G { background-color:#012a4d;background-image:none;display:none; }#UzVIwD27b3zW3y4fUKvTfLtcCJAAHh6G > .row .container { width:20rem;height:14.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WCOPp1lOUVvQel3iv4LSCuulWpZoFLiP { top:9.1875rem;left:3.0000001192093rem;z-index:15036;width:14rem;height:3.25rem;font-size:1.125rem;background-color:#b50000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IHaAoOT4GMXiqQvx7EBwha7GPAyfzd3e { display:block; }
 }@media only screen and (max-width: 763px) { #n2Gq4F6ia6a6U0tfNSZbN8SsgAR5gdeZ { width:20rem;height:1.46180625rem;top:1.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xBGaSzFgPsC8ic2n4uutKnlPnHC2XLpF { width:20rem;height:3.674475rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me { display:none; }#ev0aOPIS4wnuCvTTVoKQVmoatLs6i0me > .row .container { width:20rem;height:10.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp { display:block; }#LqaztF3lsL7hzLr54I3LgXiTPpt2B5Dp > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS { background-color:#f6f6fa;background-image:none;position:relative;z-index:auto;display:block; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { background-color: transparent; background-image: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row > .video-iframe-container { display: none; }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .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); }#H4b1s2QQIxeqCMmktvaM61VE4Wk9yCGS > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDhQtmDx5RoJH2Q41RtpDnCbe0dvnbTK { width:16.4365rem;height:0;top:7.00390625rem;left:1.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W4uWspFVbL1b98qi0vifrnidQQh2tyZ6 { width:2.8125rem;height:2.8125rem;top:11.562458992004rem;left:9.5694444179538rem;font-size:1.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TbWGbMOGgK5NsI6vBbNO9giyloe0hrvO { width:2.8125rem;height:2.8125rem;top:11.562458992004rem;left:12.381944417954rem;font-size:1.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #nPRx3iUm8GUQ3yOhGOcT4E8zaHqDhupv { width:2.8125rem;height:2.8125rem;top:11.562458992004rem;left:6.7569444179537rem;font-size:1.9375rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Znh26Spq8OM7o9FTDLXK6T1Ob2MXthra { width:2.8125rem;height:2.8125rem;top:14.623209953308rem;left:6.901041686535rem;font-size:1.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #O9M4MnLA3xySoueJKNbtFQLlavB3W3qQ { width:2.8125rem;height:2.8125rem;top:14.623209953308rem;left:4.0885416865349rem;font-size:1.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #zoy7zCETG6VtXC6NDr0OKkMm7zmwxmTG { width:2.8125rem;height:2.8125rem;top:14.623209953308rem;left:1.2760416865349rem;font-size:1.9375rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #NCSsgzvJAZSxaqaNJWAXtaWik7EAzwBh { width:3.125rem;height:3.125rem;top:14.125rem;left:5.3125rem;font-size:2.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cDshvDDL0N22ZGHA97GUANU0xPFk2uRF { width:3.125rem;height:3.125rem;top:14.125rem;left:8.4375rem;font-size:2.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zD61CUsETMvaMPG540wODxaZZffR3aGp { width:3.125rem;height:3.125rem;top:14.125rem;left:11.5625rem;font-size:2.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HeIESA0vlzHNeIWpM6PEMAbFXM4ti1yx { width:16.4375rem;height:0;top:0.59375rem;left:1.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UToD2hLPqkX6AUCQog0y7F4fTx748QG8 { width:16.4375rem;height:5.85rem;top:0.5625rem;left:1.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FcWica4Htec6MF01l89w9qlZDF9Hye8o { width:16.4355625rem;height:7.3125rem;top:6.875rem;left:1.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15001;color:#000000;display:block; }
 }