.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); }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm { 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; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row .container { background-color: transparent; background-image: none; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row .container > .video-iframe-container { display: none; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row > .video-iframe-container { display: none; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .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); }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row .container { border-width: 0; border-radius: 0; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#TfLr1ou3NWqnsTVKBx7lOvXs8MdTVKq1 { 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:1rem;left:57.5859375rem;display:block; }
#zirtI4hXZdvAhUdzLyfeewnDbOMpZvyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#foJGs0dzOU1LATvOilQZi8GNfUzQfQom { 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:1.28125rem;left:48.5625rem;display:block; }
#kOJNGCne68afutQMKGfHrrG6ZTPA6TQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bBeLieqZu0Gm3Hmi1sl0AhUXQBqf1KeC { 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; }
#bBeLieqZu0Gm3Hmi1sl0AhUXQBqf1KeC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#zDpPTJdf8gXGW2GZGci3bksQK8nWbCoV { 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:1.59375rem;left:47.125rem; }
#QwVJu7KEdnacVTsSC315bz58yyS9C8fe { 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:4.9375rem;width:10.125rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl { position:relative;display:block; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl { background-color: transparent; background-image: none; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container > .video-iframe-container { display: none; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row > .video-iframe-container { display: none; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .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); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl { border-width: 0; border-radius: 0; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .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; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .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; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .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:53.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container.adaptive-delivery-prevent-bg, #wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container.lazyload, #wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container.lazyloading { background-image: none; }#HQCUqxQBXxQaBzOBz7G2tEtE9TXcoKf7 { 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; }
#DQUAu1hrDloMZZN7EzHTIkugbSsaG4p4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZvR2Dul2VX548NghLw5FoZ7iivxCn42r { 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:4.5625rem;width:21.125rem;top:4.625rem;left:53.750000953674rem;display:block; }
#VdpnbbDnJZ8potmDm8MB5sovXea7LFZd { 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; }
#MTDT8SPKFREMNVLUQ2LhfeZ3i8UVNmIA { 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:23.40625rem;left:3.5rem;display:none; }
#x6Ia4M2o8U4TsKRVf9kQ4ZDRiuwTu7Mk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TS93IQlv12fBbTENzitFpe6EOQxz1Z9m { 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:45.5rem;left:4rem;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; }
#r20d8Jv1gyzc4eJHkMTzPv0PnvCCqI3i { 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:44.8125rem;left:0rem;display:block; }
#hqLVCRPqvxFzRhlupAN0oxMEbSSJd1Kg { 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:45.5rem;left:12.9375rem;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; }
#NN0rVUUt1v7hRIMbV3WQcGzbMKSSEg5E { color:#000000;display:block;width:7rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:47.3125rem;left:4rem;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; }
#L5uTlCeOXPc90wWGtV5VxIy0eIIlWVRe { 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:47.3125rem;left:12.875rem;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; }
#A7XSdgmpQiHGP0CKmEB6HU0JkNdWmirx { 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:45.5rem;left:19.6875rem;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; }
#Jp8eT5hzJ56TtQBcBW9TReC58ckXEJBL { 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:47.3125rem;left:19.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; }
#IskFBvyT7w4PUs3hEdLIlHxCBnPg57Gb { 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:17.75rem;left:12.75rem;display:none; }
#vNJ78mDslAL5onpM8d0L2NKZTcvV6wmz { 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:18.375rem;left:15rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ktEBTMr17NNfqM21in7onbiqFNuyPXeS { 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:19.625rem;left:13.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VfdAzhEw2fOO6PAl2PqmuOv4KA4L1khF { 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:22.5625rem;left:13.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-form-header {  }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]:-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]::-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container:first-of-type{padding-top:0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container:last-of-type{padding-bottom:0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { 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.774998664856rem;top:9.1875rem;z-index:15038;position:absolute; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { 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.774998664856rem;top:9.1875rem;z-index:15038;position:absolute; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ObhFpgd7vCwGPvL5CSVb8wWeNRM0tncq { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #qhO8pn6gqiE6HdfuxzwPsbhFAk4tDFcC { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Q0TrUosngzq9Zm5gkqn8RAbe0UNkK2Rg { position:relative; }
#AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { position:relative;display:block; }
#l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { position:relative;display:block; }
#msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { position:relative;display:block; }
#Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { position:relative;display:block; }
#nae3A5fleBoQvva8SPTyVhG8eKmiipVk { position:relative;display:block; }
#PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { position:relative;display:block; }
#vHMCBds6Aur8eWQdMc1ctG2R2nuuXad9 { position:relative;display:block; }
#Sg3xZQpct5nOuDZgEudeIIiTwcyrirbP { position:relative;display:block; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #k4P4U6aeDree7JX3m4J0kJNM3PdA2ahF { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #QylkpdwUIh3fyBLnETZ0UcKecbu6bnWt { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #suu7XuCQEVeGzI1ZWlWEodL1HUab1I3z { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #knW6kfWBlrFi0BRypsPuHf3FDXqZtuL6 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #i1sGpgm4vGCHykZ4NUATRboBRLnwvwuA { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #BcAQNTW05OR2McRLREhVCDVngHTvnRdd { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RelD1ekeefMJqyblrMVbNhwNSwFxL6sZ { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #dEePh0QtnmkzLcxgigpS8o99T2T1zaFk { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #o10InEALmNHgHa6JmA1niAp3f4DEy01d { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV { position:relative; }
#LiaxnZhJ8y9Kfbysaf6eoPqMsKdGuwGM { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"jost extrem";font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:20.40625rem;left:4rem;height:3.25rem;display:block; }
#dzkETbrm83PPRwzROv2AJ5TzFNP9t7ZO { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:7.375rem;left:59.8125rem;height:3.5996125rem;font-style:normal;display:block; }
#rS1ifdNmoxi4DNtiGPQiXq8zpp4a2lzm { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"jost extrem";font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:15.0625rem;left:3.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWpJgJNsxKv24UFtTR5D8pwbzrFWGINP { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"jost extrem";font-size:3.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:11.25rem;left:3.75rem;height:4.35004375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DiXUs09pnRWkSbZAHgVzJE3lGgwXFCpe { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"jost extrem";font-size:2rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:9.125rem;left:3.8125rem;height:2.4rem;font-style:normal;display:block; }
#iU4zgh4T3Xn5UeyiFzXGKo8xUfNWe1MO { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"jost extrem";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.75rem;left:3.8125rem;height:1.5rem;font-style:normal;display:block; }
#QwrVxWTUUUEUGWVKGV4LNTqF7gobnTkC { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:verlag;font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.1;letter-spacing:0;top:5.3125rem;left:54.1875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODEgByCMu3vUM3n740v96TwSUnEiXglT { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:48.362501144409rem;left:56.406250953674rem;height:4.87305rem;text-align:justify;text-align-last:initial;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:30.125rem;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:10.875rem;left:3.375rem;height:5.5234375rem;font-style:normal;display:block; }
#ez4vghi126Kt94iTSx93eVq8b3Jh0KRN { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.4375rem;height:3.00625rem;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; }
#IhehM0XEpQgxML37fEbzaIvI8vFbExFZ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:22.125rem;left:23.0625rem;height:3.16699375rem;text-align:left;text-align-last:left;display:block; }
#FOJTMMMOXNrly7BV4NIAJSl0mIKytIxc { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.375rem;height:5.27831875rem;text-align:left;text-align-last:left;display:block; }
#HnhkNEH87sh8TviRlb13dR4akSEq3g7U { color:#000000;display:block;width:11rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:18.75rem;left:23.0625rem;height:3.00625rem;text-align:left;text-align-last:left;display:block; }
#OqpamX2rFakFEQTexkW5bo8ATf3FNVWp { color:#000000;display:block;width:12rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15080;line-height:.9;letter-spacing:0;top:18.75rem;left:42.5625rem;height:4.1625rem;text-align:left;text-align-last:left;display:block; }
#ko6B4GRDvUJJn6LRkidzxKlaDrSiMB2l { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:23.1875rem;left:42.6875rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#tG0wLU3h9SV8qS9vGAgzfKw0OK6R4JGU { color:#000000;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:23.1875rem;left:58.5rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#JAUdWBSdcgcBarQFdE2fwiUZTWTRQOmv { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15082;line-height:.9;letter-spacing:0;top:18.75rem;left:58.5rem;height:4.1625rem;text-align:left;text-align-last:left;display:block; }
#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp { position:relative;display:none; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp { border-width: 0; border-radius: 0; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp > .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; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp > .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; }#rW7Wg328yBylDzTQnhEmhkkHPxfGhupQ { 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; }
#NUq7UtT2BueiuqdR2IvlqxacKQE6O5QF { 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; }
#W96ytzCVJaRBToJq9AtLPiS1gxairtRE { 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; }
#CK9vucqth99sZ3kyJGVo3oTZk4H33ccT { 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; }
#tkTCubxxctsNqnqXz4qnUMDHFBIg1vPB { 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; }
#LZnzPfznVG6F8Q4xRE6DZVRe1hhwRd85 { 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; }
#saQo5p2t2O8oXt0vftK888HygXQhtCSl { 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; }
#PR9rPX8Uyl5vUiMKhVDsVmhd7WwEXeC6 { 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; }
#vBGkPPcouKZSe66FnuXHWexrZubymWV7 { 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; }
#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX { position:relative;display:none; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX { border-width: 0; border-radius: 0; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX > .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; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX > .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; }#QMgXfBTTu8mQ7GopINlII86Fhti4TnSO { 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; }
#XP8pRXz10zk2DvaQi8G6CnLlExFRrEpc { 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; }
#nvIkREwn6stcbkx4OZagGGIFAXwZnQTa { 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; }
#Ln2W88sMCPKTBcbpzvpI4I4LKlH3nLx1 { 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; }
#nh5W5BfTRCE5NGWkbwxUWGbtqletJCbS { 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; }
#RsP5m7oVrf7P0UGkmqEhhiRJDvv5ehbx { 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; }
#VgPrOPrwTPZfPcVrf111550RKMahgLuL { 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; }
#DF0gXie3epKpMngiaBzSzmG2KPofXTzp { 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; }
#DhLIzmNNRAdgNxGu0kGRATmV4Pkbh0ZW { 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; }
#MitGXPJVOdqL3DVqCnJMk0cLHV4dbQnn { 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; }
#IRr2BA23e6DOoZpynS7DdcXAwDUUGbZq { 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; }
#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW { 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; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container { background-color: transparent; background-image: none; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container > .video-iframe-container { display: none; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row > .video-iframe-container { display: none; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .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); }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container { border-width: 0; border-radius: 0; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#oD7Wq49hFygLXFcF7N1G0ziSHZS6ZrZn { 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; }
#BA3NE5o60pn2cRsE66hk4DpvKpKpK9Ke { 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.4375rem;left:32.5625rem;height:9.4375rem;font-style:normal;display:block; }#BA3NE5o60pn2cRsE66hk4DpvKpKpK9Ke li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BA3NE5o60pn2cRsE66hk4DpvKpKpK9Ke li:before{  }
#ctZGDt2cb015LfEOMr7779heGZH3GUKZ { 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; }
#SmuhfqbEmTruXls713pG4TySEU9xKknm { 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; }
#N56qmU420n4U6AAm46UiH1e02aKdAIVO { 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; }
#qQiwF2xRhSJTh2VQCOVpATpS9FLbkZiK { 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; }
#WJblZTP7LcZZ1UO0yBiEg35ttVx0rQHP { 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; }
#slPHWdgHlLSbBF6557DulTcPZRETGZJE { 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; }
#NJy6LaggmDTQeTJzwcHcCiSTtAcL8wII { 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; }
#Fkb0hDErGcEonamBaAbOBbOeaF14O1Nx { 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.2890625rem;left:2.8125rem;height:13.8085625rem;font-style:normal;display:block; }
#TzLfr0vvEosTEX1m9onCT9FQMzybmQdU { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:8.4375rem;left:53.75rem;height:6.6875rem;font-style:normal;display:block; }#TzLfr0vvEosTEX1m9onCT9FQMzybmQdU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TzLfr0vvEosTEX1m9onCT9FQMzybmQdU li:before{  }
#bgvzskCrXCIgpoOGJ7XdaFFzluxTCqix { 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; }
#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { position:relative;display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { background-color: transparent; background-image: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { border-width: 0; border-radius: 0; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;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; }#vbICzxd0P579Mg0bs0uUTlDTWACMznGy { color:#000000;display:block;width:19.125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.75rem;height:1.95rem;display:block; }
#bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.7294921875rem;left:3.75rem;height:2.7625rem;font-style:normal;display:block; }
#RAVmqTUwe4CCo43MsM4rWvZd8VQWsFQX { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.1875rem;width:39.6875rem;top:13.0625rem;left:17.65625rem;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:1.95rem;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:29rem;width:42.1875rem;top:0rem;left:32.880859375rem;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; }
#J363NberVTqAlmtRC4PZwDl8cLGiAwfR { 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; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row .container { background-color: transparent; background-image: none; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row .container > .video-iframe-container { display: none; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row > .video-iframe-container { display: none; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .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); }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row .container { border-width: 0; border-radius: 0; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#lkW9iNB1szzPh8pgv5mzuIN9SGDZppxW { 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; }
#MqEHC0cb6EB4twHCepDNcdXTsJuGTcTX { 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; }
#VVvK5cD2bDn1BAuGL00owmJ2AoD0DAMl { 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; }
#xJIwLwyLcDWxSpWJiATmTyXq5l7y1qN1 { 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; }
#bkPF0zZSHmcMTVJ2CGM17vZcekkPbM6t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hW28889XTPqCRUVH1g8Wmbnl7dU3K6wl { 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; }
#wfS56iyDRmNcALTQBMt1xtxM5uBJrNqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G79qTzdqPWNp8EvWavdWH34QUMs9xVJO { 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; }
#k40BSz60dbzUm6LZqU7g3bNw4fIOwIef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IneTtuUdWNMS5DMhDa9I3vfbWJAW1qUZ { 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; }
#Q5KfmPwIaIHeFK4oEbk71qTdg41cn5ZE { 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; }
#JTMiZUstSwrKHrBUwhUOcdsIPQJp9Cek { 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; }
#p3qLh6xGQ4Nwl3crFbNwakCN9KTT0pfF { 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; }
#p3qLh6xGQ4Nwl3crFbNwakCN9KTT0pfF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JJaT65TGrVlo213u2I5Ss0aIlwAOIeiG { 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.3125rem; }
#JJaT65TGrVlo213u2I5Ss0aIlwAOIeiG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iiFJyziZSPM33r0ENSoRRh0A5eDGTpp2 { 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.03125rem; }
#iiFJyziZSPM33r0ENSoRRh0A5eDGTpp2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#T2wrCA0HSNCLDqTQuTKAppyzCcCESg3B { 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.6875rem; }
#T2wrCA0HSNCLDqTQuTKAppyzCcCESg3B > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#AdRUAzQb5AbVTONwhTuVqR3UZuorLzE8 { 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.5rem;width:13.125rem;top:3.10546875rem;left:18.0625rem;overflow:hidden;display:block; }
#fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 { 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; }#fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 > .row .container { border-width: 0; border-radius: 0; }#fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#uyTT4orhcWzzkfOeEdyZzKcnbe5ZdLDy { 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; }
#WAmUNAPR3qnOqqkav3EnUaT85pdrQsgb { 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; }
#M7EraEnTXPLo9mZOELnHrUVBwMMoKQvw { 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; }
#HUc0cdiwQmbqmLK7hGb0rMXzb0BPNXZ3 { 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; }
#rfokSSuQehCBydgrJgidi6P5JEdSI7hW { 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; }
#vlZwcOXZSLTXa52A7Fm7MDFcC7NBtiEJ { 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; }
#UnADSfGPLmgHL1WzsbpgGSwPkDveKMXW { 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; }
#glh0bi8vSsl5DGoPIE5bZcwTuJV0uwO7 { 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; }
#GyvkAMiEeI24UQXFwisZz8UqyHfcMCwF { 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; }
#e2wTyTCCKhV7IDmTZOLu0btZMGtWX0n4 { 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) { #y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm { display:block; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfLr1ou3NWqnsTVKBx7lOvXs8MdTVKq1 { width:13.875rem;height:2.6875rem;top:1rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zirtI4hXZdvAhUdzLyfeewnDbOMpZvyc { display:block; }
 }@media only screen and (max-width: 763px) { #foJGs0dzOU1LATvOilQZi8GNfUzQfQom { width:6.5625rem;height:2.125rem;top:1.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOJNGCne68afutQMKGfHrrG6ZTPA6TQN { display:block; }
 }@media only screen and (max-width: 763px) { #bBeLieqZu0Gm3Hmi1sl0AhUXQBqf1KeC { display:none; }
#bBeLieqZu0Gm3Hmi1sl0AhUXQBqf1KeC > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #zDpPTJdf8gXGW2GZGci3bksQK8nWbCoV { top:1.5625rem;left:33.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwVJu7KEdnacVTsSC315bz58yyS9C8fe { top:0rem;left:0rem;width:10.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdca6AS0gCJZGLPnzPurTrhkt6buMsEl { display:block; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQCUqxQBXxQaBzOBz7G2tEtE9TXcoKf7 { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQUAu1hrDloMZZN7EzHTIkugbSsaG4p4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZvR2Dul2VX548NghLw5FoZ7iivxCn42r { top:4.625rem;left:26.4375rem;width:21.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdpnbbDnJZ8potmDm8MB5sovXea7LFZd { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDT8SPKFREMNVLUQ2LhfeZ3i8UVNmIA { width:17.5rem;height:3.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Ia4M2o8U4TsKRVf9kQ4ZDRiuwTu7Mk { display:block; }
 }@media only screen and (max-width: 763px) { #TS93IQlv12fBbTENzitFpe6EOQxz1Z9m { top:45.5rem;left:0rem;width:5.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20d8Jv1gyzc4eJHkMTzPv0PnvCCqI3i { top:44.8125rem;left:0rem;width:28.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLVCRPqvxFzRhlupAN0oxMEbSSJd1Kg { top:45.5rem;left:0rem;width:5.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN0rVUUt1v7hRIMbV3WQcGzbMKSSEg5E { top:47.3125rem;left:0rem;width:7rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5uTlCeOXPc90wWGtV5VxIy0eIIlWVRe { top:47.3125rem;left:0rem;width:5.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7XSdgmpQiHGP0CKmEB6HU0JkNdWmirx { top:45.5rem;left:6.0625rem;width:6.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8eT5hzJ56TtQBcBW9TReC58ckXEJBL { top:47.3125rem;left:6.0625rem;width:7.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskFBvyT7w4PUs3hEdLIlHxCBnPg57Gb { top:17.75rem;left:0rem;width:8.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJ78mDslAL5onpM8d0L2NKZTcvV6wmz { top:18.375rem;left:1.375rem;width:3.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktEBTMr17NNfqM21in7onbiqFNuyPXeS { top:19.625rem;left:0rem;width:6.625rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfdAzhEw2fOO6PAl2PqmuOv4KA4L1khF { top:22.5625rem;left:0.125rem;width:6.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-regular-label { display:block;width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { width:18.625rem;height:35.9375rem;top:9.1875rem;left:26.5rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { width:18.625rem;height:35.9375rem;top:9.1875rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ObhFpgd7vCwGPvL5CSVb8wWeNRM0tncq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #qhO8pn6gqiE6HdfuxzwPsbhFAk4tDFcC {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Q0TrUosngzq9Zm5gkqn8RAbe0UNkK2Rg {  }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { display:block; }
 }@media only screen and (max-width: 763px) { #msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { display:block; }
 }@media only screen and (max-width: 763px) { #Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { display:block; }
 }@media only screen and (max-width: 763px) { #nae3A5fleBoQvva8SPTyVhG8eKmiipVk { display:block; }
 }@media only screen and (max-width: 763px) { #PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { display:block; }
 }@media only screen and (max-width: 763px) { #vHMCBds6Aur8eWQdMc1ctG2R2nuuXad9 { display:block; }
 }@media only screen and (max-width: 763px) { #Sg3xZQpct5nOuDZgEudeIIiTwcyrirbP { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #k4P4U6aeDree7JX3m4J0kJNM3PdA2ahF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #QylkpdwUIh3fyBLnETZ0UcKecbu6bnWt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #suu7XuCQEVeGzI1ZWlWEodL1HUab1I3z {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #knW6kfWBlrFi0BRypsPuHf3FDXqZtuL6 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #i1sGpgm4vGCHykZ4NUATRboBRLnwvwuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #BcAQNTW05OR2McRLREhVCDVngHTvnRdd {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RelD1ekeefMJqyblrMVbNhwNSwFxL6sZ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #dEePh0QtnmkzLcxgigpS8o99T2T1zaFk {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #o10InEALmNHgHa6JmA1niAp3f4DEy01d {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV {  }
 }@media only screen and (max-width: 763px) { #LiaxnZhJ8y9Kfbysaf6eoPqMsKdGuwGM { top:20.375rem;left:0rem;width:23.5625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkETbrm83PPRwzROv2AJ5TzFNP9t7ZO { top:7.375rem;left:25.75rem;width:22rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS1ifdNmoxi4DNtiGPQiXq8zpp4a2lzm { top:15.0625rem;left:0rem;width:23.625rem;height:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWpJgJNsxKv24UFtTR5D8pwbzrFWGINP { top:11.25rem;left:0rem;width:26.3125rem;height:4.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiXUs09pnRWkSbZAHgVzJE3lGgwXFCpe { top:9.125rem;left:0rem;width:26.3125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4zgh4T3Xn5UeyiFzXGKo8xUfNWe1MO { top:6.75rem;left:0rem;width:22rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwrVxWTUUUEUGWVKGV4LNTqF7gobnTkC { top:5.3125rem;left:27.375rem;width:20.375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODEgByCMu3vUM3n740v96TwSUnEiXglT { top:48.3125rem;left:31.9375rem;width:15.8125rem;height:4.875rem;font-size:0.75rem;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:10.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez4vghi126Kt94iTSx93eVq8b3Jh0KRN { top:18.75rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhehM0XEpQgxML37fEbzaIvI8vFbExFZ { top:22.125rem;left:9.4375rem;width:17.625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOJTMMMOXNrly7BV4NIAJSl0mIKytIxc { top:22.125rem;left:0rem;width:16.125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnhkNEH87sh8TviRlb13dR4akSEq3g7U { top:18.75rem;left:9.4375rem;width:11rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqpamX2rFakFEQTexkW5bo8ATf3FNVWp { top:18.75rem;left:28.9375rem;width:12rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko6B4GRDvUJJn6LRkidzxKlaDrSiMB2l { top:23.1875rem;left:29.0625rem;width:12.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG0wLU3h9SV8qS9vGAgzfKw0OK6R4JGU { top:23.1875rem;left:34.625rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAUdWBSdcgcBarQFdE2fwiUZTWTRQOmv { top:18.75rem;left:36.125rem;width:11.625rem;height:6.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp { display:block; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW7Wg328yBylDzTQnhEmhkkHPxfGhupQ { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUq7UtT2BueiuqdR2IvlqxacKQE6O5QF { top:7rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W96ytzCVJaRBToJq9AtLPiS1gxairtRE { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK9vucqth99sZ3kyJGVo3oTZk4H33ccT { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkTCubxxctsNqnqXz4qnUMDHFBIg1vPB { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZnzPfznVG6F8Q4xRE6DZVRe1hhwRd85 { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saQo5p2t2O8oXt0vftK888HygXQhtCSl { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR9rPX8Uyl5vUiMKhVDsVmhd7WwEXeC6 { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBGkPPcouKZSe66FnuXHWexrZubymWV7 { top:3.875rem;left:0rem;width:26.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX { display:block; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMgXfBTTu8mQ7GopINlII86Fhti4TnSO { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8pRXz10zk2DvaQi8G6CnLlExFRrEpc { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvIkREwn6stcbkx4OZagGGIFAXwZnQTa { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln2W88sMCPKTBcbpzvpI4I4LKlH3nLx1 { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh5W5BfTRCE5NGWkbwxUWGbtqletJCbS { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsP5m7oVrf7P0UGkmqEhhiRJDvv5ehbx { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPrOPrwTPZfPcVrf111550RKMahgLuL { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF0gXie3epKpMngiaBzSzmG2KPofXTzp { top:6.75rem;left:25.4375rem;width:14.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLIzmNNRAdgNxGu0kGRATmV4Pkbh0ZW { top:4.875rem;left:31.125rem;width:16.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MitGXPJVOdqL3DVqCnJMk0cLHV4dbQnn { top:7.1875rem;left:8.6875rem;width:11.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRr2BA23e6DOoZpynS7DdcXAwDUUGbZq { top:6rem;left:0rem;width:18.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW { display:block; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oD7Wq49hFygLXFcF7N1G0ziSHZS6ZrZn { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA3NE5o60pn2cRsE66hk4DpvKpKpK9Ke { top:8.4375rem;left:18.9375rem;width:21.25rem;height:;font-size:1.0625rem;display:block; }#BA3NE5o60pn2cRsE66hk4DpvKpKpK9Ke li:before{  }
 }@media only screen and (max-width: 763px) { #ctZGDt2cb015LfEOMr7779heGZH3GUKZ { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmuhfqbEmTruXls713pG4TySEU9xKknm { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N56qmU420n4U6AAm46UiH1e02aKdAIVO { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQiwF2xRhSJTh2VQCOVpATpS9FLbkZiK { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJblZTP7LcZZ1UO0yBiEg35ttVx0rQHP { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slPHWdgHlLSbBF6557DulTcPZRETGZJE { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJy6LaggmDTQeTJzwcHcCiSTtAcL8wII { top:3.5rem;left:0rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkb0hDErGcEonamBaAbOBbOeaF14O1Nx { top:8.25rem;left:0rem;width:19.8125rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzLfr0vvEosTEX1m9onCT9FQMzybmQdU { top:8.4375rem;left:26.4375rem;width:21.3125rem;height:;font-size:0.875rem;display:block; }#TzLfr0vvEosTEX1m9onCT9FQMzybmQdU li:before{  }
 }@media only screen and (max-width: 763px) { #bgvzskCrXCIgpoOGJ7XdaFFzluxTCqix { 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) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { top:2.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { top:6.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAVmqTUwe4CCo43MsM4rWvZd8VQWsFQX { top:13.0625rem;left:4.03125rem;width:39.6875rem;height:22.1875rem;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:0rem;left:5.5625rem;width:42.1875rem;height:29rem;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) { #J363NberVTqAlmtRC4PZwDl8cLGiAwfR { display:block; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkW9iNB1szzPh8pgv5mzuIN9SGDZppxW { top:10.625rem;left:0rem;width:41.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqEHC0cb6EB4twHCepDNcdXTsJuGTcTX { top:2rem;left:24.3125rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVvK5cD2bDn1BAuGL00owmJ2AoD0DAMl { top:4.25rem;left:24.3125rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJIwLwyLcDWxSpWJiATmTyXq5l7y1qN1 { width:6.3125rem;height:2.1875rem;top:10.125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkPF0zZSHmcMTVJ2CGM17vZcekkPbM6t { display:block; }
 }@media only screen and (max-width: 763px) { #hW28889XTPqCRUVH1g8Wmbnl7dU3K6wl { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfS56iyDRmNcALTQBMt1xtxM5uBJrNqK { display:block; }
 }@media only screen and (max-width: 763px) { #G79qTzdqPWNp8EvWavdWH34QUMs9xVJO { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k40BSz60dbzUm6LZqU7g3bNw4fIOwIef { display:block; }
 }@media only screen and (max-width: 763px) { #IneTtuUdWNMS5DMhDa9I3vfbWJAW1qUZ { top:2.9375rem;left:0rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KfmPwIaIHeFK4oEbk71qTdg41cn5ZE { top:8.875rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMiZUstSwrKHrBUwhUOcdsIPQJp9Cek { top:1.8125rem;left:43rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3qLh6xGQ4Nwl3crFbNwakCN9KTT0pfF { top:4.0625rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
#p3qLh6xGQ4Nwl3crFbNwakCN9KTT0pfF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JJaT65TGrVlo213u2I5Ss0aIlwAOIeiG { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#JJaT65TGrVlo213u2I5Ss0aIlwAOIeiG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iiFJyziZSPM33r0ENSoRRh0A5eDGTpp2 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#iiFJyziZSPM33r0ENSoRRh0A5eDGTpp2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T2wrCA0HSNCLDqTQuTKAppyzCcCESg3B { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#T2wrCA0HSNCLDqTQuTKAppyzCcCESg3B > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AdRUAzQb5AbVTONwhTuVqR3UZuorLzE8 { top:3.0625rem;left:4.4375rem;width:13.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 { display:none; }#fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uyTT4orhcWzzkfOeEdyZzKcnbe5ZdLDy { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmUNAPR3qnOqqkav3EnUaT85pdrQsgb { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7EraEnTXPLo9mZOELnHrUVBwMMoKQvw { 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) { #HUc0cdiwQmbqmLK7hGb0rMXzb0BPNXZ3 { 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) { #rfokSSuQehCBydgrJgidi6P5JEdSI7hW { 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) { #vlZwcOXZSLTXa52A7Fm7MDFcC7NBtiEJ { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnADSfGPLmgHL1WzsbpgGSwPkDveKMXW { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glh0bi8vSsl5DGoPIE5bZcwTuJV0uwO7 { top:0rem;left:5.75rem;width:42rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyvkAMiEeI24UQXFwisZz8UqyHfcMCwF { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2wTyTCCKhV7IDmTZOLu0btZMGtWX0n4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm { position:relative;z-index:auto;display:block; }#y9r3yk4ktKJbiJalD3NeVyJnc2MRhvLm > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfLr1ou3NWqnsTVKBx7lOvXs8MdTVKq1 { width:13.875rem;height:2.6875rem;top:1rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zirtI4hXZdvAhUdzLyfeewnDbOMpZvyc { display:block; }
 }@media only screen and (max-width: 763px) { #foJGs0dzOU1LATvOilQZi8GNfUzQfQom { 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) { #kOJNGCne68afutQMKGfHrrG6ZTPA6TQN { display:block; }
 }@media only screen and (max-width: 763px) { #bBeLieqZu0Gm3Hmi1sl0AhUXQBqf1KeC { display:flex;top:0.78125rem;left:14.40625rem;width:1.75rem;height:1.75rem;z-index:15013; }
#bBeLieqZu0Gm3Hmi1sl0AhUXQBqf1KeC > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #zDpPTJdf8gXGW2GZGci3bksQK8nWbCoV { display:flex;width:1.5rem;height:1.5rem;top:7.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwVJu7KEdnacVTsSC315bz58yyS9C8fe { width:5.5rem;height:2.75rem;top:0.5625rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wdca6AS0gCJZGLPnzPurTrhkt6buMsEl { display:block; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl { background-color: transparent; background-image: none; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container > .video-iframe-container { display: none; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row > .video-iframe-container { display: none; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .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); }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl { border-width: 0; border-radius: 0; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .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; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .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; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container { width:20rem;height:82rem;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;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; }#wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container.adaptive-delivery-prevent-bg, #wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container.lazyload, #wdca6AS0gCJZGLPnzPurTrhkt6buMsEl > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #HQCUqxQBXxQaBzOBz7G2tEtE9TXcoKf7 { width:8.375rem;height:2.375rem;top:30.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQUAu1hrDloMZZN7EzHTIkugbSsaG4p4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZvR2Dul2VX548NghLw5FoZ7iivxCn42r { width:20rem;height:6.9375rem;top:31.125rem;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) { #VdpnbbDnJZ8potmDm8MB5sovXea7LFZd { 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) { #MTDT8SPKFREMNVLUQ2LhfeZ3i8UVNmIA { width:11.125rem;height:2.4375rem;top:16.875rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6Ia4M2o8U4TsKRVf9kQ4ZDRiuwTu7Mk { display:block; }
 }@media only screen and (max-width: 763px) { #TS93IQlv12fBbTENzitFpe6EOQxz1Z9m { width:5.5625rem;height:0.825rem;top:23rem;left:1.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #r20d8Jv1gyzc4eJHkMTzPv0PnvCCqI3i { width:17.375rem;height:3.875rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLVCRPqvxFzRhlupAN0oxMEbSSJd1Kg { width:3.25rem;height:0.825rem;top:23rem;left:7.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NN0rVUUt1v7hRIMbV3WQcGzbMKSSEg5E { width:4.5rem;height:1.05rem;top:23.9375rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #L5uTlCeOXPc90wWGtV5VxIy0eIIlWVRe { width:5.5625rem;height:1.05rem;top:23.9375rem;left:7.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A7XSdgmpQiHGP0CKmEB6HU0JkNdWmirx { width:3.6875rem;height:0.825rem;top:23rem;left:11.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8eT5hzJ56TtQBcBW9TReC58ckXEJBL { width:5.4375rem;height:1.05rem;top:23.9375rem;left:11.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IskFBvyT7w4PUs3hEdLIlHxCBnPg57Gb { width:5.125rem;height:5.25rem;top:21.875rem;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) { #vNJ78mDslAL5onpM8d0L2NKZTcvV6wmz { width:3.625rem;height:1.04980625rem;top:22.5rem;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) { #ktEBTMr17NNfqM21in7onbiqFNuyPXeS { width:6.625rem;height:1.57421875rem;top:23.75rem;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) { #VfdAzhEw2fOO6PAl2PqmuOv4KA4L1khF { width:6.125rem;height:1.04980625rem;top:25.6875rem;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) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { width:17.5rem;height:auto;top:35.4375rem;left:0rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { width:17.5rem;height:auto;top:35.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ObhFpgd7vCwGPvL5CSVb8wWeNRM0tncq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #qhO8pn6gqiE6HdfuxzwPsbhFAk4tDFcC {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Q0TrUosngzq9Zm5gkqn8RAbe0UNkK2Rg {  }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { display:block; }
 }@media only screen and (max-width: 763px) { #msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { display:block; }
 }@media only screen and (max-width: 763px) { #Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { display:block; }
 }@media only screen and (max-width: 763px) { #nae3A5fleBoQvva8SPTyVhG8eKmiipVk { display:block; }
 }@media only screen and (max-width: 763px) { #PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { display:block; }
 }@media only screen and (max-width: 763px) { #vHMCBds6Aur8eWQdMc1ctG2R2nuuXad9 { display:block; }
 }@media only screen and (max-width: 763px) { #Sg3xZQpct5nOuDZgEudeIIiTwcyrirbP { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #k4P4U6aeDree7JX3m4J0kJNM3PdA2ahF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #QylkpdwUIh3fyBLnETZ0UcKecbu6bnWt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #suu7XuCQEVeGzI1ZWlWEodL1HUab1I3z {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #knW6kfWBlrFi0BRypsPuHf3FDXqZtuL6 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #i1sGpgm4vGCHykZ4NUATRboBRLnwvwuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #BcAQNTW05OR2McRLREhVCDVngHTvnRdd {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RelD1ekeefMJqyblrMVbNhwNSwFxL6sZ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #dEePh0QtnmkzLcxgigpS8o99T2T1zaFk {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #o10InEALmNHgHa6JmA1niAp3f4DEy01d {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV {  }
 }@media only screen and (max-width: 763px) { #LiaxnZhJ8y9Kfbysaf6eoPqMsKdGuwGM { width:13.1875rem;height:5.2rem;top:12.0625rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzkETbrm83PPRwzROv2AJ5TzFNP9t7ZO { width:16.0625rem;height:0;top:70.11230625rem;left:1.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rS1ifdNmoxi4DNtiGPQiXq8zpp4a2lzm { width:16.125rem;height:2.7rem;top:8.810546875rem;left:1.375rem;font-size:2.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iWpJgJNsxKv24UFtTR5D8pwbzrFWGINP { width:11.875rem;height:3.15rem;top:5.849609375rem;left:1.375rem;font-size:2.625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DiXUs09pnRWkSbZAHgVzJE3lGgwXFCpe { width:15.3125rem;height:1.7252625rem;top:4.25rem;left:1.375rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iU4zgh4T3Xn5UeyiFzXGKo8xUfNWe1MO { width:9.5rem;height:1.275rem;top:1.75rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QwrVxWTUUUEUGWVKGV4LNTqF7gobnTkC { width:20rem;height:3.025rem;top:31.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODEgByCMu3vUM3n740v96TwSUnEiXglT { width:15.8125rem;height:4.875rem;top:76.43750190735rem;left:2.0937500596046rem;font-size:0.75rem;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:47.5rem;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:10.5625rem;top:6.890625rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez4vghi126Kt94iTSx93eVq8b3Jh0KRN { width:13.4375rem;height:2.03125rem;top:18.6963125rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhehM0XEpQgxML37fEbzaIvI8vFbExFZ { width:17.625rem;height:2.68125rem;top:29.1875rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOJTMMMOXNrly7BV4NIAJSl0mIKytIxc { width:16.125rem;height:3.575rem;top:21.25rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnhkNEH87sh8TviRlb13dR4akSEq3g7U { width:11rem;height:2.03125rem;top:26.1875rem;left:4.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqpamX2rFakFEQTexkW5bo8ATf3FNVWp { width:12rem;height:1.40625rem;top:34.1875rem;left:4rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ko6B4GRDvUJJn6LRkidzxKlaDrSiMB2l { width:12.3125rem;height:1.7875rem;top:37rem;left:3.84375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tG0wLU3h9SV8qS9vGAgzfKw0OK6R4JGU { width:13.125rem;height:1.7875rem;top:43.9375rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAUdWBSdcgcBarQFdE2fwiUZTWTRQOmv { width:11.625rem;height:2.8125rem;top:40.375rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp { 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; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp.adaptive-delivery-prevent-bg, #aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp.lazyload, #aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp.lazyloading { background-image: none; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp > .row .container { border-width: 0; border-radius: 0; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp::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; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRPpKo5t56SdMrZnzTUbz10WE8nAfOqp > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rW7Wg328yBylDzTQnhEmhkkHPxfGhupQ { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUq7UtT2BueiuqdR2IvlqxacKQE6O5QF { 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) { #W96ytzCVJaRBToJq9AtLPiS1gxairtRE { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK9vucqth99sZ3kyJGVo3oTZk4H33ccT { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkTCubxxctsNqnqXz4qnUMDHFBIg1vPB { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZnzPfznVG6F8Q4xRE6DZVRe1hhwRd85 { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #saQo5p2t2O8oXt0vftK888HygXQhtCSl { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PR9rPX8Uyl5vUiMKhVDsVmhd7WwEXeC6 { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBGkPPcouKZSe66FnuXHWexrZubymWV7 { 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) { #c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX { 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; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX.adaptive-delivery-prevent-bg, #c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX.lazyload, #c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX.lazyloading { background-image: none; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX > .row .container { border-width: 0; border-radius: 0; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX::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; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7Hk1dKLLtQo0G2uJ6DtA2Wape1OxrqX > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QMgXfBTTu8mQ7GopINlII86Fhti4TnSO { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XP8pRXz10zk2DvaQi8G6CnLlExFRrEpc { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvIkREwn6stcbkx4OZagGGIFAXwZnQTa { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln2W88sMCPKTBcbpzvpI4I4LKlH3nLx1 { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nh5W5BfTRCE5NGWkbwxUWGbtqletJCbS { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsP5m7oVrf7P0UGkmqEhhiRJDvv5ehbx { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgPrOPrwTPZfPcVrf111550RKMahgLuL { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DF0gXie3epKpMngiaBzSzmG2KPofXTzp { width:7.125rem;height:2.1875rem;top:7.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLIzmNNRAdgNxGu0kGRATmV4Pkbh0ZW { width:11rem;height:5.5rem;top:5.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MitGXPJVOdqL3DVqCnJMk0cLHV4dbQnn { width:7.375rem;height:2.3125rem;top:3.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRr2BA23e6DOoZpynS7DdcXAwDUUGbZq { width:8.5rem;height:2.8125rem;top:2.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW { display:block; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW { background-color: transparent; background-image: none; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container > .video-iframe-container { display: none; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row > .video-iframe-container { display: none; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container { width:20rem;height:39.375rem;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; }#shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container.adaptive-delivery-prevent-bg, #shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container.lazyload, #shpQNe4oJpLfJ30BH6FafgVzd1Dh1VOW > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #oD7Wq49hFygLXFcF7N1G0ziSHZS6ZrZn { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA3NE5o60pn2cRsE66hk4DpvKpKpK9Ke { width:14.5625rem;height:9.6875rem;top:21.8427734375rem;left:1.875rem;font-size:0.875rem;display:block; }#BA3NE5o60pn2cRsE66hk4DpvKpKpK9Ke li:before{  }
 }@media only screen and (max-width: 763px) { #ctZGDt2cb015LfEOMr7779heGZH3GUKZ { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmuhfqbEmTruXls713pG4TySEU9xKknm { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N56qmU420n4U6AAm46UiH1e02aKdAIVO { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQiwF2xRhSJTh2VQCOVpATpS9FLbkZiK { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJblZTP7LcZZ1UO0yBiEg35ttVx0rQHP { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #slPHWdgHlLSbBF6557DulTcPZRETGZJE { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJy6LaggmDTQeTJzwcHcCiSTtAcL8wII { width:18.125rem;height:1.462675rem;top:2.2890625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkb0hDErGcEonamBaAbOBbOeaF14O1Nx { width:15.9375rem;height:11.375rem;top:5.625rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzLfr0vvEosTEX1m9onCT9FQMzybmQdU { width:14.5625rem;height:5.5625rem;top:32.0927734375rem;left:1.875rem;font-size:0.875rem;display:block; }#TzLfr0vvEosTEX1m9onCT9FQMzybmQdU li:before{  }
 }@media only screen and (max-width: 763px) { #bgvzskCrXCIgpoOGJ7XdaFFzluxTCqix { width:20rem;height:20.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:20rem;height:131.875rem;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.13720625rem;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.4624rem;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.13720625rem;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.13720625rem;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.13720625rem;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) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { width:18.875rem;height:1.95rem;top:1.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { width:17.4375rem;height:6.825rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAVmqTUwe4CCo43MsM4rWvZd8VQWsFQX { height:11.181102362205rem;width:20rem;top:12.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { display:block; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@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.462675rem;top:1.875rem;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:19.625rem;height:13.5rem;top:9.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { width:18rem;height:3.4125rem;top:4.125rem;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:25.78125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPyvv7kh5gTMfpiwsnW3zqBcx2yRiR4 { display:block; }
 }@media only screen and (max-width: 763px) { #J363NberVTqAlmtRC4PZwDl8cLGiAwfR { display:block; }#J363NberVTqAlmtRC4PZwDl8cLGiAwfR > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkW9iNB1szzPh8pgv5mzuIN9SGDZppxW { width:20rem;height:1.95rem;top:19.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqEHC0cb6EB4twHCepDNcdXTsJuGTcTX { 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) { #VVvK5cD2bDn1BAuGL00owmJ2AoD0DAMl { width:8.4375rem;height:2rem;top:2.404296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJIwLwyLcDWxSpWJiATmTyXq5l7y1qN1 { width:6.3125rem;height:2.125rem;top:24.125rem;left:13.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkPF0zZSHmcMTVJ2CGM17vZcekkPbM6t { display:block; }
 }@media only screen and (max-width: 763px) { #hW28889XTPqCRUVH1g8Wmbnl7dU3K6wl { width:7.0625rem;height:2.125rem;top:24.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfS56iyDRmNcALTQBMt1xtxM5uBJrNqK { display:block; }
 }@media only screen and (max-width: 763px) { #G79qTzdqPWNp8EvWavdWH34QUMs9xVJO { width:7.0625rem;height:2.125rem;top:24.125rem;left:6.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k40BSz60dbzUm6LZqU7g3bNw4fIOwIef { display:block; }
 }@media only screen and (max-width: 763px) { #IneTtuUdWNMS5DMhDa9I3vfbWJAW1qUZ { width:7.6875rem;height:2.0625rem;top:1.810546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KfmPwIaIHeFK4oEbk71qTdg41cn5ZE { width:20rem;height:4.3125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMiZUstSwrKHrBUwhUOcdsIPQJp9Cek { width:4.75rem;height:0.975rem;top:11.1875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3qLh6xGQ4Nwl3crFbNwakCN9KTT0pfF { display:flex;width:1.875rem;height:1.875rem;top:13.4375rem;left:2.5rem; }
#p3qLh6xGQ4Nwl3crFbNwakCN9KTT0pfF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JJaT65TGrVlo213u2I5Ss0aIlwAOIeiG { display:flex;width:1.875rem;height:1.875rem;top:13.4375rem;left:5.4375rem; }
#JJaT65TGrVlo213u2I5Ss0aIlwAOIeiG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iiFJyziZSPM33r0ENSoRRh0A5eDGTpp2 { display:flex;width:1.875rem;height:1.875rem;top:13.4375rem;left:8.5rem; }
#iiFJyziZSPM33r0ENSoRRh0A5eDGTpp2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T2wrCA0HSNCLDqTQuTKAppyzCcCESg3B { display:flex;width:1.875rem;height:1.875rem;top:13.4375rem;left:12rem; }
#T2wrCA0HSNCLDqTQuTKAppyzCcCESg3B > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AdRUAzQb5AbVTONwhTuVqR3UZuorLzE8 { width:13rem;height:2.375rem;top:7.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fLdTeNcaQOxB5OfkvoG2B9AXOr6e92C6 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyTT4orhcWzzkfOeEdyZzKcnbe5ZdLDy { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAmUNAPR3qnOqqkav3EnUaT85pdrQsgb { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7EraEnTXPLo9mZOELnHrUVBwMMoKQvw { 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) { #HUc0cdiwQmbqmLK7hGb0rMXzb0BPNXZ3 { 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) { #rfokSSuQehCBydgrJgidi6P5JEdSI7hW { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlZwcOXZSLTXa52A7Fm7MDFcC7NBtiEJ { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnADSfGPLmgHL1WzsbpgGSwPkDveKMXW { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #glh0bi8vSsl5DGoPIE5bZcwTuJV0uwO7 { width:19.75rem;height:13.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyvkAMiEeI24UQXFwisZz8UqyHfcMCwF { 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) { #e2wTyTCCKhV7IDmTZOLu0btZMGtWX0n4 { display:block; }
 }