.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:253,237,218;--color-primary-1:250,195,132;--color-primary-2:244,135,8;--color-primary-3:122,68,4;--color-primary-4:37,20,1;--color-secondary-0:229,244,247;--color-secondary-1:178,221,232;--color-secondary-2:127,199,217;--color-secondary-3:76,119,130;--color-secondary-4:0,52,58;--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:"Raleway";--paragraphs-font-family:"Lato"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e61d1d;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; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { background-color: transparent; background-image: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { border-width: 0; border-radius: 0; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.5625rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a8fc278-8993-4c9e-bf63-c29dc5c89e3f/Webinar.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,4,0.1); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,4,0.1); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;overflow:visible;position:relative;display:block; }#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:10.5625rem;left:0rem;height:2.35595625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { color:rgba(var(--color-tertiary-0),0.98);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0rem #050000;top:15.34375rem;left:1.09375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { background-color:#f4d347;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.8125rem;left:6.125rem;display:block; }
#b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { position:absolute;display:block;z-index:15000;background-color:#134264;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:43.5rem;width:31.125rem;top:0rem;left:0rem;display:block; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:#ffffff;padding-top:0.599375rem;padding-right:0.56rem;padding-bottom:0.599375rem;padding-left:0.56rem;display:block;align-items:center;width:3.353125rem;min-width:3.353125rem;height:3.15375rem;position:relative;font-family:"open sans";font-size:2.398125rem;font-weight:700;line-height:50.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.374375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.473125rem;height:1.24125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.899375rem;font-weight:400;line-height:19.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.375rem;height:6.093125rem;padding-top:0.749375rem;padding-right:0.79875rem;padding-bottom:0.749375rem;padding-left:0.79875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.6875rem;left:3.60693359375rem;z-index:15003; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq { width:auto; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
#Trg9QAagFrRFTxNf6p6GCqFAdN4BPnR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.91);top:30.125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xcxw6wVMHzq65MHM5re5vBDuSWt6dv2C { position:absolute;display:block;z-index:15010;background-color:#f4ed47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:29.625rem;top:13.625rem;left:0.78125rem;display:block; }
#BiisL6EmApwytTozWxsJiBZXK1J8eP8l { position:absolute;display:block;z-index:15011;background-color:#f4ed47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:29.625rem;top:28.375rem;left:0.78125rem;display:block; }
#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#134264;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; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { background-color: transparent; background-image: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .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); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { border-width: 0; border-radius: 0; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.93);top:5.125rem;left:0rem;height:5.84911875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qDSIQXJMZlwOz4h8qP9SRMUvmf1ETRPl { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.93);top:15.25rem;left:11.34375rem;height:3.5625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #134264, #e82525);background-image: -moz-linear-gradient(180deg, #134264, #e82525);background-image: -ms-linear-gradient(180deg, #134264, #e82525);background-image: -o-linear-gradient(180deg, #134264, #e82525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#134264', endColorstr='#e82525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#134264', endColorstr='#e82525' );";background-image: linear-gradient(180deg, #134264, #e82525);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { background-color: transparent; background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { border-width: 0; border-radius: 0; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.53125rem;left:10.15625rem; }
#S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { position:absolute;display:block;z-index:15014;background-color:#f4d347;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:2.5rem;left:9.125rem;display:block; }
#O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { position:absolute;display:block;z-index:15009;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:0.0625rem;width:32.8125rem;top:5rem;left:13.5rem;display:block; }
#L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.78);top:8.599609375rem;left:3.09375rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.75);top:8.599609375rem;left:21.75rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { position:absolute;display:block;z-index:15012;background-color:#f4d347;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:2.5rem;left:27.3125rem;display:block; }
#khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.84);top:15.568359375rem;left:4.375rem;height:11.69925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid #f4ed47;border-left:0.125rem solid #f4ed47;border-right:0.125rem solid #f4ed47;border-bottom:0.125rem solid #f4ed47;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:16.875rem;top:15.25rem;left:3.1875rem;display:block; }
#VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid #f4ed47;border-left:0.125rem solid #f4ed47;border-right:0.125rem solid #f4ed47;border-bottom:0.125rem solid #f4ed47;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:16.875rem;top:15.25rem;left:21.375rem;display:block; }
#baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.81);top:15.568359375rem;left:22.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.81);top:8.599609375rem;left:40.3125rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid #f4ed47;border-left:0.125rem solid #f4ed47;border-right:0.125rem solid #f4ed47;border-bottom:0.125rem solid #f4ed47;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:16.875rem;top:15.25rem;left:39.625rem;display:block; }
#ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.81);top:16.298828125rem;left:40.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { position:absolute;display:block;z-index:15010;background-color:#f4d347;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:2.4375rem;left:45.5625rem;display:block; }
#LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { background-color:#f4d347;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:4rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.375rem;left:18.25rem;display:block; }
#TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmHVprAoO46rlzpHOIUrXwtyAVN5CCOw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.53125rem;left:28.40625rem; }
#kR9PEe9lU23gOPRHvCbnRLAgBB45gRkr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.5625rem;left:46.59375rem; }
#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e82525, #ce7800);background-image: -moz-linear-gradient(180deg, #e82525, #ce7800);background-image: -ms-linear-gradient(180deg, #e82525, #ce7800);background-image: -o-linear-gradient(180deg, #e82525, #ce7800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82525', endColorstr='#ce7800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82525', endColorstr='#ce7800' );";background-image: linear-gradient(180deg, #e82525, #ce7800);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { background-color: transparent; background-image: none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container > .video-iframe-container { display: none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container { display: none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .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); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { border-width: 0; border-radius: 0; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:60rem;position:relative;display:block; }#MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.79);top:4.34375rem;left:3.875rem;height:3.0874rem;text-align:left;text-align-last:left;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; }
#g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.81);top:8.4619140625rem;left:3.875rem;height:31.494125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gT1UwxasP8gUdOLMuJX7vQcubH8e2ual { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:28.6875rem;top:4.21875rem;left:31.3125rem;overflow:hidden;display:block; }
#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3321506-6cd5-4e3a-b187-0cca0444cf07/Egipt_dzie356.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z.adaptive-delivery-prevent-bg, #QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z.lazyload, #QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z.lazyloading { background-image: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container { background-color: transparent; background-image: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(219,233,236,0.62); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container > .video-iframe-container { display: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(219,233,236,0.62); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row > .video-iframe-container { display: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .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); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container { border-width: 0; border-radius: 0; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z::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; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container { font-size:0.875rem;font-family:"open sans";height:37.8125rem;width:60rem;position:relative;display:block; }#dpIPQw548878LvgOzN2BxMOVLFuKdDly { color:#171c20;display:block;width:45.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:4rem;left:3.03125rem;height:2.61230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#egkPMZvQhFxmVKnnuxnHyV9iumUCyTGH { position:absolute;display:block;z-index:15009;background-color:#efdcbf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.375rem;top:7.5625rem;left:3.03125rem;display:block; }
#zOr3EKxvbf7fh42lazR2EOkfmFCdhrD3 { color:#0e0f10;display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:11rem;left:3.03125rem;height:3.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zCTh7xRcmqTseNlXeNpCxX2gUp3prsA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:15.18798828125rem;left:3.03125rem;height:7.4365rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#izUfh9xBpDWrB8bxbRi4H83w8S8yI4Cw { color:#050505;display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:24.875rem;left:3.03125rem;height:3.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n4zTNuXWIXfpfZZaUCxl1LELVN29xTpb { color:rgba(var(--color-tertiary-4),0.99);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.375rem;left:3.03125rem;height:5.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N9eAc7nSdKQKH5FEzp7VuasO649xOQIP { color:#0b0c0c;display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:11rem;left:30.65625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DVJTIq18MrHtBzzVacv1J9qrPBM7hd1J { color:rgba(var(--color-tertiary-4),0.97);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:15.18798828125rem;left:30.65625rem;height:5.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vrCVOgvnds5arkJ9b6XZzXlN4w82c2An { position:absolute;display:block;z-index:15021;background-color:#e82525;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.9375rem;width:1.9375rem;top:25.625rem;left:0.625rem;display:block; }
#ccMfCiog28dt4O3BcqQXwb674cR2nOzW { position:absolute;display:block;z-index:15022;background-color:#e82525;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.9375rem;width:1.9375rem;top:11.75rem;left:0.625rem;display:block; }
#faTr865cJTu3lJKw5fsahvHuVThKPHxu { position:absolute;display:block;z-index:15023;background-color:#e82525;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:1.9375rem;width:1.9375rem;top:11.75rem;left:28.09375rem;display:block; }
#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#134264;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; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { background-color: transparent; background-image: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container > .video-iframe-container { display: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container { display: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .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); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { border-width: 0; border-radius: 0; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.79);top:15.4375rem;left:0rem;height:10.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-form-header {  }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#0ff415;width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:23.875rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:23.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#f4d347;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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.87);vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:first-of-type{padding-top:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:last-of-type{padding-bottom:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.5rem;left:27.9375rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.5rem;left:27.9375rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ZU0VBOVz3BaTVMsnSF3vKQCW53FF3FPF { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fCwtO9RzFyU51PPQ08CInuqwd140qdiq { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LobDvtHKiehxFIb7wtN5rVHCRIq9V9oA { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f { position:relative;z-index:2; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 { position:relative; }
#Pp7g2fJKddPAFtOso5TBxLFzgTcmAe1C { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.88);top:3.25rem;left:26.9375rem;height:14.25rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#134264;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.6425rem;padding-right:0.57875rem;padding-bottom:0.6425rem;padding-left:0.57875rem;display:block;align-items:center;width:3.4725rem;min-width:3.4725rem;height:3.455625rem;position:relative;font-family:"open sans";font-size:2.571875rem;font-weight:700;line-height:55.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.40125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.630625rem;height:1.365625rem;position:relative;font-family:"open sans";font-size:0.96375rem;font-weight:400;line-height:21.85px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp { 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:#134264;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.5rem;height:6.5075rem;padding-top:0.803125rem;padding-right:0.8275rem;padding-bottom:0.803125rem;padding-left:0.8275rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.76123046875rem;left:0rem;z-index:15007; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #fZmfUO4R031gypJUSFN0ruCrxzxMzIkO { display:flex;position:relative;top:0rem;left:0rem; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #l1XtSrJbWVVzw8iGEo3EHDPeUscrbwvD { width:auto; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #LQ85fn0p0sGuA0hn5SUN2L8E3X0dKs6T {  }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #z0FwKJT3VHyEQ2rgWnxSvhSxS4Dc2krW { display:flex;position:relative;top:0rem;left:0rem; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #yCRZ29mWQyRdHs4CrSABeNmT9mZyTODU {  }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #B4o3De1uO1ico4751l7JXK89i4lLRTiv {  }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #L68m8SgTF3AB5Fa2ceBNE3KJBpsNxBwT { display:flex;position:relative;top:0rem;left:0rem; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #ia6ur0R0rSFNwoUn2RqJvWbM8XWCcqVq {  }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #kSQHwGaGi4rC34Nl2VbEbdzuIG5zJpfm {  }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #EwBDdf8M6TXQ5hVWp22K6Sp43iOqTRMU { display:flex;position:relative;top:0rem;left:0rem; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #oEII3B2O2iUWqrCs9xykdJM56yDWJDCG {  }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp #ApbfKDaOMfmshJTkGEBHwU6Hpm8IADqs {  }
#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e82525;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; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row .container { background-color: transparent; background-image: none; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row .container > .video-iframe-container { display: none; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row > .video-iframe-container { display: none; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .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); }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row .container { border-width: 0; border-radius: 0; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#IXHdV2xKN5VR5Q0zbQTE6MQ0R2igyHrb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#owFLa5yslRlunexkU92cdO1bpFnsax3O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.3125rem;top:2rem;left:44.875rem;overflow:hidden;display:block; }
#GeNpmbIqIQtxbPbFaScr5WDlxZei7f2H { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#131415;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:3.26171875rem;left:0rem;display:block; }
#m6ZDd02mMlyPigdBH8NVX11ipiFMXeqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OutWt4cwP9TBIrXPbDL0AS5TsfqMKo5Q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0d1012;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:3.26171875rem;left:8.65625rem;display:block; }
#yOAXW154KKsbLHk3whk0quRzsvzahDs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:11.5625rem;height:2.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:10.5625rem;left:0rem;width:31.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { top:15.3125rem;left:0rem;width:29rem;height:11.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:18.9375rem;height:3.5625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { top:0rem;left:0rem;width:31.125rem;height:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:18.5rem;height:5.1875rem;top:2.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #Trg9QAagFrRFTxNf6p6GCqFAdN4BPnR2 { top:30.125rem;left:0rem;width:31.1875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcxw6wVMHzq65MHM5re5vBDuSWt6dv2C { width:29.625rem;height:0.125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiisL6EmApwytTozWxsJiBZXK1J8eP8l { width:29.625rem;height:0.125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDSIQXJMZlwOz4h8qP9SRMUvmf1ETRPl { top:15.25rem;left:5.21875rem;width:37.3125rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { top:3.5rem;left:4.03125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { top:2.5rem;left:3rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { top:5rem;left:7.375rem;width:32.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { top:8.5625rem;left:0rem;width:17.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { top:8.5625rem;left:15.625rem;width:16.5rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { top:2.5rem;left:21.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { top:15.5625rem;left:0rem;width:14.8125rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { top:15.25rem;left:0rem;width:16.875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { top:15.25rem;left:15.25rem;width:16.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { top:15.5625rem;left:16.375rem;width:15rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { top:8.5625rem;left:32rem;width:15.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { top:15.25rem;left:30.625rem;width:16.875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { top:16.25rem;left:33.125rem;width:14.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { top:2.4375rem;left:39.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { width:23.5rem;height:4rem;top:29.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block; }
 }@media only screen and (max-width: 763px) { #KmHVprAoO46rlzpHOIUrXwtyAVN5CCOw { top:3.5rem;left:22.28125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR9PEe9lU23gOPRHvCbnRLAgBB45gRkr { top:3.5625rem;left:40.46875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { display:block; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { top:4.3125rem;left:0rem;width:25.5625rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { top:8.4375rem;left:0rem;width:23.9375rem;height:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1UwxasP8gUdOLMuJX7vQcubH8e2ual { top:4.1875rem;left:19.0625rem;width:28.6875rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z { display:block; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpIPQw548878LvgOzN2BxMOVLFuKdDly { width:45.5625rem;height:2.5625rem;top:4rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egkPMZvQhFxmVKnnuxnHyV9iumUCyTGH { width:4.375rem;height:0.1875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOr3EKxvbf7fh42lazR2EOkfmFCdhrD3 { width:23.9375rem;height:3.4375rem;top:11rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTh7xRcmqTseNlXeNpCxX2gUp3prsA5 { width:15.1875rem;height:7.375rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izUfh9xBpDWrB8bxbRi4H83w8S8yI4Cw { width:18.1875rem;height:3.4375rem;top:24.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4zTNuXWIXfpfZZaUCxl1LELVN29xTpb { width:15.1875rem;height:5.9375rem;top:29.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9eAc7nSdKQKH5FEzp7VuasO649xOQIP { width:18.6875rem;height:;top:11rem;left:24.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJTIq18MrHtBzzVacv1J9qrPBM7hd1J { width:15.1875rem;height:5.9375rem;top:15.1875rem;left:24.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrCVOgvnds5arkJ9b6XZzXlN4w82c2An { width:1.9375rem;height:1.9375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccMfCiog28dt4O3BcqQXwb674cR2nOzW { width:1.9375rem;height:1.9375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTr865cJTu3lJKw5fsahvHuVThKPHxu { width:1.9375rem;height:1.9375rem;top:11.75rem;left:21.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { display:block; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { top:15.4375rem;left:0rem;width:26.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { width:23.875rem;height:auto;top:13.8125rem;left:21.375rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { width:23.875rem;height:auto;top:13.8125rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ZU0VBOVz3BaTVMsnSF3vKQCW53FF3FPF {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fCwtO9RzFyU51PPQ08CInuqwd140qdiq {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LobDvtHKiehxFIb7wtN5rVHCRIq9V9oA {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 {  }
 }@media only screen and (max-width: 763px) { #Pp7g2fJKddPAFtOso5TBxLFzgTcmAe1C { top:3.25rem;left:20.8125rem;width:26.125rem;height:14.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp .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; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp .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; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp { display:flex;width:18rem;height:5.0625rem;top:3.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #fZmfUO4R031gypJUSFN0ruCrxzxMzIkO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #l1XtSrJbWVVzw8iGEo3EHDPeUscrbwvD {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #LQ85fn0p0sGuA0hn5SUN2L8E3X0dKs6T {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #z0FwKJT3VHyEQ2rgWnxSvhSxS4Dc2krW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #yCRZ29mWQyRdHs4CrSABeNmT9mZyTODU {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #B4o3De1uO1ico4751l7JXK89i4lLRTiv {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #L68m8SgTF3AB5Fa2ceBNE3KJBpsNxBwT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #ia6ur0R0rSFNwoUn2RqJvWbM8XWCcqVq {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #kSQHwGaGi4rC34Nl2VbEbdzuIG5zJpfm {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #EwBDdf8M6TXQ5hVWp22K6Sp43iOqTRMU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #oEII3B2O2iUWqrCs9xykdJM56yDWJDCG {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #ApbfKDaOMfmshJTkGEBHwU6Hpm8IADqs {  }
 }@media only screen and (max-width: 763px) { #ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc { display:block; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXHdV2xKN5VR5Q0zbQTE6MQ0R2igyHrb { top:2.1875rem;left:0rem;width:22.875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owFLa5yslRlunexkU92cdO1bpFnsax3O { width:11.3125rem;height:2.4375rem;top:2rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeNpmbIqIQtxbPbFaScr5WDlxZei7f2H { width:8.4375rem;height:2.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZDd02mMlyPigdBH8NVX11ipiFMXeqU { display:block; }
 }@media only screen and (max-width: 763px) { #OutWt4cwP9TBIrXPbDL0AS5TsfqMKo5Q { width:5.5625rem;height:2.3125rem;top:3.25rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOAXW154KKsbLHk3whk0quRzsvzahDs8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:11.25rem;height:2.4375rem;top:1.78125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a8fc278-8993-4c9e-bf63-c29dc5c89e3f/Webinar.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:14.8125rem;height:1.625rem;top:2.70703125rem;left:2.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { width:17.375rem;height:6.8246875rem;top:6.8125rem;left:1.21875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0.1875rem 0.125rem 0rem #151111;color:rgba(255,255,255,0.98);display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:18.4375rem;height:3.5625rem;top:30.1982421875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { width:20rem;height:33.4375rem;top:1.875rem;left:0rem;background-color:#134264;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) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { padding-top:0.486875rem;padding-right:0.435625rem;padding-bottom:0.486875rem;padding-left:0.435625rem;width:2.611875rem;min-width:2.611875rem;height:2.62rem;font-size:1.949375rem;line-height:41.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.08rem solid #7fc7d9;border-right:0.08125rem solid #7fc7d9;border-bottom:0.08rem solid #7fc7d9;border-left:0.08125rem solid #7fc7d9; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.304375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.4825rem;height:1.035rem;font-size:0.73125rem;line-height:16.56px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:18.5625rem;height:5.093125rem;top:22.5830078125rem;left:0rem;padding-top:0.73rem;padding-right:0.795rem;padding-bottom:0.73rem;padding-left:0.795rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #Trg9QAagFrRFTxNf6p6GCqFAdN4BPnR2 { width:19.875rem;height:4.2246125rem;top:17.35546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.91);display:block; }
 }@media only screen and (max-width: 763px) { #xcxw6wVMHzq65MHM5re5vBDuSWt6dv2C { width:20rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiisL6EmApwytTozWxsJiBZXK1J8eP8l { width:20rem;height:0.125rem;top:15.2705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { width:18.375rem;height:8.125rem;top:2.1875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.93);display:block; }
 }@media only screen and (max-width: 763px) { #qDSIQXJMZlwOz4h8qP9SRMUvmf1ETRPl { width:20rem;height:4.875rem;top:11.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { display:flex;width:3.1875rem;height:3.1875rem;top:2.3125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { width:5rem;height:5rem;top:1.375rem;left:7.5rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { width:0.0625rem;height:17.4375rem;top:9.3125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { width:10.875rem;height:4.5rem;top:7.25rem;left:4.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { width:11.5625rem;height:4.5rem;top:32.3125rem;left:4.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { width:5rem;height:5rem;top:26.5625rem;left:7.375rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { width:16.25rem;height:9.666rem;top:13.10400390625rem;left:1.875rem;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.84);display:block; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { width:16.875rem;height:10.625rem;top:12.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { width:16.875rem;height:10.0625rem;top:38.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { width:15.625rem;height:9.666rem;top:38.76025390625rem;left:2.1875rem;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.81);display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { width:11.125rem;height:6rem;top:56.8125rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { width:16.9375rem;height:13.0625rem;top:63.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { width:16.4375rem;height:11.375rem;top:64.40625rem;left:1.78125rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.81);display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { width:5rem;height:5rem;top:50.625rem;left:7.5rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { width:19.8125rem;height:4rem;top:78.4609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block; }
 }@media only screen and (max-width: 763px) { #KmHVprAoO46rlzpHOIUrXwtyAVN5CCOw { display:flex;width:3.1875rem;height:3.1875rem;top:51.6875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #kR9PEe9lU23gOPRHvCbnRLAgBB45gRkr { display:flex;width:3.1875rem;height:3.1875rem;top:27.59375rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { display:block; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { width:18.0625rem;height:2.11230625rem;top:1.25rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { width:19.125rem;height:44.0918125rem;top:4.125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);display:block; }
 }@media only screen and (max-width: 763px) { #gT1UwxasP8gUdOLMuJX7vQcubH8e2ual { width:20rem;height:25.9375rem;top:51.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3321506-6cd5-4e3a-b187-0cca0444cf07/Egipt_dzie356.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z.adaptive-delivery-prevent-bg, #QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z.lazyload, #QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z.lazyloading { background-image: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container { background-color: transparent; background-image: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(219,233,236,0.41); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container > .video-iframe-container { display: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(219,233,236,0.41); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row > .video-iframe-container { display: none; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .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); }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container { border-width: 0; border-radius: 0; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z::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; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJx1DD0vPWI5kFRG1RQaCZsdgpqVbB5z > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpIPQw548878LvgOzN2BxMOVLFuKdDly { width:18.0625rem;height:3.57421875rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egkPMZvQhFxmVKnnuxnHyV9iumUCyTGH { width:4.375rem;height:0.125rem;top:6.07421875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOr3EKxvbf7fh42lazR2EOkfmFCdhrD3 { width:20rem;height:2.75rem;top:7.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTh7xRcmqTseNlXeNpCxX2gUp3prsA5 { width:16.0625rem;height:7.8735625rem;top:12.57421875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izUfh9xBpDWrB8bxbRi4H83w8S8yI4Cw { width:15.625rem;height:2.75rem;top:35.55859375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4zTNuXWIXfpfZZaUCxl1LELVN29xTpb { width:15.625rem;height:6.2988125rem;top:39.55859375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9eAc7nSdKQKH5FEzp7VuasO649xOQIP { width:18rem;height:2.75rem;top:22.26025390625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJTIq18MrHtBzzVacv1J9qrPBM7hd1J { width:15.625rem;height:6.2988125rem;top:25.69775390625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrCVOgvnds5arkJ9b6XZzXlN4w82c2An { width:1.9375rem;height:1.9375rem;top:25.625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccMfCiog28dt4O3BcqQXwb674cR2nOzW { width:1.9375rem;height:1.9375rem;top:11.75rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #faTr865cJTu3lJKw5fsahvHuVThKPHxu { width:1.9375rem;height:1.9375rem;top:11.75rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { display:block; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { width:19.5625rem;height:7.3125rem;top:19.25634765625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { width:17.5rem;height:auto;top:26.50634765625rem;left:0rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { width:17.5rem;height:auto;top:26.50634765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ZU0VBOVz3BaTVMsnSF3vKQCW53FF3FPF {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fCwtO9RzFyU51PPQ08CInuqwd140qdiq { display:none; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LobDvtHKiehxFIb7wtN5rVHCRIq9V9oA {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca { display:none; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 {  }
 }@media only screen and (max-width: 763px) { #Pp7g2fJKddPAFtOso5TBxLFzgTcmAe1C { width:20rem;height:7.3125rem;top:10.5810546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp .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; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp .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; }
#ciTEDBsAti2X8u2MdlCJI42850ir8QHp { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #fZmfUO4R031gypJUSFN0ruCrxzxMzIkO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #l1XtSrJbWVVzw8iGEo3EHDPeUscrbwvD {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #LQ85fn0p0sGuA0hn5SUN2L8E3X0dKs6T {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #z0FwKJT3VHyEQ2rgWnxSvhSxS4Dc2krW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #yCRZ29mWQyRdHs4CrSABeNmT9mZyTODU {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #B4o3De1uO1ico4751l7JXK89i4lLRTiv {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #L68m8SgTF3AB5Fa2ceBNE3KJBpsNxBwT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #ia6ur0R0rSFNwoUn2RqJvWbM8XWCcqVq {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #kSQHwGaGi4rC34Nl2VbEbdzuIG5zJpfm {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #EwBDdf8M6TXQ5hVWp22K6Sp43iOqTRMU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #oEII3B2O2iUWqrCs9xykdJM56yDWJDCG {  }
 }@media only screen and (max-width: 763px) { #ciTEDBsAti2X8u2MdlCJI42850ir8QHp #ApbfKDaOMfmshJTkGEBHwU6Hpm8IADqs {  }
 }@media only screen and (max-width: 763px) { #ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc { display:block; }#ZI3uZUWCxhD36f5InRF0cMG9iyr4eKfc > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXHdV2xKN5VR5Q0zbQTE6MQ0R2igyHrb { width:15.0625rem;height:1.29980625rem;top:1.63525390625rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owFLa5yslRlunexkU92cdO1bpFnsax3O { width:6rem;height:1.25rem;top:9.5478515625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeNpmbIqIQtxbPbFaScr5WDlxZei7f2H { width:11.8125rem;height:2.3125rem;top:4.1728515625rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZDd02mMlyPigdBH8NVX11ipiFMXeqU { display:block; }
 }@media only screen and (max-width: 763px) { #OutWt4cwP9TBIrXPbDL0AS5TsfqMKo5Q { width:5.5625rem;height:2.3125rem;top:6.09375rem;left:7.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOAXW154KKsbLHk3whk0quRzsvzahDs8 { display:block; }
 }