.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:227,227,250;--color-primary-1:172,172,241;--color-primary-2:117,117,232;--color-primary-3:3,86,253;--color-primary-4:23,23,46;--color-secondary-0:255,254,249;--color-secondary-1:255,251,236;--color-secondary-2:255,246,217;--color-secondary-3:128,123,109;--color-secondary-4:38,37,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Cairo;--paragraphs-font-family:Cairo; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#161616;display:block;width:25.3125rem;position:absolute;font-family:"times new roman";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:.8;letter-spacing:0;top:9.25rem;left:0rem;height:9.1875rem;display:block; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#ffc500;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.25rem;left:0rem;height:1rem;font-style:normal;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:34.0625rem;top:4.9375rem;left:28.875rem;overflow:hidden;display:block; }
#AnpLJTvT2CfVA4t9su0JzowGt33qimzg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.3125rem;top:4.375rem;left:23.5625rem;overflow:hidden;display:block; }
#DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.5rem;top:22.8125rem;left:28.875rem;overflow:hidden;display:block; }
#llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.4375rem;top:16.5rem;left:54.1103515625rem;overflow:hidden;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:5.0625rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#hsqGBieNqgsIOOOr9weM26aAvQUba7C4 { color:#161616;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:none; }
#toicW0qWod0PV4SGinKGnAp6Fl9IThq2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:17.125rem;top:16.8125rem;left:4.8125rem;overflow:hidden;display:none; }
#bQtA7GnHo3McupJ9my82Ck38epKHS0Db { color:#161616;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:20rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#161616;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { color:#ffc500;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnOPHdiiJLy6EeiqsS36Tx8TXvB9IvFR { color:#161616;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:9.59375rem;left:1.71875rem;height:9rem;text-align:right;text-align-last:right;display:block; }
#PV72KtmWxBEWpb3BIMSb4LT1nwq19VDv { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21rem;left:20.5rem;display:block; }
#LWLKoTHHW0LcpGqz5N4HpM4FFo60lfkA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IeVwLiwXaacAIOElFSum3voXCLtLTH4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g.adaptive-delivery-prevent-bg, #IeVwLiwXaacAIOElFSum3voXCLtLTH4g.lazyload, #IeVwLiwXaacAIOElFSum3voXCLtLTH4g.lazyloading { background-image: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { background-color: transparent; background-image: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container > .video-iframe-container { display: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row > .video-iframe-container { display: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .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); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { border-width: 0; border-radius: 0; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#VZ8eNXiCRmDUJ6xhLAOD6I8ZWIiDu0fG { color:#161616;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:6.25rem;left:1.78125rem;height:9rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#K3c6o6rlPOJLXI2IAFf7SSfPm7m9HvT8 { color:#161616;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:2.8125rem;left:1.71875rem;height:3.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { color:#161616;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:5.5625rem;left:0rem;height:3.125rem;text-align:right;text-align-last:right;display:block; }
#IIGaC6gCinNi5AhKU6U3TGLopuZuIide { color:#161616;display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:10.71875rem;left:6.125rem;height:9.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:53.25rem;top:4.75rem;left:6.75rem;display:block; }
#Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:17.125rem;top:14.875rem;left:0rem;overflow:hidden;display:block; }
#QZCrLMLDCAEzMBOcqeTZ8ThqXhHf7tLI { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25rem;left:15.53125rem;display:block; }
#M8F3QbRlruKDrJrsEApZZQ4aogE4U8pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:#161616;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { color:#ffc500;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fC2kSGM1uipi9CLUSNesbfZ3RJNREvCT { color:#161616;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:9.34375rem;left:0rem;height:14.0625rem;text-align:right;text-align-last:right;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:#161616;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:3.125rem;text-align:right;text-align-last:right;display:block; }
#Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { color:#ffc500;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:4rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { color:#161616;display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:9.5rem;left:6.0625rem;height:6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.375rem;top:18.6875rem;left:1.28125rem;overflow:hidden;display:block; }
#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;height:5.0625rem;width:5.0625rem;top:17.125rem;left:0rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;height:6.1875rem;width:25.4375rem;top:18.125rem;left:1.8125rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#161616;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:19.1875rem;left:6.0625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;height:6.1875rem;width:25.4375rem;top:26.25rem;left:1.8125rem;display:block; }
#pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { color:#161616;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:27.3125rem;left:6.0625rem;height:3.875rem;text-align:right;text-align-last:right;display:block; }
#yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;height:5.0625rem;width:5.0625rem;top:25.25rem;left:0rem;display:block; }
#h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:26.625rem;left:1.375rem;overflow:hidden;display:block; }
#iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;height:6.1875rem;width:25.5rem;top:34.4375rem;left:1.8125rem;display:block; }
#UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;height:5.0625rem;width:5.0625rem;top:33.4375rem;left:0rem;display:block; }
#TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:34.6875rem;left:1.3125rem;overflow:hidden;display:block; }
#WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { position:absolute;display:block;z-index:15025;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:26.5rem;width:21rem;top:18.6875rem;left:35.1875rem;overflow:hidden;display:block; }
#Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.3125rem;top:17.125rem;left:53.6875rem;overflow:hidden;display:block; }
#aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:38.5rem;left:32.375rem;overflow:hidden;display:block; }
#uCJyyUohT4KftiTC2pzyEMh31h8NaZ0z { color:#161616;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:35.59375rem;left:6.0625rem;height:3.875rem;text-align:right;text-align-last:right;display:block; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { color:#161616;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:3.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { color:#ffc500;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:3.5625rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { color:#161616;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:8.8125rem;left:0rem;height:11.25rem;font-style:normal;text-align:right;text-align-last:right;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; }
#GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:25.4375rem;top:3.1875rem;left:32.880859375rem;display:block; }
#Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:6.1875rem;top:28.1875rem;left:27.318359375rem;overflow:hidden;display:block; }
#AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.4375rem;top:5.8125rem;left:53.5625rem;overflow:hidden;display:block; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:28.6875rem;top:14.25rem;left:30.870030120482rem;overflow:hidden;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-form-header {  }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#161616;width:19.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right;overflow:hidden;line-height:1.5; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0057f3;border-left:0.0625rem solid #0057f3;border-right:0.0625rem solid #0057f3;border-bottom:0.0625rem solid #0057f3;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:19.5rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0057f3;border-left:0.0625rem solid #0057f3;border-right:0.0625rem solid #0057f3;border-bottom:0.0625rem solid #0057f3;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:19.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.5rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-moz-placeholder { color:#dcdcdc;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-moz-placeholder { color:#dcdcdc;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-ms-input-placeholder { color:#dcdcdc;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-webkit-input-placeholder { color:#dcdcdc;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#dcdcdc;vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:first-of-type{padding-top:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:last-of-type{padding-bottom:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.5rem;left:4rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#dcdcdc;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.5rem;left:4rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ALv4idc22Xdy8n76EwXir45hHNIdDPE9 { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #DRpwF62NDJUNmMZsvRVmqU96TNNo4fyO { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #o55HpshEuue2sSdnNMuJNzipMltroV9O { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX { position:relative; }
#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { background-color: transparent; background-image: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container > .video-iframe-container { display: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row > .video-iframe-container { display: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .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); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { border-width: 0; border-radius: 0; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#zRc9JgZgw5BfbklokTmPWyeWfZtslRun { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.5rem;height:1.25rem;display:block; }
#td658EDqktuVXyWnkWnELasQVlLwouMZ { color:#0f0f0f;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.90625rem;left:0rem;height:4.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Rxyeov3W02aQOs21GaRkngsbtZXAAJ77 { color:#0f0f0f;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:4.3125rem;left:38.8125rem;height:5.9375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TKHQJcKv7xtaUCKEDmxCClHuUi16vwEJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#X19SdbLeJ9VbLTG0gfDDFfAxRLa99QKr { color:#0f0f0f;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.84375rem;left:26.96875rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sIVMCahiXGI8xJqSdu4eJHbaaepqv33L { color:#0f0f0f;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.03125rem;left:26.75rem;height:1.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WVNH0UdEuxSztKmpWOaUB5atobJu8zEq { color:#0f0f0f;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:1.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mHUHqEtNZytgGyTrXfI0RAimxILFiaVg { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.375rem;left:0rem;display:block; }
#iBh6426sug2srlSuOATUmrbAktXNlaAQ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2rem;left:0.625rem;display:block; }
#qhAq5fCOn0Hv49ATbQhFeLQB6M5UZwcB { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#oXUgFTD1KRluefLhyA5Hz16qZTLQKGR3 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.53125rem;left:49.34375rem; }
#snuyAaFGqADlQxEeFwCH22ubMC2KkE7g { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.53125rem;left:53.90625rem; }
#DIlB2TfpKtLDcQwAKEBnAZL5bhXNmT3h { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.53125rem;left:57.90625rem; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .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; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #012f94, #003bc8);background-image: -moz-linear-gradient(181deg, #012f94, #003bc8);background-image: -ms-linear-gradient(181deg, #012f94, #003bc8);background-image: -o-linear-gradient(181deg, #012f94, #003bc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );";background-image: linear-gradient(181deg, #012f94, #003bc8);background-size:contain !important;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .widget-text.counter-label { background-color:;background-image:none;color:#003bc8;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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;z-index:1;display:none; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #tMDRCDcXI8QQ32Joe4tly5VAXOyK9xDi { display:flex;position:relative;top:0rem;left:0rem; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #AUloTrQKuCqR9e8IizBAXHxGzBBcD2o9 { width:auto; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #pcHrdxWtTkaXdXwbKoTGxdAtt78W5ysB {  }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #oEVuEX6TGlFBIuDewJJwCREWuwXZHc09 { display:flex;position:relative;top:0rem;left:0rem; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #s5faoJwoRsiD6smoBq3dvKyNZcIS1c1s {  }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #I7ALTNlQuJ1h6w98ia93LRS6KBlfIpzP {  }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #T8yZN2MygLelsXCOfGbHzxNE3wenvgdQ { display:flex;position:relative;top:0rem;left:0rem; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #pvWKJSsK2TfmgMRpPexIFxI65kvTskvw {  }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #EiQr3pQNKdc3M3PfWJBvh12XVrLupKfg {  }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #MxrCosSaqIdTRiWuXvT5SIfhGag1tbcG { display:flex;position:relative;top:0rem;left:0rem; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #TlLrw1gso6NTfTM1VT3Xg0egKxr37Q1t {  }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #C1RJg8bHoNoFGo8f2B0TaLI4rpmI5gfn {  }
#STV62KTQG7EQFg6wcF0niKC2BvgpeSAe { color:#0f0f0f;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:4.3125rem;left:38.8125rem;height:5.9375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#dMgtvmiBrQ1zd8p7ovwHmsXwviFGT8Fm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TIsgFOZrzWTFLITGDNRQnaKWv9M653c0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kg5gTWCHs6nS641UTJ1h7kcGWJ1iQHDD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:9.25rem;left:0rem;width:25.3125rem;height:9.1875rem;font-size:3.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:7.25rem;left:0rem;width:25.3125rem;height:1rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:4.9375rem;left:13.6875rem;width:34.0625rem;height:30.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { top:4.375rem;left:17.4375rem;width:3.3125rem;height:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { top:22.8125rem;left:22.75rem;width:3.5rem;height:3.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { top:16.5rem;left:42.3125rem;width:5.4375rem;height:5.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:1.625rem;left:0rem;width:5.0625rem;height:6.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hsqGBieNqgsIOOOr9weM26aAvQUba7C4 { top:16.125rem;left:0rem;width:20rem;height:4rem;font-size:2.125rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #toicW0qWod0PV4SGinKGnAp6Fl9IThq2 { top:16.8125rem;left:1.75rem;width:17.125rem;height:14.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bQtA7GnHo3McupJ9my82Ck38epKHS0Db { top:20rem;left:0rem;width:27.75rem;height:2.875rem;font-size:2.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #MnOPHdiiJLy6EeiqsS36Tx8TXvB9IvFR { top:9.5625rem;left:0rem;width:47.75rem;height:9rem;font-size:1.375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PV72KtmWxBEWpb3BIMSb4LT1nwq19VDv { width:19rem;height:4.625rem;top:21rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWLKoTHHW0LcpGqz5N4HpM4FFo60lfkA { display:block; }
 }@media only screen and (max-width: 763px) { #IeVwLiwXaacAIOElFSum3voXCLtLTH4g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g.adaptive-delivery-prevent-bg, #IeVwLiwXaacAIOElFSum3voXCLtLTH4g.lazyload, #IeVwLiwXaacAIOElFSum3voXCLtLTH4g.lazyloading { background-image: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { background-color: transparent; background-image: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container > .video-iframe-container { display: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row > .video-iframe-container { display: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .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); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { border-width: 0; border-radius: 0; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ8eNXiCRmDUJ6xhLAOD6I8ZWIiDu0fG { top:6.25rem;left:0rem;width:47.75rem;height:9rem;font-size:1.3125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #K3c6o6rlPOJLXI2IAFf7SSfPm7m9HvT8 { top:2.8125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { top:5.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { top:10.6875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.3125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:4.75rem;left:0rem;width:47.75rem;height:20.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { top:14.875rem;left:0rem;width:17.125rem;height:14.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QZCrLMLDCAEzMBOcqeTZ8ThqXhHf7tLI { width:28.9375rem;height:4.625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8F3QbRlruKDrJrsEApZZQ4aogE4U8pF { display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #fC2kSGM1uipi9CLUSNesbfZ3RJNREvCT { top:9.3125rem;left:0rem;width:47.75rem;height:14.0625rem;font-size:1.4375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { top:4rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { top:9.5rem;left:0rem;width:47.75rem;height:6rem;font-size:1.0625rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { top:18.6875rem;left:0rem;width:2.375rem;height:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:17.125rem;left:0rem;width:5.0625rem;height:5.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:18.125rem;left:0rem;width:25.4375rem;height:6.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:19.1875rem;left:3rem;width:20.25rem;height:1.625rem;font-size:1.375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { top:26.25rem;left:0rem;width:25.4375rem;height:6.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { top:27.3125rem;left:3rem;width:20.1875rem;height:3.875rem;font-size:1.375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { top:25.25rem;left:0rem;width:5.0625rem;height:5.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { top:26.625rem;left:0rem;width:2.4375rem;height:2.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { top:34.4375rem;left:0rem;width:25.5rem;height:6.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { top:33.4375rem;left:0rem;width:5.0625rem;height:5.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { top:34.6875rem;left:0rem;width:2.4375rem;height:2.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { top:18.6875rem;left:26rem;width:21rem;height:26.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { top:17.125rem;left:41.4375rem;width:6.3125rem;height:6.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { top:38.5rem;left:23.875rem;width:3.625rem;height:3.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uCJyyUohT4KftiTC2pzyEMh31h8NaZ0z { top:35.5625rem;left:3rem;width:20.1875rem;height:3.875rem;font-size:1.375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { top:5rem;left:0rem;width:30.0625rem;height:3.125rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { top:3.5625rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { top:8.8125rem;left:0rem;width:29.9375rem;height:11.25rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { top:3.1875rem;left:22.3125rem;width:25.4375rem;height:32.375rem;background-color:#fff6d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { top:28.1875rem;left:17.6875rem;width:6.1875rem;height:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { top:5.8125rem;left:41.3125rem;width:6.4375rem;height:6rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:14.25rem;left:12.5rem;width:28.6875rem;height:17.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #04ac9c;border-left:0.0625rem solid #04ac9c;border-right:0.0625rem solid #04ac9c;border-bottom:0.0625rem solid #04ac9c;color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #04ac9c;border-left:0.0625rem solid #04ac9c;border-right:0.0625rem solid #04ac9c;border-bottom:0.0625rem solid #04ac9c;color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#04ac9c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-moz-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-moz-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-ms-input-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-webkit-input-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-radio-label { color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:19.5rem;height:auto;top:20.5rem;left:0.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-info-text { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:19.5rem;height:auto;top:20.5rem;left:0.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ALv4idc22Xdy8n76EwXir45hHNIdDPE9 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #DRpwF62NDJUNmMZsvRVmqU96TNNo4fyO {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #o55HpshEuue2sSdnNMuJNzipMltroV9O {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #bi2FSsRoeS1gvOU36lQnv2sWLL4obcky { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { background-color: transparent; background-image: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container > .video-iframe-container { display: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row > .video-iframe-container { display: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .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); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { border-width: 0; border-radius: 0; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRc9JgZgw5BfbklokTmPWyeWfZtslRun { top:1.9375rem;left:0rem;width:2.9375rem;height:1.25rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #td658EDqktuVXyWnkWnELasQVlLwouMZ { top:4.875rem;left:0rem;width:19.875rem;height:4.75rem;font-size:1.125rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Rxyeov3W02aQOs21GaRkngsbtZXAAJ77 { top:4.3125rem;left:26.5625rem;width:21.1875rem;height:5.9375rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #TKHQJcKv7xtaUCKEDmxCClHuUi16vwEJ { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X19SdbLeJ9VbLTG0gfDDFfAxRLa99QKr { top:7.8125rem;left:20.84375rem;width:9.625rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #sIVMCahiXGI8xJqSdu4eJHbaaepqv33L { top:6rem;left:20.625rem;width:10.0625rem;height:1.4375rem;font-size:1.0625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #WVNH0UdEuxSztKmpWOaUB5atobJu8zEq { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1.4375rem;font-size:1.4375rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #mHUHqEtNZytgGyTrXfI0RAimxILFiaVg { top:1.375rem;left:0rem;width:2.1875rem;height:2.1875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iBh6426sug2srlSuOATUmrbAktXNlaAQ { top:2rem;left:0rem;width:2.1875rem;height:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qhAq5fCOn0Hv49ATbQhFeLQB6M5UZwcB { top:11rem;left:0rem;width:20rem;height:0.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oXUgFTD1KRluefLhyA5Hz16qZTLQKGR3 { top:15.5rem;left:43.21875rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #snuyAaFGqADlQxEeFwCH22ubMC2KkE7g { top:15.5rem;left:46.625rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #DIlB2TfpKtLDcQwAKEBnAZL5bhXNmT3h { top:15.5rem;left:46.625rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .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; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .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; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc { width:18rem;height:5.0625rem;display:flex;z-index:1;display:none; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #tMDRCDcXI8QQ32Joe4tly5VAXOyK9xDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #AUloTrQKuCqR9e8IizBAXHxGzBBcD2o9 {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #pcHrdxWtTkaXdXwbKoTGxdAtt78W5ysB {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #oEVuEX6TGlFBIuDewJJwCREWuwXZHc09 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #s5faoJwoRsiD6smoBq3dvKyNZcIS1c1s {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #I7ALTNlQuJ1h6w98ia93LRS6KBlfIpzP {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #T8yZN2MygLelsXCOfGbHzxNE3wenvgdQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #pvWKJSsK2TfmgMRpPexIFxI65kvTskvw {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #EiQr3pQNKdc3M3PfWJBvh12XVrLupKfg {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #MxrCosSaqIdTRiWuXvT5SIfhGag1tbcG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #TlLrw1gso6NTfTM1VT3Xg0egKxr37Q1t {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #C1RJg8bHoNoFGo8f2B0TaLI4rpmI5gfn {  }
 }@media only screen and (max-width: 763px) { #STV62KTQG7EQFg6wcF0niKC2BvgpeSAe { top:39.5rem;left:0rem;width:17.75rem;height:1.375rem;font-size:1.4375rem;color:#0f0f0f;display:none; }
 }@media only screen and (max-width: 763px) { #dMgtvmiBrQ1zd8p7ovwHmsXwviFGT8Fm { display:none; }
 }@media only screen and (max-width: 763px) { #TIsgFOZrzWTFLITGDNRQnaKWv9M653c0 { display:none; }
 }@media only screen and (max-width: 763px) { #kg5gTWCHs6nS641UTJ1h7kcGWJ1iQHDD { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#d7d7d7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:15.375rem;height:3.25rem;top:6.8125rem;left:2.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:20rem;height:1rem;top:5.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:20rem;height:17.625rem;top:23.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { width:3.6875rem;height:3.1875rem;top:25.34375rem;left:15.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { width:2.125rem;height:2rem;top:28.46875rem;left:1.34375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { width:3.625rem;height:3.3125rem;top:20.8125rem;left:0.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:5rem;height:6.5625rem;top:0rem;left:6.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hsqGBieNqgsIOOOr9weM26aAvQUba7C4 { width:20rem;height:4rem;top:16.875rem;left:0rem;font-size:2rem;color:#161616;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #toicW0qWod0PV4SGinKGnAp6Fl9IThq2 { width:10.8125rem;height:9.1875rem;top:9.0625rem;left:4.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bQtA7GnHo3McupJ9my82Ck38epKHS0Db { width:20rem;height:2rem;top:42.3125rem;left:0rem;font-size:2rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #MnOPHdiiJLy6EeiqsS36Tx8TXvB9IvFR { width:20rem;height:17.0625rem;top:7.25rem;left:0rem;font-size:1.375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PV72KtmWxBEWpb3BIMSb4LT1nwq19VDv { width:19rem;height:4.625rem;top:25.5625rem;left:0.5rem;background-color:#0047d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LWLKoTHHW0LcpGqz5N4HpM4FFo60lfkA { display:block; }
 }@media only screen and (max-width: 763px) { #IeVwLiwXaacAIOElFSum3voXCLtLTH4g { background-color:#bcbcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { background-color: transparent; background-image: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container > .video-iframe-container { display: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row > .video-iframe-container { display: none; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .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); }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { border-width: 0; border-radius: 0; }#IeVwLiwXaacAIOElFSum3voXCLtLTH4g > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ8eNXiCRmDUJ6xhLAOD6I8ZWIiDu0fG { width:20rem;height:11.5625rem;top:4.625rem;left:0rem;font-size:1.3125rem;text-shadow:-0.0625rem 0.5625rem 0.4375rem rgba(0,0,0,0.5);color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #K3c6o6rlPOJLXI2IAFf7SSfPm7m9HvT8 { width:20rem;height:2.4375rem;top:1.5625rem;left:0rem;font-size:1.375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { width:19.25rem;height:2.125rem;top:2.90625rem;left:0.75rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { width:19.1875rem;height:13.125rem;top:7.71875rem;left:0.40625rem;font-size:1.3125rem;color:#161616;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:19.1875rem;top:6.9375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { width:9rem;height:7.6875rem;top:0rem;left:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QZCrLMLDCAEzMBOcqeTZ8ThqXhHf7tLI { width:19rem;height:4.625rem;top:22.8125rem;left:0.5rem;background-color:#0047d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M8F3QbRlruKDrJrsEApZZQ4aogE4U8pF { display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #fC2kSGM1uipi9CLUSNesbfZ3RJNREvCT { width:20rem;height:24.375rem;top:6.75rem;left:0rem;font-size:1.4375rem;color:#161616;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { background-color:#d5d5d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:19.3125rem;height:2.125rem;top:3.8125rem;left:0rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { width:19.375rem;height:1rem;top:1.125rem;left:0.625rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { width:20rem;height:14rem;top:6.625rem;left:0rem;font-size:1.0625rem;color:#161616;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { width:2.375rem;height:2.125rem;top:24.03125rem;left:1.34375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:4.625rem;height:5.0625rem;top:22.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:20rem;height:7rem;top:21.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:13.9375rem;height:2.75rem;top:23.71875rem;left:5.4375rem;font-size:1.375rem;color:#161616;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { width:20rem;height:6.5625rem;top:28.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { width:13.8125rem;height:3.25rem;top:30.15625rem;left:5.5625rem;font-size:1.375rem;color:#161616;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { width:4.5rem;height:5.0625rem;top:29.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { width:2.4375rem;height:2.4375rem;top:30.625rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { width:20rem;height:7rem;top:35.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(22,22,22,0.09) ;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { width:4.625rem;height:5.0625rem;top:36.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(22,22,22,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { width:2.4375rem;height:2.4375rem;top:37.3125rem;left:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { width:18.75rem;height:23.8125rem;top:42.875rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Nq5s1QZnGCWbrgeG2ckvOWMrSGKcn89J { width:4.5rem;height:4.5625rem;top:63rem;left:14.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aRSTSnK9v7eAozcD26vLmcRrFmplTnTt { width:2.5625rem;height:2.6875rem;top:42.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uCJyyUohT4KftiTC2pzyEMh31h8NaZ0z { width:14.5rem;height:3.25rem;top:36.9375rem;left:4.875rem;font-size:1.375rem;color:#161616;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { width:19.125rem;height:2.125rem;top:3.4375rem;left:0rem;font-size:2.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { width:19rem;height:1rem;top:1.3125rem;left:0.5rem;font-size:1rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { width:18.9375rem;height:13.5rem;top:6.5625rem;left:0.53125rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { width:20rem;height:11.875rem;top:44.5625rem;left:0rem;background-color:#fff6d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bw2tiisdzJIWhlGd8v5P8ZqWcTUKA2wM { width:2.1875rem;height:2rem;top:53.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { width:2.625rem;height:2.4375rem;top:42.1875rem;left:16.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:20rem;height:12.375rem;top:44.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0060f1;border-left:0.0625rem solid #0060f1;border-right:0.0625rem solid #0060f1;border-bottom:0.0625rem solid #0060f1;color:#161616;font-family:cairo; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #0060f1;border-left:0.0625rem solid #0060f1;border-right:0.0625rem solid #0060f1;border-bottom:0.0625rem solid #0060f1;color:#161616;font-family:cairo; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4.0625rem;background-color:#007dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;text-align:center;text-align-last:center;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-moz-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-moz-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-ms-input-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-webkit-input-placeholder { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-radio-label { color:#161616; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:17.5rem;height:auto;top:20.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-info-text { color:#dcdcdc; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:17.5rem;height:auto;top:20.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ALv4idc22Xdy8n76EwXir45hHNIdDPE9 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #DRpwF62NDJUNmMZsvRVmqU96TNNo4fyO {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #o55HpshEuue2sSdnNMuJNzipMltroV9O {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #bi2FSsRoeS1gvOU36lQnv2sWLL4obcky { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { background-color: transparent; background-image: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container > .video-iframe-container { display: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row > .video-iframe-container { display: none; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .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); }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { border-width: 0; border-radius: 0; }#bi2FSsRoeS1gvOU36lQnv2sWLL4obcky > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRc9JgZgw5BfbklokTmPWyeWfZtslRun { width:2.9375rem;height:1.25rem;top:3.4375rem;left:8.53125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #td658EDqktuVXyWnkWnELasQVlLwouMZ { width:18.9375rem;height:7.8125rem;top:5.75rem;left:0.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Rxyeov3W02aQOs21GaRkngsbtZXAAJ77 { width:16rem;height:9.625rem;top:24.6875rem;left:1.5rem;font-size:1rem;color:#0f0f0f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKHQJcKv7xtaUCKEDmxCClHuUi16vwEJ { width:20rem;height:0.1875rem;top:37.875rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X19SdbLeJ9VbLTG0gfDDFfAxRLa99QKr { width:9.3125rem;height:1.375rem;top:21.625rem;left:4.84375rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #sIVMCahiXGI8xJqSdu4eJHbaaepqv33L { width:11.375rem;height:1.375rem;top:19.5rem;left:2.71875rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #WVNH0UdEuxSztKmpWOaUB5atobJu8zEq { width:20rem;height:2rem;top:16.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #mHUHqEtNZytgGyTrXfI0RAimxILFiaVg { width:2.1875rem;height:2.1875rem;top:2.375rem;left:6.1875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iBh6426sug2srlSuOATUmrbAktXNlaAQ { width:2.1875rem;height:2.1875rem;top:1.25rem;left:5.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qhAq5fCOn0Hv49ATbQhFeLQB6M5UZwcB { width:20rem;height:0.125rem;top:15.125rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oXUgFTD1KRluefLhyA5Hz16qZTLQKGR3 { display:flex;width:1.125rem;height:1.125rem;top:54.25rem;left:9.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #snuyAaFGqADlQxEeFwCH22ubMC2KkE7g { display:flex;width:1.125rem;height:1.125rem;top:56.625rem;left:9.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #DIlB2TfpKtLDcQwAKEBnAZL5bhXNmT3h { display:flex;width:1.125rem;height:1.125rem;top:59rem;left:9.4375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .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;font-family:var(--headlines-font-family); }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc .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:0;font-size:0.75rem;line-height:1;top:0rem;left:0rem;display:none; }
#EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc { width:18rem;height:4rem;display:flex;top:47.6875rem;left:0.9375rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #tMDRCDcXI8QQ32Joe4tly5VAXOyK9xDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #AUloTrQKuCqR9e8IizBAXHxGzBBcD2o9 {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #pcHrdxWtTkaXdXwbKoTGxdAtt78W5ysB {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #oEVuEX6TGlFBIuDewJJwCREWuwXZHc09 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #s5faoJwoRsiD6smoBq3dvKyNZcIS1c1s {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #I7ALTNlQuJ1h6w98ia93LRS6KBlfIpzP {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #T8yZN2MygLelsXCOfGbHzxNE3wenvgdQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #pvWKJSsK2TfmgMRpPexIFxI65kvTskvw {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #EiQr3pQNKdc3M3PfWJBvh12XVrLupKfg {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #MxrCosSaqIdTRiWuXvT5SIfhGag1tbcG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #TlLrw1gso6NTfTM1VT3Xg0egKxr37Q1t {  }
 }@media only screen and (max-width: 763px) { #EmhnIkHTGhyQvEO7tdS2TJTycuGf2rtc #C1RJg8bHoNoFGo8f2B0TaLI4rpmI5gfn {  }
 }@media only screen and (max-width: 763px) { #STV62KTQG7EQFg6wcF0niKC2BvgpeSAe { width:17.75rem;height:2rem;top:43.5625rem;left:1.125rem;font-size:1.4375rem;color:#0f0f0f;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMgtvmiBrQ1zd8p7ovwHmsXwviFGT8Fm { display:flex;top:55.375rem;left:15.5625rem;width:3.375rem;height:3.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #TIsgFOZrzWTFLITGDNRQnaKWv9M653c0 { display:flex;top:55.375rem;left:1.125rem;width:3.125rem;height:3.125rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #kg5gTWCHs6nS641UTJ1h7kcGWJ1iQHDD { display:flex;top:55.375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15030; }
 }