.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,245,255;--color-primary-1:148,226,255;--color-primary-2:76,207,255;--color-primary-3:103,118,126;--color-primary-4:15,41,51;--color-secondary-0:225,219,244;--color-secondary-1:155,135,218;--color-secondary-2:55,14,180;--color-secondary-3:28,7,90;--color-secondary-4:8,2,27;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { background-color: transparent; background-image: none; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container > .video-iframe-container { display: none; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row > .video-iframe-container { display: none; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .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); }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { border-width: 0; border-radius: 0; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.3125rem;width:60rem;position:relative;display:block; }#H6PlmZz1aQl1t1rU2HLTyyeVVaT6i5c0 { background-color:transparent;background-image:none;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:#191f44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.0625rem;text-decoration:none;z-index:15012;text-align:right;text-align-last:right;top:1.5rem;left:34.5625rem;display:block; }
#u6p0cTzKZwdXg0bhsHnimHEpAbqDz3ru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpS2X2MxHrSvzAEQEz4L6zHgx2XN4BTS { background-color:transparent;background-image:none;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:#191f44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.0625rem;text-decoration:none;z-index:15013;text-align:right;text-align-last:right;top:1.5rem;left:40.4375rem;display:block; }
#Gr06Qfg62ydwWChHUNTZdZNRAadSRb4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D07Pevv9nEEMOQ0saSk32zz0N22SDRPU { background-color:transparent;background-image:none;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:#191f44;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.0625rem;text-decoration:none;z-index:15014;text-align:right;text-align-last:right;top:1.5rem;left:45.9375rem;display:block; }
#WSdmN5ob1aQXXn2tgwAiSba9U0u1AcO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7qPcP0yTgWwNO4esVtsTiagV0ITbASS { z-index:15003;top:1.5625rem;left:52.75rem;background-color:#57ad6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:raleway;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t8W9qBORX5bhToWb7tsEKd2De27UJLIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmH8wT5lVC7tabRar87eAQMsJgB4bxTy { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/3fPXt37X6UQ/unsplash/charles-forerunner-3fPXt37X6UQ-lIZrwvbeRuuzqOoWJUEn_Photoaday_CSD%2520%25281%2520of%25201%2529-5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#gVMwLqePkxrklXCRxOKKzCexfkJeebhG { position:absolute;display:block;z-index:15000;background-color:#57ad6b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:60rem;top:31rem;left:0rem;display:block; }
#OMnwEH424DoF9Dedy8uHl7KxU1L9zpJ2 { position:absolute;display:block;z-index:15001;background-color:#7f47dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:17.3125rem;width:10.3125rem;top:22.75rem;left:38.125rem;display:block; }
#B0iGKcd7yWJ4OIdyMsXJQ3vRWvX3TP9O { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:24.0625rem;left:39.9375rem;display:block; }
#OW6MFVw84bSXPHyE5E7T0G9cQxbpQ94v { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.375rem;left:38.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTmRBFvUNXUr3BT0a26sLo9kdagxcMqD { position:absolute;display:block;z-index:15006;background-color:#7f47dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:17.25rem;width:10.3125rem;top:22.75rem;left:11.0625rem;display:block; }
#Nue1eWMApMTJQaRBgoTDidU2iuJ771AM { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:24.0625rem;left:12.875rem;display:block; }
#DyPCqHXeWgE8dS39Tc3CRJ6EXBtOhcka { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.625rem;left:11.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b14eRH2bByPuwTKgDurF6p6eBMQlK3xJ { position:absolute;display:block;z-index:15011;background-color:#7f47dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:17.3125rem;width:10.3125rem;top:22.75rem;left:24.8125rem;display:block; }
#A2CRKzAAWr4NCKh51BdlpnIkVsruFdJ7 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:24.0625rem;left:26.6875rem;display:block; }
#rXcooWoWnDKGIJT3iTCXV08TGvq7UMw1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:26.0625rem;left:28.6875rem;overflow:hidden;display:block; }
#T12KMi18axTgk25uAsw4t6pXpuLaEP0P { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.625rem;left:24.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VX2aWc07hWBui4wQCGDSkaf4HRd8hxGy { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3xVZ0bFE6W8dMtIXyZyHdgKEi3TmdtC { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17rem;left:6.78125rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2dKtTEn6TL586TGn3pDeOZf0WZeyh2N { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.2705078125rem;left:11.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RO8TQKND24NhguqJTOtukCCThU94OkAb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.25rem;left:38.625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3nDV1g15Ag4dV9y7y7FNnId3PHbAtqW { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:35.25rem;left:25.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMo58QoRUBouvescdHEkJTdaMtkvyPI6 { 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:15015;opacity:1;top:25.8125rem;left:14.65625rem; }
#EKtVug8NNqPshKxNdpeN44qvacm0W1lw { 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:15016;opacity:1;top:25.8125rem;left:41.6875rem; }
#yCnB9Wp1O7Pu5EQEGT24hoQsz5g9UUe6 { z-index:15004;top:43.8125rem;left:11.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GCr69p7vWihteLeIZxSEhx95hQPBEMxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNfQs3ItdC2mSfJ1twiKZLVkZQV3TmTD { z-index:15003;top:43.833335876465rem;left:34.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f600ff;border-left:0.0625rem solid #f600ff;border-right:0.0625rem solid #f600ff;border-bottom:0.0625rem solid #f600ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#e100ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.020833375rem;height:3.395833375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r7CJDdR2PNBQhQtzv870PSVX2AFiy0pA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row .container { background-color: transparent; background-image: none; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row .container > .video-iframe-container { display: none; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row > .video-iframe-container { display: none; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .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); }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row .container { border-width: 0; border-radius: 0; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#X9PWkloCd9A31gzGNW59sGJmQxnP92b9 { color:#191f44;display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:1.1875rem;left:0rem;height:6.1666665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hq1vvWDQqraCQgHzDS7KRXS9ToLWBIxf { color:#728187;display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:1.333333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row .container { background-color: transparent; background-image: none; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row .container > .video-iframe-container { display: none; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row > .video-iframe-container { display: none; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .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); }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row .container { border-width: 0; border-radius: 0; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.25rem;width:60rem;position:relative;display:block; }#pGgz8gXQULIGO8rguDC07XuPwugJq76F { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:10.6875rem;left:0rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQEBhRpt3rSXwOGnWbvidoX0MksTuyEG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:9.97917175293rem;left:21.78125rem;height:2.66666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrCEbelFiKTmCvzfVRlByMVv0OczTJTm { color:#57ad6b;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.875rem;left:20.53125rem;height:4.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzPwMKl6rHcJBBxvT6atb4Jg2oycCqbR { position:absolute;display:block;z-index:15004;background-color:#7f47dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:10.625rem;width:18.9375rem;top:3.1875rem;left:20.5625rem;display:block; }
#sybu9T97D8DdLvqLSqci870pqHUH0FHm { position:absolute;display:block;z-index:15008;background-color:#7f47dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:10.625rem;width:18.9375rem;top:3.1875rem;left:41.0625rem;display:block; }
#gyZnzKhSPiFt3EPfBT8tov3VdQxZQV1w { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:10.6875rem;left:41.0625rem;height:1.333333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3u77IVTuawftsO69skg8nfAES9MVTPB { position:absolute;display:block;z-index:15000;background-color:#7f47dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:10.625rem;width:18.9375rem;top:3.125rem;left:0rem;display:block; }
#dyQT4hhDJOg4urPhq3IUQ9kfRCOoPbMP { color:#57ad6b;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.875rem;left:0rem;height:4.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtJnAt3pqxTsaqoCT06w07MgdaOkVTl0 { color:#57ad6b;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.8125rem;left:41.0625rem;height:4.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dDTU3aM6BawJxKEPUpaxsau2BBpQf5Gd { z-index:15005;top:17.125rem;left:22.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TcrkNlaX0DrqPm5wCMzOsnt227wPCNmD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row .container { background-color: transparent; background-image: none; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row .container > .video-iframe-container { display: none; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row > .video-iframe-container { display: none; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .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); }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row .container { border-width: 0; border-radius: 0; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#Aqh15WmfStkQtCOgd5TJP2o86nqWqs0a { color:#191f44;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:1.1875rem;left:0rem;height:2.33333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row .container { background-color: transparent; background-image: none; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row .container > .video-iframe-container { display: none; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row > .video-iframe-container { display: none; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .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); }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row .container { border-width: 0; border-radius: 0; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#UhIvJT4bsH7OkUppnxqWM0Eq3gk8TEOT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:27.25rem;width:48.5625rem;top:1.25rem;left:5.7187519073486rem;display:block; }
#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { background-color: transparent; background-image: none; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container > .video-iframe-container { display: none; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row > .video-iframe-container { display: none; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .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); }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { border-width: 0; border-radius: 0; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.25rem;width:60rem;position:relative;display:block; }#mTUpZLT9O2gro3tLm3sJiX5LI0cCXkcc { color:#aabbc3;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxyK82JzLd2MeVZrE2HNJFI5JOqCf5sb { color:#191f44;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:13.9375rem;left:0rem;height:2.58333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz { color:#2e2c2c;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:0rem;height:5.6041665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz li:before{  }
#nRGMuJESruqn0WdfqZfmVmPvqGlZOWwI { color:#2e2c2c;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.75rem;left:30.8125rem;height:5.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nRGMuJESruqn0WdfqZfmVmPvqGlZOWwI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nRGMuJESruqn0WdfqZfmVmPvqGlZOWwI li:before{  }
#n1mLrOTCHqURG4NH4MSkW2FV6m2rFF8d { color:#aabbc3;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.1875rem;left:30.8125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UB0Kf9atkWeZVGFgN9k92nqd79dKn5Tk { color:#191f44;display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:14.97509765625rem;left:30.90625rem;height:7.74999975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RqMgRqrpRMh8kiBa4fEwyab13DfaI0gG { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:29.6875rem;top:1.03125rem;left:0.1875rem;overflow:hidden;display:block; }
#qMMHCx6e2QTSFnaEt2aGDmAJOGaVM9dT { z-index:15006;top:24.666664123535rem;left:21.937501907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BRt922edDTpPAsdlR6ptW8z6qk5Jn0wT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7f47dd;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; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row .container { background-color: transparent; background-image: none; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row .container > .video-iframe-container { display: none; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row > .video-iframe-container { display: none; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .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); }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row .container { border-width: 0; border-radius: 0; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#H8ZJGGVT0nBQFSUmAt6KmpC9bTmbxNv2 { color:#191f44;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6123046875rem;left:0rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row .container { background-color: transparent; background-image: none; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row .container > .video-iframe-container { display: none; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row > .video-iframe-container { display: none; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .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); }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row .container { border-width: 0; border-radius: 0; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50.25rem;width:60rem;position:relative;display:block; }#wxlbu2iEOcFVwsaMnXuCo3UmGswvhem3 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dTPHbOJ4/03.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:18.75rem;width:29.125rem;top:7.5rem;left:0rem;display:block; }#wxlbu2iEOcFVwsaMnXuCo3UmGswvhem3.adaptive-delivery-prevent-bg, #wxlbu2iEOcFVwsaMnXuCo3UmGswvhem3.lazyload, #wxlbu2iEOcFVwsaMnXuCo3UmGswvhem3.lazyloading { background-image: none; }
#IoQamOpBHpLarqAPw1sGyQ8qM8aNisTH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:18.75rem;width:13.75rem;top:7.5rem;left:30.875rem;display:block; }
#S0z7oepKqnNdBan8Tb9IFiHKADRCPLXI { color:#2e2c2c;display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.375rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FHkTMiBldCyi7FbrxVKQmZkbk6KyFcOh { color:#3c0089;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:27.75rem;left:0.0625rem;height:3.08333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFgcp5INO8e4vW14AQO6XgKFfg3Lp9AP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:10.3125rem;left:33.3125rem;display:block; }
#no4wOMcKvqC14Mc995tt6A6191TkDKZd { color:#728187;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.25rem;left:31.9375rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsTdFQ6wKFRkr7I39n7DfmafnqMtNuv7 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:18.75rem;width:13.75rem;top:7.5rem;left:46.25rem;display:block; }
#x1trrpUBSdN2xSJ259RiJIQEJiqUfp91 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:10.3125rem;left:48.6875rem;display:block; }
#RJM9WDLXntVurUZ8Roly7CWibdvE0TCN { color:#728187;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.25rem;left:48rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhpDaPqJLpJVO4FQiaIOwdbe4D5l5fLt { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:18.75rem;width:13.75rem;top:27.8125rem;left:46.25rem;display:block; }
#tfov4V5EcQfxhE3pH6xakoaBAAuvAo1m { color:#728187;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:40.5625rem;left:48rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBHBROIihevE6pnpoB701ho5eS14S5KK { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.125rem rgba(0,0,0,0.2) ;height:18.75rem;width:13.75rem;top:27.8125rem;left:30.875rem;display:block; }
#Ing0MVt2ivl2vTNGSPI2AqG4fSRTggK5 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:30.625rem;left:33.3125rem;display:block; }
#AHuFKy6a5QwOIM0taC51VsoHWfSALccG { color:#728187;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.5625rem;left:32.625rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kPQaashC4JKXH1mAbK6TH9aEbibcquMr { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:30.625rem;left:48.6875rem;display:block; }
#EztD65PGHDydTUD1JmSb4sbL4zktDkyR { color:#3c0089;display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:36.6875rem;left:0rem;height:3.33333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XUZ2ETGestnq5UcBvEvFKZCxDAdGB3hI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.21875rem;left:35.1875rem; }
#WH3dGiltCCg71LNqvsg2ZPTSaebdSmPv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.1875rem;left:50.53125rem; }
#uM7L57mbTMvHwCF8NcgOHztW2FKr7T9k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.46875rem;left:35.125rem; }
#EC9zWihIWdPqoVF5ikMWp3pUTqXHpJa0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:32.6875rem;left:50.71875rem; }
#MNwKi3g9SglfFVbuzGB950ZZFFWTARVT { z-index:15007;top:43.27082824707rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yHkxCSqWi1QnsC4Zzb48WdUZCd83wNsS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row .container { background-color: transparent; background-image: none; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row .container > .video-iframe-container { display: none; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row > .video-iframe-container { display: none; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .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); }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row .container { border-width: 0; border-radius: 0; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#Jh78SlR0Fg7T2LWMg9XF7pNoxDp9dNMo { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.8;letter-spacing:0;top:12.67578125rem;left:0rem;height:3.66666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UwT9IVUd6tSgGKRsrT9LtqO6XSSTUtah { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15042;background-color:#57ad6b;background-image:none;top:10.4375rem;left:30.25rem;display:block; }
#k3paWhb8yqGgmFwIdf05VMkwXqsQkorM { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#57ad6b;background-image:none;top:9.875rem;left:30.25rem;display:block; }
#nsKrhqTTMu4KqRobLkwXkHTXsBSfr7gf { color:#3c0089;display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.75rem;left:0rem;height:6.1666665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#npHkSqFHQAmhBrVvT7z4e1OEmf2NIo7w { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:10.9375rem;left:31.5625rem;height:3.16666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xo9mFxJaayuifUoG7QoryObfNmdJOqN8 { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15045;background-color:#57ad6b;background-image:none;top:10.4375rem;left:45.75rem;display:block; }
#epfw1xwq7bQKwN39tBtEThxxwK0L661U { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#57ad6b;background-image:none;top:9.875rem;left:45.75rem;display:block; }
#qemuynEAJ1JoBAw7CIPqSkybMNz4K1Xe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.6;letter-spacing:0;top:10.9375rem;left:47.0625rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BsMZNS0auWNwDHTJw51OHCW4EbTdhu8z { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15048;background-color:#57ad6b;background-image:none;top:16.4375rem;left:30.25rem;display:block; }
#FI9MiJmXQ59yEqGmvuiuw55MLPcAnrH7 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#57ad6b;background-image:none;top:15.875rem;left:30.25rem;display:block; }
#fB4awrOex6Cp4e9WOkOu98mr2kzAqVpk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.6;letter-spacing:0;top:16.9375rem;left:31.5625rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaAf4x6Sl8q8t6ZBvnXWs2sRXkQdn6Xh { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15051;background-color:#57ad6b;background-image:none;top:16.4375rem;left:45.75rem;display:block; }
#LtHggBy3loCk0kvQ8anT0A7VCR8ElT86 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#57ad6b;background-image:none;top:15.875rem;left:45.75rem;display:block; }
#PfO8mC8TMkvWPumwlXKWi9O9rgXrBzEO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15059;line-height:1.6;letter-spacing:0;top:16.9375rem;left:47.0625rem;height:3.16666675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57ad6b;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; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row .container { background-color: transparent; background-image: none; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row .container > .video-iframe-container { display: none; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row > .video-iframe-container { display: none; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .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); }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row .container { border-width: 0; border-radius: 0; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#LH7KnXBbHWosh0VttyI6PynNgNsmLZs0 { color:#3c0089;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:2.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pt7MnvvDQ4kVwN98vMg9bTuoWvIHif0l { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:9.140625rem;left:2.5625rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OIR1GCahE7aVTwW2D2puAPABabg0PV9d { box-sizing:content-box;height:7.6875rem;width:9.625rem;position:absolute;display:block;z-index:15028;background-color:#7f47dd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:2.625rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#lBkvoibV4AxIeupAhDkOGtb8q4772JLW { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:9.609375rem;left:13.75rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhM42I5NRGTGFOa1DfS4SZrcn3Xe4iLg { box-sizing:content-box;height:7.6875rem;width:9.625rem;position:absolute;display:block;z-index:15030;background-color:#7f47dd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:13.8125rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#ANtTAiBa5JdBpkgdpfesf1UGn5psiHiT { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:9.140625rem;left:25.0625rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Di5SFLpBlkLPeWmEq1dP17bPG4abHt0L { box-sizing:content-box;height:7.6875rem;width:9.625rem;position:absolute;display:block;z-index:15032;background-color:#7f47dd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:25.125rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#BoOuW3lSfTWO3n1D6Q1mQehWyKQH2IBq { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:9.140625rem;left:36.375rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5c2XpXMG0TQC9sdKGyv1Bhw8QtsM58g { box-sizing:content-box;height:7.6875rem;width:9.625rem;position:absolute;display:block;z-index:15034;background-color:#7f47dd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:36.4375rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#MzOAJVDZbsPiowoiipvokal6GFdaPCTy { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:9.9375rem;left:47.875rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SQgdM57V2XwMz82HBLqioUFJozflakpO { box-sizing:content-box;height:7.6875rem;width:9.625rem;position:absolute;display:block;z-index:15036;background-color:#7f47dd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:47.9375rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#xKMqFGzDdoQX0pa2FDM9wSwDebA1aG1W { z-index:15003;top:19.411468505859rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hTDAoOzTDB7UTALXc8vgU0Agr8uZGJdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row .container { background-color: transparent; background-image: none; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row .container > .video-iframe-container { display: none; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row > .video-iframe-container { display: none; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .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); }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row .container { border-width: 0; border-radius: 0; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#lMSbQSwCiVGaVB1fSrp9n4aqEAEogkvy { color:#3c0089;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:0.66845703125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiFAFa9BJWig7HqFbLruDHcbSJgUmsU1 { color:#2e2c2c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:4.53125rem;left:0rem;height:1.666666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row .container { background-color: transparent; background-image: none; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row .container > .video-iframe-container { display: none; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row > .video-iframe-container { display: none; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .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); }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row .container { border-width: 0; border-radius: 0; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#ANWXHahvkNQXmAIW1WeCHDigcz7hqGN0 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:10.25rem;top:0.6875rem;left:17.375rem;overflow:hidden;display:block; }
#TVyOwCnQRtpETxWkTIOzsUvWtdJvyNQP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:13.375rem;top:0.65625rem;left:0.8125rem;overflow:hidden;display:block; }
#R70m8dJF6GwCoo0Ueri4pfQy8PT6UbEZ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:15rem;top:1.6875rem;left:30rem;overflow:hidden;display:block; }
#lFRPFTrwuqrpKFU5TDFTTlwL0cayiKgC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:13.0625rem;top:1.53125rem;left:45.9375rem;overflow:hidden;display:block; }
#chg3TP0g7HtVsa1eULq869hqqIBwzHfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row .container { background-color: transparent; background-image: none; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row .container > .video-iframe-container { display: none; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row > .video-iframe-container { display: none; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .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); }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row .container { border-width: 0; border-radius: 0; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#aBxBWM9FrQspRlMuhI5L3nFgn1HbcbCW { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:12.4375rem;top:1.2083435058594rem;left:16.28125rem;overflow:hidden;display:block; }
#EN03cakdRakfN9hcVoMkxgdIGFpcuMqp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:13.9375rem;top:2.5520935058594rem;left:0.53125rem;overflow:hidden;display:block; }
#TLhy0Rbs18hPBzTmSkO2H5G6klnQxGFG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:0.83334350585938rem;left:33.90625rem;overflow:hidden;display:block; }
#VWWGCJ5ioDkvt7MZ5lZ6M2nNrooIXUw4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.5625rem;top:2.4270935058594rem;left:46.21875rem;overflow:hidden;display:block; }
#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row .container { background-color: transparent; background-image: none; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row .container > .video-iframe-container { display: none; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row > .video-iframe-container { display: none; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .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); }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row .container { border-width: 0; border-radius: 0; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#apdby6xXsDtJ9HT2dpcVIro8EGSfGuZT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:13.0625rem;top:2.0520935058594rem;left:15.968751907349rem;overflow:hidden;display:block; }
#cn1Er0C0peJSB7AiirtRs2lhweWcxt7J { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:10.6875rem;top:2.2083435058594rem;left:2.15625rem;overflow:hidden;display:block; }
#HI10wSt0EsDNvDsxs2SE8Ca6KsCEXQJa { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.0625rem;top:2.5833435058594rem;left:31.468751907349rem;overflow:hidden;display:block; }
#FGsJyvxlD4z08NOCsdXVqMiLvnxmkITa { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.9375rem;top:3.1770935058594rem;left:45.531251907349rem;overflow:hidden;display:block; }
#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57ad6b;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; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row .container { background-color: transparent; background-image: none; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row .container > .video-iframe-container { display: none; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row > .video-iframe-container { display: none; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .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); }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row .container { border-width: 0; border-radius: 0; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#vknCCnDpfbbXnmOPoMX0tSBq3OPgBaNO { color:#fff4ed;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6123046875rem;left:0rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3fPXt37X6UQ/unsplash/charles-forerunner-3fPXt37X6UQ-lIZrwvbeRuuzqOoWJUEn_Photoaday_CSD%2520%25281%2520of%25201%2529-5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.adaptive-delivery-prevent-bg, #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.lazyload, #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ.lazyloading { background-image: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { background-color: transparent; background-image: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,71,221,0.8); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container > .video-iframe-container { display: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(127,71,221,0.8); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row > .video-iframe-container { display: none; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .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); }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { border-width: 0; border-radius: 0; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ::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; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.9375rem;width:60rem;position:relative;display:block; }#Vmd5nQTap3ga1F9UHQgcTNZgXptvSMLU { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:1.5rem;left:8.1875rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQ13opV76fQnrV7EAsBH1BpLbFmuwgCD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:4.750000125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9p0PFOLWAwFeTJA1fzLwhWw7agg3Uet { 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:2.75rem;width:2.8125rem;top:20.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#PAiuQfWuNi8SNKTKFVqHBiz0uP5Ntis8 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:18.625rem;left:4.125rem;display:block; }
#X1GgMM9eVuW2tsWIv73toCx0nVZETohR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.4375rem;left:11.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuNGf0Ecep3tsZeFwWve3cTTlr14kXK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:30.4375rem;left:11.5625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#imr3JsFNn0RTKuqIP7ihwl7KEEa4iE2J { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.625rem;left:11.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIbZqxPVk2O6BFwlQhfzGwt7iZicDntU { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:26.8125rem;left:4.1875rem;display:block; }
#PD3OtFQVbKIQwVdmxFouwLuZyi3310Jx { 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.75rem;width:2.125rem;top:29rem;left:6.375rem;overflow:hidden;display:block; }
#uoDrXr27b03F9rznlTVTAI2NrVcoI8t7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:38.75rem;left:11.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImayFz5w2HPC6Sh5SVcx0MxLDz1ZbuxT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.9375rem;left:11.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdG9JHJpEXghlrTVJmH9UGeCUoaRFavB { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:35.125rem;left:4.125rem;display:block; }
#uvOGA5H0EPQfzyz8SBevu4NaKw8mnh86 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:37.0625rem;left:6.0625rem;overflow:hidden;display:block; }
#wWyK5sfyBAoqBJozdoEbGBpSFpXqmnd8 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:26.125rem;top:16.3125rem;left:29.96875rem;display:block; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-form-header {  }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:16.75rem;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; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #d9d9d9;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:16.75rem;box-sizing:border-box;height:3.125rem;color:#191f44;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #d9d9d9;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#191f44;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#57ad6b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-moz-placeholder { color:#d9d9d9;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-moz-placeholder { color:#d9d9d9;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-ms-input-placeholder { color:#d9d9d9;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-webkit-input-placeholder { color:#d9d9d9;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#b9b9b9;vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .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; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-container:first-of-type{padding-top:0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-container:last-of-type{padding-bottom:0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.5625rem;left:33.25rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi {display:block;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.5625rem;left:33.25rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #QLPI1VCVW0CiGWgPqmfIN47xOK9VD8sT { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #p7rTMhgBb1SBLQ7KOu152VJpzlWlXLe4 { position:relative;display:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #uQeKH2sGtNps0mOM5TJ7K33s6KfhPmaF { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #yr0BOhOIhMbwnQZLKq7FSaOyARJi5vkU { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eqknlrsWzRnZnxx7XJpGESxAJzpdnD8D { position:relative;display:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #fl2zK3uHfsOVV3p1pxXS0Ai0xopLkppm { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #kenuxX7iI9Rl0RoT7Jyr21FefxQ8u2lm { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #LTCnobBr0ffAB6oMSi5TfVZ1EnZLA8br { position:relative;display:none; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HEaze5gJg5KzSxBGAIqX41EwpXz9Q2uB { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #qGnPeiakJHZ094T6TzzuXLKQh1risVnd { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Otpy3wtXiheNXMBxcIJWQnOq3fGUqTDt { position:relative;z-index:2; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hTuDHwpJecp83LSvFDCm81xeOwJU2PVK { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HMnrUTPAqofzJeR1R1FpkRvUNbaEczFK { position:relative; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hcdRDz9Nvz7geWnvPfRn8TMpvf2ZHJAX { position:relative; }
#QGS4yRs3b0cgy01n9xiUesZb9aJgtTqc { background-color:transparent;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.75rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:22rem;left:11.5rem;display:block; }
#d0IrG9HnBhrd1o2shJ3d9OTvTI87dNOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaBHLdK0tiGTnnkoJJDDNcGNiPiDI6RT { color:#3c0089;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:17.1875rem;left:30.59375rem;height:3.33333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOKwvsixlyuv4FTZze84eE52Nc29vr3U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row .container { background-color: transparent; background-image: none; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row .container > .video-iframe-container { display: none; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row > .video-iframe-container { display: none; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .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); }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row .container { border-width: 0; border-radius: 0; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row .container { font-size:0.875rem;font-family:inter;height:5.625rem;width:60rem;position:relative;display:block; }#cy6NROsNZGJ1UvN1l7AC0eVkUyci2yOC { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.25rem;left:51.875rem;display:block; }
#VDCAq8wfgXBrquNPNXrSvGHdtRqtA65o { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:2.25rem;left:0rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCwu4GgtHRGGJnAddvm6cG9UqEcQ7ygt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.6875rem;left:53.625rem; }
#ZCwu4GgtHRGGJnAddvm6cG9UqEcQ7ygt > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#XdN8cqyoqA5z5cG44I26RvUW8kAeulTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.6875rem;left:55.875rem; }
#XdN8cqyoqA5z5cG44I26RvUW8kAeulTC > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#ADVX25sO2qJ7oaF3TSTCaInX2hyLNZWM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.75rem;left:58.4375rem; }
#ADVX25sO2qJ7oaF3TSTCaInX2hyLNZWM > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D { display:block; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6PlmZz1aQl1t1rU2HLTyyeVVaT6i5c0 { width:5.9375rem;height:2.0625rem;top:1.5rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6p0cTzKZwdXg0bhsHnimHEpAbqDz3ru { display:block; }
 }@media only screen and (max-width: 763px) { #JpS2X2MxHrSvzAEQEz4L6zHgx2XN4BTS { width:5.9375rem;height:2.0625rem;top:1.5rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr06Qfg62ydwWChHUNTZdZNRAadSRb4y { display:block; }
 }@media only screen and (max-width: 763px) { #D07Pevv9nEEMOQ0saSk32zz0N22SDRPU { width:5.9375rem;height:2.0625rem;top:1.5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdmN5ob1aQXXn2tgwAiSba9U0u1AcO7 { display:block; }
 }@media only screen and (max-width: 763px) { #M7qPcP0yTgWwNO4esVtsTiagV0ITbASS { top:1.5625rem;left:40.5rem;width:7.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8W9qBORX5bhToWb7tsEKd2De27UJLIu { display:block; }
 }@media only screen and (max-width: 763px) { #OmH8wT5lVC7tabRar87eAQMsJgB4bxTy { top:0.5rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVMwLqePkxrklXCRxOKKzCexfkJeebhG { width:47.75rem;height:10.3125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMnwEH424DoF9Dedy8uHl7KxU1L9zpJ2 { width:10.3125rem;height:17.3125rem;top:22.75rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0iGKcd7yWJ4OIdyMsXJQ3vRWvX3TP9O { width:6.25rem;height:6.25rem;top:24.0625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW6MFVw84bSXPHyE5E7T0G9cQxbpQ94v { width:10.3125rem;height:1.5rem;top:32.375rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTmRBFvUNXUr3BT0a26sLo9kdagxcMqD { width:10.3125rem;height:17.25rem;top:22.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nue1eWMApMTJQaRBgoTDidU2iuJ771AM { width:6.25rem;height:6.25rem;top:24.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyPCqHXeWgE8dS39Tc3CRJ6EXBtOhcka { width:10.3125rem;height:3.0625rem;top:31.625rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14eRH2bByPuwTKgDurF6p6eBMQlK3xJ { width:10.3125rem;height:17.3125rem;top:22.75rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2CRKzAAWr4NCKh51BdlpnIkVsruFdJ7 { width:6.25rem;height:6.25rem;top:24.0625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcooWoWnDKGIJT3iTCXV08TGvq7UMw1 { width:2.625rem;height:2.625rem;top:26.0625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T12KMi18axTgk25uAsw4t6pXpuLaEP0P { width:10.3125rem;height:3rem;top:31.625rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX2aWc07hWBui4wQCGDSkaf4HRd8hxGy { width:47.75rem;height:11.25rem;top:4.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xVZ0bFE6W8dMtIXyZyHdgKEi3TmdtC { width:46.4375rem;height:2.8125rem;top:17rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2dKtTEn6TL586TGn3pDeOZf0WZeyh2N { width:9.3125rem;height:3.875rem;top:35.25rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO8TQKND24NhguqJTOtukCCThU94OkAb { width:9.3125rem;height:3.75rem;top:35.25rem;left:32.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3nDV1g15Ag4dV9y7y7FNnId3PHbAtqW { width:9.3125rem;height:3.75rem;top:35.25rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMo58QoRUBouvescdHEkJTdaMtkvyPI6 { top:25.8125rem;left:8.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKtVug8NNqPshKxNdpeN44qvacm0W1lw { top:25.8125rem;left:35.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCnB9Wp1O7Pu5EQEGT24hoQsz5g9UUe6 { top:43.8125rem;left:4.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCr69p7vWihteLeIZxSEhx95hQPBEMxB { display:block; }
 }@media only screen and (max-width: 763px) { #FNfQs3ItdC2mSfJ1twiKZLVkZQV3TmTD { top:43.8125rem;left:28.375rem;width:14rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7CJDdR2PNBQhQtzv870PSVX2AFiy0pA { display:block; }
 }@media only screen and (max-width: 763px) { #ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS { display:block; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9PWkloCd9A31gzGNW59sGJmQxnP92b9 { width:44.25rem;height:6.1875rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1vvWDQqraCQgHzDS7KRXS9ToLWBIxf { width:36.625rem;height:1.3125rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs { display:block; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGgz8gXQULIGO8rguDC07XuPwugJq76F { width:18.9375rem;height:1.375rem;top:10.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQEBhRpt3rSXwOGnWbvidoX0MksTuyEG { width:16.4375rem;height:2.625rem;top:9.9375rem;left:15.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCEbelFiKTmCvzfVRlByMVv0OczTJTm { width:18.9375rem;height:4.3125rem;top:3.875rem;left:12.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzPwMKl6rHcJBBxvT6atb4Jg2oycCqbR { width:18.9375rem;height:10.625rem;top:3.1875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybu9T97D8DdLvqLSqci870pqHUH0FHm { width:18.9375rem;height:10.625rem;top:3.1875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZnzKhSPiFt3EPfBT8tov3VdQxZQV1w { width:18.9375rem;height:1.3125rem;top:10.6875rem;left:28.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3u77IVTuawftsO69skg8nfAES9MVTPB { width:18.9375rem;height:10.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyQT4hhDJOg4urPhq3IUQ9kfRCOoPbMP { width:18.9375rem;height:4.3125rem;top:3.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJnAt3pqxTsaqoCT06w07MgdaOkVTl0 { width:18.9375rem;height:4.3125rem;top:3.8125rem;left:28.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDTU3aM6BawJxKEPUpaxsau2BBpQf5Gd { top:17.125rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcrkNlaX0DrqPm5wCMzOsnt227wPCNmD { display:block; }
 }@media only screen and (max-width: 763px) { #CEThSTauGbOOfNHGb1QS03eOp1aUCz3D { display:block; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aqh15WmfStkQtCOgd5TJP2o86nqWqs0a { width:47.75rem;height:2.3125rem;top:1.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN { display:block; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhIvJT4bsH7OkUppnxqWM0Eq3gk8TEOT { top:1.25rem;left:0rem;width:47.75rem;height:26.79407979408rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkGPxCNgOMpAldz2sA92q658zWiA9xU2 { display:block; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTUpZLT9O2gro3tLm3sJiX5LI0cCXkcc { width:29rem;height:1.25rem;top:12.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyK82JzLd2MeVZrE2HNJFI5JOqCf5sb { width:30rem;height:0;top:13.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz { width:28.25rem;height:5.8125rem;top:16.9375rem;left:0rem;font-size:1.125rem;display:block; }#rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz li:before{  }
 }@media only screen and (max-width: 763px) { #nRGMuJESruqn0WdfqZfmVmPvqGlZOWwI { width:28.125rem;height:5.25rem;top:6.75rem;left:19.625rem;font-size:1.125rem;display:block; }#nRGMuJESruqn0WdfqZfmVmPvqGlZOWwI li:before{  }
 }@media only screen and (max-width: 763px) { #n1mLrOTCHqURG4NH4MSkW2FV6m2rFF8d { width:28.375rem;height:2rem;top:4.1875rem;left:19.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB0Kf9atkWeZVGFgN9k92nqd79dKn5Tk { width:28.1875rem;height:7.8125rem;top:14.9375rem;left:19.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqMgRqrpRMh8kiBa4fEwyab13DfaI0gG { top:1rem;left:0rem;width:29.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMMHCx6e2QTSFnaEt2aGDmAJOGaVM9dT { top:24.625rem;left:7.4375rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRt922edDTpPAsdlR6ptW8z6qk5Jn0wT { display:block; }
 }@media only screen and (max-width: 763px) { #IpWTI4I2BswT6psOdaZBdhC9UasTvzNk { display:block; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8ZJGGVT0nBQFSUmAt6KmpC9bTmbxNv2 { width:47.75rem;height:5.5rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr { display:block; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxlbu2iEOcFVwsaMnXuCo3UmGswvhem3 { width:29.125rem;height:18.75rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoQamOpBHpLarqAPw1sGyQ8qM8aNisTH { width:13.75rem;height:18.75rem;top:7.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0z7oepKqnNdBan8Tb9IFiHKADRCPLXI { width:27.4375rem;height:3.5rem;top:31.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHkTMiBldCyi7FbrxVKQmZkbk6KyFcOh { width:24.875rem;height:3.0625rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgcp5INO8e4vW14AQO6XgKFfg3Lp9AP { width:8.5625rem;height:8.5625rem;top:10.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4wOMcKvqC14Mc995tt6A6191TkDKZd { width:11.625rem;height:4.875rem;top:20.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTdFQ6wKFRkr7I39n7DfmafnqMtNuv7 { width:13.75rem;height:18.75rem;top:7.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1trrpUBSdN2xSJ259RiJIQEJiqUfp91 { width:8.5625rem;height:8.5625rem;top:10.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJM9WDLXntVurUZ8Roly7CWibdvE0TCN { width:10.3125rem;height:4.875rem;top:20.25rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhpDaPqJLpJVO4FQiaIOwdbe4D5l5fLt { width:13.75rem;height:18.75rem;top:27.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfov4V5EcQfxhE3pH6xakoaBAAuvAo1m { width:10.3125rem;height:3.25rem;top:40.5625rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBHBROIihevE6pnpoB701ho5eS14S5KK { width:13.75rem;height:18.75rem;top:27.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ing0MVt2ivl2vTNGSPI2AqG4fSRTggK5 { width:8.5625rem;height:8.5625rem;top:30.625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHuFKy6a5QwOIM0taC51VsoHWfSALccG { width:10.3125rem;height:4.875rem;top:40.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPQaashC4JKXH1mAbK6TH9aEbibcquMr { width:8.5625rem;height:8.5625rem;top:30.625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EztD65PGHDydTUD1JmSb4sbL4zktDkyR { width:29.0625rem;height:3.3125rem;top:36.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZ2ETGestnq5UcBvEvFKZCxDAdGB3hI { top:12.1875rem;left:26rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3dGiltCCg71LNqvsg2ZPTSaebdSmPv { top:12.1875rem;left:41.34375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7L57mbTMvHwCF8NcgOHztW2FKr7T9k { top:32.4375rem;left:25.9375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9zWihIWdPqoVF5ikMWp3pUTqXHpJa0 { top:32.6875rem;left:41.53125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNwKi3g9SglfFVbuzGB950ZZFFWTARVT { top:43.25rem;left:0rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHkxCSqWi1QnsC4Zzb48WdUZCd83wNsS { display:block; }
 }@media only screen and (max-width: 763px) { #lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM { display:block; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jh78SlR0Fg7T2LWMg9XF7pNoxDp9dNMo { top:12.625rem;left:0rem;width:26.0625rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwT9IVUd6tSgGKRsrT9LtqO6XSSTUtah { top:10.4375rem;left:24.125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3paWhb8yqGgmFwIdf05VMkwXqsQkorM { top:9.875rem;left:24.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKrhqTTMu4KqRobLkwXkHTXsBSfr7gf { width:27.0625rem;height:6.1875rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npHkSqFHQAmhBrVvT7z4e1OEmf2NIo7w { top:10.9375rem;left:25.4375rem;width:12.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9mFxJaayuifUoG7QoryObfNmdJOqN8 { top:10.4375rem;left:39.625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epfw1xwq7bQKwN39tBtEThxxwK0L661U { top:9.875rem;left:39.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qemuynEAJ1JoBAw7CIPqSkybMNz4K1Xe { top:10.9375rem;left:35.5625rem;width:12.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsMZNS0auWNwDHTJw51OHCW4EbTdhu8z { top:16.4375rem;left:24.125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9MiJmXQ59yEqGmvuiuw55MLPcAnrH7 { top:15.875rem;left:24.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB4awrOex6Cp4e9WOkOu98mr2kzAqVpk { top:16.9375rem;left:25.4375rem;width:12.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaAf4x6Sl8q8t6ZBvnXWs2sRXkQdn6Xh { top:16.4375rem;left:39.625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHggBy3loCk0kvQ8anT0A7VCR8ElT86 { top:15.875rem;left:39.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfO8mC8TMkvWPumwlXKWi9O9rgXrBzEO { top:16.9375rem;left:35.5625rem;width:12.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 { display:block; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH7KnXBbHWosh0VttyI6PynNgNsmLZs0 { width:47.75rem;height:2.8125rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt7MnvvDQ4kVwN98vMg9bTuoWvIHif0l { top:9.125rem;left:0rem;width:9.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIR1GCahE7aVTwW2D2puAPABabg0PV9d { top:7.6875rem;left:0rem;width:9.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBkvoibV4AxIeupAhDkOGtb8q4772JLW { top:9.5625rem;left:7.625rem;width:9.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhM42I5NRGTGFOa1DfS4SZrcn3Xe4iLg { top:7.8125rem;left:7.6875rem;width:9.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANtTAiBa5JdBpkgdpfesf1UGn5psiHiT { top:9.125rem;left:18.9375rem;width:9.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5SFLpBlkLPeWmEq1dP17bPG4abHt0L { top:7.8125rem;left:19rem;width:9.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOuW3lSfTWO3n1D6Q1mQehWyKQH2IBq { top:9.125rem;left:30.25rem;width:9.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5c2XpXMG0TQC9sdKGyv1Bhw8QtsM58g { top:7.8125rem;left:30.3125rem;width:9.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzOAJVDZbsPiowoiipvokal6GFdaPCTy { top:9.9375rem;left:38rem;width:9.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQgdM57V2XwMz82HBLqioUFJozflakpO { top:7.8125rem;left:38.125rem;width:9.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKMqFGzDdoQX0pa2FDM9wSwDebA1aG1W { top:19.375rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTDAoOzTDB7UTALXc8vgU0Agr8uZGJdh { display:block; }
 }@media only screen and (max-width: 763px) { #srTqCXxgliu15uaFSwl0TuBqWvhqqNKo { display:block; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSbQSwCiVGaVB1fSrp9n4aqEAEogkvy { width:47.75rem;height:3.25rem;top:0.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFAFa9BJWig7HqFbLruDHcbSJgUmsU1 { width:47.75rem;height:1.625rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ { display:block; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANWXHahvkNQXmAIW1WeCHDigcz7hqGN0 { top:0.6875rem;left:12.78125rem;width:10.25rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVyOwCnQRtpETxWkTIOzsUvWtdJvyNQP { top:0.625rem;left:0rem;width:13.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R70m8dJF6GwCoo0Ueri4pfQy8PT6UbEZ { top:1.6875rem;left:18.875rem;width:16.9375rem;height:6.2809895833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRPFTrwuqrpKFU5TDFTTlwL0cayiKgC { top:1.5rem;left:34.6875rem;width:13.0625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chg3TP0g7HtVsa1eULq869hqqIBwzHfn { display:block; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBxBWM9FrQspRlMuhI5L3nFgn1HbcbCW { top:1.1875rem;left:11.4375rem;width:12.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN03cakdRakfN9hcVoMkxgdIGFpcuMqp { top:2.5rem;left:0rem;width:13.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhy0Rbs18hPBzTmSkO2H5G6klnQxGFG { top:0.8125rem;left:26.25rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWGCJ5ioDkvt7MZ5lZ6M2nNrooIXUw4 { top:2.375rem;left:35.1875rem;width:12.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEy2Knbcu41DkkoA5vtMoMVepKSL1609 { display:block; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apdby6xXsDtJ9HT2dpcVIro8EGSfGuZT { top:2rem;left:10.8125rem;width:13.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn1Er0C0peJSB7AiirtRs2lhweWcxt7J { top:2.1875rem;left:0.625rem;width:10.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI10wSt0EsDNvDsxs2SE8Ca6KsCEXQJa { top:2.5625rem;left:23.75rem;width:12.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGsJyvxlD4z08NOCsdXVqMiLvnxmkITa { top:3.125rem;left:33.8125rem;width:13.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 { display:block; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vknCCnDpfbbXnmOPoMX0tSBq3OPgBaNO { width:47.75rem;height:5.5rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ { display:block; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmd5nQTap3ga1F9UHQgcTNZgXptvSMLU { width:43.625rem;height:6.1875rem;top:1.5rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ13opV76fQnrV7EAsBH1BpLbFmuwgCD { width:47.75rem;height:4.875rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9p0PFOLWAwFeTJA1fzLwhWw7agg3Uet { width:2.8125rem;height:2.75rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAiuQfWuNi8SNKTKFVqHBiz0uP5Ntis8 { width:6.25rem;height:6.25rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1GgMM9eVuW2tsWIv73toCx0nVZETohR { width:9.5rem;height:1.5rem;top:20.4375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNGf0Ecep3tsZeFwWve3cTTlr14kXK7 { width:19.625rem;height:1.25rem;top:30.4375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imr3JsFNn0RTKuqIP7ihwl7KEEa4iE2J { width:12.5625rem;height:1.5625rem;top:28.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIbZqxPVk2O6BFwlQhfzGwt7iZicDntU { width:6.25rem;height:6.25rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3OtFQVbKIQwVdmxFouwLuZyi3310Jx { width:2.125rem;height:2.75rem;top:29rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoDrXr27b03F9rznlTVTAI2NrVcoI8t7 { width:19.625rem;height:1.25rem;top:38.75rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImayFz5w2HPC6Sh5SVcx0MxLDz1ZbuxT { width:9.5rem;height:1.5rem;top:36.9375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdG9JHJpEXghlrTVJmH9UGeCUoaRFavB { width:6.25rem;height:6.25rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvOGA5H0EPQfzyz8SBevu4NaKw8mnh86 { width:2.75rem;height:2.75rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWyK5sfyBAoqBJozdoEbGBpSFpXqmnd8 { width:26.125rem;height:29.1875rem;top:16.3125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi  { width:16.75rem;height:auto;top:20.5625rem;left:27.125rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi {display:block;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi { width:16.75rem;height:auto;top:20.5625rem;left:27.125rem; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #QLPI1VCVW0CiGWgPqmfIN47xOK9VD8sT {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #p7rTMhgBb1SBLQ7KOu152VJpzlWlXLe4 { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #uQeKH2sGtNps0mOM5TJ7K33s6KfhPmaF {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #yr0BOhOIhMbwnQZLKq7FSaOyARJi5vkU {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eqknlrsWzRnZnxx7XJpGESxAJzpdnD8D { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #fl2zK3uHfsOVV3p1pxXS0Ai0xopLkppm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #kenuxX7iI9Rl0RoT7Jyr21FefxQ8u2lm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #LTCnobBr0ffAB6oMSi5TfVZ1EnZLA8br { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HEaze5gJg5KzSxBGAIqX41EwpXz9Q2uB {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #qGnPeiakJHZ094T6TzzuXLKQh1risVnd {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Otpy3wtXiheNXMBxcIJWQnOq3fGUqTDt {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hTuDHwpJecp83LSvFDCm81xeOwJU2PVK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HMnrUTPAqofzJeR1R1FpkRvUNbaEczFK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hcdRDz9Nvz7geWnvPfRn8TMpvf2ZHJAX {  }
 }@media only screen and (max-width: 763px) { #QGS4yRs3b0cgy01n9xiUesZb9aJgtTqc { width:10.125rem;height:1.75rem;top:22rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IrG9HnBhrd1o2shJ3d9OTvTI87dNOH { display:block; }
 }@media only screen and (max-width: 763px) { #PaBHLdK0tiGTnnkoJJDDNcGNiPiDI6RT { width:24.875rem;height:3.4375rem;top:17.1875rem;left:22.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKwvsixlyuv4FTZze84eE52Nc29vr3U { display:block; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy6NROsNZGJ1UvN1l7AC0eVkUyci2yOC { top:2.25rem;left:45.75rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDCAq8wfgXBrquNPNXrSvGHdtRqtA65o { top:2.25rem;left:0rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwu4GgtHRGGJnAddvm6cG9UqEcQ7ygt { top:2.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#ZCwu4GgtHRGGJnAddvm6cG9UqEcQ7ygt > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XdN8cqyoqA5z5cG44I26RvUW8kAeulTC { top:2.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#XdN8cqyoqA5z5cG44I26RvUW8kAeulTC > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #ADVX25sO2qJ7oaF3TSTCaInX2hyLNZWM { top:2.75rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#ADVX25sO2qJ7oaF3TSTCaInX2hyLNZWM > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D { display:block; }#OaZLi7TquoxBqTh1WTV8qyRVda6GWE6D > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6PlmZz1aQl1t1rU2HLTyyeVVaT6i5c0 { width:5.9375rem;height:2.0625rem;top:0.5625rem;left:13.406250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6p0cTzKZwdXg0bhsHnimHEpAbqDz3ru { display:block; }
 }@media only screen and (max-width: 763px) { #JpS2X2MxHrSvzAEQEz4L6zHgx2XN4BTS { width:5.9375rem;height:2.0625rem;top:4.6875rem;left:13.406250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr06Qfg62ydwWChHUNTZdZNRAadSRb4y { display:block; }
 }@media only screen and (max-width: 763px) { #D07Pevv9nEEMOQ0saSk32zz0N22SDRPU { width:5.9375rem;height:2.0625rem;top:2.625rem;left:13.406250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdmN5ob1aQXXn2tgwAiSba9U0u1AcO7 { display:block; }
 }@media only screen and (max-width: 763px) { #M7qPcP0yTgWwNO4esVtsTiagV0ITbASS { top:6.75rem;left:12.177083313465rem;width:7.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8W9qBORX5bhToWb7tsEKd2De27UJLIu { display:block; }
 }@media only screen and (max-width: 763px) { #OmH8wT5lVC7tabRar87eAQMsJgB4bxTy { width:3.9375rem;height:3.9375rem;top:0.83333337306975rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rxGcqcxD/01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVMwLqePkxrklXCRxOKKzCexfkJeebhG { width:17.9375rem;height:46.0625rem;top:23.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMnwEH424DoF9Dedy8uHl7KxU1L9zpJ2 { width:9.8125rem;height:17.3125rem;top:36.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0iGKcd7yWJ4OIdyMsXJQ3vRWvX3TP9O { width:6.25rem;height:6.25rem;top:37.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW6MFVw84bSXPHyE5E7T0G9cQxbpQ94v { width:9.375rem;height:1.166666625rem;top:45.1875rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTmRBFvUNXUr3BT0a26sLo9kdagxcMqD { width:9.9375rem;height:14.9375rem;top:20.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nue1eWMApMTJQaRBgoTDidU2iuJ771AM { width:6.25rem;height:6.25rem;top:21.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyPCqHXeWgE8dS39Tc3CRJ6EXBtOhcka { width:9.8125rem;height:1.166666625rem;top:28.5625rem;left:5.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14eRH2bByPuwTKgDurF6p6eBMQlK3xJ { width:10.3125rem;height:17.3125rem;top:54.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2CRKzAAWr4NCKh51BdlpnIkVsruFdJ7 { width:6.25rem;height:6.25rem;top:55.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcooWoWnDKGIJT3iTCXV08TGvq7UMw1 { width:3.4375rem;height:3.4375rem;top:57.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T12KMi18axTgk25uAsw4t6pXpuLaEP0P { width:10.3125rem;height:2.5rem;top:63.625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX2aWc07hWBui4wQCGDSkaf4HRd8hxGy { width:20rem;height:9.166667rem;top:0.91666793823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xVZ0bFE6W8dMtIXyZyHdgKEi3TmdtC { width:20rem;height:5.6666665rem;top:11.705730438233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s2dKtTEn6TL586TGn3pDeOZf0WZeyh2N { width:9.3125rem;height:3.5rem;top:30.375rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO8TQKND24NhguqJTOtukCCThU94OkAb { width:9.3125rem;height:3.5rem;top:48rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3nDV1g15Ag4dV9y7y7FNnId3PHbAtqW { width:9.3125rem;height:3.75rem;top:67.625rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMo58QoRUBouvescdHEkJTdaMtkvyPI6 { display:flex;width:3.125rem;height:3.125rem;top:22.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EKtVug8NNqPshKxNdpeN44qvacm0W1lw { display:flex;width:3.125rem;height:3.125rem;top:39.375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #yCnB9Wp1O7Pu5EQEGT24hoQsz5g9UUe6 { top:73rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCr69p7vWihteLeIZxSEhx95hQPBEMxB { display:block; }
 }@media only screen and (max-width: 763px) { #FNfQs3ItdC2mSfJ1twiKZLVkZQV3TmTD { top:77.6875rem;left:3rem;width:14rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7CJDdR2PNBQhQtzv870PSVX2AFiy0pA { display:block; }
 }@media only screen and (max-width: 763px) { #ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS { display:block; }#ItP8G1bRsHhNMg0JS16qdmnb9K2yg3oS > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9PWkloCd9A31gzGNW59sGJmQxnP92b9 { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1vvWDQqraCQgHzDS7KRXS9ToLWBIxf { width:20rem;height:2.33333325rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs { display:block; }#BMwlGmy84l5R5VseQr9TBgkPtQqqQqSs > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGgz8gXQULIGO8rguDC07XuPwugJq76F { width:18.9375rem;height:1.5rem;top:10.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQEBhRpt3rSXwOGnWbvidoX0MksTuyEG { width:18.9375rem;height:3rem;top:22.8125rem;left:0.53125005960464rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCEbelFiKTmCvzfVRlByMVv0OczTJTm { width:18.9375rem;height:4.3333335rem;top:16.5rem;left:0.53125005960464rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzPwMKl6rHcJBBxvT6atb4Jg2oycCqbR { width:18.9375rem;height:10.625rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybu9T97D8DdLvqLSqci870pqHUH0FHm { width:18.9375rem;height:10.625rem;top:29.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZnzKhSPiFt3EPfBT8tov3VdQxZQV1w { width:18.9375rem;height:3rem;top:35.5625rem;left:0.53125005960464rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3u77IVTuawftsO69skg8nfAES9MVTPB { width:18.9375rem;height:10.625rem;top:2.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyQT4hhDJOg4urPhq3IUQ9kfRCOoPbMP { width:18.9375rem;height:4.3333335rem;top:3.8541641235351rem;left:0.53125005960464rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtJnAt3pqxTsaqoCT06w07MgdaOkVTl0 { width:18.9375rem;height:4.3333335rem;top:31.083343505859rem;left:0.53125005960464rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDTU3aM6BawJxKEPUpaxsau2BBpQf5Gd { top:41.0625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcrkNlaX0DrqPm5wCMzOsnt227wPCNmD { display:block; }
 }@media only screen and (max-width: 763px) { #CEThSTauGbOOfNHGb1QS03eOp1aUCz3D { display:block; }#CEThSTauGbOOfNHGb1QS03eOp1aUCz3D > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aqh15WmfStkQtCOgd5TJP2o86nqWqs0a { width:20rem;height:6.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN { display:block; }#cBzdEp8BlaMHlCxGI7eMr7x4NNxBaRtN > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhIvJT4bsH7OkUppnxqWM0Eq3gk8TEOT { height:11.222651222651rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkGPxCNgOMpAldz2sA92q658zWiA9xU2 { display:block; }#wkGPxCNgOMpAldz2sA92q658zWiA9xU2 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTUpZLT9O2gro3tLm3sJiX5LI0cCXkcc { width:20rem;height:1.833333375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxyK82JzLd2MeVZrE2HNJFI5JOqCf5sb { width:20rem;height:4rem;top:3.0833435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz { width:18.25rem;height:9.4375rem;top:7.7708435058594rem;left:1.7500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#rpttlAGbCSGmoceX3y0p6xhrbHxnLKUz li:before{  }
 }@media only screen and (max-width: 763px) { #nRGMuJESruqn0WdfqZfmVmPvqGlZOWwI { width:16.4375rem;height:4.9375rem;top:22.1875rem;left:1.7812500596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#nRGMuJESruqn0WdfqZfmVmPvqGlZOWwI li:before{  }
 }@media only screen and (max-width: 763px) { #n1mLrOTCHqURG4NH4MSkW2FV6m2rFF8d { width:18.4375rem;height:2rem;top:19.4375rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB0Kf9atkWeZVGFgN9k92nqd79dKn5Tk { width:20rem;height:5.749999875rem;top:37.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqMgRqrpRMh8kiBa4fEwyab13DfaI0gG { width:20rem;height:7.03125rem;top:28.89582824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMMHCx6e2QTSFnaEt2aGDmAJOGaVM9dT { top:44.85417175293rem;left:1.3750000596046rem;width:17.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRt922edDTpPAsdlR6ptW8z6qk5Jn0wT { display:block; }
 }@media only screen and (max-width: 763px) { #IpWTI4I2BswT6psOdaZBdhC9UasTvzNk { display:block; }#IpWTI4I2BswT6psOdaZBdhC9UasTvzNk > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8ZJGGVT0nBQFSUmAt6KmpC9bTmbxNv2 { width:20rem;height:12.083333rem;top:2.9583435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr { display:block; }#MJJbICDNvFkCXd12VTA2lAZEWHF0nGyr > .row .container { width:20rem;height:109.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxlbu2iEOcFVwsaMnXuCo3UmGswvhem3 { width:20rem;height:18.75rem;top:8.27082824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoQamOpBHpLarqAPw1sGyQ8qM8aNisTH { width:13.75rem;height:18.75rem;top:15.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0z7oepKqnNdBan8Tb9IFiHKADRCPLXI { width:20rem;height:2.83333325rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHkTMiBldCyi7FbrxVKQmZkbk6KyFcOh { width:20rem;height:2rem;top:2.1666717529297rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgcp5INO8e4vW14AQO6XgKFfg3Lp9AP { width:8.5625rem;height:8.5625rem;top:18.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4wOMcKvqC14Mc995tt6A6191TkDKZd { width:10.3125rem;height:3.75rem;top:28.125rem;left:4.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsTdFQ6wKFRkr7I39n7DfmafnqMtNuv7 { width:13.75rem;height:18.75rem;top:36.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1trrpUBSdN2xSJ259RiJIQEJiqUfp91 { width:8.5625rem;height:8.5625rem;top:38.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJM9WDLXntVurUZ8Roly7CWibdvE0TCN { width:10.3125rem;height:2.5rem;top:48.875rem;left:4.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhpDaPqJLpJVO4FQiaIOwdbe4D5l5fLt { width:13.75rem;height:18.75rem;top:77rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfov4V5EcQfxhE3pH6xakoaBAAuvAo1m { width:10.3125rem;height:2.5rem;top:89.75rem;left:4.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBHBROIihevE6pnpoB701ho5eS14S5KK { width:13.75rem;height:18.75rem;top:56.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ing0MVt2ivl2vTNGSPI2AqG4fSRTggK5 { width:8.5625rem;height:8.5625rem;top:59.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHuFKy6a5QwOIM0taC51VsoHWfSALccG { width:10.3125rem;height:2.5rem;top:69.3125rem;left:4.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPQaashC4JKXH1mAbK6TH9aEbibcquMr { width:8.5625rem;height:8.5625rem;top:79.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EztD65PGHDydTUD1JmSb4sbL4zktDkyR { width:18.1875rem;height:4.999999875rem;top:98.227874755863rem;left:0.90625005960463rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZ2ETGestnq5UcBvEvFKZCxDAdGB3hI { display:flex;width:5.125rem;height:5.125rem;top:19.9375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #WH3dGiltCCg71LNqvsg2ZPTSaebdSmPv { display:flex;width:5.1875rem;height:5.1875rem;top:40.69792175293rem;left:7.4062502980231rem; }
 }@media only screen and (max-width: 763px) { #uM7L57mbTMvHwCF8NcgOHztW2FKr7T9k { display:flex;width:5.25rem;height:5.25rem;top:61.062515258789rem;left:7.3750002980231rem; }
 }@media only screen and (max-width: 763px) { #EC9zWihIWdPqoVF5ikMWp3pUTqXHpJa0 { display:flex;width:4.8125rem;height:4.8125rem;top:81.71875rem;left:7.5937502980231rem; }
 }@media only screen and (max-width: 763px) { #MNwKi3g9SglfFVbuzGB950ZZFFWTARVT { top:104.47787475586rem;left:1.75rem;width:16.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHkxCSqWi1QnsC4Zzb48WdUZCd83wNsS { display:block; }
 }@media only screen and (max-width: 763px) { #lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM { display:block; }#lnK3aNcoQxwnbVI8GwSsknNTehpQAQMM > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jh78SlR0Fg7T2LWMg9XF7pNoxDp9dNMo { width:20rem;height:3.5rem;top:26rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwT9IVUd6tSgGKRsrT9LtqO6XSSTUtah { width:6.25rem;height:0.125rem;top:8.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3paWhb8yqGgmFwIdf05VMkwXqsQkorM { width:1.25rem;height:1.25rem;top:7.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKrhqTTMu4KqRobLkwXkHTXsBSfr7gf { width:20rem;height:4rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npHkSqFHQAmhBrVvT7z4e1OEmf2NIo7w { width:15.4375rem;height:1.583333375rem;top:8.75rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9mFxJaayuifUoG7QoryObfNmdJOqN8 { width:6.25rem;height:0.125rem;top:12.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epfw1xwq7bQKwN39tBtEThxxwK0L661U { width:1.25rem;height:1.25rem;top:11.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qemuynEAJ1JoBAw7CIPqSkybMNz4K1Xe { width:12.1875rem;height:1.583333375rem;top:12.8125rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsMZNS0auWNwDHTJw51OHCW4EbTdhu8z { width:6.25rem;height:0.125rem;top:16.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9MiJmXQ59yEqGmvuiuw55MLPcAnrH7 { width:1.25rem;height:1.25rem;top:16.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB4awrOex6Cp4e9WOkOu98mr2kzAqVpk { width:12.1875rem;height:1.583333375rem;top:17.125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaAf4x6Sl8q8t6ZBvnXWs2sRXkQdn6Xh { width:6.25rem;height:0.125rem;top:20.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHggBy3loCk0kvQ8anT0A7VCR8ElT86 { width:1.25rem;height:1.25rem;top:20rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfO8mC8TMkvWPumwlXKWi9O9rgXrBzEO { width:15.0625rem;height:3.16666675rem;top:21.25rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 { display:block; }#GehPATI4NaueAHGbC2J9LEAMVIQ8u8I6 > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH7KnXBbHWosh0VttyI6PynNgNsmLZs0 { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt7MnvvDQ4kVwN98vMg9bTuoWvIHif0l { width:9.75rem;height:4.5rem;top:9.8854370117188rem;left:5.1250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIR1GCahE7aVTwW2D2puAPABabg0PV9d { width:9.625rem;height:7.6875rem;top:8.3125rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBkvoibV4AxIeupAhDkOGtb8q4772JLW { width:9.75rem;height:3rem;top:20.385437011719rem;left:5.1250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhM42I5NRGTGFOa1DfS4SZrcn3Xe4iLg { width:9.625rem;height:7.6875rem;top:18.0625rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANtTAiBa5JdBpkgdpfesf1UGn5psiHiT { width:9.75rem;height:4.5rem;top:29.302093505859rem;left:5.1250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Di5SFLpBlkLPeWmEq1dP17bPG4abHt0L { width:9.625rem;height:7.6875rem;top:27.708343505859rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOuW3lSfTWO3n1D6Q1mQehWyKQH2IBq { width:9.75rem;height:4.5rem;top:39.196624755859rem;left:5.1250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5c2XpXMG0TQC9sdKGyv1Bhw8QtsM58g { width:9.625rem;height:7.6875rem;top:37.645812988281rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzOAJVDZbsPiowoiipvokal6GFdaPCTy { width:9.75rem;height:3rem;top:49.864593505859rem;left:5.1250002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQgdM57V2XwMz82HBLqioUFJozflakpO { width:9.625rem;height:7.6875rem;top:47.5625rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKMqFGzDdoQX0pa2FDM9wSwDebA1aG1W { top:56.3125rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTDAoOzTDB7UTALXc8vgU0Agr8uZGJdh { display:block; }
 }@media only screen and (max-width: 763px) { #srTqCXxgliu15uaFSwl0TuBqWvhqqNKo { display:block; }#srTqCXxgliu15uaFSwl0TuBqWvhqqNKo > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMSbQSwCiVGaVB1fSrp9n4aqEAEogkvy { width:20rem;height:2.16666675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiFAFa9BJWig7HqFbLruDHcbSJgUmsU1 { width:20rem;height:5rem;top:4.1041870117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ { display:block; }#B6OqCyqdRpIwixQn62oa4Vae3eo2UAfQ > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANWXHahvkNQXmAIW1WeCHDigcz7hqGN0 { width:7.8125rem;height:5.8125rem;top:12.477874755859rem;left:5.8125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVyOwCnQRtpETxWkTIOzsUvWtdJvyNQP { width:7.6875rem;height:4.4375rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R70m8dJF6GwCoo0Ueri4pfQy8PT6UbEZ { width:13.3125rem;height:4.4375rem;top:6.9778747558594rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRPFTrwuqrpKFU5TDFTTlwL0cayiKgC { width:15.5625rem;height:6.4375rem;top:19.540374755859rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #chg3TP0g7HtVsa1eULq869hqqIBwzHfn { display:block; }#chg3TP0g7HtVsa1eULq869hqqIBwzHfn > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBxBWM9FrQspRlMuhI5L3nFgn1HbcbCW { width:10.8125rem;height:5.5625rem;top:16.76953125rem;left:4.5937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN03cakdRakfN9hcVoMkxgdIGFpcuMqp { width:14.9375rem;height:3.6875rem;top:1.75rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhy0Rbs18hPBzTmSkO2H5G6klnQxGFG { width:7.75rem;height:7.75rem;top:7.1028747558594rem;left:6.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWGCJ5ioDkvt7MZ5lZ6M2nNrooIXUw4 { width:12.8125rem;height:4.25rem;top:23.290374755859rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEy2Knbcu41DkkoA5vtMoMVepKSL1609 { display:block; }#dEy2Knbcu41DkkoA5vtMoMVepKSL1609 > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apdby6xXsDtJ9HT2dpcVIro8EGSfGuZT { width:12.0625rem;height:4rem;top:12.083374023438rem;left:3.9687502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn1Er0C0peJSB7AiirtRs2lhweWcxt7J { width:10.6875rem;height:3.8125rem;top:1.5rem;left:4.6562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI10wSt0EsDNvDsxs2SE8Ca6KsCEXQJa { width:10.0625rem;height:3rem;top:7.2279052734375rem;left:4.6562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGsJyvxlD4z08NOCsdXVqMiLvnxmkITa { width:18.4375rem;height:3.1875rem;top:18.477905273438rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 { display:block; }#unW2xQCkaAw3dLDGouZvECzUUJ7w9vH2 > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vknCCnDpfbbXnmOPoMX0tSBq3OPgBaNO { width:20rem;height:12.0833335rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ { display:block; }#RMWc8UBBeQ3CQNKWMfQDTWW3f3N0FlmJ > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmd5nQTap3ga1F9UHQgcTNZgXptvSMLU { width:20rem;height:5.75rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ13opV76fQnrV7EAsBH1BpLbFmuwgCD { width:20rem;height:3.75rem;top:8.7903747558594rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9p0PFOLWAwFeTJA1fzLwhWw7agg3Uet { width:2.8125rem;height:2.75rem;top:16.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAiuQfWuNi8SNKTKFVqHBiz0uP5Ntis8 { width:6.25rem;height:6.25rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1GgMM9eVuW2tsWIv73toCx0nVZETohR { width:9.5rem;height:1.25rem;top:15.5625rem;left:7.4375rem;text-align:left;text-align-last:left;color:#57ad6b;display:block; }
 }@media only screen and (max-width: 763px) { #fuNGf0Ecep3tsZeFwWve3cTTlr14kXK7 { width:8.0625rem;height:2.5rem;top:25.25rem;left:7.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imr3JsFNn0RTKuqIP7ihwl7KEEa4iE2J { width:10.6875rem;height:1.25rem;top:23.4375rem;left:7.5rem;text-align:left;text-align-last:left;color:#57ad6b;display:block; }
 }@media only screen and (max-width: 763px) { #DIbZqxPVk2O6BFwlQhfzGwt7iZicDntU { width:6.25rem;height:6.25rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3OtFQVbKIQwVdmxFouwLuZyi3310Jx { width:2.125rem;height:2.75rem;top:24.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoDrXr27b03F9rznlTVTAI2NrVcoI8t7 { width:8.75rem;height:1.25rem;top:33.6875rem;left:7.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImayFz5w2HPC6Sh5SVcx0MxLDz1ZbuxT { width:8.8125rem;height:1.25rem;top:32.1875rem;left:7.625rem;text-align:left;text-align-last:left;color:#57ad6b;display:block; }
 }@media only screen and (max-width: 763px) { #KdG9JHJpEXghlrTVJmH9UGeCUoaRFavB { width:6.25rem;height:6.25rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvOGA5H0EPQfzyz8SBevu4NaKw8mnh86 { width:2.75rem;height:2.75rem;top:32.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWyK5sfyBAoqBJozdoEbGBpSFpXqmnd8 { width:20rem;height:32.25rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#0b1a43; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-text {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#0b1a43; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-select {padding-top: 0; padding-bottom: 0;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-moz-placeholder { color:#3c0089; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-moz-placeholder { color:#3c0089; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]:-ms-input-placeholder { color:#3c0089; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi [class*="-text"]::-webkit-input-placeholder { color:#3c0089; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi  { width:16.75rem;height:auto;top:46.4375rem;left:0.37500005960464rem; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi {display:block;}#iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi { width:16.75rem;height:auto;top:46.4375rem;left:0.37500005960464rem; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #QLPI1VCVW0CiGWgPqmfIN47xOK9VD8sT {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #p7rTMhgBb1SBLQ7KOu152VJpzlWlXLe4 { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #uQeKH2sGtNps0mOM5TJ7K33s6KfhPmaF {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #yr0BOhOIhMbwnQZLKq7FSaOyARJi5vkU {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #eqknlrsWzRnZnxx7XJpGESxAJzpdnD8D { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #fl2zK3uHfsOVV3p1pxXS0Ai0xopLkppm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #kenuxX7iI9Rl0RoT7Jyr21FefxQ8u2lm {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #LTCnobBr0ffAB6oMSi5TfVZ1EnZLA8br { display:none; }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HEaze5gJg5KzSxBGAIqX41EwpXz9Q2uB {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #qGnPeiakJHZ094T6TzzuXLKQh1risVnd {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #Otpy3wtXiheNXMBxcIJWQnOq3fGUqTDt {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hTuDHwpJecp83LSvFDCm81xeOwJU2PVK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #HMnrUTPAqofzJeR1R1FpkRvUNbaEczFK {  }
 }@media only screen and (max-width: 763px) { #iRUTR1WFfDyC7cyKfK3ynX5DQ4casPbi #hcdRDz9Nvz7geWnvPfRn8TMpvf2ZHJAX {  }
 }@media only screen and (max-width: 763px) { #QGS4yRs3b0cgy01n9xiUesZb9aJgtTqc { width:10.125rem;height:1.75rem;top:17.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0IrG9HnBhrd1o2shJ3d9OTvTI87dNOH { display:block; }
 }@media only screen and (max-width: 763px) { #PaBHLdK0tiGTnnkoJJDDNcGNiPiDI6RT { width:16.9375rem;height:5rem;top:41.4375rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKwvsixlyuv4FTZze84eE52Nc29vr3U { display:block; }#bOKwvsixlyuv4FTZze84eE52Nc29vr3U > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy6NROsNZGJ1UvN1l7AC0eVkUyci2yOC { width:0.0625rem;height:2.5rem;top:2.4140625rem;left:3.4687502980233rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDCAq8wfgXBrquNPNXrSvGHdtRqtA65o { width:20rem;height:1.166666625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwu4GgtHRGGJnAddvm6cG9UqEcQ7ygt { display:flex;width:1.625rem;height:1.625rem;top:3.375rem;left:9.1875rem; }
#ZCwu4GgtHRGGJnAddvm6cG9UqEcQ7ygt > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XdN8cqyoqA5z5cG44I26RvUW8kAeulTC { display:flex;width:1.625rem;height:1.625rem;top:6.3125rem;left:9.1875rem; }
#XdN8cqyoqA5z5cG44I26RvUW8kAeulTC > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #ADVX25sO2qJ7oaF3TSTCaInX2hyLNZWM { display:flex;width:1.625rem;height:1.625rem;top:9.25rem;left:9.1875rem; }
#ADVX25sO2qJ7oaF3TSTCaInX2hyLNZWM > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }