.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:252,214,214;--color-primary-1:246,133,133;--color-primary-2:240,51,51;--color-primary-3:236,0,0;--color-primary-4:72,0,0;--color-secondary-0:252,239,217;--color-secondary-1:246,203,129;--color-secondary-2:237,150,2;--color-secondary-3:119,75,1;--color-secondary-4:36,23,0;--color-tertiary-0:255,255,255;--color-tertiary-1:148,170,232;--color-tertiary-2:77,113,217;--color-tertiary-3:32,78,207;--color-tertiary-4:38,45,61;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW { background-color:rgba(0,39,98,0.85);background-image:url("https://images.assets-landingi.com/uc/67233025-ca10-4d89-928b-770a6751ef99/Webinarto.png");background-position:center !important;background-repeat: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; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.adaptive-delivery-prevent-bg, #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.lazyload, #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.lazyloading { background-image: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container { background-color: transparent; background-image: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container > .video-iframe-container { display: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row > .video-iframe-container { display: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .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); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container { border-width: 0; border-radius: 0; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container { width:75rem;height:50.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .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; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .widget-text.counter-number { border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);background-color:rgba(218,218,218,0.12);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.52375rem;padding-right:0.49625rem;padding-bottom:0.52375rem;padding-left:0.49625rem;display:block;align-items:center;width:2.975625rem;min-width:2.975625rem;height:2.81375rem;position:relative;font-family:oswald;font-size:2.095625rem;font-weight:700;line-height:45.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),0.7);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.96875rem;height:0.935625rem;position:relative;font-family:"dm sans";font-size:0.78625rem;font-weight:400;line-height:14.97px;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; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG { 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:20.375rem;height:5.249375rem;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:38.875rem;left:0rem;z-index:15005; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #qFyyiXOkHa4E3WT4B72qdKAn7ngL7xGx { display:flex;position:relative;top:0rem;left:0rem; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #CSWnm8T7odLycrv7Ky3qFLRumNi6Zf2g { width:auto; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #aL93p6gvTT6clGJEVmytS395K1yQz3zQ {  }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #yvP2ekbTMN5IMa1GFncTAQx9kRFNJe2v { display:flex;position:relative;top:0rem;left:0rem; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #tIawi0Pnk7dUfH5EMMVzzb2Ec1eOudzg {  }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TJWyu9hNkhKHn6nfwtSrLQGTRHCtkbp1 {  }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TVBlKUPXlzfoh4H9pX19H0OHP71CQ4xO { display:flex;position:relative;top:0rem;left:0rem; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #zRQVQJ69lHkwxPSuc29q6vb9rHU5Q33I {  }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #GFkqgUFfXA8NO8lI0mbAqJn54ZZhoeed {  }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #AI5Tm6Lxcc8lgA1XR4LEmICZ86dy0wSp { display:flex;position:relative;top:0rem;left:0rem; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TT2i1EVwfTkQzIxm05T2wgp63UOFsxwh {  }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #R6DyXGDlBhwNOXl1yLIgDShJLonSTRaQ {  }
#NBCr1hKZ7UCTkRZQxx86TB2cbeHA6tyd { color:rgba(255,255,255,0.65);display:block;width:17rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.6875rem;left:0rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZKDI9eJNCNgy0uVIGC7ZZ2Aaabdo9Oz3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:32.875rem;left:3.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sQuOfvqcqoc2ESHxJvDKW3DHZMT1SDec { color:#d4a020;display:block;width:4rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:31.375rem;left:3.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D22WkWeoopdgRmGddTxJLsVMW1gu8LJv { position:absolute;display:block;z-index:15058;background-color:rgba(212,160,32,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:31.25rem;left:0rem;display:block; }
#Z5PoWERhU9CKRXepQW5mPt0zCs1OFf7s { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:32rem;left:0.8125rem; }
#XsxJwurB8mJlhuSabpD444ED2ilguQx8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#sX0imumO1KuzvMH17dUo1albzkbL6T7D { color:#d4a020;display:block;width:14.375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:3.3125rem;left:3.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLvZVv7yR37XQ5TZfWHbKbXxgo9vTTQM { box-sizing:content-box;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15065;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.03125rem;left:0rem;display:block; }
#FcTzU23d3afJZ4anOezNNucsTZthbM8J { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.1875rem;left:0rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AuDq2iIVMz8bdFQ3pkM7nkRAdRClEmGb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:32.875rem;left:17.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XV2dteEykBXZ0s2Ks3W42hflAhgHJwTi { color:#d4a020;display:block;width:5.25rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:31.375rem;left:17.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cAfZOn23LV5QddaX59vxsBTECGxb42T7 { position:absolute;display:block;z-index:15062;background-color:rgba(212,160,32,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:31.25rem;left:13.9375rem;display:block; }
#mKFxmHF8vstUzREnsAaWNTI5835rslT3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:32rem;left:14.6875rem; }
#hZdqeMxGTqqkmuVgyUqIDuVTPIAclPou { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:32.9375rem;left:27.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qrnM8xsHDsAkLN5nvRJKnwdUPqcNuimT { color:#d4a020;display:block;width:6.6875rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15066;line-height:1.5;letter-spacing:0;top:31.4375rem;left:27.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ykzVf6DvPQtLdiW3I6ir1hkVu8Rg2NeL { position:absolute;display:block;z-index:15066;background-color:rgba(212,160,32,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:31.3125rem;left:23.875rem;display:block; }
#JQxbDeR8q3L3eTnkaTxmgxTm9i7kDT1u { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:32.0625rem;left:24.625rem; }
#OTG6WFuhXE9QnpXTGunPEq2AFz48Uewk { position:absolute;display:block;z-index:15059;background-color:rgba(212,160,32,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:16.6875rem;top:23.125rem;left:0rem;display:block; }
#BioK8UwBDydpGQBsnTJiwCysMzhDgPBl { color:#d4a020;display:block;width:7rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:24.4375rem;left:6.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mic6HrCfORWzzSvDNeUQpoyBGeGpFtvD { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:25.9375rem;left:6.25rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mUFgDiMT7zQRgpOPogT12DKmphKFWJrN { position:absolute;display:block;z-index:15062;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:4.6875rem;width:4.6875rem;top:23.9375rem;left:0.8125rem;overflow:hidden;display:block; }
#l2W24aoZtP5WpNAgH3lTpUnlgsVLooI5 { position:absolute;display:block;z-index:15028;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.375rem solid #d4a020;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;height:40.8125rem;width:32.25rem;top:3.5625rem;left:38.4375rem;display:block; }
#Xeuu66A37T34sZEGWgfGJ0c223NORGMw { color:#002762;display:block;width:25.25rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:6.5rem;left:41.9375rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UCtzRWsfUn2TGtE723TG7J6QJDH2OkCu { color:#5a6273;display:block;width:25.25rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:9.5625rem;left:41.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-form-header { font-size:0.9375rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#112753;width:26.4375rem;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;line-height:1.4;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f3f9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e2db;border-left:0.0625rem solid #e5e2db;border-right:0.0625rem solid #e5e2db;border-bottom:0.0625rem solid #e5e2db;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:26.4375rem;box-sizing:border-box;height:2.8125rem;color:#222222;font-size:0.9375rem;overflow:hidden;font-family:"dm sans";vertical-align:top;box-shadow: none;font-weight:700;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-text {padding-top: 0; padding-bottom: 0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f3f9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e2db;border-left:0.0625rem solid #e5e2db;border-right:0.0625rem solid #e5e2db;border-bottom:0.0625rem solid #e5e2db;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:26.4375rem;box-sizing:border-box;height:4.375rem;color:#222222;font-size:0.9375rem;overflow:hidden;font-family:"dm sans";vertical-align:top;box-shadow: none;font-weight:700;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f3f9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e5e2db;border-left:0.0625rem solid #e5e2db;border-right:0.0625rem solid #e5e2db;border-bottom:0.0625rem solid #e5e2db;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:26.4375rem;box-sizing:border-box;height:2.8125rem;color:#6a6a6a;font-family:"dm sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-select {padding-top: 0; padding-bottom: 0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .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; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:1.125rem;font-weight:700;color:#f2f9ff;width:26.4375rem;height:4.0625rem;font-family:oswald;overflow:hidden;box-shadow: 0.125rem 0.125rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]:-moz-placeholder { color:#6a6a6a;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]::-moz-placeholder { color:#6a6a6a;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]:-ms-input-placeholder { color:#6a6a6a;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]::-webkit-input-placeholder { color:#6a6a6a;font-family:"dm sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .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:"plus jakarta sans";line-height:1.3;font-size:0.625rem;font-weight:400;color:#646464;vertical-align:top;width:25.1875rem;overflow:hidden;font-style:normal;float:none; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .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; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .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; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-container:first-of-type{padding-top:0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-container:last-of-type{padding-bottom:0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15071;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:11.3125rem;left:40.0625rem;font-size:0.9375rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.4375rem;display:block;vertical-align:top; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-info-text { display:block;height:auto;font-family:"nunito sans";font-size:0.9375rem;line-height:1.3;font-weight:400;color:#333333;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI {display:block;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15071;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:11.3125rem;left:40.0625rem;font-size:0.9375rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #iXW2wmTF1IEysurlveVNQpL2xbIEf0oI { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #RbL2BAdF681V4lDdholDTTmimkEueOcR { position:relative;display:block; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #LECHxrWLHKJ9S8gql0e1elDn6PMHepTy { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #sI29p5fETVTsEz4q8LnlAr6wR3CQvHiJ { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #S2UbNTovbfxaF0XQg9hWHb7zoMM2eUC3 { position:relative;display:block; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #wM7AmpIuO2zDxdoJkFwogoaCTT1nkwiQ { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #JrtXPLTpxGxapsMAo1JZFZF4Z0L6Cb6B { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #MzLkM9IhT1EFLBKZCac003WlMTGmVIrD { position:relative;display:block; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #lx0JNkmtvRr5dlkC8CygB1isfv6heUpJ { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #VAtU0NF1uDQQlOPbhG93iPPBW6K4AbWk { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #N1yPPdZrFoVdLhZyFn9KdtQEJCvm737f { position:relative;display:block; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #kBX1s2GfEH51UGvm1alLd5LyAgyAVPa9 { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #ry6kiy1Bdahx7VDv3xIPMMw9Awh87IPw { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #hxQpvCriQMBylbJRuHFU7xcbn9q8ty4D { position:relative;z-index:2; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #LkPOaeBCpVshGo9mM1tBCqnhbz7Z9glR { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #s5KZwgBvy7DW5CK4d7Roiqnvt7duc6lv { position:relative; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #PH0Jm45hTKrSyBrHCGoiJGQM4Xla8c8m { position:relative; }
#oarqmP75XIrbaF411xMi4DcGoQd8ZysU { color:#919191;display:block;width:26.125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:36.9375rem;left:41.5rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHvLaBPl8PUaRCZ6uyFz8kvvQbC8XnxP { box-sizing:content-box;height:0.0625rem;width:26.5625rem;position:absolute;display:block;z-index:15072;background-color:#e8e8e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5rem;left:41.25rem;display:block; }
#cIX5tWynqS0cDhmewHLaJOytyay64rO6 { color:#002762;display:block;width:2.75rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:42rem;left:51.5rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o6lLdkTyEDbWoWRyiUOl56fvZwWmILah { color:#002762;display:block;width:2.8125rem;position:absolute;font-family:manrope;font-size:0.8125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:42rem;left:56.1875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sgmR7wm4VhuWFEsgp2ufcec5Bixlk5Sh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:42.1875rem;left:54.875rem; }
#hBuykkR2PpKXmbRGWI2DDVVlKhP5TIlH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:42.1875rem;left:50.1875rem; }
#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of { position:relative;display:block; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of { background-color: transparent; background-image: none; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .row .container > .video-iframe-container { display: none; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .row > .video-iframe-container { display: none; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .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); }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of { border-width: 0; border-radius: 0; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .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; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.6875rem;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; }#mnPLcCvX3HrTUD33PAgV4FAZc5yFPAgq { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p1O3QC6iaLGlUlSu58uUIHkM6rpuN2WS { color:#415674;display:block;width:35rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:15.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tp9fTSSXrLWtNlEzo0TN8iJCJETGTG0c { color:#415674;display:block;width:34.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:18.1875rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zAMS9TzFu8S2isv0s4pRXfNn2dTZRcS7 { color:#415674;display:block;width:34.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:24rem;left:0rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V0veR5z1dH4qEssCMrQdP3OUOCod5hCX { color:#415674;display:block;width:35.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:28.0625rem;left:0rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W9zJrDr1BMIJqgT1B2azUOqFUHcf0QPL { background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32rem;left:0rem;display:block; }
#tZ13LdbdgBse7MxysGzo1mJ298QzCG6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6kTZ2og6GowGmO4m8gLGlBA6lTN2TU1 { color:#d4a020;display:block;width:14.375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:4.125rem;left:3.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uBWiL0lgsxyfmEde4xvOqBvgXAqt8sgP { box-sizing:content-box;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15067;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:0rem;display:block; }
#vtqu3ylQXt1ZQg638PIk5QQRaoBTbL6A { color:#a0192d;display:block;width:14.375rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:9.65625rem;left:36.875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g6LJObkLfy1APlZyaCtZC2RJx7UsDbOo { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:21.375rem;width:38.125rem;top:12rem;left:36.875rem;display:block; }
#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1730;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; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row .container { background-color: transparent; background-image: none; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row .container > .video-iframe-container { display: none; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row > .video-iframe-container { display: none; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .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); }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row .container { border-width: 0; border-radius: 0; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#kQtoqtJ2nZKzEBo471TNUSceNNaThGeD { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.662109375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a9m3a7PiNzDGSLoteoG7dBiOeyN52Xsm { color:#d4a020;display:block;width:14.375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:6.75rem;left:3.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cDLlxeclHPXZQN1TzpZmq50TfJLR9v8J { box-sizing:content-box;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15069;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:0rem;display:block; }
#MRu9IesSgW2guesF5WXvWGVum4wJR81K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1730;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; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row .container { background-color: transparent; background-image: none; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row .container > .video-iframe-container { display: none; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row > .video-iframe-container { display: none; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .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); }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row .container { border-width: 0; border-radius: 0; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#xAZC2zeXvBESD6Iy4BP62rTn0OXh6oNB { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#lO5l8NOvgDhkOexREaIOD3nzEoX90ZPn { color:#d4a020;display:block;width:3.5625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OTRzVkdL5TikJafp2TAG0EPzM3RWmiSU { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:5.75rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VNCcKQQZEhGOPRJfwFs5J8xPsDL0DmDu { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:4.8125rem;left:5.75rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1730;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; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row .container { background-color: transparent; background-image: none; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row .container > .video-iframe-container { display: none; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row > .video-iframe-container { display: none; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .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); }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row .container { border-width: 0; border-radius: 0; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#v1eQnhTuE8aBVOI6lpSQ40wzEN006BrO { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#blVIIyzulxHwgQNyoTpxgmohR0yO4JzD { color:#d4a020;display:block;width:3.5625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tc1fwADLTVRQTTlFmn9H2MmmepqTiKxZ { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:5.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UScvEf3IrbKFMoN9eOFDk5sCOON6d34X { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:4.8125rem;left:5.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1730;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; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row .container { background-color: transparent; background-image: none; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row .container > .video-iframe-container { display: none; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row > .video-iframe-container { display: none; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .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); }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row .container { border-width: 0; border-radius: 0; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#In75D0ABBhLdrNtbogXxUuScz9BizBul { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#qIZdEkmI6sbz9iX8407XD1dvphzs5TdX { color:#d4a020;display:block;width:3.5625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w3Ozc8vKV765gT5xro89JG9Xk00aKQyl { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:5.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gBlmvZSSZoVtwlXFr6ZOXaaA9pzh7URr { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:4.8125rem;left:5.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1730;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; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row .container { background-color: transparent; background-image: none; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row .container > .video-iframe-container { display: none; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row > .video-iframe-container { display: none; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .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); }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row .container { border-width: 0; border-radius: 0; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#P2TWlMVOHMn7nl5rN1iSCISzSFgSwxJw { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#NhOTPRKpG4t7aI65steqVcX7dOOh987n { color:#d4a020;display:block;width:3.5625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GFszJvu3e0MhkI9nwyqsDaJJFbXTzPrp { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:5.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#he7D9tt1neOazKu7l3GEGGwhMzpD9mP5 { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:4.8125rem;left:5.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1730;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; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row .container { background-color: transparent; background-image: none; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row .container > .video-iframe-container { display: none; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row > .video-iframe-container { display: none; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .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); }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row .container { border-width: 0; border-radius: 0; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#l9OaRNbFAtpMDUlhX9KMq2cXzOtV4Nk7 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#kJTX0fpFpExFlTEc2gpvIGD2OU2xGnSe { color:#d4a020;display:block;width:3.5625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KyTKP7IVzbeZ1PTC9ovywHALCUAO3UDu { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:5.75rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TDJPvPb9o63syEVbBsFe2RWFuA9tFTE2 { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:4.8125rem;left:5.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ohOLkagL46mCtCUcPSFH5E65xv49aTOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1730;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; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row .container { background-color: transparent; background-image: none; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row .container > .video-iframe-container { display: none; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row > .video-iframe-container { display: none; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .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); }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row .container { border-width: 0; border-radius: 0; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#T8A9dMstpnBgKMTzkXmha9PxoN9IqRCm { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.193359375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CMhxfxkwGTqdFZQhFMMVIM0dwl1mMlkN { background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.4375rem;left:53.375rem;display:block; }
#OLfXZGc9qhETWA4KKQnXUbKQUBzFkIel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9ff;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; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row .container { background-color: transparent; background-image: none; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row .container > .video-iframe-container { display: none; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row > .video-iframe-container { display: none; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .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); }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row .container { border-width: 0; border-radius: 0; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#u5dgQTTEsbdDmc8lhpGkXuAlCS3HrLBs { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RNegZozlEcga02uGSWO4od2M2wMEVz1V { color:#415674;display:block;width:39.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:15rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uvlLAVwW8VXTOOucQEGdD649gGbha0B7 { color:#415674;display:block;width:39.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:20.72265625rem;left:0rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VPKpd2yhDPBQmsphIE3kRwLTrg2PUkAG { color:#415674;display:block;width:37.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:24.74609375rem;left:0rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T1uF4d5sbA5o8Xby5gknmvcI7dgFRLMv { color:#415674;display:block;width:35.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:28.76953125rem;left:0rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Uuy9R65gTSkubwBypm6i2emWgK7tGaHI { color:#333333;display:block;width:6.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:38.1875rem;left:24.5rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#chpG0nH51OTIQ7nH9T63KlwTFSD0f1JX { color:rgba(var(--color-secondary-2),1);display:block;width:7.5625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:34.75rem;left:24.625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#enFhZqzNO65OQAZrbnPPl5O9qCgvJUMa { color:#333333;display:block;width:8.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:38.1875rem;left:10.75rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yzc82P4VgtXX3l7DWoOoLnJFhGOwZqQd { color:rgba(var(--color-secondary-2),1);display:block;width:8.5625rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:34.75rem;left:10.75rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tuyXAVtXAxmPTpO0dybtOhp40lzgm8wV { color:#333333;display:block;width:7.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:38.1875rem;left:0rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iwFH6pazX8tRNT3nJyuw5P0yTPCpHm2w { color:rgba(var(--color-secondary-2),1);display:block;width:5.375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:34.75rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBLbGy0qU4yEPZ8MochLuAMRpgNPqRGc { position:absolute;display:block;z-index:15036;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:46rem;width:30.625rem;top:1.5625rem;left:41.4375rem;overflow:hidden;display:block; }
#JTRKMoUxESKEpaANbrElbeauAKhh6TMi { color:#d4a020;display:block;width:14.375rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:3.625rem;left:3.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dy07xdheyTGTHI1gv3LpbwiIaLHn9JON { box-sizing:content-box;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15069;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:0rem;display:block; }
#AUREzli9Il7dDxlVbZMEQxOvrCSmZBqH { background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.625rem;left:0rem;display:block; }
#NZ0EezO6eVcUeMWkxtCHPt98zZTphx9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(10,23,48,0.95);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; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row .container { background-color: transparent; background-image: none; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row .container > .video-iframe-container { display: none; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row > .video-iframe-container { display: none; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .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); }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row .container { border-width: 0; border-radius: 0; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#d1qQxSGHfMkuawTOP4Dpzw4itPWAmeGG { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.3515625rem;left:16.4375rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d5updq6XlyJ4Hut0q0iNATdGLvXi1qrr { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5625rem;left:11.875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J2bvSQeU7WxJRmDFc9o6eZVeiCsy2bvW { color:#d4a020;display:block;width:9.6875rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:7.875rem;left:34.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TktdTDqFNdmltNVktfq2IHl1FJxNu3rN { box-sizing:content-box;height:0.0625rem;width:2.5rem;position:absolute;display:block;z-index:15071;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:31.0625rem;display:block; }
#ZO7Cpk6ncso6pUEiqiDIXz6F01FfbIsX { background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.4375rem;left:26.6875rem;display:block; }
#kTxvxn41F1AQNIdQBhTtnITqNFIKnKX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .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; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .widget-text.counter-number { border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);background-color:rgba(218,218,218,0.12);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.52375rem;padding-right:0.49625rem;padding-bottom:0.52375rem;padding-left:0.49625rem;display:block;align-items:center;width:2.975625rem;min-width:2.975625rem;height:2.81375rem;position:relative;font-family:oswald;font-size:2.095625rem;font-weight:700;line-height:45.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),0.7);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.96875rem;height:0.935625rem;position:relative;font-family:"dm sans";font-size:0.78625rem;font-weight:400;line-height:14.97px;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; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB { 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:20.375rem;height:5.249025rem;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:31.5625rem;left:27.3125rem;z-index:15006; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #hEwW4Efs4GcvAzqds12TaIsyoZMMpgTA { display:flex;position:relative;top:0rem;left:0rem; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #x0s9BJ4M7d25J6Aa6kyASf7kqxQ3gq0Q { width:auto; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #WVF90QkRGnr4ZqExSaebH7ytrDJCeLXP {  }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #qFNdW9EXDbOCJns3l0dHPiARdO5wTrcF { display:flex;position:relative;top:0rem;left:0rem; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #HygKvAn7c8aOc1lq2kiN8LgQuXsuL01g {  }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #HgycTIFTK4Zarx8pdKRmtZSyIS4p4AiE {  }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #SCas8xSCBZr6QW89yBaxukEvShdzsQRz { display:flex;position:relative;top:0rem;left:0rem; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #TBoFKCeBQfscATv3TeTsEH0rK3eVTrzQ {  }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #QEI1xgolhuChJILCuDcyCZGfLanHJD9N {  }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #XOvI1OQkZr0pggrT0eWhqLRTplh3TkWs { display:flex;position:relative;top:0rem;left:0rem; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #hNyp8gavOvcvaU15Zurt9bebQRsEE7pf {  }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #q5OF8tUF4lxwJGnMxQo8gXWrhtFHBT1r {  }
#Lqu2wwrwD8soTGStKGF7kePamLIAuyMV { box-sizing:content-box;height:3.625rem;width:46.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;top:17.16796875rem;left:14.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#I4fLPlPpH8eTEWSPTWpDu3zmWzH7yuSU { position:absolute;display:block;z-index:15066;background-color:rgba(212,160,32,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.4375rem;left:44.1875rem;display:block; }
#T3w2MlnQrVm9C8qFBem8ZzigfA80GSXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:13.0625rem;left:48rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hw252xNKriaA1sq7zFhIErh2EFyTk3w7 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:13rem;left:38.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nMt7kEZx00da9vqFzfx9D3Hi0QGiZ1u8 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:12.1875rem;left:44.9375rem; }
#yw5TT1vpEXUDuwRnOi3cdwQyFhM5NiK9 { color:#d4a020;display:block;width:5.25rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:11.5rem;left:38.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bRhQEdCNnCffoD7PADHD0v6bhIhc4ilv { position:absolute;display:block;z-index:15062;background-color:rgba(212,160,32,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.375rem;left:34.25rem;display:block; }
#aF0AgT09dCJuHOFZXMSWTHUv9ns15CDm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:12.125rem;left:35rem; }
#S4nae5VDruVDLUJTXnepXQR15sy5swoI { color:#d4a020;display:block;width:6.6875rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15066;line-height:1.5;letter-spacing:0;top:11.5625rem;left:48rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UlbKygmeMpPlTfqo38iNmCOJ2wwwbW6v { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:13rem;left:24.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DKoeROANibLgOpoCSzs5kL3UafCwA5Bq { color:#d4a020;display:block;width:4rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:11.5rem;left:24.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XrkhldQJvnOcu8zW9EazHWs8ereEWTEX { position:absolute;display:block;z-index:15058;background-color:rgba(212,160,32,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d4a020;border-left:0.0625rem solid #d4a020;border-right:0.0625rem solid #d4a020;border-bottom:0.0625rem solid #d4a020;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.375rem;left:20.3125rem;display:block; }
#acBHdSUpp5xWcrFWV0JvOrzidtSuU0OU { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:12.125rem;left:21.125rem; }
#WJWmZozR1IXAzHLxrcnebgBQagt8s03P { position:relative;display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #WJWmZozR1IXAzHLxrcnebgBQagt8s03P > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW { background-color:transparent;background-image:url("https://images.assets-landingi.com/IZaC6UbS/dan_tlo_forum.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.adaptive-delivery-prevent-bg, #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.lazyload, #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.lazyloading { background-image: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container { background-color: transparent; background-image: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,25,58,0.72); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container > .video-iframe-container { display: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,25,58,0.72); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row > .video-iframe-container { display: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .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); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container { width:47.75rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .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; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .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; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG { display:flex;width:18rem;height:5.0625rem;top:1.875rem;left:18.40625rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #qFyyiXOkHa4E3WT4B72qdKAn7ngL7xGx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #CSWnm8T7odLycrv7Ky3qFLRumNi6Zf2g {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #aL93p6gvTT6clGJEVmytS395K1yQz3zQ {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #yvP2ekbTMN5IMa1GFncTAQx9kRFNJe2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #tIawi0Pnk7dUfH5EMMVzzb2Ec1eOudzg {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TJWyu9hNkhKHn6nfwtSrLQGTRHCtkbp1 {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TVBlKUPXlzfoh4H9pX19H0OHP71CQ4xO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #zRQVQJ69lHkwxPSuc29q6vb9rHU5Q33I {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #GFkqgUFfXA8NO8lI0mbAqJn54ZZhoeed {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #AI5Tm6Lxcc8lgA1XR4LEmICZ86dy0wSp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TT2i1EVwfTkQzIxm05T2wgp63UOFsxwh {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #R6DyXGDlBhwNOXl1yLIgDShJLonSTRaQ {  }
 }@media only screen and (max-width: 763px) { #NBCr1hKZ7UCTkRZQxx86TB2cbeHA6tyd { width:17rem;height:1.375rem;top:36.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKDI9eJNCNgy0uVIGC7ZZ2Aaabdo9Oz3 { width:8.9375rem;height:1.25rem;top:32.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQuOfvqcqoc2ESHxJvDKW3DHZMT1SDec { width:4rem;height:1.5rem;top:31.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D22WkWeoopdgRmGddTxJLsVMW1gu8LJv { width:2.8125rem;height:2.8125rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5PoWERhU9CKRXepQW5mPt0zCs1OFf7s { width:1.375rem;height:1.375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsxJwurB8mJlhuSabpD444ED2ilguQx8 { width:36.5rem;height:10.5rem;top:5.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX0imumO1KuzvMH17dUo1albzkbL6T7D { width:14.375rem;height:1.5rem;top:3.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLvZVv7yR37XQ5TZfWHbKbXxgo9vTTQM { width:2.5rem;height:0.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcTzU23d3afJZ4anOezNNucsTZthbM8J { width:37.0625rem;height:3.375rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuDq2iIVMz8bdFQ3pkM7nkRAdRClEmGb { width:4.625rem;height:1.25rem;top:32.875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV2dteEykBXZ0s2Ks3W42hflAhgHJwTi { width:5.25rem;height:1.5rem;top:31.375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAfZOn23LV5QddaX59vxsBTECGxb42T7 { width:2.8125rem;height:2.8125rem;top:31.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKFxmHF8vstUzREnsAaWNTI5835rslT3 { width:1.375rem;height:1.375rem;top:32rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZdqeMxGTqqkmuVgyUqIDuVTPIAclPou { width:4.625rem;height:1.25rem;top:32.9375rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrnM8xsHDsAkLN5nvRJKnwdUPqcNuimT { width:6.6875rem;height:1.5rem;top:31.4375rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykzVf6DvPQtLdiW3I6ir1hkVu8Rg2NeL { width:2.8125rem;height:2.8125rem;top:31.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxbDeR8q3L3eTnkaTxmgxTm9i7kDT1u { width:1.375rem;height:1.375rem;top:32.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTG6WFuhXE9QnpXTGunPEq2AFz48Uewk { width:16.6875rem;height:6.25rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BioK8UwBDydpGQBsnTJiwCysMzhDgPBl { width:7rem;height:1.5rem;top:24.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mic6HrCfORWzzSvDNeUQpoyBGeGpFtvD { width:9.1875rem;height:2.125rem;top:25.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUFgDiMT7zQRgpOPogT12DKmphKFWJrN { width:4.6875rem;height:4.6875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2W24aoZtP5WpNAgH3lTpUnlgsVLooI5 { top:3.5625rem;left:15.5rem;width:32.25rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeuu66A37T34sZEGWgfGJ0c223NORGMw { width:25.25rem;height:2.75rem;top:6.5rem;left:22.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCtzRWsfUn2TGtE723TG7J6QJDH2OkCu { width:25.25rem;height:2.625rem;top:9.5625rem;left:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-regular-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-text { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-text {padding-top: 0; padding-bottom: 0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-textarea { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-select { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-select {padding-top: 0; padding-bottom: 0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem;height:4.375rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-checkbox-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI  { width:28.125rem;height:auto;top:27.8125rem;left:8.5625rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .radio-container { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI {display:block;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI { width:28.125rem;height:auto;top:27.8125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #iXW2wmTF1IEysurlveVNQpL2xbIEf0oI {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #RbL2BAdF681V4lDdholDTTmimkEueOcR { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #LECHxrWLHKJ9S8gql0e1elDn6PMHepTy {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #sI29p5fETVTsEz4q8LnlAr6wR3CQvHiJ {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #S2UbNTovbfxaF0XQg9hWHb7zoMM2eUC3 { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #wM7AmpIuO2zDxdoJkFwogoaCTT1nkwiQ {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #JrtXPLTpxGxapsMAo1JZFZF4Z0L6Cb6B {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #MzLkM9IhT1EFLBKZCac003WlMTGmVIrD { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #lx0JNkmtvRr5dlkC8CygB1isfv6heUpJ {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #VAtU0NF1uDQQlOPbhG93iPPBW6K4AbWk {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #N1yPPdZrFoVdLhZyFn9KdtQEJCvm737f { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #kBX1s2GfEH51UGvm1alLd5LyAgyAVPa9 {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #ry6kiy1Bdahx7VDv3xIPMMw9Awh87IPw {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #hxQpvCriQMBylbJRuHFU7xcbn9q8ty4D {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #LkPOaeBCpVshGo9mM1tBCqnhbz7Z9glR {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #s5KZwgBvy7DW5CK4d7Roiqnvt7duc6lv {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #PH0Jm45hTKrSyBrHCGoiJGQM4Xla8c8m {  }
 }@media only screen and (max-width: 763px) { #oarqmP75XIrbaF411xMi4DcGoQd8ZysU { width:26.125rem;height:2.4375rem;top:36.9375rem;left:21.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvLaBPl8PUaRCZ6uyFz8kvvQbC8XnxP { width:26.5625rem;height:0.0625rem;top:40.5rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIX5tWynqS0cDhmewHLaJOytyay64rO6 { width:2.75rem;height:1.125rem;top:42rem;left:37.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6lLdkTyEDbWoWRyiUOl56fvZwWmILah { width:2.8125rem;height:1.125rem;top:42rem;left:42.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgmR7wm4VhuWFEsgp2ufcec5Bixlk5Sh { width:0.875rem;height:0.875rem;top:42.1875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBuykkR2PpKXmbRGWI2DDVVlKhP5TIlH { width:0.875rem;height:0.875rem;top:42.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of { display:block; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnPLcCvX3HrTUD33PAgV4FAZc5yFPAgq { width:38.375rem;height:;top:6.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1O3QC6iaLGlUlSu58uUIHkM6rpuN2WS { width:35rem;height:;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp9fTSSXrLWtNlEzo0TN8iJCJETGTG0c { width:34.5625rem;height:5.125rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAMS9TzFu8S2isv0s4pRXfNn2dTZRcS7 { width:34.125rem;height:3.375rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0veR5z1dH4qEssCMrQdP3OUOCod5hCX { width:35.875rem;height:1.6875rem;top:28.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9zJrDr1BMIJqgT1B2azUOqFUHcf0QPL { width:20.75rem;height:3.875rem;top:19.25rem;left:2.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ13LdbdgBse7MxysGzo1mJ298QzCG6G { display:block; }
 }@media only screen and (max-width: 763px) { #M6kTZ2og6GowGmO4m8gLGlBA6lTN2TU1 { width:14.375rem;height:1.5rem;top:4.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBWiL0lgsxyfmEde4xvOqBvgXAqt8sgP { width:2.5rem;height:0.0625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqu3ylQXt1ZQg638PIk5QQRaoBTbL6A { width:14.375rem;height:1.6875rem;top:9.625rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LJObkLfy1APlZyaCtZC2RJx7UsDbOo { width:38.125rem;height:21.375rem;top:12rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiCeR2rC50mduE0Qauaia4OQiRNU2xTy { display:block; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQtoqtJ2nZKzEBo471TNUSceNNaThGeD { width:47.75rem;height:;top:8.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9m3a7PiNzDGSLoteoG7dBiOeyN52Xsm { width:14.375rem;height:1.5rem;top:6.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDLlxeclHPXZQN1TzpZmq50TfJLR9v8J { width:2.5rem;height:0.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRu9IesSgW2guesF5WXvWGVum4wJR81K { display:block; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAZC2zeXvBESD6Iy4BP62rTn0OXh6oNB { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5l8NOvgDhkOexREaIOD3nzEoX90ZPn { width:3.5625rem;height:4.0625rem;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRzVkdL5TikJafp2TAG0EPzM3RWmiSU { width:47.75rem;height:2.25rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCcKQQZEhGOPRJfwFs5J8xPsDL0DmDu { width:47.75rem;height:1.6875rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i { display:block; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1eQnhTuE8aBVOI6lpSQ40wzEN006BrO { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blVIIyzulxHwgQNyoTpxgmohR0yO4JzD { width:3.5625rem;height:;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1fwADLTVRQTTlFmn9H2MmmepqTiKxZ { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UScvEf3IrbKFMoN9eOFDk5sCOON6d34X { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMGOWgqSG48i5QLih0VGibr6PUT7nEZe { display:block; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In75D0ABBhLdrNtbogXxUuScz9BizBul { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIZdEkmI6sbz9iX8407XD1dvphzs5TdX { width:3.5625rem;height:;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Ozc8vKV765gT5xro89JG9Xk00aKQyl { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBlmvZSSZoVtwlXFr6ZOXaaA9pzh7URr { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW { display:block; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2TWlMVOHMn7nl5rN1iSCISzSFgSwxJw { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhOTPRKpG4t7aI65steqVcX7dOOh987n { width:3.5625rem;height:;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFszJvu3e0MhkI9nwyqsDaJJFbXTzPrp { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #he7D9tt1neOazKu7l3GEGGwhMzpD9mP5 { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J { display:block; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9OaRNbFAtpMDUlhX9KMq2cXzOtV4Nk7 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJTX0fpFpExFlTEc2gpvIGD2OU2xGnSe { width:3.5625rem;height:;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyTKP7IVzbeZ1PTC9ovywHALCUAO3UDu { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDJPvPb9o63syEVbBsFe2RWFuA9tFTE2 { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOLkagL46mCtCUcPSFH5E65xv49aTOt { display:block; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8A9dMstpnBgKMTzkXmha9PxoN9IqRCm { width:33.875rem;height:;top:5.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMhxfxkwGTqdFZQhFMMVIM0dwl1mMlkN { width:20.75rem;height:3.875rem;top:19.25rem;left:2.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLfXZGc9qhETWA4KKQnXUbKQUBzFkIel { display:block; }
 }@media only screen and (max-width: 763px) { #Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR { display:block; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5dgQTTEsbdDmc8lhpGkXuAlCS3HrLBs { width:38.375rem;height:;top:6.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNegZozlEcga02uGSWO4od2M2wMEVz1V { width:39.125rem;height:;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlLAVwW8VXTOOucQEGdD649gGbha0B7 { width:39.1875rem;height:;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPKpd2yhDPBQmsphIE3kRwLTrg2PUkAG { width:37.25rem;height:;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1uF4d5sbA5o8Xby5gknmvcI7dgFRLMv { width:35.875rem;height:;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuy9R65gTSkubwBypm6i2emWgK7tGaHI { width:6.625rem;height:2.75rem;top:38.1875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chpG0nH51OTIQ7nH9T63KlwTFSD0f1JX { width:7.5625rem;height:3.5rem;top:34.75rem;left:11rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enFhZqzNO65OQAZrbnPPl5O9qCgvJUMa { width:8.375rem;height:2.75rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzc82P4VgtXX3l7DWoOoLnJFhGOwZqQd { width:8.5625rem;height:3.5rem;top:34.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuyXAVtXAxmPTpO0dybtOhp40lzgm8wV { width:7.875rem;height:2.75rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwFH6pazX8tRNT3nJyuw5P0yTPCpHm2w { width:5.375rem;height:3.5rem;top:34.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLbGy0qU4yEPZ8MochLuAMRpgNPqRGc { width:30.625rem;height:46rem;top:1.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRKMoUxESKEpaANbrElbeauAKhh6TMi { width:14.375rem;height:1.5rem;top:3.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy07xdheyTGTHI1gv3LpbwiIaLHn9JON { width:2.5rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUREzli9Il7dDxlVbZMEQxOvrCSmZBqH { width:20.75rem;height:3.875rem;top:19.25rem;left:2.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ0EezO6eVcUeMWkxtCHPt98zZTphx9r { display:block; }
 }@media only screen and (max-width: 763px) { #fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP { display:none; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d1qQxSGHfMkuawTOP4Dpzw4itPWAmeGG { width:42.125rem;height:1.375rem;top:18.3125rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5updq6XlyJ4Hut0q0iNATdGLvXi1qrr { width:47.75rem;height:1.625rem;top:28.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bvSQeU7WxJRmDFc9o6eZVeiCsy2bvW { width:9.6875rem;height:1.5rem;top:7.875rem;left:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktdTDqFNdmltNVktfq2IHl1FJxNu3rN { width:2.5rem;height:0.0625rem;top:8.625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7Cpk6ncso6pUEiqiDIXz6F01FfbIsX { width:20.75rem;height:3.875rem;top:19.25rem;left:2.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTxvxn41F1AQNIdQBhTtnITqNFIKnKX1 { display:block; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .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; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .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; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB { display:flex;width:18rem;height:5.0625rem;top:1.875rem;left:18.40625rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #hEwW4Efs4GcvAzqds12TaIsyoZMMpgTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #x0s9BJ4M7d25J6Aa6kyASf7kqxQ3gq0Q {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #WVF90QkRGnr4ZqExSaebH7ytrDJCeLXP {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #qFNdW9EXDbOCJns3l0dHPiARdO5wTrcF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #HygKvAn7c8aOc1lq2kiN8LgQuXsuL01g {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #HgycTIFTK4Zarx8pdKRmtZSyIS4p4AiE {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #SCas8xSCBZr6QW89yBaxukEvShdzsQRz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #TBoFKCeBQfscATv3TeTsEH0rK3eVTrzQ {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #QEI1xgolhuChJILCuDcyCZGfLanHJD9N {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #XOvI1OQkZr0pggrT0eWhqLRTplh3TkWs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #hNyp8gavOvcvaU15Zurt9bebQRsEE7pf {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #q5OF8tUF4lxwJGnMxQo8gXWrhtFHBT1r {  }
 }@media only screen and (max-width: 763px) { #Lqu2wwrwD8soTGStKGF7kePamLIAuyMV { width:46.25rem;height:3.625rem;top:17.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4fLPlPpH8eTEWSPTWpDu3zmWzH7yuSU { width:2.8125rem;height:2.8125rem;top:11.4375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3w2MlnQrVm9C8qFBem8ZzigfA80GSXQ { width:4.625rem;height:1.25rem;top:13.0625rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw252xNKriaA1sq7zFhIErh2EFyTk3w7 { width:4.625rem;height:1.25rem;top:13rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMt7kEZx00da9vqFzfx9D3Hi0QGiZ1u8 { width:1.375rem;height:1.375rem;top:12.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw5TT1vpEXUDuwRnOi3cdwQyFhM5NiK9 { width:5.25rem;height:1.5rem;top:11.5rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRhQEdCNnCffoD7PADHD0v6bhIhc4ilv { width:2.8125rem;height:2.8125rem;top:11.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF0AgT09dCJuHOFZXMSWTHUv9ns15CDm { width:1.375rem;height:1.375rem;top:12.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4nae5VDruVDLUJTXnepXQR15sy5swoI { width:6.6875rem;height:1.5rem;top:11.5625rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlbKygmeMpPlTfqo38iNmCOJ2wwwbW6v { width:8.9375rem;height:1.25rem;top:13rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKoeROANibLgOpoCSzs5kL3UafCwA5Bq { width:4rem;height:1.5rem;top:11.5rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrkhldQJvnOcu8zW9EazHWs8ereEWTEX { width:2.8125rem;height:2.8125rem;top:11.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBHdSUpp5xWcrFWV0JvOrzidtSuU0OU { width:1.375rem;height:1.375rem;top:12.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJWmZozR1IXAzHLxrcnebgBQagt8s03P { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #WJWmZozR1IXAzHLxrcnebgBQagt8s03P > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW { background-color:rgba(0,39,98,0.85);background-image:url("https://images.assets-landingi.com/uc/67233025-ca10-4d89-928b-770a6751ef99/Webinarto.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.adaptive-delivery-prevent-bg, #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.lazyload, #QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW.lazyloading { background-image: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container { background-color: transparent; background-image: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container > .video-iframe-container { display: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row > .video-iframe-container { display: none; }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .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); }#QSembE9zDOeTA2f9b9F8L3ea7w5XtQKW > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .widget-text.counter-number { padding-top:0.359375rem;padding-right:0.325rem;padding-bottom:0.359375rem;padding-left:0.325rem;width:1.9475rem;min-width:1.9475rem;height:1.933125rem;font-size:1.439375rem;line-height:30.93px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.5975rem;height:0.764375rem;font-size:0.54rem;line-height:12.23px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG { display:flex;width:15.6875rem;height:3.5625rem;top:78.3125rem;left:2.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #qFyyiXOkHa4E3WT4B72qdKAn7ngL7xGx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #CSWnm8T7odLycrv7Ky3qFLRumNi6Zf2g {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #aL93p6gvTT6clGJEVmytS395K1yQz3zQ {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #yvP2ekbTMN5IMa1GFncTAQx9kRFNJe2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #tIawi0Pnk7dUfH5EMMVzzb2Ec1eOudzg {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TJWyu9hNkhKHn6nfwtSrLQGTRHCtkbp1 {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TVBlKUPXlzfoh4H9pX19H0OHP71CQ4xO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #zRQVQJ69lHkwxPSuc29q6vb9rHU5Q33I {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #GFkqgUFfXA8NO8lI0mbAqJn54ZZhoeed {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #AI5Tm6Lxcc8lgA1XR4LEmICZ86dy0wSp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #TT2i1EVwfTkQzIxm05T2wgp63UOFsxwh {  }
 }@media only screen and (max-width: 763px) { #QQNsLyrGZEC1xsI3m03yXGxDyTT09CoG #R6DyXGDlBhwNOXl1yLIgDShJLonSTRaQ {  }
 }@media only screen and (max-width: 763px) { #NBCr1hKZ7UCTkRZQxx86TB2cbeHA6tyd { width:16.625rem;height:1.4619125rem;top:76.125rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKDI9eJNCNgy0uVIGC7ZZ2Aaabdo9Oz3 { width:5.3125rem;height:2.2734375rem;top:29.3125rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sQuOfvqcqoc2ESHxJvDKW3DHZMT1SDec { width:4rem;height:1.6875rem;top:27.6875rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D22WkWeoopdgRmGddTxJLsVMW1gu8LJv { width:2.8125rem;height:2.8125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5PoWERhU9CKRXepQW5mPt0zCs1OFf7s { display:flex;width:1.375rem;height:1.375rem;top:28.4375rem;left:0.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #XsxJwurB8mJlhuSabpD444ED2ilguQx8 { width:16.8125rem;height:5.94921875rem;top:4.875rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sX0imumO1KuzvMH17dUo1albzkbL6T7D { width:11.5rem;height:1.40625rem;top:2.6875rem;left:2.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLvZVv7yR37XQ5TZfWHbKbXxgo9vTTQM { width:1.875rem;height:0.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcTzU23d3afJZ4anOezNNucsTZthbM8J { width:20rem;height:4.798825rem;top:12.7109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AuDq2iIVMz8bdFQ3pkM7nkRAdRClEmGb { width:4.625rem;height:1.13671875rem;top:29.3125rem;left:14.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XV2dteEykBXZ0s2Ks3W42hflAhgHJwTi { width:5.25rem;height:1.6875rem;top:27.6875rem;left:14.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cAfZOn23LV5QddaX59vxsBTECGxb42T7 { width:2.8125rem;height:2.8125rem;top:27.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKFxmHF8vstUzREnsAaWNTI5835rslT3 { display:flex;width:1.375rem;height:1.375rem;top:28.3125rem;left:11.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hZdqeMxGTqqkmuVgyUqIDuVTPIAclPou { width:4.625rem;height:1.13671875rem;top:34.6875rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qrnM8xsHDsAkLN5nvRJKnwdUPqcNuimT { width:10.125rem;height:1.6875rem;top:33rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ykzVf6DvPQtLdiW3I6ir1hkVu8Rg2NeL { width:2.8125rem;height:2.8125rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxbDeR8q3L3eTnkaTxmgxTm9i7kDT1u { display:flex;width:1.375rem;height:1.375rem;top:33.75rem;left:0.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OTG6WFuhXE9QnpXTGunPEq2AFz48Uewk { width:14.125rem;height:5.5625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BioK8UwBDydpGQBsnTJiwCysMzhDgPBl { width:7rem;height:1.59375rem;top:20.5625rem;left:5.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mic6HrCfORWzzSvDNeUQpoyBGeGpFtvD { width:9.1875rem;height:1.875rem;top:22rem;left:5.40625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUFgDiMT7zQRgpOPogT12DKmphKFWJrN { width:3.875rem;height:3.875rem;top:20.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2W24aoZtP5WpNAgH3lTpUnlgsVLooI5 { width:20rem;height:35.5625rem;top:37.9375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xeuu66A37T34sZEGWgfGJ0c223NORGMw { width:20rem;height:2.5371125rem;top:39.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCtzRWsfUn2TGtE723TG7J6QJDH2OkCu { width:20rem;height:2.625rem;top:42.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:0.75rem;overflow:hidden;display:block;font-family:poppins; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-text {padding-top: 0; padding-bottom: 0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-select {padding-top: 0; padding-bottom: 0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.75rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-container:first-of-type{padding-top:0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .widget-container:last-of-type{padding-bottom:0;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI  { width:18.4375rem;height:auto;top:43.53125rem;left:0rem; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI {display:block;}#gl5Zzd173fBT12I29OmLTIxPcUUBNmCI { width:18.4375rem;height:auto;top:43.53125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #iXW2wmTF1IEysurlveVNQpL2xbIEf0oI {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #RbL2BAdF681V4lDdholDTTmimkEueOcR { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #LECHxrWLHKJ9S8gql0e1elDn6PMHepTy {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #sI29p5fETVTsEz4q8LnlAr6wR3CQvHiJ {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #S2UbNTovbfxaF0XQg9hWHb7zoMM2eUC3 { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #wM7AmpIuO2zDxdoJkFwogoaCTT1nkwiQ {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #JrtXPLTpxGxapsMAo1JZFZF4Z0L6Cb6B {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #MzLkM9IhT1EFLBKZCac003WlMTGmVIrD { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #lx0JNkmtvRr5dlkC8CygB1isfv6heUpJ {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #VAtU0NF1uDQQlOPbhG93iPPBW6K4AbWk {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #N1yPPdZrFoVdLhZyFn9KdtQEJCvm737f { display:block; }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #kBX1s2GfEH51UGvm1alLd5LyAgyAVPa9 {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #ry6kiy1Bdahx7VDv3xIPMMw9Awh87IPw {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #hxQpvCriQMBylbJRuHFU7xcbn9q8ty4D {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #LkPOaeBCpVshGo9mM1tBCqnhbz7Z9glR {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #s5KZwgBvy7DW5CK4d7Roiqnvt7duc6lv {  }
 }@media only screen and (max-width: 763px) { #gl5Zzd173fBT12I29OmLTIxPcUUBNmCI #PH0Jm45hTKrSyBrHCGoiJGQM4Xla8c8m {  }
 }@media only screen and (max-width: 763px) { #oarqmP75XIrbaF411xMi4DcGoQd8ZysU { width:17.3125rem;height:2.44921875rem;top:69.90625rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvLaBPl8PUaRCZ6uyFz8kvvQbC8XnxP { width:20rem;height:0.0625rem;top:122.186525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIX5tWynqS0cDhmewHLaJOytyay64rO6 { width:2.75rem;height:0;top:123.686525rem;left:10.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6lLdkTyEDbWoWRyiUOl56fvZwWmILah { width:2.8125rem;height:0;top:123.686525rem;left:14.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgmR7wm4VhuWFEsgp2ufcec5Bixlk5Sh { display:flex;width:0.875rem;height:0.875rem;top:123.874025rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBuykkR2PpKXmbRGWI2DDVVlKhP5TIlH { display:flex;width:0.875rem;height:0.875rem;top:123.874025rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of { display:block; }#a8BsgLuSoKCEFZTOX6R64lhnAkZ0A4Of > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnPLcCvX3HrTUD33PAgV4FAZc5yFPAgq { width:20rem;height:3.8984375rem;top:4.375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1O3QC6iaLGlUlSu58uUIHkM6rpuN2WS { width:20rem;height:3.3984375rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tp9fTSSXrLWtNlEzo0TN8iJCJETGTG0c { width:20rem;height:8.496125rem;top:14.84765625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zAMS9TzFu8S2isv0s4pRXfNn2dTZRcS7 { width:20rem;height:6.796875rem;top:23.96875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0veR5z1dH4qEssCMrQdP3OUOCod5hCX { width:20rem;height:3.3984375rem;top:31.390625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9zJrDr1BMIJqgT1B2azUOqFUHcf0QPL { width:18.875rem;height:4.0625rem;top:37.125rem;left:0rem;font-size:1rem;background-color:#a0192d;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tZ13LdbdgBse7MxysGzo1mJ298QzCG6G { display:block; }
 }@media only screen and (max-width: 763px) { #M6kTZ2og6GowGmO4m8gLGlBA6lTN2TU1 { width:14.375rem;height:1.40625rem;top:2.0625rem;left:3rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBWiL0lgsxyfmEde4xvOqBvgXAqt8sgP { width:2.5rem;height:0.0625rem;top:2.734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqu3ylQXt1ZQg638PIk5QQRaoBTbL6A { width:14.375rem;height:1.6875rem;top:43.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g6LJObkLfy1APlZyaCtZC2RJx7UsDbOo { height:11.213114754098rem;width:20rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiCeR2rC50mduE0Qauaia4OQiRNU2xTy { display:block; }#xiCeR2rC50mduE0Qauaia4OQiRNU2xTy > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQtoqtJ2nZKzEBo471TNUSceNNaThGeD { width:20rem;height:4.2246125rem;top:6.05078125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a9m3a7PiNzDGSLoteoG7dBiOeyN52Xsm { width:14.375rem;height:1.40625rem;top:4.1875rem;left:2.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cDLlxeclHPXZQN1TzpZmq50TfJLR9v8J { width:2.5rem;height:0.0625rem;top:4.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRu9IesSgW2guesF5WXvWGVum4wJR81K { display:block; }#MRu9IesSgW2guesF5WXvWGVum4wJR81K > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAZC2zeXvBESD6Iy4BP62rTn0OXh6oNB { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5l8NOvgDhkOexREaIOD3nzEoX90ZPn { width:3.5625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTRzVkdL5TikJafp2TAG0EPzM3RWmiSU { width:20rem;height:1.7871125rem;top:4.474609375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VNCcKQQZEhGOPRJfwFs5J8xPsDL0DmDu { width:20rem;height:3.19921875rem;top:6.88671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i { display:block; }#O4nxdtIZK8vqWodNVhxUK8ShKxDqWd8i > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1eQnhTuE8aBVOI6lpSQ40wzEN006BrO { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blVIIyzulxHwgQNyoTpxgmohR0yO4JzD { width:3.5625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1fwADLTVRQTTlFmn9H2MmmepqTiKxZ { width:20rem;height:1.7871125rem;top:4.474609375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UScvEf3IrbKFMoN9eOFDk5sCOON6d34X { width:20rem;height:3.19921875rem;top:6.88671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wMGOWgqSG48i5QLih0VGibr6PUT7nEZe { display:block; }#wMGOWgqSG48i5QLih0VGibr6PUT7nEZe > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In75D0ABBhLdrNtbogXxUuScz9BizBul { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIZdEkmI6sbz9iX8407XD1dvphzs5TdX { width:3.5625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3Ozc8vKV765gT5xro89JG9Xk00aKQyl { width:20rem;height:1.7871125rem;top:4.474609375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gBlmvZSSZoVtwlXFr6ZOXaaA9pzh7URr { width:20rem;height:4.798825rem;top:6.826171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW { display:block; }#CfWxpkTTvrzwgxPxprJEDT3Q8P87FKEW > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2TWlMVOHMn7nl5rN1iSCISzSFgSwxJw { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhOTPRKpG4t7aI65steqVcX7dOOh987n { width:3.5625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GFszJvu3e0MhkI9nwyqsDaJJFbXTzPrp { width:20rem;height:3.57421875rem;top:4.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #he7D9tt1neOazKu7l3GEGGwhMzpD9mP5 { width:20rem;height:4.798825rem;top:8.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J { display:block; }#nCtN6AlT7FsUrCBO4OVRFHzyawtUDs7J > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9OaRNbFAtpMDUlhX9KMq2cXzOtV4Nk7 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJTX0fpFpExFlTEc2gpvIGD2OU2xGnSe { width:3.5625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KyTKP7IVzbeZ1PTC9ovywHALCUAO3UDu { width:20rem;height:1.7871125rem;top:4.474609375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDJPvPb9o63syEVbBsFe2RWFuA9tFTE2 { width:20rem;height:6.3984375rem;top:6.88671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ohOLkagL46mCtCUcPSFH5E65xv49aTOt { display:block; }#ohOLkagL46mCtCUcPSFH5E65xv49aTOt > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8A9dMstpnBgKMTzkXmha9PxoN9IqRCm { width:20rem;height:5.1181625rem;top:2.4375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CMhxfxkwGTqdFZQhFMMVIM0dwl1mMlkN { width:19rem;height:4.0625rem;top:8.8466796875rem;left:0rem;font-size:1rem;background-color:#a0192d;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OLfXZGc9qhETWA4KKQnXUbKQUBzFkIel { display:block; }
 }@media only screen and (max-width: 763px) { #Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR { display:block; }#Jas3L3h0QlilEL9ThPJb6iRGemOd3ILR > .row .container { width:20rem;height:97.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5dgQTTEsbdDmc8lhpGkXuAlCS3HrLBs { width:20rem;height:4.2246125rem;top:4.8125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNegZozlEcga02uGSWO4od2M2wMEVz1V { width:20rem;height:10.1953125rem;top:10.5859375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uvlLAVwW8VXTOOucQEGdD649gGbha0B7 { width:20rem;height:6.796875rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VPKpd2yhDPBQmsphIE3kRwLTrg2PUkAG { width:20rem;height:5.09765625rem;top:29.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1uF4d5sbA5o8Xby5gknmvcI7dgFRLMv { width:20rem;height:5.09765625rem;top:36.046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uuy9R65gTSkubwBypm6i2emWgK7tGaHI { width:17.75rem;height:1.57421875rem;top:52.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chpG0nH51OTIQ7nH9T63KlwTFSD0f1JX { width:6.25rem;height:2.79980625rem;top:53.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enFhZqzNO65OQAZrbnPPl5O9qCgvJUMa { width:18.625rem;height:1.57421875rem;top:47.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yzc82P4VgtXX3l7DWoOoLnJFhGOwZqQd { width:6.25rem;height:2.79980625rem;top:48.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tuyXAVtXAxmPTpO0dybtOhp40lzgm8wV { width:11.9375rem;height:1.57421875rem;top:42.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iwFH6pazX8tRNT3nJyuw5P0yTPCpHm2w { width:6.25rem;height:2.79980625rem;top:43.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rBLbGy0qU4yEPZ8MochLuAMRpgNPqRGc { width:20rem;height:30.0400625rem;top:63.33984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRKMoUxESKEpaANbrElbeauAKhh6TMi { width:14.375rem;height:1.40625rem;top:2.8125rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dy07xdheyTGTHI1gv3LpbwiIaLHn9JON { width:2.5rem;height:0.0625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUREzli9Il7dDxlVbZMEQxOvrCSmZBqH { width:19rem;height:4.0625rem;top:57.6611328125rem;left:0.5rem;font-size:1rem;background-color:#a0192d;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NZ0EezO6eVcUeMWkxtCHPt98zZTphx9r { display:block; }
 }@media only screen and (max-width: 763px) { #fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP { display:block; }#fnHxQ8EqtbbgWXTLBTydmI9ICZBoVkKP > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1qQxSGHfMkuawTOP4Dpzw4itPWAmeGG { width:17.875rem;height:3.9375rem;top:22.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d5updq6XlyJ4Hut0q0iNATdGLvXi1qrr { width:20rem;height:2.798825rem;top:35.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J2bvSQeU7WxJRmDFc9o6eZVeiCsy2bvW { width:8.75rem;height:1.40625rem;top:6.875rem;left:6.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TktdTDqFNdmltNVktfq2IHl1FJxNu3rN { width:1.875rem;height:0.0625rem;top:7.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7Cpk6ncso6pUEiqiDIXz6F01FfbIsX { width:19rem;height:4.0625rem;top:29rem;left:0.5rem;font-size:1rem;background-color:#a0192d;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kTxvxn41F1AQNIdQBhTtnITqNFIKnKX1 { display:block; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .widget-text.counter-number { padding-top:0.359375rem;padding-right:0.325rem;padding-bottom:0.359375rem;padding-left:0.325rem;width:1.9475rem;min-width:1.9475rem;height:1.933125rem;font-size:1.439375rem;line-height:30.93px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.5975rem;height:0.764375rem;font-size:0.54rem;line-height:12.23px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB { display:flex;width:15.6875rem;height:3.5625rem;top:39.75rem;left:2.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #hEwW4Efs4GcvAzqds12TaIsyoZMMpgTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #x0s9BJ4M7d25J6Aa6kyASf7kqxQ3gq0Q {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #WVF90QkRGnr4ZqExSaebH7ytrDJCeLXP {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #qFNdW9EXDbOCJns3l0dHPiARdO5wTrcF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #HygKvAn7c8aOc1lq2kiN8LgQuXsuL01g {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #HgycTIFTK4Zarx8pdKRmtZSyIS4p4AiE {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #SCas8xSCBZr6QW89yBaxukEvShdzsQRz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #TBoFKCeBQfscATv3TeTsEH0rK3eVTrzQ {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #QEI1xgolhuChJILCuDcyCZGfLanHJD9N {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #XOvI1OQkZr0pggrT0eWhqLRTplh3TkWs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #hNyp8gavOvcvaU15Zurt9bebQRsEE7pf {  }
 }@media only screen and (max-width: 763px) { #lpUNIXAx91rOd2xk8wcG47DHT7OmUAPB #q5OF8tUF4lxwJGnMxQo8gXWrhtFHBT1r {  }
 }@media only screen and (max-width: 763px) { #Lqu2wwrwD8soTGStKGF7kePamLIAuyMV { width:19.875rem;height:5rem;top:21.9892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4fLPlPpH8eTEWSPTWpDu3zmWzH7yuSU { width:2.8125rem;height:2.8125rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3w2MlnQrVm9C8qFBem8ZzigfA80GSXQ { width:4.625rem;height:1.13671875rem;top:16.6875rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hw252xNKriaA1sq7zFhIErh2EFyTk3w7 { width:4.625rem;height:1.13671875rem;top:11.625rem;left:14.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMt7kEZx00da9vqFzfx9D3Hi0QGiZ1u8 { display:flex;width:1.375rem;height:1.375rem;top:15.75rem;left:0.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yw5TT1vpEXUDuwRnOi3cdwQyFhM5NiK9 { width:5.25rem;height:1.6875rem;top:10rem;left:14.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bRhQEdCNnCffoD7PADHD0v6bhIhc4ilv { width:2.8125rem;height:2.8125rem;top:9.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF0AgT09dCJuHOFZXMSWTHUv9ns15CDm { display:flex;width:1.375rem;height:1.375rem;top:10.625rem;left:11.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #S4nae5VDruVDLUJTXnepXQR15sy5swoI { width:10.125rem;height:1.6875rem;top:15rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlbKygmeMpPlTfqo38iNmCOJ2wwwbW6v { width:5.3125rem;height:2.2734375rem;top:11.625rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DKoeROANibLgOpoCSzs5kL3UafCwA5Bq { width:4rem;height:1.6875rem;top:10rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XrkhldQJvnOcu8zW9EazHWs8ereEWTEX { width:2.8125rem;height:2.8125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBHdSUpp5xWcrFWV0JvOrzidtSuU0OU { display:flex;width:1.375rem;height:1.375rem;top:10.75rem;left:0.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #WJWmZozR1IXAzHLxrcnebgBQagt8s03P { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #WJWmZozR1IXAzHLxrcnebgBQagt8s03P > .row .container { position:relative;display:block; } }