.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:90,63,127;--color-primary-1:77,60,98;--color-primary-2:68,40,111;--color-primary-3:64,21,91;--color-primary-4:52,29,67;--color-secondary-0:255,204,219;--color-secondary-1:239,201,204;--color-secondary-2:255,0,76;--color-secondary-3:153,0,46;--color-secondary-4:100,0,5;--color-tertiary-0:255,255,255;--color-tertiary-1:118,82,164;--color-tertiary-2:97,75,132;--color-tertiary-3:83,59,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@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:#3b0f4f;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-tertiary-0),0.99);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14983;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:52.625rem;width:19.3125rem;top:0rem;left:47.225002288818rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14982;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae71ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae71ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29.75rem;border-top-right-radius:29.75rem;border-bottom-left-radius:29.75rem;border-bottom-right-radius:29.75rem;box-shadow: none;height:27.5rem;width:27.5rem;top:9.41250038147rem;left:43.131252288818rem;display:block; }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:#a063e6;display:block;width:11.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:48.625rem;left:41.5rem;height:2.23125rem;text-align:left;text-align-last:left;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#2c1f3b;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:38rem;left:9.5rem;height:10.40625rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:0.1875rem;top:39.5625rem;left:7.0625rem;display:block; }
#sEmPrKZODVlzLC4hSzNgNLo1DwsJmhN4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#pOpyMid9Lnye4BpIKPrh6opdMwithETX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:11.25rem;top:1.0083334445953rem;left:63.553691020762rem;overflow:hidden;display:block; }
#M0vWIELEyTBag3NqleTenFrX6DBpbDBs { color:#2c1f3b;display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.5625rem;height:5.3625rem;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; }
#uVL0cyKUq7mNeMSEWnwx9xmXxrZbfeCy { color:#1f333b;display:block;width:43.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:7.0625rem;height:;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; }
#GePqBumPqDFuWcZGFVO2BvdydT8PXOJ5 { color:rgba(51,8,109,0.87);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(216,210,225,0.52);top:23.125rem;left:7.0625rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AGFbfSpUBawSU0Oqy9CL6UPStPJLdTp9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,235,149,0.47), #6d20f7);background-image: -moz-linear-gradient(180deg, rgba(248,235,149,0.47), #6d20f7);background-image: -ms-linear-gradient(180deg, rgba(248,235,149,0.47), #6d20f7);background-image: -o-linear-gradient(180deg, rgba(248,235,149,0.47), #6d20f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb9577', endColorstr='#6d20f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb9577', endColorstr='#6d20f7' );";background-image: linear-gradient(180deg, rgba(248,235,149,0.47), #6d20f7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:10.6875rem;width:27.999625rem;top:50.75rem;left:40.5rem;display:block; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ebebeb;padding-top:0.590625rem;padding-right:0.576875rem;padding-bottom:0.590625rem;padding-left:0.576875rem;display:block;align-items:center;width:3.455rem;min-width:3.455rem;height:3.17125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.363125rem;font-weight:700;line-height:50.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-text.counter-label { background-color:;background-image:none;color:#bcbcbc;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.36875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.604375rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.885625rem;font-weight:400;line-height:20.03px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.4375rem;height:5.78375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:53.75rem;left:42.5rem;z-index:15006; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #at8mRcL2swSZ5PXAmXUAZXRTDRsM3Rgr { display:flex;position:relative;top:0rem;left:0rem; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #N6RoyDsSWw3ywJNGQ8Uo8l1LyH7W9reS { width:auto; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #zBCPaZZNPRuZycP8ThTA0pACyksdXsgE {  }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #GKTa1wFthXwsTtNVum8PyvV8DV88ThiX { display:flex;position:relative;top:0rem;left:0rem; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #GVTKNeWIJTaycNNT4TsMps5ecmhW2RDa {  }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #XmynSOsnqwvr1rxMXNP786LAnnDkfBTQ {  }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #R9MJvEpZdtJTyqhQ3IuCQmoTKcy7RwP9 { display:flex;position:relative;top:0rem;left:0rem; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #De5TxNK63VebNvbTTfpKWENfmgC3dZmy {  }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #BuIO8Up9gHd4Usf97pB51XvlB1i99q8X {  }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #A7Fxp0LJKCdQyQT98sDpIMEGFee12TLo { display:flex;position:relative;top:0rem;left:0rem; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #EwXiugsWCG99alrB5AtGceE70XXM2lSO {  }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB #wKpubkGmaZD5euxe0HAXlnVFWHBnRloG {  }
#IshEgLAwRLPWbxAbO6pDKbQysnLBImEb { box-sizing:content-box;height:5.3125rem;width:23.9375rem;position:absolute;display:block;z-index:14984;background-color:#4d4cc1;background-image:none;top:14.0498046875rem;left:22.3125rem;display:block; }
#RgwCqUl2SNFRMTBa080UFkqZuZ6UG3lT { box-sizing:content-box;height:0.75rem;width:23.875rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:18.9375rem;left:22.350002288818rem;display:block; }
#zwtgnbIJ0102Ng6La4OGgmg4x4eBu1tX { color:rgba(51,8,109,0.87);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(216,210,225,0.52);top:30.3125rem;left:7.0625rem;height:5.07421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZHD6oJ7P3JMN55JX46nrdRBTHm7Exve { color:#8d7aa4;display:block;width:19.6241875rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:39.0625rem;left:9.625rem;height:2.53125rem;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; }
#N3epsKZBTgqw4Cv660tOmakW822u9UBb { color:#2c1f3b;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:48.375rem;left:9.5rem;height:1.5rem;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; }
#GQ4fg6FwoTqU4waT7UCaditA57CVDXxq { z-index:15004;top:53.875rem;left:8.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZWwAmW79QPeTXXDhbumNIMuIBBIAqdyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row .container { background-color: transparent; background-image: none; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row .container > .video-iframe-container { display: none; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row > .video-iframe-container { display: none; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .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); }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row .container { border-width: 0; border-radius: 0; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row .container { font-size:0.875rem;font-family:arial;height:72rem;width:75rem;position:relative;display:block; }#L7ZRI61A5Dz7knr4R8SIiQQrL9pnekgb { color:#4c4c4c;display:block;width:19.937125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.5625rem;left:7.4375rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWAOW0rTa2IBN43QCMLIZXDMn0gdMTRM { color:rgba(var(--color-tertiary-2),1);display:block;width:18.249625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15005;line-height:2.8;letter-spacing:0;top:36rem;left:8.25rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n276FqV8gSnPtXftUArxzup8tbXh2sQW { 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:13.5rem;width:11.625rem;top:20.875rem;left:11.592189788818rem;overflow:hidden;display:block; }
#eW1OxpJCbhMdRzPIkOSPZpIP8JI0MR64 { color:#4c4c4c;display:block;width:19.937125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5625rem;left:27.5rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQko9vZB09tbofmXkxHaCLZ5DBogfvQv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:13.875rem;top:20.125rem;left:30.562503814698rem;overflow:hidden;display:block; }
#lFdN51p0GDoz1L322y73JDG7VFdpbifP { color:#4c4c4c;display:block;width:19.937125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33.5625rem;left:47.875rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfxEqOlrKKTa2PlQIvTUQ1S0kSQXQVIv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:15.1875rem;top:18.456249237061rem;left:50.248439788818rem;overflow:hidden;display:block; }
#vkspq62dMZrIw9s8TZLBT8rzrOpSMLt9 { color:#5d2297;display:block;width:22.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(252,176,60,0.42);top:6.9363275170325rem;left:26.218357086182rem;height:4.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CaTZTePMw9WdrodQ0fuMxTakILNaxhne { color:#541a9e;display:block;width:55.0616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:14980;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(239,211,78,0.5);top:15rem;left:10.625rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fn8TfTT9DVzVVJ5DoeXulyKhVKne9WEL { position:absolute;display:block;z-index:14981;background-color:rgba(184,184,241,0.11);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:35.5625rem;width:64rem;top:14.0625rem;left:5.5rem;display:block; }
#pTrrtZIvMEswJct2eRH7CzhkaL9Wp0Zr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18710625rem;width:1.18710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:39.5625rem;left:16.8125rem; }
#uP0zxO0DyxUEwdDzvlyTKeCHb1bu7Iv9 { box-sizing:content-box;height:0.249609375rem;width:6.812125rem;position:absolute;display:block;z-index:15015;background-color:rgba(124,79,197,0.37);background-image:none;top:46.125rem;left:14rem;display:block; }
#IQ03rcTXffT39EnuSDy7BFm8rQR674aq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.249625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15006;line-height:2.8;letter-spacing:0;top:36.5625rem;left:28.3125rem;height:8.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzrsBhds4bAJWOgAyqgnJ4OQkETngTFT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:2.8;letter-spacing:0;top:38.8125rem;left:30rem;height:5.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1SDvoqZvpsoiapSFeNeg7oVyftwAg2a { color:rgba(var(--color-tertiary-2),1);display:block;width:6.812125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:2.8;letter-spacing:0;top:38.8125rem;left:36.125rem;height:5.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVxmREBXfG5xUfzyupyMkguBBs5qCNR4 { box-sizing:content-box;height:0.249609375rem;width:6.812125rem;position:absolute;display:block;z-index:15016;background-color:rgba(124,79,197,0.37);background-image:none;top:46.0625rem;left:34.0625rem;display:block; }
#P1BFy2akIiVtPJX51mgGCoKl2xf9pf4Q { color:rgba(var(--color-tertiary-2),1);display:block;width:18.249625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15004;line-height:2.8;letter-spacing:0;top:36rem;left:48.6875rem;height:8.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwCfTwr3t14AwAtPB0iF5iiHyl2SZGcp { color:#7c7afd;display:block;width:1.37460625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:400;z-index:15007;line-height:.8;letter-spacing:0;top:39.5625rem;left:57.1875rem;height:1.35rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XMtnh4KkpXGZIAOqnDHfkub5BTUdVnDI { box-sizing:content-box;height:0.249609375rem;width:6.812125rem;position:absolute;display:block;z-index:15016;background-color:rgba(124,79,197,0.37);background-image:none;top:46.0625rem;left:54.5rem;display:block; }
#OhW24X6UopqFXdOXJ40hkCh7PtvFrvQh { color:rgba(var(--color-tertiary-1),1);display:block;width:62.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(222,205,171,0.83);top:52.3125rem;left:6.375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTniPgiRFZ0llXwzVTJZtTXTMnPr0A0T { box-sizing:content-box;height:1.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15017;background-color:#7c4fc5;background-image:none;top:1.685546875rem;left:20.34375rem;display:block; }
#JJtazHx0ByBE2BNcm5Xo8XvMDghQDWZn { box-sizing:content-box;height:1.3734375rem;width:34.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(124,79,197,0.37);background-image:none;top:65.112879753112rem;left:21.154685974121rem;display:block; }
#mCQwX6wvcArzxNsAg29owqSBcoW4xhHt { z-index:15005;top:57.5625rem;left:27.373046875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u0TVyTCmXUD0buy2M9CFa8nn2Hg0xin2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row .container { background-color: transparent; background-image: none; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row .container > .video-iframe-container { display: none; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row > .video-iframe-container { display: none; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .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); }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row .container { border-width: 0; border-radius: 0; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:block; }#tLbR4ArPnCAQBMpWEAfhPZLGNao9VSak { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(244,232,214,0.42);top:5.625rem;left:7.3812522888181rem;height:4.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OwgNWCH3XnfhdQ3N9ThX85QZ0CNvgsee { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:13.971093177796rem;left:26.253513336182rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#imMAX0pukJDasT1TKCmvovQxtaBQrCPQ { color:rgba(var(--color-tertiary-0),1);display:block;width:57.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(252,176,60,0.42);top:52.122652053833rem;left:3.4089851379394rem;height:5.25rem;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; }
#J1AlIp8OkRSQziCnCGn6ATXxDDNRKUra { position:absolute;display:block;z-index:14984;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29.75rem;border-top-right-radius:29.75rem;border-bottom-left-radius:29.75rem;border-bottom-right-radius:29.75rem;box-shadow: none;height:28.937125rem;width:28.937125rem;top:8.3742184638975rem;left:1.0207023620606rem;display:block; }
#VT9qQLrWrDJbtbPLFmsXelshGTDv10Ts { box-sizing:content-box;height:5.3125rem;width:1.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.40625rem;left:3.4093780517578rem;display:block; }
#uEv9PPGiiPGE3NbQMPgk8HJtPQGFOwx3 { position:absolute;display:block;z-index:14985;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae71ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae71ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #ae71ff, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29.75rem;border-top-right-radius:29.75rem;border-bottom-left-radius:29.75rem;border-bottom-right-radius:29.75rem;box-shadow: none;height:22.125rem;width:23.5616875rem;top:15.260156154633rem;left:3.4089851379394rem;display:block; }
#KlMIrPNodOLz56af7DHDwa1b3ApSuZfF { box-sizing:content-box;height:8.75rem;width:69.8125rem;position:absolute;display:block;z-index:14983;background-color:rgba(139,91,241,0.29);background-image:none;top:43.375rem;left:2.6875rem;border-top-right-radius:8.3125rem;border-bottom-right-radius:8.3125rem;border-bottom-left-radius:8.3125rem;border-top-left-radius:8.3125rem;box-shadow: none;display:block; }
#DFbJnmTDGQX5LHn3FQnWEQ3EuSt3TS1i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9359375rem;width:1.9359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:.55;top:45.875rem;left:12.5rem;filter: drop-shadow(0.125rem 0.125rem 0.125rem #7815bc); }
#eBsHT0cEpHNtFpeVUyU4ZabblcC4ZiT2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8109375rem;width:1.8109375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:45.0625rem;left:69.375rem; }
#aVFSbt6OL3gdlFsf2h8C8UIDOXQ390Lf { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.38);top:45.9375rem;left:15.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITTKZsZSPtQc63kLVhwUhMqdx5VKitpo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.8125rem;width:26.125rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#NlTIrTNFg8MF2TE12IhOiRBf5Z1MESq5 { color:#d7b2e3;display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(12,10,6,0.42);top:57.371465682983rem;left:3.4089851379394rem;height:3.8183625rem;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; }
#c9u1EZFiwJd0gP3h1rAe5EbTT07GBrzs { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:2.3;letter-spacing:0;top:22.849217414856rem;left:30.75rem;height:10.972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#c9u1EZFiwJd0gP3h1rAe5EbTT07GBrzs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c9u1EZFiwJd0gP3h1rAe5EbTT07GBrzs li:before{  }
#SGOkhbA7QmJT2gPP7JOx0WWvJIr1tRWk { z-index:15006;top:64.25rem;left:3.408203125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KFMr5nCJFTynPMucplMXuTVXyDvr4PFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row .container { background-color: transparent; background-image: none; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row .container > .video-iframe-container { display: none; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row > .video-iframe-container { display: none; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .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); }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row .container { border-width: 0; border-radius: 0; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;position:relative;display:block; }#BGmDTrAMVawZpGcWuEBtwKiIQtTugpu2 { color:#b92525;display:block;width:18.8741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(12,10,6,0.42);top:3.1875rem;left:47.749217987061rem;height:4.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bpcyv8nNui8FXuIxUMrSqdfHN3Mo11d8 { color:rgba(153,3,3,0.98);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:14976;line-height:2.4;letter-spacing:0;top:22.523436069489rem;left:3.3855476379394rem;height:11.4238125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bpcyv8nNui8FXuIxUMrSqdfHN3Mo11d8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bpcyv8nNui8FXuIxUMrSqdfHN3Mo11d8 li:before{  }
#AKSKEkUT5PMvo0Khxm8Wuh4DcVx7LVhy { position:absolute;display:block;z-index:14987;background-color:#ffeded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29.75rem;border-top-right-radius:29.75rem;border-bottom-left-radius:29.75rem;border-bottom-right-radius:29.75rem;box-shadow: none;height:30.1875rem;width:30.1875rem;top:10.25rem;left:43.0625rem;display:block; }
#y51pxUIASxFu0tSVJfx10DcvGstp9ZMt { box-sizing:content-box;height:5.31210625rem;width:1.18710625rem;position:absolute;display:block;z-index:15017;background-color:#b92525;background-image:none;top:2.9671874046326rem;left:69.449993133544rem;display:block; }
#hLeXouBtvZfIsPTGeTsGkMa3vNT354ac { color:rgba(var(--color-tertiary-0),1);display:block;width:60.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(255,170,40,0.38);top:46.209201812744rem;left:8.9427089691163rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyVkpdQKf5F9UpQXXEJaoxihQRBJp7Jp { position:absolute;display:block;z-index:14987;background-color:transparent;background-image: -webkit-linear-gradient(331deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(331deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(331deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(331deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(331deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29.75rem;border-top-right-radius:29.75rem;border-bottom-left-radius:29.75rem;border-bottom-right-radius:29.75rem;box-shadow: none;height:18.5625rem;width:18.5625rem;top:13.060546398163rem;left:43.060546875rem;display:block; }
#D6UFP5Fi42Pf3gytiA37QX6W1Dx9p2U7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9357625rem;width:1.9357625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:45.873264312744rem;left:5.171875rem; }
#cd4QBTDwlxcmrDmuCkwWXGTd7sLgtugJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.809025rem;width:1.809025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:45.896701812744rem;left:63.495660781862rem; }
#sWe6HGMsbBgpmZiZfJKx7tgu4m5vDhOf { position:absolute;display:block;z-index:14988;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:44.4375rem;width:28.749625rem;top:8.0625rem;left:43.8125rem;overflow:hidden;display:block; }
#CvGGHz234bwUvW6TqKk7TyL9LfZD0di4 { color:#b92525;display:block;width:18.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(12,10,6,0.42);top:52.5rem;left:47.7490234375rem;height:4.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fqll7GUwRFgUHOueiP1QGzlkk0ff0eSh { color:rgba(232,29,29,0.74);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:57.125rem;left:47.0625rem;height:3.8183625rem;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; }
#WAykzPKcfgRuNdokFIQVlUZ8XIf36RsA { color:#b92525;display:block;width:38.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:13.060545444489rem;left:3.3855476379394rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XtdN5q9dKOmyHWu5SogBsiNJFrVlT1g4 { box-sizing:content-box;height:9rem;width:70.3125rem;position:absolute;display:block;z-index:14987;background-color:#72002a;background-image:none;top:43.458983421326rem;left:1.5480461120606rem;border-top-right-radius:8.3125rem;border-bottom-right-radius:8.3125rem;border-bottom-left-radius:8.3125rem;border-top-left-radius:8.3125rem;display:block; }
#u3GB3cm7R9FdVAHDxbcmlQ8PyF0FuDIW { z-index:15007;top:63.375rem;left:48.378803453947rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KqWdXDFwMATVFAIuVLxSR6wuuZH4cOwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck.adaptive-delivery-prevent-bg, #tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck.lazyload, #tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck.lazyloading { background-image: none; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row .container { background-color: transparent; background-image: none; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row .container > .video-iframe-container { display: none; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row > .video-iframe-container { display: none; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .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); }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row .container { border-width: 0; border-radius: 0; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;position:relative;display:block; }#ZEunRKwRx4ATMBIPsScEKi0dO3ddsJMM { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:32.3125rem;width:34.5rem;position:absolute;display:block;z-index:15000;top:15rem;left:2.4375rem;display:block; }
#KBAQAT11UcqAl10g5V6kPTgKm8TGTT5h { color:rgba(var(--color-tertiary-1),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:27.625rem;left:5.4375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnyKwBQOXIVXakHTReo71s0H9e5qJM58 { color:#5d378e;display:block;width:15.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(220,205,103,0.5);top:21.9375rem;left:11.875rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#L8nT0k2kDQCaxvbE1NH2HnlgzEDwTSZt { color:rgba(var(--color-tertiary-1),1);display:block;width:23.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(222,205,171,0.83);top:35.125rem;left:3.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aThUdkAQTCGQMzE8N4Pso3nhb93FeySo { color:#5d378e;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(220,205,103,0.5);top:21.9375rem;left:41.375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdqZ2lINkZ4262CkAVOVyIVTpVUyUdXB { color:rgba(var(--color-tertiary-1),1);display:block;width:25.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:27.625rem;left:41.625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnpBx7mQaa3yJsopXZJFSWdRVtaHLmhv { color:#430099;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.83);top:34.8125rem;left:17.0625rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fp9I4tASsXE8Qg4pTWJnpVW9QaMnQhqZ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(222,205,171,0.83);top:37.875rem;left:17.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f32sAss4nk7zNmpU0gb3iqxWSOVmPyQ4 { color:#430099;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.83);top:37.4375rem;left:8.0625rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bbkq3hHcAkgEPMRb6zR2WmR5krJfmqVf { box-sizing:content-box;height:7.6875rem;width:7.6875rem;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:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.1875rem;left:15.9375rem;display:block; }
#TWbfiLPDaCdLi7XdM8PR4S8HArT9ypgH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.81171875rem;width:4.81171875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:13.625rem;left:17.375rem;filter: drop-shadow(0rem 0.5rem 0.125rem rgba(225,137,159,0.9)); }
#DXTorOwTLATHp7RyeSdHtmWuQuXGMDor { box-sizing:content-box;height:7.6875rem;width:7.6875rem;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:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.1875rem;left:50.6875rem;display:block; }
#iMnwoGIAuM9hlUKBNE3kvZgckHqHTECT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.3125rem;left:51.8125rem;filter: drop-shadow(0rem 0.5rem 0.125rem rgba(225,137,159,0.9)); }
#LJuICAN93leOznkcILHIzXsqSGWed4Ko { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:32.312125rem;width:34.5rem;position:absolute;display:block;z-index:15001;top:15rem;left:37.9375rem;display:block; }
#v50WZa3qVNlAsXLNMLq2PkV3Bi4be4T0 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(222,205,171,0.83);top:35.3125rem;left:48.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQuQiz5tH3VyTodT211yDWSFvqOX0uDm { color:#430099;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.83);top:34.875rem;left:44.6875rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s5PN5fiKr7xyJ7F0RHWKryKAlNxTp7X9 { color:#430099;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.83);top:37.4375rem;left:49.625rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gf4BhEBXVJ2iTgm7AoXVWuPHPsTBmQD0 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(222,205,171,0.83);top:38.0625rem;left:45.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQh39DUBQHdzAtDxGZUTwqbdeT61PSCk { color:rgba(var(--color-tertiary-0),1);display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(244,232,214,0.42);top:6.375rem;left:0.1875rem;height:4.875rem;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; }
#iITKZrkQyQvORxED0G9VGP00CenUONlO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:63.625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNO5aO49ALSoLlQZISXI5h6g3Fkw5o4F { box-sizing:content-box;height:1.37460625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:rgba(124,79,197,0.37);background-image:none;top:60.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#JV8TQrKWTrnGHXBKgt1wLtmRXZUkECSt { z-index:15008;top:50.5625rem;left:26.75rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DZaaOA3xGICA9TD7FpC4pesqMS21a9cq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cdcde4, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #cdcde4, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #cdcde4, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #cdcde4, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcde4', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcde4', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #cdcde4, rgba(var(--color-tertiary-0),1));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; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { background-color: transparent; background-image: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .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); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { border-width: 0; border-radius: 0; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { color:#1f333b;display:block;width:21.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:15.229686498642rem;left:10.953514099121rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { color:#1f333b;display:block;width:21.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:15.229686498642rem;left:49.311325073243rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#hiXpvbukATz6mDGvtX00WT6r48J25x45 { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.75rem;width:6.75rem;top:12.810936927796rem;left:40.748435974121rem;overflow:hidden;display:block; }
#Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37421875rem;width:2.37421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.7460927963257rem;left:71.820701599119rem; }
#LOeTKWFlk3MpWzyeZ4DqRXzM8ckBLwtm { color:rgba(var(--color-tertiary-3),1);display:block;width:30.999625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0285148620606rem;left:40.821090698243rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmO01QvKOZTauyLimXS4BAvvDq75tkyL { position:absolute;display:block;z-index:15016;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.75rem;width:6.75rem;top:12.809764623642rem;left:2.9859352111816rem;overflow:hidden;display:block; }
#vQiNupq7lxsfsvHL4HNmPx5RNgnSAbwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37421875rem;width:2.37421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.7496089935302rem;left:33.980857849121rem; }
#sH19CrTXR0Zea3pPckZ0EdadpDGBcfoQ { color:rgba(var(--color-tertiary-3),1);display:block;width:30.999625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4757804870606rem;left:2.982421875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row .container { background-color: transparent; background-image: none; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row .container > .video-iframe-container { display: none; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row > .video-iframe-container { display: none; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .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); }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row .container { border-width: 0; border-radius: 0; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#sI0MQOT6drhNuTrzoDd2yS8fvkVuCEV1 { position:absolute;display:block;z-index:15018;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.75rem;width:6.75rem;top:13.298439025879rem;left:3rem;overflow:hidden;display:block; }
#C17cBEsa4RaqlbWgTaEuOrgI0mCNzSXk { color:#1f333b;display:block;width:21.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:15.686717987061rem;left:10.937107086182rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#bN8pebwqP5S4TWA3DC3GOiASsCBKRlUL { position:absolute;display:block;z-index:15020;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.75rem;width:6.75rem;top:13.266796112061rem;left:40.566795349121rem;overflow:hidden;display:block; }
#dXEHQhnoFJzeDtyGA5JfbArLgxwgzo1N { color:#1f333b;display:block;width:21.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.686717987061rem;left:49.391792297363rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#DSpMJ1WdZnawzsSS1Q9KhrtQgoRgNirJ { color:rgba(var(--color-tertiary-3),1);display:block;width:30.999625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.75rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VGqX36o52Wu3rumwEuW7CIuwi9UnWlb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37421875rem;width:2.37421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.125rem;left:33.999214172363rem; }
#vNNStcrTeN1rK0QFKT93GEWP7HNEwHaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37421875rem;width:2.37421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.125rem;left:71.746871948244rem; }
#bcfnwX6kDKqmrlK41HsDiJv8oVZXPRk8 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.999625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.4351577758789rem;left:40.748435974121rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT { border-top:0;border-left:0.625rem solid #ee3162;border-right:0;border-bottom:0.625rem solid rgba(207,183,220,0.36);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row .container { background-color: transparent; background-image: none; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row .container > .video-iframe-container { display: none; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row > .video-iframe-container { display: none; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .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); }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row .container { border-width: 0; border-radius: 0; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#x4zz9Nk1rAG2HXo9gIvhzC703RTlnOTA { position:absolute;display:block;z-index:15018;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.75rem;width:6.75rem;top:15.75rem;left:40.75rem;overflow:hidden;display:block; }
#FFORpAvg5MiQrb9iiZKsVWDi2GWgA5wV { color:#1f333b;display:block;width:21.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:18.125rem;left:48.6875rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#cMELwKT2X9GWzKt3l9CTLUTk8xUDVXMT { position:absolute;display:block;z-index:15020;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.75rem;width:6.75rem;top:15.8125rem;left:3.25rem;overflow:hidden;display:block; }
#N1LTVTNFMw12a4w1nopCOcC9WNmuBzoI { color:#1f333b;display:block;width:21.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:18.25rem;left:12.0625rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#EUPxl7TaXRgAB2fAqXf4ThpC3x4DMyTZ { color:rgba(var(--color-tertiary-3),1);display:block;width:30.999625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1925773620606rem;left:40.748435974121rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q9pqaKHMq8pXgqgy0pFSR15XJ3tEbzL4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37421875rem;width:2.37421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.125rem;left:33.999214172363rem; }
#kcsQTDmuP3Cp3Il4AROZJIA6fqAuKigm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37421875rem;width:2.37421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.125rem;left:71.746871948244rem; }
#D3e4QF4Gn6rUqHORnpsrrnuiVScZkBEk { color:rgba(var(--color-tertiary-3),1);display:block;width:30.999625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5648441314698rem;left:3.2484359741211rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtI4MGtgWllOr3pBkCwyNDSPkCeOpLqI { z-index:15008;top:25.1875rem;left:27.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(178deg, #ff0000, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-secondary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tRrVNfP0kNmTbRryZVNbabklf6SCaMWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row .container { background-color: transparent; background-image: none; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row .container > .video-iframe-container { display: none; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row > .video-iframe-container { display: none; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .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); }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row .container { border-width: 0; border-radius: 0; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;position:relative;display:block; }#Kh28LrlZqhNmHAvqa89tem54sRJy1TBo { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.25rem 0.1875rem rgba(244,232,214,0.42);top:5.3750004768372rem;left:5.4984397888184rem;height:9.7988125rem;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; }
#tpslGtGg9GAg6GEloVWpZvDeBKUdNF2T { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(239,211,78,0.5);top:5.3742218017578rem;left:31.125rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qqRlyyUJhoL0cZ0gLIqg99vsyGZuVh9T { color:#e5e3e8;display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:8.125rem;left:32rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#at9Kybkbu3GuNogUOdWwhziKeaT3rI1D { 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:#e3e3e3;background-image:none;top:6.125rem;left:28.75rem;display:block; }
#qkiyyvxDsTxXENOU5VORzbxbLmRgIeq8 { 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:#e3e3e3;background-image:none;top:27.875rem;left:28.75rem;display:block; }
#JfuvGDFFafUi1AwIJ1No7Rfh5oNhlsTU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(239,211,78,0.5);top:15.1875rem;left:31.125rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JrZxorBFFJ9KTAAMqxpETSvbDx5hJxpG { color:#e5e3e8;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:17.8125rem;left:32rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I7U4sre6mmGdN02u9gsyZvrXBmGEQJgw { 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:#e3e3e3;background-image:none;top:15.8125rem;left:28.75rem;display:block; }
#zHyfeBiIWNfXt2q6TTqa5dN59vn7Ilfa { color:#fcfaff;display:block;width:24.6866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(239,211,78,0.5);top:27.138282775879rem;left:31.998046875rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mKdOwvPBdxonVfGhHEx9MHAdqOZAEpbX { color:#e5e3e8;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:29.875rem;left:32rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dRNT3DCVIAfCNPdZSi4TJPaaemwp2urE { box-sizing:content-box;height:60.625rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:#faefff;background-image:none;top:5.6871070861816rem;left:2.0203132629394rem;display:block; }
#VdrxluOWh4DdRC25c58AuTc8y09lMUV2 { 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:#e3e3e3;background-image:none;top:38.125rem;left:28.75rem;display:block; }
#FIdBano1p90gtTRhGnk6bzL3sHaGNZCS { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(239,211,78,0.5);top:37.375rem;left:31.125rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EoALdZyN5k6m1KrGNNwx6DNipHghLcJH { color:#e5e3e8;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:40.125rem;left:32rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gh8a3ykXZOpEBkD8i3EL260hcm8tLrzf { 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:#e3e3e3;background-image:none;top:50.5rem;left:28.75rem;display:block; }
#k1q1hwsQaIt5yOLMBy381UqqU9idhTCg { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(239,211,78,0.5);top:49.75rem;left:32rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R881h4aTS7ClegMO1tJ9M7PxEfSwReeF { color:#e5e3e8;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:52.5rem;left:32rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P2s13VXelyIQEZs9zJ0VqKBzVGVoUaHK { 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:15024;background-color:#e3e3e3;background-image:none;top:60.25rem;left:28.75rem;display:block; }
#vucrUvXSa5Vs74P6lKTcUEpsgUg3uAT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(239,211,78,0.5);top:59.5rem;left:32rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8uFiLWV6ypFgS6vecUTuvqkpsZ9fB8L { color:#e5e3e8;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:62.25rem;left:32rem;height:2.475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#kxqMpL0lnbSdzGO14dWSEfbaITuZnPif { position:absolute;display:block;z-index:14982;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:40.8116875rem;width:73.061875rem;top:8.061327934265rem;left:0.966796875rem;display:block; }
#ZQ9QFuSv3pU2x4DlZnooV0bg0XQKXA3O { color:rgba(36,30,40,0.87);display:block;width:36.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem rgba(144,120,84,0.32);top:13.285545825958rem;left:3.62109375rem;height:7.1484375rem;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; }
#cTB9sdkcxslF9g51MpPaeuJ8zBrUF9gZ { box-sizing:content-box;height:40.374625rem;width:40.374625rem;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:14988;background-color:rgba(186,183,183,0.39);background-image:none;top:11.186717867851rem;left:1.93359375rem;display:block; }
#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row .container { background-color: transparent; background-image: none; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row .container > .video-iframe-container { display: none; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row > .video-iframe-container { display: none; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .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); }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row .container { border-width: 0; border-radius: 0; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-form-header { font-size:0.75rem; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;color:#030710;width:25.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;font-style:normal; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-text { background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6d20f7;border-left:0.0625rem solid #6d20f7;border-right:0.0625rem solid #6d20f7;border-bottom:0.0625rem solid #6d20f7;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:25.125rem;box-sizing:border-box;height:3.6875rem;color:#2f2f2f;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:.7;text-align:left;text-align-last:left; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-text {padding-top: 0; padding-bottom: 0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-textarea { background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6d20f7;border-left:0.0625rem solid #6d20f7;border-right:0.0625rem solid #6d20f7;border-bottom:0.0625rem solid #6d20f7;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:25.125rem;box-sizing:border-box;height:6.9375rem;color:#2f2f2f;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:.7;text-align:left;text-align-last:left; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:25.125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-select {padding-top: 0; padding-bottom: 0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .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; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #ca2020);background-image: -moz-linear-gradient(180deg, #ff0000, #ca2020);background-image: -ms-linear-gradient(180deg, #ff0000, #ca2020);background-image: -o-linear-gradient(180deg, #ff0000, #ca2020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ca2020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ca2020' );";background-image: linear-gradient(180deg, #ff0000, #ca2020);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:4.5625rem;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:bold;color:#f2f9ff;width:20.5625rem;height:5.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1.1; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]:-moz-placeholder { color:#bcbcbc;font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:left;text-align-last:left; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]::-moz-placeholder { color:#bcbcbc;font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:left;text-align-last:left; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]:-ms-input-placeholder { color:#bcbcbc;font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:left;text-align-last:left; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]::-webkit-input-placeholder { color:#bcbcbc;font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:left;text-align-last:left; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:400;color:#2f2f2f;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .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; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-container:first-of-type{padding-top:0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-container:last-of-type{padding-bottom:0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:46.373046875rem;top:15rem;z-index:14987;position:absolute;font-size:0.75rem; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.125rem;display:block;vertical-align:top; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR {display:block;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:46.373046875rem;top:15rem;z-index:14987;position:absolute;font-size:0.75rem; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #XNe54TBwQgPe02b6reu2TX62aSshrGJT { position:relative; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #NbfZkzb44qLIv3m2qGrnQbTaax9psem5 { position:relative;display:block; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #V55N5Os2q8oaglEgMt3eEvwyIMxJcaU2 { position:relative; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #xz65pAt6iNGl0fr6Z3diUD3oyiC688Et { position:relative; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #QUarHb56QNQ1yuOKRIOpcvzsiP6mUIPJ { position:relative;display:block; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #vh0FZTRnPT1U4D7e0gb9ditnA7KsfcRo { position:relative; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #rFXVfkSNeo3dpb7EdKOIEqIRNnFm5sIW { position:relative; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #travaNkF52aldNMxElLWD90Dn1cFu2y3 { position:relative;display:block; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #qdXJsnvdcI1XByMLf3VIy1wFTVMlM7kP { position:relative; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #XZibC54X6Vl6qK5TgTN1CVSWT7onfCtc { position:relative; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR #yTmmMXVKEPw4nLZubifzHeA9Q7EApSD0 { position:relative; }
#R0CAN8qmMTlppKsXiCqHkaRn1dFVi4M9 { color:#434954;display:block;width:31.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:7.9992179870606rem;left:4.505859375rem;height:4.7246125rem;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; }
#gHV4tnCl4DS4mCLXfZefeHpbDTwsGn2W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:41.124625rem;top:4.5597648620606rem;left:1.822265625rem;overflow:hidden;display:block; }
#h9mhcORdcfDXsnIH4eH3sOJytOHu4mR5 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:1.0625rem;left:60.875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QtJDlCcmHoTeGqd3trL7DPgMOuzmSRId { color:rgba(var(--color-tertiary-1),1);display:block;width:30.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15023;line-height:2;letter-spacing:0;top:5.25rem;left:42.875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pO1ga9zyLmarQLgPIs0zIym3KERJnmiT { color:rgba(var(--color-tertiary-1),1);display:block;width:14.934375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15024;line-height:2;letter-spacing:0;top:7.4375rem;left:58.0625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KvCWBvNErwaPZTaWEJz7OkgpV3UUUPtX { color:rgba(var(--color-tertiary-1),1);display:block;width:30.4359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15024;line-height:2;letter-spacing:0;top:11.625rem;left:42.5625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FPWy30D9M5zDLS6MI8wDxkopmVhNVCiO { box-sizing:content-box;height:0.31171875rem;width:18.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.25rem;left:2.0625rem;display:block; }
#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row .container { background-color: transparent; background-image: none; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row .container > .video-iframe-container { display: none; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row > .video-iframe-container { display: none; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .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); }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row .container { border-width: 0; border-radius: 0; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:19.3125rem;height:52.625rem;top:0rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:27.5rem;height:27.5rem;top:9.375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:11.6875rem;height:2.1875rem;top:48.625rem;left:27.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:24rem;height:10.375rem;top:38rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.1875rem;height:13.125rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEmPrKZODVlzLC4hSzNgNLo1DwsJmhN4 { top:0rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpyMid9Lnye4BpIKPrh6opdMwithETX { top:1rem;left:36.5rem;width:11.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0vWIELEyTBag3NqleTenFrX6DBpbDBs { width:37.9375rem;height:5.3125rem;top:8.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVL0cyKUq7mNeMSEWnwx9xmXxrZbfeCy { width:43.875rem;height:;top:14.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GePqBumPqDFuWcZGFVO2BvdydT8PXOJ5 { top:23.125rem;left:0rem;width:33.5rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGFbfSpUBawSU0Oqy9CL6UPStPJLdTp9 { top:50.75rem;left:19.8125rem;width:27.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #at8mRcL2swSZ5PXAmXUAZXRTDRsM3Rgr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #N6RoyDsSWw3ywJNGQ8Uo8l1LyH7W9reS {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #zBCPaZZNPRuZycP8ThTA0pACyksdXsgE {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #GKTa1wFthXwsTtNVum8PyvV8DV88ThiX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #GVTKNeWIJTaycNNT4TsMps5ecmhW2RDa {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #XmynSOsnqwvr1rxMXNP786LAnnDkfBTQ {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #R9MJvEpZdtJTyqhQ3IuCQmoTKcy7RwP9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #De5TxNK63VebNvbTTfpKWENfmgC3dZmy {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #BuIO8Up9gHd4Usf97pB51XvlB1i99q8X {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #A7Fxp0LJKCdQyQT98sDpIMEGFee12TLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #EwXiugsWCG99alrB5AtGceE70XXM2lSO {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #wKpubkGmaZD5euxe0HAXlnVFWHBnRloG {  }
 }@media only screen and (max-width: 763px) { #IshEgLAwRLPWbxAbO6pDKbQysnLBImEb { top:14rem;left:8.6875rem;width:23.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgwCqUl2SNFRMTBa080UFkqZuZ6UG3lT { top:18.9375rem;left:8.7250022888181rem;width:23.875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtgnbIJ0102Ng6La4OGgmg4x4eBu1tX { top:30.3125rem;left:0rem;width:33.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHD6oJ7P3JMN55JX46nrdRBTHm7Exve { width:19.5625rem;height:2.5rem;top:39.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3epsKZBTgqw4Cv660tOmakW822u9UBb { width:27.75rem;height:1.5rem;top:48.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ4fg6FwoTqU4waT7UCaditA57CVDXxq { top:53.875rem;left:0rem;width:19.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwAmW79QPeTXXDhbumNIMuIBBIAqdyu { display:block; }
 }@media only screen and (max-width: 763px) { #Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp { display:block; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7ZRI61A5Dz7knr4R8SIiQQrL9pnekgb { width:19.875rem;height:2.3125rem;top:33.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWAOW0rTa2IBN43QCMLIZXDMn0gdMTRM { width:18.1875rem;height:8.375rem;top:36rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n276FqV8gSnPtXftUArxzup8tbXh2sQW { width:11.625rem;height:13.5rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW1OxpJCbhMdRzPIkOSPZpIP8JI0MR64 { width:19.875rem;height:2.3125rem;top:33.5625rem;left:13.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQko9vZB09tbofmXkxHaCLZ5DBogfvQv { width:13.875rem;height:15rem;top:20.125rem;left:16.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFdN51p0GDoz1L322y73JDG7VFdpbifP { width:19.875rem;height:2.3125rem;top:33.5625rem;left:27.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfxEqOlrKKTa2PlQIvTUQ1S0kSQXQVIv { width:15.1875rem;height:17.5625rem;top:18.4375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkspq62dMZrIw9s8TZLBT8rzrOpSMLt9 { width:22.5rem;height:4.875rem;top:6.875rem;left:12.593357086182rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTZTePMw9WdrodQ0fuMxTakILNaxhne { top:15rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8TfTT9DVzVVJ5DoeXulyKhVKne9WEL { top:14.0625rem;left:0rem;width:47.75rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrrtZIvMEswJct2eRH7CzhkaL9Wp0Zr { top:39.5625rem;left:3.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP0zxO0DyxUEwdDzvlyTKeCHb1bu7Iv9 { top:46.125rem;left:0.375rem;width:6.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ03rcTXffT39EnuSDy7BFm8rQR674aq { width:18.1875rem;height:8.375rem;top:36.5625rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzrsBhds4bAJWOgAyqgnJ4OQkETngTFT { width:9.1875rem;height:5.0625rem;top:38.8125rem;left:16.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1SDvoqZvpsoiapSFeNeg7oVyftwAg2a { width:6.75rem;height:5.0625rem;top:38.8125rem;left:22.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxmREBXfG5xUfzyupyMkguBBs5qCNR4 { top:46.0625rem;left:20.4375rem;width:6.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1BFy2akIiVtPJX51mgGCoKl2xf9pf4Q { width:18.1875rem;height:8.375rem;top:36rem;left:29.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwCfTwr3t14AwAtPB0iF5iiHyl2SZGcp { width:1.3125rem;height:1.3125rem;top:39.5625rem;left:43.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMtnh4KkpXGZIAOqnDHfkub5BTUdVnDI { top:46.0625rem;left:40.875rem;width:6.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhW24X6UopqFXdOXJ40hkCh7PtvFrvQh { top:52.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTniPgiRFZ0llXwzVTJZtTXTMnPr0A0T { top:1.625rem;left:6.71875rem;width:34.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJtazHx0ByBE2BNcm5Xo8XvMDghQDWZn { top:65.0625rem;left:7.5296859741213rem;width:34.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCQwX6wvcArzxNsAg29owqSBcoW4xhHt { top:57.5625rem;left:13.748046875rem;width:21.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TVyTCmXUD0buy2M9CFa8nn2Hg0xin2 { display:block; }
 }@media only screen and (max-width: 763px) { #xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe { display:block; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLbR4ArPnCAQBMpWEAfhPZLGNao9VSak { width:18.875rem;height:4.875rem;top:5.625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwgNWCH3XnfhdQ3N9ThX85QZ0CNvgsee { top:13.9375rem;left:4.8125rem;width:42.9375rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMAX0pukJDasT1TKCmvovQxtaBQrCPQ { width:47.75rem;height:5.25rem;top:52.0625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1AlIp8OkRSQziCnCGn6ATXxDDNRKUra { width:28.875rem;height:28.875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT9qQLrWrDJbtbPLFmsXelshGTDv10Ts { top:5.375rem;left:0rem;width:1.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEv9PPGiiPGE3NbQMPgk8HJtPQGFOwx3 { width:23.5rem;height:22.125rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlMIrPNodOLz56af7DHDwa1b3ApSuZfF { top:43.375rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbJnmTDGQX5LHn3FQnWEQ3EuSt3TS1i { top:45.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBsHT0cEpHNtFpeVUyU4ZabblcC4ZiT2 { top:45.0625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVFSbt6OL3gdlFsf2h8C8UIDOXQ390Lf { top:45.9375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTKZsZSPtQc63kLVhwUhMqdx5VKitpo { width:26.125rem;height:48.8125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlTIrTNFg8MF2TE12IhOiRBf5Z1MESq5 { width:23.625rem;height:3.8125rem;top:57.3125rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9u1EZFiwJd0gP3h1rAe5EbTT07GBrzs { top:22.8125rem;left:3.5rem;width:44.25rem;height:10.9375rem;font-size:1.5rem;display:block; }#c9u1EZFiwJd0gP3h1rAe5EbTT07GBrzs li:before{  }
 }@media only screen and (max-width: 763px) { #SGOkhbA7QmJT2gPP7JOx0WWvJIr1tRWk { top:64.25rem;left:0rem;width:21.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFMr5nCJFTynPMucplMXuTVXyDvr4PFT { display:block; }
 }@media only screen and (max-width: 763px) { #EtvQMbVHhwv8oohUPwcX8zAEoChqNryE { display:block; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGmDTrAMVawZpGcWuEBtwKiIQtTugpu2 { width:18.8125rem;height:4.875rem;top:3.1875rem;left:28.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcyv8nNui8FXuIxUMrSqdfHN3Mo11d8 { top:22.5rem;left:0rem;width:39.75rem;height:11.375rem;font-size:1.0625rem;display:block; }#bpcyv8nNui8FXuIxUMrSqdfHN3Mo11d8 li:before{  }
 }@media only screen and (max-width: 763px) { #AKSKEkUT5PMvo0Khxm8Wuh4DcVx7LVhy { width:30.1875rem;height:30.1875rem;top:10.25rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y51pxUIASxFu0tSVJfx10DcvGstp9ZMt { top:2.9375rem;left:46.5625rem;width:1.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLeXouBtvZfIsPTGeTsGkMa3vNT354ac { top:46.1875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyVkpdQKf5F9UpQXXEJaoxihQRBJp7Jp { width:18.5625rem;height:18.5625rem;top:13rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6UFP5Fi42Pf3gytiA37QX6W1Dx9p2U7 { top:45.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd4QBTDwlxcmrDmuCkwWXGTd7sLgtugJ { top:45.875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWe6HGMsbBgpmZiZfJKx7tgu4m5vDhOf { width:28.6875rem;height:44.341475106197rem;top:8.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvGGHz234bwUvW6TqKk7TyL9LfZD0di4 { width:18.8125rem;height:4.875rem;top:52.5rem;left:28.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqll7GUwRFgUHOueiP1QGzlkk0ff0eSh { width:21.3125rem;height:3.8125rem;top:57.125rem;left:26.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAykzPKcfgRuNdokFIQVlUZ8XIf36RsA { top:13rem;left:0rem;width:38.125rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtdN5q9dKOmyHWu5SogBsiNJFrVlT1g4 { top:43.4375rem;left:0rem;width:47.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GB3cm7R9FdVAHDxbcmlQ8PyF0FuDIW { top:63.375rem;left:26.1875rem;width:19.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqWdXDFwMATVFAIuVLxSR6wuuZH4cOwg { display:block; }
 }@media only screen and (max-width: 763px) { #tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck { display:block; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEunRKwRx4ATMBIPsScEKi0dO3ddsJMM { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBAQAT11UcqAl10g5V6kPTgKm8TGTT5h { top:27.625rem;left:0rem;width:28.5625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyKwBQOXIVXakHTReo71s0H9e5qJM58 { top:21.9375rem;left:0rem;width:15.75rem;height:4.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8nT0k2kDQCaxvbE1NH2HnlgzEDwTSZt { top:35.125rem;left:0rem;width:23.25rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aThUdkAQTCGQMzE8N4Pso3nhb93FeySo { top:21.9375rem;left:21.375rem;width:26.375rem;height:4.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdqZ2lINkZ4262CkAVOVyIVTpVUyUdXB { top:27.625rem;left:22.0625rem;width:25.6875rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnpBx7mQaa3yJsopXZJFSWdRVtaHLmhv { top:34.8125rem;left:3.4375rem;width:15.4375rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9I4tASsXE8Qg4pTWJnpVW9QaMnQhqZ { top:37.875rem;left:4rem;width:10.5rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f32sAss4nk7zNmpU0gb3iqxWSOVmPyQ4 { top:37.4375rem;left:0rem;width:15.4375rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbkq3hHcAkgEPMRb6zR2WmR5krJfmqVf { top:12.1875rem;left:2.3125rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbfiLPDaCdLi7XdM8PR4S8HArT9ypgH { top:13.625rem;left:3.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTorOwTLATHp7RyeSdHtmWuQuXGMDor { top:12.1875rem;left:37.0625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnwoGIAuM9hlUKBNE3kvZgckHqHTECT { top:13.3125rem;left:38.1875rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJuICAN93leOznkcILHIzXsqSGWed4Ko { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v50WZa3qVNlAsXLNMLq2PkV3Bi4be4T0 { top:35.3125rem;left:24.5rem;width:23.25rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQuQiz5tH3VyTodT211yDWSFvqOX0uDm { top:34.875rem;left:31.0625rem;width:15.4375rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5PN5fiKr7xyJ7F0RHWKryKAlNxTp7X9 { top:37.4375rem;left:32.3125rem;width:15.4375rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf4BhEBXVJ2iTgm7AoXVWuPHPsTBmQD0 { top:38.0625rem;left:32.0625rem;width:10.5rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQh39DUBQHdzAtDxGZUTwqbdeT61PSCk { width:47.75rem;height:4.875rem;top:6.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITKZrkQyQvORxED0G9VGP00CenUONlO { width:47.75rem;height:4.0625rem;top:63.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNO5aO49ALSoLlQZISXI5h6g3Fkw5o4F { top:60.25rem;left:0rem;width:47.75rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV8TQrKWTrnGHXBKgt1wLtmRXZUkECSt { top:50.5625rem;left:13.125rem;width:21.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZaaOA3xGICA9TD7FpC4pesqMS21a9cq { display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:21.1875rem;height:2.0625rem;top:15.1875rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { width:21.1875rem;height:2.0625rem;top:15.1875rem;left:26.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiXpvbukATz6mDGvtX00WT6r48J25x45 { width:6.75rem;height:6.75rem;top:12.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { width:2.3125rem;height:2.3125rem;top:1.6875rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOeTKWFlk3MpWzyeZ4DqRXzM8ckBLwtm { width:30.9375rem;height:6.5rem;top:5rem;left:16.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmO01QvKOZTauyLimXS4BAvvDq75tkyL { width:6.75rem;height:6.75rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQiNupq7lxsfsvHL4HNmPx5RNgnSAbwL { width:2.3125rem;height:2.3125rem;top:1.6875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH19CrTXR0Zea3pPckZ0EdadpDGBcfoQ { width:30.9375rem;height:8.125rem;top:3.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T { display:block; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sI0MQOT6drhNuTrzoDd2yS8fvkVuCEV1 { width:6.75rem;height:6.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C17cBEsa4RaqlbWgTaEuOrgI0mCNzSXk { width:21.1875rem;height:2.0625rem;top:15.625rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN8pebwqP5S4TWA3DC3GOiASsCBKRlUL { width:6.75rem;height:6.75rem;top:13.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXEHQhnoFJzeDtyGA5JfbArLgxwgzo1N { width:21.1875rem;height:2.0625rem;top:15.625rem;left:26.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSpMJ1WdZnawzsSS1Q9KhrtQgoRgNirJ { width:30.9375rem;height:6.5rem;top:4.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqX36o52Wu3rumwEuW7CIuwi9UnWlb4 { width:2.3125rem;height:2.3125rem;top:1.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNNStcrTeN1rK0QFKT93GEWP7HNEwHaQ { width:2.3125rem;height:2.3125rem;top:1.125rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfnwX6kDKqmrlK41HsDiJv8oVZXPRk8 { width:30.9375rem;height:9.75rem;top:2.375rem;left:16.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT { display:block; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4zz9Nk1rAG2HXo9gIvhzC703RTlnOTA { width:6.75rem;height:6.75rem;top:15.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFORpAvg5MiQrb9iiZKsVWDi2GWgA5wV { width:21.1875rem;height:2.0625rem;top:18.125rem;left:26.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMELwKT2X9GWzKt3l9CTLUTk8xUDVXMT { width:6.75rem;height:6.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1LTVTNFMw12a4w1nopCOcC9WNmuBzoI { width:21.1875rem;height:2.0625rem;top:18.25rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUPxl7TaXRgAB2fAqXf4ThpC3x4DMyTZ { width:30.9375rem;height:8.125rem;top:5.1875rem;left:16.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9pqaKHMq8pXgqgy0pFSR15XJ3tEbzL4 { width:2.3125rem;height:2.3125rem;top:1.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcsQTDmuP3Cp3Il4AROZJIA6fqAuKigm { width:2.3125rem;height:2.3125rem;top:1.125rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3e4QF4Gn6rUqHORnpsrrnuiVScZkBEk { width:30.9375rem;height:11.375rem;top:3.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtI4MGtgWllOr3pBkCwyNDSPkCeOpLqI { top:25.1875rem;left:4.4375rem;width:19.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRrVNfP0kNmTbRryZVNbabklf6SCaMWb { display:block; }
 }@media only screen and (max-width: 763px) { #RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW { display:block; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kh28LrlZqhNmHAvqa89tem54sRJy1TBo { width:18rem;height:9.75rem;top:5.375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpslGtGg9GAg6GEloVWpZvDeBKUdNF2T { top:5.3125rem;left:17.5rem;width:24.8125rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqRlyyUJhoL0cZ0gLIqg99vsyGZuVh9T { top:8.125rem;left:6.1875rem;width:41.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at9Kybkbu3GuNogUOdWwhziKeaT3rI1D { top:6.125rem;left:15.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkiyyvxDsTxXENOU5VORzbxbLmRgIeq8 { top:27.875rem;left:15.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfuvGDFFafUi1AwIJ1No7Rfh5oNhlsTU { top:15.1875rem;left:10.4375rem;width:37.3125rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrZxorBFFJ9KTAAMqxpETSvbDx5hJxpG { top:17.8125rem;left:15.9375rem;width:31.8125rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7U4sre6mmGdN02u9gsyZvrXBmGEQJgw { top:15.8125rem;left:15.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHyfeBiIWNfXt2q6TTqa5dN59vn7Ilfa { top:27.125rem;left:18.373046875rem;width:24.625rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKdOwvPBdxonVfGhHEx9MHAdqOZAEpbX { top:29.8125rem;left:14.1875rem;width:33.5625rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRNT3DCVIAfCNPdZSi4TJPaaemwp2urE { top:5.625rem;left:0rem;width:0.125rem;height:60.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdrxluOWh4DdRC25c58AuTc8y09lMUV2 { top:38.125rem;left:15.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIdBano1p90gtTRhGnk6bzL3sHaGNZCS { top:37.375rem;left:17.5rem;width:28.375rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoALdZyN5k6m1KrGNNwx6DNipHghLcJH { top:40.125rem;left:14.1875rem;width:33.5625rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh8a3ykXZOpEBkD8i3EL260hcm8tLrzf { top:50.5rem;left:15.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1q1hwsQaIt5yOLMBy381UqqU9idhTCg { top:49.75rem;left:18.375rem;width:24.625rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R881h4aTS7ClegMO1tJ9M7PxEfSwReeF { top:52.5rem;left:14.1875rem;width:33.5625rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2s13VXelyIQEZs9zJ0VqKBzVGVoUaHK { top:60.25rem;left:15.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vucrUvXSa5Vs74P6lKTcUEpsgUg3uAT1 { top:59.5rem;left:18.375rem;width:24.625rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8uFiLWV6ypFgS6vecUTuvqkpsZ9fB8L { top:62.25rem;left:14.1875rem;width:33.5625rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.6875rem;height:1.8125rem;top:3.75rem;left:1.9996070861816rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqMpL0lnbSdzGO14dWSEfbaITuZnPif { top:8rem;left:0rem;width:47.75rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ9QFuSv3pU2x4DlZnooV0bg0XQKXA3O { width:36.9375rem;height:7.125rem;top:13.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTB9sdkcxslF9g51MpPaeuJ8zBrUF9gZ { top:11.125rem;left:0rem;width:40.3125rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAl99XFVSxPFL4GzUkLkFsmAod8SpQss { display:block; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-regular-label { display:block;width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-text {padding-top: 0; padding-bottom: 0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-select {padding-top: 0; padding-bottom: 0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-button { width:23.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR  { width:25.125rem;height:auto;top:15rem;left:20.125rem; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR {display:block;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR { width:25.125rem;height:auto;top:15rem;left:20.125rem; }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #XNe54TBwQgPe02b6reu2TX62aSshrGJT {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #NbfZkzb44qLIv3m2qGrnQbTaax9psem5 { display:block; }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #V55N5Os2q8oaglEgMt3eEvwyIMxJcaU2 {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #xz65pAt6iNGl0fr6Z3diUD3oyiC688Et {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #QUarHb56QNQ1yuOKRIOpcvzsiP6mUIPJ {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #vh0FZTRnPT1U4D7e0gb9ditnA7KsfcRo {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #rFXVfkSNeo3dpb7EdKOIEqIRNnFm5sIW {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #travaNkF52aldNMxElLWD90Dn1cFu2y3 {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #qdXJsnvdcI1XByMLf3VIy1wFTVMlM7kP {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #XZibC54X6Vl6qK5TgTN1CVSWT7onfCtc {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #yTmmMXVKEPw4nLZubifzHeA9Q7EApSD0 {  }
 }@media only screen and (max-width: 763px) { #R0CAN8qmMTlppKsXiCqHkaRn1dFVi4M9 { width:31.9375rem;height:4.6875rem;top:7.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHV4tnCl4DS4mCLXfZefeHpbDTwsGn2W { top:4.5rem;left:0rem;width:41.0625rem;height:40.251601838314rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mhcORdcfDXsnIH4eH3sOJytOHu4mR5 { top:1.0625rem;left:33.625rem;width:14.125rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtJDlCcmHoTeGqd3trL7DPgMOuzmSRId { top:5.25rem;left:17.6875rem;width:30.0625rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO1ga9zyLmarQLgPIs0zIym3KERJnmiT { top:7.4375rem;left:32.875rem;width:14.875rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvCWBvNErwaPZTaWEJz7OkgpV3UUUPtX { top:11.625rem;left:17.375rem;width:30.375rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPWy30D9M5zDLS6MI8wDxkopmVhNVCiO { top:5.25rem;left:0rem;width:18.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM { display:block; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:7.125rem;height:19.5rem;top:27.9375rem;left:12.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:12.75rem;top:31.125rem;left:1.25rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:19.9991875rem;height:1.59375rem;top:33.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:5.625rem;top:22.3125rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.625rem;top:22.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEmPrKZODVlzLC4hSzNgNLo1DwsJmhN4 { width:5.4375rem;height:5.4375rem;top:1.3937500715256rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpyMid9Lnye4BpIKPrh6opdMwithETX { width:8.4375rem;height:4rem;top:2.1124999523163rem;left:11.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0vWIELEyTBag3NqleTenFrX6DBpbDBs { width:20rem;height:2.17480625rem;top:9.01171875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uVL0cyKUq7mNeMSEWnwx9xmXxrZbfeCy { width:20rem;height:1.875rem;top:11.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GePqBumPqDFuWcZGFVO2BvdydT8PXOJ5 { width:20rem;height:2.13671875rem;top:15.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGFbfSpUBawSU0Oqy9CL6UPStPJLdTp9 { width:19.6241875rem;height:11.312125rem;top:31.125rem;left:0.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uKbUflBgFddyINzRkGGKP6osyOBzlqGB { display:flex;width:13.1875rem;height:3.186875rem;top:35.25rem;left:2.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #at8mRcL2swSZ5PXAmXUAZXRTDRsM3Rgr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #N6RoyDsSWw3ywJNGQ8Uo8l1LyH7W9reS {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #zBCPaZZNPRuZycP8ThTA0pACyksdXsgE {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #GKTa1wFthXwsTtNVum8PyvV8DV88ThiX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #GVTKNeWIJTaycNNT4TsMps5ecmhW2RDa {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #XmynSOsnqwvr1rxMXNP786LAnnDkfBTQ {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #R9MJvEpZdtJTyqhQ3IuCQmoTKcy7RwP9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #De5TxNK63VebNvbTTfpKWENfmgC3dZmy {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #BuIO8Up9gHd4Usf97pB51XvlB1i99q8X {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #A7Fxp0LJKCdQyQT98sDpIMEGFee12TLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #EwXiugsWCG99alrB5AtGceE70XXM2lSO {  }
 }@media only screen and (max-width: 763px) { #uKbUflBgFddyINzRkGGKP6osyOBzlqGB #wKpubkGmaZD5euxe0HAXlnVFWHBnRloG {  }
 }@media only screen and (max-width: 763px) { #IshEgLAwRLPWbxAbO6pDKbQysnLBImEb { width:10.0625rem;height:2.6875rem;top:11.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgwCqUl2SNFRMTBa080UFkqZuZ6UG3lT { width:10.125rem;height:0.75rem;top:13.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtgnbIJ0102Ng6La4OGgmg4x4eBu1tX { width:19.9980625rem;height:3.1484375rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FZHD6oJ7P3JMN55JX46nrdRBTHm7Exve { width:10.2484375rem;height:1.96875rem;top:22.3125rem;left:5.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3epsKZBTgqw4Cv660tOmakW822u9UBb { width:18.375rem;height:1.875rem;top:28.09375rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQ4fg6FwoTqU4waT7UCaditA57CVDXxq { top:40.1875rem;left:2.5625rem;width:14.875rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwAmW79QPeTXXDhbumNIMuIBBIAqdyu { display:block; }
 }@media only screen and (max-width: 763px) { #Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp { display:block; }#Gd3l6loCCHtA3qmbOwcrqPWhzrzUwkFp > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7ZRI61A5Dz7knr4R8SIiQQrL9pnekgb { width:19.937125rem;height:2.03125rem;top:24.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWAOW0rTa2IBN43QCMLIZXDMn0gdMTRM { width:12.812125rem;height:5.95rem;top:26.75rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n276FqV8gSnPtXftUArxzup8tbXh2sQW { width:8.312125rem;height:9.5625rem;top:14.523040771484rem;left:6.0925788879394rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW1OxpJCbhMdRzPIkOSPZpIP8JI0MR64 { width:19.937125rem;height:2.03125rem;top:64.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQko9vZB09tbofmXkxHaCLZ5DBogfvQv { width:8.3741875rem;height:9.5625rem;top:55.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFdN51p0GDoz1L322y73JDG7VFdpbifP { width:19.937125rem;height:2.03125rem;top:43.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfxEqOlrKKTa2PlQIvTUQ1S0kSQXQVIv { width:8.312125rem;height:9.5625rem;top:35.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkspq62dMZrIw9s8TZLBT8rzrOpSMLt9 { width:19.997625rem;height:2.4rem;top:3.5960941314698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CaTZTePMw9WdrodQ0fuMxTakILNaxhne { width:19.9991875rem;height:4.125rem;top:8.6484375rem;left:0.00081249999999856rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8TfTT9DVzVVJ5DoeXulyKhVKne9WEL { width:20rem;height:74.5rem;top:0.5234375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #pTrrtZIvMEswJct2eRH7CzhkaL9Wp0Zr { display:flex;width:1.125rem;height:1.125rem;top:29.1875rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #uP0zxO0DyxUEwdDzvlyTKeCHb1bu7Iv9 { width:6.75rem;height:0.1875rem;top:33.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ03rcTXffT39EnuSDy7BFm8rQR674aq { width:18.1875rem;height:5.949225rem;top:66.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzrsBhds4bAJWOgAyqgnJ4OQkETngTFT { width:9.1875rem;height:3.5rem;top:68rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1SDvoqZvpsoiapSFeNeg7oVyftwAg2a { width:6.75rem;height:3.5rem;top:68rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxmREBXfG5xUfzyupyMkguBBs5qCNR4 { width:6.75rem;height:0.1875rem;top:72.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1BFy2akIiVtPJX51mgGCoKl2xf9pf4Q { width:18.1875rem;height:5.949225rem;top:45.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwCfTwr3t14AwAtPB0iF5iiHyl2SZGcp { width:1.3125rem;height:1.35rem;top:48.125rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMtnh4KkpXGZIAOqnDHfkub5BTUdVnDI { width:6.75rem;height:0.1875rem;top:52.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhW24X6UopqFXdOXJ40hkCh7PtvFrvQh { width:19.9980625rem;height:5.625rem;top:76.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTniPgiRFZ0llXwzVTJZtTXTMnPr0A0T { width:19.9984375rem;height:1.56171875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJtazHx0ByBE2BNcm5Xo8XvMDghQDWZn { width:19.9980625rem;height:1.3125rem;top:90.375rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCQwX6wvcArzxNsAg29owqSBcoW4xhHt { top:84.0625rem;left:2.1875rem;width:15.625rem;height:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TVyTCmXUD0buy2M9CFa8nn2Hg0xin2 { display:block; }
 }@media only screen and (max-width: 763px) { #xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe { display:block; }#xIUkg1pzgHWEsB4MCJpEoVzTVQn53kTe > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLbR4ArPnCAQBMpWEAfhPZLGNao9VSak { width:12.4375rem;height:2.3994125rem;top:2.05078125rem;left:4.060546875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OwgNWCH3XnfhdQ3N9ThX85QZ0CNvgsee { width:19.9980625rem;height:2.0625rem;top:37.688669204712rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imMAX0pukJDasT1TKCmvovQxtaBQrCPQ { width:11.874625rem;height:4.2rem;top:27.264842987061rem;left:4.0605466961861rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #J1AlIp8OkRSQziCnCGn6ATXxDDNRKUra { width:19.9980625rem;height:21.062125rem;top:5.6144542694092rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #VT9qQLrWrDJbtbPLFmsXelshGTDv10Ts { width:0.437109375rem;height:1.875rem;top:2.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEv9PPGiiPGE3NbQMPgk8HJtPQGFOwx3 { width:18.999625rem;height:19.2491875rem;top:6.5214862823488rem;left:0.49804681539536rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #KlMIrPNodOLz56af7DHDwa1b3ApSuZfF { width:20rem;height:6.5625rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbJnmTDGQX5LHn3FQnWEQ3EuSt3TS1i { display:flex;width:1.875rem;height:1.875rem;top:58.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eBsHT0cEpHNtFpeVUyU4ZabblcC4ZiT2 { display:flex;width:1.749025rem;height:1.749025rem;top:60.8134765625rem;left:16.498046875rem; }
 }@media only screen and (max-width: 763px) { #aVFSbt6OL3gdlFsf2h8C8UIDOXQ390Lf { width:16.4375rem;height:4.3125rem;top:58.1875rem;left:2.560546875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITTKZsZSPtQc63kLVhwUhMqdx5VKitpo { width:13.125rem;height:24.6855625rem;top:1.9347653388977rem;left:2.9999998211861rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NlTIrTNFg8MF2TE12IhOiRBf5Z1MESq5 { width:19.9980625rem;height:2.4rem;top:32.039058685302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c9u1EZFiwJd0gP3h1rAe5EbTT07GBrzs { width:19.9980625rem;height:15.285125rem;top:40.876169204712rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#c9u1EZFiwJd0gP3h1rAe5EbTT07GBrzs li:before{  }
 }@media only screen and (max-width: 763px) { #SGOkhbA7QmJT2gPP7JOx0WWvJIr1tRWk { top:65.6240234375rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFMr5nCJFTynPMucplMXuTVXyDvr4PFT { display:block; }
 }@media only screen and (max-width: 763px) { #EtvQMbVHhwv8oohUPwcX8zAEoChqNryE { display:block; }#EtvQMbVHhwv8oohUPwcX8zAEoChqNryE > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGmDTrAMVawZpGcWuEBtwKiIQtTugpu2 { width:13.936625rem;height:2.4rem;top:2.5618476867676rem;left:3.0305991172791rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bpcyv8nNui8FXuIxUMrSqdfHN3Mo11d8 { width:19.9980625rem;height:15.9238125rem;top:41.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#bpcyv8nNui8FXuIxUMrSqdfHN3Mo11d8 li:before{  }
 }@media only screen and (max-width: 763px) { #AKSKEkUT5PMvo0Khxm8Wuh4DcVx7LVhy { width:19.9991875rem;height:21.062125rem;top:0.57188993692398rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #y51pxUIASxFu0tSVJfx10DcvGstp9ZMt { width:0.49921875rem;height:2.4375rem;top:2.5406246185302rem;left:16.541014492512rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLeXouBtvZfIsPTGeTsGkMa3vNT354ac { width:16rem;height:4.3125rem;top:60.1875rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyVkpdQKf5F9UpQXXEJaoxihQRBJp7Jp { width:15.5625rem;height:15.5625rem;top:0.57070350646973rem;left:2.2171874642372rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #D6UFP5Fi42Pf3gytiA37QX6W1Dx9p2U7 { display:flex;width:1.1875rem;height:1.1875rem;top:60.1875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #cd4QBTDwlxcmrDmuCkwWXGTd7sLgtugJ { display:flex;width:1.125rem;height:1.125rem;top:60rem;left:16.9658203125rem; }
 }@media only screen and (max-width: 763px) { #sWe6HGMsbBgpmZiZfJKx7tgu4m5vDhOf { width:15.437125rem;height:24.1875rem;top:4.1472568511963rem;left:2.2792966961861rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvGGHz234bwUvW6TqKk7TyL9LfZD0di4 { width:18.812125rem;height:2.4rem;top:28.3125rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fqll7GUwRFgUHOueiP1QGzlkk0ff0eSh { width:19.9980625rem;height:2.4rem;top:31.273826122284rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WAykzPKcfgRuNdokFIQVlUZ8XIf36RsA { width:19.9980625rem;height:2.34375rem;top:38.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtdN5q9dKOmyHWu5SogBsiNJFrVlT1g4 { width:20rem;height:5.8125rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GB3cm7R9FdVAHDxbcmlQ8PyF0FuDIW { top:34.25rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqWdXDFwMATVFAIuVLxSR6wuuZH4cOwg { display:block; }
 }@media only screen and (max-width: 763px) { #tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck { display:block; }#tKFpyXq4lNdNMsNy6SyckVGOiOa5Q3ck > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEunRKwRx4ATMBIPsScEKi0dO3ddsJMM { width:18.75rem;height:20.9375rem;top:8.8125rem;left:0.54726558923721rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBAQAT11UcqAl10g5V6kPTgKm8TGTT5h { width:19.9980625rem;height:4.5rem;top:15.260154485703rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnyKwBQOXIVXakHTReo71s0H9e5qJM58 { width:8.9366875rem;height:2.25rem;top:11.742187261581rem;left:5.5300777554512rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8nT0k2kDQCaxvbE1NH2HnlgzEDwTSZt { width:8.687125rem;height:2.4375rem;top:21.5rem;left:2.375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aThUdkAQTCGQMzE8N4Pso3nhb93FeySo { width:19.9980625rem;height:2.25rem;top:39.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdqZ2lINkZ4262CkAVOVyIVTpVUyUdXB { width:19.9980625rem;height:4.5rem;top:42.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnpBx7mQaa3yJsopXZJFSWdRVtaHLmhv { width:8.499625rem;height:2.34375rem;top:21.5625rem;left:11rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9I4tASsXE8Qg4pTWJnpVW9QaMnQhqZ { width:10.5rem;height:2.4375rem;top:23.934374094009rem;left:9.4992178082469rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f32sAss4nk7zNmpU0gb3iqxWSOVmPyQ4 { width:5.68710625rem;height:2.34375rem;top:23.936718225479rem;left:4.5117185711861rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bbkq3hHcAkgEPMRb6zR2WmR5krJfmqVf { width:5.625rem;height:5.625rem;top:6.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbfiLPDaCdLi7XdM8PR4S8HArT9ypgH { display:flex;width:3.1875rem;height:3.1875rem;top:7.375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #DXTorOwTLATHp7RyeSdHtmWuQuXGMDor { width:5.31210625rem;height:4.99921875rem;top:33.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMnwoGIAuM9hlUKBNE3kvZgckHqHTECT { display:flex;width:3.6875rem;height:3.6875rem;top:34.375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #LJuICAN93leOznkcILHIzXsqSGWed4Ko { width:19.875rem;height:21.0625rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v50WZa3qVNlAsXLNMLq2PkV3Bi4be4T0 { width:6.3116875rem;height:2.4375rem;top:48.9375rem;left:11.0625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQuQiz5tH3VyTodT211yDWSFvqOX0uDm { width:8.25rem;height:3rem;top:48.625rem;left:2.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5PN5fiKr7xyJ7F0RHWKryKAlNxTp7X9 { width:8.625rem;height:3rem;top:51.375rem;left:7.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gf4BhEBXVJ2iTgm7AoXVWuPHPsTBmQD0 { width:3.43710625rem;height:2.4375rem;top:51.6875rem;left:3.875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQh39DUBQHdzAtDxGZUTwqbdeT61PSCk { width:19.9980625rem;height:2.4rem;top:1.8972930908203rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iITKZrkQyQvORxED0G9VGP00CenUONlO { width:19.9970625rem;height:2.35546875rem;top:67.8173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNO5aO49ALSoLlQZISXI5h6g3Fkw5o4F { width:19.999rem;height:1.3125rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV8TQrKWTrnGHXBKgt1wLtmRXZUkECSt { top:57.9228515625rem;left:0.65625rem;width:18.6875rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZaaOA3xGICA9TD7FpC4pesqMS21a9cq { display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:19.9991875rem;height:2.125rem;top:23.310936450958rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { width:19.9991875rem;height:2.125rem;top:47.211326122284rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiXpvbukATz6mDGvtX00WT6r48J25x45 { width:6.812125rem;height:6.812125rem;top:40.249217510223rem;left:6.5179684758188rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { display:flex;width:2.49960625rem;height:2.49960625rem;top:2.6953125rem;left:8.7480466961863rem; }
 }@media only screen and (max-width: 763px) { #LOeTKWFlk3MpWzyeZ4DqRXzM8ckBLwtm { width:19.9980625rem;height:6.9043rem;top:31.566794872284rem;left:0.0011718273162842rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmO01QvKOZTauyLimXS4BAvvDq75tkyL { width:6.75rem;height:6.75rem;top:16.485937595367rem;left:6.5484369397163rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQiNupq7lxsfsvHL4HNmPx5RNgnSAbwL { display:flex;width:2.31210625rem;height:2.31210625rem;top:28.487106800079rem;left:8.8417966961863rem; }
 }@media only screen and (max-width: 763px) { #sH19CrTXR0Zea3pPckZ0EdadpDGBcfoQ { width:19.9980625rem;height:8.28515625rem;top:6.3738288879394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T { display:block; }#tJ0zkEnD4NANWBaXrqkhLtRZl0O6EE5T > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sI0MQOT6drhNuTrzoDd2yS8fvkVuCEV1 { width:6.75rem;height:6.75rem;top:12.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C17cBEsa4RaqlbWgTaEuOrgI0mCNzSXk { width:19.9980625rem;height:2.125rem;top:19.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bN8pebwqP5S4TWA3DC3GOiASsCBKRlUL { width:6.75rem;height:6.75rem;top:39.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXEHQhnoFJzeDtyGA5JfbArLgxwgzo1N { width:19.9991875rem;height:2.125rem;top:48rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSpMJ1WdZnawzsSS1Q9KhrtQgoRgNirJ { width:17.874625rem;height:6.9043rem;top:4.5609359741211rem;left:1.0605468153954rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqX36o52Wu3rumwEuW7CIuwi9UnWlb4 { display:flex;width:2.31210625rem;height:2.31210625rem;top:1.6230525970459rem;left:8.8417966961863rem; }
 }@media only screen and (max-width: 763px) { #vNNStcrTeN1rK0QFKT93GEWP7HNEwHaQ { display:flex;width:2.31210625rem;height:2.31210625rem;top:24.703123092651rem;left:8.8417966961863rem; }
 }@media only screen and (max-width: 763px) { #bcfnwX6kDKqmrlK41HsDiJv8oVZXPRk8 { width:19.9980625rem;height:11.046875rem;top:27.871873479336rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT { display:block; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT { border-width: 0; border-radius: 0; }#VW6S7Ez7sVhGUWNBCrZD4FpqNRMx1aPT > .row .container { width:20rem;height:66.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid rgba(207,183,220,0.36);position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4zz9Nk1rAG2HXo9gIvhzC703RTlnOTA { width:6.75rem;height:6.75rem;top:41.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFORpAvg5MiQrb9iiZKsVWDi2GWgA5wV { width:19.9991875rem;height:2.125rem;top:49.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMELwKT2X9GWzKt3l9CTLUTk8xUDVXMT { width:6.75rem;height:6.75rem;top:16.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1LTVTNFMw12a4w1nopCOcC9WNmuBzoI { width:19.9991875rem;height:2.125rem;top:25rem;left:-0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUPxl7TaXRgAB2fAqXf4ThpC3x4DMyTZ { width:19.9980625rem;height:6.9043rem;top:33.597654342651rem;left:-0.059765636920929rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9pqaKHMq8pXgqgy0pFSR15XJ3tEbzL4 { display:flex;width:2.3125rem;height:2.3125rem;top:1.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #kcsQTDmuP3Cp3Il4AROZJIA6fqAuKigm { display:flex;width:2.31210625rem;height:2.31210625rem;top:29.909796237946rem;left:8.8417963385581rem; }
 }@media only screen and (max-width: 763px) { #D3e4QF4Gn6rUqHORnpsrrnuiVScZkBEk { width:19.9991875rem;height:11.04689375rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtI4MGtgWllOr3pBkCwyNDSPkCeOpLqI { top:55.0625rem;left:0.28125rem;width:19.4375rem;height:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRrVNfP0kNmTbRryZVNbabklf6SCaMWb { display:block; }
 }@media only screen and (max-width: 763px) { #RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW { display:block; }#RKR3x6ebqFNOIEmZnG2NIzbaxylNb9mW > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kh28LrlZqhNmHAvqa89tem54sRJy1TBo { width:13.937125rem;height:2.4rem;top:4.3734378814697rem;left:3.0304685235024rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tpslGtGg9GAg6GEloVWpZvDeBKUdNF2T { width:20rem;height:2.0625rem;top:10.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqRlyyUJhoL0cZ0gLIqg99vsyGZuVh9T { width:19.9980625rem;height:3.825rem;top:12.560155391693rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #at9Kybkbu3GuNogUOdWwhziKeaT3rI1D { width:1.24921875rem;height:1.24921875rem;top:8.1468391418456rem;left:9.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkiyyvxDsTxXENOU5VORzbxbLmRgIeq8 { width:1.24921875rem;height:1.24921875rem;top:32.374216556549rem;left:9.3738277554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfuvGDFFafUi1AwIJ1No7Rfh5oNhlsTU { width:19.9980625rem;height:4.125rem;top:21.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrZxorBFFJ9KTAAMqxpETSvbDx5hJxpG { width:19.9991875rem;height:3.825rem;top:26.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7U4sre6mmGdN02u9gsyZvrXBmGEQJgw { width:1.24921875rem;height:1.24921875rem;top:20.01328086853rem;left:9.3738277554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHyfeBiIWNfXt2q6TTqa5dN59vn7Ilfa { width:19.9991875rem;height:2.0625rem;top:35rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKdOwvPBdxonVfGhHEx9MHAdqOZAEpbX { width:15.249625rem;height:3.825rem;top:37.0625rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRNT3DCVIAfCNPdZSi4TJPaaemwp2urE { width:0.12421875rem;height:2.87460625rem;top:0.61991596221924rem;left:9.9363277554513rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VdrxluOWh4DdRC25c58AuTc8y09lMUV2 { width:1.25rem;height:1.25rem;top:42.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIdBano1p90gtTRhGnk6bzL3sHaGNZCS { width:19.9991875rem;height:1.875rem;top:45rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoALdZyN5k6m1KrGNNwx6DNipHghLcJH { width:19.9980625rem;height:3.825rem;top:47.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gh8a3ykXZOpEBkD8i3EL260hcm8tLrzf { width:1.25rem;height:1.25rem;top:53.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1q1hwsQaIt5yOLMBy381UqqU9idhTCg { width:19.9991875rem;height:2.0625rem;top:55.9375rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R881h4aTS7ClegMO1tJ9M7PxEfSwReeF { width:15.375rem;height:3.825rem;top:58rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2s13VXelyIQEZs9zJ0VqKBzVGVoUaHK { width:1.1875rem;height:1.1875rem;top:63.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vucrUvXSa5Vs74P6lKTcUEpsgUg3uAT1 { width:19.9991875rem;height:2.0625rem;top:66.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8uFiLWV6ypFgS6vecUTuvqkpsZ9fB8L { width:19.9980625rem;height:3.825rem;top:68.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:19.9991875rem;height:1.3rem;top:2.5593748092651rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqMpL0lnbSdzGO14dWSEfbaITuZnPif { width:20rem;height:9.4375rem;top:4.875rem;left:0.0011718273162842rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ9QFuSv3pU2x4DlZnooV0bg0XQKXA3O { width:17.499625rem;height:6.2988125rem;top:6.0457029342651rem;left:1.2492186427116rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cTB9sdkcxslF9g51MpPaeuJ8zBrUF9gZ { width:20rem;height:13.8125rem;top:0.50747966766357rem;left:0.0011718273162842rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAl99XFVSxPFL4GzUkLkFsmAod8SpQss { display:block; }#SAl99XFVSxPFL4GzUkLkFsmAod8SpQss > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;text-align:center;text-align-last:center; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-text {padding-top: 0; padding-bottom: 0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;text-align:center;text-align-last:center; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-select {padding-top: 0; padding-bottom: 0;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0.5rem;margin-bottom:0.25rem;margin-left:0.5rem;height:3.875rem;font-size:1.625rem;overflow:hidden; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR  { width:17.5rem;height:auto;top:22.91796875rem;left:0rem; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#f95C21qzLNR1h7M69t2S6GRuwfm46fOR {display:block;}#f95C21qzLNR1h7M69t2S6GRuwfm46fOR { width:17.5rem;height:auto;top:22.91796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #XNe54TBwQgPe02b6reu2TX62aSshrGJT {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #NbfZkzb44qLIv3m2qGrnQbTaax9psem5 { display:block; }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #V55N5Os2q8oaglEgMt3eEvwyIMxJcaU2 {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #xz65pAt6iNGl0fr6Z3diUD3oyiC688Et {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #QUarHb56QNQ1yuOKRIOpcvzsiP6mUIPJ { display:block; }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #vh0FZTRnPT1U4D7e0gb9ditnA7KsfcRo {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #rFXVfkSNeo3dpb7EdKOIEqIRNnFm5sIW {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #travaNkF52aldNMxElLWD90Dn1cFu2y3 { display:block; }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #qdXJsnvdcI1XByMLf3VIy1wFTVMlM7kP {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #XZibC54X6Vl6qK5TgTN1CVSWT7onfCtc {  }
 }@media only screen and (max-width: 763px) { #f95C21qzLNR1h7M69t2S6GRuwfm46fOR #yTmmMXVKEPw4nLZubifzHeA9Q7EApSD0 {  }
 }@media only screen and (max-width: 763px) { #R0CAN8qmMTlppKsXiCqHkaRn1dFVi4M9 { width:19.875rem;height:3.1484375rem;top:1.8843746185302rem;left:0.12421870231628rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gHV4tnCl4DS4mCLXfZefeHpbDTwsGn2W { width:19.9991875rem;height:19.5960625rem;top:2.6308584213257rem;left:0.0011718273162842rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mhcORdcfDXsnIH4eH3sOJytOHu4mR5 { width:17.3105625rem;height:2.625rem;top:52.875rem;left:2.3095703125rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QtJDlCcmHoTeGqd3trL7DPgMOuzmSRId { width:19.9980625rem;height:3.125rem;top:55.5rem;left:0.0009765625rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pO1ga9zyLmarQLgPIs0zIym3KERJnmiT { width:14.874rem;height:3.125rem;top:59.0625rem;left:4.80859375rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KvCWBvNErwaPZTaWEJz7OkgpV3UUUPtX { width:18rem;height:4.0625rem;top:63rem;left:2rem;font-size:1.5625rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FPWy30D9M5zDLS6MI8wDxkopmVhNVCiO { width:18.75rem;height:0.249609375rem;top:0.65859413146975rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM { display:block; }#PGS3wMz7A6aqTlMDLKsur0X1z8Fx74yM > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }