.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:228,227,235;--color-primary-1:166,163,190;--color-primary-2:76,70,124;--color-primary-3:38,35,62;--color-primary-4:11,11,19;--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: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:"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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { position:relative;display:block; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { background-color: transparent; background-image: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container > .video-iframe-container { display: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row > .video-iframe-container { display: none; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .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); }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { border-width: 0; border-radius: 0; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .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; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .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:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kPLDEhNGK5iTSD1ZGcD27aRxEOUIUEOE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.09375rem;left:7.5rem;height:1.86875rem;display:block; }
#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { position:relative;display:block; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { background-color: transparent; background-image: none; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container > .video-iframe-container { display: none; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row > .video-iframe-container { display: none; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .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); }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { border-width: 0; border-radius: 0; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f2f9;background-image:url("https://images.assets-landingi.com/JRXVDCKR/bg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:88.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container.adaptive-delivery-prevent-bg, #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container.lazyload, #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container.lazyloading { background-image: none; }#aETZEauuwr4Orz4IodyLr95hMCz5Ukxo { color:#21214b;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:23.406250953674rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#IvTBhrv1Vl1ZaWXlC1aGvk7b4gVhebcH { color:#21214b;display:block;width:58.25rem;position:absolute;font-family:"times new roman";font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.856250762939rem;left:8.3746099472044rem;height:3.81875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLl4If8qTITEpcMGSKT5wH5WgMussAzi { color:#21214b;display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:16.968359947204rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .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; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e04d95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e04d95' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.605rem;padding-right:0.528125rem;padding-bottom:0.605rem;padding-left:0.528125rem;display:block;align-items:center;width:3.169375rem;min-width:3.169375rem;height:3.25125rem;position:relative;font-family:arial;font-size:2.42rem;font-weight:700;line-height:52.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.378125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.225625rem;height:1.285625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.9075rem;font-weight:700;line-height:20.57px;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; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.6875rem;height:6.125rem;padding-top:0.075625rem;padding-right:0.075625rem;padding-bottom:0.075625rem;padding-left:0.075625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.837109565735rem;left:29.580079078674rem;z-index:15004; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #wp1D9xvoyPHSqtIQh1s1pQrhpKWRAriO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #gTGQ2cD8c2Z5Oq7JGeICk9SXhohEyycq { width:auto; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #Ug0TDMKUtuobnzF50DrRpauIUABFJ33G {  }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #dXQ8kVgVxczrGkplVCe4rcO67fSbvdK1 { display:flex;position:relative;top:0rem;left:0rem; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #DWKgzqnetUHgynxxNlaW0KfJ4wmJNzhh {  }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #tPF0s8ftGP9LGgtU2c2Tz0q8MNOtbGUb {  }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #OAokSpQwRKQ1eMBleGZzVT3va9T8MK2t { display:flex;position:relative;top:0rem;left:0rem; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #ldSPfuBnLaimG06x2FTN63PcH5kSwGzh {  }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #zXOPDg1icJUMZUWeul3Q463ebZZSdIcl {  }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #gGnhfhELiXxNhEdEVdKnSm5IHAn4o589 { display:flex;position:relative;top:0rem;left:0rem; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #UDKnQb9QJU9kuakQFMfXW0hKdPqyTUIr {  }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #NVZi5WTAus5UZLx6ZMCi6P4S7fHPiPlc {  }
#dCTCfivy1kaI4CWifx6hxG6OR08gbFbA { color:#21214b;display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:26.0625rem;left:11.874609947204rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUPiSro5prfWCTvF6BFNeiM6kk9i2g2t { color:#21214b;display:block;width:66.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:64.5625rem;left:4.09375rem;height:21.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfhmlIxGq2q3mk7tMsEdmvXcQqJZWeZ6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:54.375rem;top:31.712500572204rem;left:10.312109947204rem;overflow:hidden;display:block; }
#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg { position:relative;display:block; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg { background-color: transparent; background-image: none; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .row .container > .video-iframe-container { display: none; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .row > .video-iframe-container { display: none; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .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); }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg { border-width: 0; border-radius: 0; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .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; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;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; }#VPQlOEC5t0TntLVrVwSxpgggDWFrdzb8 { color:#040303;display:block;width:47.4375rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:13.780859947204rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg { position:relative;display:block; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg { background-color: transparent; background-image: none; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .row .container > .video-iframe-container { display: none; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .row > .video-iframe-container { display: none; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .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); }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg { border-width: 0; border-radius: 0; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .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; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;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; }#MOry52bX3J0QyN26APB5Sq6SytBRZgEC { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2566406726837rem;left:13.874609947204rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#FhLRmRdwGDcGgnT7iwT1Ql8aBFkTiIIg { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8562500476837rem;left:13.874609947204rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#O617iACKt1Toq1vs3vbW4Win8hHXVbvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row .container { background-color: transparent; background-image: none; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row .container > .video-iframe-container { display: none; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row > .video-iframe-container { display: none; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .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); }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row .container { border-width: 0; border-radius: 0; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#ellehXZgiQPT5mb7h2HuVqXviezghxJT { color:#21214b;display:block;width:41.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:2.1996097564698rem;left:2.548828125rem;height:34.425rem;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; }
#SqkUyDqlaQwsTpVzfCh0JPUJXSbwt3Gl { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:23.75rem;width:31.75rem;top:7.4375rem;left:43.250000953674rem;overflow:hidden;display:block; }
#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR { position:relative;display:block; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR { background-color: transparent; background-image: none; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .row .container > .video-iframe-container { display: none; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .row > .video-iframe-container { display: none; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .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); }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR { border-width: 0; border-radius: 0; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .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; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;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; }#LZBycFACB1JcuQ5Bw7HakMa3LmHBTpek { color:rgba(var(--color-secondary-2),1);display:block;width:45.5625rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.125rem;left:14.718359947204rem;height:3.9rem;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; }
#k157v4ohF20yJsTrfS4iRDLTiUZM78VP { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5441408157349rem;left:13.874609947204rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y { position:relative;display:block; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y { background-color: transparent; background-image: none; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row .container > .video-iframe-container { display: none; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row > .video-iframe-container { display: none; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .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); }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y { border-width: 0; border-radius: 0; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aomO5O5b3C3Xs7QrJdKRwlXxkVkW0Rtr { color:rgba(var(--color-primary-4),1);display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:2.53125rem;left:2.779296875rem;height:27rem;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; }
#xuMZHvDnFR1yCIonbxnVc7hquyp7C10u { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:27.125rem;top:5.875rem;left:45.772267341614rem;overflow:hidden;display:block; }
#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M { position:relative;display:block; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M { background-color: transparent; background-image: none; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .row .container > .video-iframe-container { display: none; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .row > .video-iframe-container { display: none; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .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); }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M { border-width: 0; border-radius: 0; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .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; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;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; }#sc2O3Jyz2Ufl3lnH59nmee0aFA4uCHT5 { color:#ffffff;display:block;width:60.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1433594226837rem;left:7.0308599472044rem;height:3.9rem;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; }
#pdTZxEV4OMFTbntTszxlqNVzoynPPnBp { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9812500476837rem;left:13.874609947204rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row .container { background-color: transparent; background-image: none; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row .container > .video-iframe-container { display: none; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row > .video-iframe-container { display: none; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .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); }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row .container { border-width: 0; border-radius: 0; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#TgxT149mFuPOz29MJcfHfk4vJXDbIczn { color:#242629;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.6867189407349rem;left:2.529296875rem;height:18.5625rem;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; }
#GrZJGCeAxvie4Tf0BzD8opZiTJBrTzFm { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:19.8125rem;width:26.5rem;top:2.4867191314698rem;left:46.526951789856rem;overflow:hidden;display:block; }
#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs { position:relative;display:block; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs { background-color: transparent; background-image: none; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .row .container > .video-iframe-container { display: none; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .row > .video-iframe-container { display: none; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .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); }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs { border-width: 0; border-radius: 0; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .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; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;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; }#LoilW0grkqA8L5L5RxzJIOLWeWDviaOE { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:9.1246099472044rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row .container { background-color: transparent; background-image: none; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row .container > .video-iframe-container { display: none; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row > .video-iframe-container { display: none; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .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); }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row .container { border-width: 0; border-radius: 0; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#tTZJgtDh0m4IIcMkavUlMq4gkgCZUDTn { color:#242629;display:block;width:66.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:2.4367198944092rem;left:4.3125rem;height:13.3875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl { position:relative;display:block; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl { background-color: transparent; background-image: none; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .row .container > .video-iframe-container { display: none; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .row > .video-iframe-container { display: none; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .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); }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl { border-width: 0; border-radius: 0; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .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; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.4375rem;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; }#Dc3tDEZJKNq2fhAuIezRs7CuMLWh5edA { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.28750038147rem;left:21.530859947204rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZZ1TThnHQBdFLT7b8LZaHaLv8otuzDF { color:rgba(var(--color-tertiary-0),1);display:block;width:50.375rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.03750038147rem;left:14.280859947204rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q5Utnwvqt0psafXp6bZWSyTvtXUsEEW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.55078125rem;left:26.250000953674rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWOMnuOrfq9lAXxPx8cvs8tEvEmwzCm5 { color:#d4cde1;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.546875rem;left:13.624609947204rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#bS1tNU4VIVGoTtusIIc2vF9FANadkbA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.61171913147rem;left:25.875000953674rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#taSU3hNqIPCTZ8QzC6V3rmBB5URM9IRu { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#21214b;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:30.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.174610137939rem;left:22.250000953674rem;display:block; }
#eC8PMmApnoUiuFK8SRuoyRznaRFgqDMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P .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; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e04d95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e04d95' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), #e04d95);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.525625rem;padding-right:0.45875rem;padding-bottom:0.525625rem;padding-left:0.45875rem;display:block;align-items:center;width:2.7525rem;min-width:2.7525rem;height:2.824375rem;position:relative;font-family:arial;font-size:2.101875rem;font-weight:700;line-height:45.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.328125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.67rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.788125rem;font-weight:700;line-height:17.86px;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; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14rem;height:5.26625rem;padding-top:0.065625rem;padding-right:0.065625rem;padding-bottom:0.065625rem;padding-left:0.065625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.3125011920931rem;left:30.434376716614rem;z-index:15010; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #oR8nahlTvzVfzsQIJlLlyiv6No039xB2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #WUnTsIGAaED6cCLaLTCN8C7UwpT34BMC { width:auto; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #z2XUh6EHhXEo7TeSyz3zTymEnXEy6rVr {  }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #hn4zvWSpffk7Xw6rcvX9CgXCDzJaN0Dt { display:flex;position:relative;top:0rem;left:0rem; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #exwfi2qFOXDPzkP0Fc4NNViBgRgR4S18 {  }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #bbyBNbkPCZAvs3kV8cPwSXWhZncm1RRS {  }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #kgnLXKoLthl4wXG8gvhhAc62xe1bGQff { display:flex;position:relative;top:0rem;left:0rem; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #wTvKuvSXuB0BE5Ob9SMuib2GrfVKvKaO {  }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #OFAfu6QmvhADA0InG10PZiGtvirTPPro {  }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #Z9tIcQPvv0lxr54l9SSrFrWzXGrAmB5n { display:flex;position:relative;top:0rem;left:0rem; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #RlTDZ2UeLJHWnuKfB9GCv3ALTHMWvypB {  }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P #BX0CXa9yPR6L1iS0MCLNmAc19ShKSaUW {  }
#hoQOt4uNWHWbwhPsaTUgmhBT7JVoouui { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.75rem;left:14.499609947204rem;height:2.6rem;display:block; }
#SBl27LNk2yhZOfw7XXxh5hpvHLQCZa6T { color:#d4cde1;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686719894409rem;left:13.624609947204rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#b9RM1UgSh5sfCMn3QVAKCXMnfs3w6P6y { color:#d4cde1;display:block;width:64.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.936717987061rem;left:5.892578125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh.adaptive-delivery-prevent-bg, #SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh.lazyload, #SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh.lazyloading { background-image: none; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row .container { background-color: transparent; background-image: none; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row .container > .video-iframe-container { display: none; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row > .video-iframe-container { display: none; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .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); }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row .container { border-width: 0; border-radius: 0; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#rIxi32eJhCOiZ6WfUaLzAibAyKfa5GlD { color:#222222;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AEP7GMB3p8PcNOCtgnspDsWWcwKXhiGv { color:#222222;display:block;width:45.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.39999961853rem;left:14.780859947204rem;height:10.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SL1f9rwQox1bx6lrN7ssV94VCEiKSb6d { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.375rem;left:10.875rem;overflow:hidden;display:block; }
#RBQZmJ2mmB9dA4oEmQ6z3CyTFcshpOT5 { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:9.8125rem;left:62.125rem;overflow:hidden;display:block; }
#wXkPDGd5dhWtfGp3JmCfw5NA5naFo14R { color:#222222;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:19.1875rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDGXkRTZbIkUJDenForgfyelmmK84zPo { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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.875rem;width:60.25rem;top:21.650001525879rem;left:7.387499809265rem;display:block; }
#h3ZmqEB7PMTQBSdc9l3NZ7T0ibgsWsv7 { color:rgba(34,34,34,0.6);display:block;width:27.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.21249961853rem;left:8.8124990463256rem;height:10.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ufUd21aDIhEbM7hVgcQ7nMUL1ih1B50y { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:34.400001525879rem;left:7.387499809265rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4TEOumaW1TJEvHhzaXwKQ1EN48gpJup { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.21249961853rem;left:37.437500953674rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryUOKXA8sxzSoEmyiWf9fdKJmyz8rxQX { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.612499237061rem;left:37.437500953674rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6GMSpcSXRdSSbgtc1KmlpHE79Gpdevd { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);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:7.5rem;width:0.125rem;top:23.575000762939rem;left:37.437500953674rem;display:block; }
#xfae46780afb47ac35c528f47a64b1d5.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; } #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection *:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="text"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="email"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="tel"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection textarea:focus-visible { outline: none; } #lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row .container { background-color: transparent; background-image: none; }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row .container > .video-iframe-container { display: none; }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row > .video-iframe-container { display: none; }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .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); }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row .container { border-width: 0; border-radius: 0; }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { display:block; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPLDEhNGK5iTSD1ZGcD27aRxEOUIUEOE { top:2.0625rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { display:block; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aETZEauuwr4Orz4IodyLr95hMCz5Ukxo { top:2.9375rem;left:9.7812509536744rem;width:28.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvTBhrv1Vl1ZaWXlC1aGvk7b4gVhebcH { top:16.8125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLl4If8qTITEpcMGSKT5wH5WgMussAzi { top:21.1875rem;left:3.3433599472046rem;width:41.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .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; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .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; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP { width:13.5rem;height:5.0625rem;display:flex;top:10.3125rem;left:22.974999427796rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #wp1D9xvoyPHSqtIQh1s1pQrhpKWRAriO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #gTGQ2cD8c2Z5Oq7JGeICk9SXhohEyycq {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #Ug0TDMKUtuobnzF50DrRpauIUABFJ33G {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #dXQ8kVgVxczrGkplVCe4rcO67fSbvdK1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #DWKgzqnetUHgynxxNlaW0KfJ4wmJNzhh {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #tPF0s8ftGP9LGgtU2c2Tz0q8MNOtbGUb {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #OAokSpQwRKQ1eMBleGZzVT3va9T8MK2t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #ldSPfuBnLaimG06x2FTN63PcH5kSwGzh {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #zXOPDg1icJUMZUWeul3Q463ebZZSdIcl {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #gGnhfhELiXxNhEdEVdKnSm5IHAn4o589 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #UDKnQb9QJU9kuakQFMfXW0hKdPqyTUIr {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #NVZi5WTAus5UZLx6ZMCi6P4S7fHPiPlc {  }
 }@media only screen and (max-width: 763px) { #dCTCfivy1kaI4CWifx6hxG6OR08gbFbA { top:26.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUPiSro5prfWCTvF6BFNeiM6kk9i2g2t { top:64.5625rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfhmlIxGq2q3mk7tMsEdmvXcQqJZWeZ6 { top:31.6875rem;left:0rem;width:47.75rem;height:26.948563218391rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg { display:block; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPQlOEC5t0TntLVrVwSxpgggDWFrdzb8 { top:2.5rem;left:0.15585994720459rem;width:47.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgBz3BOK10dXcErg80NPCrmHU7dxmMvg { display:block; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOry52bX3J0QyN26APB5Sq6SytBRZgEC { top:1.25rem;left:0.24960994720459rem;width:47.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLRmRdwGDcGgnT7iwT1Ql8aBFkTiIIg { top:5.8125rem;left:0.24960994720459rem;width:47.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O617iACKt1Toq1vs3vbW4Win8hHXVbvA { display:block; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ellehXZgiQPT5mb7h2HuVqXviezghxJT { width:41.4375rem;height:34.375rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkUyDqlaQwsTpVzfCh0JPUJXSbwt3Gl { top:7.4375rem;left:16rem;width:31.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR { display:block; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZBycFACB1JcuQ5Bw7HakMa3LmHBTpek { width:45.5625rem;height:3.875rem;top:1.125rem;left:1.0933599472046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k157v4ohF20yJsTrfS4iRDLTiUZM78VP { top:5.5rem;left:0.24960994720459rem;width:47.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y { display:block; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aomO5O5b3C3Xs7QrJdKRwlXxkVkW0Rtr { width:41.25rem;height:27rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuMZHvDnFR1yCIonbxnVc7hquyp7C10u { top:5.875rem;left:20.625rem;width:27.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M { display:block; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc2O3Jyz2Ufl3lnH59nmee0aFA4uCHT5 { width:47.75rem;height:3.875rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTZxEV4OMFTbntTszxlqNVzoynPPnBp { top:5.9375rem;left:0.24960994720459rem;width:47.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf { display:block; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgxT149mFuPOz29MJcfHfk4vJXDbIczn { width:42.25rem;height:18.5625rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZJGCeAxvie4Tf0BzD8opZiTJBrTzFm { top:2.4375rem;left:21.25rem;width:26.5rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs { display:block; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoilW0grkqA8L5L5RxzJIOLWeWDviaOE { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS6OvThv1lRpO8ayyePt70xEcgyp0BtU { display:block; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTZJgtDh0m4IIcMkavUlMq4gkgCZUDTn { width:47.75rem;height:13.375rem;top:2.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl { display:block; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc3tDEZJKNq2fhAuIezRs7CuMLWh5edA { top:18.25rem;left:7.9058599472044rem;width:31.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZZ1TThnHQBdFLT7b8LZaHaLv8otuzDF { top:15rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Utnwvqt0psafXp6bZWSyTvtXUsEEW0 { top:2.5rem;left:12.625000953674rem;width:22.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWOMnuOrfq9lAXxPx8cvs8tEvEmwzCm5 { top:23.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS1tNU4VIVGoTtusIIc2vF9FANadkbA3 { top:25.5625rem;left:12.250000953674rem;width:23.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taSU3hNqIPCTZ8QzC6V3rmBB5URM9IRu { width:30.5rem;height:3.4375rem;top:38.125rem;left:8.6250009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC8PMmApnoUiuFK8SRuoyRznaRFgqDMZ { display:block; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P .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; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P .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; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P { width:13.5rem;height:5.0625rem;display:flex;top:8.375rem;left:23.474999427796rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #oR8nahlTvzVfzsQIJlLlyiv6No039xB2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #WUnTsIGAaED6cCLaLTCN8C7UwpT34BMC {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #z2XUh6EHhXEo7TeSyz3zTymEnXEy6rVr {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #hn4zvWSpffk7Xw6rcvX9CgXCDzJaN0Dt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #exwfi2qFOXDPzkP0Fc4NNViBgRgR4S18 {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #bbyBNbkPCZAvs3kV8cPwSXWhZncm1RRS {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #kgnLXKoLthl4wXG8gvhhAc62xe1bGQff { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #wTvKuvSXuB0BE5Ob9SMuib2GrfVKvKaO {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #OFAfu6QmvhADA0InG10PZiGtvirTPPro {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #Z9tIcQPvv0lxr54l9SSrFrWzXGrAmB5n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #RlTDZ2UeLJHWnuKfB9GCv3ALTHMWvypB {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #BX0CXa9yPR6L1iS0MCLNmAc19ShKSaUW {  }
 }@media only screen and (max-width: 763px) { #hoQOt4uNWHWbwhPsaTUgmhBT7JVoouui { top:34.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBl27LNk2yhZOfw7XXxh5hpvHLQCZa6T { top:28.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9RM1UgSh5sfCMn3QVAKCXMnfs3w6P6y { top:43.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh { display:block; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIxi32eJhCOiZ6WfUaLzAibAyKfa5GlD { width:47.75rem;height:1.4375rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEP7GMB3p8PcNOCtgnspDsWWcwKXhiGv { width:45.4375rem;height:10.375rem;top:7.375rem;left:1.1558599472046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL1f9rwQox1bx6lrN7ssV94VCEiKSb6d { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBQZmJ2mmB9dA4oEmQ6z3CyTFcshpOT5 { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXkPDGd5dhWtfGp3JmCfw5NA5naFo14R { width:47.75rem;height:1.25rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDGXkRTZbIkUJDenForgfyelmmK84zPo { width:47.625rem;height:15.875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ZmqEB7PMTQBSdc9l3NZ7T0ibgsWsv7 { width:27.375rem;height:10.375rem;top:23.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufUd21aDIhEbM7hVgcQ7nMUL1ih1B50y { width:28.75rem;height:1.4375rem;top:34.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4TEOumaW1TJEvHhzaXwKQ1EN48gpJup { width:28.75rem;height:9.0625rem;top:23.1875rem;left:19rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryUOKXA8sxzSoEmyiWf9fdKJmyz8rxQX { width:28.75rem;height:1.4375rem;top:33.5625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6GMSpcSXRdSSbgtc1KmlpHE79Gpdevd { width:0.125rem;height:7.5rem;top:23.5625rem;left:23.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection { display:block; } #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection *:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="text"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="email"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="tel"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection textarea:focus-visible { outline: none; } #lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT { display:block; }#Hc07IaycZXhNMFaRSS0Ck3od7Wia2ykT > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPLDEhNGK5iTSD1ZGcD27aRxEOUIUEOE { width:12.5rem;height:1.86875rem;top:1.25rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA { display:block; }#XyAqGkqGwg7LOSIOoxtunIuWcXaU4gCA > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aETZEauuwr4Orz4IodyLr95hMCz5Ukxo { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvTBhrv1Vl1ZaWXlC1aGvk7b4gVhebcH { width:20rem;height:7.8rem;top:11.40125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLl4If8qTITEpcMGSKT5wH5WgMussAzi { width:20rem;height:1.3rem;top:20.45125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.625rem;padding-bottom:0.5rem;padding-left:0.625rem;width:2.25rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP .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; }
#X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP { width:13.5rem;height:5.0625rem;display:flex;top:4.9375rem;left:3.1875rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #wp1D9xvoyPHSqtIQh1s1pQrhpKWRAriO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #gTGQ2cD8c2Z5Oq7JGeICk9SXhohEyycq {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #Ug0TDMKUtuobnzF50DrRpauIUABFJ33G {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #dXQ8kVgVxczrGkplVCe4rcO67fSbvdK1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #DWKgzqnetUHgynxxNlaW0KfJ4wmJNzhh {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #tPF0s8ftGP9LGgtU2c2Tz0q8MNOtbGUb {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #OAokSpQwRKQ1eMBleGZzVT3va9T8MK2t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #ldSPfuBnLaimG06x2FTN63PcH5kSwGzh {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #zXOPDg1icJUMZUWeul3Q463ebZZSdIcl {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #gGnhfhELiXxNhEdEVdKnSm5IHAn4o589 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #UDKnQb9QJU9kuakQFMfXW0hKdPqyTUIr {  }
 }@media only screen and (max-width: 763px) { #X5qumGg4nSIbgswtq8TMFzKS8QI0hCIP #NVZi5WTAus5UZLx6ZMCi6P4S7fHPiPlc {  }
 }@media only screen and (max-width: 763px) { #dCTCfivy1kaI4CWifx6hxG6OR08gbFbA { width:18rem;height:9.6rem;top:23.00125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUPiSro5prfWCTvF6BFNeiM6kk9i2g2t { width:18.125rem;height:33rem;top:46.388375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfhmlIxGq2q3mk7tMsEdmvXcQqJZWeZ6 { width:20rem;height:11.287125rem;top:33.85125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg { display:block; }#XIXn6WxgAN7NW1ywrcTn1A1GdrJSeopg > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPQlOEC5t0TntLVrVwSxpgggDWFrdzb8 { width:18.125rem;height:1.21875rem;top:1.25rem;left:0.9375rem;font-size:0.9375rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgBz3BOK10dXcErg80NPCrmHU7dxmMvg { display:block; }#BgBz3BOK10dXcErg80NPCrmHU7dxmMvg > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOry52bX3J0QyN26APB5Sq6SytBRZgEC { width:20rem;height:5.85rem;top:1.25rem;left:0rem;font-size:1.5rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhLRmRdwGDcGgnT7iwT1Ql8aBFkTiIIg { width:20rem;height:1.38125rem;top:8.35rem;left:0rem;font-size:1.0625rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O617iACKt1Toq1vs3vbW4Win8hHXVbvA { display:block; }#O617iACKt1Toq1vs3vbW4Win8hHXVbvA > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ellehXZgiQPT5mb7h2HuVqXviezghxJT { width:18.3125rem;height:37.1875rem;top:1.25rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqkUyDqlaQwsTpVzfCh0JPUJXSbwt3Gl { width:20rem;height:14.96062992126rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR { display:block; }#Bo6rCBHGbOZXKcZurTrQ6zwSC1bJsqgR > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZBycFACB1JcuQ5Bw7HakMa3LmHBTpek { width:20rem;height:3.7375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k157v4ohF20yJsTrfS4iRDLTiUZM78VP { width:20rem;height:1.38125rem;top:6.2375rem;left:0rem;font-size:1.0625rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y { display:block; }#BBHzzzw2pVO7mIzeu4HUb80nrNyneZ8y > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aomO5O5b3C3Xs7QrJdKRwlXxkVkW0Rtr { width:18.3125rem;height:32.8125rem;top:1.25rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuMZHvDnFR1yCIonbxnVc7hquyp7C10u { width:20rem;height:14.9769375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M { display:block; }#UVrlfqFGXlAHl6Eb8gq2cHuJ0RCqFp4M > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc2O3Jyz2Ufl3lnH59nmee0aFA4uCHT5 { width:20rem;height:5.60625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTZxEV4OMFTbntTszxlqNVzoynPPnBp { width:20rem;height:1.38125rem;top:8.10625rem;left:0rem;font-size:1.0625rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf { display:block; }#gsdn1GP4bILzU2tK9r2tJyyvzCFnKGIf > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgxT149mFuPOz29MJcfHfk4vJXDbIczn { width:18.3125rem;height:23.625rem;top:1.25rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrZJGCeAxvie4Tf0BzD8opZiTJBrTzFm { width:20rem;height:14.95275rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs { display:block; }#vtZ9xV75IlvBCFgTLQgJdcuqSz1v3wgs > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoilW0grkqA8L5L5RxzJIOLWeWDviaOE { width:18.125rem;height:2.4375rem;top:1.25rem;left:0.9375rem;font-size:0.9375rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HS6OvThv1lRpO8ayyePt70xEcgyp0BtU { display:block; }#HS6OvThv1lRpO8ayyePt70xEcgyp0BtU > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTZJgtDh0m4IIcMkavUlMq4gkgCZUDTn { width:18.3125rem;height:19.3375rem;top:1.25rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl { display:block; }#CHg2zBaPRWKobXBDkEOC8IBMSC4QpWkl > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc3tDEZJKNq2fhAuIezRs7CuMLWh5edA { width:20rem;height:1.21875rem;top:19.78125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZZ1TThnHQBdFLT7b8LZaHaLv8otuzDF { width:20rem;height:7.3125rem;top:11.21875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5Utnwvqt0psafXp6bZWSyTvtXUsEEW0 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWOMnuOrfq9lAXxPx8cvs8tEvEmwzCm5 { width:15.4375rem;height:2.4375rem;top:22.25rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bS1tNU4VIVGoTtusIIc2vF9FANadkbA3 { width:17.9375rem;height:3.9rem;top:25.9375rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taSU3hNqIPCTZ8QzC6V3rmBB5URM9IRu { width:17.5rem;height:3.4375rem;top:39.51875rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC8PMmApnoUiuFK8SRuoyRznaRFgqDMZ { display:block; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P .widget-text.counter-number { padding-top:0.5rem;padding-right:0.625rem;padding-bottom:0.5rem;padding-left:0.625rem;width:2.25rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P .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; }
#zT7XUIiugxt7uC9zg720s4tgJROeyF3P { width:13.5rem;height:5.0625rem;display:flex;top:4.775rem;left:3.1875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #oR8nahlTvzVfzsQIJlLlyiv6No039xB2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #WUnTsIGAaED6cCLaLTCN8C7UwpT34BMC {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #z2XUh6EHhXEo7TeSyz3zTymEnXEy6rVr {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #hn4zvWSpffk7Xw6rcvX9CgXCDzJaN0Dt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #exwfi2qFOXDPzkP0Fc4NNViBgRgR4S18 {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #bbyBNbkPCZAvs3kV8cPwSXWhZncm1RRS {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #kgnLXKoLthl4wXG8gvhhAc62xe1bGQff { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #wTvKuvSXuB0BE5Ob9SMuib2GrfVKvKaO {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #OFAfu6QmvhADA0InG10PZiGtvirTPPro {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #Z9tIcQPvv0lxr54l9SSrFrWzXGrAmB5n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #RlTDZ2UeLJHWnuKfB9GCv3ALTHMWvypB {  }
 }@media only screen and (max-width: 763px) { #zT7XUIiugxt7uC9zg720s4tgJROeyF3P #BX0CXa9yPR6L1iS0MCLNmAc19ShKSaUW {  }
 }@media only screen and (max-width: 763px) { #hoQOt4uNWHWbwhPsaTUgmhBT7JVoouui { width:17.375rem;height:3.65625rem;top:34.6125rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBl27LNk2yhZOfw7XXxh5hpvHLQCZa6T { width:18rem;height:2.275rem;top:31.0875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9RM1UgSh5sfCMn3QVAKCXMnfs3w6P6y { width:18.375rem;height:6.3375rem;top:44.20625rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh { display:block; }#SxUH4GPcRuvXKzvwPel5v1VisnvTHwAh > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIxi32eJhCOiZ6WfUaLzAibAyKfa5GlD { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEP7GMB3p8PcNOCtgnspDsWWcwKXhiGv { width:18rem;height:23.15625rem;top:8rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL1f9rwQox1bx6lrN7ssV94VCEiKSb6d { width:2.875rem;height:2rem;top:4.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBQZmJ2mmB9dA4oEmQ6z3CyTFcshpOT5 { width:2.875rem;height:2rem;top:32.40625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXkPDGd5dhWtfGp3JmCfw5NA5naFo14R { width:20rem;height:1.25rem;top:35.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDGXkRTZbIkUJDenForgfyelmmK84zPo { width:20rem;height:20.0625rem;top:38.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ZmqEB7PMTQBSdc9l3NZ7T0ibgsWsv7 { width:18.25rem;height:13.40625rem;top:39.71875rem;left:1.4246101379394rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufUd21aDIhEbM7hVgcQ7nMUL1ih1B50y { width:20rem;height:1.3rem;top:54.09375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4TEOumaW1TJEvHhzaXwKQ1EN48gpJup { width:18.375rem;height:14.625rem;top:57.443749427796rem;left:0.81210941076281rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryUOKXA8sxzSoEmyiWf9fdKJmyz8rxQX { width:20rem;height:1.3rem;top:72.881252288819rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6GMSpcSXRdSSbgtc1KmlpHE79Gpdevd { width:0.125rem;height:7.5rem;top:40.081268310547rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection { display:block; } #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection *:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="text"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="email"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection input[type="tel"]:focus-visible, #xfae46780afb47ac35c528f47a64b1d5.widget-smartsection textarea:focus-visible { outline: none; } #lLwCKkQcGyDqrG5OsdPgl3UuHxWE3HLU > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }