.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:234,228,245;--color-primary-1:186,167,223;--color-primary-2:116,78,191;--color-primary-3:58,39,96;--color-primary-4:17,12,29;--color-secondary-0:255,234,218;--color-secondary-1:255,184,133;--color-secondary-2:255,112,10;--color-secondary-3:128,56,5;--color-secondary-4:38,17,2;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000037;background-image:url("https://images.assets-landingi.com/uc/926e1072-6406-4d19-b91c-781dcbb65807/a2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA.adaptive-delivery-prevent-bg, #w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA.lazyload, #w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA.lazyloading { background-image: none; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row .container { background-color: transparent; background-image: none; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row .container > .video-iframe-container { display: none; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row > .video-iframe-container { display: none; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .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); }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row .container { border-width: 0; border-radius: 0; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#v51q9uGvmDSxpLUU3aMRCX9LoZ2NSzpC { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),1), #df229c);background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),1), #df229c);background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),1), #df229c);background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),1), #df229c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#df229c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#df229c' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),1), #df229c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3046875rem;left:57.75rem;display:block; }
#TlqVKTTRXG9e9ipR4ZAnpRnNAviX8V34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IdmMeVHLLn8PbbeaIahU2s63k6QwULMs { 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:#ffffff;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.3046875rem;left:50.5rem;display:block; }
#dh6hneksgfAAmxFEqgXURlGrEyJAcnUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bm1VArV4Ko6ILcCkeltxxLZHV5G8XEoy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.5rem;top:1.6875rem;left:2.9375rem;overflow:hidden;display:block; }
#SRrOzz5wmdzvo6VZTWHfL71bOlkNuvrq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.5rem;top:1.6875rem;left:14.3125rem;overflow:hidden;display:block; }
#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/926e1072-6406-4d19-b91c-781dcbb65807/a2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e.adaptive-delivery-prevent-bg, #QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e.lazyload, #QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e.lazyloading { background-image: none; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row .container { background-color: transparent; background-image: none; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row .container > .video-iframe-container { display: none; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row > .video-iframe-container { display: none; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .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); }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row .container { border-width: 0; border-radius: 0; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:41rem;width:75rem;position:relative;display:block; }#MqAOqgXFDAmdsSeAsr9syIvnMoxDr2uT { color:#654f65;display:block;width:67.935625rem;position:absolute;font-family:"bebas neue";font-size:5.6875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);top:9.1875rem;left:5.3125rem;height:13.6484375rem;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;font-style:normal;display:block; }
#Hxt5UfLsr6xD5XlwKvTvrbu8m8NpFtkb { color:#654f65;display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5625rem;left:9.4375rem;height:1.5rem;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;font-style:normal;display:block; }
#ad0JB8pQc9JOlTImvJU1pcOTW22ldaVK { background-color:rgba(var(--color-secondary-2),1);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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8105625rem;height:3.436525rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:48.18603515625rem;left:0rem;display:none; }
#DtW5e8KVZhHVpOR4FM2TzzVaCOeHTng8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOuM7UirlIdvVQyPXhg0gWuNtwLShH30 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:57.25rem;left:31.25rem;display:none; }
#XATCbXnQEQTp1K1H7igTanU0ekzd67OS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhNhOOhWgasMsbTUNRoTyTVxZai3BnZB { box-sizing:content-box;height:2.6875rem;width:24.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #8e39b1, #df229c);background-image: -moz-linear-gradient(138deg, #8e39b1, #df229c);background-image: -ms-linear-gradient(138deg, #8e39b1, #df229c);background-image: -o-linear-gradient(138deg, #8e39b1, #df229c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e39b1', endColorstr='#df229c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e39b1', endColorstr='#df229c' );";background-image: linear-gradient(138deg, #8e39b1, #df229c);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4rem;left:26.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#VHTqyGTDx2wmoUE0UiZQlr6mmC8lCe64 { background-color:transparent;background-image: -webkit-linear-gradient(313deg, #9b68ff, #df229c);background-image: -moz-linear-gradient(313deg, #9b68ff, #df229c);background-image: -ms-linear-gradient(313deg, #9b68ff, #df229c);background-image: -o-linear-gradient(313deg, #9b68ff, #df229c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b68ff', endColorstr='#df229c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b68ff', endColorstr='#df229c' );";background-image: linear-gradient(313deg, #9b68ff, #df229c);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.25rem;left:27.8125rem;display:block; }
#SRsTREF9EK6UfNGZh1vHJAOiHB97ZlVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DK0xeWyFV6rma966Sm16DGDiUOVghq0I { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:34.6875rem;left:18.8125rem;height:5.59765rem;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; }
#PaiQoVW2Iuuf1ZDunz3N8hRnxWWQ0Jyn { 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:42.1875rem;width:50.3125rem;display:none; }
#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34a6542d-f906-407b-8afc-2a18e6e1c5a3/a.png");background-position:bottom right !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; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ.adaptive-delivery-prevent-bg, #yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ.lazyload, #yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ.lazyloading { background-image: none; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row .container { background-color: transparent; background-image: none; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row .container > .video-iframe-container { display: none; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row > .video-iframe-container { display: none; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .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); }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row .container { border-width: 0; border-radius: 0; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#kZsn8W0ManQFkqTG0nuaTAqcP9FnVrlH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.125rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VC2J8OJDUyF2iFx18osU8ow07oxJL4ZT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.5625rem;left:3.125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#v4CJ726LadoL8cLmLLv0gCSOsR8E6Rtb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:3.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:21.875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Udpldl2gvvvzbq2RFEsNfkTh6dmhN50g { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.875rem;left:23.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#E7xWmdUCmaQdxpTkBn9gtznXII9pcD5X { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:3.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:40.625rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qvIsoeF0ZW6FkzTur3ZMzdVnO4DJRVA9 { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.875rem;left:42.375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#xn3nu6wFdAFPerbtvf8paNun2yvwDVr7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:3.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:59.375rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvKu1zJNO9oKu8ZIKAAXnoPdya8s6zFw { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.875rem;left:61.125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#VbWLc8IUzNMMLJeE7aQTGkmUaS8a2pvT { box-sizing:content-box;height:8.4375rem;width:15.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;top:2.46875rem;left:1.53125rem;display:block; }
#fu5lkbRc4vGDD49oFzEx1JPKnQaeRTBV { box-sizing:content-box;height:8.4375rem;width:15.3125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;top:2.46875rem;left:20.28125rem;display:block; }
#x5G6ZLHNTEcKHMMS18t62DIZJsRPuut5 { box-sizing:content-box;height:8.4375rem;width:15.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;top:2.46875rem;left:39.03125rem;display:block; }
#ywWuFzNGziWizPlsyMsKL5vh3gZHT7BO { box-sizing:content-box;height:8.4375rem;width:15.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;top:2.46875rem;left:57.78125rem;display:block; }
#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row .container { background-color: transparent; background-image: none; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row .container > .video-iframe-container { display: none; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row > .video-iframe-container { display: none; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .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); }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row .container { border-width: 0; border-radius: 0; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#vPV6xdWvFUenooTcAzkbkr7T5HeiUweP { color:#000037;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:17.75rem;left:11.1875rem;height:17.595725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#suiAoTphmqL4AhhKhqS59CHzQz6svBMR { color:#000037;display:block;width:33.125rem;position:absolute;font-family:"bebas neue";font-size:2.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.919921875rem;left:11.1875rem;height:9.0175625rem;font-style:normal;display:block; }
#U7VPhDOXpe0yyrRut3RD8vkJPm4NnG4D { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:27.75rem;top:5.3046875rem;left:41.6875rem;overflow:hidden;display:block; }
#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { background-color: transparent; background-image: none; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container > .video-iframe-container { display: none; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row > .video-iframe-container { display: none; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .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); }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { border-width: 0; border-radius: 0; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.8125rem;width:75rem;position:relative;display:block; }#KUenMq3XCTTJr2uatw5IkRhmbLNNrXBp { color:#000037;display:block;width:75rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.1240234375rem;left:0rem;height:4.798825rem;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;font-style:normal;display:block; }
#rXos7cCOxUSyqnIbgnPrDxVo6aKTA6V3 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:20.07421875rem;left:10.84375rem;height:9.7959rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1EIzs11pdTTo98KAPDmzqOU4dnWrZ2G { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15014;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #744ebf, #df229c);background-image: -moz-linear-gradient(60deg, #744ebf, #df229c);background-image: -ms-linear-gradient(60deg, #744ebf, #df229c);background-image: -o-linear-gradient(60deg, #744ebf, #df229c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );";background-image: linear-gradient(60deg, #744ebf, #df229c);background-size:auto !important;top:10.875rem;left:14.4375rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(24,39,75,0.5) ;display:block; }
#UpqoJDsV3X4BUtrkWVRey7ouCzJ8I8QH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.625rem;left:15.1875rem; }
#oum40cnApJ1rhLqtdquF6BOsv39CTtup { color:#690869;display:block;width:10.9375rem;position:absolute;font-family:"bebas neue";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:16.1904296875rem;left:10.8115234375rem;height:2.69921875rem;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; }
#q7VVR8FoTiXi8czTbPCZUXrCzrVpJLh8 { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15015;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #744ebf, #df229c);background-image: -moz-linear-gradient(60deg, #744ebf, #df229c);background-image: -ms-linear-gradient(60deg, #744ebf, #df229c);background-image: -o-linear-gradient(60deg, #744ebf, #df229c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );";background-image: linear-gradient(60deg, #744ebf, #df229c);background-size:auto !important;top:10.875rem;left:35.375rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(24,39,75,0.5) ;display:block; }
#uzB3C63bqlwcbA38UwrAFP6yun5Dd1KB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.6875rem;left:36.125rem; }
#KRCsoo849HLcqWGczZWSI2IbkQHQgqex { color:#690869;display:block;width:11.125rem;position:absolute;font-family:"bebas neue";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:16.1904296875rem;left:31.6875rem;height:2.69921875rem;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; }
#wCSCNdmD0tx0E4ez7NHknh3GGzlpUsLO { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:20.07421875rem;left:31.625rem;height:12.59475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kb54QNGsOpDlzDuwbWwuTp35zCybFr1T { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15016;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #df229c, #744ebf);background-image: -moz-linear-gradient(60deg, #df229c, #744ebf);background-image: -ms-linear-gradient(60deg, #df229c, #744ebf);background-image: -o-linear-gradient(60deg, #df229c, #744ebf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df229c', endColorstr='#744ebf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df229c', endColorstr='#744ebf' );";background-image: linear-gradient(60deg, #df229c, #744ebf);background-size:auto !important;top:10.875rem;left:57rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(24,39,75,0.5) ;display:block; }
#D40Tk1F28ubfWi59mJsSq60wvH7xFpEW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.625rem;left:57.75rem; }
#o37kGa5UECq5tdPoMr3vWHsCfGqKSesS { color:#690869;display:block;width:12.25rem;position:absolute;font-family:"bebas neue";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:16.1904296875rem;left:52.75rem;height:2.69921875rem;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; }
#dkoKao4MR2ao4VrOuvK4fZ32dnWEWOE4 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:20.0947265625rem;left:53.40625rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhGXZahEM6OVTfAotRThhDITrtlqbhKM { box-sizing:content-box;height:21.3125rem;width:14rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.5rem;left:51.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 1.75rem rgba(24,39,75,0.16) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KXTRb6KEUcGidbXg345TglVs56tOVOPD { box-sizing:content-box;height:21.25rem;width:14rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:12.5rem;left:30.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.75rem rgba(24,39,75,0.16) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#bBUKsielqugKXTtIJv0iMXNHeCkb0cJm { box-sizing:content-box;height:20.875rem;width:14rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:12.5rem;left:9.2802734375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.75rem rgba(24,39,75,0.16) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PReF2FFn3WNJJMklXb59izXrs9nvKULw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:57.25rem;left:31.25rem;display:none; }
#Xe7XzgVANI2wLdxxW1lTghT0wwZT5cLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyHDDx5TDsX2oTcbErp4AHzBPAv9cb0E { color:#000037;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:38.6865234375rem;left:0rem;height:1.79980625rem;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;font-style:normal;display:block; }
#dTs3QL7GW9S0QwBMmNTB92DpKMxznxMm { background-color:transparent;background-image: -webkit-linear-gradient(313deg, #df229c, #744ebf);background-image: -moz-linear-gradient(313deg, #df229c, #744ebf);background-image: -ms-linear-gradient(313deg, #df229c, #744ebf);background-image: -o-linear-gradient(313deg, #df229c, #744ebf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df229c', endColorstr='#744ebf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df229c', endColorstr='#744ebf' );";background-image: linear-gradient(313deg, #df229c, #744ebf);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:42.1875rem;left:27.03125rem;display:block; }
#qZhdxzciQNhUfzSCeNWfTgmIUTpHAL4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { background-color: transparent; background-image: none; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container > .video-iframe-container { display: none; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row > .video-iframe-container { display: none; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .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); }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { border-width: 0; border-radius: 0; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40.125rem;width:75rem;position:relative;display:block; }#bpx3s7cb2fX4vo8Iz1nN69M00r2BZlnc { color:#654f65;display:block;width:75rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0rem;height:2.3994125rem;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;font-style:normal;display:block; }
#SVQnC4ETIuXlreb026L4LTn36RSi2O2J { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:12.6875rem;left:16.5rem;height:4.19824375rem;font-style:normal;display:block; }
#vBffx66VeLXbCFlIXSvNrFz4ITSomngo { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:13.5rem;left:41.875rem;height:4.19824375rem;font-style:normal;display:block; }
#qlBJpxZP84C9bSTLM428vs1blMB18A0b { box-sizing:content-box;height:12.5rem;width:20.8125rem;position:absolute;display:block;z-index:15004;background-color:#ff700a;background-image:none;top:7.625rem;left:14.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.375rem rgba(24,39,75,0.2) ;display:block; }
#piyCn0Mbu2k77TNfZKBL23DWhvXffEQ8 { box-sizing:content-box;height:12.5rem;width:20.8125rem;position:absolute;display:block;z-index:15005;background-color:#df229c;background-image:none;top:7.5625rem;left:40.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.375rem rgba(24,39,75,0.2) ;display:block; }
#mHquHHgpeuzRTEhyksCeb911xXIh5a1m { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.9375rem;left:16.5rem;height:2.5996125rem;font-style:normal;display:block; }
#HARlmJZH3zF4yKwZuL146IeymF4luUzD { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:9.9375rem;left:41.875rem;height:2.5996125rem;font-style:normal;display:block; }
#hGrReMWoGk2z0BNEXWOla7dIk8Dda9zv { background-color:rgba(var(--color-secondary-2),1);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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.812rem;height:3.436525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:49.49853515625rem;left:26.09326171875rem;display:none; }
#vv839yC8EWwXIxuL7AZ5nnhD4myfEWcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuq0l4acUHvJ6rnfMRqNMgBeVOKLqGnl { box-sizing:content-box;height:12.5rem;width:20.8125rem;position:absolute;display:block;z-index:15010;background-color:#744ebf;background-image:none;top:22.75rem;left:40.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.375rem rgba(24,39,75,0.2) ;display:block; }
#GRq90QigIMgdtlBKZNftxcCARp7csC6z { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:28.3125rem;left:41.875rem;height:4.19824375rem;font-style:normal;display:block; }
#B6suF5bcVEcFQ9EwxH2KJei2TUELqnE6 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:27.625rem;left:16.5rem;height:5.59765625rem;font-style:normal;display:block; }
#w3ndsTp500SXuSeGUWP2eHvTt56eF2PT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:24.5625rem;left:16.5rem;height:2.5996125rem;font-style:normal;display:block; }
#kQzmgqQU7reGMmOKMv50iS0iMcvzzvD3 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:"bebas neue";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:24.5625rem;left:41.875rem;height:2.5996125rem;font-style:normal;display:block; }
#Ko111Uln4rcouuxnRaQz5z5PTHvCNmwO { box-sizing:content-box;height:12.5rem;width:20.8125rem;position:absolute;display:block;z-index:15014;background-color:#690869;background-image:none;top:22.8125rem;left:14.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.375rem rgba(24,39,75,0.2) ;display:block; }
#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { background-color: transparent; background-image: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container > .video-iframe-container { display: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container { display: none; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .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); }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { border-width: 0; border-radius: 0; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:30.875rem;width:75rem;position:relative;display:block; }#ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { color:#000037;display:block;width:75rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0rem;height:2.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sHtT2SSWIUDbR7erFnEu7pzg06ldJFIK { color:#000037;display:block;width:30.4375rem;position:absolute;font-family:"bebas neue";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:7.8125rem;left:4.1875rem;height:2.19921875rem;font-style:normal;display:block; }
#ZVLC2ntcedwyiSMH6vE3wzbB23xC739H { color:rgba(var(--color-tertiary-2),1);display:block;width:28.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:9.8125rem;left:4.1875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wA0AOtl1J56luroJCQ2k2kw881tRou0g { background-color:rgba(var(--color-secondary-2),1);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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8105625rem;height:3.436525rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:48.12451171875rem;left:26.09326171875rem;display:none; }
#X8r5LMXihsixBF42Iggypq0Hsye72zya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThVEtNWJ3T0tLvNSzuiVTfERq5q5iJ78 { 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:15043;opacity:1;top:7.8125rem;left:0rem; }
#K5flWfJa5WQFZVW35DvoiQrN75CZDTd0 { color:#000037;display:block;width:34.125rem;position:absolute;font-family:"bebas neue";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:7.8125rem;left:40.4375rem;height:2.19921875rem;font-style:normal;display:block; }
#UdxSARrIQxGLmLvq9txZg2prem8WADkV { color:rgba(var(--color-tertiary-2),1);display:block;width:28.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:9.8125rem;left:40.4375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sp9iCk6z9z0WpobzQwBsuRkg0r1S9HSV { color:#000037;display:block;width:30.4375rem;position:absolute;font-family:"bebas neue";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:15.5rem;left:4.1875rem;height:2.19921875rem;font-style:normal;display:block; }
#TR8KZJIr8IZQgzCAkMoivQohOFd7gRdG { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:17.787109375rem;left:4.1875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LuH8Arq20xNNpphZETlAklnWCV4Qpohn { color:#000037;display:block;width:34.125rem;position:absolute;font-family:"bebas neue";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:14.9375rem;left:40.4375rem;height:2.19921875rem;font-style:normal;display:block; }
#FNq7QBOluewEk1Qevrc3iD3KMp5V5EnD { color:rgba(var(--color-tertiary-2),1);display:block;width:28.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:17.787109375rem;left:40.4375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KbrkRSOMtAksRSIu5rTHwlXKiVJTnVma { color:#000037;display:block;width:30.4375rem;position:absolute;font-family:"bebas neue";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:21.9375rem;left:4.1875rem;height:2.19921875rem;font-style:normal;display:block; }
#aX6Te8xnlJFwaGGhTeuAWNXZgIXomTbz { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:24.5rem;left:3.9375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqTeViHMJaETgCbT1NWJdxQ1Of1WwIvn { 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:15044;opacity:1;top:15.5rem;left:0rem; }
#ubI4Fki1RDbd6sZlBON56Hp6o15MzLRl { 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:15045;opacity:1;top:21.9375rem;left:0rem; }
#GUZCcVNgiihGL2CxTN4Kh7cuk0NIL0ST { 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:15045;opacity:1;top:7.8125rem;left:36.6875rem; }
#dKTCENMUamo21sHfFiQ4lVcJAN7IzE8G { 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:15046;opacity:1;top:14.9375rem;left:36.6875rem; }
#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { border-width: 0; border-radius: 0; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:42.8125rem;width:75rem;position:relative;display:none; }#W1w04J7G3iq2RBm3RsikTMOb3F0KEwAS { color:#654f65;display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:;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;font-style:normal;display:block; }
#DqLIPAgg7SAZdfkbeVZSWw2U8J5WFZq1 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:12.1875rem;left:17.3125rem;height:3.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8N3it1udR1Ndp9UchZTkb1Xio7mlxxn { 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:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.5rem;left:66.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fpoQIyAsOc8AxZrRsFJwOx5MXmlrdQ6L { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.0625rem;left:48.125rem;display:block; }
#BTlvHbhwVTSi0tsxq2nnJfuxQWCpbOf3 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.125rem;width:40.625rem;top:18.0625rem;left:17.4375rem;display:block; }
#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row .container { background-color: transparent; background-image: none; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row .container > .video-iframe-container { display: none; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row > .video-iframe-container { display: none; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .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); }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row .container { border-width: 0; border-radius: 0; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:113.4375rem;width:75rem;position:relative;display:block; }#kTPuTe9TQTOJTCXflU6WTLgKvxwUOzLv { color:#000037;display:block;width:74.625rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.25rem;left:0rem;height:2.3994125rem;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;font-style:normal;display:block; }
#HvQTqzmLqXNiosLrwPdamJCMpPSVmsDZ { color:#000037;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13.3125rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#Zpee1WSVUEyPzn71Tg9kGJKg5nRvtfxQ { 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:15016;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:13.5625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#foKD0GHzGrONfWA4ZfyiGAJWvXxPRICG { color:rgba(var(--color-tertiary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:13.3125rem;left:8.4375rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cvh6kOVeGp4k1bR0SDsggMvS68xbTFuP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.375rem;left:6.625rem; }
#uxqm4BM1gGnVim1wQUGAC7wIr2SIz3kT { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.625rem;left:6.625rem;display:block; }
#oBmmXQ01EK6lVtoIDAyTZxAiBLOukyP5 { color:#000037;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:16.875rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#VRDfgrW3Id8zyTOGsDcoVKs18qH7P5Ru { color:#000037;display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:24.162109375rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#ETy9xgz1nPR6OLHAXzK7XToVZS0QQLDK { color:#000037;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:26.6875rem;left:20.0625rem;height:3.19921875rem;font-style:normal;display:block; }
#cmJMPhizFyXXNixfDmCbEXJSi38p0bng { color:#000037;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:31.974609375rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#mL5bIkhT3bdIuCLfixlBUCO4zfEUiuaU { color:rgba(var(--color-tertiary-2),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:34.5rem;left:20.0625rem;height:1.5996125rem;font-style:normal;display:block; }
#fIpXlkLfgN6rgWUA242F30IazdRyFIec { color:rgba(var(--color-tertiary-2),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:41.6875rem;left:20.0625rem;height:1.5996125rem;font-style:normal;display:block; }
#aGyLyqArsR7lHVZOJbq1dVhU5VAZZEGt { color:#000037;display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:38.25rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#akwwcrcVS3bdLH4RQleuLBZCqIDSabis { color:#000037;display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:57.1875rem;left:20rem;height:1.79980625rem;font-style:normal;display:block; }
#J0KZN7n2wUZvIc86T4ETRGlIP62HdOSw { color:#000037;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:51.8125rem;left:20rem;height:1.79980625rem;font-style:normal;display:block; }
#bo1EnQngFnRMlDUtzRFU2vLQvLwRFlmh { color:rgba(var(--color-tertiary-2),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:60.8125rem;left:20rem;height:1.5996125rem;font-style:normal;display:block; }
#ECHgtzhwOBvltfTIOUeOL1OVTsNsQRZL { color:#000037;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:64.662109375rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#Uo5a2SvGgWhTPhgiwz6ds8i3XH9gffxT { color:#000037;display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.6;letter-spacing:0;top:90.849609375rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#OEKwgeP70Qz9RzkMDR38WIVBVB8aC134 { color:#000037;display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:75.3994140625rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#hLSaDGffwhzw04HBgnHC9Gf7pVEfBbig { color:rgba(var(--color-tertiary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.6;letter-spacing:0;top:75.5rem;left:7.75rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TPaZhQNhPpRgcVwGWpgkq6ccrIaTg6rs { color:rgba(var(--color-tertiary-2),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:93.4375rem;left:21.249218940735rem;height:0;font-style:normal;display:none; }
#d5DnfOsi1haaLKbzvzBNEPuVchrRcsxu { color:rgba(var(--color-tertiary-2),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:85.681640625rem;left:20.0625rem;height:3.19921875rem;font-style:normal;display:block; }
#SVE7bcCy0zwNtIEzJro1Ti3alhWryhxu { color:#000037;display:block;width:40.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:81.25rem;left:20.0625rem;height:3.5996125rem;font-style:normal;display:block; }
#CiGCqC5IynistcHqZzpBLkMWhTknHyvT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:167.375rem;left:31.1875rem;display:none; }
#ePMpWTkvMBb6bAhxoltSD2hlRThu2zfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fC4lg3OIMnr46V3oov2MVsAiu47ATtrd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.125rem;left:6.625rem; }
#w7UIlDfQ9wcJgiO6PFRZbLHENE8f9Sp5 { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.5rem;left:6.6875rem;display:block; }
#orQLOTe3ggRTcCcUuzXsmE8DiR7QhsAH { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:17.0625rem;left:8.25rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RhnUTw3eAo4sTDLPP5PpRmRGIseX0kqR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:24.4375rem;left:6.625rem; }
#KfN0JR0BUgBwyMeL3y3sT9u7dzizhVwQ { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.6875rem;left:6.625rem;display:block; }
#D4ThbnGCOUQ7fUdbSqWIdnF4KWMlHL4g { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:24.3125rem;left:7.375rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PDO0ZFrTTv0RtZmvuUr9REmfEtK4JqoI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:32.25rem;left:6.6875rem; }
#JMav4QzAXBBbhqwA0WEg0Ump17m0wynK { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.5rem;left:6.6875rem;display:block; }
#ob555WIopvdg54gtb5158oeaUmti24kV { color:rgba(var(--color-tertiary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:32.125rem;left:7.5rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bml62fioAGvq3y3RMSNKQzKTf1mKlF44 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:38.5rem;left:6.625rem; }
#fxmJnHKCUft0HhUubmaMpIzk6108IXHv { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.0625rem;left:6.6875rem;display:block; }
#ZyUkg0OtVgBZ8boF39h4i4tfRzgex30f { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:38.375rem;left:8.5625rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SAlHCEeHB1RwgiVTZHkCNCRvuT9bqtdK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:52.0625rem;left:6.875rem; }
#VdkIiUxN9fQUV04MvkBkXDCTL5AqRIMg { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:51.9375rem;left:8.5rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fDeNGsFEtMugZrCz7q0JvUP3II31EAiO { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;top:54.3125rem;left:6.875rem;display:block; }
#vGRQHfGJVrqScnDEVFfX2cx7b5kW51zx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:57.1875rem;left:6.875rem; }
#ulEKSJzTBMgXw05CSrT7iwNVOzmm3GIh { color:rgba(var(--color-tertiary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:57.0625rem;left:8.6875rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lDvqLHEwf0rL5glDGALD7buz8Kea27eh { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;top:59.4375rem;left:6.875rem;display:block; }
#uP7GUleUZIHQn0iBaLOI3yWb65TCQiws { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:64.9375rem;left:6.75rem; }
#Ihp5cGzuyyrRchKvf9oUVBOlgH8GG4c8 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:64.8125rem;left:7.1875rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FIVla0Rir2zunRtvgBqHbDgOxgsGzN7g { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:67.1875rem;left:6.75rem;display:block; }
#h9TyNCKimOwHyDlQunSKFrsylr3BQzAx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:75.5rem;left:6.9375rem; }
#RrQI4Nyu0sSVRq6v0uBnldkr02zkObut { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;top:78.1875rem;left:7rem;display:block; }
#MWxzxwC2huNloxN1F8psTe45DvUuB6yr { color:rgba(var(--color-tertiary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:70.8876953125rem;left:8.3125rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wrsSMedNlsOb0ISWt8lmTA5gzHh9Xtqg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:81.25rem;left:6.6875rem; }
#BZNz9AqtWtg1ZJeHwxTI04y3yl9QR6s6 { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;top:83.5625rem;left:6.6875rem;display:block; }
#s1ngkZSsKxr1TWtDWI1UpeRKpKQzD4Gb { color:rgba(var(--color-tertiary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:81.125rem;left:7.125rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OEkDum9EBZCUGZCsQsdQgm2xUz7LANHP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:91.125rem;left:6.6875rem; }
#Hu1xswom3iF3oH5lvbKGXFWEAS10lNsd { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;top:93.3125rem;left:6.6875rem;display:block; }
#AxJ9yPZ6SLunnXsiHNRmSuI0IH6ZxiHc { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:90.9375rem;left:6.9375rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#X1phtXFbf8RxiIe7972U3GCuhvgDNTCa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:97.8125rem;left:6.75rem; }
#gAzN5oofoCambiePFZio9fJfR7z3qqPq { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:97.625rem;left:7rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q6F0RnUZcJoDwSHfGqmWks8wyab8MdT4 { color:#000037;display:block;width:40.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:97.63671875rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#uXGzxIqqdtJk63TwSQZecsoPHJeanWZt { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;top:99.9375rem;left:6.3125rem;display:block; }
#XdRZaTkKisfJDNXLpLrpz9Zsw2T0fzr9 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:94.4375rem;left:20.0625rem;height:3.19921875rem;font-style:normal;display:block; }
#csQ0I6ErJJKgrkeTNL7OcZR8piyl4KKA { color:rgba(var(--color-tertiary-2),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:68.0625rem;left:20.125rem;height:1.5996125rem;font-style:normal;display:block; }
#c4qLbrEWGPrZzrC6yPsatuE0K6Ztfmwm { color:rgba(var(--color-tertiary-2),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.6;letter-spacing:0;top:78.1875rem;left:20.125rem;height:1.5996125rem;font-style:normal;display:block; }
#KJIeoVdOuAsFl7CcTqukOgRAxczmDqMH { 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:15017;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:17.1494140625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uHtlkNkuGOtfvMUZKWwG07V8n9xzyNO3 { 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:15018;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:24.5625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AI0cgTh0FhmN3Fbve4MtzRM23fJykxyM { color:rgba(var(--color-tertiary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:19.5rem;left:20.0625rem;height:3.19921875rem;font-style:normal;display:block; }
#OfLNDl72TQlC4wDXzv8NwvwEkg5Po5GW { 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:15019;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:32.3994140625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#COehSXnD7weEmQ3m7flnda57DJdGsrZV { 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:15020;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:38.5rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H3dkOTrUPF78hZpPkBDNHlP6okJ22G04 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:44.6875rem;left:6.625rem; }
#RIEQbQZWqeeIvsdKw3T15eM0ath5ZQkc { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:44.5625rem;left:8.5625rem;height:1.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eltBThlahMrEhnSX0g47gcUVhWMJrCWv { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.25rem;left:6.6875rem;display:block; }
#wbq1FscwkXapxTOCtVznIwIkQz7UT7vO { 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:15026;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:44.6875rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#M1Haiv9G3L5R1yVGdw74D8cwEJHCUEIU { color:rgba(var(--color-tertiary-2),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:47.875rem;left:20.0625rem;height:1.5996125rem;font-style:normal;display:block; }
#VUH6gvzWWdO1FhcZ51yEqUBt2wCQTTFg { color:#000037;display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:44.412109375rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#HsT980X1qu8nUCbf764P4vn3TaKx7H1Z { 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:15027;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:52.0869140625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qUmeTAoNPzCMLn7sFzTF8npqeQn00oLs { 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:15028;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:57.1875rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B7V2GQQhaum7y3MSgLTkBiSeUeBI9cWI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:71.0625rem;left:6.625rem; }
#mfsPqUnQnPnCuCHdRTQUknVkh3ZrXJJl { 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:15032;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:71.0625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TGOqTv03Zo2TW6FKFEn2f4bMz3SRu5xz { color:#000037;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:70.787109375rem;left:20.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#XqFbLoxi1kyns0gcmZ6AMvhIGGv0h4kT { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;top:73.3125rem;left:6.625rem;display:block; }
#Ck9FaF5stM7OmTCOPF1o841QiOw6mnqv { 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:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:64.9619140625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GEic46r4yam4eCBBUQDXMvctAbzLA9ih { 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:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:75.5rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pKIQMTiOIwu4TlTKZTU8CkJwsLPMB7lL { 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:15034;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:81.25rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xi60RC12sOnKOg1H5vwnDzhXfu5Gp9li { 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:15035;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:91.3994140625rem;left:16.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Dl8B91rFHWK3nsQTw5uXo69h2syWdV99 { 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:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f24587' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-2),1), #f24587);background-size:auto !important;top:97.8125rem;left:17rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OM768Oa3q1UBbiELqa9wq86nNttxgLM0 { background-color:transparent;background-image: -webkit-linear-gradient(313deg, #744ebf, #df229c);background-image: -moz-linear-gradient(313deg, #744ebf, #df229c);background-image: -ms-linear-gradient(313deg, #744ebf, #df229c);background-image: -o-linear-gradient(313deg, #744ebf, #df229c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );";background-image: linear-gradient(313deg, #744ebf, #df229c);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:103.75rem;left:29.25rem;display:block; }
#fehovauDDyInG2fDJhaP8LmbSJpgF6op { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7b7b7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS > .row .container { border-width: 0; border-radius: 0; }#a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:284.6875rem;width:75rem;position:relative;display:none; }#TORTwWM9fcrNozdXPznVMKhQk7UItSmf { color:#654f65;display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:4.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kkTmAEfqid8qDCcsFBEDT2iHAfXEJunm { color:rgba(var(--color-tertiary-2),1);display:block;width:25.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:45.5126953125rem;left:27.3125rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GSaNdMaRTnEGHRwrFcEFXho2ef5Oy2b8 { color:#654f65;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:47.25rem;left:26.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xyv3ZRO2MOPgPvKV8SiUKe0ddZ6mFTPc { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#654f65;background-image:none;top:49.9375rem;left:35.25rem;display:block; }
#C3f871lL3I0e1BMIslP6qPVqyPVgTugp { 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:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.75rem;left:53.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uwD9ot4EQBwc08CgXHJXXSnPXv8PSRmL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:33.4375rem;left:1.3125rem;overflow:hidden;display:block; }
#baXwwi4bvTFNQEF5nE8wQDh9Cz0WPUu0 { 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:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.8125rem;left:17.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QhygH1CKIilIPIupMm3V5ASdFLtTF0oF { color:rgba(var(--color-tertiary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:28.2998046875rem;left:19.185546875rem;height:7.19925rem;font-style:normal;display:block; }
#JRFaRp31bLBUkOM83zxnMXyE3evGssVP { color:#654f65;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:35.4375rem;left:19.0625rem;height:2rem;font-style:normal;display:block; }
#OPdp27c8mgJLUzKwfoHVcCAleoSwgEeB { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#654f65;background-image:none;top:38.1875rem;left:19.25rem;display:block; }
#wSS8omOeFbLH8Fp7BuJMcagV5nb1iLEh { 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:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:112.375rem;left:52.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sHrRS8CJoDQy31zp3IqNHXqRiy8tTKLl { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:108.462890625rem;left:25.25rem;height:3.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uQxuChHaWCA1qxkg4libpL68ZKMbfP9f { color:#654f65;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:112rem;left:34.0625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oTTboLxzai4oJIsDKPv33dVv7n6Glv3u { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#654f65;background-image:none;top:115rem;left:34rem;display:block; }
#y2TvEXJ9p2Bg4rTUw4ysAeFTSCBMLrpL { 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:rgba(var(--color-primary-2),1);background-image:none;top:21.5rem;left:52.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CAdcc0ARsh7sPcR0Pl67B4hTlnvR8ocO { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:#654f65;background-image:none;top:23.6875rem;left:34.25rem;display:block; }
#kcxI2NOrMwB65JKB51etz8wzn48PvRp0 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:17.4375rem;left:17.3125rem;height:3.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VsECoSkr0t2ApHPUe5emc7gDaVvCAw0G { color:#654f65;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:21.125rem;left:25.4375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bJsrGyX2pAeyI4ILGmnAqVdDpqL4PCZq { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:149.2001953125rem;left:19.0625rem;height:1.79980625rem;font-style:normal;display:block; }
#vPCHp5FegpfTfEBpCM3VMaUJF6XpwQCK { color:#654f65;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:150.9375rem;left:19.1875rem;height:2rem;font-style:normal;display:block; }
#l4lbMfq8RCrOExIm1dtiKCpldRMR9o7y { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#654f65;background-image:none;top:153.9375rem;left:19.1875rem;display:block; }
#Rh4s0MsfuTFCEAZSOibrmEADxqikxZx6 { 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:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:151.4375rem;left:17.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P6GUUqveF8wIH1xkebEkifeN8fE0euVM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:148.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#NX11SECk3fsxniTcpLTiMmIQ9pK2ZTKz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:104.5rem;left:54.3125rem;overflow:hidden;display:block; }
#CD6Zxxv5m965nAWBlPQe88MnvoITgV5h { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:64.5751953125rem;left:19.185546875rem;height:1.79980625rem;font-style:normal;display:block; }
#d9CFJD7gs1eNIZuWNTs132N7bZmWZFQp { color:#654f65;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:66.3125rem;left:19.1875rem;height:2rem;font-style:normal;display:block; }
#pANMTXyG6m5Xw0dNdTcDVOcQKerzTDe4 { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#654f65;background-image:none;top:69.3125rem;left:19.1875rem;display:block; }
#yFTDdsaTSyzqUCzSNp2pqMS8lMJCRKZf { 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:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:66.8125rem;left:17.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rL8Ow9TiTURcSpG6PGFVh1JI0CwNlykB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:74.5625rem;left:55.1875rem;overflow:hidden;display:block; }
#kpnRhaqkXKhDtyJZNHQUTgQw0tkrIguX { 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:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:83.6875rem;left:52.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pAnCzbgCOAHeEOmrHsJ8pDFUJezITOlw { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15012;background-color:#654f65;background-image:none;top:86.0625rem;left:34.1875rem;display:block; }
#ckS2De3Me6dFfTVyWH6XRmEkCllTp3ok { color:rgba(var(--color-tertiary-2),1);display:block;width:35.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:81.5751953125rem;left:16.6240234375rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K6Dh6t6dOJ3ObSrGoeCr92GLt4STZ9wq { color:#654f65;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:83.3125rem;left:34.25rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ly0vkJ8IfHWg2oarTGkob4ygDbRT37l9 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:121.2001953125rem;left:19.25rem;height:1.79980625rem;font-style:normal;display:block; }
#l8H8rSIlJZGcZHwV8q7b4UxOglNRT603 { color:#654f65;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:122.9375rem;left:19.4375rem;height:2rem;font-style:normal;display:block; }
#CKwiZid1OIdqTglLdClccPi1fpFASBcI { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#654f65;background-image:none;top:125.9375rem;left:19.4375rem;display:block; }
#RZokUAS9heBmzKaROSdW2hoJmFcLZl0l { 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:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:123.4375rem;left:17.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ec7usU3LUHm9rb4LyUuPKVpxB6v72n6R { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:118.75rem;left:1.5625rem;overflow:hidden;display:block; }
#qGvZKEZr3n76imgPsVvuvTG8nasiItTm { color:rgba(var(--color-tertiary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:135.375rem;left:21.4990234375rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vPZyA3NDUfTWzTGdLca1Cx15in8WXSHh { 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:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:137.5rem;left:51.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AdZn1g2Te2CrB0LseVI2qfquItWTMM0s { color:#654f65;display:block;width:17.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:137.1875rem;left:33.5rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oOT1gxcMwHNHvnuFCIcZvLL45PPUa2TT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16rem;width:16rem;top:159.4375rem;left:55.0625rem;overflow:hidden;display:block; }
#zo8HDnNhRiy4xBP2824PlbvAgFSpmTVo { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15012;background-color:#654f65;background-image:none;top:140.875rem;left:33.25rem;display:block; }
#i77LC3EVONTxHmUFFTiKNQ8tGSnkTddq { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:165.1875rem;left:20.8759765625rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OxleaeGh9pA6EetzfTF5Qh1E5oAFvnyS { color:#654f65;display:block;width:17.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:167.25rem;left:37.5625rem;height:2rem;font-style:normal;display:block; }
#QM2mzetZtUuT2RsoTeXFVrhO4SuK2Lu1 { box-sizing:content-box;height:0.0618489375rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#654f65;background-image:none;top:169.9375rem;left:32rem;display:block; }
#oeinAwHwzFpzhE8ANKZ9P09V8Hb1uExQ { 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:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:167.625rem;left:51.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LzSNTZ7MTq6vRse8xo3dPG23OKAwc7NO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:130.09375rem;left:54.5625rem;overflow:hidden;display:block; }
#Mbccc7THLrt3TrD5AMFIBD80Jx1qdlAI { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:97.3876953125rem;left:19.185546875rem;height:1.79980625rem;font-style:normal;display:block; }
#aCyTbluMVGi0BwkiyqtwWKuGgS1TX1aN { color:#654f65;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:99.125rem;left:19.3125rem;height:2rem;font-style:normal;display:block; }
#yLiKfGWRGsaDVeEXMqs551zth0LHqkAq { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#654f65;background-image:none;top:102.125rem;left:19.3125rem;display:block; }
#ykbFOpCREqdkGbwFxRZH3NLoAeGGD8zD { 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:rgba(var(--color-primary-2),1);background-image:none;top:99.625rem;left:17.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rG3zvbrG3FSQiS3yEpPT7MAwD8xB9MMf { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:88.625rem;left:1.3125rem;overflow:hidden;display:block; }
#qLPkLP0X9xb8xLpTfL3xUXv3XCGJ6uSd { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:11.2685546875rem;left:55.375rem;overflow:hidden;display:block; }
#LJBWl0nyQmN1fPephtqHLKkabsySqy6P { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:40.21875rem;left:55.375rem;overflow:hidden;display:block; }
#id5KRp0152pzByQ7FTy3GKUSvuxpHCDC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:180.0625rem;left:0rem;overflow:hidden;display:block; }
#B5T2TiTb04CykgNMiVlSwd91iPmTUB0l { 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:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:183.1875rem;left:16.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JTAooUUwvBMQeuuPeBH7eIBeh3CnIxi8 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:180.9375rem;left:17.75rem;height:1.79980625rem;font-style:normal;display:block; }
#xdcrz6psT6XrZgZN2gNVL5xzrluWCruV { color:#654f65;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:182.6875rem;left:17.875rem;height:2rem;font-style:normal;display:block; }
#NGXWCmuZOV15MFuTLScNiO2NvrpCRpKs { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#654f65;background-image:none;top:185.6875rem;left:17.875rem;display:block; }
#WxF7u8vIeaCSi5nTXaH5db0dume090FM { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:201.125rem;left:21.0625rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iNl3pwpykLUVOZ0XGNabCFNL4RaDV3mg { color:#654f65;display:block;width:17.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:203.1875rem;left:37.75rem;height:2rem;font-style:normal;display:block; }
#oCxhGNn4fceiSghgWZvPsxVFforka0bv { 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:rgba(var(--color-primary-2),1);background-image:none;top:203.5625rem;left:51.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KsZ7TOPqOZ1dwlTBsHyf9QFgcboHIBlD { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:195.375rem;left:55.25rem;overflow:hidden;display:block; }
#JJ5XzU51yRAec5Wfir7EciLErhf07aWh { box-sizing:content-box;height:0.0618489375rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#654f65;background-image:none;top:205.875rem;left:32.1875rem;display:block; }
#UHzrJp0UnBRiotDcPiUV7BmvJpfb5UH9 { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#654f65;background-image:none;top:222.875rem;left:17.875rem;display:block; }
#NGXl0VBsg1gbtO7n3b3OurhBsQZGAvhp { color:#654f65;display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:219.875rem;left:17.875rem;height:2rem;font-style:normal;display:block; }
#icyHrPx4uQ1HT4leuzHR2nLP9XftNLta { 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:rgba(var(--color-primary-2),1);background-image:none;top:220.375rem;left:16.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R3Wy4avC9mAfXz3HV73iybFcvTIi55gh { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:216.337890625rem;left:0rem;overflow:hidden;display:block; }
#Vu87sgr6c3l1XvD3RK76XuhoZyuyTTqv { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:216.337890625rem;left:17.6875rem;height:3.5996125rem;font-style:normal;display:block; }
#TC8P0RHDzoun2sMNhSdTXZXD3R7UNeST { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:239.0625rem;left:22.125rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w6xauoTqPQhHWMVpI54y0IP6SElGdf55 { color:#654f65;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:241.125rem;left:29.5625rem;height:2rem;font-style:normal;display:block; }
#HXsnNwihNob0hGzZQ32nqWW65bVG0ew4 { 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:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:241.5rem;left:52.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ROT8CWkcUa8C1UC2ETXx9V9PcUv6upnn { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:233.3125rem;left:56.3125rem;overflow:hidden;display:block; }
#mRHwV484A2OswT5DRBzfHVLAZqH217hZ { box-sizing:content-box;height:0.0618489375rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:#654f65;background-image:none;top:243.8125rem;left:33.25rem;display:block; }
#bV6xxzROePRHpJPPTkMCawz3BuxsyNUq { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:#654f65;background-image:none;top:265.6875rem;left:18.6875rem;display:block; }
#sQhW98mJAJN4crfAdiFTSLiJKkpxHa9K { color:#654f65;display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:262.3125rem;left:18.6875rem;height:2rem;font-style:normal;display:block; }
#ZMTRAZemoGaKJvSUIlUAzaXEHP81Anuv { 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:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:262.6875rem;left:16.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LuqliDtxatdSV84NN23WCdeg1klmVoKf { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:260.5751953125rem;left:18.6875rem;height:1.79980625rem;font-style:normal;display:block; }
#WMvlOVwfEbxedROEmvVockzRHM7DpZQT { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:266.6875rem;left:54.3125rem;overflow:hidden;display:block; }
#oCKrmHgKCisqzXqLZXzI6AhCPkr7067v { color:rgba(var(--color-tertiary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:272.287109375rem;left:16.625rem;height:3.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Pzm0p81B14SV2idfuqQlvg7ZldfxavPS { color:#654f65;display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:275.88671875rem;left:5.75rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#arlpzq8NP7nDZaefyb8VNkZEEcTcNxBH { 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:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:276.26171875rem;left:52.373046875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zAkDs5AAg5En2KiXL4pQnGD8oP7pCEGr { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15026;background-color:#654f65;background-image:none;top:278.537109375rem;left:34.0625rem;display:block; }
#QtEbK5BuUXW4WF3MiCS1QtxBpm5xXeJq { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:58.5625rem;left:0.6240234375rem;overflow:hidden;display:block; }
#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row .container { background-color: transparent; background-image: none; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row .container > .video-iframe-container { display: none; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row > .video-iframe-container { display: none; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .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); }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row .container { border-width: 0; border-radius: 0; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.625rem;width:75rem;position:relative;display:block; }#I6xCTfO1lRGQzvtnwud013ws3x6kCFsd { color:#000037;display:block;width:67.5rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.49853515625rem;left:4.5rem;height:4.798825rem;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;font-style:normal;display:block; }
#Z48klz5pEy3OnnDBTELw70fqIiZkUFhi { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.6875rem;width:46rem;top:11.9375rem;left:14.5rem;display:block; }
#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { border-width: 0; border-radius: 0; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.5625rem;width:75rem;position:relative;display:none; }#NVTnI4GW8PTWbSk4TUeT0DxyIJGypuU1 { color:#654f65;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.1845703125rem;left:7.5rem;height:9.6rem;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;font-style:normal;display:block; }
#hmJk0WweTVPo5WkNBJofri9k511dpab4 { color:#654f65;display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:15.875rem;left:0.0625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPH2ZOysUT7MuFXyI04JQq9Wn14uotBM { background-color:rgba(var(--color-secondary-2),1);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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.375rem;left:26.125rem;display:none; }
#AgCv0ZMfPzsgDABCGi0P6b7QAHVQI7FO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFd41MTR4r8dsbzgFiT6HaLduEczVAyf { box-sizing:content-box;height:12.6875rem;width:34.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.4375rem;left:9.8125rem;border-top:0;border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0.0625rem solid #ea7078;box-shadow: none;display:block; }
#umpteTF1QazOANyXnttg1qWXTyxpFxAU { 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:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.875rem;left:9.25rem;display:block; }
#gryvkNlGkUFliFeb0KCP6gphPV22Dpu8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:21.1875rem;left:31.25rem;display:block; }
#Ou5Rsl6gNy82xeiDzIK9uiu0Kto8WVqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp > .row .container { border-width: 0; border-radius: 0; }#dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.6875rem;width:75rem;position:relative;display:none; }#I63vQyy4X2NNsKmSo41ID6UZMi23WIRl { color:#000037;display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.10546875rem;left:22.78125rem;height:2.3994125rem;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;font-style:normal;display:block; }
#rOr8ylfSRb6V31gW88brc9uEDc1BcdMb { 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.6875rem;width:19rem;top:11rem;left:4.375rem;overflow:hidden;display:block; }
#FDVSlFoTm3T7iMZrNbxih0tvzJnvgqwJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:5.4375rem;left:29.875rem;overflow:hidden;display:block; }
#J1DPrarzvlV9XbIPFwd65dmDFKNJVvzb { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:16.8125rem;top:10.5rem;left:53.8125rem;overflow:hidden;display:block; }
#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/f7391219-59a8-41d3-8209-72ee22952874/bg_7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv.adaptive-delivery-prevent-bg, #TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv.lazyload, #TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv.lazyloading { background-image: none; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row .container { background-color: transparent; background-image: none; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row .container > .video-iframe-container { display: none; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row > .video-iframe-container { display: none; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .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); }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row .container { border-width: 0; border-radius: 0; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;overflow:visible;position:relative;display:block; }#WnW8mOqy1iMy7A6KmfvrZ7N8dLzd4S5m { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:20.5rem;left:19.125rem;overflow:hidden;display:block; }
#eTqL36wF4HF4f3MhCU1TQeooFCX8sGO4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:20.5rem;left:0rem;overflow:hidden;display:block; }
#tamX7vqIFxR3zBTaSqOfp6XxFZq2A7ny { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:20.5rem;left:57.5rem;overflow:hidden;display:block; }
#eTClQXUEvVk0eKMNO4lFGtwQTBZsEIzP { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:20.5rem;left:38.375rem;overflow:hidden;display:block; }
#onT37zbSlmMWwf7UtTKdmcuv77MW4rZl { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:39.5rem;left:57.5rem;overflow:hidden;display:block; }
#bqD4TqWtQFmVuP9s7QZ1rdIsTuZ7BBMd { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:39.5rem;left:38.375rem;overflow:hidden;display:block; }
#zkST3I0RzHuhbHchfPJDMlrBQccBcwCG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:39.5rem;left:19.125rem;overflow:hidden;display:block; }
#CtG882JKdQazoQ6hzgOeoJ1Lk7XqiRtc { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:39.5rem;left:0rem;overflow:hidden;display:block; }
#ahBmZOnf2aFTUE96Qv2rUBq0B1amrsHx { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#yxSzFhHP6ZDSX1voJSSaq1Mmf7hACbme { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:1.1875rem;left:19.125rem;overflow:hidden;display:block; }
#i0HBDk6DsnIgabO2xIQBhUQJleeiFgUN { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:1.1875rem;left:38.375rem;overflow:hidden;display:block; }
#xeREfWl72i9mgpTgM6HwTk2DWXgAt8C0 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:1.1875rem;left:57.5rem;overflow:hidden;display:block; }
#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/34a6542d-f906-407b-8afc-2a18e6e1c5a3/a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc.adaptive-delivery-prevent-bg, #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc.lazyload, #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc.lazyloading { background-image: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { background-color: transparent; background-image: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container > .video-iframe-container { display: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container { display: none; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .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); }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { border-width: 0; border-radius: 0; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.3125rem;width:75rem;position:relative;display:block; }#uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { color:#ffffff;display:block;width:64.5rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.9375rem;left:6.75rem;height:2.3994125rem;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;font-style:normal;display:block; }
#tpJvRPtldCv1ihQ58AIbdzIQyqdceSmm { color:#000037;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:13.875rem;left:38.625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v84y7iRysUEtl5FMBtrH1SQmxPAhSlxb { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.75rem;width:26.125rem;top:8.4375rem;left:12.1875rem;display:block; }
#g4XTXLbDt4wJHtLSAV5iZTmiLK4LrH5e { color:#585858;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.8125rem;left:16.1875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUhUPKIK9EtfT2DfUP1Vef9Qu0dniDt4 { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:16.25rem;left:10.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT1kcP8FFVHeAscaLJIRxn0WU9OGiTmm { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.75rem;width:26.125rem;top:8.4375rem;left:40.3125rem;display:block; }
#HJcML9Ltry5ludATLqtnuLlpiGXDQQm0 { color:#585858;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:9.939453125rem;left:43.90625rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#baqiXAV7EwSE8tgHTkkPnprPVNfHdrGq { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:16.25rem;left:39rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aDLpdVL83SLl1V8RHqKPIkOcAdCSWcOg { color:#000037;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:13.0625rem;left:35.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row .container { background-color: transparent; background-image: none; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row .container > .video-iframe-container { display: none; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row > .video-iframe-container { display: none; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .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); }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row .container { border-width: 0; border-radius: 0; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:60rem;width:75rem;position:relative;display:block; }#HPZoTCccfl6a1BouUInh2JgdouxzMx63 { background-color:rgba(var(--color-secondary-2),1);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:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.812rem;height:3.436525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.15673828125rem;left:32.74951171875rem;display:none; }
#uUAXKoV26N205Xhk3Nk7slVIFh1HLUg9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-form-header {  }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:34.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #12869b;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:34.625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;line-height:.1; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #12869b;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:34.625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;line-height:.1; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.625rem;box-sizing:border-box;height:2.75rem;color:rgba(0,0,55,0.7);font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(45deg, #744ebf, #f24587);background-image: -moz-linear-gradient(45deg, #744ebf, #f24587);background-image: -ms-linear-gradient(45deg, #744ebf, #f24587);background-image: -o-linear-gradient(45deg, #744ebf, #f24587);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#f24587' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#f24587' );";background-image: linear-gradient(45deg, #744ebf, #f24587);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:1rem;font-weight:bold;color:#ffffff;width:34.625rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH [class*="-text"]:-moz-placeholder { color:rgba(0,0,55,0.7);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH [class*="-text"]::-moz-placeholder { color:rgba(0,0,55,0.7);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,55,0.7);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,55,0.7);font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:33.375rem;overflow:hidden;font-style:normal;float:none; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .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; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-container:first-of-type{padding-top:0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-container:last-of-type{padding-bottom:0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(18,134,155,0.4) ;left:21.375rem;top:9.2421875rem;z-index:15002;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.625rem;display:block;vertical-align:top; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH {display:block;}#FihklgakHo1Tiv56mztTC75NVcntTcDH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(18,134,155,0.4) ;left:21.375rem;top:9.2421875rem;z-index:15002;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #r48o4XzzpSqBG6da8ZDx9m2VhQTUXAu8 { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #J59oHKf55xTBZNN0dFMr9M3cKPfiSD3x { position:relative;display:none; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #Tv7lOQTyxRnQUGsqkRM1qyVBo1B1tHeT { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #M3DICBxNU91XGhpr6zplQrzmK8UJn3cF { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #aTTtb1fTTSbmDunApuSnc8oTA0urzFPu { position:relative;display:none; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #eJxkDs3BmGoDNKP9bBzF4Tq5DRPdffgC { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #dRtwP2fqnZL0KtG2TMvJAdESMQm679DB { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #m4LWnB5w9wQcOF3HTL11MiNHtVHdadlk { position:relative;display:none; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #DlxVc1xDdPPbioKoyHgZV0fzDX57bbhl { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #fLwAnohR0uBZRmpRtV094Ms43mkmsF70 { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #XAhn7eSy22GC5EgB6IPKfDu5bbrMKD8b { position:relative;display:none; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #XkgIWNLK1hxALt49P6XnMpw2nTJLFhq8 { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #q9kJfQK0xlLVm8iRn3fm7dDx6ffdGXsv { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #rNbd4FvI1fzBAa59dfWm8FaBr1RCBILm { position:relative;display:block; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #GFiVFTbzRdq3LlwNMv37df5hZmK5uSDo { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #Qt63f4L6XW6V4lE6b1nFIrQblW0OTDP1 { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #Ok8DoaqXcbq8lNlPVbuN0DPIKh4zi9BS { position:relative;display:block; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #C7MwPi4f3XmEttiBG12vSWxqICtALGoH { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #XbmfXksqhBZbF9iHxDe3kUV9tFpTnQHJ { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #qGqRPsRpOf5c9Od8GpaZfoGetorDsyhl { position:relative;z-index:2; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #TZ9icdi9QEl9aJKz5M2GP4FSM2kQPKkO { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #CF3HTxgnzT9TOp8Zn02ABWT2Hi8GRSTa { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #fZ9XN8phXsLPi9Ts8AexaQ3yWtdmXwq3 { position:relative;z-index:2; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #rTyLyiTp6TMhBplJ4Zr2yNVAqTr8GPZE { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #WiyKTiKBGFo0SBMkkBdZl5EkoavhoGcD { position:relative; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH #KVi5K4PBiTzydUAq8pSl3OQbBxILJvnP { position:relative; }
#eI3farIM9DexEmGlII4PhwmkgD5yQm14 { color:#000037;display:block;width:67.5rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.060546875rem;left:6.1875rem;height:2.3994125rem;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;font-style:normal;display:block; }
#kRpazKpe02mxVa5d3UdkevrSMQDqqZui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/34a6542d-f906-407b-8afc-2a18e6e1c5a3/a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui.adaptive-delivery-prevent-bg, #kRpazKpe02mxVa5d3UdkevrSMQDqqZui.lazyload, #kRpazKpe02mxVa5d3UdkevrSMQDqqZui.lazyloading { background-image: none; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row .container { background-color: transparent; background-image: none; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row .container > .video-iframe-container { display: none; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row > .video-iframe-container { display: none; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .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); }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row .container { border-width: 0; border-radius: 0; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#bI2lJNIe9LAXocnDAxDfRxGMm9Fqo81q { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#udolCharW05icslXWO5UISBGcJNEqK6V { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#DKRVu5tquT2BNMKN3mgWvtpTP10pMv1r { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#Xebt9oArBffgGC67SHlXEdKStC365GNo { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#000037;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.5rem;font-family:var(--headlines-font-family);font-style:normal;color:#ffffff;height:auto; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_cf067e01c2dd255356186726046134ed2a50ff87.svg");background-size:contain !important; }#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-trigger.adaptive-delivery-prevent-bg, #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-trigger.lazyload, #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-trigger.lazyloading { background-image: none; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.3740234375rem;left:17.40625rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #uI1bPTiexMSw9o9Z532oceeh9eHBPoMC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xOgi02XDo3RBGbW1emzDmccBpHTMcXif { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #gySo1r3mRpzydTBS2RNgCKZBmyDbcC1x { display:block;position:relative; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #lsGy2oxQi8QQZQLJyT3uNMpWwGDnlHhO {  }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #cdqVkQEHBsuQbiK49p1pOTZTKAib8Q1O {  }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #VtL9LE8LV3nzcIk4TBccIS5sxgRAWQ5I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #olf1LfVZsXSo8UoaJN18GOETUis49NEB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xtuzTBVTH9bFbJwPZncNT3nl9cRkztpl { display:block;position:relative; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #x3U197EbvGrWPXVTZUxFve0L38HM9EdW {  }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #UZWWWIFu3S7MXJCuf4E8fLm79zlv7V55 { display:none; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xLdCBdCX7f0QVJwhtkK8dA1s7JBOHk6y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #zkdBviGKME3M772oGG9uU1eIny4vG3Ip { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #gywBzhc6n1okvdcN3TeoO6egsxy58tpL { display:block;position:relative; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #Xlx0x1xMrWinIKT88obGlRcT6wnPfSa9 {  }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #wWTelczxy5o64vlbl5AkRydITlOyA9To { display:none; }
#dT4N6TcIAFyS8ZLmpl5mRqDqraqIfy31 { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.5498046875rem;left:14.875rem;height:2.3994125rem;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;font-style:normal;display:block; }
#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row .container { background-color: transparent; background-image: none; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row .container > .video-iframe-container { display: none; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row > .video-iframe-container { display: none; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .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); }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row .container { border-width: 0; border-radius: 0; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.5625rem;width:75rem;position:relative;display:block; }#VykMGeNemWF7yH6NzLFTJBJT9f4MzqF4 { color:#000037;display:block;width:47.75rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.8125rem;left:9.46875rem;height:2.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FWzrvbXrHEVxmhqJZqxihghFWzIZZieg { color:#000037;display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:10.34375rem;left:9.75rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGgreuXnGD8CX0DLxydlyZrSNeqQ3TSf { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:16.5244140625rem;left:0.125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OkFchyGAfGrqTwtkc1CDVrMC5wZdfTo4 { background-color:transparent;background-image:none;border-top:0.0625rem solid #654f65;border-left:0.0625rem solid #654f65;border-right:0.0625rem solid #654f65;border-bottom:0.0625rem solid #654f65;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:#000037;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.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4043125rem;height:1.842775rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:16.40234375rem;left:9.46875rem;display:block; }
#k8DFnQikNwsh6b2tB0UqTlUDN6aAXUTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCuoNdhWIWRVlRScJIHVpsTyv5pBFagJ { color:#000037;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:20.3125rem;left:9.46875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sSy8dZTzrteCb97tVb0siiBZRuwa0yAg { position:absolute;display:block;z-index:15027;height:25.4375rem;width:24.5625rem;top:1.8125rem;left:47.21875rem;display:block; }
#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/926e1072-6406-4d19-b91c-781dcbb65807/a2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3.adaptive-delivery-prevent-bg, #JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3.lazyload, #JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3.lazyloading { background-image: none; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row .container { background-color: transparent; background-image: none; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row .container > .video-iframe-container { display: none; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row > .video-iframe-container { display: none; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .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); }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row .container { border-width: 0; border-radius: 0; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#lNyL3MGWRiOiBVspGx5mDBqHXApEnXSM { color:#000037;display:block;width:56.6875rem;position:absolute;font-family:"bebas neue";font-size:2.4375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:3.6875rem;left:12.25rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aALfDEsMKNXuEuDzB1qRcEqkoemywcSz { color:#000037;display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:12.09375rem;left:12.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2IXGRf4Bum2mZJO74CZUTcfabqhplZi { background-color:transparent;background-image: -webkit-linear-gradient(313deg, #744ebf, #df229c);background-image: -moz-linear-gradient(313deg, #744ebf, #df229c);background-image: -ms-linear-gradient(313deg, #744ebf, #df229c);background-image: -o-linear-gradient(313deg, #744ebf, #df229c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#744ebf', endColorstr='#df229c' );";background-image: linear-gradient(313deg, #744ebf, #df229c);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:17.75rem;left:25.96875rem;display:block; }
#psHOuSt5ZRPRr9bHlu7FhBm9QZpKSg66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { background-color: transparent; background-image: none; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container > .video-iframe-container { display: none; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row > .video-iframe-container { display: none; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .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); }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { border-width: 0; border-radius: 0; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:10.1875rem;width:75rem;position:relative;display:block; }#OQJmwf6TxnT2mvKC71bx6Np5NyVP04J7 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:4.1875rem;left:11.625rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2Naf7fFLOtWmuR8ntDylHgznhv4KWuo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#654f65;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.3125rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.87451171875rem;left:63.8125rem;display:block; }
#CvQbo9iwu1yecAIwMoDL4B3IsfcNB4ES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 { 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:15031;opacity:1;top:4.125rem;left:55.0625rem; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 { 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:15032;opacity:1;top:4.125rem;left:57.4375rem; }
#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#Gl6M327G0BhPilLDeh1mMynU4Kw7nlQM { 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:15033;opacity:1;top:4.1875rem;left:59.875rem; }
#Gl6M327G0BhPilLDeh1mMynU4Kw7nlQM > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#t98T3obK29kHnA6U9Jp4ZLu5T540rDuw { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#654f65;background-image:none;top:2.8125rem;left:63.1875rem;display:block; }
#koSyrJrhhad7TPwKtwHbPpzyGDpbGpEf { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:#654f65;background-image:none;top:4.9375rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA { display:block; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v51q9uGvmDSxpLUU3aMRCX9LoZ2NSzpC { width:9.75rem;height:2.125rem;top:1.25rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlqVKTTRXG9e9ipR4ZAnpRnNAviX8V34 { display:block; }
 }@media only screen and (max-width: 763px) { #IdmMeVHLLn8PbbeaIahU2s63k6QwULMs { width:6.5rem;height:2.1875rem;top:1.25rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6hneksgfAAmxFEqgXURlGrEyJAcnUy { display:block; }
 }@media only screen and (max-width: 763px) { #bm1VArV4Ko6ILcCkeltxxLZHV5G8XEoy { width:9.5rem;height:1.25rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRrOzz5wmdzvo6VZTWHfL71bOlkNuvrq { width:3.5rem;height:1.25rem;top:1.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e { display:block; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqAOqgXFDAmdsSeAsr9syIvnMoxDr2uT { top:9.1875rem;left:0rem;width:47.75rem;height:13.625rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxt5UfLsr6xD5XlwKvTvrbu8m8NpFtkb { top:4.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0JB8pQc9JOlTImvJU1pcOTW22ldaVK { width:22.75rem;height:3.375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtW5e8KVZhHVpOR4FM2TzzVaCOeHTng8 { display:block; }
 }@media only screen and (max-width: 763px) { #GOuM7UirlIdvVQyPXhg0gWuNtwLShH30 { width:12.5rem;height:3.625rem;top:57.25rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XATCbXnQEQTp1K1H7igTanU0ekzd67OS { display:block; }
 }@media only screen and (max-width: 763px) { #OhNhOOhWgasMsbTUNRoTyTVxZai3BnZB { width:24.75rem;height:2.6875rem;top:4rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTqyGTDx2wmoUE0UiZQlr6mmC8lCe64 { width:20.9375rem;height:3.4375rem;top:25.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRsTREF9EK6UfNGZh1vHJAOiHB97ZlVU { display:block; }
 }@media only screen and (max-width: 763px) { #DK0xeWyFV6rma966Sm16DGDiUOVghq0I { top:34.6875rem;left:5.1875rem;width:40.9375rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaiQoVW2Iuuf1ZDunz3N8hRnxWWQ0Jyn { width:32rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ { display:block; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZsn8W0ManQFkqTG0nuaTAqcP9FnVrlH { width:12.5rem;height:4.625rem;top:3.25rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC2J8OJDUyF2iFx18osU8ow07oxJL4ZT { width:12.5rem;height:2.625rem;top:7.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4CJ726LadoL8cLmLLv0gCSOsR8E6Rtb { width:12.5rem;height:5.0625rem;top:3.25rem;left:11.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udpldl2gvvvzbq2RFEsNfkTh6dmhN50g { width:9.0625rem;height:2.625rem;top:7.875rem;left:13.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7xWmdUCmaQdxpTkBn9gtznXII9pcD5X { width:12.5rem;height:5.0625rem;top:3.25rem;left:23.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIsoeF0ZW6FkzTur3ZMzdVnO4DJRVA9 { width:9.0625rem;height:1.3125rem;top:7.875rem;left:25.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn3nu6wFdAFPerbtvf8paNun2yvwDVr7 { width:12.5rem;height:5.0625rem;top:3.25rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKu1zJNO9oKu8ZIKAAXnoPdya8s6zFw { width:9.0625rem;height:2.625rem;top:7.875rem;left:37.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbWLc8IUzNMMLJeE7aQTGkmUaS8a2pvT { width:15.3125rem;height:8.4375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu5lkbRc4vGDD49oFzEx1JPKnQaeRTBV { width:15.3125rem;height:8.4375rem;top:2.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5G6ZLHNTEcKHMMS18t62DIZJsRPuut5 { width:15.3125rem;height:8.4375rem;top:2.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywWuFzNGziWizPlsyMsKL5vh3gZHT7BO { width:15.3125rem;height:8.4375rem;top:2.4375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs { display:block; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPV6xdWvFUenooTcAzkbkr7T5HeiUweP { top:17.75rem;left:0rem;width:27.375rem;height:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suiAoTphmqL4AhhKhqS59CHzQz6svBMR { width:33.125rem;height:9rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VPhDOXpe0yyrRut3RD8vkJPm4NnG4D { width:27.75rem;height:27.625rem;top:5.25rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 { display:block; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUenMq3XCTTJr2uatw5IkRhmbLNNrXBp { top:3.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXos7cCOxUSyqnIbgnPrDxVo6aKTA6V3 { top:20.0625rem;left:0rem;width:10.875rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1EIzs11pdTTo98KAPDmzqOU4dnWrZ2G { top:10.875rem;left:0.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpqoJDsV3X4BUtrkWVRey7ouCzJ8I8QH { top:11.625rem;left:1.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oum40cnApJ1rhLqtdquF6BOsv39CTtup { top:16.1875rem;left:0rem;width:10.9375rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7VVR8FoTiXi8czTbPCZUXrCzrVpJLh8 { top:10.875rem;left:21.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzB3C63bqlwcbA38UwrAFP6yun5Dd1KB { top:11.6875rem;left:22.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCsoo849HLcqWGczZWSI2IbkQHQgqex { top:16.1875rem;left:18.0625rem;width:11.125rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSCNdmD0tx0E4ez7NHknh3GGzlpUsLO { top:20.0625rem;left:18rem;width:11.25rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb54QNGsOpDlzDuwbWwuTp35zCybFr1T { top:10.875rem;left:43.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D40Tk1F28ubfWi59mJsSq60wvH7xFpEW { top:11.625rem;left:44.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37kGa5UECq5tdPoMr3vWHsCfGqKSesS { top:16.1875rem;left:35.5rem;width:12.25rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkoKao4MR2ao4VrOuvK4fZ32dnWEWOE4 { top:20.0625rem;left:36.875rem;width:10.875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhGXZahEM6OVTfAotRThhDITrtlqbhKM { top:12.5rem;left:33.75rem;width:14rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTRb6KEUcGidbXg345TglVs56tOVOPD { top:12.5rem;left:16.5625rem;width:14rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBUKsielqugKXTtIJv0iMXNHeCkb0cJm { top:12.5rem;left:0rem;width:14rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PReF2FFn3WNJJMklXb59izXrs9nvKULw { width:12.5rem;height:3.625rem;top:57.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe7XzgVANI2wLdxxW1lTghT0wwZT5cLl { display:block; }
 }@media only screen and (max-width: 763px) { #HyHDDx5TDsX2oTcbErp4AHzBPAv9cb0E { top:38.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTs3QL7GW9S0QwBMmNTB92DpKMxznxMm { width:20.9375rem;height:3.4375rem;top:42.1875rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZhdxzciQNhUfzSCeNWfTgmIUTpHAL4R { display:block; }
 }@media only screen and (max-width: 763px) { #fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA { display:block; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpx3s7cb2fX4vo8Iz1nN69M00r2BZlnc { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVQnC4ETIuXlreb026L4LTn36RSi2O2J { top:12.6875rem;left:2.875rem;width:16.9375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBffx66VeLXbCFlIXSvNrFz4ITSomngo { top:13.5rem;left:28.25rem;width:17.3125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlBJpxZP84C9bSTLM428vs1blMB18A0b { top:7.625rem;left:0.4375rem;width:20.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyCn0Mbu2k77TNfZKBL23DWhvXffEQ8 { top:7.5625rem;left:26.5625rem;width:20.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHquHHgpeuzRTEhyksCeb911xXIh5a1m { top:9.9375rem;left:2.875rem;width:16.875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HARlmJZH3zF4yKwZuL146IeymF4luUzD { top:9.9375rem;left:28.25rem;width:16.875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGrReMWoGk2z0BNEXWOla7dIk8Dda9zv { width:22.75rem;height:3.375rem;top:49.4375rem;left:12.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv839yC8EWwXIxuL7AZ5nnhD4myfEWcR { display:block; }
 }@media only screen and (max-width: 763px) { #xuq0l4acUHvJ6rnfMRqNMgBeVOKLqGnl { top:22.75rem;left:26.5625rem;width:20.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRq90QigIMgdtlBKZNftxcCARp7csC6z { top:28.3125rem;left:28.25rem;width:18.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6suF5bcVEcFQ9EwxH2KJei2TUELqnE6 { top:27.625rem;left:2.875rem;width:16.3125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ndsTp500SXuSeGUWP2eHvTt56eF2PT { top:24.5625rem;left:2.875rem;width:16.875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQzmgqQU7reGMmOKMv50iS0iMcvzzvD3 { top:24.5625rem;left:28.25rem;width:16.875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko111Uln4rcouuxnRaQz5z5PTHvCNmwO { top:22.8125rem;left:0.4375rem;width:20.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { top:2.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHtT2SSWIUDbR7erFnEu7pzg06ldJFIK { top:7.8125rem;left:0rem;width:30.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVLC2ntcedwyiSMH6vE3wzbB23xC739H { top:9.8125rem;left:0rem;width:28rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA0AOtl1J56luroJCQ2k2kw881tRou0g { width:22.75rem;height:3.375rem;top:48.0625rem;left:12.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8r5LMXihsixBF42Iggypq0Hsye72zya { display:block; }
 }@media only screen and (max-width: 763px) { #ThVEtNWJ3T0tLvNSzuiVTfERq5q5iJ78 { width:3.125rem;height:3.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5flWfJa5WQFZVW35DvoiQrN75CZDTd0 { top:7.8125rem;left:13.625rem;width:34.125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdxSARrIQxGLmLvq9txZg2prem8WADkV { top:9.8125rem;left:19.75rem;width:28rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp9iCk6z9z0WpobzQwBsuRkg0r1S9HSV { top:15.5rem;left:0rem;width:30.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR8KZJIr8IZQgzCAkMoivQohOFd7gRdG { top:17.75rem;left:0rem;width:29rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuH8Arq20xNNpphZETlAklnWCV4Qpohn { top:14.9375rem;left:13.625rem;width:34.125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNq7QBOluewEk1Qevrc3iD3KMp5V5EnD { top:17.75rem;left:19.75rem;width:28rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbrkRSOMtAksRSIu5rTHwlXKiVJTnVma { top:21.9375rem;left:0rem;width:30.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX6Te8xnlJFwaGGhTeuAWNXZgIXomTbz { top:24.5rem;left:0rem;width:30.9375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTeViHMJaETgCbT1NWJdxQ1Of1WwIvn { width:3.125rem;height:3.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubI4Fki1RDbd6sZlBON56Hp6o15MzLRl { width:3.125rem;height:3.125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUZCcVNgiihGL2CxTN4Kh7cuk0NIL0ST { width:3.125rem;height:3.125rem;top:7.8125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTCENMUamo21sHfFiQ4lVcJAN7IzE8G { width:3.125rem;height:3.125rem;top:14.9375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 { display:none; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W1w04J7G3iq2RBm3RsikTMOb3F0KEwAS { top:6.4375rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLIPAgg7SAZdfkbeVZSWw2U8J5WFZq1 { top:12.1875rem;left:3.6875rem;width:40.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8N3it1udR1Ndp9UchZTkb1Xio7mlxxn { top:28.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpoQIyAsOc8AxZrRsFJwOx5MXmlrdQ6L { top:29.0625rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTlvHbhwVTSi0tsxq2nnJfuxQWCpbOf3 { width:40.625rem;height:22.125rem;top:18.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe { display:block; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTPuTe9TQTOJTCXflU6WTLgKvxwUOzLv { top:7.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvQTqzmLqXNiosLrwPdamJCMpPSVmsDZ { top:13.3125rem;left:6.4375rem;width:33.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpee1WSVUEyPzn71Tg9kGJKg5nRvtfxQ { top:13.5625rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foKD0GHzGrONfWA4ZfyiGAJWvXxPRICG { top:13.3125rem;left:0rem;width:5.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvh6kOVeGp4k1bR0SDsggMvS68xbTFuP { top:13.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxqm4BM1gGnVim1wQUGAC7wIr2SIz3kT { top:15.625rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBmmXQ01EK6lVtoIDAyTZxAiBLOukyP5 { top:16.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRDfgrW3Id8zyTOGsDcoVKs18qH7P5Ru { top:24.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETy9xgz1nPR6OLHAXzK7XToVZS0QQLDK { top:26.6875rem;left:3.875rem;width:43.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJMPhizFyXXNixfDmCbEXJSi38p0bng { top:31.9375rem;left:6.4375rem;width:40.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL5bIkhT3bdIuCLfixlBUCO4zfEUiuaU { top:34.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIpXlkLfgN6rgWUA242F30IazdRyFIec { top:41.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyLyqArsR7lHVZOJbq1dVhU5VAZZEGt { top:38.25rem;left:6.4375rem;width:40.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akwwcrcVS3bdLH4RQleuLBZCqIDSabis { top:57.1875rem;left:1rem;width:46.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0KZN7n2wUZvIc86T4ETRGlIP62HdOSw { top:51.8125rem;left:6.375rem;width:15.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo1EnQngFnRMlDUtzRFU2vLQvLwRFlmh { top:60.8125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHgtzhwOBvltfTIOUeOL1OVTsNsQRZL { top:64.625rem;left:0.8125rem;width:46.9375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo5a2SvGgWhTPhgiwz6ds8i3XH9gffxT { top:90.8125rem;left:5.6875rem;width:42.0625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEKwgeP70Qz9RzkMDR38WIVBVB8aC134 { top:75.375rem;left:3.6875rem;width:44.0625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLSaDGffwhzw04HBgnHC9Gf7pVEfBbig { top:75.5rem;left:0rem;width:7.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPaZhQNhPpRgcVwGWpgkq6ccrIaTg6rs { top:93.4375rem;left:7rem;width:40.75rem;height:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5DnfOsi1haaLKbzvzBNEPuVchrRcsxu { top:85.625rem;left:6.4375rem;width:39.3125rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVE7bcCy0zwNtIEzJro1Ti3alhWryhxu { top:81.25rem;left:6.4375rem;width:40.375rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiGCqC5IynistcHqZzpBLkMWhTknHyvT { width:12.5rem;height:3.625rem;top:167.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePMpWTkvMBb6bAhxoltSD2hlRThu2zfN { display:block; }
 }@media only screen and (max-width: 763px) { #fC4lg3OIMnr46V3oov2MVsAiu47ATtrd { top:17.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7UIlDfQ9wcJgiO6PFRZbLHENE8f9Sp5 { top:19.5rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQLOTe3ggRTcCcUuzXsmE8DiR7QhsAH { top:17.0625rem;left:0rem;width:5.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhnUTw3eAo4sTDLPP5PpRmRGIseX0kqR { top:24.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfN0JR0BUgBwyMeL3y3sT9u7dzizhVwQ { top:26.6875rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ThbnGCOUQ7fUdbSqWIdnF4KWMlHL4g { top:24.3125rem;left:0rem;width:6.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDO0ZFrTTv0RtZmvuUr9REmfEtK4JqoI { top:32.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMav4QzAXBBbhqwA0WEg0Ump17m0wynK { top:34.5rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob555WIopvdg54gtb5158oeaUmti24kV { top:32.125rem;left:0rem;width:6.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bml62fioAGvq3y3RMSNKQzKTf1mKlF44 { top:38.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmJnHKCUft0HhUubmaMpIzk6108IXHv { top:41.0625rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyUkg0OtVgBZ8boF39h4i4tfRzgex30f { top:38.375rem;left:0rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAlHCEeHB1RwgiVTZHkCNCRvuT9bqtdK { top:52.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdkIiUxN9fQUV04MvkBkXDCTL5AqRIMg { top:51.9375rem;left:0rem;width:5.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDeNGsFEtMugZrCz7q0JvUP3II31EAiO { top:54.3125rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGRQHfGJVrqScnDEVFfX2cx7b5kW51zx { top:57.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulEKSJzTBMgXw05CSrT7iwNVOzmm3GIh { top:57.0625rem;left:0rem;width:5.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDvqLHEwf0rL5glDGALD7buz8Kea27eh { top:59.4375rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP7GUleUZIHQn0iBaLOI3yWb65TCQiws { top:64.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihp5cGzuyyrRchKvf9oUVBOlgH8GG4c8 { top:64.8125rem;left:0rem;width:7.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIVla0Rir2zunRtvgBqHbDgOxgsGzN7g { top:67.1875rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9TyNCKimOwHyDlQunSKFrsylr3BQzAx { top:75.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrQI4Nyu0sSVRq6v0uBnldkr02zkObut { top:78.1875rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxzxwC2huNloxN1F8psTe45DvUuB6yr { top:70.875rem;left:0rem;width:5.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrsSMedNlsOb0ISWt8lmTA5gzHh9Xtqg { top:81.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZNz9AqtWtg1ZJeHwxTI04y3yl9QR6s6 { top:83.5625rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ngkZSsKxr1TWtDWI1UpeRKpKQzD4Gb { top:81.125rem;left:0rem;width:7.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEkDum9EBZCUGZCsQsdQgm2xUz7LANHP { top:91.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1xswom3iF3oH5lvbKGXFWEAS10lNsd { top:93.3125rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxJ9yPZ6SLunnXsiHNRmSuI0IH6ZxiHc { top:90.9375rem;left:0rem;width:7.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1phtXFbf8RxiIe7972U3GCuhvgDNTCa { top:97.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAzN5oofoCambiePFZio9fJfR7z3qqPq { top:97.625rem;left:0rem;width:7.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6F0RnUZcJoDwSHfGqmWks8wyab8MdT4 { top:97.625rem;left:6.4375rem;width:40.375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXGzxIqqdtJk63TwSQZecsoPHJeanWZt { top:99.9375rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdRZaTkKisfJDNXLpLrpz9Zsw2T0fzr9 { top:94.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csQ0I6ErJJKgrkeTNL7OcZR8piyl4KKA { top:68.0625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4qLbrEWGPrZzrC6yPsatuE0K6Ztfmwm { top:78.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJIeoVdOuAsFl7CcTqukOgRAxczmDqMH { top:17.125rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHtlkNkuGOtfvMUZKWwG07V8n9xzyNO3 { top:24.5625rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0cgTh0FhmN3Fbve4MtzRM23fJykxyM { top:19.5rem;left:3.875rem;width:43.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfLNDl72TQlC4wDXzv8NwvwEkg5Po5GW { top:32.375rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COehSXnD7weEmQ3m7flnda57DJdGsrZV { top:38.5rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3dkOTrUPF78hZpPkBDNHlP6okJ22G04 { top:44.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIEQbQZWqeeIvsdKw3T15eM0ath5ZQkc { top:44.5625rem;left:0rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eltBThlahMrEhnSX0g47gcUVhWMJrCWv { top:47.25rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbq1FscwkXapxTOCtVznIwIkQz7UT7vO { top:44.6875rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Haiv9G3L5R1yVGdw74D8cwEJHCUEIU { top:47.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUH6gvzWWdO1FhcZ51yEqUBt2wCQTTFg { top:44.375rem;left:6.4375rem;width:40.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsT980X1qu8nUCbf764P4vn3TaKx7H1Z { top:52.0625rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUmeTAoNPzCMLn7sFzTF8npqeQn00oLs { top:57.1875rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7V2GQQhaum7y3MSgLTkBiSeUeBI9cWI { top:71.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfsPqUnQnPnCuCHdRTQUknVkh3ZrXJJl { top:71.0625rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOqTv03Zo2TW6FKFEn2f4bMz3SRu5xz { top:70.75rem;left:6.4375rem;width:15.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqFbLoxi1kyns0gcmZ6AMvhIGGv0h4kT { top:73.3125rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck9FaF5stM7OmTCOPF1o841QiOw6mnqv { top:64.9375rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEic46r4yam4eCBBUQDXMvctAbzLA9ih { top:75.5rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKIQMTiOIwu4TlTKZTU8CkJwsLPMB7lL { top:81.25rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi60RC12sOnKOg1H5vwnDzhXfu5Gp9li { top:91.375rem;left:3.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8B91rFHWK3nsQTw5uXo69h2syWdV99 { top:97.8125rem;left:3.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM768Oa3q1UBbiELqa9wq86nNttxgLM0 { width:20.9375rem;height:3.4375rem;top:103.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fehovauDDyInG2fDJhaP8LmbSJpgF6op { display:block; }
 }@media only screen and (max-width: 763px) { #a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS { display:none; }#a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TORTwWM9fcrNozdXPznVMKhQk7UItSmf { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTmAEfqid8qDCcsFBEDT2iHAfXEJunm { top:45.5rem;left:13.6875rem;width:25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaNdMaRTnEGHRwrFcEFXho2ef5Oy2b8 { top:47.25rem;left:12.75rem;width:25.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyv3ZRO2MOPgPvKV8SiUKe0ddZ6mFTPc { top:49.9375rem;left:21.625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #C3f871lL3I0e1BMIslP6qPVqyPVgTugp { top:47.75rem;left:39.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwD9ot4EQBwc08CgXHJXXSnPXv8PSRmL { top:33.4375rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baXwwi4bvTFNQEF5nE8wQDh9Cz0WPUu0 { top:35.8125rem;left:3.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhygH1CKIilIPIupMm3V5ASdFLtTF0oF { top:28.25rem;left:5.560546875rem;width:33.25rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRFaRp31bLBUkOM83zxnMXyE3evGssVP { top:35.4375rem;left:5.4375rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPdp27c8mgJLUzKwfoHVcCAleoSwgEeB { top:38.1875rem;left:5.625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wSS8omOeFbLH8Fp7BuJMcagV5nb1iLEh { top:112.375rem;left:38.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHrRS8CJoDQy31zp3IqNHXqRiy8tTKLl { top:108.4375rem;left:11.625rem;width:26.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQxuChHaWCA1qxkg4libpL68ZKMbfP9f { top:112rem;left:20.4375rem;width:17.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTboLxzai4oJIsDKPv33dVv7n6Glv3u { top:115rem;left:20.375rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #y2TvEXJ9p2Bg4rTUw4ysAeFTSCBMLrpL { top:21.5rem;left:38.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAdcc0ARsh7sPcR0Pl67B4hTlnvR8ocO { top:23.6875rem;left:20.625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kcxI2NOrMwB65JKB51etz8wzn48PvRp0 { top:17.4375rem;left:3.6875rem;width:34.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsECoSkr0t2ApHPUe5emc7gDaVvCAw0G { top:21.125rem;left:11.8125rem;width:25.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJsrGyX2pAeyI4ILGmnAqVdDpqL4PCZq { top:149.1875rem;left:5.4375rem;width:28.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPCHp5FegpfTfEBpCM3VMaUJF6XpwQCK { top:150.9375rem;left:5.5625rem;width:17.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4lbMfq8RCrOExIm1dtiKCpldRMR9o7y { top:153.9375rem;left:5.5625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4s0MsfuTFCEAZSOibrmEADxqikxZx6 { top:151.4375rem;left:3.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6GUUqveF8wIH1xkebEkifeN8fE0euVM { top:148.3125rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX11SECk3fsxniTcpLTiMmIQ9pK2ZTKz { top:104.5rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD6Zxxv5m965nAWBlPQe88MnvoITgV5h { top:64.5625rem;left:5.560546875rem;width:28.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9CFJD7gs1eNIZuWNTs132N7bZmWZFQp { top:66.3125rem;left:5.5625rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pANMTXyG6m5Xw0dNdTcDVOcQKerzTDe4 { top:69.3125rem;left:5.5625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yFTDdsaTSyzqUCzSNp2pqMS8lMJCRKZf { top:66.8125rem;left:3.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8Ow9TiTURcSpG6PGFVh1JI0CwNlykB { top:74.5625rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpnRhaqkXKhDtyJZNHQUTgQw0tkrIguX { top:83.6875rem;left:38.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAnCzbgCOAHeEOmrHsJ8pDFUJezITOlw { top:86.0625rem;left:20.5625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ckS2De3Me6dFfTVyWH6XRmEkCllTp3ok { top:81.5625rem;left:2.9990234375rem;width:35.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Dh6t6dOJ3ObSrGoeCr92GLt4STZ9wq { top:83.3125rem;left:20.625rem;width:17.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly0vkJ8IfHWg2oarTGkob4ygDbRT37l9 { top:121.1875rem;left:5.625rem;width:28.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8H8rSIlJZGcZHwV8q7b4UxOglNRT603 { top:122.9375rem;left:5.8125rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKwiZid1OIdqTglLdClccPi1fpFASBcI { top:125.9375rem;left:5.8125rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #RZokUAS9heBmzKaROSdW2hoJmFcLZl0l { top:123.4375rem;left:4.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec7usU3LUHm9rb4LyUuPKVpxB6v72n6R { top:118.75rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGvZKEZr3n76imgPsVvuvTG8nasiItTm { top:135.375rem;left:7.8740234375rem;width:29.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPZyA3NDUfTWzTGdLca1Cx15in8WXSHh { top:137.5rem;left:37.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdZn1g2Te2CrB0LseVI2qfquItWTMM0s { top:137.1875rem;left:19.875rem;width:17.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOT1gxcMwHNHvnuFCIcZvLL45PPUa2TT { top:159.4375rem;left:31.75rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8HDnNhRiy4xBP2824PlbvAgFSpmTVo { top:140.875rem;left:19.625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #i77LC3EVONTxHmUFFTiKNQ8tGSnkTddq { top:165.1875rem;left:7.2509765625rem;width:28.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxleaeGh9pA6EetzfTF5Qh1E5oAFvnyS { top:167.25rem;left:23.9375rem;width:17.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM2mzetZtUuT2RsoTeXFVrhO4SuK2Lu1 { top:169.9375rem;left:18.375rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #oeinAwHwzFpzhE8ANKZ9P09V8Hb1uExQ { top:167.625rem;left:37.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzSNTZ7MTq6vRse8xo3dPG23OKAwc7NO { top:130.0625rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbccc7THLrt3TrD5AMFIBD80Jx1qdlAI { top:97.375rem;left:5.560546875rem;width:28.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCyTbluMVGi0BwkiyqtwWKuGgS1TX1aN { top:99.125rem;left:5.6875rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLiKfGWRGsaDVeEXMqs551zth0LHqkAq { top:102.125rem;left:5.6875rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ykbFOpCREqdkGbwFxRZH3NLoAeGGD8zD { top:99.625rem;left:3.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3zvbrG3FSQiS3yEpPT7MAwD8xB9MMf { top:88.625rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLPkLP0X9xb8xLpTfL3xUXv3XCGJ6uSd { top:11.25rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJBWl0nyQmN1fPephtqHLKkabsySqy6P { top:40.1875rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5KRp0152pzByQ7FTy3GKUSvuxpHCDC { top:180.0625rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5T2TiTb04CykgNMiVlSwd91iPmTUB0l { top:183.1875rem;left:2.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTAooUUwvBMQeuuPeBH7eIBeh3CnIxi8 { top:180.9375rem;left:4.125rem;width:28.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcrz6psT6XrZgZN2gNVL5xzrluWCruV { top:182.6875rem;left:4.25rem;width:17.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXWCmuZOV15MFuTLScNiO2NvrpCRpKs { top:185.6875rem;left:4.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxF7u8vIeaCSi5nTXaH5db0dume090FM { top:201.125rem;left:7.4375rem;width:28.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNl3pwpykLUVOZ0XGNabCFNL4RaDV3mg { top:203.1875rem;left:24.125rem;width:17.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCxhGNn4fceiSghgWZvPsxVFforka0bv { top:203.5625rem;left:37.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsZ7TOPqOZ1dwlTBsHyf9QFgcboHIBlD { top:195.375rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ5XzU51yRAec5Wfir7EciLErhf07aWh { top:205.875rem;left:18.5625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UHzrJp0UnBRiotDcPiUV7BmvJpfb5UH9 { top:222.875rem;left:4.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXl0VBsg1gbtO7n3b3OurhBsQZGAvhp { top:219.875rem;left:1.9375rem;width:45.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icyHrPx4uQ1HT4leuzHR2nLP9XftNLta { top:220.375rem;left:2.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Wy4avC9mAfXz3HV73iybFcvTIi55gh { top:216.3125rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu87sgr6c3l1XvD3RK76XuhoZyuyTTqv { top:216.3125rem;left:4.0625rem;width:28.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8P0RHDzoun2sMNhSdTXZXD3R7UNeST { top:239.0625rem;left:8.5rem;width:28.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6xauoTqPQhHWMVpI54y0IP6SElGdf55 { top:241.125rem;left:15.9375rem;width:26.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXsnNwihNob0hGzZQ32nqWW65bVG0ew4 { top:241.5rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROT8CWkcUa8C1UC2ETXx9V9PcUv6upnn { top:233.3125rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRHwV484A2OswT5DRBzfHVLAZqH217hZ { top:243.8125rem;left:19.625rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bV6xxzROePRHpJPPTkMCawz3BuxsyNUq { top:265.6875rem;left:5.0625rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQhW98mJAJN4crfAdiFTSLiJKkpxHa9K { top:262.3125rem;left:1.9375rem;width:45.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTRAZemoGaKJvSUIlUAzaXEHP81Anuv { top:262.6875rem;left:2.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuqliDtxatdSV84NN23WCdeg1klmVoKf { top:260.5625rem;left:5.0625rem;width:28.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMvlOVwfEbxedROEmvVockzRHM7DpZQT { top:266.6875rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCKrmHgKCisqzXqLZXzI6AhCPkr7067v { top:272.25rem;left:3rem;width:34.8125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzm0p81B14SV2idfuqQlvg7ZldfxavPS { top:275.875rem;left:0rem;width:45.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arlpzq8NP7nDZaefyb8VNkZEEcTcNxBH { top:276.25rem;left:38.748046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkDs5AAg5En2KiXL4pQnGD8oP7pCEGr { top:278.5rem;left:20.4375rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtEbK5BuUXW4WF3MiCS1QtxBpm5xXeJq { top:58.5625rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK { display:block; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6xCTfO1lRGQzvtnwud013ws3x6kCFsd { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z48klz5pEy3OnnDBTELw70fqIiZkUFhi { width:46rem;height:25.6875rem;top:11.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B { display:none; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NVTnI4GW8PTWbSk4TUeT0DxyIJGypuU1 { top:3.125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJk0WweTVPo5WkNBJofri9k511dpab4 { top:15.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPH2ZOysUT7MuFXyI04JQq9Wn14uotBM { width:22.8125rem;height:3.4375rem;top:25.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgCv0ZMfPzsgDABCGi0P6b7QAHVQI7FO { display:block; }
 }@media only screen and (max-width: 763px) { #sFd41MTR4r8dsbzgFiT6HaLduEczVAyf { top:14.4375rem;left:0rem;width:34.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umpteTF1QazOANyXnttg1qWXTyxpFxAU { top:13.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gryvkNlGkUFliFeb0KCP6gphPV22Dpu8 { width:12.5rem;height:3.625rem;top:21.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou5Rsl6gNy82xeiDzIK9uiu0Kto8WVqN { display:block; }
 }@media only screen and (max-width: 763px) { #dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp { display:none; }#dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I63vQyy4X2NNsKmSo41ID6UZMi23WIRl { top:2.0625rem;left:9.15625rem;width:29.4375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOr8ylfSRb6V31gW88brc9uEDc1BcdMb { width:19rem;height:5.6875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDVSlFoTm3T7iMZrNbxih0tvzJnvgqwJ { width:16.8125rem;height:16.8125rem;top:5.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1DPrarzvlV9XbIPFwd65dmDFKNJVvzb { width:16.8125rem;height:6.6875rem;top:10.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv { display:block; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnW8mOqy1iMy7A6KmfvrZ7N8dLzd4S5m { top:20.5rem;left:5.5rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqL36wF4HF4f3MhCU1TQeooFCX8sGO4 { top:20.5rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamX7vqIFxR3zBTaSqOfp6XxFZq2A7ny { top:20.5rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTClQXUEvVk0eKMNO4lFGtwQTBZsEIzP { top:20.5rem;left:24.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onT37zbSlmMWwf7UtTKdmcuv77MW4rZl { top:39.5rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqD4TqWtQFmVuP9s7QZ1rdIsTuZ7BBMd { top:39.5rem;left:24.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkST3I0RzHuhbHchfPJDMlrBQccBcwCG { top:39.5rem;left:5.5rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtG882JKdQazoQ6hzgOeoJ1Lk7XqiRtc { top:39.5rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBmZOnf2aFTUE96Qv2rUBq0B1amrsHx { top:1.1875rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxSzFhHP6ZDSX1voJSSaq1Mmf7hACbme { top:1.1875rem;left:5.5rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HBDk6DsnIgabO2xIQBhUQJleeiFgUN { top:1.1875rem;left:24.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeREfWl72i9mgpTgM6HwTk2DWXgAt8C0 { top:1.1875rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { top:2.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpJvRPtldCv1ihQ58AIbdzIQyqdceSmm { top:13.875rem;left:25rem;width:21rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v84y7iRysUEtl5FMBtrH1SQmxPAhSlxb { width:26.125rem;height:10.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4XTXLbDt4wJHtLSAV5iZTmiLK4LrH5e { width:19.3125rem;height:5.5625rem;top:9.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUhUPKIK9EtfT2DfUP1Vef9Qu0dniDt4 { width:29.875rem;height:2.5625rem;top:16.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1kcP8FFVHeAscaLJIRxn0WU9OGiTmm { width:26.125rem;height:10.75rem;top:8.4375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJcML9Ltry5ludATLqtnuLlpiGXDQQm0 { width:19.3125rem;height:5.5625rem;top:9.9375rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baqiXAV7EwSE8tgHTkkPnprPVNfHdrGq { width:29.875rem;height:2.5625rem;top:16.25rem;left:17.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDLpdVL83SLl1V8RHqKPIkOcAdCSWcOg { top:13.0625rem;left:21.875rem;width:21rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h { display:none; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HPZoTCccfl6a1BouUInh2JgdouxzMx63 { width:22.75rem;height:3.375rem;top:24.125rem;left:19.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUAXKoV26N205Xhk3Nk7slVIFh1HLUg9 { display:block; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-regular-label { display:block;width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-checkbox-label { width:33.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH  { width:34.625rem;height:43.9375rem;top:9.1875rem;left:7.75rem; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH {display:block;}#FihklgakHo1Tiv56mztTC75NVcntTcDH { width:34.625rem;height:43.9375rem;top:9.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #r48o4XzzpSqBG6da8ZDx9m2VhQTUXAu8 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #J59oHKf55xTBZNN0dFMr9M3cKPfiSD3x { display:none; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #Tv7lOQTyxRnQUGsqkRM1qyVBo1B1tHeT {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #M3DICBxNU91XGhpr6zplQrzmK8UJn3cF {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #aTTtb1fTTSbmDunApuSnc8oTA0urzFPu { display:none; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #eJxkDs3BmGoDNKP9bBzF4Tq5DRPdffgC {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #dRtwP2fqnZL0KtG2TMvJAdESMQm679DB {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #m4LWnB5w9wQcOF3HTL11MiNHtVHdadlk {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #DlxVc1xDdPPbioKoyHgZV0fzDX57bbhl {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #fLwAnohR0uBZRmpRtV094Ms43mkmsF70 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #XAhn7eSy22GC5EgB6IPKfDu5bbrMKD8b { display:none; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #XkgIWNLK1hxALt49P6XnMpw2nTJLFhq8 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #q9kJfQK0xlLVm8iRn3fm7dDx6ffdGXsv {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #rNbd4FvI1fzBAa59dfWm8FaBr1RCBILm {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #GFiVFTbzRdq3LlwNMv37df5hZmK5uSDo {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #Qt63f4L6XW6V4lE6b1nFIrQblW0OTDP1 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #Ok8DoaqXcbq8lNlPVbuN0DPIKh4zi9BS {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #C7MwPi4f3XmEttiBG12vSWxqICtALGoH {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #XbmfXksqhBZbF9iHxDe3kUV9tFpTnQHJ {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #qGqRPsRpOf5c9Od8GpaZfoGetorDsyhl { z-index:2; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #TZ9icdi9QEl9aJKz5M2GP4FSM2kQPKkO {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #CF3HTxgnzT9TOp8Zn02ABWT2Hi8GRSTa {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #fZ9XN8phXsLPi9Ts8AexaQ3yWtdmXwq3 { z-index:2; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #rTyLyiTp6TMhBplJ4Zr2yNVAqTr8GPZE {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #WiyKTiKBGFo0SBMkkBdZl5EkoavhoGcD {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #KVi5K4PBiTzydUAq8pSl3OQbBxILJvnP {  }
 }@media only screen and (max-width: 763px) { #eI3farIM9DexEmGlII4PhwmkgD5yQm14 { top:4rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRpazKpe02mxVa5d3UdkevrSMQDqqZui { display:block; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bI2lJNIe9LAXocnDAxDfRxGMm9Fqo81q { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udolCharW05icslXWO5UISBGcJNEqK6V { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRVu5tquT2BNMKN3mgWvtpTP10pMv1r { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xebt9oArBffgGC67SHlXEdKStC365GNo { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #uI1bPTiexMSw9o9Z532oceeh9eHBPoMC {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xOgi02XDo3RBGbW1emzDmccBpHTMcXif {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #gySo1r3mRpzydTBS2RNgCKZBmyDbcC1x {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #lsGy2oxQi8QQZQLJyT3uNMpWwGDnlHhO {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #cdqVkQEHBsuQbiK49p1pOTZTKAib8Q1O {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #VtL9LE8LV3nzcIk4TBccIS5sxgRAWQ5I {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #olf1LfVZsXSo8UoaJN18GOETUis49NEB {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xtuzTBVTH9bFbJwPZncNT3nl9cRkztpl {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #x3U197EbvGrWPXVTZUxFve0L38HM9EdW {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #UZWWWIFu3S7MXJCuf4E8fLm79zlv7V55 {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xLdCBdCX7f0QVJwhtkK8dA1s7JBOHk6y {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #zkdBviGKME3M772oGG9uU1eIny4vG3Ip {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #gywBzhc6n1okvdcN3TeoO6egsxy58tpL {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #Xlx0x1xMrWinIKT88obGlRcT6wnPfSa9 {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #wWTelczxy5o64vlbl5AkRydITlOyA9To {  }
 }@media only screen and (max-width: 763px) { #dT4N6TcIAFyS8ZLmpl5mRqDqraqIfy31 { top:3.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ { display:block; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VykMGeNemWF7yH6NzLFTJBJT9f4MzqF4 { top:4.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWzrvbXrHEVxmhqJZqxihghFWzIZZieg { top:10.3125rem;left:0rem;width:47.1875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGgreuXnGD8CX0DLxydlyZrSNeqQ3TSf { top:16.5rem;left:0rem;width:39.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkFchyGAfGrqTwtkc1CDVrMC5wZdfTo4 { width:11.375rem;height:1.8125rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DFnQikNwsh6b2tB0UqTlUDN6aAXUTa { display:block; }
 }@media only screen and (max-width: 763px) { #DCuoNdhWIWRVlRScJIHVpsTyv5pBFagJ { top:20.3125rem;left:0rem;width:29.9375rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSy8dZTzrteCb97tVb0siiBZRuwa0yAg { width:24.5625rem;height:25.4375rem;top:1.8125rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 { display:block; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNyL3MGWRiOiBVspGx5mDBqHXApEnXSM { top:3.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aALfDEsMKNXuEuDzB1qRcEqkoemywcSz { top:12.0625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2IXGRf4Bum2mZJO74CZUTcfabqhplZi { width:27.4375rem;height:3.4375rem;top:17.75rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psHOuSt5ZRPRr9bHlu7FhBm9QZpKSg66 { display:block; }
 }@media only screen and (max-width: 763px) { #WINcGM5EFDiQyMeK1whzrAuGITpZtf4O { display:block; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQJmwf6TxnT2mvKC71bx6Np5NyVP04J7 { top:4.1875rem;left:0rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Naf7fFLOtWmuR8ntDylHgznhv4KWuo { width:10.3125rem;height:2.1875rem;top:3.8125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvQbo9iwu1yecAIwMoDL4B3IsfcNB4ES { display:block; }
 }@media only screen and (max-width: 763px) { #uKm9K1xS06M41SKZArTvK8913hdkt8C0 { top:4.125rem;left:41.4375rem;width:1.625rem;height:1.625rem;display:block; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 { top:4.125rem;left:43.8125rem;width:1.625rem;height:1.625rem;display:block; }
#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Gl6M327G0BhPilLDeh1mMynU4Kw7nlQM { top:4.1875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#Gl6M327G0BhPilLDeh1mMynU4Kw7nlQM > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #t98T3obK29kHnA6U9Jp4ZLu5T540rDuw { top:2.8125rem;left:47.6875rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koSyrJrhhad7TPwKtwHbPpzyGDpbGpEf { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA { position:relative;z-index:auto;display:block; }#w8QSiREA1vQkAXRdhsdZzT2LCm3hJTuA > .row .container { width:20rem;height:13.59375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v51q9uGvmDSxpLUU3aMRCX9LoZ2NSzpC { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlqVKTTRXG9e9ipR4ZAnpRnNAviX8V34 { display:block; }
 }@media only screen and (max-width: 763px) { #IdmMeVHLLn8PbbeaIahU2s63k6QwULMs { width:4.75rem;height:2.1875rem;top:4.21875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh6hneksgfAAmxFEqgXURlGrEyJAcnUy { display:block; }
 }@media only screen and (max-width: 763px) { #bm1VArV4Ko6ILcCkeltxxLZHV5G8XEoy { width:9.5rem;height:1.25rem;top:1.34375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRrOzz5wmdzvo6VZTWHfL71bOlkNuvrq { width:3.5rem;height:1.25rem;top:11.09375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e { display:block; }#QwT3OkmUPnNoX5IN1kUPrp7vZPRbyC0e > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqAOqgXFDAmdsSeAsr9syIvnMoxDr2uT { width:20rem;height:14.69725rem;top:12.4423828125rem;left:0rem;font-size:1.75rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hxt5UfLsr6xD5XlwKvTvrbu8m8NpFtkb { width:19.3125rem;height:2.548825rem;top:2.375rem;left:0rem;font-size:1.0625rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ad0JB8pQc9JOlTImvJU1pcOTW22ldaVK { width:18.999rem;height:3.375rem;top:51.81591796875rem;left:0.49951171875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtW5e8KVZhHVpOR4FM2TzzVaCOeHTng8 { display:block; }
 }@media only screen and (max-width: 763px) { #GOuM7UirlIdvVQyPXhg0gWuNtwLShH30 { width:12.5rem;height:3.625rem;top:93.666015625rem;left:3.75rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #XATCbXnQEQTp1K1H7igTanU0ekzd67OS { display:block; }
 }@media only screen and (max-width: 763px) { #OhNhOOhWgasMsbTUNRoTyTVxZai3BnZB { width:19.75rem;height:2.6875rem;top:6.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTqyGTDx2wmoUE0UiZQlr6mmC8lCe64 { width:19rem;height:3.4375rem;top:60.5673828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRsTREF9EK6UfNGZh1vHJAOiHB97ZlVU { display:block; }
 }@media only screen and (max-width: 763px) { #DK0xeWyFV6rma966Sm16DGDiUOVghq0I { width:20rem;height:5.99609375rem;top:66.326171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaiQoVW2Iuuf1ZDunz3N8hRnxWWQ0Jyn { top:39.6298828125rem;left:0rem;width:20rem;height:16.75rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ { display:block; }#yhDJJqL7s1xJLXMc7ipRxRyD9KddV8xJ > .row .container { width:20rem;height:74.13671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZsn8W0ManQFkqTG0nuaTAqcP9FnVrlH { width:12.5rem;height:3.57421875rem;top:2.1875rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VC2J8OJDUyF2iFx18osU8ow07oxJL4ZT { width:9.0625rem;height:5.0625rem;top:6.5625rem;left:5.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4CJ726LadoL8cLmLLv0gCSOsR8E6Rtb { width:12.5rem;height:3.575rem;top:11.5625rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Udpldl2gvvvzbq2RFEsNfkTh6dmhN50g { width:9.0625rem;height:3.375rem;top:15.625rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7xWmdUCmaQdxpTkBn9gtznXII9pcD5X { width:12.5rem;height:3.575rem;top:20.5rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvIsoeF0ZW6FkzTur3ZMzdVnO4DJRVA9 { width:9.0625rem;height:1.6875rem;top:24.3125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xn3nu6wFdAFPerbtvf8paNun2yvwDVr7 { width:12.5rem;height:3.57421875rem;top:27.1875rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvKu1zJNO9oKu8ZIKAAXnoPdya8s6zFw { width:9.0625rem;height:3.375rem;top:30.76171875rem;left:5.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbWLc8IUzNMMLJeE7aQTGkmUaS8a2pvT { width:15.3125rem;height:8.4375rem;top:35.38671875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu5lkbRc4vGDD49oFzEx1JPKnQaeRTBV { width:15.3125rem;height:8.4375rem;top:45.07421875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5G6ZLHNTEcKHMMS18t62DIZJsRPuut5 { width:15.3125rem;height:8.4375rem;top:54.76171875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywWuFzNGziWizPlsyMsKL5vh3gZHT7BO { width:15.3125rem;height:8.4375rem;top:64.44921875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs { display:block; }#zVOHdxMIeyCUx2F6cu8DzSsFs9Hb15zs > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPV6xdWvFUenooTcAzkbkr7T5HeiUweP { width:20rem;height:23.9941625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suiAoTphmqL4AhhKhqS59CHzQz6svBMR { width:20rem;height:0;top:26.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7VPhDOXpe0yyrRut3RD8vkJPm4NnG4D { width:20rem;height:19.90990990991rem;top:36.704125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 { display:block; }#SQnuOvZAmMAJ0OxZvcZXuAEcLOS8wTW6 > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUenMq3XCTTJr2uatw5IkRhmbLNNrXBp { width:19.9375rem;height:5.17383125rem;top:2.6953125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXos7cCOxUSyqnIbgnPrDxVo6aKTA6V3 { width:11rem;height:10.5rem;top:21.0615234375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1EIzs11pdTTo98KAPDmzqOU4dnWrZ2G { width:3rem;height:3rem;top:12.24951171875rem;left:8.499755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpqoJDsV3X4BUtrkWVRey7ouCzJ8I8QH { display:flex;width:2.25rem;height:2.25rem;top:12.62451171875rem;left:8.874755859375rem; }
 }@media only screen and (max-width: 763px) { #oum40cnApJ1rhLqtdquF6BOsv39CTtup { width:11.5615rem;height:3.82324375rem;top:16.6865234375rem;left:4.2177734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7VVR8FoTiXi8czTbPCZUXrCzrVpJLh8 { width:3rem;height:3rem;top:35.9375rem;left:8.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzB3C63bqlwcbA38UwrAFP6yun5Dd1KB { display:flex;width:2.25rem;height:2.25rem;top:36.374755859375rem;left:8.93701171875rem; }
 }@media only screen and (max-width: 763px) { #KRCsoo849HLcqWGczZWSI2IbkQHQgqex { width:12.375rem;height:2.548825rem;top:40.8125rem;left:3.812255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSCNdmD0tx0E4ez7NHknh3GGzlpUsLO { width:11rem;height:13.5rem;top:44.8740234375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb54QNGsOpDlzDuwbWwuTp35zCybFr1T { width:3rem;height:3rem;top:61.4375rem;left:8.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D40Tk1F28ubfWi59mJsSq60wvH7xFpEW { display:flex;width:2.25rem;height:2.25rem;top:61.8125rem;left:8.93701171875rem; }
 }@media only screen and (max-width: 763px) { #o37kGa5UECq5tdPoMr3vWHsCfGqKSesS { width:11.6875rem;height:2.548825rem;top:66.62451171875rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkoKao4MR2ao4VrOuvK4fZ32dnWEWOE4 { width:11rem;height:7.5rem;top:70.37451171875rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhGXZahEM6OVTfAotRThhDITrtlqbhKM { width:14rem;height:18.3125rem;top:62.6865234375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTRb6KEUcGidbXg345TglVs56tOVOPD { width:14rem;height:21.875rem;top:37.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBUKsielqugKXTtIJv0iMXNHeCkb0cJm { width:14rem;height:20.5625rem;top:13.56201171875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PReF2FFn3WNJJMklXb59izXrs9nvKULw { width:12.5rem;height:3.625rem;top:91.06250190735rem;left:3.7500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7XzgVANI2wLdxxW1lTghT0wwZT5cLl { display:block; }
 }@media only screen and (max-width: 763px) { #HyHDDx5TDsX2oTcbErp4AHzBPAv9cb0E { width:20rem;height:2.8496125rem;top:83.1865234375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTs3QL7GW9S0QwBMmNTB92DpKMxznxMm { width:19rem;height:3.4375rem;top:87.759765625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZhdxzciQNhUfzSCeNWfTgmIUTpHAL4R { display:block; }
 }@media only screen and (max-width: 763px) { #fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA { display:block; }#fxB2v5bv24k6mBRnne5zzxwQmTOJMaJA > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpx3s7cb2fX4vo8Iz1nN69M00r2BZlnc { width:19.9980625rem;height:3.44921875rem;top:2.5615234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVQnC4ETIuXlreb026L4LTn36RSi2O2J { width:16.375rem;height:6.3984375rem;top:15.125rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBffx66VeLXbCFlIXSvNrFz4ITSomngo { width:15.125rem;height:7.9980625rem;top:31.125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlBJpxZP84C9bSTLM428vs1blMB18A0b { width:19.75rem;height:13.5rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyCn0Mbu2k77TNfZKBL23DWhvXffEQ8 { width:19.9375rem;height:17.1875rem;top:25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mHquHHgpeuzRTEhyksCeb911xXIh5a1m { width:13.75rem;height:1.79980625rem;top:11.75rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HARlmJZH3zF4yKwZuL146IeymF4luUzD { width:13.75rem;height:1.79980625rem;top:26.8125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGrReMWoGk2z0BNEXWOla7dIk8Dda9zv { width:19rem;height:3.375rem;top:64.625rem;left:0.624755859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vv839yC8EWwXIxuL7AZ5nnhD4myfEWcR { display:block; }
 }@media only screen and (max-width: 763px) { #xuq0l4acUHvJ6rnfMRqNMgBeVOKLqGnl { width:19.9375rem;height:15.625rem;top:62.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GRq90QigIMgdtlBKZNftxcCARp7csC6z { width:16.0625rem;height:6.3984375rem;top:68.375rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6suF5bcVEcFQ9EwxH2KJei2TUELqnE6 { width:15.75rem;height:7.9980625rem;top:50.3125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3ndsTp500SXuSeGUWP2eHvTt56eF2PT { width:15.1875rem;height:1.79980625rem;top:46.0625rem;left:2.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQzmgqQU7reGMmOKMv50iS0iMcvzzvD3 { width:15.6875rem;height:1.79980625rem;top:64.375rem;left:2.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ko111Uln4rcouuxnRaQz5z5PTHvCNmwO { width:19.9375rem;height:15.0625rem;top:44.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 { display:block; }#t8wvL3rz4os6Vn7QdNoaSuIivFpHExQ5 > .row .container { width:20rem;height:109.84765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehK717cUgzyVaGeGWm5t7QTuLlm8vFQA { width:20rem;height:3.44921875rem;top:3.75rem;left:0rem;font-size:1.4375rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sHtT2SSWIUDbR7erFnEu7pzg06ldJFIK { width:17.25rem;height:3.5996125rem;top:16.1240234375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVLC2ntcedwyiSMH6vE3wzbB23xC739H { width:17.5615rem;height:4.5rem;top:20.2490234375rem;left:1.2177734375rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wA0AOtl1J56luroJCQ2k2kw881tRou0g { width:19rem;height:3.375rem;top:96.629883984375rem;left:0.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8r5LMXihsixBF42Iggypq0Hsye72zya { display:block; }
 }@media only screen and (max-width: 763px) { #ThVEtNWJ3T0tLvNSzuiVTfERq5q5iJ78 { display:flex;width:3.125rem;height:3.125rem;top:10.7490234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #K5flWfJa5WQFZVW35DvoiQrN75CZDTd0 { width:20rem;height:3.5996125rem;top:31.0615234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdxSARrIQxGLmLvq9txZg2prem8WADkV { width:20rem;height:4.5rem;top:35.5361328125rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sp9iCk6z9z0WpobzQwBsuRkg0r1S9HSV { width:20rem;height:3.5996125rem;top:47.5361328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TR8KZJIr8IZQgzCAkMoivQohOFd7gRdG { width:20rem;height:6rem;top:52.2353515625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuH8Arq20xNNpphZETlAklnWCV4Qpohn { width:20rem;height:3.5996125rem;top:65.7001953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNq7QBOluewEk1Qevrc3iD3KMp5V5EnD { width:20rem;height:4.5rem;top:70.2978515625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbrkRSOMtAksRSIu5rTHwlXKiVJTnVma { width:20rem;height:1.79980625rem;top:82.2978515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aX6Te8xnlJFwaGGhTeuAWNXZgIXomTbz { width:20rem;height:6rem;top:85.09765625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqTeViHMJaETgCbT1NWJdxQ1Of1WwIvn { display:flex;width:3.125rem;height:3.125rem;top:96.72265625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ubI4Fki1RDbd6sZlBON56Hp6o15MzLRl { display:flex;width:3.125rem;height:3.125rem;top:105.47265625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GUZCcVNgiihGL2CxTN4Kh7cuk0NIL0ST { display:flex;width:3.125rem;height:3.125rem;top:92.34765625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dKTCENMUamo21sHfFiQ4lVcJAN7IzE8G { display:flex;width:3.125rem;height:3.125rem;top:101.09765625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 { display:none; }#gsgEd0A88qoeSSbkAOIxxnKUW7r81PL4 > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W1w04J7G3iq2RBm3RsikTMOb3F0KEwAS { width:20rem;height:2.40014375rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqLIPAgg7SAZdfkbeVZSWw2U8J5WFZq1 { width:18.4375rem;height:0;top:40.630208015442rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h8N3it1udR1Ndp9UchZTkb1Xio7mlxxn { width:1rem;height:1rem;top:28.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpoQIyAsOc8AxZrRsFJwOx5MXmlrdQ6L { width:19.4375rem;height:0.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTlvHbhwVTSi0tsxq2nnJfuxQWCpbOf3 { height:10.8925625rem;width:19.9995rem;top:10.749755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe { display:block; }#u3aro8PT3TnCB7JpTZgHuH9pE7nI6rbe > .row .container { width:20rem;height:326.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTPuTe9TQTOJTCXflU6WTLgKvxwUOzLv { width:20rem;height:2.40014375rem;top:2.5499877929688rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvQTqzmLqXNiosLrwPdamJCMpPSVmsDZ { width:15rem;height:3.3984375rem;top:18.25rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zpee1WSVUEyPzn71Tg9kGJKg5nRvtfxQ { width:0.99921875rem;height:0.99921875rem;top:14.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foKD0GHzGrONfWA4ZfyiGAJWvXxPRICG { width:15.125rem;height:1.6rem;top:15.9375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvh6kOVeGp4k1bR0SDsggMvS68xbTFuP { display:flex;width:1.25rem;height:1.25rem;top:10.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxqm4BM1gGnVim1wQUGAC7wIr2SIz3kT { width:6.25rem;height:0.0625rem;top:46.175003051757rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBmmXQ01EK6lVtoIDAyTZxAiBLOukyP5 { width:15rem;height:3.3984375rem;top:27.25rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRDfgrW3Id8zyTOGsDcoVKs18qH7P5Ru { width:15rem;height:5.09765625rem;top:44.5625rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETy9xgz1nPR6OLHAXzK7XToVZS0QQLDK { width:17.4375rem;height:4.19824375rem;top:50.8125rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmJMPhizFyXXNixfDmCbEXJSi38p0bng { width:15.125rem;height:3.3984375rem;top:78.5625rem;left:2.4375001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mL5bIkhT3bdIuCLfixlBUCO4zfEUiuaU { width:17.3125rem;height:1.3994125rem;top:84.5rem;left:1.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIpXlkLfgN6rgWUA242F30IazdRyFIec { width:17.4375rem;height:1.3994125rem;top:115.4375rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGyLyqArsR7lHVZOJbq1dVhU5VAZZEGt { width:17.625rem;height:1.69921875rem;top:108rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akwwcrcVS3bdLH4RQleuLBZCqIDSabis { width:15.125rem;height:3.3984375rem;top:139.9375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0KZN7n2wUZvIc86T4ETRGlIP62HdOSw { width:19.997375rem;height:1.8rem;top:132.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bo1EnQngFnRMlDUtzRFU2vLQvLwRFlmh { width:17.625rem;height:1.3994125rem;top:148.43359375rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECHgtzhwOBvltfTIOUeOL1OVTsNsQRZL { width:16.0625rem;height:5.09765625rem;top:179.56250524521rem;left:1.9687501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uo5a2SvGgWhTPhgiwz6ds8i3XH9gffxT { width:17.5625rem;height:3.3984375rem;top:253.9375rem;left:1.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEKwgeP70Qz9RzkMDR38WIVBVB8aC134 { width:17.5rem;height:5.09765625rem;top:206.875rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLSaDGffwhzw04HBgnHC9Gf7pVEfBbig { width:19.9980625rem;height:1.6rem;top:204.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPaZhQNhPpRgcVwGWpgkq6ccrIaTg6rs { width:18.125rem;height:6.9970625rem;top:153.1875rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #d5DnfOsi1haaLKbzvzBNEPuVchrRcsxu { width:16.375rem;height:2.798825rem;top:242.9375rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVE7bcCy0zwNtIEzJro1Ti3alhWryhxu { width:16.9375rem;height:5.09765625rem;top:236.375rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiGCqC5IynistcHqZzpBLkMWhTknHyvT { width:11.875rem;height:2.875rem;top:278.68751144409rem;left:4.0625001192093rem;font-size:1.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePMpWTkvMBb6bAhxoltSD2hlRThu2zfN { display:block; }
 }@media only screen and (max-width: 763px) { #fC4lg3OIMnr46V3oov2MVsAiu47ATtrd { display:flex;width:1.25rem;height:1.25rem;top:17.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7UIlDfQ9wcJgiO6PFRZbLHENE8f9Sp5 { width:7.5rem;height:0.0625rem;top:19.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #orQLOTe3ggRTcCcUuzXsmE8DiR7QhsAH { width:14.9375rem;height:1.6rem;top:24.875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhnUTw3eAo4sTDLPP5PpRmRGIseX0kqR { display:flex;width:1.25rem;height:1.25rem;top:24.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfN0JR0BUgBwyMeL3y3sT9u7dzizhVwQ { width:7.5rem;height:0.0625rem;top:26.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4ThbnGCOUQ7fUdbSqWIdnF4KWMlHL4g { width:15rem;height:1.6rem;top:41.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDO0ZFrTTv0RtZmvuUr9REmfEtK4JqoI { display:flex;width:1.25rem;height:1.25rem;top:32.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMav4QzAXBBbhqwA0WEg0Ump17m0wynK { width:7.5rem;height:0.0625rem;top:34.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ob555WIopvdg54gtb5158oeaUmti24kV { width:15rem;height:1.6rem;top:76.1875rem;left:2.5000001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bml62fioAGvq3y3RMSNKQzKTf1mKlF44 { display:flex;width:1.25rem;height:1.25rem;top:38.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxmJnHKCUft0HhUubmaMpIzk6108IXHv { width:7.5rem;height:0.0625rem;top:41.0625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyUkg0OtVgBZ8boF39h4i4tfRzgex30f { width:14.875rem;height:1.6rem;top:105.5rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAlHCEeHB1RwgiVTZHkCNCRvuT9bqtdK { display:flex;width:1.25rem;height:1.25rem;top:52.0625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdkIiUxN9fQUV04MvkBkXDCTL5AqRIMg { width:14.75rem;height:1.6rem;top:130.9375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDeNGsFEtMugZrCz7q0JvUP3II31EAiO { width:7.5rem;height:0.0625rem;top:54.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGRQHfGJVrqScnDEVFfX2cx7b5kW51zx { display:flex;width:1.25rem;height:1.25rem;top:57.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulEKSJzTBMgXw05CSrT7iwNVOzmm3GIh { width:14.9375rem;height:1.6rem;top:137.625rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDvqLHEwf0rL5glDGALD7buz8Kea27eh { width:7.5rem;height:0.0625rem;top:59.4375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP7GUleUZIHQn0iBaLOI3yWb65TCQiws { display:flex;width:1.25rem;height:1.25rem;top:64.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ihp5cGzuyyrRchKvf9oUVBOlgH8GG4c8 { width:15.0625rem;height:1.6rem;top:170.25455760956rem;left:2.4687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIVla0Rir2zunRtvgBqHbDgOxgsGzN7g { width:7.5rem;height:0.0625rem;top:67.1875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9TyNCKimOwHyDlQunSKFrsylr3BQzAx { display:flex;width:1.25rem;height:1.25rem;top:75.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrQI4Nyu0sSVRq6v0uBnldkr02zkObut { width:7.5rem;height:0.0625rem;top:78.1875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWxzxwC2huNloxN1F8psTe45DvUuB6yr { width:14.8125rem;height:1.6rem;top:177.00000524521rem;left:2.5937501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrsSMedNlsOb0ISWt8lmTA5gzHh9Xtqg { display:flex;width:1.25rem;height:1.25rem;top:81.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZNz9AqtWtg1ZJeHwxTI04y3yl9QR6s6 { width:7.5rem;height:0.0625rem;top:83.5625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1ngkZSsKxr1TWtDWI1UpeRKpKQzD4Gb { width:15.125rem;height:1.6rem;top:233.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEkDum9EBZCUGZCsQsdQgm2xUz7LANHP { display:flex;width:1.25rem;height:1.25rem;top:91.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hu1xswom3iF3oH5lvbKGXFWEAS10lNsd { width:7.5rem;height:0.0625rem;top:93.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxJ9yPZ6SLunnXsiHNRmSuI0IH6ZxiHc { width:15.0625rem;height:1.6rem;top:251.5rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1phtXFbf8RxiIe7972U3GCuhvgDNTCa { display:flex;width:1.25rem;height:1.25rem;top:97.8125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAzN5oofoCambiePFZio9fJfR7z3qqPq { width:7.3125rem;height:1.6rem;top:267.75rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6F0RnUZcJoDwSHfGqmWks8wyab8MdT4 { width:20rem;height:3.3984375rem;top:270.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXGzxIqqdtJk63TwSQZecsoPHJeanWZt { width:7.5rem;height:0.0625rem;top:99.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdRZaTkKisfJDNXLpLrpz9Zsw2T0fzr9 { width:20rem;height:2.798825rem;top:259.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csQ0I6ErJJKgrkeTNL7OcZR8piyl4KKA { width:20rem;height:1.3994125rem;top:185.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4qLbrEWGPrZzrC6yPsatuE0K6Ztfmwm { width:20rem;height:1.3994125rem;top:212.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJIeoVdOuAsFl7CcTqukOgRAxczmDqMH { width:1.25rem;height:1.25rem;top:275.1484375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHtlkNkuGOtfvMUZKWwG07V8n9xzyNO3 { width:1.25rem;height:1.25rem;top:281.6962875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0cgTh0FhmN3Fbve4MtzRM23fJykxyM { width:20rem;height:2.798825rem;top:277.6484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfLNDl72TQlC4wDXzv8NwvwEkg5Po5GW { width:1.25rem;height:1.25rem;top:284.1962875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COehSXnD7weEmQ3m7flnda57DJdGsrZV { width:1.25rem;height:1.25rem;top:286.6962875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3dkOTrUPF78hZpPkBDNHlP6okJ22G04 { display:flex;width:1.25rem;height:1.25rem;top:44.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIEQbQZWqeeIvsdKw3T15eM0ath5ZQkc { width:5.5625rem;height:1.5996125rem;top:65.875rem;left:7.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eltBThlahMrEhnSX0g47gcUVhWMJrCWv { width:7.5rem;height:0.0625rem;top:47.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbq1FscwkXapxTOCtVznIwIkQz7UT7vO { width:1.25rem;height:1.25rem;top:289.1962875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Haiv9G3L5R1yVGdw74D8cwEJHCUEIU { width:20rem;height:1.3994125rem;top:296.344725rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUH6gvzWWdO1FhcZ51yEqUBt2wCQTTFg { width:20rem;height:3.3984375rem;top:291.6962875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsT980X1qu8nUCbf764P4vn3TaKx7H1Z { width:1.25rem;height:1.25rem;top:298.9931625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUmeTAoNPzCMLn7sFzTF8npqeQn00oLs { width:1.25rem;height:1.25rem;top:301.4931625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7V2GQQhaum7y3MSgLTkBiSeUeBI9cWI { display:flex;width:1.25rem;height:1.25rem;top:71.0625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfsPqUnQnPnCuCHdRTQUknVkh3ZrXJJl { width:1.25rem;height:1.25rem;top:306.4931625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOqTv03Zo2TW6FKFEn2f4bMz3SRu5xz { width:15.0625rem;height:1.79980625rem;top:308.9931625rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqFbLoxi1kyns0gcmZ6AMvhIGGv0h4kT { width:7.5rem;height:0.0625rem;top:73.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck9FaF5stM7OmTCOPF1o841QiOw6mnqv { width:1.25rem;height:1.25rem;top:303.9931625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEic46r4yam4eCBBUQDXMvctAbzLA9ih { width:1.25rem;height:1.25rem;top:312.04296875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKIQMTiOIwu4TlTKZTU8CkJwsLPMB7lL { width:1.25rem;height:1.25rem;top:314.54296875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi60RC12sOnKOg1H5vwnDzhXfu5Gp9li { width:1.25rem;height:1.25rem;top:317.04296875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8B91rFHWK3nsQTw5uXo69h2syWdV99 { width:1.25rem;height:1.25rem;top:319.54296875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM768Oa3q1UBbiELqa9wq86nNttxgLM0 { width:19rem;height:3.4375rem;top:322.04296875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fehovauDDyInG2fDJhaP8LmbSJpgF6op { display:block; }
 }@media only screen and (max-width: 763px) { #a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS { display:none; }#a3aIvsNPbe9OBD25t8wpuGpLI31uLuWS > .row .container { width:20rem;height:366.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TORTwWM9fcrNozdXPznVMKhQk7UItSmf { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkTmAEfqid8qDCcsFBEDT2iHAfXEJunm { width:16.4355625rem;height:3.19921875rem;top:60.76953125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSaNdMaRTnEGHRwrFcEFXho2ef5Oy2b8 { width:16.4375rem;height:2rem;top:57.51953125rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyv3ZRO2MOPgPvKV8SiUKe0ddZ6mFTPc { width:17.5rem;height:0.0625rem;top:63.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3f871lL3I0e1BMIslP6qPVqyPVgTugp { width:1.25rem;height:1.25rem;top:72.75rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwD9ot4EQBwc08CgXHJXXSnPXv8PSRmL { width:12.5rem;height:12.625rem;top:26.34765625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #baXwwi4bvTFNQEF5nE8wQDh9Cz0WPUu0 { width:1.25rem;height:1.25rem;top:28.72265625rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhygH1CKIilIPIupMm3V5ASdFLtTF0oF { width:17.3125rem;height:12.796875rem;top:43.47265625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRFaRp31bLBUkOM83zxnMXyE3evGssVP { width:17.5625rem;height:2rem;top:40.22265625rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPdp27c8mgJLUzKwfoHVcCAleoSwgEeB { width:17.5rem;height:0;top:38.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSS8omOeFbLH8Fp7BuJMcagV5nb1iLEh { width:1.25rem;height:1.25rem;top:162.09180625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHrRS8CJoDQy31zp3IqNHXqRiy8tTKLl { width:17.4375rem;height:3.19921875rem;top:135.8925875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQxuChHaWCA1qxkg4libpL68ZKMbfP9f { width:17.375rem;height:2rem;top:99.5rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTTboLxzai4oJIsDKPv33dVv7n6Glv3u { width:17.5rem;height:0;top:115rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2TvEXJ9p2Bg4rTUw4ysAeFTSCBMLrpL { width:1.25rem;height:1.25rem;top:109.74479375rem;left:-0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAdcc0ARsh7sPcR0Pl67B4hTlnvR8ocO { width:17.5rem;height:0;top:23.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcxI2NOrMwB65JKB51etz8wzn48PvRp0 { width:20rem;height:3.19921875rem;top:4.8984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsECoSkr0t2ApHPUe5emc7gDaVvCAw0G { width:20rem;height:2rem;top:9.34765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJsrGyX2pAeyI4ILGmnAqVdDpqL4PCZq { width:20rem;height:1.5996125rem;top:209.2656375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPCHp5FegpfTfEBpCM3VMaUJF6XpwQCK { width:17.5625rem;height:2rem;top:212.11525rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4lbMfq8RCrOExIm1dtiKCpldRMR9o7y { width:17.5rem;height:0;top:153.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rh4s0MsfuTFCEAZSOibrmEADxqikxZx6 { width:1.25rem;height:1.25rem;top:198.6406375rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6GUUqveF8wIH1xkebEkifeN8fE0euVM { width:12.5rem;height:12.5rem;top:195.5156375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX11SECk3fsxniTcpLTiMmIQ9pK2ZTKz { width:12.5rem;height:12.5rem;top:154.21680625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD6Zxxv5m965nAWBlPQe88MnvoITgV5h { width:20rem;height:1.5996125rem;top:93.34375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9CFJD7gs1eNIZuWNTs132N7bZmWZFQp { width:17.5rem;height:2rem;top:96.1933625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pANMTXyG6m5Xw0dNdTcDVOcQKerzTDe4 { width:17.5rem;height:0;top:69.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFTDdsaTSyzqUCzSNp2pqMS8lMJCRKZf { width:1.25rem;height:1.25rem;top:87.21875rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rL8Ow9TiTURcSpG6PGFVh1JI0CwNlykB { width:12.5rem;height:12.5rem;top:116.042975rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpnRhaqkXKhDtyJZNHQUTgQw0tkrIguX { width:1.25rem;height:1.25rem;top:125.167975rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAnCzbgCOAHeEOmrHsJ8pDFUJezITOlw { width:17.5rem;height:0;top:86.0625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckS2De3Me6dFfTVyWH6XRmEkCllTp3ok { width:20rem;height:1.5996125rem;top:99.4433625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6Dh6t6dOJ3ObSrGoeCr92GLt4STZ9wq { width:17.3115rem;height:2rem;top:156.4375rem;left:1.3427734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ly0vkJ8IfHWg2oarTGkob4ygDbRT37l9 { width:20rem;height:1.5996125rem;top:167.96680625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8H8rSIlJZGcZHwV8q7b4UxOglNRT603 { width:17.5rem;height:2rem;top:170.81641875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKwiZid1OIdqTglLdClccPi1fpFASBcI { width:17.5rem;height:0;top:125.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZokUAS9heBmzKaROSdW2hoJmFcLZl0l { width:1.25rem;height:1.25rem;top:145.02930625rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec7usU3LUHm9rb4LyUuPKVpxB6v72n6R { width:12.625rem;height:12.625rem;top:140.34180625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGvZKEZr3n76imgPsVvuvTG8nasiItTm { width:20rem;height:3.19921875rem;top:174.06641875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPZyA3NDUfTWzTGdLca1Cx15in8WXSHh { width:1.25rem;height:1.25rem;top:217.65919814453rem;left:-0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdZn1g2Te2CrB0LseVI2qfquItWTMM0s { width:17.3105625rem;height:2rem;top:178.5156375rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOT1gxcMwHNHvnuFCIcZvLL45PPUa2TT { width:12.5rem;height:12.5rem;top:223.06446875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8HDnNhRiy4xBP2824PlbvAgFSpmTVo { width:17.5rem;height:0;top:140.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i77LC3EVONTxHmUFFTiKNQ8tGSnkTddq { width:20rem;height:3.19921875rem;top:215.36525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxleaeGh9pA6EetzfTF5Qh1E5oAFvnyS { width:17.5rem;height:2rem;top:219.81446875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QM2mzetZtUuT2RsoTeXFVrhO4SuK2Lu1 { width:17.5rem;height:0;top:169.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeinAwHwzFpzhE8ANKZ9P09V8Hb1uExQ { width:1.25rem;height:1.25rem;top:167.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzSNTZ7MTq6vRse8xo3dPG23OKAwc7NO { width:12.5rem;height:12.5rem;top:181.7656375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbccc7THLrt3TrD5AMFIBD80Jx1qdlAI { width:20rem;height:1.5996125rem;top:129.792975rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCyTbluMVGi0BwkiyqtwWKuGgS1TX1aN { width:17.5rem;height:2rem;top:132.6425875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLiKfGWRGsaDVeEXMqs551zth0LHqkAq { width:17.5rem;height:0;top:102.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykbFOpCREqdkGbwFxRZH3NLoAeGGD8zD { width:1.25rem;height:1.25rem;top:113.292975rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rG3zvbrG3FSQiS3yEpPT7MAwD8xB9MMf { width:12.5rem;height:12.5rem;top:102.292975rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLPkLP0X9xb8xLpTfL3xUXv3XCGJ6uSd { width:12.5rem;height:12.5rem;top:12.59765625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJBWl0nyQmN1fPephtqHLKkabsySqy6P { width:12.5rem;height:12.5rem;top:65.21875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5KRp0152pzByQ7FTy3GKUSvuxpHCDC { width:16.0625rem;height:16.0625rem;top:236.81446875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5T2TiTb04CykgNMiVlSwd91iPmTUB0l { width:1.25rem;height:1.25rem;top:239.93946875rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTAooUUwvBMQeuuPeBH7eIBeh3CnIxi8 { width:20rem;height:1.5996125rem;top:254.12696875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdcrz6psT6XrZgZN2gNVL5xzrluWCruV { width:17.5625rem;height:2rem;top:256.97658125rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGXWCmuZOV15MFuTLScNiO2NvrpCRpKs { width:17.5rem;height:0.0625rem;top:185.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxF7u8vIeaCSi5nTXaH5db0dume090FM { width:20rem;height:1.5996125rem;top:260.22658125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNl3pwpykLUVOZ0XGNabCFNL4RaDV3mg { width:17.5rem;height:2rem;top:263.07619375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCxhGNn4fceiSghgWZvPsxVFforka0bv { width:1.25rem;height:1.25rem;top:203.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsZ7TOPqOZ1dwlTBsHyf9QFgcboHIBlD { width:16rem;height:16rem;top:266.32619375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ5XzU51yRAec5Wfir7EciLErhf07aWh { width:17.5rem;height:0;top:205.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHzrJp0UnBRiotDcPiUV7BmvJpfb5UH9 { width:17.5rem;height:0.0625rem;top:222.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGXl0VBsg1gbtO7n3b3OurhBsQZGAvhp { width:20rem;height:2rem;top:306.93654375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icyHrPx4uQ1HT4leuzHR2nLP9XftNLta { width:1.25rem;height:1.25rem;top:287.613303125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3Wy4avC9mAfXz3HV73iybFcvTIi55gh { width:16.0625rem;height:16.0625rem;top:283.57619375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu87sgr6c3l1XvD3RK76XuhoZyuyTTqv { width:19.3125rem;height:4.798825rem;top:300.88869375rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC8P0RHDzoun2sMNhSdTXZXD3R7UNeST { width:20rem;height:1.5996125rem;top:310.18654375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6xauoTqPQhHWMVpI54y0IP6SElGdf55 { width:20rem;height:4rem;top:313.03615625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXsnNwihNob0hGzZQ32nqWW65bVG0ew4 { width:1.25rem;height:1.25rem;top:241.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROT8CWkcUa8C1UC2ETXx9V9PcUv6upnn { width:16.0625rem;height:16.0625rem;top:318.28615625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRHwV484A2OswT5DRBzfHVLAZqH217hZ { width:17.5rem;height:0;top:243.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV6xxzROePRHpJPPTkMCawz3BuxsyNUq { width:17.5rem;height:0.0625rem;top:265.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQhW98mJAJN4crfAdiFTSLiJKkpxHa9K { width:20rem;height:2rem;top:335.59865625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTRAZemoGaKJvSUIlUAzaXEHP81Anuv { width:1.25rem;height:1.25rem;top:262.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuqliDtxatdSV84NN23WCdeg1klmVoKf { width:20rem;height:1.5996125rem;top:338.84865625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMvlOVwfEbxedROEmvVockzRHM7DpZQT { width:16.0625rem;height:16.0625rem;top:349.3974875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCKrmHgKCisqzXqLZXzI6AhCPkr7067v { width:20rem;height:3.19921875rem;top:341.69826875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pzm0p81B14SV2idfuqQlvg7ZldfxavPS { width:20rem;height:2rem;top:346.1474875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arlpzq8NP7nDZaefyb8VNkZEEcTcNxBH { width:1.25rem;height:1.25rem;top:358.97170625rem;left:-0.001953125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAkDs5AAg5En2KiXL4pQnGD8oP7pCEGr { width:17.5rem;height:0.0625rem;top:278.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtEbK5BuUXW4WF3MiCS1QtxBpm5xXeJq { width:13.125rem;height:13.125rem;top:78.96875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK { display:block; }#kKSvPWxMyXUlBfygGHUcZaZWT1UMrlGK > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6xCTfO1lRGQzvtnwud013ws3x6kCFsd { width:20rem;height:11.9970625rem;top:3.1625127792358rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z48klz5pEy3OnnDBTELw70fqIiZkUFhi { height:11.184631803629rem;width:20rem;top:14.008796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B { display:none; }#THovCGV8mJbov7iovNlWZ4iGPlK5Fl2B > .row .container { width:20rem;height:26rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NVTnI4GW8PTWbSk4TUeT0DxyIJGypuU1 { width:19.18725rem;height:7.2rem;top:1.323486328125rem;left:0.404296875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJk0WweTVPo5WkNBJofri9k511dpab4 { width:19.6875rem;height:4.8rem;top:11.744140625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPH2ZOysUT7MuFXyI04JQq9Wn14uotBM { width:17.87475rem;height:3.43725625rem;top:19.311767578125rem;left:1.060546875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgCv0ZMfPzsgDABCGi0P6b7QAHVQI7FO { display:block; }
 }@media only screen and (max-width: 763px) { #sFd41MTR4r8dsbzgFiT6HaLduEczVAyf { width:10.75rem;height:14.375rem;top:10.1484375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umpteTF1QazOANyXnttg1qWXTyxpFxAU { width:1rem;height:1rem;top:10.148956298828rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gryvkNlGkUFliFeb0KCP6gphPV22Dpu8 { width:12.5rem;height:3.625rem;top:18.6484375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou5Rsl6gNy82xeiDzIK9uiu0Kto8WVqN { display:block; }
 }@media only screen and (max-width: 763px) { #dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp { display:none; }#dIXOwxD4e9kQ8Ux0yXRaEyXeludleNZp > .row .container { width:20rem;height:41.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I63vQyy4X2NNsKmSo41ID6UZMi23WIRl { width:20rem;height:4.798825rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOr8ylfSRb6V31gW88brc9uEDc1BcdMb { width:15.75rem;height:4.6875rem;top:10.546875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDVSlFoTm3T7iMZrNbxih0tvzJnvgqwJ { width:20rem;height:20rem;top:12.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1DPrarzvlV9XbIPFwd65dmDFKNJVvzb { width:16.8125rem;height:6.6875rem;top:30.546875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv { display:block; }#TqQ2etFd5KfWdLdnhHegL1gxf9t1W9Xv > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnW8mOqy1iMy7A6KmfvrZ7N8dLzd4S5m { width:8.75rem;height:8.75rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqL36wF4HF4f3MhCU1TQeooFCX8sGO4 { width:8.75rem;height:8.75rem;top:32.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamX7vqIFxR3zBTaSqOfp6XxFZq2A7ny { width:8.75rem;height:8.75rem;top:12.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTClQXUEvVk0eKMNO4lFGtwQTBZsEIzP { width:8.75rem;height:8.75rem;top:2.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onT37zbSlmMWwf7UtTKdmcuv77MW4rZl { width:8.75rem;height:8.75rem;top:32.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqD4TqWtQFmVuP9s7QZ1rdIsTuZ7BBMd { width:8.75rem;height:8.75rem;top:22.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkST3I0RzHuhbHchfPJDMlrBQccBcwCG { width:8.75rem;height:8.75rem;top:22.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtG882JKdQazoQ6hzgOeoJ1Lk7XqiRtc { width:8.75rem;height:8.75rem;top:12.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBmZOnf2aFTUE96Qv2rUBq0B1amrsHx { width:17.5rem;height:17.5rem;top:42.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxSzFhHP6ZDSX1voJSSaq1Mmf7hACbme { width:17.5rem;height:17.5rem;top:61.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HBDk6DsnIgabO2xIQBhUQJleeiFgUN { width:17.5rem;height:17.5rem;top:79.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeREfWl72i9mgpTgM6HwTk2DWXgAt8C0 { width:17.5rem;height:17.5rem;top:98.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc { display:block; }#cwFbzUCpHe3ov31g4oNH5eeDRPMt9SUc > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPpe4loQIp6TyoJq0S8LEZDyKaCJRr1C { width:20rem;height:4.798825rem;top:0.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpJvRPtldCv1ihQ58AIbdzIQyqdceSmm { width:16.4375rem;height:4.79883125rem;top:30.875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v84y7iRysUEtl5FMBtrH1SQmxPAhSlxb { width:19.625rem;height:10.75rem;top:40.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4XTXLbDt4wJHtLSAV5iZTmiLK4LrH5e { width:19.3125rem;height:0;top:42.0996125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUhUPKIK9EtfT2DfUP1Vef9Qu0dniDt4 { width:20rem;height:0;top:36.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1kcP8FFVHeAscaLJIRxn0WU9OGiTmm { width:19.625rem;height:10.75rem;top:59.4238375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJcML9Ltry5ludATLqtnuLlpiGXDQQm0 { width:19.3125rem;height:0;top:60.925790625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baqiXAV7EwSE8tgHTkkPnprPVNfHdrGq { width:20rem;height:0;top:55.574225rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDLpdVL83SLl1V8RHqKPIkOcAdCSWcOg { width:20rem;height:0;top:52.7246125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h { display:block; }#yTeIlFLa79OF23dzgJhwvhzu1Tag9s3h > .row .container { width:20rem;height:65.3876953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPZoTCccfl6a1BouUInh2JgdouxzMx63 { width:18.99975rem;height:3.375rem;top:39.535400390625rem;left:0.498046875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUAXKoV26N205Xhk3Nk7slVIFh1HLUg9 { display:block; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH  { width:17.5rem;height:auto;top:21.114844799042rem;left:0rem; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FihklgakHo1Tiv56mztTC75NVcntTcDH {display:block;}#FihklgakHo1Tiv56mztTC75NVcntTcDH { width:17.5rem;height:auto;top:21.114844799042rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #r48o4XzzpSqBG6da8ZDx9m2VhQTUXAu8 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #J59oHKf55xTBZNN0dFMr9M3cKPfiSD3x { display:none; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #Tv7lOQTyxRnQUGsqkRM1qyVBo1B1tHeT {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #M3DICBxNU91XGhpr6zplQrzmK8UJn3cF {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #aTTtb1fTTSbmDunApuSnc8oTA0urzFPu { display:none; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #eJxkDs3BmGoDNKP9bBzF4Tq5DRPdffgC {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #dRtwP2fqnZL0KtG2TMvJAdESMQm679DB {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #m4LWnB5w9wQcOF3HTL11MiNHtVHdadlk {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #DlxVc1xDdPPbioKoyHgZV0fzDX57bbhl {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #fLwAnohR0uBZRmpRtV094Ms43mkmsF70 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #XAhn7eSy22GC5EgB6IPKfDu5bbrMKD8b { display:none; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #XkgIWNLK1hxALt49P6XnMpw2nTJLFhq8 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #q9kJfQK0xlLVm8iRn3fm7dDx6ffdGXsv {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #rNbd4FvI1fzBAa59dfWm8FaBr1RCBILm {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #GFiVFTbzRdq3LlwNMv37df5hZmK5uSDo {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #Qt63f4L6XW6V4lE6b1nFIrQblW0OTDP1 {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #Ok8DoaqXcbq8lNlPVbuN0DPIKh4zi9BS {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #C7MwPi4f3XmEttiBG12vSWxqICtALGoH {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #XbmfXksqhBZbF9iHxDe3kUV9tFpTnQHJ {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #qGqRPsRpOf5c9Od8GpaZfoGetorDsyhl { z-index:2; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #TZ9icdi9QEl9aJKz5M2GP4FSM2kQPKkO {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #CF3HTxgnzT9TOp8Zn02ABWT2Hi8GRSTa {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #fZ9XN8phXsLPi9Ts8AexaQ3yWtdmXwq3 { z-index:2; }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #rTyLyiTp6TMhBplJ4Zr2yNVAqTr8GPZE {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #WiyKTiKBGFo0SBMkkBdZl5EkoavhoGcD {  }
 }@media only screen and (max-width: 763px) { #FihklgakHo1Tiv56mztTC75NVcntTcDH #KVi5K4PBiTzydUAq8pSl3OQbBxILJvnP {  }
 }@media only screen and (max-width: 763px) { #eI3farIM9DexEmGlII4PhwmkgD5yQm14 { width:20rem;height:0;top:61.7392578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRpazKpe02mxVa5d3UdkevrSMQDqqZui { display:block; }#kRpazKpe02mxVa5d3UdkevrSMQDqqZui > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bI2lJNIe9LAXocnDAxDfRxGMm9Fqo81q { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udolCharW05icslXWO5UISBGcJNEqK6V { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRVu5tquT2BNMKN3mgWvtpTP10pMv1r { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xebt9oArBffgGC67SHlXEdKStC365GNo { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt .accordion-desc-text { font-size:0.875rem;height:auto; }
#LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #uI1bPTiexMSw9o9Z532oceeh9eHBPoMC {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xOgi02XDo3RBGbW1emzDmccBpHTMcXif {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #gySo1r3mRpzydTBS2RNgCKZBmyDbcC1x {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #lsGy2oxQi8QQZQLJyT3uNMpWwGDnlHhO {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #cdqVkQEHBsuQbiK49p1pOTZTKAib8Q1O {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #VtL9LE8LV3nzcIk4TBccIS5sxgRAWQ5I {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #olf1LfVZsXSo8UoaJN18GOETUis49NEB {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xtuzTBVTH9bFbJwPZncNT3nl9cRkztpl {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #x3U197EbvGrWPXVTZUxFve0L38HM9EdW {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #UZWWWIFu3S7MXJCuf4E8fLm79zlv7V55 {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #xLdCBdCX7f0QVJwhtkK8dA1s7JBOHk6y {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #zkdBviGKME3M772oGG9uU1eIny4vG3Ip {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #gywBzhc6n1okvdcN3TeoO6egsxy58tpL {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #Xlx0x1xMrWinIKT88obGlRcT6wnPfSa9 {  }
 }@media only screen and (max-width: 763px) { #LbbUoyzDLnaOcPF9WaMhO0ucX5C20UTt #wWTelczxy5o64vlbl5AkRydITlOyA9To {  }
 }@media only screen and (max-width: 763px) { #dT4N6TcIAFyS8ZLmpl5mRqDqraqIfy31 { width:20rem;height:7.19825rem;top:45.4619375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ { display:block; }#hyVru4Pf7SqxdNVWGO5oTe0soFi2UPvQ > .row .container { width:20rem;height:57.5722640625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VykMGeNemWF7yH6NzLFTJBJT9f4MzqF4 { width:20rem;height:2.4rem;top:4.1748046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWzrvbXrHEVxmhqJZqxihghFWzIZZieg { width:19.8125rem;height:6rem;top:8.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGgreuXnGD8CX0DLxydlyZrSNeqQ3TSf { width:19.1875rem;height:1.6rem;top:15.19921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkFchyGAfGrqTwtkc1CDVrMC5wZdfTo4 { width:9.4rem;height:1.5875rem;top:16.798438310623rem;left:5.3000002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DFnQikNwsh6b2tB0UqTlUDN6aAXUTa { display:block; }
 }@media only screen and (max-width: 763px) { #DCuoNdhWIWRVlRScJIHVpsTyv5pBFagJ { width:20rem;height:10rem;top:19.6347640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSy8dZTzrteCb97tVb0siiBZRuwa0yAg { width:20rem;height:25.4375rem;top:30.8847640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 { display:block; }#JHCPgesUU96BFwD0e1cqq9fRSHRRJtN3 > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNyL3MGWRiOiBVspGx5mDBqHXApEnXSM { width:20rem;height:15rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aALfDEsMKNXuEuDzB1qRcEqkoemywcSz { width:20rem;height:8rem;top:17.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2IXGRf4Bum2mZJO74CZUTcfabqhplZi { width:19rem;height:3.4375rem;top:26.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psHOuSt5ZRPRr9bHlu7FhBm9QZpKSg66 { display:block; }
 }@media only screen and (max-width: 763px) { #WINcGM5EFDiQyMeK1whzrAuGITpZtf4O { display:block; }#WINcGM5EFDiQyMeK1whzrAuGITpZtf4O > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQJmwf6TxnT2mvKC71bx6Np5NyVP04J7 { width:18.875rem;height:2.2rem;top:1.9375rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2Naf7fFLOtWmuR8ntDylHgznhv4KWuo { width:8.3125rem;height:2.1875rem;top:4.749755859375rem;left:11.124755859375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CvQbo9iwu1yecAIwMoDL4B3IsfcNB4ES { display:block; }
 }@media only screen and (max-width: 763px) { #uKm9K1xS06M41SKZArTvK8913hdkt8C0 { display:flex;width:1.625rem;height:1.625rem;top:5.0625rem;left:2.5rem; }
#uKm9K1xS06M41SKZArTvK8913hdkt8C0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 { display:flex;width:1.625rem;height:1.625rem;top:5.0625rem;left:4.8125rem; }
#yShXwlMxWQKKW5kxHMxVeSaCqLmCllE0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Gl6M327G0BhPilLDeh1mMynU4Kw7nlQM { display:flex;width:1.625rem;height:1.625rem;top:5.0625rem;left:7.125rem; }
#Gl6M327G0BhPilLDeh1mMynU4Kw7nlQM > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #t98T3obK29kHnA6U9Jp4ZLu5T540rDuw { width:0.0625rem;height:4.375rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koSyrJrhhad7TPwKtwHbPpzyGDpbGpEf { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }