.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,255,210;--color-primary-1:248,255,120;--color-primary-2:244,255,30;--color-primary-3:138,144,13;--color-primary-4:49,51,6;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,251,252;--color-tertiary-2:153,151,151;--color-tertiary-3:92,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { background-color: transparent; background-image: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .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); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { border-width: 0; border-radius: 0; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#KaonmlChx7GVRD04tc7TdWR89coXeVQO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.8125rem;top:0.24755859375rem;left:7.625rem;overflow:hidden;display:block; }
#GsQVqps03nHsQ4xmpqHHV5bNKIcKgTiy { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:24rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/036582b4-e92d-4e18-a995-e3c008836bbd/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz.adaptive-delivery-prevent-bg, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyload, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyloading { background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { border-width: 0; border-radius: 0; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;overflow:visible;position:relative;display:block; }#JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);box-shadow: none;height:24rem;width:42.75rem;top:12.875000476837rem;left:16.929166793823rem;display:none; }
#hFucdS6RSv5CpeF6essCVAyCHOgStb88 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.0625rem;left:18.84375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .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-reverse;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; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.34125rem;padding-right:0.30375rem;padding-bottom:0.34125rem;padding-left:0.30375rem;display:block;align-items:center;width:1.821875rem;min-width:1.821875rem;height:1.83375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.365rem;font-weight:400;line-height:29.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.213125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.429375rem;height:0.725rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.511875rem;font-weight:700;line-height:11.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR { 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;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:14.1875rem;height:3.579375rem;padding-top:0.0425rem;padding-right:0.043125rem;padding-bottom:0.0425rem;padding-left:0.043125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.125rem;left:30.361328125rem;z-index:15010; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #p3BkxOFhFE86JXBJTO11Rq3o9TK9KR6d { display:flex;position:relative;top:0rem;left:0rem; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #dBTAMHHoxwAlxQmCivdWHpp4SfcXG3sZ { width:auto; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #EM7DU1Pc4igzLaHJ4K7PLiBZnym8uDfE {  }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #cBQnap3SGuXTizhMAdohUXBhzJy5lzKe { display:flex;position:relative;top:0rem;left:0rem; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #qTct0MeyTa5coATsyhsVyJPGBUQ6CxSW {  }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #I2iTb80O6ul3XT9iMTM6eiRFpfL70L2r {  }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #X8WSfWX2DCbTddSkLSSbFa43OlWh8tcr { display:flex;position:relative;top:0rem;left:0rem; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #Sm9EXqtgf96znP6UVUsJ3e7T55mGGEzk {  }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #LuvhTS65i0SxQTnsULCr06c0PzkBk508 {  }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #hN2W7SZdSzs8WbXBaMJIatCCfeFx7fQu { display:flex;position:relative;top:0rem;left:0rem; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #HROV2lBe28d9cP959vcvOlvVdrbTBUA2 {  }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #F2aqJJ36P6wnUui6cis5q6MSJJNuAbLw {  }
#IB5AauLv4ACDbbFUGGe44HrN2nuk9LUc { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:18.84375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAxuFVk1uwO0RM26rsbWRxwrmfwu1vgl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.625rem;left:18.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drZqwTirqQQmTJRMwqbQTNHRwniGeAGC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.9375rem;left:18.84375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipGBfputuaZtNgJxcx2pcpHA6scrdtfk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.75rem;top:24.0625rem;left:19.71875rem;overflow:hidden;display:block; }
#Lgmx8X1C4NJd2h1l5ipfyZBRw5sBBi4l { z-index:15004;top:37rem;left:20.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FxFRzchMCAZ0mX3z2dTwvpckwNq0IkH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWVJyeGwa0C1gZ7HeiyPpzZRAKCSSHo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.125rem;left:36.59375rem; }
#Tacxm1KZM9szTQRXlkU9CN0seESBwRkJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.671875rem;left:33.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDnpq5J4FcpvvC3Af0LiOJJ2iBZyeSfU { color:rgba(var(--color-primary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.234375rem;left:33.90625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu { position:relative;display:block; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu { background-color: transparent; background-image: none; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row .container > .video-iframe-container { display: none; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row > .video-iframe-container { display: none; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .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); }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu { border-width: 0; border-radius: 0; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WXlJ3gLtX79ksoUhCd6fGvl0czbmwwEa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.63671875rem;left:3.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#SEFB2U1MRT018LHmdkXOIgyDHEUMT5H5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1376953125rem;left:3.21875rem;height:6.499rem;display:block; }
#GZw690raZaJRpv1wlQ3tiWl2XMqMVuMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.375rem;width:14.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.1875rem;left:49.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S { position:relative;display:block; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S { background-color: transparent; background-image: none; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row .container > .video-iframe-container { display: none; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row > .video-iframe-container { display: none; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .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); }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S { border-width: 0; border-radius: 0; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VcKRD9Cpn5n9MdC2SWp2phyiwGU4lbqv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.88671875rem;left:39.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#KoC7mpd0sznqVVKQGqzL0tJHRNNitpWe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.7626953125rem;left:39.28125rem;height:9.0986125rem;display:block; }
#K0rI7mQhgy8ysyNqD2TQU4Kd2QDyEm4I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:14.875rem;top:1.46875rem;left:11.3125rem;overflow:hidden;display:block; }
#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0c0e;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; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { border-width: 0; border-radius: 0; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { 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:3.4375rem;width:8.9375rem;top:1.46875rem;left:33.03125rem;overflow:hidden;display:block; }
#KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { color:rgba(var(--color-tertiary-1),1);display:block;width:52.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.73828125rem;left:11.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaonmlChx7GVRD04tc7TdWR89coXeVQO { top:0.1875rem;left:0rem;width:8.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsQVqps03nHsQ4xmpqHHV5bNKIcKgTiy { top:0.875rem;left:10.375rem;width:37.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { top:12.875rem;left:3.3041667938233rem;width:42.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { top:1.0625rem;left:5.21875rem;width:37.3125rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .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; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .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; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR { width:18.5rem;height:5.1875rem;display:flex;top:8rem;left:3.9624996185302rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #p3BkxOFhFE86JXBJTO11Rq3o9TK9KR6d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #dBTAMHHoxwAlxQmCivdWHpp4SfcXG3sZ {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #EM7DU1Pc4igzLaHJ4K7PLiBZnym8uDfE {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #cBQnap3SGuXTizhMAdohUXBhzJy5lzKe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #qTct0MeyTa5coATsyhsVyJPGBUQ6CxSW {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #I2iTb80O6ul3XT9iMTM6eiRFpfL70L2r {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #X8WSfWX2DCbTddSkLSSbFa43OlWh8tcr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #Sm9EXqtgf96znP6UVUsJ3e7T55mGGEzk {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #LuvhTS65i0SxQTnsULCr06c0PzkBk508 {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #hN2W7SZdSzs8WbXBaMJIatCCfeFx7fQu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #HROV2lBe28d9cP959vcvOlvVdrbTBUA2 {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #F2aqJJ36P6wnUui6cis5q6MSJJNuAbLw {  }
 }@media only screen and (max-width: 763px) { #IB5AauLv4ACDbbFUGGe44HrN2nuk9LUc { top:10.0625rem;left:5.21875rem;width:37.3125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAxuFVk1uwO0RM26rsbWRxwrmfwu1vgl { top:21.625rem;left:5.21875rem;width:37.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drZqwTirqQQmTJRMwqbQTNHRwniGeAGC { top:15.9375rem;left:5.21875rem;width:37.3125rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipGBfputuaZtNgJxcx2pcpHA6scrdtfk { top:24.0625rem;left:6.09375rem;width:18.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgmx8X1C4NJd2h1l5ipfyZBRw5sBBi4l { top:37rem;left:7.28125rem;width:33.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFRzchMCAZ0mX3z2dTwvpckwNq0IkH4 { display:block; }
 }@media only screen and (max-width: 763px) { #KWVJyeGwa0C1gZ7HeiyPpzZRAKCSSHo8 { top:14.125rem;left:22.96875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tacxm1KZM9szTQRXlkU9CN0seESBwRkJ { top:27.625rem;left:19.46875rem;width:26.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDnpq5J4FcpvvC3Af0LiOJJ2iBZyeSfU { top:29.1875rem;left:20.28125rem;width:24.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtILMZvyPns5vtGeis4HZhTVZQKi9BPu { display:block; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXlJ3gLtX79ksoUhCd6fGvl0czbmwwEa { top:4.625rem;left:0rem;width:32.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEFB2U1MRT018LHmdkXOIgyDHEUMT5H5 { top:7.125rem;left:0rem;width:32.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZw690raZaJRpv1wlQ3tiWl2XMqMVuMe { top:2.1875rem;left:28.625rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S { display:block; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcKRD9Cpn5n9MdC2SWp2phyiwGU4lbqv { top:3.875rem;left:14.9375rem;width:32.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoC7mpd0sznqVVKQGqzL0tJHRNNitpWe { top:6.75rem;left:14.9375rem;width:32.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0rI7mQhgy8ysyNqD2TQU4Kd2QDyEm4I { top:1.4375rem;left:4.5rem;width:14.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { top:1.4375rem;left:19.40625rem;width:8.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { top:5.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { background-color:#f4ff1e;background-image:none;display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { background-color: transparent; background-image: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .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); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaonmlChx7GVRD04tc7TdWR89coXeVQO { width:7.5rem;height:2.75rem;top:0.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsQVqps03nHsQ4xmpqHHV5bNKIcKgTiy { width:20rem;height:1.625rem;top:4.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/036582b4-e92d-4e18-a995-e3c008836bbd/to.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz.adaptive-delivery-prevent-bg, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyload, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyloading { background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { height:11.2260625rem;width:19.625rem;top:13.328124152756rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { width:19.375rem;height:4.3857375rem;top:1.25rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .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; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .widget-text.counter-number { padding-top:0.261875rem;padding-right:0.239375rem;padding-bottom:0.261875rem;padding-left:0.239375rem;width:1.43625rem;min-width:1.43625rem;height:1.408125rem;font-size:1.0475rem;line-height:22.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #f4ff1e;border-left:0.0625rem solid #f4ff1e;border-right:0.0625rem solid #f4ff1e;border-bottom:0.0625rem solid #f4ff1e; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.16375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.914375rem;height:0.556875rem;font-size:0.3925rem;line-height:8.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR { width:12.1875rem;height:2.7775rem;display:flex;top:6.32421875rem;left:3.880859375rem;z-index:15007;padding-top:0.021875rem;padding-right:0.02375rem;padding-bottom:0.021875rem;padding-left:0.02375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #p3BkxOFhFE86JXBJTO11Rq3o9TK9KR6d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #dBTAMHHoxwAlxQmCivdWHpp4SfcXG3sZ {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #EM7DU1Pc4igzLaHJ4K7PLiBZnym8uDfE {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #cBQnap3SGuXTizhMAdohUXBhzJy5lzKe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #qTct0MeyTa5coATsyhsVyJPGBUQ6CxSW {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #I2iTb80O6ul3XT9iMTM6eiRFpfL70L2r {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #X8WSfWX2DCbTddSkLSSbFa43OlWh8tcr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #Sm9EXqtgf96znP6UVUsJ3e7T55mGGEzk {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #LuvhTS65i0SxQTnsULCr06c0PzkBk508 {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #hN2W7SZdSzs8WbXBaMJIatCCfeFx7fQu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #HROV2lBe28d9cP959vcvOlvVdrbTBUA2 {  }
 }@media only screen and (max-width: 763px) { #ByWDbxx6ns2Jz3kiy7zLy3pdfhkI8wlR #F2aqJJ36P6wnUui6cis5q6MSJJNuAbLw {  }
 }@media only screen and (max-width: 763px) { #IB5AauLv4ACDbbFUGGe44HrN2nuk9LUc { width:20rem;height:3.25rem;top:9.796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KAxuFVk1uwO0RM26rsbWRxwrmfwu1vgl { width:20rem;height:1.625rem;top:17.640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #drZqwTirqQQmTJRMwqbQTNHRwniGeAGC { width:20rem;height:4.0625rem;top:13.578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #ipGBfputuaZtNgJxcx2pcpHA6scrdtfk { width:18.75rem;height:12.375rem;top:19.265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgmx8X1C4NJd2h1l5ipfyZBRw5sBBi4l { top:38.625rem;left:1.0625rem;width:17.875rem;height:3.9375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #f4ff1e, #898925);background-image: -moz-linear-gradient(top, #f4ff1e, #898925);background-image: -ms-linear-gradient(top, #f4ff1e, #898925);background-image: -o-linear-gradient(top, #f4ff1e, #898925);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ff1e', endColorstr='#898925' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ff1e', endColorstr='#898925' );";background-image: linear-gradient(to bottom, #f4ff1e, #898925);background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #FxFRzchMCAZ0mX3z2dTwvpckwNq0IkH4 { display:block; }
 }@media only screen and (max-width: 763px) { #KWVJyeGwa0C1gZ7HeiyPpzZRAKCSSHo8 { display:flex;width:1.8125rem;height:1.8125rem;top:36.125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Tacxm1KZM9szTQRXlkU9CN0seESBwRkJ { width:20rem;height:1.625rem;top:31.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iDnpq5J4FcpvvC3Af0LiOJJ2iBZyeSfU { width:20rem;height:2.03125rem;top:33.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#f4ff1e;display:block; }
 }@media only screen and (max-width: 763px) { #rtILMZvyPns5vtGeis4HZhTVZQKi9BPu { display:block; }#rtILMZvyPns5vtGeis4HZhTVZQKi9BPu > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXlJ3gLtX79ksoUhCd6fGvl0czbmwwEa { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEFB2U1MRT018LHmdkXOIgyDHEUMT5H5 { width:18.875rem;height:10.3984375rem;top:11.2373046875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZw690raZaJRpv1wlQ3tiWl2XMqMVuMe { display:flex;width:6.5rem;height:6.5rem;top:2.5498046875rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S { display:block; }#VhplksKMk4fmZCrv0CK9Qn1El4ft1I0S > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcKRD9Cpn5n9MdC2SWp2phyiwGU4lbqv { width:20rem;height:1.29980625rem;top:14.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoC7mpd0sznqVVKQGqzL0tJHRNNitpWe { width:18.875rem;height:14.2978625rem;top:17.42480625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0rI7mQhgy8ysyNqD2TQU4Kd2QDyEm4I { width:11.625rem;height:12.375rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { background-color:#0b0c0e;background-image:none;display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { width:6.1875rem;height:2.375rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { width:20rem;height:1.13720625rem;top:4.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }