.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e00ff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container { background-color: transparent; background-image: none; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container > .video-iframe-container { display: none; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row > .video-iframe-container { display: none; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .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); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container { border-width: 0; border-radius: 0; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#RODOLL8iR0RTFRHd9SA5LDXVuodKwIFg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:57.8359375rem;display:block; }
#QOwvthyNJn3JHz0fgTJHwhkOt3Wyevms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moG6a9L9HIkQzRHzkwuaSzOXWSoXFTc0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.09375rem;left:47.875rem;display:block; }
#gt5z1CnnEg5fSTV1TLTwUxEUkGHi0HhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DARyOGlkmVHR3cJER5W0Jxe8EMIggox2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DARyOGlkmVHR3cJER5W0Jxe8EMIggox2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MwvOL4QHbxlkTIq5UGOTqXVUUo4BmcR4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.40625rem;left:47.0625rem; }
#PyEbpEtsPaV59zhMbtwlD1TCJVTcr6lG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.125rem;top:0rem;left:2.125rem;overflow:hidden;display:block; }
#VKNN1mFBn3OH4ZzOhgTRxlbnfJSBw5bm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:13.625rem;top:1.03125rem;left:15.09375rem;overflow:hidden;display:block; }
#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q { position:relative;display:block; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q { background-color: transparent; background-image: none; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container > .video-iframe-container { display: none; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row > .video-iframe-container { display: none; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q { border-width: 0; border-radius: 0; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container.adaptive-delivery-prevent-bg, #H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container.lazyload, #H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container.lazyloading { background-image: none; }#mlqt5sGNJb356RWhXCZMOnJwsM9pW5g7 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2c8658;border-left:0.0625rem solid #2c8658;border-right:0.0625rem solid #2c8658;border-bottom:0.0625rem solid #2c8658;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c8658;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.03125rem;left:7.5rem;display:none; }
#hE0iFPZ9RREV5S9Eqduk3KUnUeCtLW1w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgypNfM8silsqhikwlFT5scB1T6VlXR6 { position:absolute;display:block;z-index:15031;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.875rem;width:21.3125rem;top:5.5625rem;left:53.687500953674rem;display:block; }
#qHiIIzsoohKAMXx0oIlh5ziHCQAN0AVZ { color:#d4f997;display:block;width:35.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.5rem;height:1.29980625rem;display:none; }
#dy9fZdKQKRU8rrKTRSS1iVlbMrkzptLB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:16.40625rem;left:3.5rem;display:none; }
#TVTvtmhmVBSIU0lCflZNxrh9gKEM9bsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJMpkoA5hvnd8mkIuR9l3PyeUbSU2BbQ { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:"jost extrem";font-size:3.0625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.875rem;left:3.5rem;height:11.025rem;font-style:normal;display:block; }
#h2bmFmSpcZ4VaeF4B81WDulU0Fx0vQEf { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:7.75rem;left:3.5rem;height:1.8rem;font-style:normal;display:block; }
#zNELu6FbI4UuNv0xQrs9l5IKtNv2XcAJ { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:43.75rem;left:3.125rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SKzmbrTRcw3l4pRohfFHosEMeQihtxPl { position:absolute;display:block;z-index:15046;background-color:rgba(255,255,255,0.98);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:28.625rem;top:43.0625rem;left:0rem;display:block; }
#T30gSKgu0znkJ3Xg8WI3wkv5sqB6XCnm { color:#000000;display:block;width:5.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:43.75rem;left:11.75rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eKgxbWDGCcphC5uTEqf5hsLX5Nx32MTQ { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:45.5625rem;left:3.125rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJfD7aylDUZPzoJdr2iJteuB6M1IJ4ka { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:45.5625rem;left:11.6875rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RO2qw59q8k4xnE6De3JHgt2QP07EVL8x { color:#000000;display:block;width:6.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:43.75rem;left:18.8125rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iJpSqLr9gaqP7stb7NfK5eaFBTUFrzmz { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:45.5625rem;left:18.8125rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-form-header {  }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1.0625rem;font-weight:700;color:#000000;width:18.625rem;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;font-style:normal;overflow:hidden;line-height:.9; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-text { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:18.625rem;box-sizing:border-box;height:1.6875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-text {padding-top: 0; padding-bottom: 0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-textarea { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:18.625rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-select { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:18.625rem;box-sizing:border-box;height:1.6875rem;color:#929291;font-family:inter;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-select {padding-top: 0; padding-bottom: 0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .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; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:#1e00ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#ffffff;width:16.75rem;height:2.8125rem;font-family:inter;overflow:hidden;box-shadow: none;line-height:.7;text-align:center;text-align-last:center;font-style:normal; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg [class*="-text"]:-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg [class*="-text"]::-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .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:inter;line-height:1.3;font-size:0.625rem;font-weight:400;color:#848484;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal;float:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .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; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-container:first-of-type{padding-top:0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-container:last-of-type{padding-bottom:0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:53.750000953674rem;top:10.4375rem;z-index:15039;position:absolute; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg {display:block;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:53.750000953674rem;top:10.4375rem;z-index:15039;position:absolute; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #neQcNm366QlEXp5kbIFrTrThL92CUdmk { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #SOoLTfRZ3M8aJLTF5aMuONG2bSye1kw6 { position:relative;display:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #yysqwXecrDeCLKg5zHtolgRsBTNTuqGe { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #QSIOdoEUcWezPrUvxq7laCTkAXuf0msA { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #G2JfwwH4i9H33Go9AGFgqBSqWwT8kk4P { position:relative;display:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #JVxGA7vTQtzagVzlS11BvNUTbfZnTWMu { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #O7bA82yC4q539fwxZ5MFH7ReARlJTLLE { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #dEMDuuQfqFaSw7z3H4v0ph3CMvdkfa9V { position:relative;display:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #H09qWtKyvL6mTXLTRb9GLPzx9G0ikTEH { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #PQMf2UUhZ2leHT94qG0DyEHcM88spuKv { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #VI8xJxls9ifZkScdrWcdafMO1MXUv5ex { position:relative;display:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #DwruSxzUM2x3aAvGIVRCmdcyGTTG3tDQ { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #R05mlFbOBtVtyMb21vcbFapflh4Mze3W { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #Dhpv7bVtCqaxUHQvrahG8Kd3002gJUT8 { position:relative;display:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #qLl7FqLJRnicooWWpHLiCeeE3GcekAnf { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #QEe2OcxvHXNJBtrCrdB0s8sUTsMTmO6M { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #wxSq3Ebbp4BUUO1KwXE9ykcQKh2kKLq0 { position:relative;display:none; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #sQhQc1gHdNzfgtCEP97OpOGFCz6AJBTK { position:relative; }
#zvrFGNMUF3zf0zpWHryyKzTFi2WmT0iZ { position:relative;display:block; }
#WPTis1QcCvksIVW0dODrVXqcBTbwapGm { position:relative;display:block; }
#no0ClJTAAGp2uvRw1FNAkT24Xlc4u1Bp { position:relative;display:block; }
#GXgOVt8uUUs0n0bslOwwM5HoWMB4mhIn { position:relative;display:block; }
#Q4AHUfT8BTX2xwB8io6UOsJOlHJUGmV1 { position:relative;display:block; }
#w1mI8cDbRWw2LfTRf6EClODEWbQLnxzT { position:relative;display:block; }
#VSx5ELzQsVBVJuhwWTzsDtzz4Se80Esz { position:relative;display:block; }
#xzafCHyuiu9Xkm4RtORtfynE9Tl11m5G { position:relative;display:block; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #mDGcZ1tWhwUOq73DXtS9dm3kRKaFJ98S { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #sphbpbqaETKlgMAtOESenwKQu54mlNmI { position:relative;z-index:2; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #aq2q7lDB5hcDq0XxWs8bX7I0f5idmisT { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #HDf8ofgT6vLnWlazewDxmN2okdCmFvDf { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #fGRK3axGpmqImWuvoXlmGZa9SwvKs6sv { position:relative;z-index:2; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #ZAMA4nuCpzfK14KV5u04tFNNfEFmLsIT { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #eP2938zLTVmG2Ou8kHd25gZVCQK0EIbr { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #m2d6zWWS76Ju8T1P9aSOEoKcMgBWmLST { position:relative;z-index:2; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #Cn0hmCpf22RHJFlIVCBScpqqf6xtup3K { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #cz0txRibBR4IB6ckAyTOuy6fETx0r1H1 { position:relative; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #ElnDveWzgBEH9PIKEcH5T9uAFB0dJX0G { position:relative; }
#ZPnl3Xpp396uPEwAQsvmRPTOEUVcKQko { position:absolute;display:block;z-index:15030;background-color:#1e00ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:7.1875rem;width:8.5rem;top:20.4375rem;left:12.75rem;display:none; }
#wvMbbihHQOHLTl3rV8hA69D9fLO9Dogn { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:21.0625rem;left:15rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vZlLG4wIVIkEAdT0dS86Hrw9EbqT4p27 { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:inter;font-size:2.4375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:22.3125rem;left:13.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SdFo5MzqBCVsT5ShFw1G4ODO1TITmGTs { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:25.25rem;left:13.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#thyhdxD8VkmQcTVGnwg5X06J3gSrGcT4 { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"jost extrem";font-size:0.5625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:48rem;left:0.8125rem;height:0.73125rem;font-style:normal;display:block; }
#REI7MT2bDpMybmHcQvzKzansgTVowUJg { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:22.39453125rem;left:3.5rem;height:8.7715rem;font-style:normal;display:block; }
#vTMp2QwKcgJeh1PeooLweTbVMo2hrDRT { position:absolute;display:block;z-index:15026;background-color:#ea3131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.6875rem;width:15rem;top:43.0625rem;left:56.875rem;display:block; }
#IK8Wl57Hdd7roo1r1ETq58iJmPSJhsp8 { color:#f2f5f8;display:block;width:12.375rem;position:absolute;font-family:verlag;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:43.5rem;left:58.125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#URDfPJJx4c1xvzXnsbU0TxOnTiMndEzV { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:verlag;font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.1;letter-spacing:0;top:6.25rem;left:56.218750953674rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { position:relative;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;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; }#Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:4.048825rem;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; }
#mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.375rem;height:8.285175rem;font-style:normal;display:block; }
#awGwbSS02RCH7UgwuCO9AL5C1RtwC8Di { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:18.5rem;left:2.8125rem;height:3.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DnTDT9vuyFL7BSPAGDnlDFizU4TxFMci { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:22.875rem;left:2.8125rem;height:4.22265625rem;text-align:left;text-align-last:left;display:block; }
#QWnzkccRf3F6OgbLA9KKMidgSwDS3z3V { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:22.875rem;left:57.8125rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#W0QmlRTqMlCCHl9LHsuBuJTOMRLOHEz5 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:20.4375rem;left:57.8125rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFRfShp5E74d8htnAOO4IsqVLJFgRv0G { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:22.875rem;left:20.5625rem;height:4.22265625rem;text-align:left;text-align-last:left;display:block; }
#cHRenubS5NVK3Vnf1vcGC0PTp6v2pRMt { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:20.4375rem;left:20.5rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oJ5O6tlswTsl85HnqTncrEo9GsAsELbX { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:25.0625rem;left:39.6875rem;height:6.334rem;text-align:left;text-align-last:left;display:block; }
#sqyO0fA70xirf9RtKXOgwX2rUbvsQXEC { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:18.5rem;left:39.5rem;height:5.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4oSGALG46GpTen09U7trkPfFW3dVJUx { position:relative;display:block; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx { background-color: transparent; background-image: none; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container > .video-iframe-container { display: none; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row > .video-iframe-container { display: none; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .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); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx { border-width: 0; border-radius: 0; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .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; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H5ocpT9SBd73Ox3sF49ix1K2bV5QTFur { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:2.25rem;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; }
#X8NORiFLhKKgw8skRdER4L9er1eJdvUg { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#RaMKLevpmXNpRCB0n1ea2p1pu6osoasC { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:8.5rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#qmangKXIT8ivAFTsqPNJydAhXNut0wdS { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.875rem;left:31rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#TfT4X7OrRZCeoIMbp56EWd4ZNQ8Bq1DB { color:#000000;display:block;width:17.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:31rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#Cbl9Z6PJ4iOPcLatVsfV0iWNDLqWDR1x { color:#000000;display:block;width:17.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:56.25rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#iq7SnONuacN1K4rkOvLhnqikwLUrnUkz { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:56.25rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#mhKCyoSVW5T5iCJrHTxcTB6g5kmceKiK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.25rem;left:3.375rem; }
#TT0XKKdNdoACbGxJbLI3FFIFslHElB1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9rem;left:26rem; }
#XiDu7mdLofqnbmmuOkxEEwo7GWXVWi56 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3935546875rem;left:50.5625rem; }
#QkTRuW4RQiJK2XsO32XhQVGJAhFBse0g { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:8.5rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u { position:relative;display:block; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u { background-color: transparent; background-image: none; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container > .video-iframe-container { display: none; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row > .video-iframe-container { display: none; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .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); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u { border-width: 0; border-radius: 0; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .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; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DeWaILFdAU5zkMWK5STCXzqxW1CvuUlh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#SUZ27mfkR8ePsFC3IaLM5ZM09LouTc2d { 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:18rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 { position:relative;display:block; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 { background-color: transparent; background-image: none; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container > .video-iframe-container { display: none; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row > .video-iframe-container { display: none; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .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); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 { border-width: 0; border-radius: 0; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .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; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nnobzqR8qKkHrodGOsPwXDAfgyy8ZekA { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:2.25rem;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; }
#eoP3Lsh7SvbpBdqr5Jmc3Xh4DBy4bqb5 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#VzBAFqZ7X4BdyPRXwoXn86aGc3CR9s7k { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:8.5rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#GVaVtUOoBTEtXNA5mcAsO1AuM54rSXn2 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.875rem;left:31rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#K20Dfu0JJLz41wwvPlITfWmohFhgpESJ { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:31rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#FfuHyhAb6JJq2RIzbrTZf6HsEpNye3aJ { color:#000000;display:block;width:17.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:54.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#B5GpamViM33ImbAsWz4d0nuqBQU4Wyh0 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:54.5rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#NiZekpZONyfC5eSPBxHECirZNGbaLnrJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.25rem;left:3.375rem; }
#XJ1emnz5GLpdEG5ObiVZ4DiGpECCSmei { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9rem;left:26rem; }
#S7r8EiUWPUCtUdsn9dXxoHiwxg68N9iF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3935546875rem;left:48.8125rem; }
#iKdaft9wg5PSCT4Hczqpt66tdF55VkKT { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:8.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#V4AENEhZRRqE52umipTkiTv7IH8c4sqn { position:relative;display:none; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn { border-width: 0; border-radius: 0; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#exTyP6nqnL9Wcx5gMOkQMPm1S7rQDnzZ { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#gr6VVG9QmXRLbcJs8sf6bak80ZpAtpDl { color:#ffffff;display:block;width:61.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.005859375rem;left:4.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#dIdXFvZVGRDoHF67MIJL4mkK2lnk6zoJ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#I5FcfT1SNkVzsgIsbC0AKbIML9iZqqgU { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#wOobSDbrTK1N1NTOctNXSrEQnkMV7FD6 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#L47Vt0tQi5NMkeOWyVtJLghLSZdA8T59 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#FVm6F4wQhcREPi3vC0qnvc6sN2Mhf672 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#vmlr2idc8CGSoH0G0ARWCLyWu1F8342X { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#pCk2lWF9qgkx0rfp87cTT7Krdiby66Er { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:3.875rem;left:4.4375rem;height:1.125rem;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; }
#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz { position:relative;display:none; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz { border-width: 0; border-radius: 0; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#KJU14XM1ZTrLd9qB6UurLCqtkE3LhTBH { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#zKWVzNAoZXbEVp30E1S9qwChSPEWwOCX { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#ib0NosWLkk5tHID8S5x4c5uINwIz3EyL { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#N5pJA4qUkivcas8iTH05dDx3dCQWlG0h { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#ok0Jt7793w4J0JErfk2idXguNMl7GQPh { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#BueJXs69RpuD8uOAWLUiu0Q50NT4ziGA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#Z9ld46Q61g38ATs4AbBLrR6mdRPiTA3T { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#R1c8s1Qc1PtKf51Ff4Auf9zth5y0XqdO { 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:4.5rem;width:14.9375rem;top:6.78125rem;left:39.0625rem;overflow:hidden;display:block; }
#hFpcuDvTw1u4ksF8aZWWZ6WFoWbUe9uE { 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:8.3125rem;width:16.375rem;top:4.875rem;left:56.125rem;overflow:hidden;display:block; }
#VlPAbAcTbEvNO6esMHAQCs5CGS5TJfa3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.5625rem;top:7.1875rem;left:22.3125rem;overflow:hidden;display:block; }
#dmQJQSpNSFUyDdh8tH57AIQ8atzDbnvz { 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:6.0625rem;width:18.5rem;top:6rem;left:1.25rem;overflow:hidden;display:block; }
#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container { background-color: transparent; background-image: none; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container > .video-iframe-container { display: none; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row > .video-iframe-container { display: none; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .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); }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container { border-width: 0; border-radius: 0; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#tZm6PgHLsRhgeLTqynEvkF8hmfKcSUhR { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#RRaKvwtzJiC6uAxCMGSDcQaG70vW9QRH { color:#000000;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:8.625rem;left:40.75rem;height:9.4375rem;font-style:normal;display:block; }#RRaKvwtzJiC6uAxCMGSDcQaG70vW9QRH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RRaKvwtzJiC6uAxCMGSDcQaG70vW9QRH li:before{  }
#Vdm0RtkbV4LNTkuSZK70SdC2WOpXdc4Z { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#xborWw9bbTwz9134xSRm6GWGTNR6GSdX { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#GcTiEHZTP7fMM6HBxh4z7i1xCaumlprV { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#kFCTIJSHU78lcNJzls3Avf4tqemmum6T { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#LQ43CaUEpf1ismhp0ZiO89peuM8knmLw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#tuCvW0BGXvtLg7WL1QbB981bCVrcJaGW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#UJ5A9CikbiquoUdMEwT5I1UbB8OTB7dq { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.51953125rem;left:2.8125rem;height:1.95rem;display:block; }
#TPZotHmHEA475KsLRXfVORqeKRkSkuxc { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.0390625rem;left:2.8125rem;height:12.42775rem;font-style:normal;display:block; }
#KVeFq0EgpQzIL6HVLiwlnpqAU3rKHX4n { position:absolute;display:block;z-index:15006;background-color:#e9eae7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:26.6875rem;top:0rem;left:0rem;display:block; }
#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { position:relative;display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { border-width: 0; border-radius: 0; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eae7;background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:19.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:19.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:19.5625rem;height:11.3671875rem;font-style:normal;display:block; }
#ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { position:absolute;display:block;z-index:15004;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;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.375rem;height:1.94970625rem;display:block; }
#FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/a19OVaa2rzA/unsplash/sigmund-a19OVaa2rzA-photo-1607990281513-2c110a25bd8c.jpg");background-position:center !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.5rem;left:4.1875rem;display:block; }#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.adaptive-delivery-prevent-bg, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyload, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyloading { background-image: none; }
#cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:54.8125rem;height:11.3671875rem;font-style:normal;display:block; }
#oteKcXoPaOgBWtylIb53vXKUDpG99zss { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:url("https://images.assets-landingi.com/Zz5LQe-VSMY/unsplash/stephanie-liverani-Zz5LQe-VSMY-photo-1567532939604-b6b5b0db2604.jpg");background-position:center !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.5rem;left:39.4375rem;display:block; }#oteKcXoPaOgBWtylIb53vXKUDpG99zss.adaptive-delivery-prevent-bg, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyload, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyloading { background-image: none; }
#vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:54.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:30.8125rem;left:19.5625rem;height:11.3671875rem;font-style:normal;display:block; }
#mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.8125rem;left:54.8125rem;height:11.3671875rem;font-style:normal;display:block; }
#DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { position:absolute;display:block;z-index:15025;background-color:#000000;background-image:url("https://images.assets-landingi.com/FNeU95sOjY8/unsplash/maksym-zakharyak-FNeU95sOjY8-photo-1490894641324-cfac2f5cd077.jpg");background-position:top center !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:28.3125rem;left:39.4375rem;display:block; }#DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.adaptive-delivery-prevent-bg, #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.lazyload, #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.lazyloading { background-image: none; }
#R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:url("https://images.assets-landingi.com/3TLl_97HNJo/unsplash/aiony-haust-3TLl_97HNJo-photo-1534528741775-53994a69daeb.jpg");background-position:center !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:28.3125rem;left:4.1875rem;display:block; }#R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.adaptive-delivery-prevent-bg, #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.lazyload, #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.lazyloading { background-image: none; }
#iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.3125rem;left:19.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:28.3125rem;left:54.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.375rem;left:19.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.375rem;left:54.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { background-color: transparent; background-image: none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container > .video-iframe-container { display: none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row > .video-iframe-container { display: none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .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); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { border-width: 0; border-radius: 0; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { position:absolute;display:block;z-index:15004;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;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#T0CeHLuzttRo1o1mava97UXogPB0OQ4f { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.1875rem;height:3.8984375rem;display:block; }
#CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#Go381CkzwSKkDezZZmJx69a5GfMW3D9I { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#nbLIMJTxr89zsXfeik345PN9kTItTlOb { 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:10.9375rem;width:10.9375rem;top:3.3125rem;left:37.193359375rem;overflow:hidden;display:block; }
#XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:4.1875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpPC6PoZ5KU8pqdt9xAKEzaS7dqUbFfc { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.25rem;left:4.1875rem;display:block; }
#KAPyvv7kh5gTMfpiwsnW3zqBcx2yRiR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INtQztgpkJlSmgNFRcVIfq9vQxNuHhUs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:11.8125rem;left:57.443359375rem;overflow:hidden;display:block; }
#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row .container { background-color: transparent; background-image: none; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row .container > .video-iframe-container { display: none; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row > .video-iframe-container { display: none; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .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); }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row .container { border-width: 0; border-radius: 0; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#c4X5cFTskURFfNHVf1EcGGpwUgB7xCMe { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:verlag;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.640625rem;left:3.9375rem;height:1.21875rem;font-style:normal;display:block; }
#nMHq4xNZ8zsSipME7R2zh7lFhcoW4b0S { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:37.9375rem;height:2.2734375rem;font-style:normal;display:block; }
#SxO9VcdiZTapElpdbwI5cFTlFuiGrmyn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.1875rem;top:4.25rem;left:37.9375rem;overflow:hidden;display:block; }
#MSVBf72JTLx1LxHetq1Ln6mTFrZMWbeK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.15625rem;left:48.8125rem;display:block; }
#NvOMdt6CCKdB5bIKNGvmN36mxDQw0pQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9MEFGWKGu8DHOMPKGP6MvxhrsQoQMiG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.1875rem;left:55.125rem;display:block; }
#xI9JUn0W7GMP3EMqEn8Xn6v77Cr0rFkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFrrbUd5UgTatVU1eaQHxqIsCltTwTNP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.1875rem;left:63.375rem;display:block; }
#LTBZ2Q6xiqvhin4MsT4NvHTEDZrSGI2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJMAsFxX3CBk1VFt2F3m49t7LvLrNZ9H { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.625rem;top:2.94921875rem;left:3.9375rem;overflow:hidden;display:block; }
#ycXCQZWAoCToz3s9Q55IeHzqeT21M1gR { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;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.625rem;width:75rem;top:8.875rem;left:0rem;display:block; }
#rLwearXkdSq61mAwEzxufcDBp5Ddg56F { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:57.75rem;height:1.1375rem;font-style:normal;display:block; }
#PQkTaPlMTOLTtflbwm7gwPeezf0I3Gi1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.0625rem;left:57.75rem; }
#PQkTaPlMTOLTtflbwm7gwPeezf0I3Gi1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#g6ipMCs6mge7dQXM53h1SCLpPKLlu9Xh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.0625rem;left:60.5625rem; }
#g6ipMCs6mge7dQXM53h1SCLpPKLlu9Xh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qK59biQwTPXmaNiVc1sLLhid24Tw5HWf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.0859375rem;left:63.28125rem; }
#qK59biQwTPXmaNiVc1sLLhid24Tw5HWf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BpyEntkr3lTWEtkymyLwfgbnG6uF8Q1h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.0859375rem;left:65.9375rem; }
#BpyEntkr3lTWEtkymyLwfgbnG6uF8Q1h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#IttG8eTWdBpRBGchGrZuaC9BvgOCFg1l { 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.3125rem;width:12.125rem;top:3.19921875rem;left:18.5625rem;overflow:hidden;display:block; }
#pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi > .row .container { border-width: 0; border-radius: 0; }#pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#w3fIP2BJ2sLQzEpGbsdTRoESapXZ34RN { position:absolute;display:block;z-index:15004;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;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#pg5C53HbAmx1zoklswFNrnZu8tQUmk6w { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#EIV8c8gtUZyKf0CqOtuasECPeB3tBF8e { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#I4oOpJBZVguANceSCOKyeLHnkbl9XNCD { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#XcqUuuOXo8EU7vFlQoAfczktv2NuzAMO { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#Z1hoPATS8pivxtTTMixHaIxXfhex5bpl { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#BELbT69scqn6FTI39VKVy7kk9PBLphpx { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#ELgXCSt5Wou6Hvb5ltAooUuJrshmLIVg { 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:28.875rem;width:42rem;top:0rem;left:32.881310096154rem;overflow:hidden;display:block; }
#OPaoWnNbRoCDTbBHpgIGJt7vKsqkG3IJ { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.25rem;left:4.1875rem;display:block; }
#V5lWGfIUZdOKgsn6GCWqaUi5COg59OmB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul { display:block; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RODOLL8iR0RTFRHd9SA5LDXVuodKwIFg { width:13.875rem;height:2.6875rem;top:1.6875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOwvthyNJn3JHz0fgTJHwhkOt3Wyevms { display:block; }
 }@media only screen and (max-width: 763px) { #moG6a9L9HIkQzRHzkwuaSzOXWSoXFTc0 { width:6.5625rem;height:2.125rem;top:2.0625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt5z1CnnEg5fSTV1TLTwUxEUkGHi0HhB { display:block; }
 }@media only screen and (max-width: 763px) { #DARyOGlkmVHR3cJER5W0Jxe8EMIggox2 { display:none; }
#DARyOGlkmVHR3cJER5W0Jxe8EMIggox2 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #MwvOL4QHbxlkTIq5UGOTqXVUUo4BmcR4 { top:2.375rem;left:33.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyEbpEtsPaV59zhMbtwlD1TCJVTcr6lG { top:0rem;left:0rem;width:12.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKNN1mFBn3OH4ZzOhgTRxlbnfJSBw5bm { top:1rem;left:1.46875rem;width:13.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0AFNKmNO9gyrUcGayhIkysJArEKgL0q { display:block; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlqt5sGNJb356RWhXCZMOnJwsM9pW5g7 { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE0iFPZ9RREV5S9Eqduk3KUnUeCtLW1w { display:block; }
 }@media only screen and (max-width: 763px) { #mgypNfM8silsqhikwlFT5scB1T6VlXR6 { top:5.5625rem;left:26.4375rem;width:21.3125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHiIIzsoohKAMXx0oIlh5ziHCQAN0AVZ { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy9fZdKQKRU8rrKTRSS1iVlbMrkzptLB { width:17.5rem;height:3.4375rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTvtmhmVBSIU0lCflZNxrh9gKEM9bsT { display:block; }
 }@media only screen and (max-width: 763px) { #AJMpkoA5hvnd8mkIuR9l3PyeUbSU2BbQ { top:9.875rem;left:0rem;width:32.8125rem;height:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2bmFmSpcZ4VaeF4B81WDulU0Fx0vQEf { top:7.75rem;left:0rem;width:22rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNELu6FbI4UuNv0xQrs9l5IKtNv2XcAJ { top:43.75rem;left:0rem;width:5.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKzmbrTRcw3l4pRohfFHosEMeQihtxPl { top:43.0625rem;left:0rem;width:28.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30gSKgu0znkJ3Xg8WI3wkv5sqB6XCnm { top:43.75rem;left:0rem;width:5.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgxbWDGCcphC5uTEqf5hsLX5Nx32MTQ { top:45.5625rem;left:0rem;width:6.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJfD7aylDUZPzoJdr2iJteuB6M1IJ4ka { top:45.5625rem;left:0rem;width:5.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO2qw59q8k4xnE6De3JHgt2QP07EVL8x { top:43.75rem;left:5.1875rem;width:6.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJpSqLr9gaqP7stb7NfK5eaFBTUFrzmz { top:45.5625rem;left:5.1875rem;width:7.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-regular-label { display:block;width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-text {padding-top: 0; padding-bottom: 0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-select {padding-top: 0; padding-bottom: 0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg  { width:18.625rem;height:auto;top:10.4375rem;left:26.5rem; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg {display:block;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg { width:18.625rem;height:auto;top:10.4375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #neQcNm366QlEXp5kbIFrTrThL92CUdmk {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #SOoLTfRZ3M8aJLTF5aMuONG2bSye1kw6 { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #yysqwXecrDeCLKg5zHtolgRsBTNTuqGe {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #QSIOdoEUcWezPrUvxq7laCTkAXuf0msA {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #G2JfwwH4i9H33Go9AGFgqBSqWwT8kk4P { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #JVxGA7vTQtzagVzlS11BvNUTbfZnTWMu {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #O7bA82yC4q539fwxZ5MFH7ReARlJTLLE {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #dEMDuuQfqFaSw7z3H4v0ph3CMvdkfa9V { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #H09qWtKyvL6mTXLTRb9GLPzx9G0ikTEH {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #PQMf2UUhZ2leHT94qG0DyEHcM88spuKv {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #VI8xJxls9ifZkScdrWcdafMO1MXUv5ex { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #DwruSxzUM2x3aAvGIVRCmdcyGTTG3tDQ {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #R05mlFbOBtVtyMb21vcbFapflh4Mze3W {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #Dhpv7bVtCqaxUHQvrahG8Kd3002gJUT8 { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #qLl7FqLJRnicooWWpHLiCeeE3GcekAnf {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #QEe2OcxvHXNJBtrCrdB0s8sUTsMTmO6M {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #wxSq3Ebbp4BUUO1KwXE9ykcQKh2kKLq0 {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #sQhQc1gHdNzfgtCEP97OpOGFCz6AJBTK {  }
 }@media only screen and (max-width: 763px) { #zvrFGNMUF3zf0zpWHryyKzTFi2WmT0iZ { display:block; }
 }@media only screen and (max-width: 763px) { #WPTis1QcCvksIVW0dODrVXqcBTbwapGm { display:block; }
 }@media only screen and (max-width: 763px) { #no0ClJTAAGp2uvRw1FNAkT24Xlc4u1Bp { display:block; }
 }@media only screen and (max-width: 763px) { #GXgOVt8uUUs0n0bslOwwM5HoWMB4mhIn { display:block; }
 }@media only screen and (max-width: 763px) { #Q4AHUfT8BTX2xwB8io6UOsJOlHJUGmV1 { display:block; }
 }@media only screen and (max-width: 763px) { #w1mI8cDbRWw2LfTRf6EClODEWbQLnxzT { display:block; }
 }@media only screen and (max-width: 763px) { #VSx5ELzQsVBVJuhwWTzsDtzz4Se80Esz { display:block; }
 }@media only screen and (max-width: 763px) { #xzafCHyuiu9Xkm4RtORtfynE9Tl11m5G { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #mDGcZ1tWhwUOq73DXtS9dm3kRKaFJ98S {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #sphbpbqaETKlgMAtOESenwKQu54mlNmI {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #aq2q7lDB5hcDq0XxWs8bX7I0f5idmisT {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #HDf8ofgT6vLnWlazewDxmN2okdCmFvDf {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #fGRK3axGpmqImWuvoXlmGZa9SwvKs6sv {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #ZAMA4nuCpzfK14KV5u04tFNNfEFmLsIT {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #eP2938zLTVmG2Ou8kHd25gZVCQK0EIbr {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #m2d6zWWS76Ju8T1P9aSOEoKcMgBWmLST {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #Cn0hmCpf22RHJFlIVCBScpqqf6xtup3K {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #cz0txRibBR4IB6ckAyTOuy6fETx0r1H1 {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #ElnDveWzgBEH9PIKEcH5T9uAFB0dJX0G {  }
 }@media only screen and (max-width: 763px) { #ZPnl3Xpp396uPEwAQsvmRPTOEUVcKQko { top:20.4375rem;left:0rem;width:8.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvMbbihHQOHLTl3rV8hA69D9fLO9Dogn { top:21.0625rem;left:1.375rem;width:3.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZlLG4wIVIkEAdT0dS86Hrw9EbqT4p27 { top:22.3125rem;left:0rem;width:6.5625rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdFo5MzqBCVsT5ShFw1G4ODO1TITmGTs { top:25.25rem;left:0.125rem;width:6.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thyhdxD8VkmQcTVGnwg5X06J3gSrGcT4 { top:48rem;left:0rem;width:22.4375rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REI7MT2bDpMybmHcQvzKzansgTVowUJg { top:22.375rem;left:0rem;width:27.875rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTMp2QwKcgJeh1PeooLweTbVMo2hrDRT { top:43.0625rem;left:32.75rem;width:15rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK8Wl57Hdd7roo1r1ETq58iJmPSJhsp8 { top:43.5rem;left:35.375rem;width:12.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URDfPJJx4c1xvzXnsbU0TxOnTiMndEzV { top:6.25rem;left:31.5rem;width:16.25rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { top:3.375rem;left:0rem;width:30.5rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { top:8.9375rem;left:0rem;width:47.75rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGwbSS02RCH7UgwuCO9AL5C1RtwC8Di { top:18.5rem;left:0rem;width:20.0625rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnTDT9vuyFL7BSPAGDnlDFizU4TxFMci { top:22.875rem;left:0rem;width:16.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWnzkccRf3F6OgbLA9KKMidgSwDS3z3V { top:22.875rem;left:31.625rem;width:16.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0QmlRTqMlCCHl9LHsuBuJTOMRLOHEz5 { top:20.4375rem;left:32.6875rem;width:15.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFRfShp5E74d8htnAOO4IsqVLJFgRv0G { top:22.875rem;left:6.9375rem;width:16.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHRenubS5NVK3Vnf1vcGC0PTp6v2pRMt { top:20.4375rem;left:6.875rem;width:20.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ5O6tlswTsl85HnqTncrEo9GsAsELbX { top:25.0625rem;left:26.0625rem;width:16.125rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyO0fA70xirf9RtKXOgwX2rUbvsQXEC { top:18.5rem;left:25.875rem;width:16.4375rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4oSGALG46GpTen09U7trkPfFW3dVJUx { display:block; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ocpT9SBd73Ox3sF49ix1K2bV5QTFur { top:3.375rem;left:0rem;width:30.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8NORiFLhKKgw8skRdER4L9er1eJdvUg { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaMKLevpmXNpRCB0n1ea2p1pu6osoasC { top:8.125rem;left:0rem;width:11.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmangKXIT8ivAFTsqPNJydAhXNut0wdS { top:8.875rem;left:17.375rem;width:11.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT4X7OrRZCeoIMbp56EWd4ZNQ8Bq1DB { top:10.625rem;left:17.375rem;width:17.125rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbl9Z6PJ4iOPcLatVsfV0iWNDLqWDR1x { top:10.625rem;left:30.625rem;width:17.125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq7SnONuacN1K4rkOvLhnqikwLUrnUkz { top:8.875rem;left:32.5rem;width:15.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhKCyoSVW5T5iCJrHTxcTB6g5kmceKiK { top:9.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0XKKdNdoACbGxJbLI3FFIFslHElB1W { top:9rem;left:12.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiDu7mdLofqnbmmuOkxEEwo7GWXVWi56 { top:9.375rem;left:36.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkTRuW4RQiJK2XsO32XhQVGJAhFBse0g { top:11.9375rem;left:0rem;width:11.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u { display:block; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeWaILFdAU5zkMWK5STCXzqxW1CvuUlh { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZ27mfkR8ePsFC3IaLM5ZM09LouTc2d { top:0rem;left:0rem;width:47.75rem;height:11.46rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 { display:block; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnobzqR8qKkHrodGOsPwXDAfgyy8ZekA { top:3.375rem;left:0rem;width:28.3125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoP3Lsh7SvbpBdqr5Jmc3Xh4DBy4bqb5 { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzBAFqZ7X4BdyPRXwoXn86aGc3CR9s7k { top:8.125rem;left:0rem;width:11.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVaVtUOoBTEtXNA5mcAsO1AuM54rSXn2 { top:8.875rem;left:17.375rem;width:11.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K20Dfu0JJLz41wwvPlITfWmohFhgpESJ { top:10.625rem;left:17.375rem;width:11.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfuHyhAb6JJq2RIzbrTZf6HsEpNye3aJ { top:10.625rem;left:30.625rem;width:17.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5GpamViM33ImbAsWz4d0nuqBQU4Wyh0 { top:8.875rem;left:36.1875rem;width:11.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZekpZONyfC5eSPBxHECirZNGbaLnrJ { top:9.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ1emnz5GLpdEG5ObiVZ4DiGpECCSmei { top:9rem;left:12.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7r8EiUWPUCtUdsn9dXxoHiwxg68N9iF { top:9.375rem;left:35.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKdaft9wg5PSCT4Hczqpt66tdF55VkKT { top:11.9375rem;left:0rem;width:11.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4AENEhZRRqE52umipTkiTv7IH8c4sqn { display:block; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exTyP6nqnL9Wcx5gMOkQMPm1S7rQDnzZ { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr6VVG9QmXRLbcJs8sf6bak80ZpAtpDl { top:7rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIdXFvZVGRDoHF67MIJL4mkK2lnk6zoJ { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5FcfT1SNkVzsgIsbC0AKbIML9iZqqgU { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOobSDbrTK1N1NTOctNXSrEQnkMV7FD6 { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L47Vt0tQi5NMkeOWyVtJLghLSZdA8T59 { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVm6F4wQhcREPi3vC0qnvc6sN2Mhf672 { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmlr2idc8CGSoH0G0ARWCLyWu1F8342X { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCk2lWF9qgkx0rfp87cTT7Krdiby66Er { top:3.875rem;left:0rem;width:26.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz { display:block; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJU14XM1ZTrLd9qB6UurLCqtkE3LhTBH { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKWVzNAoZXbEVp30E1S9qwChSPEWwOCX { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib0NosWLkk5tHID8S5x4c5uINwIz3EyL { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5pJA4qUkivcas8iTH05dDx3dCQWlG0h { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok0Jt7793w4J0JErfk2idXguNMl7GQPh { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BueJXs69RpuD8uOAWLUiu0Q50NT4ziGA { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ld46Q61g38ATs4AbBLrR6mdRPiTA3T { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1c8s1Qc1PtKf51Ff4Auf9zth5y0XqdO { top:6.75rem;left:25.4375rem;width:14.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFpcuDvTw1u4ksF8aZWWZ6WFoWbUe9uE { top:4.875rem;left:31.125rem;width:16.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlPAbAcTbEvNO6esMHAQCs5CGS5TJfa3 { top:7.1875rem;left:8.6875rem;width:11.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmQJQSpNSFUyDdh8tH57AIQ8atzDbnvz { top:6rem;left:0rem;width:18.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK { display:block; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZm6PgHLsRhgeLTqynEvkF8hmfKcSUhR { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRaKvwtzJiC6uAxCMGSDcQaG70vW9QRH { top:8.625rem;left:26.5rem;width:21.25rem;height:9.4375rem;font-size:1.0625rem;display:block; }#RRaKvwtzJiC6uAxCMGSDcQaG70vW9QRH li:before{  }
 }@media only screen and (max-width: 763px) { #Vdm0RtkbV4LNTkuSZK70SdC2WOpXdc4Z { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xborWw9bbTwz9134xSRm6GWGTNR6GSdX { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcTiEHZTP7fMM6HBxh4z7i1xCaumlprV { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFCTIJSHU78lcNJzls3Avf4tqemmum6T { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ43CaUEpf1ismhp0ZiO89peuM8knmLw { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuCvW0BGXvtLg7WL1QbB981bCVrcJaGW { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ5A9CikbiquoUdMEwT5I1UbB8OTB7dq { top:3.5rem;left:0rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZotHmHEA475KsLRXfVORqeKRkSkuxc { top:8rem;left:0rem;width:19.8125rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVeFq0EgpQzIL6HVLiwlnpqAU3rKHX4n { top:0rem;left:0rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:block; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { top:6.5625rem;left:5.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { top:8.5rem;left:5.9375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { top:11rem;left:5.9375rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { top:2.5625rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { top:8.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { top:11rem;left:33.5rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { top:8.5rem;left:25.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { top:8.5rem;left:38.25rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { top:6.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { top:30.8125rem;left:5.9375rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { top:30.8125rem;left:33.5rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { top:28.3125rem;left:25.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { top:28.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { top:28.3125rem;left:5.9375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { top:28.3125rem;left:38.25rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { top:26.375rem;left:5.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { top:26.375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { display:block; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CeHLuzttRo1o1mava97UXogPB0OQ4f { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { top:3.3125rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go381CkzwSKkDezZZmJx69a5GfMW3D9I { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbLIMJTxr89zsXfeik345PN9kTItTlOb { top:3.3125rem;left:23.568359375rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { top:7.3125rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpPC6PoZ5KU8pqdt9xAKEzaS7dqUbFfc { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPyvv7kh5gTMfpiwsnW3zqBcx2yRiR4 { display:block; }
 }@media only screen and (max-width: 763px) { #INtQztgpkJlSmgNFRcVIfq9vQxNuHhUs { top:11.8125rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX { display:block; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4X5cFTskURFfNHVf1EcGGpwUgB7xCMe { top:10.625rem;left:0rem;width:41.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMHq4xNZ8zsSipME7R2zh7lFhcoW4b0S { top:2rem;left:24.3125rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxO9VcdiZTapElpdbwI5cFTlFuiGrmyn { top:4.25rem;left:24.3125rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVBf72JTLx1LxHetq1Ln6mTFrZMWbeK { width:6.3125rem;height:2.1875rem;top:10.125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOMdt6CCKdB5bIKNGvmN36mxDQw0pQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #f9MEFGWKGu8DHOMPKGP6MvxhrsQoQMiG { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI9JUn0W7GMP3EMqEn8Xn6v77Cr0rFkl { display:block; }
 }@media only screen and (max-width: 763px) { #MFrrbUd5UgTatVU1eaQHxqIsCltTwTNP { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBZ2Q6xiqvhin4MsT4NvHTEDZrSGI2M { display:block; }
 }@media only screen and (max-width: 763px) { #NJMAsFxX3CBk1VFt2F3m49t7LvLrNZ9H { top:2.9375rem;left:0rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCQZWAoCToz3s9Q55IeHzqeT21M1gR { top:8.875rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwearXkdSq61mAwEzxufcDBp5Ddg56F { top:1.8125rem;left:43rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQkTaPlMTOLTtflbwm7gwPeezf0I3Gi1 { top:4.0625rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
#PQkTaPlMTOLTtflbwm7gwPeezf0I3Gi1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #g6ipMCs6mge7dQXM53h1SCLpPKLlu9Xh { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#g6ipMCs6mge7dQXM53h1SCLpPKLlu9Xh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qK59biQwTPXmaNiVc1sLLhid24Tw5HWf { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#qK59biQwTPXmaNiVc1sLLhid24Tw5HWf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BpyEntkr3lTWEtkymyLwfgbnG6uF8Q1h { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#BpyEntkr3lTWEtkymyLwfgbnG6uF8Q1h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #IttG8eTWdBpRBGchGrZuaC9BvgOCFg1l { top:3.1875rem;left:4.9375rem;width:12.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi { display:none; }#pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w3fIP2BJ2sLQzEpGbsdTRoESapXZ34RN { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg5C53HbAmx1zoklswFNrnZu8tQUmk6w { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIV8c8gtUZyKf0CqOtuasECPeB3tBF8e { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4oOpJBZVguANceSCOKyeLHnkbl9XNCD { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcqUuuOXo8EU7vFlQoAfczktv2NuzAMO { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1hoPATS8pivxtTTMixHaIxXfhex5bpl { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BELbT69scqn6FTI39VKVy7kk9PBLphpx { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELgXCSt5Wou6Hvb5ltAooUuJrshmLIVg { top:0rem;left:5.75rem;width:42rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPaoWnNbRoCDTbBHpgIGJt7vKsqkG3IJ { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5lWGfIUZdOKgsn6GCWqaUi5COg59OmB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul { position:relative;z-index:auto;display:block; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul { background-color: transparent; background-image: none; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container > .video-iframe-container { display: none; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row > .video-iframe-container { display: none; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .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); }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul { border-width: 0; border-radius: 0; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xcv6VzfEJTm15Dsp97lkEM1bClfiq8ul > .row .container { width:20rem;height:6.6875rem;background-color:#1e00ff;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RODOLL8iR0RTFRHd9SA5LDXVuodKwIFg { width:8.375rem;height:2.375rem;top:1.6875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOwvthyNJn3JHz0fgTJHwhkOt3Wyevms { display:block; }
 }@media only screen and (max-width: 763px) { #moG6a9L9HIkQzRHzkwuaSzOXWSoXFTc0 { width:4.25rem;height:2.25rem;top:1.5625rem;left:15.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gt5z1CnnEg5fSTV1TLTwUxEUkGHi0HhB { display:block; }
 }@media only screen and (max-width: 763px) { #DARyOGlkmVHR3cJER5W0Jxe8EMIggox2 { display:flex;top:3.8125rem;left:9.125rem;width:1.75rem;height:1.75rem;z-index:15013; }
#DARyOGlkmVHR3cJER5W0Jxe8EMIggox2 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #MwvOL4QHbxlkTIq5UGOTqXVUUo4BmcR4 { display:flex;width:1.5rem;height:1.5rem;top:7.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyEbpEtsPaV59zhMbtwlD1TCJVTcr6lG { width:8.375rem;height:4.1875rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKNN1mFBn3OH4ZzOhgTRxlbnfJSBw5bm { width:8.125rem;height:2.1875rem;top:1rem;left:9.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H0AFNKmNO9gyrUcGayhIkysJArEKgL0q { display:block; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q { background-color: transparent; background-image: none; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container > .video-iframe-container { display: none; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row > .video-iframe-container { display: none; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .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.59); }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q { border-width: 0; border-radius: 0; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container { width:20rem;height:72.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:top center !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;position:relative;display:block; }#H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container.adaptive-delivery-prevent-bg, #H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container.lazyload, #H0AFNKmNO9gyrUcGayhIkysJArEKgL0q > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #mlqt5sGNJb356RWhXCZMOnJwsM9pW5g7 { width:8.375rem;height:2.375rem;top:30.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE0iFPZ9RREV5S9Eqduk3KUnUeCtLW1w { display:block; }
 }@media only screen and (max-width: 763px) { #mgypNfM8silsqhikwlFT5scB1T6VlXR6 { width:20rem;height:5.25rem;top:27.1875rem;left:0rem;background-color:#000000;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) { #qHiIIzsoohKAMXx0oIlh5ziHCQAN0AVZ { width:16.4375rem;height:0;top:68.34863125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dy9fZdKQKRU8rrKTRSS1iVlbMrkzptLB { width:11.125rem;height:2.4375rem;top:10.8125rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVTvtmhmVBSIU0lCflZNxrh9gKEM9bsT { display:block; }
 }@media only screen and (max-width: 763px) { #AJMpkoA5hvnd8mkIuR9l3PyeUbSU2BbQ { width:17rem;height:5.625rem;top:3.5rem;left:0.875rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h2bmFmSpcZ4VaeF4B81WDulU0Fx0vQEf { width:14.75rem;height:1.05rem;top:1.8125rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zNELu6FbI4UuNv0xQrs9l5IKtNv2XcAJ { width:5.5625rem;height:0.825rem;top:21.625rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SKzmbrTRcw3l4pRohfFHosEMeQihtxPl { width:17.375rem;height:4.75rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30gSKgu0znkJ3Xg8WI3wkv5sqB6XCnm { width:3.25rem;height:0.825rem;top:21.625rem;left:7.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eKgxbWDGCcphC5uTEqf5hsLX5Nx32MTQ { width:5.5625rem;height:1.2rem;top:22.4375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KJfD7aylDUZPzoJdr2iJteuB6M1IJ4ka { width:5.5625rem;height:1.2rem;top:22.4375rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RO2qw59q8k4xnE6De3JHgt2QP07EVL8x { width:3.6875rem;height:0.825rem;top:21.625rem;left:11.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iJpSqLr9gaqP7stb7NfK5eaFBTUFrzmz { width:5.875rem;height:1.2rem;top:22.4375rem;left:11.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-text {padding-top: 0; padding-bottom: 0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-select {padding-top: 0; padding-bottom: 0;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem;background-color:#1e00ff;background-image:none;color:#ffffff; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg  { width:17.375rem;height:auto;top:31.1875rem;left:0rem; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg {display:block;}#h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg { width:17.375rem;height:auto;top:31.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #neQcNm366QlEXp5kbIFrTrThL92CUdmk {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #SOoLTfRZ3M8aJLTF5aMuONG2bSye1kw6 { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #yysqwXecrDeCLKg5zHtolgRsBTNTuqGe {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #QSIOdoEUcWezPrUvxq7laCTkAXuf0msA {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #G2JfwwH4i9H33Go9AGFgqBSqWwT8kk4P { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #JVxGA7vTQtzagVzlS11BvNUTbfZnTWMu {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #O7bA82yC4q539fwxZ5MFH7ReARlJTLLE {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #dEMDuuQfqFaSw7z3H4v0ph3CMvdkfa9V { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #H09qWtKyvL6mTXLTRb9GLPzx9G0ikTEH {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #PQMf2UUhZ2leHT94qG0DyEHcM88spuKv {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #VI8xJxls9ifZkScdrWcdafMO1MXUv5ex { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #DwruSxzUM2x3aAvGIVRCmdcyGTTG3tDQ {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #R05mlFbOBtVtyMb21vcbFapflh4Mze3W {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #Dhpv7bVtCqaxUHQvrahG8Kd3002gJUT8 { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #qLl7FqLJRnicooWWpHLiCeeE3GcekAnf {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #QEe2OcxvHXNJBtrCrdB0s8sUTsMTmO6M {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #wxSq3Ebbp4BUUO1KwXE9ykcQKh2kKLq0 {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #sQhQc1gHdNzfgtCEP97OpOGFCz6AJBTK {  }
 }@media only screen and (max-width: 763px) { #zvrFGNMUF3zf0zpWHryyKzTFi2WmT0iZ { display:block; }
 }@media only screen and (max-width: 763px) { #WPTis1QcCvksIVW0dODrVXqcBTbwapGm { display:block; }
 }@media only screen and (max-width: 763px) { #no0ClJTAAGp2uvRw1FNAkT24Xlc4u1Bp { display:block; }
 }@media only screen and (max-width: 763px) { #GXgOVt8uUUs0n0bslOwwM5HoWMB4mhIn { display:block; }
 }@media only screen and (max-width: 763px) { #Q4AHUfT8BTX2xwB8io6UOsJOlHJUGmV1 { display:block; }
 }@media only screen and (max-width: 763px) { #w1mI8cDbRWw2LfTRf6EClODEWbQLnxzT { display:block; }
 }@media only screen and (max-width: 763px) { #VSx5ELzQsVBVJuhwWTzsDtzz4Se80Esz { display:block; }
 }@media only screen and (max-width: 763px) { #xzafCHyuiu9Xkm4RtORtfynE9Tl11m5G { display:block; }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #mDGcZ1tWhwUOq73DXtS9dm3kRKaFJ98S {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #sphbpbqaETKlgMAtOESenwKQu54mlNmI {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #aq2q7lDB5hcDq0XxWs8bX7I0f5idmisT {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #HDf8ofgT6vLnWlazewDxmN2okdCmFvDf {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #fGRK3axGpmqImWuvoXlmGZa9SwvKs6sv {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #ZAMA4nuCpzfK14KV5u04tFNNfEFmLsIT {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #eP2938zLTVmG2Ou8kHd25gZVCQK0EIbr {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #m2d6zWWS76Ju8T1P9aSOEoKcMgBWmLST {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #Cn0hmCpf22RHJFlIVCBScpqqf6xtup3K {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #cz0txRibBR4IB6ckAyTOuy6fETx0r1H1 {  }
 }@media only screen and (max-width: 763px) { #h9goCAHIlITzmTJ5Vd6aemK53Muk6oIg #ElnDveWzgBEH9PIKEcH5T9uAFB0dJX0G {  }
 }@media only screen and (max-width: 763px) { #ZPnl3Xpp396uPEwAQsvmRPTOEUVcKQko { width:5.125rem;height:5.25rem;top:17.9375rem;left:8.625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvMbbihHQOHLTl3rV8hA69D9fLO9Dogn { width:3.625rem;height:1.04980625rem;top:18.5625rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vZlLG4wIVIkEAdT0dS86Hrw9EbqT4p27 { width:6.625rem;height:1.57421875rem;top:19.8125rem;left:7.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #SdFo5MzqBCVsT5ShFw1G4ODO1TITmGTs { width:6.125rem;height:1.04980625rem;top:21.75rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #thyhdxD8VkmQcTVGnwg5X06J3gSrGcT4 { width:13.9375rem;height:0.73125rem;top:25rem;left:0.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REI7MT2bDpMybmHcQvzKzansgTVowUJg { width:17.25rem;height:7.39375rem;top:10.23046875rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTMp2QwKcgJeh1PeooLweTbVMo2hrDRT { width:15rem;height:2.6875rem;top:66.60546875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK8Wl57Hdd7roo1r1ETq58iJmPSJhsp8 { width:12.375rem;height:1.95rem;top:67.04296875rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URDfPJJx4c1xvzXnsbU0TxOnTiMndEzV { width:17.0625rem;height:3.025rem;top:27.80078125rem;left:1.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { width:15.875rem;height:2.025rem;top:2.625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { width:16.3125rem;height:20.06875rem;top:6.890625rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGwbSS02RCH7UgwuCO9AL5C1RtwC8Di { width:13.4375rem;height:3.75rem;top:26.9375rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnTDT9vuyFL7BSPAGDnlDFizU4TxFMci { width:16.125rem;height:3.575rem;top:31.4375rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QWnzkccRf3F6OgbLA9KKMidgSwDS3z3V { width:16.125rem;height:1.7875rem;top:45.8125rem;left:2.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W0QmlRTqMlCCHl9LHsuBuJTOMRLOHEz5 { width:15.0625rem;height:1.875rem;top:43.625rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFRfShp5E74d8htnAOO4IsqVLJFgRv0G { width:16.125rem;height:3.575rem;top:39.0625rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cHRenubS5NVK3Vnf1vcGC0PTp6v2pRMt { width:20rem;height:1.875rem;top:36.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJ5O6tlswTsl85HnqTncrEo9GsAsELbX { width:16.9375rem;height:4.46875rem;top:54.4375rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sqyO0fA70xirf9RtKXOgwX2rUbvsQXEC { width:18.25rem;height:5.625rem;top:48.1875rem;left:0.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4oSGALG46GpTen09U7trkPfFW3dVJUx { background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container { background-color: transparent; background-image: none; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container > .video-iframe-container { display: none; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row > .video-iframe-container { display: none; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .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); }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container { border-width: 0; border-radius: 0; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4oSGALG46GpTen09U7trkPfFW3dVJUx > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ocpT9SBd73Ox3sF49ix1K2bV5QTFur { width:14.5625rem;height:2.55rem;top:2.625rem;left:2.0625rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X8NORiFLhKKgw8skRdER4L9er1eJdvUg { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaMKLevpmXNpRCB0n1ea2p1pu6osoasC { width:9.5625rem;height:2.925rem;top:7.39453125rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmangKXIT8ivAFTsqPNJydAhXNut0wdS { width:11.5625rem;height:1.4625rem;top:16.4375rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT4X7OrRZCeoIMbp56EWd4ZNQ8Bq1DB { width:11.5625rem;height:6.09375rem;top:18.5rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbl9Z6PJ4iOPcLatVsfV0iWNDLqWDR1x { width:10.125rem;height:6.09375rem;top:29.3125rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq7SnONuacN1K4rkOvLhnqikwLUrnUkz { width:11.5625rem;height:2.925rem;top:26.25rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhKCyoSVW5T5iCJrHTxcTB6g5kmceKiK { display:flex;width:3.125rem;height:3.125rem;top:7.1328125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #TT0XKKdNdoACbGxJbLI3FFIFslHElB1W { display:flex;width:3.125rem;height:3.125rem;top:16.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #XiDu7mdLofqnbmmuOkxEEwo7GWXVWi56 { display:flex;width:3.125rem;height:3.125rem;top:27.75rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #QkTRuW4RQiJK2XsO32XhQVGJAhFBse0g { width:11.5625rem;height:3.65625rem;top:10.8515625rem;left:6.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u { background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container { background-color: transparent; background-image: none; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container > .video-iframe-container { display: none; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row > .video-iframe-container { display: none; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .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); }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container { border-width: 0; border-radius: 0; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPNTvgZlDwC4N2Ox9W9Uinf2HDJMKg8u > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeWaILFdAU5zkMWK5STCXzqxW1CvuUlh { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUZ27mfkR8ePsFC3IaLM5ZM09LouTc2d { width:20rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 { background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container { background-color: transparent; background-image: none; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container > .video-iframe-container { display: none; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row > .video-iframe-container { display: none; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .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); }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container { border-width: 0; border-radius: 0; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCPAo5otCkf2SvTFPLPLw1F1e71NABw3 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnobzqR8qKkHrodGOsPwXDAfgyy8ZekA { width:14.5625rem;height:2.55rem;top:2.625rem;left:2.0625rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eoP3Lsh7SvbpBdqr5Jmc3Xh4DBy4bqb5 { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzBAFqZ7X4BdyPRXwoXn86aGc3CR9s7k { width:9.5625rem;height:2.925rem;top:6.64453125rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVaVtUOoBTEtXNA5mcAsO1AuM54rSXn2 { width:11.5625rem;height:1.4625rem;top:15.6875rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K20Dfu0JJLz41wwvPlITfWmohFhgpESJ { width:11.5625rem;height:2.4375rem;top:17.75rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfuHyhAb6JJq2RIzbrTZf6HsEpNye3aJ { width:10.125rem;height:4.875rem;top:24.9375rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5GpamViM33ImbAsWz4d0nuqBQU4Wyh0 { width:11.5625rem;height:1.4625rem;top:22.75rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZekpZONyfC5eSPBxHECirZNGbaLnrJ { display:flex;width:3.125rem;height:3.125rem;top:6.3828125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #XJ1emnz5GLpdEG5ObiVZ4DiGpECCSmei { display:flex;width:3.125rem;height:3.125rem;top:15.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #S7r8EiUWPUCtUdsn9dXxoHiwxg68N9iF { display:flex;width:3.125rem;height:3.125rem;top:24.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #iKdaft9wg5PSCT4Hczqpt66tdF55VkKT { width:11.5625rem;height:3.65625rem;top:10.1015625rem;left:6.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4AENEhZRRqE52umipTkiTv7IH8c4sqn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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:none; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn.adaptive-delivery-prevent-bg, #V4AENEhZRRqE52umipTkiTv7IH8c4sqn.lazyload, #V4AENEhZRRqE52umipTkiTv7IH8c4sqn.lazyloading { background-image: none; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn > .row .container { border-width: 0; border-radius: 0; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4AENEhZRRqE52umipTkiTv7IH8c4sqn > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exTyP6nqnL9Wcx5gMOkQMPm1S7rQDnzZ { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gr6VVG9QmXRLbcJs8sf6bak80ZpAtpDl { width:16.625rem;height:7.957rem;top:4.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIdXFvZVGRDoHF67MIJL4mkK2lnk6zoJ { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5FcfT1SNkVzsgIsbC0AKbIML9iZqqgU { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOobSDbrTK1N1NTOctNXSrEQnkMV7FD6 { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L47Vt0tQi5NMkeOWyVtJLghLSZdA8T59 { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVm6F4wQhcREPi3vC0qnvc6sN2Mhf672 { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmlr2idc8CGSoH0G0ARWCLyWu1F8342X { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCk2lWF9qgkx0rfp87cTT7Krdiby66Er { width:15.625rem;height:1.01220625rem;top:2.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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:none; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz.adaptive-delivery-prevent-bg, #Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz.lazyload, #Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz.lazyloading { background-image: none; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz > .row .container { border-width: 0; border-radius: 0; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qf9LqIT3rsIinTvkRTXGe0Gruv0FHFtz > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KJU14XM1ZTrLd9qB6UurLCqtkE3LhTBH { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKWVzNAoZXbEVp30E1S9qwChSPEWwOCX { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ib0NosWLkk5tHID8S5x4c5uINwIz3EyL { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5pJA4qUkivcas8iTH05dDx3dCQWlG0h { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ok0Jt7793w4J0JErfk2idXguNMl7GQPh { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BueJXs69RpuD8uOAWLUiu0Q50NT4ziGA { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9ld46Q61g38ATs4AbBLrR6mdRPiTA3T { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1c8s1Qc1PtKf51Ff4Auf9zth5y0XqdO { width:7.125rem;height:2.1875rem;top:7.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFpcuDvTw1u4ksF8aZWWZ6WFoWbUe9uE { width:11rem;height:5.5rem;top:5.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlPAbAcTbEvNO6esMHAQCs5CGS5TJfa3 { width:7.375rem;height:2.3125rem;top:3.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmQJQSpNSFUyDdh8tH57AIQ8atzDbnvz { width:8.5rem;height:2.8125rem;top:2.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK { display:block; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK { background-color: transparent; background-image: none; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container > .video-iframe-container { display: none; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row > .video-iframe-container { display: none; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container { width:20rem;height:34.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container.adaptive-delivery-prevent-bg, #UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container.lazyload, #UxW2u42mKwSFD0Iv707xHzMGyhLt9GbK > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #tZm6PgHLsRhgeLTqynEvkF8hmfKcSUhR { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRaKvwtzJiC6uAxCMGSDcQaG70vW9QRH { width:14.5625rem;height:9.6875rem;top:22.4375rem;left:2.71875rem;font-size:0.875rem;display:block; }#RRaKvwtzJiC6uAxCMGSDcQaG70vW9QRH li:before{  }
 }@media only screen and (max-width: 763px) { #Vdm0RtkbV4LNTkuSZK70SdC2WOpXdc4Z { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xborWw9bbTwz9134xSRm6GWGTNR6GSdX { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcTiEHZTP7fMM6HBxh4z7i1xCaumlprV { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFCTIJSHU78lcNJzls3Avf4tqemmum6T { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQ43CaUEpf1ismhp0ZiO89peuM8knmLw { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuCvW0BGXvtLg7WL1QbB981bCVrcJaGW { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJ5A9CikbiquoUdMEwT5I1UbB8OTB7dq { width:18.125rem;height:1.4625rem;top:2.2890625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZotHmHEA475KsLRXfVORqeKRkSkuxc { width:15.9375rem;height:12.5125rem;top:5.625rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVeFq0EgpQzIL6HVLiwlnpqAU3rKHX4n { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:20rem;height:132.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { width:11.5625rem;height:1.29980625rem;top:19.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { width:11.5625rem;height:1.13671875rem;top:20.4375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { width:13.4375rem;height:11.3671875rem;top:22.9091796875rem;left:3.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { width:17.875rem;height:1.4619125rem;top:2.1240234375rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { width:11.25rem;height:11.1875rem;top:6.130859375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { width:14.25rem;height:11.3671875rem;top:56.875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { width:12.5rem;height:12.5rem;top:37.53125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { width:9.5rem;height:1.13671875rem;top:54.125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { width:7.75rem;height:1.29980625rem;top:52.875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { width:14.25rem;height:11.3671875rem;top:90.56543125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { width:14.25rem;height:11.3671875rem;top:119.482425rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { width:12.5rem;height:12.5rem;top:103.18261875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { width:12.5rem;height:12.5rem;top:69.4921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { width:9.5rem;height:1.13671875rem;top:83.2421875rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { width:9.5rem;height:1.13671875rem;top:88.1787125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { width:7.75rem;height:1.29980625rem;top:85.62890625rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { width:7.75rem;height:1.29980625rem;top:116.93261875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { display:none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0CeHLuzttRo1o1mava97UXogPB0OQ4f { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { width:15.3125rem;height:1.4619125rem;top:10.25rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go381CkzwSKkDezZZmJx69a5GfMW3D9I { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbLIMJTxr89zsXfeik345PN9kTItTlOb { width:5rem;height:5rem;top:3.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { width:18rem;height:3.41015625rem;top:12.625rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kpPC6PoZ5KU8pqdt9xAKEzaS7dqUbFfc { width:16rem;height:3.4375rem;top:18.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPyvv7kh5gTMfpiwsnW3zqBcx2yRiR4 { display:block; }
 }@media only screen and (max-width: 763px) { #INtQztgpkJlSmgNFRcVIfq9vQxNuHhUs { width:4.9375rem;height:4.9375rem;top:1.4375rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX { display:block; }#BFCzw0Ann8e7HCCvTKHIyRzGfa6S9HyX > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4X5cFTskURFfNHVf1EcGGpwUgB7xCMe { width:20rem;height:1.95rem;top:19rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMHq4xNZ8zsSipME7R2zh7lFhcoW4b0S { width:8.875rem;height:1.95rem;top:1.0625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxO9VcdiZTapElpdbwI5cFTlFuiGrmyn { width:8.4375rem;height:2rem;top:2.404296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVBf72JTLx1LxHetq1Ln6mTFrZMWbeK { width:6.3125rem;height:2.125rem;top:23.1875rem;left:13.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOMdt6CCKdB5bIKNGvmN36mxDQw0pQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #f9MEFGWKGu8DHOMPKGP6MvxhrsQoQMiG { width:7.0625rem;height:2.125rem;top:23.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI9JUn0W7GMP3EMqEn8Xn6v77Cr0rFkl { display:block; }
 }@media only screen and (max-width: 763px) { #MFrrbUd5UgTatVU1eaQHxqIsCltTwTNP { width:7.0625rem;height:2.125rem;top:23.1875rem;left:6.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBZ2Q6xiqvhin4MsT4NvHTEDZrSGI2M { display:block; }
 }@media only screen and (max-width: 763px) { #NJMAsFxX3CBk1VFt2F3m49t7LvLrNZ9H { width:7.6875rem;height:2.0625rem;top:1.810546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCQZWAoCToz3s9Q55IeHzqeT21M1gR { width:20rem;height:4.3125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwearXkdSq61mAwEzxufcDBp5Ddg56F { width:4.75rem;height:0.975rem;top:10.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQkTaPlMTOLTtflbwm7gwPeezf0I3Gi1 { display:flex;width:1.875rem;height:1.875rem;top:12.5rem;left:2.5rem; }
#PQkTaPlMTOLTtflbwm7gwPeezf0I3Gi1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #g6ipMCs6mge7dQXM53h1SCLpPKLlu9Xh { display:flex;width:1.875rem;height:1.875rem;top:12.5rem;left:5.375rem; }
#g6ipMCs6mge7dQXM53h1SCLpPKLlu9Xh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qK59biQwTPXmaNiVc1sLLhid24Tw5HWf { display:flex;width:1.875rem;height:1.875rem;top:12.5rem;left:8.25rem; }
#qK59biQwTPXmaNiVc1sLLhid24Tw5HWf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BpyEntkr3lTWEtkymyLwfgbnG6uF8Q1h { display:flex;width:1.875rem;height:1.875rem;top:12.5rem;left:11.375rem; }
#BpyEntkr3lTWEtkymyLwfgbnG6uF8Q1h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #IttG8eTWdBpRBGchGrZuaC9BvgOCFg1l { width:9.75rem;height:1.8125rem;top:6.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pqz47qnu0ZaU3wkM4bgi19WA7GAOXlGi > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fIP2BJ2sLQzEpGbsdTRoESapXZ34RN { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pg5C53HbAmx1zoklswFNrnZu8tQUmk6w { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIV8c8gtUZyKf0CqOtuasECPeB3tBF8e { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4oOpJBZVguANceSCOKyeLHnkbl9XNCD { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcqUuuOXo8EU7vFlQoAfczktv2NuzAMO { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1hoPATS8pivxtTTMixHaIxXfhex5bpl { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BELbT69scqn6FTI39VKVy7kk9PBLphpx { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELgXCSt5Wou6Hvb5ltAooUuJrshmLIVg { width:19.75rem;height:13.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPaoWnNbRoCDTbBHpgIGJt7vKsqkG3IJ { width:16rem;height:3.4375rem;top:2.5625rem;left:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V5lWGfIUZdOKgsn6GCWqaUi5COg59OmB { display:block; }
 }