.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:224,230,241;--color-primary-1:151,172,208;--color-primary-2:47,88,160;--color-primary-3:24,44,80;--color-primary-4:7,13,24;--color-secondary-0:255,238,231;--color-secondary-1:255,199,176;--color-secondary-2:255,142,97;--color-secondary-3:128,71,49;--color-secondary-4:38,21,15;--color-tertiary-0:255,255,255;--color-tertiary-1:206,206,206;--color-tertiary-2:90,90,90;--color-tertiary-3:45,45,45;--color-tertiary-4:9,9,9;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@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;top:0rem;left:0rem;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); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8e61;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;z-index:auto;display:block; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { background-color: transparent; background-image: none; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container > .video-iframe-container { display: none; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row > .video-iframe-container { display: none; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .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); }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { border-width: 0; border-radius: 0; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .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; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-number { border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);background-color:transparent;background-image:none;color:#ffffff;padding-top:0.41rem;padding-right:0.3525rem;padding-bottom:0.41rem;padding-left:0.3525rem;display:block;align-items:center;width:2.118125rem;min-width:2.118125rem;height:2.20625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.641875rem;font-weight:400;line-height:35.3px;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.824375rem;height:0.871875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.61625rem;font-weight:700;line-height:13.95px;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; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.8125rem;height:4.28rem;padding-top:0.5125rem;padding-right:0.50375rem;padding-bottom:0.5125rem;padding-left:0.50375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.25rem;left:16.25rem;z-index:15016; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #qzwcRUUl6pFB6PlSDNb2OfqQx0U3QwHy { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Gop74JHt4pwuMWamBDe0AlLC10mkkGU4 { width:auto; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #TW9N7SfT8cEliR4lsXTRVJMTUuyohMf3 {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #eZJ6WBDEsJI6Pdo2TeZmPNMxwcA75Sbs { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #BLw1KoATXVAh2FI7IZqxZ7T0mog3LMh7 {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #lTFon5KVoM32HLESHrnpOlT6eKEHQhEt {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #UOOlvJAAbpdag15rHVnbxlq31yryTqW3 { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #hUX9XyMRSXqxPM5rKT0BpUsNNTtUhO8k {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #W4V0gJc58Vpuq1rou4UQStulWkkk47Fm {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Rx1hQk10ULiDl6oKTktz4gvcAP3XrVLg { display:flex;position:relative;top:0rem;left:0rem; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #fnaIXRV81PZ9BQTo19EM2VatkK3o117E {  }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #J19Arx86CsmpH9bbHq1MCDsaU7hgw5xl {  }
#FAofwfMUwDT9rULS1Hv5kvITTvRGn63C { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:1.25rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KxZOA21gWfh4nGiVwTwQ3RMtIdmziTXO { background-color:rgba(47,88,160,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.1875rem;left:61rem;display:block; }
#GAqed2hqbyC8CvvAhIORprbhIr7KgZeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2eff0;background-image:url("https://images.assets-landingi.com/uc/9d4f3623-8d6d-4192-88a7-291dbcc6eec2/BgDesktop2x.jpg");background-position:center right !important;background-repeat:repeat-x !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; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.0615234375rem;left:11.68701171875rem;display:block; }
#aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eds1KDpRDNghQyzT6FaXHwwpTT2SvGOc { position:absolute;display:block;z-index:15016;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:14.1875rem;width:21.3125rem;top:9.1875rem;left:8.65576171875rem;overflow:hidden;display:block; }
#soPsb8QpuwU0dr64EfWrx6Imc0AOGnSk { position:absolute;display:block;z-index:15017;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:1.1875rem;width:32.25rem;top:26.375rem;left:3.18701171875rem;overflow:hidden;display:block; }
#LdvD723zgP9vmGbpQOtCeTbBIh8Vz7wU { position:absolute;display:block;z-index:15018;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:3.5625rem;width:9.125rem;top:30.0625rem;left:7.375rem;overflow:hidden;display:block; }
#JvEguS7EXyTWCK9pvfBvHmieiap2WfiA { position:absolute;display:block;z-index:15019;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:3.875rem;width:13.125rem;top:29.90625rem;left:18.3125rem;overflow:hidden;display:block; }
#WPQhlOsVa5AkPG9yP7XZv6FFB2yEgESk { position:absolute;display:block;z-index:15020;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:2.625rem;width:12.5rem;top:3.8740234375rem;left:13.06201171875rem;overflow:hidden;display:block; }
#lTa95eIDstdRoezTqt487NgoCdbxEAuf { position:absolute;display:block;z-index:15000;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:12.375rem;width:41.1875rem;display:none; }
#ut2H27Vw8pwrVML20u5QFAT0EFFg7WBV { position:absolute;display:block;z-index:15000;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:8.875rem;width:45.0625rem;display:none; }
#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { position:relative;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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:40.625rem;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; }#OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { color:#5a5a5a;display:block;width:34.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.5625rem;left:40.5625rem;height:3.375rem;font-style:normal;display:block; }
#SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { color:#2f58a0;display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:7.3125rem;left:40.5625rem;height:13.7988125rem;font-style:normal;display:block; }
#SgeFJy1p553uKWDsB8TK1oT7mbbfkJ5w { position:absolute;display:block;z-index:15020;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:10.9375rem;width:10.9375rem;top:26.353300094604rem;left:8.3125rem;overflow:hidden;display:none; }
#EPrLXOIQZcvsWWCRBhNIBCZ5gPueOgJx { position:absolute;display:block;z-index:15021;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:10.9375rem;width:10.9375rem;top:26.353625297546rem;left:20.25rem;overflow:hidden;display:none; }
#zT4SU1alsUNprDsfK1TcNFV05xUFlrgo { position:absolute;display:block;z-index:15022;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:10.9375rem;width:10.9375rem;top:26.353625297546rem;left:32.125rem;overflow:hidden;display:none; }
#LUWuy3UW4DVrnoMXE6l2DNTvM8QGRhWp { position:absolute;display:block;z-index:15023;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:10.9375rem;width:10.9375rem;top:26.304905891419rem;left:43.75rem;overflow:hidden;display:none; }
#p16Lc4bxIvdPadvE3UWnRPG8z4ntPRqF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:26.353082656861rem;left:55.4375rem;overflow:hidden;display:none; }
#tiWeZAyNQO5sOR6i9WLZiUsrGvNRQFFu { color:#5a5a5a;display:block;width:34.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:26.5625rem;left:40.5625rem;height:6.75rem;font-style:normal;display:block; }
#zr42sCzHrT6JCdfKbtiyTTbzNN8lGtK5 { position:absolute;display:block;z-index:15025;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:29.6875rem;width:29.6875rem;top:5.46875rem;left:5.375rem;overflow:hidden;display:block; }
#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8e61;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; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { background-color: transparent; background-image: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .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); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { border-width: 0; border-radius: 0; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.73730625rem;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; }
#Qc3vb7VNIaJ2h8k0GSfyVIXyCM85EQNo { color:rgba(253,248,239,0.75);display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:1.94970625rem;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; }
#FfzQSs292fEBPREeJACHnrO6CFnvswHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8e61;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; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { background-color: transparent; background-image: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .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); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { border-width: 0; border-radius: 0; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.125rem;width:17.5rem;top:0rem;left:0.625rem;display:block; }
#nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { color:#2f58a0;display:block;width:10.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.5625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.125rem;width:17.5rem;top:0rem;left:19.375rem;display:block; }
#zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.125rem;width:17.5rem;top:0rem;left:38.125rem;display:block; }
#tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.125rem;width:17.5rem;top:0rem;left:56.875rem;display:block; }
#FN4ZKEy72y8TqrwaB2WaoFxFWgwTGcpy { color:rgba(var(--color-primary-2),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:9.1875rem;left:40rem;height:2.88671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JIFQD6pBaVqHOuUl9qAgGExZitZ4ZpW1 { color:#5a5a5a;display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.7861328125rem;left:21.25rem;height:11.0229375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uQ4e6Pvf4TUVpPwTBAPxT33kuqpRgwXe { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.7861328125rem;left:40rem;height:12.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GrDDyaUpcCEiVf9TMxQ3Fn1vpIxSiv4T { color:#2f58a0;display:block;width:11.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.3125rem;left:2.5625rem;height:2.88671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PGIP786M1vGICcrwVIugTpBGeATTT5P3 { position:absolute;display:block;z-index:15018;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:5rem;width:5.0625rem;top:2rem;left:2.375rem;overflow:hidden;display:block; }
#uLk7aLTLPQ71FAvpAQnIek7bAs48Q6rW { color:#2f58a0;display:block;width:10.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OQyNOwQtzRQevyd33cReAxBXvV0m0VSc { color:#2f58a0;display:block;width:13.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:9.125rem;left:21.25rem;height:2.88671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AF6lMRDdLs1xlz041VzkehZu8ndnPsoB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.0625rem;left:21.3125rem;overflow:hidden;display:block; }
#HFq3QhJdS0CKDTe0MMnzJwxvH9JAwJpA { color:rgba(var(--color-primary-2),1);display:block;width:10.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:40rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AJXqmTGaXyQ3XbD4WwIweOu17qpT5niH { color:rgba(var(--color-primary-2),1);display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:9.1875rem;left:58.625rem;height:2.88671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AVzdnCJCRdomAGPrOLPMtoOx2K2DQK0Z { position:absolute;display:block;z-index:15020;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:5rem;width:5.0625rem;top:2rem;left:58.625rem;overflow:hidden;display:block; }
#QGSdnZ7F4qnTlJr5iyJJko3xdw7mMHKP { color:rgba(var(--color-primary-2),1);display:block;width:10.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:7.4375rem;left:58.625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VevptBL3zGrCtTrfixgfURVmAXZM87f3 { position:absolute;display:block;z-index:15021;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:4.6875rem;width:4.75rem;top:1.96875rem;left:40rem;overflow:hidden;display:block; }
#UfZiqBdb3hnoImOAPB0JbWnmbDDNUZyw { color:#5a5a5a;display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:12.875rem;left:2.5rem;height:12.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#feKLGNRa6v7VDCAJ0WFk4RhxFVhWK5R7 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:12.7861328125rem;left:58.75rem;height:11.0229375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF { 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; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { background-color: transparent; background-image: none; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container > .video-iframe-container { display: none; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row > .video-iframe-container { display: none; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .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); }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { border-width: 0; border-radius: 0; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#Znx65lUIOMpPfHpIWA1kVPubX1a08TX5 { color:rgba(var(--color-primary-2),1);display:block;width:29.875rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.8125rem;height:3.73730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ICutpOpom8Fih7mSsHsxdQGAAo6gQGVq { color:rgba(var(--color-tertiary-2),1);display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:8.8125rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CKfQMbtMxQFZuru3iMJNRFvaCwkH72ua { color:rgba(var(--color-tertiary-2),1);display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.3125rem;left:8.8125rem;height:4.38720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ibiULVyo2aTiGfGIPXOI7x8KiBlm256H { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:8.8125rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dg76sgQRs93D816vpJ0Qs5VilG98wUln { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.9755859375rem;left:8.8125rem;height:1.4624rem;font-style:normal;display:block; }
#qTRy1qZXMAJ1MbthcacP6QrBNVdwNeie { color:rgba(var(--color-tertiary-2),1);display:block;width:23.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.5380859375rem;left:8.8125rem;height:1.4624rem;font-style:normal;display:block; }
#VJRIpu8NsdmkNfC6Mw2CRKWyaWOIlMMA { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30rem;top:21.037109375rem;left:3.75rem;display:block; }
#M9bLBT9ZObKGJWHwy4wRmDb0m6Oz2V6T { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30rem;top:28.787109375rem;left:3.75rem;display:block; }
#uObKCStR2gMHGdVcKZIwOi5rn4JvB7Oy { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:12.2880859375rem;left:3.75rem;display:block; }
#KDFKn2KNZmggCoRlSRnkckEzcT1aN7fa { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:23.15625rem;left:3.75rem;display:block; }
#grg3TEigb7D2IECKctVPdqTzGFQh6Np0 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.7880859375rem;left:8.8125rem;height:1.4624rem;font-style:normal;display:block; }
#ONidXXDgyMeTz2oyDXA3xU91MNkpf0OI { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.7880859375rem;left:3.75rem;display:block; }
#RzLB74rguqRDKwCWnNp0mMPtiVpDzqOb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.5rem;top:12.7880859375rem;left:4.5625rem;overflow:hidden;display:block; }
#DHCZyV16SiFf8hfXhWXp6FEraKZTb8R7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:23.78125rem;left:4.375rem;overflow:hidden;display:block; }
#VJOq1pxH9UdJ7SSoTo4AuvHCuprsUsTM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.8125rem;top:31.6630859375rem;left:4.4375rem;overflow:hidden;display:block; }
#tUUg6eIapR1hnZ1vGE7FMz3PnaqnAhog { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:18.9375rem;top:33.25rem;left:46.8125rem;overflow:hidden;display:block; }
#XQrKso0IPLZdhJomb5bCFBIrsoOIxANl { position:absolute;display:block;z-index:15026;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:26.5625rem;width:26.5625rem;top:5.125rem;left:43rem;overflow:hidden;display:block; }
#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { background-color: transparent; background-image: none; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container > .video-iframe-container { display: none; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row > .video-iframe-container { display: none; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .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); }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { border-width: 0; border-radius: 0; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#C5tyG6PuTt9bEip7nw0BroMmz6W2I7l2 { color:rgba(var(--color-primary-2),1);display:block;width:45.1875rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:15.09375rem;height:3.73730625rem;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; }
#ye55F0eZrEOBO9Ibodaqw0qM9iFcAyuN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:17.5625rem;width:41.75rem;top:13.6875rem;left:16.8125rem;display:block; }
#w1k8UvAJ0B6UmOFyTALExte4znRHWQHR { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:34.6875rem;height:1.94970625rem;font-style:normal;display:block; }
#UTSAe97cm3zLL90dT9V0r9fdSLUMMlgn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:16.5625rem;left:20.375rem;overflow:hidden;display:block; }
#HtN90DTXJUIEw4vZX304LQ7PQnbt6Xo2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:18.875rem;left:34.6875rem;height:9.448225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { background-color: transparent; background-image: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .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); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { border-width: 0; border-radius: 0; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#PJs3lQRr4TT8ml42ihaUIsZzGHWluO5d { color:rgba(var(--color-secondary-2),1);display:block;width:13.2498125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.8125rem;left:9.375rem;height:1.94970625rem;font-style:normal;display:block; }
#WIdKH6VJ9w1MBAueBhsViQJrq7CQGy3T { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.625rem;left:9.375rem;height:12.597625rem;font-style:normal;display:block; }
#DWMkNod6I5LaLOA0wXkxftoTOf77Q1c4 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.625rem;width:17.5rem;top:3.4375rem;left:7.4375rem;display:block; }
#ood7fhqVGBZaTFHWugBNR4lA3UwkImFh { 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:0.99989375rem;width:6.25rem;top:5.875rem;left:9.375rem;overflow:hidden;display:block; }
#av5QkovuLQmG9T6KgSuzXM0WFs2VKaN4 { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:30.9375rem;height:1.94970625rem;font-style:normal;display:block; }
#fzmJQQsBmFzQJecpJZZeJZCBH3D9fKFL { color:rgba(var(--color-tertiary-2),1);display:block;width:13rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:7.25rem;left:31rem;height:12.597625rem;font-style:normal;display:block; }
#tVV5ccd2RcR7duffbqomPVBGUlf2ECH4 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.625rem;width:17.5rem;top:3.4375rem;left:28.75rem;display:block; }
#FW0WTs9XK4T9t8H2TaSDBWyby8aQwM4L { position:absolute;display:block;z-index:15011;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:1.0625rem;width:6.25rem;top:5.5rem;left:31rem;overflow:hidden;display:block; }
#TJ0SRu4e8bm8oJTxChuLlCbgddlBolQc { color:rgba(var(--color-secondary-2),1);display:block;width:13.2495rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.625rem;left:52.25rem;height:1.94970625rem;font-style:normal;display:block; }
#ilqUAwsl1WDIr4lN7nJq3adE2yt6y5MO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6246875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.125rem;left:52.0625rem;height:9.448225rem;font-style:normal;display:block; }
#sIatMoPu4kJsn4nzOhTWySomuqQTzZ8c { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.625rem;width:17.5rem;top:3.375rem;left:50rem;display:block; }
#Rl9O7A0oT5HrOEM8ebVwa66IwEXtwPFz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99989375rem;width:6.25rem;top:5.375rem;left:52.0625rem;overflow:hidden;display:block; }
#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3eeee;background-image:url("https://images.assets-landingi.com/uc/835c3ab0-d6bf-4972-8a0f-0c75a40e692a/BgDesktop2.jpg");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; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN.adaptive-delivery-prevent-bg, #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN.lazyload, #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN.lazyloading { background-image: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { background-color: transparent; background-image: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .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); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { border-width: 0; border-radius: 0; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#NKGuMHHhfvzOhyZInAFWpVS5trqTnM6D { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.0625rem;width:23.5rem;top:9.75rem;left:44.4375rem;display:block; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-form-header {  }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:5rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:3.625rem;color:rgba(var(--color-tertiary-2),0.96);font-family:var(--paragraphs-font-family);font-size:1.125rem;overflow:hidden;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:19.125rem;height:3.75rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:rubik;font-size:1.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.9375rem;overflow:hidden;font-style:normal;float:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-container:first-of-type{padding-top:0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-container:last-of-type{padding-bottom:0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.15625rem;left:45.375rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.125rem;display:block;vertical-align:top; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ {display:block;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.15625rem;left:45.375rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #M3RoIuWfgW7u1cPTDzTSxL2HoJaoZRkr { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #qTx4Iyolhq5KiJVDcTFHTJQQ3AA7hwn9 { position:relative;display:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #DokO2ZHB5NQ6HgRgt4cWo7xM3ALynDCh { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #oFLZIKVRlTa7OUgLPN1MhWRoiZorEvTo { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #AUQisCtVssIiqLVP9T5OhwpeThNHTxnP { position:relative;display:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #MlbbTgguEePhvOv9Xd4hi3rqeAE5Hmwi { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #bIF1XqTzgfV8zWibT4fI1WKnd4RyPBlm { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #Vy8n8eNhXsK3M44iLmTqDUgryaK2Fqae { position:relative;display:none; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #ac8WTQvHbOpZhC3I4thM53DiVQ6UhRQQ { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #LInzfoW5BSUGarJ6Wuvr6Qsk8AzwEVAu { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #TPGIAHXNhm4RprzCGz7ah8xL7s242Nom { position:relative;display:block; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #PAgWOD8gFIpOVtTgU0Cmlap2VQirUgvJ { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #NPo6HEc0hbtZNuICF4u5hKVPdaioJmIF { position:relative; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #zlN9RxZAtu8cFQbJkEzrnV24P16emUQb { position:relative; }
#f2aUMCQVmR3xz8WVnsAS2fypfgO4lMH7 { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:11.75rem;left:46.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qz4wnaApvfQTiZKCF8kAbqV0Ihd8h59f { position:absolute;display:block;z-index:15021;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:14.6875rem;width:22.0625rem;top:10.625rem;left:12.1875rem;overflow:hidden;display:block; }
#Ilns2FM66MlbaqybnEktXwu4WtbOlfcd { position:absolute;display:block;z-index:15022;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:1.25rem;width:31.25rem;top:27.625rem;left:7.5625rem;overflow:hidden;display:block; }
#gsvTlRdXyWwNEgIh3iiALHtkGL7p6U3p { position:absolute;display:block;z-index:15025;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:2.625rem;width:12.5rem;top:5.875rem;left:16.9375rem;overflow:hidden;display:block; }
#T2V1K1ivybkzI3xQ6IUZZpcOTgiqX7zW { position:absolute;display:block;z-index:15023;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:3.5625rem;width:9.125rem;top:31.9375rem;left:12.1875rem;overflow:hidden;display:block; }
#EHsxdaCT0cmitvxchXRHu9iEfVgxCXhF { position:absolute;display:block;z-index:15024;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:3.875rem;width:13.125rem;top:31.625rem;left:23.3125rem;overflow:hidden;display:block; }
#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { 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; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { background-color: transparent; background-image: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .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); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { border-width: 0; border-radius: 0; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:14.8125rem;left:41.3125rem;height:7.87353125rem;font-style:normal;display:block; }
#xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { color:rgba(var(--color-secondary-2),1);display:block;width:32.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:11.6875rem;left:41.3125rem;height:1.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { color:rgba(var(--color-primary-2),1);display:block;width:29.75rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.3125rem;height:3.73730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:31rem;top:4.8125rem;left:3.25rem;overflow:hidden;display:block; }
#vNfUgGdrwsAsgCmqZLD4tkLucTpxrN58 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:23.25rem;left:41.3125rem;height:9.44825rem;font-style:normal;display:block; }
#wLWJ9agHD42slppAbPL1RG1EevNBpc45 { border-top:0.0625rem solid #cecece;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; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { border-width: 0; border-radius: 0; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:24.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK { display:block; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .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; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .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; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy { width:18.5rem;height:5.1875rem;display:flex;top:1rem;left:32.625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #qzwcRUUl6pFB6PlSDNb2OfqQx0U3QwHy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Gop74JHt4pwuMWamBDe0AlLC10mkkGU4 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #TW9N7SfT8cEliR4lsXTRVJMTUuyohMf3 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #eZJ6WBDEsJI6Pdo2TeZmPNMxwcA75Sbs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #BLw1KoATXVAh2FI7IZqxZ7T0mog3LMh7 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #lTFon5KVoM32HLESHrnpOlT6eKEHQhEt {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #UOOlvJAAbpdag15rHVnbxlq31yryTqW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #hUX9XyMRSXqxPM5rKT0BpUsNNTtUhO8k {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #W4V0gJc58Vpuq1rou4UQStulWkkk47Fm {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Rx1hQk10ULiDl6oKTktz4gvcAP3XrVLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #fnaIXRV81PZ9BQTo19EM2VatkK3o117E {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #J19Arx86CsmpH9bbHq1MCDsaU7hgw5xl {  }
 }@media only screen and (max-width: 763px) { #FAofwfMUwDT9rULS1Hv5kvITTvRGn63C { width:18.4375rem;height:3rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxZOA21gWfh4nGiVwTwQ3RMtIdmziTXO { width:14rem;height:3.125rem;top:1.1875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAqed2hqbyC8CvvAhIORprbhIr7KgZeE { display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:15.25rem;height:3.6875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #eds1KDpRDNghQyzT6FaXHwwpTT2SvGOc { width:21.3125rem;height:14.1875rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soPsb8QpuwU0dr64EfWrx6Imc0AOGnSk { width:32.25rem;height:1.1875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvD723zgP9vmGbpQOtCeTbBIh8Vz7wU { width:9.125rem;height:3.5625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvEguS7EXyTWCK9pvfBvHmieiap2WfiA { width:13.125rem;height:3.875rem;top:29.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPQhlOsVa5AkPG9yP7XZv6FFB2yEgESk { width:12.5rem;height:2.625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTa95eIDstdRoezTqt487NgoCdbxEAuf { width:41.1875rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ut2H27Vw8pwrVML20u5QFAT0EFFg7WBV { width:45.0625rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:34.4375rem;height:3.375rem;top:22.5625rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { width:34.3125rem;height:13.75rem;top:7.3125rem;left:13.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgeFJy1p553uKWDsB8TK1oT7mbbfkJ5w { width:10.9375rem;height:10.9375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPrLXOIQZcvsWWCRBhNIBCZ5gPueOgJx { width:10.9375rem;height:10.9375rem;top:26.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT4SU1alsUNprDsfK1TcNFV05xUFlrgo { width:10.9375rem;height:10.9375rem;top:26.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUWuy3UW4DVrnoMXE6l2DNTvM8QGRhWp { width:10.9375rem;height:10.9375rem;top:26.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p16Lc4bxIvdPadvE3UWnRPG8z4ntPRqF { width:10.9375rem;height:10.9375rem;top:26.3125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiWeZAyNQO5sOR6i9WLZiUsrGvNRQFFu { width:34.4375rem;height:6.75rem;top:26.5625rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr42sCzHrT6JCdfKbtiyTTbzNN8lGtK5 { width:29.6875rem;height:29.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:47.75rem;height:3.6875rem;top:6.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3vb7VNIaJ2h8k0GSfyVIXyCM85EQNo { width:47.75rem;height:1.9375rem;top:10.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzQSs292fEBPREeJACHnrO6CFnvswHv { display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:17.5rem;height:29.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:10.5625rem;height:1.6875rem;top:7.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { width:17.5rem;height:29.125rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { width:17.5rem;height:29.125rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { width:17.5rem;height:29.125rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN4ZKEy72y8TqrwaB2WaoFxFWgwTGcpy { width:13.6875rem;height:2.875rem;top:9.1875rem;left:23.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFQD6pBaVqHOuUl9qAgGExZitZ4ZpW1 { width:13.8125rem;height:;top:12.75rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4e6Pvf4TUVpPwTBAPxT33kuqpRgwXe { width:13.75rem;height:12.5625rem;top:12.75rem;left:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrDDyaUpcCEiVf9TMxQ3Fn1vpIxSiv4T { width:11.5rem;height:2.875rem;top:9.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGIP786M1vGICcrwVIugTpBGeATTT5P3 { width:5.0625rem;height:5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLk7aLTLPQ71FAvpAQnIek7bAs48Q6rW { width:10.5625rem;height:1.6875rem;top:7.25rem;left:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQyNOwQtzRQevyd33cReAxBXvV0m0VSc { width:13.375rem;height:2.875rem;top:9.125rem;left:10.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF6lMRDdLs1xlz041VzkehZu8ndnPsoB { width:4.6875rem;height:4.6875rem;top:2.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFq3QhJdS0CKDTe0MMnzJwxvH9JAwJpA { width:10.5625rem;height:1.6875rem;top:7.4375rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJXqmTGaXyQ3XbD4WwIweOu17qpT5niH { width:12.9375rem;height:2.875rem;top:9.1875rem;left:34.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzdnCJCRdomAGPrOLPMtoOx2K2DQK0Z { width:5.0625rem;height:5rem;top:2rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGSdnZ7F4qnTlJr5iyJJko3xdw7mMHKP { width:10.5625rem;height:1.6875rem;top:7.4375rem;left:35.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VevptBL3zGrCtTrfixgfURVmAXZM87f3 { width:4.75rem;height:4.6875rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfZiqBdb3hnoImOAPB0JbWnmbDDNUZyw { width:13.6875rem;height:14.125rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKLGNRa6v7VDCAJ0WFk4RhxFVhWK5R7 { width:13.75rem;height:12.5625rem;top:12.75rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od2JTgE9RNhdGpnC39oImPwdsR11BKwF { display:block; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znx65lUIOMpPfHpIWA1kVPubX1a08TX5 { width:29.875rem;height:3.6875rem;top:6.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICutpOpom8Fih7mSsHsxdQGAAo6gQGVq { width:24.6875rem;height:2.875rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKfQMbtMxQFZuru3iMJNRFvaCwkH72ua { width:24.6875rem;height:4.375rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibiULVyo2aTiGfGIPXOI7x8KiBlm256H { width:23.625rem;height:5.8125rem;top:13.6875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg76sgQRs93D816vpJ0Qs5VilG98wUln { width:24.9375rem;height:1.4375rem;top:11.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRy1qZXMAJ1MbthcacP6QrBNVdwNeie { width:23.4375rem;height:1.4375rem;top:30.5rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJRIpu8NsdmkNfC6Mw2CRKWyaWOIlMMA { width:30rem;height:0.0625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9bLBT9ZObKGJWHwy4wRmDb0m6Oz2V6T { width:30rem;height:0.0625rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uObKCStR2gMHGdVcKZIwOi5rn4JvB7Oy { width:4.0625rem;height:4.0625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDFKn2KNZmggCoRlSRnkckEzcT1aN7fa { width:4.0625rem;height:4.0625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grg3TEigb7D2IECKctVPdqTzGFQh6Np0 { width:16.5rem;height:1.4375rem;top:22.75rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONidXXDgyMeTz2oyDXA3xU91MNkpf0OI { width:4.0625rem;height:4.0625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLB74rguqRDKwCWnNp0mMPtiVpDzqOb { width:2.5rem;height:2.8125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHCZyV16SiFf8hfXhWXp6FEraKZTb8R7 { width:2.8125rem;height:2.8125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJOq1pxH9UdJ7SSoTo4AuvHCuprsUsTM { width:2.8125rem;height:2.25rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUg6eIapR1hnZ1vGE7FMz3PnaqnAhog { width:18.9375rem;height:5.375rem;top:33.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQrKso0IPLZdhJomb5bCFBIrsoOIxANl { width:26.5625rem;height:26.5625rem;top:5.125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn { display:block; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5tyG6PuTt9bEip7nw0BroMmz6W2I7l2 { width:45.1875rem;height:3.6875rem;top:7.625rem;left:1.46875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye55F0eZrEOBO9Ibodaqw0qM9iFcAyuN { width:41.75rem;height:17.5625rem;top:13.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1k8UvAJ0B6UmOFyTALExte4znRHWQHR { width:14.3125rem;height:1.9375rem;top:16.5625rem;left:21.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSAe97cm3zLL90dT9V0r9fdSLUMMlgn { width:11.875rem;height:11.875rem;top:16.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtN90DTXJUIEw4vZX304LQ7PQnbt6Xo2 { width:20.4375rem;height:9.4375rem;top:18.875rem;left:21.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 { display:block; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJs3lQRr4TT8ml42ihaUIsZzGHWluO5d { width:13.1875rem;height:1.9375rem;top:20.8125rem;left:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIdKH6VJ9w1MBAueBhsViQJrq7CQGy3T { width:13.75rem;height:12.5625rem;top:7.625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWMkNod6I5LaLOA0wXkxftoTOf77Q1c4 { width:17.5rem;height:20.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ood7fhqVGBZaTFHWugBNR4lA3UwkImFh { width:6.25rem;height:0.9995125rem;top:5.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5QkovuLQmG9T6KgSuzXM0WFs2VKaN4 { width:13.1875rem;height:1.9375rem;top:20.8125rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzmJQQsBmFzQJecpJZZeJZCBH3D9fKFL { width:13rem;height:12.5625rem;top:7.25rem;left:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVV5ccd2RcR7duffbqomPVBGUlf2ECH4 { width:17.5rem;height:20.625rem;top:3.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0WTs9XK4T9t8H2TaSDBWyby8aQwM4L { width:6.25rem;height:1.0625rem;top:5.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0SRu4e8bm8oJTxChuLlCbgddlBolQc { width:13.1875rem;height:1.9375rem;top:20.625rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilqUAwsl1WDIr4lN7nJq3adE2yt6y5MO { width:13.5625rem;height:9.4375rem;top:7.125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIatMoPu4kJsn4nzOhTWySomuqQTzZ8c { width:17.5rem;height:20.625rem;top:3.375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl9O7A0oT5HrOEM8ebVwa66IwEXtwPFz { width:6.25rem;height:0.9995125rem;top:5.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN { display:block; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKGuMHHhfvzOhyZInAFWpVS5trqTnM6D { width:23.5rem;height:31.0625rem;top:9.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-regular-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-textarea { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-button { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ  { width:19.125rem;height:auto;top:16.125rem;left:26.125rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .radio-container { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ {display:block;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ { width:19.125rem;height:auto;top:16.125rem;left:26.125rem; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #M3RoIuWfgW7u1cPTDzTSxL2HoJaoZRkr {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #qTx4Iyolhq5KiJVDcTFHTJQQ3AA7hwn9 { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #DokO2ZHB5NQ6HgRgt4cWo7xM3ALynDCh {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #oFLZIKVRlTa7OUgLPN1MhWRoiZorEvTo {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #AUQisCtVssIiqLVP9T5OhwpeThNHTxnP { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #MlbbTgguEePhvOv9Xd4hi3rqeAE5Hmwi {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #bIF1XqTzgfV8zWibT4fI1WKnd4RyPBlm {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #Vy8n8eNhXsK3M44iLmTqDUgryaK2Fqae { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #ac8WTQvHbOpZhC3I4thM53DiVQ6UhRQQ {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #LInzfoW5BSUGarJ6Wuvr6Qsk8AzwEVAu {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #TPGIAHXNhm4RprzCGz7ah8xL7s242Nom {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #PAgWOD8gFIpOVtTgU0Cmlap2VQirUgvJ {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #NPo6HEc0hbtZNuICF4u5hKVPdaioJmIF {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #zlN9RxZAtu8cFQbJkEzrnV24P16emUQb {  }
 }@media only screen and (max-width: 763px) { #f2aUMCQVmR3xz8WVnsAS2fypfgO4lMH7 { width:18.875rem;height:;top:11.75rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4wnaApvfQTiZKCF8kAbqV0Ihd8h59f { width:22.0625rem;height:14.6875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilns2FM66MlbaqybnEktXwu4WtbOlfcd { width:31.25rem;height:1.25rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvTlRdXyWwNEgIh3iiALHtkGL7p6U3p { width:12.5rem;height:2.625rem;top:5.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2V1K1ivybkzI3xQ6IUZZpcOTgiqX7zW { width:9.125rem;height:3.5625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHsxdaCT0cmitvxchXRHu9iEfVgxCXhF { width:13.125rem;height:3.875rem;top:31.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:30.5625rem;height:7.8125rem;top:14.8125rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:32.25rem;height:1.5625rem;top:11.6875rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:29.75rem;height:3.6875rem;top:7.9375rem;left:18rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:31rem;height:31rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfUgGdrwsAsgCmqZLD4tkLucTpxrN58 { width:30.25rem;height:9.4375rem;top:23.25rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK { position:relative;z-index:auto;display:block; }#G6RoMuJecGErOs4DfUDTOEMBuJAkVZMK > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-number { padding-top:0.361875rem;padding-right:0.315625rem;padding-bottom:0.361875rem;padding-left:0.315625rem;width:1.893125rem;min-width:1.893125rem;height:1.94375rem;font-size:1.44625rem;line-height:31.1px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4); }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.525rem;height:0.7675rem;font-size:0.5425rem;line-height:12.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy { width:14.625rem;height:3.78625rem;display:flex;top:0rem;left:2.32373046875rem;z-index:15016;padding-top:0.370625rem;padding-right:0.363125rem;padding-bottom:0.370625rem;padding-left:0.363125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #qzwcRUUl6pFB6PlSDNb2OfqQx0U3QwHy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Gop74JHt4pwuMWamBDe0AlLC10mkkGU4 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #TW9N7SfT8cEliR4lsXTRVJMTUuyohMf3 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #eZJ6WBDEsJI6Pdo2TeZmPNMxwcA75Sbs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #BLw1KoATXVAh2FI7IZqxZ7T0mog3LMh7 {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #lTFon5KVoM32HLESHrnpOlT6eKEHQhEt {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #UOOlvJAAbpdag15rHVnbxlq31yryTqW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #hUX9XyMRSXqxPM5rKT0BpUsNNTtUhO8k {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #W4V0gJc58Vpuq1rou4UQStulWkkk47Fm {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #Rx1hQk10ULiDl6oKTktz4gvcAP3XrVLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #fnaIXRV81PZ9BQTo19EM2VatkK3o117E {  }
 }@media only screen and (max-width: 763px) { #WUVAG7VnAsz2dmHpZW2te3pJwdSCNBKy #J19Arx86CsmpH9bbHq1MCDsaU7hgw5xl {  }
 }@media only screen and (max-width: 763px) { #FAofwfMUwDT9rULS1Hv5kvITTvRGn63C { width:18.9375rem;height:3.125rem;top:0rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxZOA21gWfh4nGiVwTwQ3RMtIdmziTXO { width:15.375rem;height:2.4375rem;top:4.55322265625rem;left:2.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;background-color:#00cf39;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GAqed2hqbyC8CvvAhIORprbhIr7KgZeE { display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4580b9be-89d8-4b06-9560-becc40936197/BgMobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:16.5625rem;height:3.375rem;top:35.548828125rem;left:1.71875rem;font-size:1.1875rem;font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;box-shadow: none;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;color:rgba(var(--color-primary-2),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #eds1KDpRDNghQyzT6FaXHwwpTT2SvGOc { width:12.9375rem;height:8.5625rem;top:5.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soPsb8QpuwU0dr64EfWrx6Imc0AOGnSk { width:20rem;height:0.8rem;top:16.6865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdvD723zgP9vmGbpQOtCeTbBIh8Vz7wU { width:7.1875rem;height:2.75rem;top:27.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvEguS7EXyTWCK9pvfBvHmieiap2WfiA { width:13.125rem;height:3.875rem;top:31.205078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPQhlOsVa5AkPG9yP7XZv6FFB2yEgESk { width:9rem;height:1.8125rem;top:2.3740234375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTa95eIDstdRoezTqt487NgoCdbxEAuf { top:31.0625rem;left:3.0625rem;width:9.375rem;height:2.8125rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ut2H27Vw8pwrVML20u5QFAT0EFFg7WBV { top:15.125rem;left:1.875rem;width:11.75rem;height:2.25rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:18.25rem;height:4.5rem;top:15.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { width:20rem;height:10.4980625rem;top:4.8125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SgeFJy1p553uKWDsB8TK1oT7mbbfkJ5w { width:8rem;height:8rem;top:24.9677734375rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPrLXOIQZcvsWWCRBhNIBCZ5gPueOgJx { width:9.25rem;height:9.25rem;top:23.8427734375rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT4SU1alsUNprDsfK1TcNFV05xUFlrgo { width:9.5625rem;height:9.5625rem;top:33.43701171875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUWuy3UW4DVrnoMXE6l2DNTvM8QGRhWp { width:8.1875rem;height:8.1875rem;top:33.56201171875rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #p16Lc4bxIvdPadvE3UWnRPG8z4ntPRqF { width:10.1875rem;height:10.1875rem;top:41.87451171875rem;left:6.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiWeZAyNQO5sOR6i9WLZiUsrGvNRQFFu { width:20rem;height:9rem;top:21rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zr42sCzHrT6JCdfKbtiyTTbzNN8lGtK5 { width:20rem;height:20rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:14.3125rem;height:7.4238125rem;top:5.125rem;left:2.875rem;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3vb7VNIaJ2h8k0GSfyVIXyCM85EQNo { width:17.5rem;height:2.4746125rem;top:13rem;left:1.25rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FfzQSs292fEBPREeJACHnrO6CFnvswHv { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { background-color: transparent; background-image: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .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); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:19.875rem;height:20.3125rem;top:0.9375rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:12.125rem;height:1.86865rem;top:2.5rem;left:1.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { width:20rem;height:19rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { width:20rem;height:19rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { width:20rem;height:19.5625rem;top:62.8125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #FN4ZKEy72y8TqrwaB2WaoFxFWgwTGcpy { width:11.8125rem;height:4.7431625rem;top:66.6875rem;left:1.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JIFQD6pBaVqHOuUl9qAgGExZitZ4ZpW1 { width:16.6875rem;height:8.9238125rem;top:30.9375rem;left:1.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uQ4e6Pvf4TUVpPwTBAPxT33kuqpRgwXe { width:16.4375rem;height:8.9238125rem;top:71.6875rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GrDDyaUpcCEiVf9TMxQ3Fn1vpIxSiv4T { width:10.5625rem;height:4.7431625rem;top:4.3125rem;left:1.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #PGIP786M1vGICcrwVIugTpBGeATTT5P3 { width:4.625rem;height:4.5625rem;top:2.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLk7aLTLPQ71FAvpAQnIek7bAs48Q6rW { width:10.5625rem;height:1.86865rem;top:23.9375rem;left:1.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OQyNOwQtzRQevyd33cReAxBXvV0m0VSc { width:10.5625rem;height:4.7431625rem;top:25.6875rem;left:1.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #AF6lMRDdLs1xlz041VzkehZu8ndnPsoB { width:3.75rem;height:3.6875rem;top:23.9375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFq3QhJdS0CKDTe0MMnzJwxvH9JAwJpA { width:10.5625rem;height:1.86865rem;top:44.4375rem;left:1.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AJXqmTGaXyQ3XbD4WwIweOu17qpT5niH { width:11.625rem;height:4.7431625rem;top:46.25rem;left:1.8125rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AVzdnCJCRdomAGPrOLPMtoOx2K2DQK0Z { width:4.375rem;height:4.3125rem;top:64.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGSdnZ7F4qnTlJr5iyJJko3xdw7mMHKP { width:10.5625rem;height:1.86865rem;top:64.8125rem;left:1.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VevptBL3zGrCtTrfixgfURVmAXZM87f3 { width:3.9375rem;height:3.875rem;top:43.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfZiqBdb3hnoImOAPB0JbWnmbDDNUZyw { width:16.1875rem;height:10.411125rem;top:9.3125rem;left:1.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #feKLGNRa6v7VDCAJ0WFk4RhxFVhWK5R7 { width:16.5rem;height:8.9238125rem;top:51.1875rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Od2JTgE9RNhdGpnC39oImPwdsR11BKwF { display:block; }#Od2JTgE9RNhdGpnC39oImPwdsR11BKwF > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znx65lUIOMpPfHpIWA1kVPubX1a08TX5 { width:17rem;height:2.92480625rem;top:5.25rem;left:1.5rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICutpOpom8Fih7mSsHsxdQGAAo6gQGVq { width:14.4375rem;height:3.8994125rem;top:47.4375rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKfQMbtMxQFZuru3iMJNRFvaCwkH72ua { width:15rem;height:5.19921875rem;top:57.75rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibiULVyo2aTiGfGIPXOI7x8KiBlm256H { width:15.0625rem;height:7.7988125rem;top:34.75rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dg76sgQRs93D816vpJ0Qs5VilG98wUln { width:13.5rem;height:2.92480625rem;top:31.625rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRy1qZXMAJ1MbthcacP6QrBNVdwNeie { width:13.875rem;height:2.92480625rem;top:54.5625rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJRIpu8NsdmkNfC6Mw2CRKWyaWOIlMMA { width:20rem;height:0.0625rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9bLBT9ZObKGJWHwy4wRmDb0m6Oz2V6T { width:20rem;height:0.0625rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uObKCStR2gMHGdVcKZIwOi5rn4JvB7Oy { width:4.0625rem;height:4.0625rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDFKn2KNZmggCoRlSRnkckEzcT1aN7fa { width:4.0625rem;height:4.0625rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grg3TEigb7D2IECKctVPdqTzGFQh6Np0 { width:14.25rem;height:1.4624rem;top:45.625rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONidXXDgyMeTz2oyDXA3xU91MNkpf0OI { width:4.0625rem;height:4.0625rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLB74rguqRDKwCWnNp0mMPtiVpDzqOb { width:2.5rem;height:2.8125rem;top:32.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHCZyV16SiFf8hfXhWXp6FEraKZTb8R7 { width:2.8125rem;height:2.8125rem;top:46.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJOq1pxH9UdJ7SSoTo4AuvHCuprsUsTM { width:2.8125rem;height:2.25rem;top:55.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUg6eIapR1hnZ1vGE7FMz3PnaqnAhog { width:20rem;height:5.25rem;top:65.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQrKso0IPLZdhJomb5bCFBIrsoOIxANl { width:20rem;height:20rem;top:9.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn { display:block; }#TXrfxTdT4uTOitVtzXQ2AoP3RcoHz6Tn > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5tyG6PuTt9bEip7nw0BroMmz6W2I7l2 { width:20rem;height:5.3994125rem;top:5.375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ye55F0eZrEOBO9Ibodaqw0qM9iFcAyuN { width:19.875rem;height:29.0625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1k8UvAJ0B6UmOFyTALExte4znRHWQHR { width:14.3125rem;height:1.70605625rem;top:27.73095703125rem;left:2.84375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTSAe97cm3zLL90dT9V0r9fdSLUMMlgn { width:11.9375rem;height:11.9375rem;top:14.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtN90DTXJUIEw4vZX304LQ7PQnbt6Xo2 { width:16.25rem;height:9.79930625rem;top:29.375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { background-color: transparent; background-image: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { display: none; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .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); }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { border-width: 0; border-radius: 0; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g60ilWFVNO51hcl2tGUzfPIiWKvvHbW3 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJs3lQRr4TT8ml42ihaUIsZzGHWluO5d { width:13.625rem;height:1.70605625rem;top:14.9375rem;left:2.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WIdKH6VJ9w1MBAueBhsViQJrq7CQGy3T { width:15.5625rem;height:8.3994375rem;top:5.1875rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DWMkNod6I5LaLOA0wXkxftoTOf77Q1c4 { width:20rem;height:16.9375rem;top:1.3125rem;left:0rem;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;background-color:transparent;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ood7fhqVGBZaTFHWugBNR4lA3UwkImFh { width:6.25rem;height:1.0625rem;top:3.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5QkovuLQmG9T6KgSuzXM0WFs2VKaN4 { width:13.25rem;height:1.70605625rem;top:32.125rem;left:2.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fzmJQQsBmFzQJecpJZZeJZCBH3D9fKFL { width:16.4375rem;height:6.9995125rem;top:23.75rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tVV5ccd2RcR7duffbqomPVBGUlf2ECH4 { width:20rem;height:15.8125rem;top:19.625rem;left:0rem;box-shadow: none;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;display:block; }
 }@media only screen and (max-width: 763px) { #FW0WTs9XK4T9t8H2TaSDBWyby8aQwM4L { width:6.25rem;height:1.0625rem;top:22rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0SRu4e8bm8oJTxChuLlCbgddlBolQc { width:13.1875rem;height:1.70605625rem;top:49.3125rem;left:2.3125rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ilqUAwsl1WDIr4lN7nJq3adE2yt6y5MO { width:15.375rem;height:6.9995125rem;top:40.75rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sIatMoPu4kJsn4nzOhTWySomuqQTzZ8c { width:20rem;height:16.1875rem;top:36.8125rem;left:0rem;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;box-shadow: none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Rl9O7A0oT5HrOEM8ebVwa66IwEXtwPFz { width:6.25rem;height:1.0625rem;top:39rem;left:2.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/835c3ab0-d6bf-4972-8a0f-0c75a40e692a/BgDesktop2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN.adaptive-delivery-prevent-bg, #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN.lazyload, #Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN.lazyloading { background-image: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { background-color: transparent; background-image: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { display: none; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .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); }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { border-width: 0; border-radius: 0; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oq7xqavI0LG2MiFSETmIR9ikOBec8sLN > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKGuMHHhfvzOhyZInAFWpVS5trqTnM6D { width:20rem;height:28rem;top:39.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none;height:3.5rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ  { width:17.5rem;height:auto;top:43rem;left:0rem; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ {display:block;}#U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ { width:17.5rem;height:auto;top:43rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #M3RoIuWfgW7u1cPTDzTSxL2HoJaoZRkr {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #qTx4Iyolhq5KiJVDcTFHTJQQ3AA7hwn9 { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #DokO2ZHB5NQ6HgRgt4cWo7xM3ALynDCh {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #oFLZIKVRlTa7OUgLPN1MhWRoiZorEvTo {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #AUQisCtVssIiqLVP9T5OhwpeThNHTxnP { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #MlbbTgguEePhvOv9Xd4hi3rqeAE5Hmwi {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #bIF1XqTzgfV8zWibT4fI1WKnd4RyPBlm {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #Vy8n8eNhXsK3M44iLmTqDUgryaK2Fqae { display:none; }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #ac8WTQvHbOpZhC3I4thM53DiVQ6UhRQQ {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #LInzfoW5BSUGarJ6Wuvr6Qsk8AzwEVAu {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #TPGIAHXNhm4RprzCGz7ah8xL7s242Nom {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #PAgWOD8gFIpOVtTgU0Cmlap2VQirUgvJ {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #NPo6HEc0hbtZNuICF4u5hKVPdaioJmIF {  }
 }@media only screen and (max-width: 763px) { #U8UCaFtVr2FZ1AtFVCRv2mrc7ZulBfDZ #zlN9RxZAtu8cFQbJkEzrnV24P16emUQb {  }
 }@media only screen and (max-width: 763px) { #f2aUMCQVmR3xz8WVnsAS2fypfgO4lMH7 { width:17.3125rem;height:2.69921875rem;top:41.0625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4wnaApvfQTiZKCF8kAbqV0Ihd8h59f { width:17.5rem;height:11.625rem;top:11.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilns2FM66MlbaqybnEktXwu4WtbOlfcd { width:20rem;height:0.8rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvTlRdXyWwNEgIh3iiALHtkGL7p6U3p { width:12.5rem;height:2.625rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2V1K1ivybkzI3xQ6IUZZpcOTgiqX7zW { width:9.125rem;height:3.5625rem;top:27.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHsxdaCT0cmitvxchXRHu9iEfVgxCXhF { width:13.125rem;height:3.875rem;top:32.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:20rem;height:9.79931875rem;top:34rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:16.625rem;height:2.79980625rem;top:30.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:20rem;height:2.92480625rem;top:27.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:20rem;height:20rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfUgGdrwsAsgCmqZLD4tkLucTpxrN58 { width:20rem;height:11.19925rem;top:44.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:20rem;height:1.13769375rem;top:2.025390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }